@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
:root {
  --main-color: #007bff;
}

/* Basic styling */
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

.menu-container {
  margin-left: 30px;
}

.cover {
  object-fit: cover;
}

.menu-bar-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.dropdown-menu {
  font-size: smaller;
}

.dropdown-menu a {
  color: #232323;
  text-decoration: none;
  padding: 0.25rem 1rem;
}

.banner-full-width {
  width: 100%;
  background-color: none;
}

.height-300 {
  height: 300px;
}

.height-340 {
  height: 340px;
}

.height-280 {
  height: 280px;
}

.height-120 {
  height: 120px;
}

.right-col {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: 352px;
  padding-bottom: 72px;
}

.side-widget {
  width: 100%;
}

.rounded-small {
  border-radius: 6px;
}

/*.separator {
    width: 1200px;
    background-color: #F3F3F3;
    height: 1px;
}*/
.ads-widget {
  background: #232323;
  border-radius: 6px;
  height: 280px;
}

.ads-640h {
  background: #232323;
  border-radius: 6px;
  margin-top: 24px;
  height: 640px;
}

.ads-100h {
  background: none;
  border-radius: 6px;
  margin-top: 24px;
  height: 100px;
}

.ads-340h {
  background: none;
  border-radius: 6px;
  margin-top: 24px;
  height: 340px;
}

.flex-column-full {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: 100%;
  gap: 38px;
  align-content: center;
  justify-content: space-between;
}

#news_feed {
  margin-top: 24px;
}

.clearfix {
  overflow: auto;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.large-post-meta {
  display: flex;
  align-items: center;
}

.label {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 10px;
  line-height: 16px;
  /* identical to box height, or 160% */
  letter-spacing: 0.02em;
  /* Neutral/White */
  color: #FFFFFF;
  justify-content: center;
  align-items: center;
  padding: 8px 9px 8px 10px;
  position: static;
  /*width: 82px;*/
  height: 32px;
  left: 0px;
  top: 0px;
  flex: none;
  order: 0;
  flex-grow: 0;
  border-radius: 6px;
  /*margin-right: 8px;;*/
}

.label-dark {
  background: #232323;
}

.label-light {
  background: #F3F3F3;
  color: #232323;
}

.label-warning {
  background: #232323;
}

.label-comments {
  background: #F3F3F3;
  color: #232323;
}

.widget {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  gap: 24px;
  float: left;
}

.newswidget {
  width: 848px;
  margin: 0;
}

@media screen and (max-width: 800px) {
  .newswidget {
    width: 100%;
  }

  .spacer {
    position: static;
    width: 32px;
    height: 0px;
    /*left: 72px;*/
    top: 0px;
    border: 1px solid #d4d4d4;
    transform: rotate(90deg);
    flex: none;
    order: 1;
    flex-grow: 0;
    margin: 0px 0px;
  }
}
#forum-widget {
  width: 100%;
}

/*.icon-color {
    color: #CD0504;
}*/
.icon-color-inactive {
  color: #BEBEBE;
}

#art-topBaner {
  overflow: hidden;
}

#most_popular_category_arts {
  height: auto;
}

.forum-avatar {
  height: 40px;
  width: 40px;
  border-radius: 20px;
  background-color: #FF3F3E;
  display: flex;
  justify-content: center;
  align-items: center;
}

.feed-details {
  margin-left: 20px;
  max-width: 242px;
}

.feed-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 20px;
}

.post {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  gap: 24px;
  /*margin-top: 16px;*/
}
.post a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
}
.post a .mini-widget-thumb {
  width: 80px;
  height: 80px;
  border-radius: 6px;
  overflow: hidden;
  margin-right: 16px;
}
.post a .mini-widget-thumb img {
  object-fit: cover;
  object-position: center;
  min-height: 100%;
  min-width: 100%;
}
.post a .mini-widget-title {
  max-width: 240px;
}
.post a .mini-widget-title h7 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 10px;
  line-height: 14px;
  /* identical to box height, or 140% */
  letter-spacing: 0.01em;
  /* Secondary/Dark */
  color: #676767;
}
.post a .mini-widget-title h5 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.01em;
  /* Secondary/Darkest */
  color: #232323;
  margin-top: 8px;
}
.post a .mini-widget-title time {
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 12px;
  margin-left: 0px;
  /* identical to box height, or 120% */
  letter-spacing: 0.02em;
  /* Secondary/Dark */
  color: #676767;
}

.base {
  flex-direction: column;
  position: fixed;
  width: 100%;
  overflow-y: auto;
  height: 100vh;
  /*padding-bottom: $spacer--default * 2;*/
}
.theme--light-all .base {
  color: #232323;
  background-color: #ffffff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-family: "Poppins", sans-serif;
  /*--====== Global Variables ======--*/
  /*--====== Sidebar ======--*/
  /* when the sidebar has 'show' class */
  /*---- Sidebar-Toggler ----*/
  /* if the sidebar has 'show' class then their adjacent-sibling (i.e., sidebar_toggler) will... */
  /*.banner-full-width {
          width: 1200px;
          background-color: #161616;
          /*margin-bottom: 64px;* /
      }*/
}
.theme--light-all .base .icon-color {
  color: #CD0504;
}
.theme--light-all .base .box:after {
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 88%, #ffffff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);*/
  /* IE6-9 */
  content: " ";
  display: block;
  height: 30px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
}
.theme--light-all .base .full-cont {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 38px;
  width: 100%;
  background: #ffffff;
}
.theme--light-all .base .full-cont #t_top {
  background-color: #ffffff;
}
.theme--light-all .base .full-cont .nastepnyartykul {
  padding: 2.5rem;
  background: rgba(214, 216, 217, 0.4);
  font-weight: 700;
  color: #3C3C3C;
  font-size: 1.5625rem;
  display: block;
  text-align: center;
  position: relative;
  margin: 12px 0;
}
.theme--light-all .base .nastepnyartykul {
  padding: 2.5rem;
  background: rgba(214, 216, 217, 0.4);
  font-weight: 700;
  color: #3C3C3C;
  font-size: 1.5625rem;
  display: block;
  text-align: center;
  position: relative;
  margin: 12px 0;
}
.theme--light-all .base .widget-title {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  align-content: flex-start;
  justify-content: flex-start;
  gap: 10px;
}
.theme--light-all .base .widget-title i {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 20px;
  flex-direction: row;
  align-items: flex-end;
}
.theme--light-all .base .widget-title i::before {
  display: flex;
  align-items: flex-end;
}
.theme--light-all .base .widget-title .color-red {
  color: #CD0504;
}
.theme--light-all .base .widget-title .color-accent {
  color: #CD0504;
}
.theme--light-all .base .widget-title h2, .theme--light-all .base .widget-title h4 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0.01em;
  margin-bottom: 0;
  color: #232323;
}
@media screen and (max-width: 900px) {
  .theme--light-all .base .widget-title h2, .theme--light-all .base .widget-title h4 {
    font-size: 1.286rem;
    line-height: 2.125rem;
  }
}
.theme--light-all .base .widget-title p {
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.01em;
  color: #232323;
}
.theme--light-all .base .widget-title .see_all {
  margin-right: 0;
  margin-left: auto;
  align-self: center;
  color: #676767;
}
.theme--light-all .base .widget-title .see_all a {
  color: #676767;
  font-size: 14px;
}
.theme--light-all .base .middle-widget-title h3, .theme--light-all .base .middle-widget-title h4 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 2.125rem;
  letter-spacing: 0.01em;
  margin-bottom: 0;
  color: #232323;
}
.theme--light-all .base .middle-widget-title p {
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.01em;
  color: #232323;
}
.theme--light-all .base .middle-widget-title .see_all {
  margin-right: 0;
  margin-left: auto;
  align-self: flex-end;
  color: #676767;
}
.theme--light-all .base .middle-widget-title .see_all a {
  color: #676767;
  font-size: 14px;
}
.theme--light-all .base nav {
  background-color: #ffffff;
}
.theme--light-all .base nav.black-bg {
  background-color: #161616;
}
.theme--light-all .base .menu,
.theme--light-all .base .submenu,
.theme--light-all .base .top-menu {
  /*width: $screen-lg;*/
  margin: 0 auto;
  padding: 0 15px;
  list-style-type: none;
  font-weight: 500;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  background-color: #ffffff;
  gap: 11px;
  flex-wrap: nowrap;
  background: none;
}
.theme--light-all .base .menu li,
.theme--light-all .base .submenu li,
.theme--light-all .base .top-menu li {
  line-height: 20px;
  border-radius: 6px;
}
.theme--light-all .base .menu li a,
.theme--light-all .base .submenu li a,
.theme--light-all .base .top-menu li a {
  color: #232323;
  text-decoration: none;
}
.theme--light-all .base .menu .dropdown,
.theme--light-all .base .submenu .dropdown,
.theme--light-all .base .top-menu .dropdown {
  position: relative;
  display: inline-block;
}
.theme--light-all .base .menu .dropdown .dropdown-menu,
.theme--light-all .base .submenu .dropdown .dropdown-menu,
.theme--light-all .base .top-menu .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  z-index: 100;
  background-color: #ffffff;
  padding: 10px;
  border: 1px solid #ccc;
}
.theme--light-all .base .menu .dropdown .dropdown-menu li,
.theme--light-all .base .submenu .dropdown .dropdown-menu li,
.theme--light-all .base .top-menu .dropdown .dropdown-menu li {
  list-style: none;
  text-align: left;
  padding: 5px 10px;
  width: 300px;
}
.theme--light-all .base .menu .dropdown .dropdown-menu li.parent,
.theme--light-all .base .submenu .dropdown .dropdown-menu li.parent,
.theme--light-all .base .top-menu .dropdown .dropdown-menu li.parent {
  border-bottom: 1px solid #F3F3F3;
  font-weight: 600;
}
.theme--light-all .base .menu .dropdown:hover .dropdown-menu,
.theme--light-all .base .submenu .dropdown:hover .dropdown-menu,
.theme--light-all .base .top-menu .dropdown:hover .dropdown-menu {
  display: block;
}
.theme--light-all .base .menu .item,
.theme--light-all .base .submenu .item,
.theme--light-all .base .top-menu .item {
  padding: 10px;
}
.theme--light-all .base .menu .item .button,
.theme--light-all .base .submenu .item .button,
.theme--light-all .base .top-menu .item .button {
  padding: 9px 5px;
}
.theme--light-all .base .menu {
  font-size: 15px;
  /*li:last-child {
    margin-left: auto;
  }*/
}
.theme--light-all .base .top-menu {
  background-color: #161616;
  /*height: 56px;*/
  font-size: 14px;
  /*li:last-child {
    margin-left: auto;
  }*/
}
.theme--light-all .base .top-menu .active {
  background: rgba(255, 255, 255, 0.15);
  font-weight: 600;
  font-size: 12px;
}
.theme--light-all .base .top-menu li {
  background-color: #161616;
}
.theme--light-all .base .top-menu li .active {
  background: rgba(255, 255, 255, 0.15);
}
.theme--light-all .base .top-menu li a {
  color: #D4D4D4;
}
.theme--light-all .base .top-menu .item {
  color: #D4D4D4;
}
.theme--light-all .base h4 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  /* identical to box height, or 142% */
  letter-spacing: 0.01em;
  /* Secondary/Darkest */
  color: #232323;
}
.theme--light-all .base .menu_footer {
  display: flex;
  align-content: flex-end;
}
.theme--light-all .base .menu_footer ul {
  display: flex;
  justify-content: flex-end;
}
.theme--light-all .base .menu_footer ul li {
  list-style: none;
  margin: 0 16px;
}
.theme--light-all .base .menu_footer ul li a {
  font-family: "Inter";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  /* identical to box height, or 133% */
  text-align: justify;
  letter-spacing: 0.01em;
  /* Secondary/Darker */
  color: #232323;
}
.theme--light-all .base .title-area {
  padding-top: 5px;
  position: relative;
  /*h3 {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 600;
    font-size: 1rem;
    line-height: 2.125rem;

    letter-spacing: 0.01em;

    color: t($text);
    margin-bottom: 0px;
  }*/
}
.theme--light-all .base .title-area h2, .theme--light-all .base .title-area h3 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 2.125rem;
  /* or 142% */
  letter-spacing: 0.01em;
  /* Secondary/Darkest */
  color: #232323;
  margin-bottom: 0px;
}
@media screen and (max-width: 900px) {
  .theme--light-all .base .title-area h2, .theme--light-all .base .title-area h3 {
    font-size: 1.286rem;
    line-height: 1.5em;
  }
}
.theme--light-all .base .title-area h7 {
  font-size: 12px;
  color: #676767;
}
.theme--light-all .base .title-area .large-post-meta {
  gap: 10px;
}
.theme--light-all .base .title-area .large-post-meta .avatar {
  height: 24px;
  width: 24px;
}
.theme--light-all .base .title-area .large-post-meta .avatar img {
  height: 24px;
  width: 24px;
  border-radius: 12px;
}
.theme--light-all .base .title-area .large-post-meta .author {
  font-family: "Poppins";
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 18px;
  color: #232323;
  letter-spacing: 0.02em;
}
.theme--light-all .base .title-area .large-post-meta time {
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  /* identical to box height, or 133% */
  letter-spacing: 0.01em;
  /* Secondary/Dark */
  color: #676767;
}
.theme--light-all .base .cover-card {
  width: 100%;
  /*height: 403px;*/
  border-radius: 6px;
  /*overflow: hidden;*/
}
.theme--light-all .base .cover-card img {
  width: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 6px;
}
.theme--light-all .base .cover-card .title-area {
  width: inherit;
}
.theme--light-all .base .cover-card .title-area h7 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
  /* identical to box height */
  letter-spacing: 0.01em;
  /* Secondary/Dark */
  color: #676767;
  margin-bottom: 5px;
}
.theme--light-all .base .cover-card .title-area h3 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0.01em;
  /* Secondary/Darkest */
  color: #232323;
}
@media screen and (max-width: 1199px) {
  .theme--light-all .base .cover-card {
    width: 100%;
    border-radius: 6px;
    /*overflow: hidden;*/
  }
  .theme--light-all .base .cover-card img {
    width: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 6px;
  }
}
.theme--light-all .base .filtering-navbar ul li a {
  color: #939393;
}
.theme--light-all .base .filtering-navbar ul li.active a {
  color: #CD0504;
}
.theme--light-all .base .filtering-bg {
  background-color: #CD0504;
}
.theme--light-all .base .border-color-accent {
  border-color: #CD0504 !important;
}
.theme--light-all .base .bg-accent {
  background-color: #CD0504 !important;
}
.theme--light-all .base .text-color {
  color: #232323 !important;
}
.theme--light-all .base .feed-details .forum-title {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #232323;
  margin-bottom: 0;
}
.theme--light-all .base .feed-details .forum-title a {
  color: #232323;
  font-weight: 700;
}
.theme--light-all .base .feed-details .author {
  font-family: "Poppins";
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 12px;
  color: #232323;
  letter-spacing: 0.02em;
}
.theme--light-all .base .activity-feed {
  width: 100%;
  border-radius: 6px;
  border: 1px solid #F3F3F3;
  padding: 20px;
}
.theme--light-all .base .activity-feed .feed-item .feed-details .forum-title {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  color: #232323;
}
.theme--light-all .base .activity-feed .feed-item .feed-details .forum-title a {
  color: #232323;
  font-weight: 700;
}
.theme--light-all .base .activity-feed .feed-item .feed-details .author {
  font-family: "Poppins";
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 12px;
  color: #232323;
  letter-spacing: 0.02em;
}
.theme--light-all .base footer {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
  margin-top: 60px;
  border-top: 0px;
  background-color: #ffffff;
  z-index: 1;
  /*max-width: 1200px;*/
  width: 100%;
  margin: auto;
  padding-top: 32px;
}
.theme--light-all .base footer .footer_bottom {
  width: 100%;
}
.theme--light-all .base footer .socials a {
  font-size: 1rem;
  color: #232323;
}
.theme--light-all .base footer .socials a i {
  font-size: 1.5rem;
}
.theme--light-all .base footer div h5 {
  font-family: "Poppins";
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0px;
}
.theme--light-all .base footer div .box_news .footer_link {
  font-family: "Inter";
  list-style: none;
  font-size: 12px;
  color: #939393;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.01em;
}
.theme--light-all .base footer div .box_news ul {
  padding-left: 0;
}
.theme--light-all .base footer div .box_news ul li {
  font-family: "Inter";
  list-style: none;
  font-size: 12px;
}
.theme--light-all .base footer div .box_news ul li a {
  color: #939393;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.01em;
}
.theme--light-all .base footer .accordion {
  margin-top: 20px;
  width: 100%;
  border-radius: 6px;
  background-color: #ffffff;
  padding: 0 24px;
  border: none;
}
.theme--light-all .base footer .accordion .accordion-item:not(:last-child) {
  border-bottom: 1px solid #F3F3F3 !important;
}
.theme--light-all .base footer .accordion .accordion-item {
  padding: 16px 0;
  background-color: #ffffff;
}
.theme--light-all .base footer .accordion .accordion-item path {
  fill: red;
}
.theme--light-all .base footer .accordion .accordion-item .accordion-button::after {
  color: #fff;
  fill: red;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='7 7 10 10' preserveAspectRatio='x200Y200 meet' fill='%23bebebe'%3E%3Cpath d='M12 11.8284L9.17154 14.6569L7.75732 13.2426L12 9L16.2426 13.2426L14.8284 14.6569L12 11.8284Z'%3E%3C/path%3E%3C/svg%3E");
}
.theme--light-all .base footer .accordion .accordion-item .accordion-button:not(.collapsed) {
  color: #232323;
  background-color: #ffffff;
  border-color: #ffffff;
}
.theme--light-all .base footer .accordion .accordion-item .accordion-button {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #232323;
  background-color: #ffffff;
  border-radius: 6px;
  padding: 16px 0;
  border: none;
}
.theme--light-all .base .post-vertical .cover-card {
  width: 100%;
  /*height: 403px;*/
  border-radius: 6px;
  /*overflow: hidden;*/
}
.theme--light-all .base .post-vertical .cover-card img {
  width: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 6px;
}
.theme--light-all .base .post-vertical .cover-card .title-area {
  width: inherit;
}
.theme--light-all .base .post-vertical .cover-card .title-area h7 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
  /* identical to box height */
  letter-spacing: 0.01em;
  /* Secondary/Dark */
  color: #676767;
  margin-bottom: 5px;
}
.theme--light-all .base .post-vertical .cover-card .title-area h3 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0.01em;
  /* Secondary/Darkest */
  color: #232323;
}
@media screen and (max-width: 1199px) {
  .theme--light-all .base .post-vertical .cover-card {
    width: 100%;
    border-radius: 6px;
    /*overflow: hidden;*/
  }
  .theme--light-all .base .post-vertical .cover-card img {
    width: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 6px;
  }
}
.theme--light-all .base .post-vertical .vertical-post-meta .author-data {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding: 5px 0;
}
.theme--light-all .base .post-vertical .vertical-post-meta .author-data .avatar {
  height: 24px;
  width: 24px;
}
.theme--light-all .base .post-vertical .vertical-post-meta .author-data .avatar img {
  height: 24px;
  width: 24px;
  border-radius: 12px;
}
.theme--light-all .base .post-vertical .vertical-post-meta .author-data .author-name {
  margin-left: 10px;
}
.theme--light-all .base .post-vertical .vertical-post-meta .author-data .author-name .author {
  color: #232323;
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  /* identical to box height */
  letter-spacing: 0.01em;
  /* Secondary/Darkest */
}
.theme--light-all .base .post-vertical .vertical-post-meta .author-data .author-name time {
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 12px;
  /* identical to box height, or 133% */
  letter-spacing: 0.02em;
  /* Secondary/Dark */
  color: #676767;
}
.theme--light-all .base input:checked + .slider {
  background-color: #CD0504;
}
.theme--light-all .base input:focus + .slider {
  box-shadow: 0 0 1px #CD0504;
}
.theme--light-all .base .mini-widget .small-widget-title h5, .theme--light-all .base .mini-widget .small-widget-title h4 {
  color: #232323;
}
.theme--light-all .base .mini-widget .small-widget-title h5 a, .theme--light-all .base .mini-widget .small-widget-title h4 a {
  /*font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;*/
  color: #232323;
}
.theme--light-all .base .video-widget {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  padding-bottom: 64px;
}
.theme--light-all .base .video-widget .widget-title {
  width: 100%;
}
.theme--light-all .base .video-widget .widget-title h2, .theme--light-all .base .video-widget .widget-title h4 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0.01em;
  color: #232323;
}
.theme--light-all .base .video-widget .widget-body {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 24px;
}
.theme--light-all .base .video-widget .widget-body .post-video-large {
  width: 100%;
  height: 332px;
  border-radius: 6px;
  overflow: hidden;
}
.theme--light-all .base .video-widget .widget-body .post-video-large .post-media {
  width: 100%;
  height: 332px;
  border-radius: 6px;
}
.theme--light-all .base .video-widget .widget-body .post-video-large .post-media .embed-responsive {
  height: 332px;
}
.theme--light-all .base .video-widget .widget-body .post-video-large .post-media .embed-responsive img {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: 332px;
}
.theme--light-all .base .video-widget .widget-body .post-video-large .post-media .video__youtube img {
  object-fit: cover;
  object-position: center;
}
.theme--light-all .base .page-title-section {
  width: 100%;
  margin-top: 60px;
  margin-bottom: 60px;
}
.theme--light-all .base .page-title-section .title-area {
  width: 100%;
}
.theme--light-all .base .page-title-section .title-area h1 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 42px;
  /* identical to box height, or 131% */
  letter-spacing: 0.01em;
  color: #232323;
}
.theme--light-all .base .page-title-section .title-description-area p {
  /* Body/Text/Regular/Regular */
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  /* or 157% */
  letter-spacing: 0.01em;
  /* Secondary/Dark */
  color: #676767;
}
.theme--light-all .base .title-area-mobile {
  width: 100%;
}
.theme--light-all .base .title-area-mobile h1 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  /* identical to box height, or 131% */
  letter-spacing: 0.01em;
  /* Secondary/Darkest */
  color: #232323;
}
.theme--light-all .base .title-description-area-mobile p {
  /* Body/Text/Regular/Regular */
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  /* or 157% */
  letter-spacing: 0.01em;
  /* Secondary/Dark */
  color: #676767;
}
.theme--light-all .base .accordion-button:not(.collapsed) {
  color: #232323;
  background-color: #ffffff;
  border-color: #ffffff;
}
.theme--light-all .base .article p {
  font-family: "Inter", sans-serif;
}
.theme--light-all .base .article .accordion-button:not(.collapsed) {
  color: #232323;
  background-color: #ffffff;
  border-color: #ffffff;
}
.theme--light-all .base .article .colorfulcats {
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.theme--light-all .base .article .colorfulcats a {
  text-decoration: none;
}
.theme--light-all .base .article .colorfulcats .label-primary {
  background-color: #CD0504;
}
.theme--light-all .base .article .colorfulcats a.cat-label {
  padding-left: 10px;
  padding-right: 10px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.theme--light-all .base .article a {
  color: #CD0504;
  text-decoration: underline;
}
.theme--light-all .base .article p {
  color: #232323;
  line-height: 1.625rem;
}
.theme--light-all .base .article .authorbox a {
  color: #232323;
  text-decoration: none;
}
.theme--light-all .base .article h1 {
  font-family: Poppins;
  font-weight: 600;
  font-size: 2.3rem;
  margin-top: 3rem;
  line-height: 2.5rem;
  letter-spacing: 0.01em;
  color: #232323;
}
.theme--light-all .base .article .mm-gallery .glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.theme--light-all .base .article .mm-gallery .carousel {
  width: 100%;
  aspect-ratio: 16/9;
  margin: auto;
}
.theme--light-all .base .article .mm-gallery .carousel .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.theme--light-all .base .article .mm-gallery .carousel .glyphicon-chevron-left {
  width: 30px;
  height: 30px;
  margin-top: -10px;
  font-size: 30px;
}
.theme--light-all .base .article .mm-gallery .carousel .glyphicon-chevron-right {
  width: 30px;
  height: 30px;
  margin-top: -10px;
  font-size: 30px;
}
.theme--light-all .base .article .mm-gallery .carousel .glyphicon-chevron-left:before {
  content: "\e079";
}
.theme--light-all .base .article .mm-gallery .carousel .glyphicon-chevron-right:before {
  content: "\e080";
}
.theme--light-all .base .article .mm-gallery .carousel ol.carousel-indicators {
  bottom: 0px;
}
.theme--light-all .base .article .mm-gallery .carousel .carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
}
.theme--light-all .base .article .mm-gallery .carousel .carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000", endColorstr="#00000000", GradientType=1);
}
.theme--light-all .base .article .mm-gallery .carousel .carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#80000000", GradientType=1);
}
.theme--light-all .base .article .post-info {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.theme--light-all .base .article .post-info .article-post-meta {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
}
.theme--light-all .base .article .post-info .article-post-meta .author-data {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding: 5px 0;
}
.theme--light-all .base .article .post-info .article-post-meta .author-data .avatar {
  height: 40px;
  width: 40px;
}
.theme--light-all .base .article .post-info .article-post-meta .author-data .avatar img {
  height: 40px;
  width: 40px;
  border-radius: 20px;
}
.theme--light-all .base .article .post-info .article-post-meta .author-data .author-name .author {
  margin-left: 14px;
  /* H6/Medium */
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  /* identical to box height, or 143% */
  letter-spacing: 0.01em;
  /* Secondary/Darkest */
  color: #232323;
}
.theme--light-all .base .article .post-info .article-post-meta .author-data .author-name time {
  margin-left: 14px;
  /* H7 / Regular */
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 12px;
  /* identical to box height, or 133% */
  letter-spacing: 0.01em;
  /* Secondary/Light */
  color: #939393;
}
.theme--light-all .base .article .post-info .post-sharing a {
  text-decoration: none;
}
.theme--light-all .base .article .post-info .post-sharing .cm-button {
  padding: 14px 20px;
  /* Primary/Default */
  background: #CD0504;
  border-radius: 6px;
  /* H6/Semi */
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height, or 143% */
  letter-spacing: 0.01em;
  /* Neutral/White */
  color: #FFFFFF;
}
.theme--light-all .base .article .post-info .post-sharing .fb-button {
  padding: 14px 20px;
  /* Primary/Default */
  background: #365396;
  border-radius: 6px;
  /* H6/Semi */
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height, or 143% */
  letter-spacing: 0.01em;
  /* Neutral/White */
  color: #FFFFFF;
}
.theme--light-all .base .article .post-info .post-sharing .tw-button {
  padding: 14px 20px;
  /* Primary/Default */
  background: #00A8F0;
  border-radius: 6px;
  /* H6/Semi */
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height, or 143% */
  letter-spacing: 0.01em;
  /* Neutral/White */
  color: #FFFFFF;
}
.theme--light-all .base .article .post-info .post-sharing ul.list-inline {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  list-style-type: none;
  gap: 8px;
}
.theme--light-all .base .article .post-info .post-sharing ul.list-inline li .cm-button {
  padding: 14px 20px;
  /* Primary/Default */
  background: #CD0504;
  border-radius: 6px;
  /* H6/Semi */
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height, or 143% */
  letter-spacing: 0.01em;
  /* Neutral/White */
  color: #FFFFFF;
}
.theme--light-all .base .article .post-info .post-sharing ul.list-inline li .fb-button {
  padding: 14px 20px;
  /* Primary/Default */
  background: #365396;
  border-radius: 6px;
  /* H6/Semi */
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height, or 143% */
  letter-spacing: 0.01em;
  /* Neutral/White */
  color: #FFFFFF;
}
.theme--light-all .base .article .post-info .post-sharing ul.list-inline li .tw-button {
  padding: 14px 20px;
  /* Primary/Default */
  background: #00A8F0;
  border-radius: 6px;
  /* H6/Semi */
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height, or 143% */
  letter-spacing: 0.01em;
  /* Neutral/White */
  color: #FFFFFF;
}
.theme--light-all .base .article .post-info .row {
  width: 100%;
}
.theme--light-all .base .article .title-area {
  width: 100%;
}
.theme--light-all .base .article .columns {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  gap: 64px;
}
.theme--light-all .base .article .columns .left-col .post-media {
  width: 792px;
  margin-bottom: 48px;
  border-radius: 6px;
}
.theme--light-all .base .article .columns .left-col .post-media img {
  width: 792px;
  border-radius: 6px;
}
.theme--light-all .base .article .columns .left-col .post-desc p {
  /* Body/Text/Large/Regular */
  text-align: justify;
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  /* or 162% */
  letter-spacing: 0.01em;
  /* Secondary/Darker */
  color: #3C3C3C;
  margin-bottom: 12px;
}
.theme--light-all .base .article .columns .left-col .post-desc img {
  max-width: 792px;
}
.theme--light-all .base .article .columns .left-col .post-desc ul {
  padding-inline-start: 40px;
  margin-bottom: 12px;
  /* Body/Text/Large/Regular */
  text-align: justify;
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  /* or 162% */
  letter-spacing: 0.01em;
  /* Secondary/Darker */
  color: #3C3C3C;
}
.theme--light-all .base .article .columns .left-col .post-desc h3 {
  /* H3/Semi */
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  /* identical to box height, or 142% */
  letter-spacing: 0.01em;
}
.theme--light-all .base .article .columns .left-col .post-desc .post-sharing {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 32px;
  margin-bottom: 32px;
}
.theme--light-all .base .article .columns .left-col .post-desc .post-sharing a {
  text-decoration: none;
}
.theme--light-all .base .article .columns .left-col .post-desc .post-sharing p {
  /* H6/Medium */
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height, or 143% */
  letter-spacing: 0.01em;
  /* Secondary/Darkest */
  color: #232323;
}
.theme--light-all .base .article .columns .left-col .post-desc .post-sharing ul.list-inline {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  list-style-type: none;
  gap: 8px;
}
.theme--light-all .base .article .columns .left-col .post-desc .post-sharing ul.list-inline li .cm-button {
  padding: 14px 20px;
  /* Primary/Default */
  background: #CD0504;
  border-radius: 6px;
  /* H6/Semi */
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height, or 143% */
  letter-spacing: 0.01em;
  /* Neutral/White */
  color: #FFFFFF;
}
.theme--light-all .base .article .columns .left-col .post-desc .post-sharing ul.list-inline li .fb-button {
  padding: 14px 20px;
  /* Primary/Default */
  background: #365396;
  border-radius: 6px;
  /* H6/Semi */
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height, or 143% */
  letter-spacing: 0.01em;
  /* Neutral/White */
  color: #FFFFFF;
}
.theme--light-all .base .article .columns .left-col .post-desc .post-sharing ul.list-inline li .tw-button {
  padding: 14px 20px;
  /* Primary/Default */
  background: #00A8F0;
  border-radius: 6px;
  /* H6/Semi */
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height, or 143% */
  letter-spacing: 0.01em;
  /* Neutral/White */
  color: #FFFFFF;
}
.theme--light-all .base .article .columns .left-col .post-desc .post-bottom .tags {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 5px;
}
.theme--light-all .base .article .columns .left-col .post-desc .post-bottom .tags a {
  padding: 8px 9px 8px 10px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)), #262626;
  border-radius: 6px;
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 10px;
  line-height: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* identical to box height, or 160% */
  letter-spacing: 0.02em;
  /* Neutral/White */
  color: #FFFFFF;
}
.theme--light-all .base .article .columns .left-col .post-desc .comments-widget {
  width: 100%;
}
.theme--light-all .base .article .columns .left-col .post-desc .separator {
  width: 100%;
  margin: 32px 0;
}
.theme--light-all .base .article .columns .right-col {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  width: 336px;
}
.theme--light-all .base .article .columns .right-col .widget .widget-title {
  margin-bottom: 24px;
}
.theme--light-all .base .article .columns .right-col .widget .widget-title h4 {
  font-size: 16px;
  line-height: 24px;
}
.theme--light-all .base .article .columns .right-col .widget .widget-title p {
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.01em;
  color: #3C3C3C;
}
.theme--light-all .base .article .fb-button {
  padding: 14px 20px;
  /* Primary/Default */
  background: #365396;
  border-radius: 6px;
  /* H6/Semi */
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height, or 143% */
  letter-spacing: 0.01em;
  /* Neutral/White */
  color: #FFFFFF;
}
.theme--light-all .base .article .post-bottom .tags {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 5px;
}
.theme--light-all .base .article .post-bottom .tags a {
  padding: 8px 9px 8px 10px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)), #262626;
  border-radius: 6px;
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 10px;
  line-height: 16px;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* identical to box height, or 160% */
  letter-spacing: 0.02em;
  /* Neutral/White */
  color: #FFFFFF;
}
.theme--light-all .base .article .cm-button {
  text-decoration: none;
  padding: 14px 20px;
  /* Primary/Default */
  background: #CD0504;
  border-radius: 6px;
  /* H6/Semi */
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height, or 143% */
  letter-spacing: 0.01em;
  /* Neutral/White */
  color: #FFFFFF;
}
.theme--light-all .base .article .tw-button {
  text-decoration: none;
  padding: 14px 20px;
  /* Primary/Default */
  background: #00A8F0;
  border-radius: 6px;
  /* H6/Semi */
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height, or 143% */
  letter-spacing: 0.01em;
  /* Neutral/White */
  color: #FFFFFF;
}
.theme--light-all .base .article .post-sharing a {
  text-decoration: none;
}
.theme--light-all .base .article .post-sharing p {
  font-family: Poppins;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1%;
}
.theme--light-all .base .article img {
  object-fit: cover;
  max-width: 100%;
  max-height: 100%;
  height: auto;
}
.theme--light-all .base .article blockquote {
  position: relative;
  padding: 10px 20px 10px 70px;
  margin: 0 0 20px;
  font-size: 1.4rem;
  font-weight: 600;
}
.theme--light-all .base .article blockquote p {
  font-family: Poppins;
  line-height: 1.8;
}
.theme--light-all .base .article blockquote:before {
  color: #ca0301;
  content: url("../img/double-quotes-l.svg");
  height: 50px;
  width: 50px;
  display: block;
  left: 0px;
  position: absolute;
  top: 0px;
}
@media screen and (max-width: 1200px) {
  .theme--light-all .base .article {
    width: 100%;
  }
  .theme--light-all .base .article .title-area {
    width: 100%;
  }
}
@media screen and (max-width: 992px) {
  .theme--light-all .base .article {
    width: 100%;
  }
  .theme--light-all .base .article h1 {
    font-size: 1.7rem;
  }
  .theme--light-all .base .article .columns {
    flex-direction: column;
    gap: 32px;
  }
  .theme--light-all .base .article .columns .left-col {
    width: 100%;
  }
  .theme--light-all .base .article .columns .right-col {
    width: 100%;
  }
}
@media screen and (max-width: 800px) {
  .theme--light-all .base .article {
    width: 100%;
  }
  .theme--light-all .base .article .post-media img {
    height: 340px;
    width: auto;
    object-fit: cover;
    max-width: 100%;
    max-height: 100%;
    width: auto;
  }
}
@media screen and (min-width: 1200px) {
  .theme--light-all .base .posts-col .large-widget {
    margin: 0;
    display: flex;
    flex-direction: row;
  }
  .theme--light-all .base .posts-col .large-widget .post-media {
    width: 248px;
    height: 224px;
    border-radius: 6px;
  }
  .theme--light-all .base .posts-col .large-widget .post-media .large-post-media-cover {
    width: 248px;
    height: 224px;
    border-radius: 6px;
    overflow: hidden;
  }
  .theme--light-all .base .posts-col .large-widget .post-media .large-post-media-cover img {
    width: 248px;
    height: 224px;
    object-fit: cover;
    object-position: center;
    min-height: 100%;
    min-width: 100%;
  }
  .theme--light-all .base .posts-col .large-widget .title-area {
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 10px;
  }
  .theme--light-all .base .posts-col .large-widget .title-area .colorfulcats {
    display: flex;
    flex-direction: row;
    gap: 10px;
  }
  .theme--light-all .base .posts-col .large-widget .title-area .colorfulcats .label-primary {
    background-color: #CD0504;
  }
  .theme--light-all .base .posts-col .large-widget .title-area .colorfulcats a.cat-label {
    padding-left: 10px;
    padding-right: 10px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .theme--light-all .base .posts-col .large-widget .title-area .large-post-meta {
    display: flex;
    flex-direction: row;
  }
  .theme--light-all .base .posts-col .large-widget .title-area .large-post-meta .author {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .theme--light-all .base .posts-col .large-widget .title-area .large-post-meta .author .author-data {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    color: #232323;
    letter-spacing: 0.02em;
  }
  .theme--light-all .base .posts-col .large-widget .title-area .large-post-meta .author .author-data .avatar {
    height: 24px;
    width: 24px;
  }
  .theme--light-all .base .posts-col .large-widget .title-area .large-post-meta .author .author-data .avatar img {
    height: 24px;
    width: 24px;
    border-radius: 12px;
  }
  .theme--light-all .base .posts-col .large-widget .title-area .large-post-meta .author .author-data .author-name {
    margin-left: 10px;
    color: #232323;
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    /* identical to box height */
    letter-spacing: 0.02em;
    /* Secondary/Darkest */
  }
  .theme--light-all .base .posts-col .large-widget .title-area .large-post-meta .post-time time {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.01em;
    color: #676767;
  }
}
@media screen and (max-width: 1199px) {
  .theme--light-all .base .posts-col .large-widget {
    width: 100%;
    margin: 0;
    display: flex;
    flex-direction: row;
  }
  .theme--light-all .base .posts-col .large-widget .post-media {
    border-radius: 6px;
    overflow: hidden;
  }
  .theme--light-all .base .posts-col .large-widget .post-media img {
    object-fit: cover;
    object-position: center;
    min-height: 100%;
    min-width: 100%;
  }
  .theme--light-all .base .posts-col .large-widget .title-area {
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 15px;
  }
  .theme--light-all .base .posts-col .large-widget .title-area .colorfulcats {
    display: flex;
    flex-direction: row;
    gap: 10px;
  }
  .theme--light-all .base .posts-col .large-widget .title-area .colorfulcats .label-primary {
    background-color: #CD0504;
  }
  .theme--light-all .base .posts-col .large-widget .title-area .colorfulcats a.cat-label {
    padding-left: 10px;
    padding-right: 10px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .theme--light-all .base .posts-col .large-widget .title-area .large-post-meta {
    display: flex;
    flex-direction: row;
  }
  .theme--light-all .base .posts-col .large-widget .title-area .large-post-meta .author {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .theme--light-all .base .posts-col .large-widget .title-area .large-post-meta .author .author-data {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    color: #232323;
    letter-spacing: 0.02em;
  }
  .theme--light-all .base .posts-col .large-widget .title-area .large-post-meta .author .author-data .avatar {
    height: 24px;
    width: 24px;
  }
  .theme--light-all .base .posts-col .large-widget .title-area .large-post-meta .author .author-data .avatar img {
    height: 24px;
    width: 24px;
    border-radius: 12px;
  }
  .theme--light-all .base .posts-col .large-widget .title-area .large-post-meta .author .author-data .author-name {
    margin-left: 10px;
    color: #232323;
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    /* identical to box height */
    letter-spacing: 0.02em;
    /* Secondary/Darkest */
  }
  .theme--light-all .base .posts-col .large-widget .title-area .large-post-meta .post-time time {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.01em;
    color: #676767;
  }
}
.theme--light-all .base .pagination-main {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  width: 100%;
  /* Secondary/Extra Light */
  border: 1px solid #f3f3f3;
  box-sizing: border-box;
  border-radius: 8px;
}
.theme--light-all .base .pagination-main .accordion-item {
  border: 1px solid #f3f3f3;
}
.theme--light-all .base .pagination-main .pagination-main-heading {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  cursor: pointer;
  justify-content: space-between;
  /*i {
      height: 25px;
      width: 25px;
    }
  span {
      height: 25px;
      margin: 0 auto;
    }*/
}
.theme--light-all .base .pagination-main .pagination-main-heading .accordion-button {
  font-size: 1rem;
  font-weight: 500;
}
.theme--light-all .base .pagination-main .pagination-main-heading .accordion-button:not(.collapsed) {
  box-shadow: none;
}
.theme--light-all .base .pagination-main .pagination-main-heading h5 {
  /* H5/Semi */
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  /* identical to box height */
  letter-spacing: 0.01em;
  /* Secondary/Darkest */
  color: #232323;
}
.theme--light-all .base .pagination-main .accordion-body {
  padding: 0;
}
.theme--light-all .base .pagination-main .pagination-main-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
}
.theme--light-all .base .pagination-main .pagination-main-content .menu-list {
  padding: 15px 19px;
  /* H7 / Medium */
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  /* identical to box height */
  letter-spacing: 0.01em;
  /* Secondary/Dark */
  color: #676767;
  background: #ffffff;
}
.theme--light-all .base .pagination-main .pagination-main-content .menu-list a {
  text-decoration: none;
  color: #939393;
}
.theme--light-all .base .pagination-main .pagination-main-content .menu-list-active {
  /*height: 48px;*/
  padding: 15px 19px;
  border-left: 1px solid #CD0504;
  /* H7 / Medium */
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  /* identical to box height */
  letter-spacing: 0.01em;
  background: rgba(205, 5, 4, 0.04);
}
.theme--light-all .base .pagination-main .pagination-main-content .menu-list-active a {
  color: #CD0504;
  text-decoration: none;
}
.theme--light-all .base .pagination-main .pagination-main-content .active {
  /*height: 48px;*/
  display: block;
  padding: 15px 19px;
  border-left: 1px solid #CD0504;
  /* H7 / Medium */
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  /* identical to box height */
  letter-spacing: 0.01em;
  color: #CD0504;
  text-decoration: none;
  background: rgba(205, 5, 4, 0.04);
}
.theme--light-all .base .pagination-bottom {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  width: 100%;
  /* Secondary/Extra Light */
  border: 1px solid #F3F3F3;
  box-sizing: border-box;
  border-radius: 6px;
  margin-bottom: 48px;
}
.theme--light-all .base .pagination-bottom .pagination-bottom-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
}
.theme--light-all .base .pagination-bottom .pagination-bottom-content .menu-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  height: 48px;
  /* H7 / Medium */
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  /* identical to box height */
  padding: 0 16px;
  letter-spacing: 0.01em;
  /* Secondary/Dark */
  color: #676767;
}
.theme--light-all .base .pagination-bottom .pagination-bottom-content .menu-list a {
  text-decoration: none;
}
.theme--light-all .base .pagination-bottom .pagination-bottom-content .menu-list i {
  font-size: 18px;
}
.theme--light-all .base .pagination-bottom .pagination-bottom-content .menu-list a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding: 15px 19px;
  color: #939393;
}
.theme--light-all .base .pagination-bottom .pagination-bottom-content .menu-list a.active {
  color: #CD0504;
}
.theme--light-all .base .pagination-bottom .pagination-bottom-content .menu-list a i {
  font-size: 18px;
}
.theme--light-all .base .pagination-bottom .pagination-bottom-content .menu-list-active {
  height: 48px;
  padding: 15px 19px;
  border-left: 1px solid #CD0504;
  /* H7 / Medium */
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  /* identical to box height */
  letter-spacing: 0.01em;
  color: #CD0504;
  background: rgba(205, 5, 4, 0.04);
}
.theme--light-all .base .gallery-slider-mobile {
  height: 400px;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
}
.theme--light-all .base .gallery-slider-mobile .gallery-slider-item {
  height: 400px;
  border-radius: 6px;
  position: relative;
  background-size: cover;
}
.theme--light-all .base .gallery-slider-mobile .gallery-slider-item .slider-effects .badges .colorfulcats .label-primary {
  background-color: #CD0504;
}
.theme--light-all .base .gallery-slider-mobile .gallery-slider-item .slider-effects .caption {
  position: absolute;
  left: 24px;
  bottom: 56px;
  z-index: 1;
}
.theme--light-all .base .gallery-slider-mobile .gallery-slider-item .slider-effects .caption .feature {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 0;
  letter-spacing: 0.01em;
  color: #D4D4D4;
}
.theme--light-all .base .gallery-slider-mobile .gallery-slider-item .slider-effects .caption h2, .theme--light-all .base .gallery-slider-mobile .gallery-slider-item .slider-effects .caption h3 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 42px;
  letter-spacing: 0.01em;
  color: #FFFFFF;
}
.theme--light-all .base .gallery-slider-mobile .gallery-slider-item .slider-effects::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 5px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 44.79%, rgba(0, 0, 0, 0.35) 63.54%, rgba(0, 0, 0, 0.75) 100%);
}
.theme--light-all .base .gallery-slider-mobile .gallery-slider-item .slider-effects::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 5px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 44.79%, rgba(0, 0, 0, 0.35) 63.54%, rgba(0, 0, 0, 0.75) 100%);
}
.theme--light-all .base .gallery-slider-mobile .gallery-slider-item img {
  object-fit: cover;
  object-position: center;
  min-height: 100%;
  min-width: 100%;
  border-radius: 6px;
}
.theme--light-all .base .gallery-slider-mobile .gallery-slider-item .badges {
  position: absolute;
  right: 24px;
  top: 24px;
}
.theme--light-all .base .gallery-slider-mobile .gallery-slider-item .meta {
  position: absolute;
  left: 24px;
  top: 24px;
}
.theme--light-all .base .gallery-slider-mobile .gallery-slider-item .meta .vertical-post-meta .author-data {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding: 5px 0;
}
.theme--light-all .base .gallery-slider-mobile .gallery-slider-item .meta .vertical-post-meta .author-data .avatar {
  height: 32px;
  width: 32px;
}
.theme--light-all .base .gallery-slider-mobile .gallery-slider-item .meta .vertical-post-meta .author-data .avatar img {
  height: 32px;
  width: 32px;
  border-radius: 16px;
}
.theme--light-all .base .gallery-slider-mobile .gallery-slider-item .meta .vertical-post-meta .author-data .author-name {
  margin-left: 10px;
}
.theme--light-all .base .gallery-slider-mobile .gallery-slider-item .meta .vertical-post-meta .author-data .author-name .author {
  color: #FFFFFF;
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  /* identical to box height */
  letter-spacing: 0.01em;
  /* Secondary/Darkest */
  margin-bottom: 0px;
}
.theme--light-all .base .gallery-slider-mobile .gallery-slider-item .meta .vertical-post-meta .author-data .author-name time {
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 12px;
  /* identical to box height, or 133% */
  letter-spacing: 0.02em;
  /* Secondary/Dark */
  color: #FFFFFF;
  margin-right: 8px;
}
.theme--light-all .base .gallery-slider-large {
  width: 100%;
  height: 388px;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
}
.theme--light-all .base .gallery-slider-large .gallery-slider-item {
  width: 100%;
  height: 388px;
  border-radius: 6px;
  position: relative;
  background-size: cover;
}
.theme--light-all .base .gallery-slider-large .gallery-slider-item .slider-effects .badges .colorfulcats .label-primary {
  background-color: #CD0504;
}
.theme--light-all .base .gallery-slider-large .gallery-slider-item .slider-effects .caption {
  position: absolute;
  left: 24px;
  bottom: 56px;
  z-index: 1;
}
.theme--light-all .base .gallery-slider-large .gallery-slider-item .slider-effects .caption .feature {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 0;
  letter-spacing: 0.01em;
  color: #D4D4D4;
}
.theme--light-all .base .gallery-slider-large .gallery-slider-item .slider-effects .caption h2, .theme--light-all .base .gallery-slider-large .gallery-slider-item .slider-effects .caption h3 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 42px;
  letter-spacing: 0.01em;
  color: #FFFFFF;
}
.theme--light-all .base .gallery-slider-large .gallery-slider-item .slider-effects::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 5px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 44.79%, rgba(0, 0, 0, 0.35) 63.54%, rgba(0, 0, 0, 0.75) 100%);
}
.theme--light-all .base .gallery-slider-large .gallery-slider-item .slider-effects::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 5px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 44.79%, rgba(0, 0, 0, 0.35) 63.54%, rgba(0, 0, 0, 0.75) 100%);
}
.theme--light-all .base .gallery-slider-large .gallery-slider-item img {
  object-fit: cover;
  object-position: center;
  min-height: 100%;
  min-width: 100%;
  border-radius: 6px;
}
.theme--light-all .base .gallery-slider-large .gallery-slider-item .badges {
  position: absolute;
  right: 24px;
  top: 24px;
}
.theme--light-all .base .gallery-slider-large .gallery-slider-item .meta {
  position: absolute;
  left: 24px;
  top: 24px;
}
.theme--light-all .base .gallery-slider-large .gallery-slider-item .meta .vertical-post-meta .author-data {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding: 5px 0;
}
.theme--light-all .base .gallery-slider-large .gallery-slider-item .meta .vertical-post-meta .author-data .avatar {
  height: 32px;
  width: 32px;
}
.theme--light-all .base .gallery-slider-large .gallery-slider-item .meta .vertical-post-meta .author-data .avatar img {
  height: 32px;
  width: 32px;
  border-radius: 16px;
}
.theme--light-all .base .gallery-slider-large .gallery-slider-item .meta .vertical-post-meta .author-data .author-name {
  margin-left: 10px;
}
.theme--light-all .base .gallery-slider-large .gallery-slider-item .meta .vertical-post-meta .author-data .author-name .author {
  color: #FFFFFF;
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  /* identical to box height */
  letter-spacing: 0.01em;
  /* Secondary/Darkest */
  margin-bottom: 0px;
}
.theme--light-all .base .gallery-slider-large .gallery-slider-item .meta .vertical-post-meta .author-data .author-name time {
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 12px;
  /* identical to box height, or 133% */
  letter-spacing: 0.02em;
  /* Secondary/Dark */
  color: #FFFFFF;
  margin-right: 8px;
}
.theme--light-all .base .gallery-slider-small {
  width: 100%;
  height: 388px;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
}
.theme--light-all .base .gallery-slider-small .gallery-slider-item {
  width: 100%;
  height: 388px;
  border-radius: 6px;
  position: relative;
  background-size: cover;
}
.theme--light-all .base .gallery-slider-small .gallery-slider-item .slider-effects .badges .colorfulcats .label-primary {
  background-color: #CD0504;
}
.theme--light-all .base .gallery-slider-small .gallery-slider-item .slider-effects .caption {
  position: absolute;
  left: 24px;
  bottom: 56px;
  z-index: 1;
}
.theme--light-all .base .gallery-slider-small .gallery-slider-item .slider-effects .caption .feature {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.01em;
  color: #D4D4D4;
  margin-bottom: 0;
}
.theme--light-all .base .gallery-slider-small .gallery-slider-item .slider-effects .caption h2, .theme--light-all .base .gallery-slider-small .gallery-slider-item .slider-effects .caption h3 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 42px;
  letter-spacing: 0.01em;
  color: #FFFFFF;
}
.theme--light-all .base .gallery-slider-small .gallery-slider-item .slider-effects::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 5px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 44.79%, rgba(0, 0, 0, 0.35) 63.54%, rgba(0, 0, 0, 0.75) 100%);
}
.theme--light-all .base .gallery-slider-small .gallery-slider-item .slider-effects::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 5px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 44.79%, rgba(0, 0, 0, 0.35) 63.54%, rgba(0, 0, 0, 0.75) 100%);
}
.theme--light-all .base .gallery-slider-small .gallery-slider-item img {
  object-fit: cover;
  object-position: center;
  min-height: 100%;
  min-width: 100%;
  border-radius: 6px;
}
.theme--light-all .base .gallery-slider-small .gallery-slider-item .caption {
  position: absolute;
  left: 24px;
  bottom: 56px;
}
.theme--light-all .base .gallery-slider-small .gallery-slider-item .caption .feature {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  /* identical to box height */
  letter-spacing: 0.01em;
  /* Secondary/Lightest */
  color: #D4D4D4;
}
.theme--light-all .base .gallery-slider-small .gallery-slider-item .caption h2, .theme--light-all .base .gallery-slider-small .gallery-slider-item .caption h3 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 42px;
  /* or 131% */
  letter-spacing: 0.01em;
  /* Neutral/White */
  color: #FFFFFF;
}
.theme--light-all .base .gallery-slider-small .gallery-slider-item .badges {
  position: absolute;
  right: 24px;
  top: 24px;
}
.theme--light-all .base .gallery-slider-small .gallery-slider-item .meta {
  position: absolute;
  left: 24px;
  top: 24px;
}
.theme--light-all .base .gallery-slider-small .gallery-slider-item .meta .vertical-post-meta .author-data {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding: 5px 0;
}
.theme--light-all .base .gallery-slider-small .gallery-slider-item .meta .vertical-post-meta .author-data .avatar {
  height: 32px;
  width: 32px;
}
.theme--light-all .base .gallery-slider-small .gallery-slider-item .meta .vertical-post-meta .author-data .avatar img {
  height: 32px;
  width: 32px;
  border-radius: 16px;
}
.theme--light-all .base .gallery-slider-small .gallery-slider-item .meta .vertical-post-meta .author-data .author-name {
  margin-left: 10px;
}
.theme--light-all .base .gallery-slider-small .gallery-slider-item .meta .vertical-post-meta .author-data .author-name .author {
  color: #FFFFFF;
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  /* identical to box height */
  letter-spacing: 0.01em;
  /* Secondary/Darkest */
  margin-bottom: 0px;
}
.theme--light-all .base .gallery-slider-small .gallery-slider-item .meta .vertical-post-meta .author-data .author-name time {
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 12px;
  /* identical to box height, or 133% */
  letter-spacing: 0.02em;
  /* Secondary/Dark */
  color: #FFFFFF;
  margin-right: 8px;
}
.theme--light-all .base .top-left-tile {
  /*width: 290px;*/
  width: 100%;
  height: 324px;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
}
.theme--light-all .base .top-left-tile .tile-item {
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  height: 324px;
  border-radius: 6px;
  position: relative;
  /*img {
    object-fit: cover;
    object-position: center;
    width: 290px;
    height: 324px;
    min-height: 100%;
    min-width: 100%;
    border-radius: 6px;
  }*/
}
.theme--light-all .base .top-left-tile .tile-item .effects .badges .colorfulcats .label-primary {
  background-color: #CD0504;
}
.theme--light-all .base .top-left-tile .tile-item .effects .caption {
  position: absolute;
  left: 24px;
  bottom: 20px;
  z-index: 1;
}
.theme--light-all .base .top-left-tile .tile-item .effects .caption .feature {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.01em;
  color: #D4D4D4;
}
.theme--light-all .base .top-left-tile .tile-item .effects .caption h2, .theme--light-all .base .top-left-tile .tile-item .effects .caption h3 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 42px;
  letter-spacing: 0.01em;
  color: #FFFFFF;
}
.theme--light-all .base .top-left-tile .tile-item .effects::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 5px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 44.79%, rgba(0, 0, 0, 0.35) 63.54%, rgba(0, 0, 0, 0.75) 100%);
}
.theme--light-all .base .top-left-tile .tile-item .effects::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 5px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 44.79%, rgba(0, 0, 0, 0.35) 63.54%, rgba(0, 0, 0, 0.75) 100%);
}
.theme--light-all .base .top-left-tile .tile-item .caption {
  position: absolute;
  left: 24px;
  /*.feature {
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.01em;
    color: #D4D4D4;
  }*/
}
.theme--light-all .base .top-left-tile .tile-item .caption h2, .theme--light-all .base .top-left-tile .tile-item .caption h3 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  /* or 131% */
  letter-spacing: 0.01em;
  /* Neutral/White */
  color: #FFFFFF;
}
.theme--light-all .base .top-left-tile .tile-item .badges {
  position: absolute;
  right: 24px;
  top: 24px;
}
.theme--light-all .base .top-left-tile .tile-item .meta {
  position: absolute;
  left: 24px;
  top: 24px;
}
.theme--light-all .base .top-left-tile .tile-item .meta .vertical-post-meta .author-data {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding: 5px 0;
}
.theme--light-all .base .top-left-tile .tile-item .meta .vertical-post-meta .author-data .avatar {
  height: 32px;
  width: 32px;
}
.theme--light-all .base .top-left-tile .tile-item .meta .vertical-post-meta .author-data .avatar img {
  height: 32px;
  width: 32px;
  border-radius: 16px;
}
.theme--light-all .base .top-left-tile .tile-item .meta .vertical-post-meta .author-data .author-name {
  margin-left: 10px;
}
.theme--light-all .base .top-left-tile .tile-item .meta .vertical-post-meta .author-data .author-name .author {
  color: #FFFFFF;
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  /* identical to box height */
  letter-spacing: 0.01em;
  /* Secondary/Darkest */
  margin-bottom: 0px;
}
.theme--light-all .base .top-left-tile .tile-item .meta .vertical-post-meta .author-data .author-name time {
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 12px;
  /* identical to box height, or 133% */
  letter-spacing: 0.02em;
  /* Secondary/Dark */
  color: #FFFFFF;
  margin-right: 8px;
}
.theme--light-all .base .top-center-tile {
  width: 100%;
  height: 324px;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
}
.theme--light-all .base .top-center-tile .tile-item {
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  height: 324px;
  border-radius: 6px;
  position: relative;
  padding: 20px;
}
.theme--light-all .base .top-center-tile .tile-item .effects .badges .colorfulcats .label-primary {
  background-color: #CD0504;
}
.theme--light-all .base .top-center-tile .tile-item .effects .caption {
  position: absolute;
  left: 24px;
  bottom: 20px;
  z-index: 1;
}
.theme--light-all .base .top-center-tile .tile-item .effects .caption .feature {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.01em;
  margin-bottom: 0;
  color: #D4D4D4;
}
.theme--light-all .base .top-center-tile .tile-item .effects .caption h2, .theme--light-all .base .top-center-tile .tile-item .effects .caption h3 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 42px;
  /* or 131% */
  letter-spacing: 0.01em;
  /* Neutral/White */
  color: #FFFFFF;
}
.theme--light-all .base .top-center-tile .tile-item .effects::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 5px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 44.79%, rgba(0, 0, 0, 0.35) 63.54%, rgba(0, 0, 0, 0.75) 100%);
}
.theme--light-all .base .top-center-tile .tile-item .effects::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 5px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 44.79%, rgba(0, 0, 0, 0.35) 63.54%, rgba(0, 0, 0, 0.75) 100%);
}
.theme--light-all .base .top-center-tile .tile-item img {
  object-fit: cover;
  object-position: center;
  width: 510px;
  height: 324px;
  min-height: 100%;
  min-width: 100%;
  border-radius: 6px;
}
.theme--light-all .base .top-center-tile .tile-item .caption {
  position: absolute;
  left: 24px;
  bottom: 56px;
}
.theme--light-all .base .top-center-tile .tile-item .caption .feature {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.01em;
  color: #D4D4D4;
}
.theme--light-all .base .top-center-tile .tile-item .caption h2, .theme--light-all .base .top-center-tile .tile-item .caption h3 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0.01em;
  color: #FFFFFF;
}
.theme--light-all .base .top-center-tile .tile-item .badges {
  position: absolute;
  right: 24px;
  top: 24px;
}
.theme--light-all .base .top-center-tile .tile-item .meta {
  position: absolute;
  left: 24px;
  top: 24px;
}
.theme--light-all .base .top-center-tile .tile-item .meta .vertical-post-meta .author-data {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding: 5px 0;
}
.theme--light-all .base .top-center-tile .tile-item .meta .vertical-post-meta .author-data .avatar {
  height: 32px;
  width: 32px;
}
.theme--light-all .base .top-center-tile .tile-item .meta .vertical-post-meta .author-data .avatar img {
  height: 32px;
  width: 32px;
  border-radius: 16px;
}
.theme--light-all .base .top-center-tile .tile-item .meta .vertical-post-meta .author-data .author-name {
  margin-left: 10px;
}
.theme--light-all .base .top-center-tile .tile-item .meta .vertical-post-meta .author-data .author-name .author {
  color: #FFFFFF;
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  /* identical to box height */
  letter-spacing: 0.01em;
  /* Secondary/Darkest */
  margin-bottom: 0px;
}
.theme--light-all .base .top-center-tile .tile-item .meta .vertical-post-meta .author-data .author-name time {
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 12px;
  /* identical to box height, or 133% */
  letter-spacing: 0.02em;
  /* Secondary/Dark */
  color: #FFFFFF;
  margin-right: 8px;
}
.theme--light-all .base .top-right-tile {
  width: 100%;
  height: 324px;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
}
.theme--light-all .base .top-right-tile .tile-item {
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  height: 324px;
  border-radius: 6px;
  position: relative;
  padding: 20px;
}
.theme--light-all .base .top-right-tile .tile-item .effects .badges .colorfulcats .label-primary {
  background-color: #CD0504;
}
.theme--light-all .base .top-right-tile .tile-item .effects .caption {
  position: absolute;
  left: 24px;
  bottom: 20px;
  z-index: 1;
}
.theme--light-all .base .top-right-tile .tile-item .effects .caption .feature {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.01em;
  margin-bottom: 0;
  color: #D4D4D4;
}
.theme--light-all .base .top-right-tile .tile-item .effects .caption h2, .theme--light-all .base .top-right-tile .tile-item .effects .caption h3 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 42px;
  letter-spacing: 0.01em;
  color: #FFFFFF;
}
.theme--light-all .base .top-right-tile .tile-item .effects::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 5px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 44.79%, rgba(0, 0, 0, 0.35) 63.54%, rgba(0, 0, 0, 0.75) 100%);
}
.theme--light-all .base .top-right-tile .tile-item .effects::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 5px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 44.79%, rgba(0, 0, 0, 0.35) 63.54%, rgba(0, 0, 0, 0.75) 100%);
}
.theme--light-all .base .top-right-tile .tile-item img {
  object-fit: cover;
  object-position: center;
  width: 368px;
  height: 324px;
  min-height: 100%;
  min-width: 100%;
  border-radius: 6px;
}
.theme--light-all .base .top-right-tile .tile-item .caption {
  position: absolute;
  left: 24px;
}
.theme--light-all .base .top-right-tile .tile-item .caption .feature {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.01em;
  color: #D4D4D4;
}
.theme--light-all .base .top-right-tile .tile-item .caption h2, .theme--light-all .base .top-right-tile .tile-item .caption h3 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0.01em;
  color: #FFFFFF;
}
.theme--light-all .base .top-right-tile .tile-item .badges {
  position: absolute;
  right: 24px;
  top: 24px;
}
.theme--light-all .base .top-right-tile .tile-item .meta {
  position: absolute;
  left: 24px;
  top: 24px;
}
.theme--light-all .base .top-right-tile .tile-item .meta .vertical-post-meta .author-data {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding: 5px 0;
}
.theme--light-all .base .top-right-tile .tile-item .meta .vertical-post-meta .author-data .avatar {
  height: 32px;
  width: 32px;
}
.theme--light-all .base .top-right-tile .tile-item .meta .vertical-post-meta .author-data .avatar img {
  height: 32px;
  width: 32px;
  border-radius: 16px;
}
.theme--light-all .base .top-right-tile .tile-item .meta .vertical-post-meta .author-data .author-name {
  margin-left: 10px;
}
.theme--light-all .base .top-right-tile .tile-item .meta .vertical-post-meta .author-data .author-name .author {
  color: #FFFFFF;
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  /* identical to box height */
  letter-spacing: 0.01em;
  /* Secondary/Darkest */
  margin-bottom: 0px;
}
.theme--light-all .base .top-right-tile .tile-item .meta .vertical-post-meta .author-data .author-name time {
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 12px;
  /* identical to box height, or 133% */
  letter-spacing: 0.02em;
  /* Secondary/Dark */
  color: #FFFFFF;
  margin-right: 8px;
}
.theme--light-all .base .gray-section {
  background-color: #FAFAFA;
}
.theme--light-all .base .right-column-widget {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.theme--light-all .base .right-column-widget .mini-widget {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.theme--light-all .base .right-column-widget .mini-widget .mini-widget-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
}
.theme--light-all .base .right-column-widget .mini-widget .mini-widget-flex a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  gap: 15px;
}
.theme--light-all .base .right-column-widget .mini-widget .mini-widget-flex a .miniature img {
  height: 80px;
  width: 80px;
}
.theme--light-all .base .right-column-widget .mini-widget .mini-widget-flex a .text {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  padding: 8px 0;
}
.theme--light-all .base .right-column-widget .mini-widget .mini-widget-flex a .text h4, .theme--light-all .base .right-column-widget .mini-widget .mini-widget-flex a .text h5 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.01em;
  color: #232323;
  line-height: 120%;
}
.theme--light-all .base .right-column-widget .mini-widget .mini-widget-flex a .text .date {
  font-size: 10px;
}
.theme--light-all .base .mobile-banner-full-width {
  width: 100%;
  background-color: none;
}
.theme--light-all .base .banner-full-width {
  width: 100%;
  background-color: none;
  /*margin-bottom: 64px;*/
}
@media screen and (min-width: 1200px) {
  .theme--light-all .base .separator {
    width: 100%;
    height: 1px;
    background-color: #F3F3F3;
  }
}
@media screen and (max-width: 800px) {
  .theme--light-all .base .separator {
    width: 100%;
    height: 1px;
    background-color: #F3F3F3;
  }
}
.theme--light-all .base .banner-full-width-inv {
  width: 100%;
  background-color: none;
  height: 340px;
}
.theme--light-all .base :root {
  --bg-color: #13131f;
  --bg-color-2: t($bg);
  --text-color: t(text-secondary-page-title);
  --accent-color: t(bg-accent);
}
.theme--light-all .base #sidebar {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  padding: 2rem;
  background-color: #ffffff;
  box-shadow: 0 10px 20px -4px #000;
  overflow-x: hidden;
  overflow-y: auto;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-100%);
  transition: opacity 0.3s ease, visibility 0.2s ease, transform 0.3s ease;
}
.theme--light-all .base #sidebar #aside_close {
  color: #232323;
}
.theme--light-all .base #sidebar h5 {
  font-family: Poppins;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  color: #232323;
}
.theme--light-all .base #sidebar h5 a {
  color: #232323;
}
.theme--light-all .base #sidebar.show {
  pointer-events: all;
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.theme--light-all .base .sidebar_content {
  padding: 2.8rem 0;
  pointer-events: none;
  /* so that the Sidebar does not get closed while clicking on sidebar_content */
}
.theme--light-all .base .sidebar_content a {
  pointer-events: all;
  /* so that all the a inside sidebar_content are clickable */
}
.theme--light-all .base .sidebar_body {
  /*border-top: 1px dashed var(--text-color);
  border-bottom: 1px dashed var(--text-color);*/
}
.theme--light-all .base .side_navlinks ul {
  display: grid;
  /*gap: 2rem;*/
}
.theme--light-all .base .side_navlinks li a {
  letter-spacing: 1px;
  opacity: 0.8;
}
.theme--light-all .base .side_navlinks a:hover {
  opacity: 1;
}
.theme--light-all .base .sidebar_toggler {
  /*position: fixed;*/
  position: relative;
  /*top: 4vh;
    right: 3vw;*/
  /*width: 1.75rem;*/
  height: 1.3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
  overflow: hidden;
}
.theme--light-all .base .sidebar_toggler span {
  background-color: #ddd;
  width: 100%;
  height: 2.4px;
  transition: all 0.3s ease;
  pointer-events: none;
  /* so that it doesn't overlap the sidebar_toggler */
}
.theme--light-all .base #sidebar.show + .sidebar_toggler {
  justify-content: center;
}
.theme--light-all .base #sidebar.show + .sidebar_toggler span {
  margin-top: -1.2px;
  margin-bottom: -1.2px;
}
.theme--light-all .base #sidebar.show + .sidebar_toggler span:first-child {
  transform: rotate(45deg);
}
.theme--light-all .base #sidebar.show + .sidebar_toggler span:nth-child(2) {
  opacity: 0;
  transform: translateX(-100%);
}
.theme--light-all .base #sidebar.show + .sidebar_toggler span:last-child {
  transform: rotate(-45deg);
}
.theme--light-all .base .mobile-menu-bar {
  background-color: #ffffff;
}
.theme--light-hardware .base {
  color: #232323;
  background-color: #ffffff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-family: "Poppins", sans-serif;
  /*--====== Global Variables ======--*/
  /*--====== Sidebar ======--*/
  /* when the sidebar has 'show' class */
  /*---- Sidebar-Toggler ----*/
  /* if the sidebar has 'show' class then their adjacent-sibling (i.e., sidebar_toggler) will... */
  /*.banner-full-width {
          width: 1200px;
          background-color: #161616;
          /*margin-bottom: 64px;* /
      }*/
}
.theme--light-hardware .base .icon-color {
  color: #CD0504;
}
.theme--light-hardware .base .box:after {
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 88%, #ffffff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);*/
  /* IE6-9 */
  content: " ";
  display: block;
  height: 30px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
}
.theme--light-hardware .base .full-cont {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 38px;
  width: 100%;
  background: #ffffff;
}
.theme--light-hardware .base .full-cont #t_top {
  background-color: #ffffff;
}
.theme--light-hardware .base .full-cont .nastepnyartykul {
  padding: 2.5rem;
  background: rgba(214, 216, 217, 0.4);
  font-weight: 700;
  color: #3C3C3C;
  font-size: 1.5625rem;
  display: block;
  text-align: center;
  position: relative;
  margin: 12px 0;
}
.theme--light-hardware .base .nastepnyartykul {
  padding: 2.5rem;
  background: rgba(214, 216, 217, 0.4);
  font-weight: 700;
  color: #3C3C3C;
  font-size: 1.5625rem;
  display: block;
  text-align: center;
  position: relative;
  margin: 12px 0;
}
.theme--light-hardware .base .widget-title {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  align-content: flex-start;
  justify-content: flex-start;
  gap: 10px;
}
.theme--light-hardware .base .widget-title i {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 20px;
  flex-direction: row;
  align-items: flex-end;
}
.theme--light-hardware .base .widget-title i::before {
  display: flex;
  align-items: flex-end;
}
.theme--light-hardware .base .widget-title .color-red {
  color: #CD0504;
}
.theme--light-hardware .base .widget-title .color-accent {
  color: #CD0504;
}
.theme--light-hardware .base .widget-title h2, .theme--light-hardware .base .widget-title h4 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0.01em;
  margin-bottom: 0;
  color: #232323;
}
@media screen and (max-width: 900px) {
  .theme--light-hardware .base .widget-title h2, .theme--light-hardware .base .widget-title h4 {
    font-size: 1.286rem;
    line-height: 2.125rem;
  }
}
.theme--light-hardware .base .widget-title p {
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.01em;
  color: #232323;
}
.theme--light-hardware .base .widget-title .see_all {
  margin-right: 0;
  margin-left: auto;
  align-self: center;
  color: #676767;
}
.theme--light-hardware .base .widget-title .see_all a {
  color: #676767;
  font-size: 14px;
}
.theme--light-hardware .base .middle-widget-title h3, .theme--light-hardware .base .middle-widget-title h4 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 2.125rem;
  letter-spacing: 0.01em;
  margin-bottom: 0;
  color: #232323;
}
.theme--light-hardware .base .middle-widget-title p {
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.01em;
  color: #232323;
}
.theme--light-hardware .base .middle-widget-title .see_all {
  margin-right: 0;
  margin-left: auto;
  align-self: flex-end;
  color: #676767;
}
.theme--light-hardware .base .middle-widget-title .see_all a {
  color: #676767;
  font-size: 14px;
}
.theme--light-hardware .base nav {
  background-color: #ffffff;
}
.theme--light-hardware .base nav.black-bg {
  background-color: #161616;
}
.theme--light-hardware .base .menu,
.theme--light-hardware .base .submenu,
.theme--light-hardware .base .top-menu {
  /*width: $screen-lg;*/
  margin: 0 auto;
  padding: 0 15px;
  list-style-type: none;
  font-weight: 500;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  background-color: #ffffff;
  gap: 11px;
  flex-wrap: nowrap;
  background: none;
}
.theme--light-hardware .base .menu li,
.theme--light-hardware .base .submenu li,
.theme--light-hardware .base .top-menu li {
  line-height: 20px;
  border-radius: 6px;
}
.theme--light-hardware .base .menu li a,
.theme--light-hardware .base .submenu li a,
.theme--light-hardware .base .top-menu li a {
  color: #232323;
  text-decoration: none;
}
.theme--light-hardware .base .menu .dropdown,
.theme--light-hardware .base .submenu .dropdown,
.theme--light-hardware .base .top-menu .dropdown {
  position: relative;
  display: inline-block;
}
.theme--light-hardware .base .menu .dropdown .dropdown-menu,
.theme--light-hardware .base .submenu .dropdown .dropdown-menu,
.theme--light-hardware .base .top-menu .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  z-index: 100;
  background-color: #ffffff;
  padding: 10px;
  border: 1px solid #ccc;
}
.theme--light-hardware .base .menu .dropdown .dropdown-menu li,
.theme--light-hardware .base .submenu .dropdown .dropdown-menu li,
.theme--light-hardware .base .top-menu .dropdown .dropdown-menu li {
  list-style: none;
  text-align: left;
  padding: 5px 10px;
  width: 300px;
}
.theme--light-hardware .base .menu .dropdown .dropdown-menu li.parent,
.theme--light-hardware .base .submenu .dropdown .dropdown-menu li.parent,
.theme--light-hardware .base .top-menu .dropdown .dropdown-menu li.parent {
  border-bottom: 1px solid #F3F3F3;
  font-weight: 600;
}
.theme--light-hardware .base .menu .dropdown:hover .dropdown-menu,
.theme--light-hardware .base .submenu .dropdown:hover .dropdown-menu,
.theme--light-hardware .base .top-menu .dropdown:hover .dropdown-menu {
  display: block;
}
.theme--light-hardware .base .menu .item,
.theme--light-hardware .base .submenu .item,
.theme--light-hardware .base .top-menu .item {
  padding: 10px;
}
.theme--light-hardware .base .menu .item .button,
.theme--light-hardware .base .submenu .item .button,
.theme--light-hardware .base .top-menu .item .button {
  padding: 9px 5px;
}
.theme--light-hardware .base .menu {
  font-size: 15px;
  /*li:last-child {
    margin-left: auto;
  }*/
}
.theme--light-hardware .base .top-menu {
  background-color: #161616;
  /*height: 56px;*/
  font-size: 14px;
  /*li:last-child {
    margin-left: auto;
  }*/
}
.theme--light-hardware .base .top-menu .active {
  background: rgba(255, 255, 255, 0.15);
  font-weight: 600;
  font-size: 12px;
}
.theme--light-hardware .base .top-menu li {
  background-color: #161616;
}
.theme--light-hardware .base .top-menu li .active {
  background: rgba(255, 255, 255, 0.15);
}
.theme--light-hardware .base .top-menu li a {
  color: #D4D4D4;
}
.theme--light-hardware .base .top-menu .item {
  color: #D4D4D4;
}
.theme--light-hardware .base h4 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  /* identical to box height, or 142% */
  letter-spacing: 0.01em;
  /* Secondary/Darkest */
  color: #232323;
}
.theme--light-hardware .base .menu_footer {
  display: flex;
  align-content: flex-end;
}
.theme--light-hardware .base .menu_footer ul {
  display: flex;
  justify-content: flex-end;
}
.theme--light-hardware .base .menu_footer ul li {
  list-style: none;
  margin: 0 16px;
}
.theme--light-hardware .base .menu_footer ul li a {
  font-family: "Inter";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  /* identical to box height, or 133% */
  text-align: justify;
  letter-spacing: 0.01em;
  /* Secondary/Darker */
  color: #232323;
}
.theme--light-hardware .base .title-area {
  padding-top: 5px;
  position: relative;
  /*h3 {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 600;
    font-size: 1rem;
    line-height: 2.125rem;

    letter-spacing: 0.01em;

    color: t($text);
    margin-bottom: 0px;
  }*/
}
.theme--light-hardware .base .title-area h2, .theme--light-hardware .base .title-area h3 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 2.125rem;
  /* or 142% */
  letter-spacing: 0.01em;
  /* Secondary/Darkest */
  color: #232323;
  margin-bottom: 0px;
}
@media screen and (max-width: 900px) {
  .theme--light-hardware .base .title-area h2, .theme--light-hardware .base .title-area h3 {
    font-size: 1.286rem;
    line-height: 1.5em;
  }
}
.theme--light-hardware .base .title-area h7 {
  font-size: 12px;
  color: #676767;
}
.theme--light-hardware .base .title-area .large-post-meta {
  gap: 10px;
}
.theme--light-hardware .base .title-area .large-post-meta .avatar {
  height: 24px;
  width: 24px;
}
.theme--light-hardware .base .title-area .large-post-meta .avatar img {
  height: 24px;
  width: 24px;
  border-radius: 12px;
}
.theme--light-hardware .base .title-area .large-post-meta .author {
  font-family: "Poppins";
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 18px;
  color: #232323;
  letter-spacing: 0.02em;
}
.theme--light-hardware .base .title-area .large-post-meta time {
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  /* identical to box height, or 133% */
  letter-spacing: 0.01em;
  /* Secondary/Dark */
  color: #676767;
}
.theme--light-hardware .base .cover-card {
  width: 100%;
  /*height: 403px;*/
  border-radius: 6px;
  /*overflow: hidden;*/
}
.theme--light-hardware .base .cover-card img {
  width: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 6px;
}
.theme--light-hardware .base .cover-card .title-area {
  width: inherit;
}
.theme--light-hardware .base .cover-card .title-area h7 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
  /* identical to box height */
  letter-spacing: 0.01em;
  /* Secondary/Dark */
  color: #676767;
  margin-bottom: 5px;
}
.theme--light-hardware .base .cover-card .title-area h3 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0.01em;
  /* Secondary/Darkest */
  color: #232323;
}
@media screen and (max-width: 1199px) {
  .theme--light-hardware .base .cover-card {
    width: 100%;
    border-radius: 6px;
    /*overflow: hidden;*/
  }
  .theme--light-hardware .base .cover-card img {
    width: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 6px;
  }
}
.theme--light-hardware .base .filtering-navbar ul li a {
  color: #939393;
}
.theme--light-hardware .base .filtering-navbar ul li.active a {
  color: #CD0504;
}
.theme--light-hardware .base .filtering-bg {
  background-color: #CD0504;
}
.theme--light-hardware .base .border-color-accent {
  border-color: #CD0504 !important;
}
.theme--light-hardware .base .bg-accent {
  background-color: #CD0504 !important;
}
.theme--light-hardware .base .text-color {
  color: #232323 !important;
}
.theme--light-hardware .base .feed-details .forum-title {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #232323;
  margin-bottom: 0;
}
.theme--light-hardware .base .feed-details .forum-title a {
  color: #232323;
  font-weight: 700;
}
.theme--light-hardware .base .feed-details .author {
  font-family: "Poppins";
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 12px;
  color: #232323;
  letter-spacing: 0.02em;
}
.theme--light-hardware .base .activity-feed {
  width: 100%;
  border-radius: 6px;
  border: 1px solid #F3F3F3;
  padding: 20px;
}
.theme--light-hardware .base .activity-feed .feed-item .feed-details .forum-title {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  color: #232323;
}
.theme--light-hardware .base .activity-feed .feed-item .feed-details .forum-title a {
  color: #232323;
  font-weight: 700;
}
.theme--light-hardware .base .activity-feed .feed-item .feed-details .author {
  font-family: "Poppins";
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 12px;
  color: #232323;
  letter-spacing: 0.02em;
}
.theme--light-hardware .base footer {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
  margin-top: 60px;
  border-top: 0px;
  background-color: #ffffff;
  z-index: 1;
  /*max-width: 1200px;*/
  width: 100%;
  margin: auto;
  padding-top: 32px;
}
.theme--light-hardware .base footer .footer_bottom {
  width: 100%;
}
.theme--light-hardware .base footer .socials a {
  font-size: 1rem;
  color: #232323;
}
.theme--light-hardware .base footer .socials a i {
  font-size: 1.5rem;
}
.theme--light-hardware .base footer div h5 {
  font-family: "Poppins";
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0px;
}
.theme--light-hardware .base footer div .box_news .footer_link {
  font-family: "Inter";
  list-style: none;
  font-size: 12px;
  color: #939393;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.01em;
}
.theme--light-hardware .base footer div .box_news ul {
  padding-left: 0;
}
.theme--light-hardware .base footer div .box_news ul li {
  font-family: "Inter";
  list-style: none;
  font-size: 12px;
}
.theme--light-hardware .base footer div .box_news ul li a {
  color: #939393;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.01em;
}
.theme--light-hardware .base footer .accordion {
  margin-top: 20px;
  width: 100%;
  border-radius: 6px;
  background-color: #ffffff;
  padding: 0 24px;
  border: none;
}
.theme--light-hardware .base footer .accordion .accordion-item:not(:last-child) {
  border-bottom: 1px solid #F3F3F3 !important;
}
.theme--light-hardware .base footer .accordion .accordion-item {
  padding: 16px 0;
  background-color: #ffffff;
}
.theme--light-hardware .base footer .accordion .accordion-item path {
  fill: red;
}
.theme--light-hardware .base footer .accordion .accordion-item .accordion-button::after {
  color: #fff;
  fill: red;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='7 7 10 10' preserveAspectRatio='x200Y200 meet' fill='%23bebebe'%3E%3Cpath d='M12 11.8284L9.17154 14.6569L7.75732 13.2426L12 9L16.2426 13.2426L14.8284 14.6569L12 11.8284Z'%3E%3C/path%3E%3C/svg%3E");
}
.theme--light-hardware .base footer .accordion .accordion-item .accordion-button:not(.collapsed) {
  color: #232323;
  background-color: #ffffff;
  border-color: #ffffff;
}
.theme--light-hardware .base footer .accordion .accordion-item .accordion-button {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #232323;
  background-color: #ffffff;
  border-radius: 6px;
  padding: 16px 0;
  border: none;
}
.theme--light-hardware .base .post-vertical .cover-card {
  width: 100%;
  /*height: 403px;*/
  border-radius: 6px;
  /*overflow: hidden;*/
}
.theme--light-hardware .base .post-vertical .cover-card img {
  width: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 6px;
}
.theme--light-hardware .base .post-vertical .cover-card .title-area {
  width: inherit;
}
.theme--light-hardware .base .post-vertical .cover-card .title-area h7 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
  /* identical to box height */
  letter-spacing: 0.01em;
  /* Secondary/Dark */
  color: #676767;
  margin-bottom: 5px;
}
.theme--light-hardware .base .post-vertical .cover-card .title-area h3 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0.01em;
  /* Secondary/Darkest */
  color: #232323;
}
@media screen and (max-width: 1199px) {
  .theme--light-hardware .base .post-vertical .cover-card {
    width: 100%;
    border-radius: 6px;
    /*overflow: hidden;*/
  }
  .theme--light-hardware .base .post-vertical .cover-card img {
    width: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 6px;
  }
}
.theme--light-hardware .base .post-vertical .vertical-post-meta .author-data {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding: 5px 0;
}
.theme--light-hardware .base .post-vertical .vertical-post-meta .author-data .avatar {
  height: 24px;
  width: 24px;
}
.theme--light-hardware .base .post-vertical .vertical-post-meta .author-data .avatar img {
  height: 24px;
  width: 24px;
  border-radius: 12px;
}
.theme--light-hardware .base .post-vertical .vertical-post-meta .author-data .author-name {
  margin-left: 10px;
}
.theme--light-hardware .base .post-vertical .vertical-post-meta .author-data .author-name .author {
  color: #232323;
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  /* identical to box height */
  letter-spacing: 0.01em;
  /* Secondary/Darkest */
}
.theme--light-hardware .base .post-vertical .vertical-post-meta .author-data .author-name time {
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 12px;
  /* identical to box height, or 133% */
  letter-spacing: 0.02em;
  /* Secondary/Dark */
  color: #676767;
}
.theme--light-hardware .base input:checked + .slider {
  background-color: #CD0504;
}
.theme--light-hardware .base input:focus + .slider {
  box-shadow: 0 0 1px #CD0504;
}
.theme--light-hardware .base .mini-widget .small-widget-title h5, .theme--light-hardware .base .mini-widget .small-widget-title h4 {
  color: #232323;
}
.theme--light-hardware .base .mini-widget .small-widget-title h5 a, .theme--light-hardware .base .mini-widget .small-widget-title h4 a {
  /*font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;*/
  color: #232323;
}
.theme--light-hardware .base .video-widget {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  padding-bottom: 64px;
}
.theme--light-hardware .base .video-widget .widget-title {
  width: 100%;
}
.theme--light-hardware .base .video-widget .widget-title h2, .theme--light-hardware .base .video-widget .widget-title h4 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0.01em;
  color: #232323;
}
.theme--light-hardware .base .video-widget .widget-body {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 24px;
}
.theme--light-hardware .base .video-widget .widget-body .post-video-large {
  width: 100%;
  height: 332px;
  border-radius: 6px;
  overflow: hidden;
}
.theme--light-hardware .base .video-widget .widget-body .post-video-large .post-media {
  width: 100%;
  height: 332px;
  border-radius: 6px;
}
.theme--light-hardware .base .video-widget .widget-body .post-video-large .post-media .embed-responsive {
  height: 332px;
}
.theme--light-hardware .base .video-widget .widget-body .post-video-large .post-media .embed-responsive img {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: 332px;
}
.theme--light-hardware .base .video-widget .widget-body .post-video-large .post-media .video__youtube img {
  object-fit: cover;
  object-position: center;
}
.theme--light-hardware .base .page-title-section {
  width: 100%;
  margin-top: 60px;
  margin-bottom: 60px;
}
.theme--light-hardware .base .page-title-section .title-area {
  width: 100%;
}
.theme--light-hardware .base .page-title-section .title-area h1 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 42px;
  /* identical to box height, or 131% */
  letter-spacing: 0.01em;
  color: #232323;
}
.theme--light-hardware .base .page-title-section .title-description-area p {
  /* Body/Text/Regular/Regular */
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  /* or 157% */
  letter-spacing: 0.01em;
  /* Secondary/Dark */
  color: #676767;
}
.theme--light-hardware .base .title-area-mobile {
  width: 100%;
}
.theme--light-hardware .base .title-area-mobile h1 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  /* identical to box height, or 131% */
  letter-spacing: 0.01em;
  /* Secondary/Darkest */
  color: #232323;
}
.theme--light-hardware .base .title-description-area-mobile p {
  /* Body/Text/Regular/Regular */
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  /* or 157% */
  letter-spacing: 0.01em;
  /* Secondary/Dark */
  color: #676767;
}
.theme--light-hardware .base .accordion-button:not(.collapsed) {
  color: #232323;
  background-color: #ffffff;
  border-color: #ffffff;
}
.theme--light-hardware .base .article p {
  font-family: "Inter", sans-serif;
}
.theme--light-hardware .base .article .accordion-button:not(.collapsed) {
  color: #232323;
  background-color: #ffffff;
  border-color: #ffffff;
}
.theme--light-hardware .base .article .colorfulcats {
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.theme--light-hardware .base .article .colorfulcats a {
  text-decoration: none;
}
.theme--light-hardware .base .article .colorfulcats .label-primary {
  background-color: #CD0504;
}
.theme--light-hardware .base .article .colorfulcats a.cat-label {
  padding-left: 10px;
  padding-right: 10px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.theme--light-hardware .base .article a {
  color: #CD0504;
  text-decoration: underline;
}
.theme--light-hardware .base .article p {
  color: #232323;
  line-height: 1.625rem;
}
.theme--light-hardware .base .article .authorbox a {
  color: #232323;
  text-decoration: none;
}
.theme--light-hardware .base .article h1 {
  font-family: Poppins;
  font-weight: 600;
  font-size: 2.3rem;
  margin-top: 3rem;
  line-height: 2.5rem;
  letter-spacing: 0.01em;
  color: #232323;
}
.theme--light-hardware .base .article .mm-gallery .glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.theme--light-hardware .base .article .mm-gallery .carousel {
  width: 100%;
  aspect-ratio: 16/9;
  margin: auto;
}
.theme--light-hardware .base .article .mm-gallery .carousel .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.theme--light-hardware .base .article .mm-gallery .carousel .glyphicon-chevron-left {
  width: 30px;
  height: 30px;
  margin-top: -10px;
  font-size: 30px;
}
.theme--light-hardware .base .article .mm-gallery .carousel .glyphicon-chevron-right {
  width: 30px;
  height: 30px;
  margin-top: -10px;
  font-size: 30px;
}
.theme--light-hardware .base .article .mm-gallery .carousel .glyphicon-chevron-left:before {
  content: "\e079";
}
.theme--light-hardware .base .article .mm-gallery .carousel .glyphicon-chevron-right:before {
  content: "\e080";
}
.theme--light-hardware .base .article .mm-gallery .carousel ol.carousel-indicators {
  bottom: 0px;
}
.theme--light-hardware .base .article .mm-gallery .carousel .carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
}
.theme--light-hardware .base .article .mm-gallery .carousel .carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000", endColorstr="#00000000", GradientType=1);
}
.theme--light-hardware .base .article .mm-gallery .carousel .carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#80000000", GradientType=1);
}
.theme--light-hardware .base .article .post-info {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.theme--light-hardware .base .article .post-info .article-post-meta {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
}
.theme--light-hardware .base .article .post-info .article-post-meta .author-data {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding: 5px 0;
}
.theme--light-hardware .base .article .post-info .article-post-meta .author-data .avatar {
  height: 40px;
  width: 40px;
}
.theme--light-hardware .base .article .post-info .article-post-meta .author-data .avatar img {
  height: 40px;
  width: 40px;
  border-radius: 20px;
}
.theme--light-hardware .base .article .post-info .article-post-meta .author-data .author-name .author {
  margin-left: 14px;
  /* H6/Medium */
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  /* identical to box height, or 143% */
  letter-spacing: 0.01em;
  /* Secondary/Darkest */
  color: #232323;
}
.theme--light-hardware .base .article .post-info .article-post-meta .author-data .author-name time {
  margin-left: 14px;
  /* H7 / Regular */
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 12px;
  /* identical to box height, or 133% */
  letter-spacing: 0.01em;
  /* Secondary/Light */
  color: #939393;
}
.theme--light-hardware .base .article .post-info .post-sharing a {
  text-decoration: none;
}
.theme--light-hardware .base .article .post-info .post-sharing .cm-button {
  padding: 14px 20px;
  /* Primary/Default */
  background: #CD0504;
  border-radius: 6px;
  /* H6/Semi */
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height, or 143% */
  letter-spacing: 0.01em;
  /* Neutral/White */
  color: #FFFFFF;
}
.theme--light-hardware .base .article .post-info .post-sharing .fb-button {
  padding: 14px 20px;
  /* Primary/Default */
  background: #365396;
  border-radius: 6px;
  /* H6/Semi */
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height, or 143% */
  letter-spacing: 0.01em;
  /* Neutral/White */
  color: #FFFFFF;
}
.theme--light-hardware .base .article .post-info .post-sharing .tw-button {
  padding: 14px 20px;
  /* Primary/Default */
  background: #00A8F0;
  border-radius: 6px;
  /* H6/Semi */
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height, or 143% */
  letter-spacing: 0.01em;
  /* Neutral/White */
  color: #FFFFFF;
}
.theme--light-hardware .base .article .post-info .post-sharing ul.list-inline {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  list-style-type: none;
  gap: 8px;
}
.theme--light-hardware .base .article .post-info .post-sharing ul.list-inline li .cm-button {
  padding: 14px 20px;
  /* Primary/Default */
  background: #CD0504;
  border-radius: 6px;
  /* H6/Semi */
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height, or 143% */
  letter-spacing: 0.01em;
  /* Neutral/White */
  color: #FFFFFF;
}
.theme--light-hardware .base .article .post-info .post-sharing ul.list-inline li .fb-button {
  padding: 14px 20px;
  /* Primary/Default */
  background: #365396;
  border-radius: 6px;
  /* H6/Semi */
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height, or 143% */
  letter-spacing: 0.01em;
  /* Neutral/White */
  color: #FFFFFF;
}
.theme--light-hardware .base .article .post-info .post-sharing ul.list-inline li .tw-button {
  padding: 14px 20px;
  /* Primary/Default */
  background: #00A8F0;
  border-radius: 6px;
  /* H6/Semi */
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height, or 143% */
  letter-spacing: 0.01em;
  /* Neutral/White */
  color: #FFFFFF;
}
.theme--light-hardware .base .article .post-info .row {
  width: 100%;
}
.theme--light-hardware .base .article .title-area {
  width: 100%;
}
.theme--light-hardware .base .article .columns {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  gap: 64px;
}
.theme--light-hardware .base .article .columns .left-col .post-media {
  width: 792px;
  margin-bottom: 48px;
  border-radius: 6px;
}
.theme--light-hardware .base .article .columns .left-col .post-media img {
  width: 792px;
  border-radius: 6px;
}
.theme--light-hardware .base .article .columns .left-col .post-desc p {
  /* Body/Text/Large/Regular */
  text-align: justify;
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  /* or 162% */
  letter-spacing: 0.01em;
  /* Secondary/Darker */
  color: #3C3C3C;
  margin-bottom: 12px;
}
.theme--light-hardware .base .article .columns .left-col .post-desc img {
  max-width: 792px;
}
.theme--light-hardware .base .article .columns .left-col .post-desc ul {
  padding-inline-start: 40px;
  margin-bottom: 12px;
  /* Body/Text/Large/Regular */
  text-align: justify;
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  /* or 162% */
  letter-spacing: 0.01em;
  /* Secondary/Darker */
  color: #3C3C3C;
}
.theme--light-hardware .base .article .columns .left-col .post-desc h3 {
  /* H3/Semi */
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  /* identical to box height, or 142% */
  letter-spacing: 0.01em;
}
.theme--light-hardware .base .article .columns .left-col .post-desc .post-sharing {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 32px;
  margin-bottom: 32px;
}
.theme--light-hardware .base .article .columns .left-col .post-desc .post-sharing a {
  text-decoration: none;
}
.theme--light-hardware .base .article .columns .left-col .post-desc .post-sharing p {
  /* H6/Medium */
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height, or 143% */
  letter-spacing: 0.01em;
  /* Secondary/Darkest */
  color: #232323;
}
.theme--light-hardware .base .article .columns .left-col .post-desc .post-sharing ul.list-inline {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  list-style-type: none;
  gap: 8px;
}
.theme--light-hardware .base .article .columns .left-col .post-desc .post-sharing ul.list-inline li .cm-button {
  padding: 14px 20px;
  /* Primary/Default */
  background: #CD0504;
  border-radius: 6px;
  /* H6/Semi */
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height, or 143% */
  letter-spacing: 0.01em;
  /* Neutral/White */
  color: #FFFFFF;
}
.theme--light-hardware .base .article .columns .left-col .post-desc .post-sharing ul.list-inline li .fb-button {
  padding: 14px 20px;
  /* Primary/Default */
  background: #365396;
  border-radius: 6px;
  /* H6/Semi */
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height, or 143% */
  letter-spacing: 0.01em;
  /* Neutral/White */
  color: #FFFFFF;
}
.theme--light-hardware .base .article .columns .left-col .post-desc .post-sharing ul.list-inline li .tw-button {
  padding: 14px 20px;
  /* Primary/Default */
  background: #00A8F0;
  border-radius: 6px;
  /* H6/Semi */
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height, or 143% */
  letter-spacing: 0.01em;
  /* Neutral/White */
  color: #FFFFFF;
}
.theme--light-hardware .base .article .columns .left-col .post-desc .post-bottom .tags {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 5px;
}
.theme--light-hardware .base .article .columns .left-col .post-desc .post-bottom .tags a {
  padding: 8px 9px 8px 10px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)), #262626;
  border-radius: 6px;
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 10px;
  line-height: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* identical to box height, or 160% */
  letter-spacing: 0.02em;
  /* Neutral/White */
  color: #FFFFFF;
}
.theme--light-hardware .base .article .columns .left-col .post-desc .comments-widget {
  width: 100%;
}
.theme--light-hardware .base .article .columns .left-col .post-desc .separator {
  width: 100%;
  margin: 32px 0;
}
.theme--light-hardware .base .article .columns .right-col {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  width: 336px;
}
.theme--light-hardware .base .article .columns .right-col .widget .widget-title {
  margin-bottom: 24px;
}
.theme--light-hardware .base .article .columns .right-col .widget .widget-title h4 {
  font-size: 16px;
  line-height: 24px;
}
.theme--light-hardware .base .article .columns .right-col .widget .widget-title p {
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.01em;
  color: #3C3C3C;
}
.theme--light-hardware .base .article .fb-button {
  padding: 14px 20px;
  /* Primary/Default */
  background: #365396;
  border-radius: 6px;
  /* H6/Semi */
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height, or 143% */
  letter-spacing: 0.01em;
  /* Neutral/White */
  color: #FFFFFF;
}
.theme--light-hardware .base .article .post-bottom .tags {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 5px;
}
.theme--light-hardware .base .article .post-bottom .tags a {
  padding: 8px 9px 8px 10px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)), #262626;
  border-radius: 6px;
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 10px;
  line-height: 16px;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* identical to box height, or 160% */
  letter-spacing: 0.02em;
  /* Neutral/White */
  color: #FFFFFF;
}
.theme--light-hardware .base .article .cm-button {
  text-decoration: none;
  padding: 14px 20px;
  /* Primary/Default */
  background: #CD0504;
  border-radius: 6px;
  /* H6/Semi */
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height, or 143% */
  letter-spacing: 0.01em;
  /* Neutral/White */
  color: #FFFFFF;
}
.theme--light-hardware .base .article .tw-button {
  text-decoration: none;
  padding: 14px 20px;
  /* Primary/Default */
  background: #00A8F0;
  border-radius: 6px;
  /* H6/Semi */
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height, or 143% */
  letter-spacing: 0.01em;
  /* Neutral/White */
  color: #FFFFFF;
}
.theme--light-hardware .base .article .post-sharing a {
  text-decoration: none;
}
.theme--light-hardware .base .article .post-sharing p {
  font-family: Poppins;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1%;
}
.theme--light-hardware .base .article img {
  object-fit: cover;
  max-width: 100%;
  max-height: 100%;
  height: auto;
}
.theme--light-hardware .base .article blockquote {
  position: relative;
  padding: 10px 20px 10px 70px;
  margin: 0 0 20px;
  font-size: 1.4rem;
  font-weight: 600;
}
.theme--light-hardware .base .article blockquote p {
  font-family: Poppins;
  line-height: 1.8;
}
.theme--light-hardware .base .article blockquote:before {
  color: #ca0301;
  content: url("../img/double-quotes-l.svg");
  height: 50px;
  width: 50px;
  display: block;
  left: 0px;
  position: absolute;
  top: 0px;
}
@media screen and (max-width: 1200px) {
  .theme--light-hardware .base .article {
    width: 100%;
  }
  .theme--light-hardware .base .article .title-area {
    width: 100%;
  }
}
@media screen and (max-width: 992px) {
  .theme--light-hardware .base .article {
    width: 100%;
  }
  .theme--light-hardware .base .article h1 {
    font-size: 1.7rem;
  }
  .theme--light-hardware .base .article .columns {
    flex-direction: column;
    gap: 32px;
  }
  .theme--light-hardware .base .article .columns .left-col {
    width: 100%;
  }
  .theme--light-hardware .base .article .columns .right-col {
    width: 100%;
  }
}
@media screen and (max-width: 800px) {
  .theme--light-hardware .base .article {
    width: 100%;
  }
  .theme--light-hardware .base .article .post-media img {
    height: 340px;
    width: auto;
    object-fit: cover;
    max-width: 100%;
    max-height: 100%;
    width: auto;
  }
}
@media screen and (min-width: 1200px) {
  .theme--light-hardware .base .posts-col .large-widget {
    margin: 0;
    display: flex;
    flex-direction: row;
  }
  .theme--light-hardware .base .posts-col .large-widget .post-media {
    width: 248px;
    height: 224px;
    border-radius: 6px;
  }
  .theme--light-hardware .base .posts-col .large-widget .post-media .large-post-media-cover {
    width: 248px;
    height: 224px;
    border-radius: 6px;
    overflow: hidden;
  }
  .theme--light-hardware .base .posts-col .large-widget .post-media .large-post-media-cover img {
    width: 248px;
    height: 224px;
    object-fit: cover;
    object-position: center;
    min-height: 100%;
    min-width: 100%;
  }
  .theme--light-hardware .base .posts-col .large-widget .title-area {
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 10px;
  }
  .theme--light-hardware .base .posts-col .large-widget .title-area .colorfulcats {
    display: flex;
    flex-direction: row;
    gap: 10px;
  }
  .theme--light-hardware .base .posts-col .large-widget .title-area .colorfulcats .label-primary {
    background-color: #CD0504;
  }
  .theme--light-hardware .base .posts-col .large-widget .title-area .colorfulcats a.cat-label {
    padding-left: 10px;
    padding-right: 10px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .theme--light-hardware .base .posts-col .large-widget .title-area .large-post-meta {
    display: flex;
    flex-direction: row;
  }
  .theme--light-hardware .base .posts-col .large-widget .title-area .large-post-meta .author {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .theme--light-hardware .base .posts-col .large-widget .title-area .large-post-meta .author .author-data {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    color: #232323;
    letter-spacing: 0.02em;
  }
  .theme--light-hardware .base .posts-col .large-widget .title-area .large-post-meta .author .author-data .avatar {
    height: 24px;
    width: 24px;
  }
  .theme--light-hardware .base .posts-col .large-widget .title-area .large-post-meta .author .author-data .avatar img {
    height: 24px;
    width: 24px;
    border-radius: 12px;
  }
  .theme--light-hardware .base .posts-col .large-widget .title-area .large-post-meta .author .author-data .author-name {
    margin-left: 10px;
    color: #232323;
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    /* identical to box height */
    letter-spacing: 0.02em;
    /* Secondary/Darkest */
  }
  .theme--light-hardware .base .posts-col .large-widget .title-area .large-post-meta .post-time time {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.01em;
    color: #676767;
  }
}
@media screen and (max-width: 1199px) {
  .theme--light-hardware .base .posts-col .large-widget {
    width: 100%;
    margin: 0;
    display: flex;
    flex-direction: row;
  }
  .theme--light-hardware .base .posts-col .large-widget .post-media {
    border-radius: 6px;
    overflow: hidden;
  }
  .theme--light-hardware .base .posts-col .large-widget .post-media img {
    object-fit: cover;
    object-position: center;
    min-height: 100%;
    min-width: 100%;
  }
  .theme--light-hardware .base .posts-col .large-widget .title-area {
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 15px;
  }
  .theme--light-hardware .base .posts-col .large-widget .title-area .colorfulcats {
    display: flex;
    flex-direction: row;
    gap: 10px;
  }
  .theme--light-hardware .base .posts-col .large-widget .title-area .colorfulcats .label-primary {
    background-color: #CD0504;
  }
  .theme--light-hardware .base .posts-col .large-widget .title-area .colorfulcats a.cat-label {
    padding-left: 10px;
    padding-right: 10px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .theme--light-hardware .base .posts-col .large-widget .title-area .large-post-meta {
    display: flex;
    flex-direction: row;
  }
  .theme--light-hardware .base .posts-col .large-widget .title-area .large-post-meta .author {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .theme--light-hardware .base .posts-col .large-widget .title-area .large-post-meta .author .author-data {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    color: #232323;
    letter-spacing: 0.02em;
  }
  .theme--light-hardware .base .posts-col .large-widget .title-area .large-post-meta .author .author-data .avatar {
    height: 24px;
    width: 24px;
  }
  .theme--light-hardware .base .posts-col .large-widget .title-area .large-post-meta .author .author-data .avatar img {
    height: 24px;
    width: 24px;
    border-radius: 12px;
  }
  .theme--light-hardware .base .posts-col .large-widget .title-area .large-post-meta .author .author-data .author-name {
    margin-left: 10px;
    color: #232323;
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    /* identical to box height */
    letter-spacing: 0.02em;
    /* Secondary/Darkest */
  }
  .theme--light-hardware .base .posts-col .large-widget .title-area .large-post-meta .post-time time {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.01em;
    color: #676767;
  }
}
.theme--light-hardware .base .pagination-main {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  width: 100%;
  /* Secondary/Extra Light */
  border: 1px solid;
  box-sizing: border-box;
  border-radius: 8px;
}
.theme--light-hardware .base .pagination-main .accordion-item {
  border: 1px solid;
}
.theme--light-hardware .base .pagination-main .pagination-main-heading {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  cursor: pointer;
  justify-content: space-between;
  /*i {
      height: 25px;
      width: 25px;
    }
  span {
      height: 25px;
      margin: 0 auto;
    }*/
}
.theme--light-hardware .base .pagination-main .pagination-main-heading .accordion-button {
  font-size: 1rem;
  font-weight: 500;
}
.theme--light-hardware .base .pagination-main .pagination-main-heading .accordion-button:not(.collapsed) {
  box-shadow: none;
}
.theme--light-hardware .base .pagination-main .pagination-main-heading h5 {
  /* H5/Semi */
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  /* identical to box height */
  letter-spacing: 0.01em;
  /* Secondary/Darkest */
  color: #232323;
}
.theme--light-hardware .base .pagination-main .accordion-body {
  padding: 0;
}
.theme--light-hardware .base .pagination-main .pagination-main-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
}
.theme--light-hardware .base .pagination-main .pagination-main-content .menu-list {
  padding: 15px 19px;
  /* H7 / Medium */
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  /* identical to box height */
  letter-spacing: 0.01em;
  /* Secondary/Dark */
  color: #676767;
  background: #ffffff;
}
.theme--light-hardware .base .pagination-main .pagination-main-content .menu-list a {
  text-decoration: none;
  color: #939393;
}
.theme--light-hardware .base .pagination-main .pagination-main-content .menu-list-active {
  /*height: 48px;*/
  padding: 15px 19px;
  border-left: 1px solid #CD0504;
  /* H7 / Medium */
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  /* identical to box height */
  letter-spacing: 0.01em;
}
.theme--light-hardware .base .pagination-main .pagination-main-content .menu-list-active a {
  color: #CD0504;
  text-decoration: none;
}
.theme--light-hardware .base .pagination-main .pagination-main-content .active {
  /*height: 48px;*/
  display: block;
  padding: 15px 19px;
  border-left: 1px solid #CD0504;
  /* H7 / Medium */
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  /* identical to box height */
  letter-spacing: 0.01em;
  color: #CD0504;
  text-decoration: none;
}
.theme--light-hardware .base .pagination-bottom {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  width: 100%;
  /* Secondary/Extra Light */
  border: 1px solid #F3F3F3;
  box-sizing: border-box;
  border-radius: 6px;
  margin-bottom: 48px;
}
.theme--light-hardware .base .pagination-bottom .pagination-bottom-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
}
.theme--light-hardware .base .pagination-bottom .pagination-bottom-content .menu-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  height: 48px;
  /* H7 / Medium */
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  /* identical to box height */
  padding: 0 16px;
  letter-spacing: 0.01em;
  /* Secondary/Dark */
  color: #676767;
}
.theme--light-hardware .base .pagination-bottom .pagination-bottom-content .menu-list a {
  text-decoration: none;
}
.theme--light-hardware .base .pagination-bottom .pagination-bottom-content .menu-list i {
  font-size: 18px;
}
.theme--light-hardware .base .pagination-bottom .pagination-bottom-content .menu-list a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding: 15px 19px;
  color: #939393;
}
.theme--light-hardware .base .pagination-bottom .pagination-bottom-content .menu-list a.active {
  color: #CD0504;
}
.theme--light-hardware .base .pagination-bottom .pagination-bottom-content .menu-list a i {
  font-size: 18px;
}
.theme--light-hardware .base .pagination-bottom .pagination-bottom-content .menu-list-active {
  height: 48px;
  padding: 15px 19px;
  border-left: 1px solid #CD0504;
  /* H7 / Medium */
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  /* identical to box height */
  letter-spacing: 0.01em;
  color: #CD0504;
  background: rgba(205, 5, 4, 0.04);
}
.theme--light-hardware .base .gallery-slider-mobile {
  height: 400px;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
}
.theme--light-hardware .base .gallery-slider-mobile .gallery-slider-item {
  height: 400px;
  border-radius: 6px;
  position: relative;
  background-size: cover;
}
.theme--light-hardware .base .gallery-slider-mobile .gallery-slider-item .slider-effects .badges .colorfulcats .label-primary {
  background-color: #CD0504;
}
.theme--light-hardware .base .gallery-slider-mobile .gallery-slider-item .slider-effects .caption {
  position: absolute;
  left: 24px;
  bottom: 56px;
  z-index: 1;
}
.theme--light-hardware .base .gallery-slider-mobile .gallery-slider-item .slider-effects .caption .feature {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 0;
  letter-spacing: 0.01em;
  color: #D4D4D4;
}
.theme--light-hardware .base .gallery-slider-mobile .gallery-slider-item .slider-effects .caption h2, .theme--light-hardware .base .gallery-slider-mobile .gallery-slider-item .slider-effects .caption h3 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 42px;
  letter-spacing: 0.01em;
  color: #FFFFFF;
}
.theme--light-hardware .base .gallery-slider-mobile .gallery-slider-item .slider-effects::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 5px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 44.79%, rgba(0, 0, 0, 0.35) 63.54%, rgba(0, 0, 0, 0.75) 100%);
}
.theme--light-hardware .base .gallery-slider-mobile .gallery-slider-item .slider-effects::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 5px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 44.79%, rgba(0, 0, 0, 0.35) 63.54%, rgba(0, 0, 0, 0.75) 100%);
}
.theme--light-hardware .base .gallery-slider-mobile .gallery-slider-item img {
  object-fit: cover;
  object-position: center;
  min-height: 100%;
  min-width: 100%;
  border-radius: 6px;
}
.theme--light-hardware .base .gallery-slider-mobile .gallery-slider-item .badges {
  position: absolute;
  right: 24px;
  top: 24px;
}
.theme--light-hardware .base .gallery-slider-mobile .gallery-slider-item .meta {
  position: absolute;
  left: 24px;
  top: 24px;
}
.theme--light-hardware .base .gallery-slider-mobile .gallery-slider-item .meta .vertical-post-meta .author-data {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding: 5px 0;
}
.theme--light-hardware .base .gallery-slider-mobile .gallery-slider-item .meta .vertical-post-meta .author-data .avatar {
  height: 32px;
  width: 32px;
}
.theme--light-hardware .base .gallery-slider-mobile .gallery-slider-item .meta .vertical-post-meta .author-data .avatar img {
  height: 32px;
  width: 32px;
  border-radius: 16px;
}
.theme--light-hardware .base .gallery-slider-mobile .gallery-slider-item .meta .vertical-post-meta .author-data .author-name {
  margin-left: 10px;
}
.theme--light-hardware .base .gallery-slider-mobile .gallery-slider-item .meta .vertical-post-meta .author-data .author-name .author {
  color: #FFFFFF;
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  /* identical to box height */
  letter-spacing: 0.01em;
  /* Secondary/Darkest */
  margin-bottom: 0px;
}
.theme--light-hardware .base .gallery-slider-mobile .gallery-slider-item .meta .vertical-post-meta .author-data .author-name time {
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 12px;
  /* identical to box height, or 133% */
  letter-spacing: 0.02em;
  /* Secondary/Dark */
  color: #FFFFFF;
  margin-right: 8px;
}
.theme--light-hardware .base .gallery-slider-large {
  width: 100%;
  height: 388px;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
}
.theme--light-hardware .base .gallery-slider-large .gallery-slider-item {
  width: 100%;
  height: 388px;
  border-radius: 6px;
  position: relative;
  background-size: cover;
}
.theme--light-hardware .base .gallery-slider-large .gallery-slider-item .slider-effects .badges .colorfulcats .label-primary {
  background-color: #CD0504;
}
.theme--light-hardware .base .gallery-slider-large .gallery-slider-item .slider-effects .caption {
  position: absolute;
  left: 24px;
  bottom: 56px;
  z-index: 1;
}
.theme--light-hardware .base .gallery-slider-large .gallery-slider-item .slider-effects .caption .feature {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 0;
  letter-spacing: 0.01em;
  color: #D4D4D4;
}
.theme--light-hardware .base .gallery-slider-large .gallery-slider-item .slider-effects .caption h2, .theme--light-hardware .base .gallery-slider-large .gallery-slider-item .slider-effects .caption h3 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 42px;
  letter-spacing: 0.01em;
  color: #FFFFFF;
}
.theme--light-hardware .base .gallery-slider-large .gallery-slider-item .slider-effects::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 5px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 44.79%, rgba(0, 0, 0, 0.35) 63.54%, rgba(0, 0, 0, 0.75) 100%);
}
.theme--light-hardware .base .gallery-slider-large .gallery-slider-item .slider-effects::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 5px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 44.79%, rgba(0, 0, 0, 0.35) 63.54%, rgba(0, 0, 0, 0.75) 100%);
}
.theme--light-hardware .base .gallery-slider-large .gallery-slider-item img {
  object-fit: cover;
  object-position: center;
  min-height: 100%;
  min-width: 100%;
  border-radius: 6px;
}
.theme--light-hardware .base .gallery-slider-large .gallery-slider-item .badges {
  position: absolute;
  right: 24px;
  top: 24px;
}
.theme--light-hardware .base .gallery-slider-large .gallery-slider-item .meta {
  position: absolute;
  left: 24px;
  top: 24px;
}
.theme--light-hardware .base .gallery-slider-large .gallery-slider-item .meta .vertical-post-meta .author-data {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding: 5px 0;
}
.theme--light-hardware .base .gallery-slider-large .gallery-slider-item .meta .vertical-post-meta .author-data .avatar {
  height: 32px;
  width: 32px;
}
.theme--light-hardware .base .gallery-slider-large .gallery-slider-item .meta .vertical-post-meta .author-data .avatar img {
  height: 32px;
  width: 32px;
  border-radius: 16px;
}
.theme--light-hardware .base .gallery-slider-large .gallery-slider-item .meta .vertical-post-meta .author-data .author-name {
  margin-left: 10px;
}
.theme--light-hardware .base .gallery-slider-large .gallery-slider-item .meta .vertical-post-meta .author-data .author-name .author {
  color: #FFFFFF;
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  /* identical to box height */
  letter-spacing: 0.01em;
  /* Secondary/Darkest */
  margin-bottom: 0px;
}
.theme--light-hardware .base .gallery-slider-large .gallery-slider-item .meta .vertical-post-meta .author-data .author-name time {
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 12px;
  /* identical to box height, or 133% */
  letter-spacing: 0.02em;
  /* Secondary/Dark */
  color: #FFFFFF;
  margin-right: 8px;
}
.theme--light-hardware .base .gallery-slider-small {
  width: 100%;
  height: 388px;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
}
.theme--light-hardware .base .gallery-slider-small .gallery-slider-item {
  width: 100%;
  height: 388px;
  border-radius: 6px;
  position: relative;
  background-size: cover;
}
.theme--light-hardware .base .gallery-slider-small .gallery-slider-item .slider-effects .badges .colorfulcats .label-primary {
  background-color: #CD0504;
}
.theme--light-hardware .base .gallery-slider-small .gallery-slider-item .slider-effects .caption {
  position: absolute;
  left: 24px;
  bottom: 56px;
  z-index: 1;
}
.theme--light-hardware .base .gallery-slider-small .gallery-slider-item .slider-effects .caption .feature {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.01em;
  color: #D4D4D4;
  margin-bottom: 0;
}
.theme--light-hardware .base .gallery-slider-small .gallery-slider-item .slider-effects .caption h2, .theme--light-hardware .base .gallery-slider-small .gallery-slider-item .slider-effects .caption h3 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 42px;
  letter-spacing: 0.01em;
  color: #FFFFFF;
}
.theme--light-hardware .base .gallery-slider-small .gallery-slider-item .slider-effects::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 5px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 44.79%, rgba(0, 0, 0, 0.35) 63.54%, rgba(0, 0, 0, 0.75) 100%);
}
.theme--light-hardware .base .gallery-slider-small .gallery-slider-item .slider-effects::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 5px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 44.79%, rgba(0, 0, 0, 0.35) 63.54%, rgba(0, 0, 0, 0.75) 100%);
}
.theme--light-hardware .base .gallery-slider-small .gallery-slider-item img {
  object-fit: cover;
  object-position: center;
  min-height: 100%;
  min-width: 100%;
  border-radius: 6px;
}
.theme--light-hardware .base .gallery-slider-small .gallery-slider-item .caption {
  position: absolute;
  left: 24px;
  bottom: 56px;
}
.theme--light-hardware .base .gallery-slider-small .gallery-slider-item .caption .feature {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  /* identical to box height */
  letter-spacing: 0.01em;
  /* Secondary/Lightest */
  color: #D4D4D4;
}
.theme--light-hardware .base .gallery-slider-small .gallery-slider-item .caption h2, .theme--light-hardware .base .gallery-slider-small .gallery-slider-item .caption h3 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 42px;
  /* or 131% */
  letter-spacing: 0.01em;
  /* Neutral/White */
  color: #FFFFFF;
}
.theme--light-hardware .base .gallery-slider-small .gallery-slider-item .badges {
  position: absolute;
  right: 24px;
  top: 24px;
}
.theme--light-hardware .base .gallery-slider-small .gallery-slider-item .meta {
  position: absolute;
  left: 24px;
  top: 24px;
}
.theme--light-hardware .base .gallery-slider-small .gallery-slider-item .meta .vertical-post-meta .author-data {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding: 5px 0;
}
.theme--light-hardware .base .gallery-slider-small .gallery-slider-item .meta .vertical-post-meta .author-data .avatar {
  height: 32px;
  width: 32px;
}
.theme--light-hardware .base .gallery-slider-small .gallery-slider-item .meta .vertical-post-meta .author-data .avatar img {
  height: 32px;
  width: 32px;
  border-radius: 16px;
}
.theme--light-hardware .base .gallery-slider-small .gallery-slider-item .meta .vertical-post-meta .author-data .author-name {
  margin-left: 10px;
}
.theme--light-hardware .base .gallery-slider-small .gallery-slider-item .meta .vertical-post-meta .author-data .author-name .author {
  color: #FFFFFF;
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  /* identical to box height */
  letter-spacing: 0.01em;
  /* Secondary/Darkest */
  margin-bottom: 0px;
}
.theme--light-hardware .base .gallery-slider-small .gallery-slider-item .meta .vertical-post-meta .author-data .author-name time {
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 12px;
  /* identical to box height, or 133% */
  letter-spacing: 0.02em;
  /* Secondary/Dark */
  color: #FFFFFF;
  margin-right: 8px;
}
.theme--light-hardware .base .top-left-tile {
  /*width: 290px;*/
  width: 100%;
  height: 324px;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
}
.theme--light-hardware .base .top-left-tile .tile-item {
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  height: 324px;
  border-radius: 6px;
  position: relative;
  /*img {
    object-fit: cover;
    object-position: center;
    width: 290px;
    height: 324px;
    min-height: 100%;
    min-width: 100%;
    border-radius: 6px;
  }*/
}
.theme--light-hardware .base .top-left-tile .tile-item .effects .badges .colorfulcats .label-primary {
  background-color: #CD0504;
}
.theme--light-hardware .base .top-left-tile .tile-item .effects .caption {
  position: absolute;
  left: 24px;
  bottom: 20px;
  z-index: 1;
}
.theme--light-hardware .base .top-left-tile .tile-item .effects .caption .feature {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.01em;
  color: #D4D4D4;
}
.theme--light-hardware .base .top-left-tile .tile-item .effects .caption h2, .theme--light-hardware .base .top-left-tile .tile-item .effects .caption h3 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 42px;
  letter-spacing: 0.01em;
  color: #FFFFFF;
}
.theme--light-hardware .base .top-left-tile .tile-item .effects::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 5px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 44.79%, rgba(0, 0, 0, 0.35) 63.54%, rgba(0, 0, 0, 0.75) 100%);
}
.theme--light-hardware .base .top-left-tile .tile-item .effects::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 5px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 44.79%, rgba(0, 0, 0, 0.35) 63.54%, rgba(0, 0, 0, 0.75) 100%);
}
.theme--light-hardware .base .top-left-tile .tile-item .caption {
  position: absolute;
  left: 24px;
  /*.feature {
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.01em;
    color: #D4D4D4;
  }*/
}
.theme--light-hardware .base .top-left-tile .tile-item .caption h2, .theme--light-hardware .base .top-left-tile .tile-item .caption h3 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  /* or 131% */
  letter-spacing: 0.01em;
  /* Neutral/White */
  color: #FFFFFF;
}
.theme--light-hardware .base .top-left-tile .tile-item .badges {
  position: absolute;
  right: 24px;
  top: 24px;
}
.theme--light-hardware .base .top-left-tile .tile-item .meta {
  position: absolute;
  left: 24px;
  top: 24px;
}
.theme--light-hardware .base .top-left-tile .tile-item .meta .vertical-post-meta .author-data {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding: 5px 0;
}
.theme--light-hardware .base .top-left-tile .tile-item .meta .vertical-post-meta .author-data .avatar {
  height: 32px;
  width: 32px;
}
.theme--light-hardware .base .top-left-tile .tile-item .meta .vertical-post-meta .author-data .avatar img {
  height: 32px;
  width: 32px;
  border-radius: 16px;
}
.theme--light-hardware .base .top-left-tile .tile-item .meta .vertical-post-meta .author-data .author-name {
  margin-left: 10px;
}
.theme--light-hardware .base .top-left-tile .tile-item .meta .vertical-post-meta .author-data .author-name .author {
  color: #FFFFFF;
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  /* identical to box height */
  letter-spacing: 0.01em;
  /* Secondary/Darkest */
  margin-bottom: 0px;
}
.theme--light-hardware .base .top-left-tile .tile-item .meta .vertical-post-meta .author-data .author-name time {
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 12px;
  /* identical to box height, or 133% */
  letter-spacing: 0.02em;
  /* Secondary/Dark */
  color: #FFFFFF;
  margin-right: 8px;
}
.theme--light-hardware .base .top-center-tile {
  width: 100%;
  height: 324px;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
}
.theme--light-hardware .base .top-center-tile .tile-item {
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  height: 324px;
  border-radius: 6px;
  position: relative;
  padding: 20px;
}
.theme--light-hardware .base .top-center-tile .tile-item .effects .badges .colorfulcats .label-primary {
  background-color: #CD0504;
}
.theme--light-hardware .base .top-center-tile .tile-item .effects .caption {
  position: absolute;
  left: 24px;
  bottom: 20px;
  z-index: 1;
}
.theme--light-hardware .base .top-center-tile .tile-item .effects .caption .feature {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.01em;
  margin-bottom: 0;
  color: #D4D4D4;
}
.theme--light-hardware .base .top-center-tile .tile-item .effects .caption h2, .theme--light-hardware .base .top-center-tile .tile-item .effects .caption h3 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 42px;
  /* or 131% */
  letter-spacing: 0.01em;
  /* Neutral/White */
  color: #FFFFFF;
}
.theme--light-hardware .base .top-center-tile .tile-item .effects::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 5px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 44.79%, rgba(0, 0, 0, 0.35) 63.54%, rgba(0, 0, 0, 0.75) 100%);
}
.theme--light-hardware .base .top-center-tile .tile-item .effects::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 5px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 44.79%, rgba(0, 0, 0, 0.35) 63.54%, rgba(0, 0, 0, 0.75) 100%);
}
.theme--light-hardware .base .top-center-tile .tile-item img {
  object-fit: cover;
  object-position: center;
  width: 510px;
  height: 324px;
  min-height: 100%;
  min-width: 100%;
  border-radius: 6px;
}
.theme--light-hardware .base .top-center-tile .tile-item .caption {
  position: absolute;
  left: 24px;
  bottom: 56px;
}
.theme--light-hardware .base .top-center-tile .tile-item .caption .feature {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.01em;
  color: #D4D4D4;
}
.theme--light-hardware .base .top-center-tile .tile-item .caption h2, .theme--light-hardware .base .top-center-tile .tile-item .caption h3 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0.01em;
  color: #FFFFFF;
}
.theme--light-hardware .base .top-center-tile .tile-item .badges {
  position: absolute;
  right: 24px;
  top: 24px;
}
.theme--light-hardware .base .top-center-tile .tile-item .meta {
  position: absolute;
  left: 24px;
  top: 24px;
}
.theme--light-hardware .base .top-center-tile .tile-item .meta .vertical-post-meta .author-data {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding: 5px 0;
}
.theme--light-hardware .base .top-center-tile .tile-item .meta .vertical-post-meta .author-data .avatar {
  height: 32px;
  width: 32px;
}
.theme--light-hardware .base .top-center-tile .tile-item .meta .vertical-post-meta .author-data .avatar img {
  height: 32px;
  width: 32px;
  border-radius: 16px;
}
.theme--light-hardware .base .top-center-tile .tile-item .meta .vertical-post-meta .author-data .author-name {
  margin-left: 10px;
}
.theme--light-hardware .base .top-center-tile .tile-item .meta .vertical-post-meta .author-data .author-name .author {
  color: #FFFFFF;
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  /* identical to box height */
  letter-spacing: 0.01em;
  /* Secondary/Darkest */
  margin-bottom: 0px;
}
.theme--light-hardware .base .top-center-tile .tile-item .meta .vertical-post-meta .author-data .author-name time {
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 12px;
  /* identical to box height, or 133% */
  letter-spacing: 0.02em;
  /* Secondary/Dark */
  color: #FFFFFF;
  margin-right: 8px;
}
.theme--light-hardware .base .top-right-tile {
  width: 100%;
  height: 324px;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
}
.theme--light-hardware .base .top-right-tile .tile-item {
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  height: 324px;
  border-radius: 6px;
  position: relative;
  padding: 20px;
}
.theme--light-hardware .base .top-right-tile .tile-item .effects .badges .colorfulcats .label-primary {
  background-color: #CD0504;
}
.theme--light-hardware .base .top-right-tile .tile-item .effects .caption {
  position: absolute;
  left: 24px;
  bottom: 20px;
  z-index: 1;
}
.theme--light-hardware .base .top-right-tile .tile-item .effects .caption .feature {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.01em;
  margin-bottom: 0;
  color: #D4D4D4;
}
.theme--light-hardware .base .top-right-tile .tile-item .effects .caption h2, .theme--light-hardware .base .top-right-tile .tile-item .effects .caption h3 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 42px;
  letter-spacing: 0.01em;
  color: #FFFFFF;
}
.theme--light-hardware .base .top-right-tile .tile-item .effects::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 5px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 44.79%, rgba(0, 0, 0, 0.35) 63.54%, rgba(0, 0, 0, 0.75) 100%);
}
.theme--light-hardware .base .top-right-tile .tile-item .effects::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 5px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 44.79%, rgba(0, 0, 0, 0.35) 63.54%, rgba(0, 0, 0, 0.75) 100%);
}
.theme--light-hardware .base .top-right-tile .tile-item img {
  object-fit: cover;
  object-position: center;
  width: 368px;
  height: 324px;
  min-height: 100%;
  min-width: 100%;
  border-radius: 6px;
}
.theme--light-hardware .base .top-right-tile .tile-item .caption {
  position: absolute;
  left: 24px;
}
.theme--light-hardware .base .top-right-tile .tile-item .caption .feature {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.01em;
  color: #D4D4D4;
}
.theme--light-hardware .base .top-right-tile .tile-item .caption h2, .theme--light-hardware .base .top-right-tile .tile-item .caption h3 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0.01em;
  color: #FFFFFF;
}
.theme--light-hardware .base .top-right-tile .tile-item .badges {
  position: absolute;
  right: 24px;
  top: 24px;
}
.theme--light-hardware .base .top-right-tile .tile-item .meta {
  position: absolute;
  left: 24px;
  top: 24px;
}
.theme--light-hardware .base .top-right-tile .tile-item .meta .vertical-post-meta .author-data {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding: 5px 0;
}
.theme--light-hardware .base .top-right-tile .tile-item .meta .vertical-post-meta .author-data .avatar {
  height: 32px;
  width: 32px;
}
.theme--light-hardware .base .top-right-tile .tile-item .meta .vertical-post-meta .author-data .avatar img {
  height: 32px;
  width: 32px;
  border-radius: 16px;
}
.theme--light-hardware .base .top-right-tile .tile-item .meta .vertical-post-meta .author-data .author-name {
  margin-left: 10px;
}
.theme--light-hardware .base .top-right-tile .tile-item .meta .vertical-post-meta .author-data .author-name .author {
  color: #FFFFFF;
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  /* identical to box height */
  letter-spacing: 0.01em;
  /* Secondary/Darkest */
  margin-bottom: 0px;
}
.theme--light-hardware .base .top-right-tile .tile-item .meta .vertical-post-meta .author-data .author-name time {
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 12px;
  /* identical to box height, or 133% */
  letter-spacing: 0.02em;
  /* Secondary/Dark */
  color: #FFFFFF;
  margin-right: 8px;
}
.theme--light-hardware .base .gray-section {
  background-color: #FAFAFA;
}
.theme--light-hardware .base .right-column-widget {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.theme--light-hardware .base .right-column-widget .mini-widget {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.theme--light-hardware .base .right-column-widget .mini-widget .mini-widget-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
}
.theme--light-hardware .base .right-column-widget .mini-widget .mini-widget-flex a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  gap: 15px;
}
.theme--light-hardware .base .right-column-widget .mini-widget .mini-widget-flex a .miniature img {
  height: 80px;
  width: 80px;
}
.theme--light-hardware .base .right-column-widget .mini-widget .mini-widget-flex a .text {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  padding: 8px 0;
}
.theme--light-hardware .base .right-column-widget .mini-widget .mini-widget-flex a .text h4, .theme--light-hardware .base .right-column-widget .mini-widget .mini-widget-flex a .text h5 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.01em;
  color: #232323;
  line-height: 120%;
}
.theme--light-hardware .base .right-column-widget .mini-widget .mini-widget-flex a .text .date {
  font-size: 10px;
}
.theme--light-hardware .base .mobile-banner-full-width {
  width: 100%;
  background-color: none;
}
.theme--light-hardware .base .banner-full-width {
  width: 100%;
  background-color: none;
  /*margin-bottom: 64px;*/
}
@media screen and (min-width: 1200px) {
  .theme--light-hardware .base .separator {
    width: 100%;
    height: 1px;
    background-color: #F3F3F3;
  }
}
@media screen and (max-width: 800px) {
  .theme--light-hardware .base .separator {
    width: 100%;
    height: 1px;
    background-color: #F3F3F3;
  }
}
.theme--light-hardware .base .banner-full-width-inv {
  width: 100%;
  background-color: none;
  height: 340px;
}
.theme--light-hardware .base :root {
  --bg-color: #13131f;
  --bg-color-2: t($bg);
  --text-color: t(text-secondary-page-title);
  --accent-color: t(bg-accent);
}
.theme--light-hardware .base #sidebar {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  padding: 2rem;
  background-color: #ffffff;
  box-shadow: 0 10px 20px -4px #000;
  overflow-x: hidden;
  overflow-y: auto;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-100%);
  transition: opacity 0.3s ease, visibility 0.2s ease, transform 0.3s ease;
}
.theme--light-hardware .base #sidebar #aside_close {
  color: #232323;
}
.theme--light-hardware .base #sidebar h5 {
  font-family: Poppins;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  color: #232323;
}
.theme--light-hardware .base #sidebar h5 a {
  color: #232323;
}
.theme--light-hardware .base #sidebar.show {
  pointer-events: all;
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.theme--light-hardware .base .sidebar_content {
  padding: 2.8rem 0;
  pointer-events: none;
  /* so that the Sidebar does not get closed while clicking on sidebar_content */
}
.theme--light-hardware .base .sidebar_content a {
  pointer-events: all;
  /* so that all the a inside sidebar_content are clickable */
}
.theme--light-hardware .base .sidebar_body {
  /*border-top: 1px dashed var(--text-color);
  border-bottom: 1px dashed var(--text-color);*/
}
.theme--light-hardware .base .side_navlinks ul {
  display: grid;
  /*gap: 2rem;*/
}
.theme--light-hardware .base .side_navlinks li a {
  letter-spacing: 1px;
  opacity: 0.8;
}
.theme--light-hardware .base .side_navlinks a:hover {
  opacity: 1;
}
.theme--light-hardware .base .sidebar_toggler {
  /*position: fixed;*/
  position: relative;
  /*top: 4vh;
    right: 3vw;*/
  /*width: 1.75rem;*/
  height: 1.3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
  overflow: hidden;
}
.theme--light-hardware .base .sidebar_toggler span {
  background-color: #ddd;
  width: 100%;
  height: 2.4px;
  transition: all 0.3s ease;
  pointer-events: none;
  /* so that it doesn't overlap the sidebar_toggler */
}
.theme--light-hardware .base #sidebar.show + .sidebar_toggler {
  justify-content: center;
}
.theme--light-hardware .base #sidebar.show + .sidebar_toggler span {
  margin-top: -1.2px;
  margin-bottom: -1.2px;
}
.theme--light-hardware .base #sidebar.show + .sidebar_toggler span:first-child {
  transform: rotate(45deg);
}
.theme--light-hardware .base #sidebar.show + .sidebar_toggler span:nth-child(2) {
  opacity: 0;
  transform: translateX(-100%);
}
.theme--light-hardware .base #sidebar.show + .sidebar_toggler span:last-child {
  transform: rotate(-45deg);
}
.theme--light-hardware .base .mobile-menu-bar {
  background-color: #ffffff;
}
.theme--light-gaming .base {
  color: #232323;
  background-color: #ffffff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-family: "Poppins", sans-serif;
  /*--====== Global Variables ======--*/
  /*--====== Sidebar ======--*/
  /* when the sidebar has 'show' class */
  /*---- Sidebar-Toggler ----*/
  /* if the sidebar has 'show' class then their adjacent-sibling (i.e., sidebar_toggler) will... */
  /*.banner-full-width {
          width: 1200px;
          background-color: #161616;
          /*margin-bottom: 64px;* /
      }*/
}
.theme--light-gaming .base .icon-color {
  color: #CD0504;
}
.theme--light-gaming .base .box:after {
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 88%, #ffffff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);*/
  /* IE6-9 */
  content: " ";
  display: block;
  height: 30px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
}
.theme--light-gaming .base .full-cont {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 38px;
  width: 100%;
  background: #ffffff;
}
.theme--light-gaming .base .full-cont #t_top {
  background-color: #ffffff;
}
.theme--light-gaming .base .full-cont .nastepnyartykul {
  padding: 2.5rem;
  background: rgba(214, 216, 217, 0.4);
  font-weight: 700;
  color: #3C3C3C;
  font-size: 1.5625rem;
  display: block;
  text-align: center;
  position: relative;
  margin: 12px 0;
}
.theme--light-gaming .base .nastepnyartykul {
  padding: 2.5rem;
  background: rgba(214, 216, 217, 0.4);
  font-weight: 700;
  color: #3C3C3C;
  font-size: 1.5625rem;
  display: block;
  text-align: center;
  position: relative;
  margin: 12px 0;
}
.theme--light-gaming .base .widget-title {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  align-content: flex-start;
  justify-content: flex-start;
  gap: 10px;
}
.theme--light-gaming .base .widget-title i {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 20px;
  flex-direction: row;
  align-items: flex-end;
}
.theme--light-gaming .base .widget-title i::before {
  display: flex;
  align-items: flex-end;
}
.theme--light-gaming .base .widget-title .color-red {
  color: #CD0504;
}
.theme--light-gaming .base .widget-title .color-accent {
  color: #0430CD;
}
.theme--light-gaming .base .widget-title h2, .theme--light-gaming .base .widget-title h4 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0.01em;
  margin-bottom: 0;
  color: #232323;
}
@media screen and (max-width: 900px) {
  .theme--light-gaming .base .widget-title h2, .theme--light-gaming .base .widget-title h4 {
    font-size: 1.286rem;
    line-height: 2.125rem;
  }
}
.theme--light-gaming .base .widget-title p {
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.01em;
  color: #232323;
}
.theme--light-gaming .base .widget-title .see_all {
  margin-right: 0;
  margin-left: auto;
  align-self: center;
  color: #676767;
}
.theme--light-gaming .base .widget-title .see_all a {
  color: #676767;
  font-size: 14px;
}
.theme--light-gaming .base .middle-widget-title h3, .theme--light-gaming .base .middle-widget-title h4 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 2.125rem;
  letter-spacing: 0.01em;
  margin-bottom: 0;
  color: #232323;
}
.theme--light-gaming .base .middle-widget-title p {
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.01em;
  color: #232323;
}
.theme--light-gaming .base .middle-widget-title .see_all {
  margin-right: 0;
  margin-left: auto;
  align-self: flex-end;
  color: #676767;
}
.theme--light-gaming .base .middle-widget-title .see_all a {
  color: #676767;
  font-size: 14px;
}
.theme--light-gaming .base nav {
  background-color: #ffffff;
}
.theme--light-gaming .base nav.black-bg {
  background-color: #0430CD;
}
.theme--light-gaming .base .menu,
.theme--light-gaming .base .submenu,
.theme--light-gaming .base .top-menu {
  /*width: $screen-lg;*/
  margin: 0 auto;
  padding: 0 15px;
  list-style-type: none;
  font-weight: 500;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  background-color: #ffffff;
  gap: 11px;
  flex-wrap: nowrap;
  background: none;
}
.theme--light-gaming .base .menu li,
.theme--light-gaming .base .submenu li,
.theme--light-gaming .base .top-menu li {
  line-height: 20px;
  border-radius: 6px;
}
.theme--light-gaming .base .menu li a,
.theme--light-gaming .base .submenu li a,
.theme--light-gaming .base .top-menu li a {
  color: #232323;
  text-decoration: none;
}
.theme--light-gaming .base .menu .dropdown,
.theme--light-gaming .base .submenu .dropdown,
.theme--light-gaming .base .top-menu .dropdown {
  position: relative;
  display: inline-block;
}
.theme--light-gaming .base .menu .dropdown .dropdown-menu,
.theme--light-gaming .base .submenu .dropdown .dropdown-menu,
.theme--light-gaming .base .top-menu .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  z-index: 100;
  background-color: #ffffff;
  padding: 10px;
  border: 1px solid #ccc;
}
.theme--light-gaming .base .menu .dropdown .dropdown-menu li,
.theme--light-gaming .base .submenu .dropdown .dropdown-menu li,
.theme--light-gaming .base .top-menu .dropdown .dropdown-menu li {
  list-style: none;
  text-align: left;
  padding: 5px 10px;
  width: 300px;
}
.theme--light-gaming .base .menu .dropdown .dropdown-menu li.parent,
.theme--light-gaming .base .submenu .dropdown .dropdown-menu li.parent,
.theme--light-gaming .base .top-menu .dropdown .dropdown-menu li.parent {
  border-bottom: 1px solid #F3F3F3;
  font-weight: 600;
}
.theme--light-gaming .base .menu .dropdown:hover .dropdown-menu,
.theme--light-gaming .base .submenu .dropdown:hover .dropdown-menu,
.theme--light-gaming .base .top-menu .dropdown:hover .dropdown-menu {
  display: block;
}
.theme--light-gaming .base .menu .item,
.theme--light-gaming .base .submenu .item,
.theme--light-gaming .base .top-menu .item {
  padding: 10px;
}
.theme--light-gaming .base .menu .item .button,
.theme--light-gaming .base .submenu .item .button,
.theme--light-gaming .base .top-menu .item .button {
  padding: 9px 5px;
}
.theme--light-gaming .base .menu {
  font-size: 15px;
  /*li:last-child {
    margin-left: auto;
  }*/
}
.theme--light-gaming .base .top-menu {
  background-color: #0430CD;
  /*height: 56px;*/
  font-size: 14px;
  /*li:last-child {
    margin-left: auto;
  }*/
}
.theme--light-gaming .base .top-menu .active {
  background: rgba(255, 255, 255, 0.15);
  font-weight: 600;
  font-size: 12px;
}
.theme--light-gaming .base .top-menu li {
  background-color: #0430CD;
}
.theme--light-gaming .base .top-menu li .active {
  background: rgba(255, 255, 255, 0.15);
}
.theme--light-gaming .base .top-menu li a {
  color: #D4D4D4;
}
.theme--light-gaming .base .top-menu .item {
  color: #D4D4D4;
}
.theme--light-gaming .base h4 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  /* identical to box height, or 142% */
  letter-spacing: 0.01em;
  /* Secondary/Darkest */
  color: #232323;
}
.theme--light-gaming .base .menu_footer {
  display: flex;
  align-content: flex-end;
}
.theme--light-gaming .base .menu_footer ul {
  display: flex;
  justify-content: flex-end;
}
.theme--light-gaming .base .menu_footer ul li {
  list-style: none;
  margin: 0 16px;
}
.theme--light-gaming .base .menu_footer ul li a {
  font-family: "Inter";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  /* identical to box height, or 133% */
  text-align: justify;
  letter-spacing: 0.01em;
  /* Secondary/Darker */
  color: #232323;
}
.theme--light-gaming .base .title-area {
  padding-top: 5px;
  position: relative;
  /*h3 {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 600;
    font-size: 1rem;
    line-height: 2.125rem;

    letter-spacing: 0.01em;

    color: t($text);
    margin-bottom: 0px;
  }*/
}
.theme--light-gaming .base .title-area h2, .theme--light-gaming .base .title-area h3 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 2.125rem;
  /* or 142% */
  letter-spacing: 0.01em;
  /* Secondary/Darkest */
  color: #232323;
  margin-bottom: 0px;
}
@media screen and (max-width: 900px) {
  .theme--light-gaming .base .title-area h2, .theme--light-gaming .base .title-area h3 {
    font-size: 1.286rem;
    line-height: 1.5em;
  }
}
.theme--light-gaming .base .title-area h7 {
  font-size: 12px;
  color: #676767;
}
.theme--light-gaming .base .title-area .large-post-meta {
  gap: 10px;
}
.theme--light-gaming .base .title-area .large-post-meta .avatar {
  height: 24px;
  width: 24px;
}
.theme--light-gaming .base .title-area .large-post-meta .avatar img {
  height: 24px;
  width: 24px;
  border-radius: 12px;
}
.theme--light-gaming .base .title-area .large-post-meta .author {
  font-family: "Poppins";
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 18px;
  color: #232323;
  letter-spacing: 0.02em;
}
.theme--light-gaming .base .title-area .large-post-meta time {
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  /* identical to box height, or 133% */
  letter-spacing: 0.01em;
  /* Secondary/Dark */
  color: #676767;
}
.theme--light-gaming .base .cover-card {
  width: 100%;
  /*height: 403px;*/
  border-radius: 6px;
  /*overflow: hidden;*/
}
.theme--light-gaming .base .cover-card img {
  width: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 6px;
}
.theme--light-gaming .base .cover-card .title-area {
  width: inherit;
}
.theme--light-gaming .base .cover-card .title-area h7 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
  /* identical to box height */
  letter-spacing: 0.01em;
  /* Secondary/Dark */
  color: #676767;
  margin-bottom: 5px;
}
.theme--light-gaming .base .cover-card .title-area h3 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0.01em;
  /* Secondary/Darkest */
  color: #232323;
}
@media screen and (max-width: 1199px) {
  .theme--light-gaming .base .cover-card {
    width: 100%;
    border-radius: 6px;
    /*overflow: hidden;*/
  }
  .theme--light-gaming .base .cover-card img {
    width: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 6px;
  }
}
.theme--light-gaming .base .filtering-navbar ul li a {
  color: #939393;
}
.theme--light-gaming .base .filtering-navbar ul li.active a {
  color: #0430CD;
}
.theme--light-gaming .base .filtering-bg {
  background-color: #0430CD;
}
.theme--light-gaming .base .border-color-accent {
  border-color: #0430CD !important;
}
.theme--light-gaming .base .bg-accent {
  background-color: #0430CD !important;
}
.theme--light-gaming .base .text-color {
  color: #232323 !important;
}
.theme--light-gaming .base .feed-details .forum-title {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #232323;
  margin-bottom: 0;
}
.theme--light-gaming .base .feed-details .forum-title a {
  color: #232323;
  font-weight: 700;
}
.theme--light-gaming .base .feed-details .author {
  font-family: "Poppins";
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 12px;
  color: #232323;
  letter-spacing: 0.02em;
}
.theme--light-gaming .base .activity-feed {
  width: 100%;
  border-radius: 6px;
  border: 1px solid #F3F3F3;
  padding: 20px;
}
.theme--light-gaming .base .activity-feed .feed-item .feed-details .forum-title {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  color: #232323;
}
.theme--light-gaming .base .activity-feed .feed-item .feed-details .forum-title a {
  color: #232323;
  font-weight: 700;
}
.theme--light-gaming .base .activity-feed .feed-item .feed-details .author {
  font-family: "Poppins";
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 12px;
  color: #232323;
  letter-spacing: 0.02em;
}
.theme--light-gaming .base footer {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
  margin-top: 60px;
  border-top: 0px;
  background-color: #ffffff;
  z-index: 1;
  /*max-width: 1200px;*/
  width: 100%;
  margin: auto;
  padding-top: 32px;
}
.theme--light-gaming .base footer .footer_bottom {
  width: 100%;
}
.theme--light-gaming .base footer .socials a {
  font-size: 1rem;
  color: #232323;
}
.theme--light-gaming .base footer .socials a i {
  font-size: 1.5rem;
}
.theme--light-gaming .base footer div h5 {
  font-family: "Poppins";
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0px;
}
.theme--light-gaming .base footer div .box_news .footer_link {
  font-family: "Inter";
  list-style: none;
  font-size: 12px;
  color: #939393;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.01em;
}
.theme--light-gaming .base footer div .box_news ul {
  padding-left: 0;
}
.theme--light-gaming .base footer div .box_news ul li {
  font-family: "Inter";
  list-style: none;
  font-size: 12px;
}
.theme--light-gaming .base footer div .box_news ul li a {
  color: #939393;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.01em;
}
.theme--light-gaming .base footer .accordion {
  margin-top: 20px;
  width: 100%;
  border-radius: 6px;
  background-color: #ffffff;
  padding: 0 24px;
  border: none;
}
.theme--light-gaming .base footer .accordion .accordion-item:not(:last-child) {
  border-bottom: 1px solid #F3F3F3 !important;
}
.theme--light-gaming .base footer .accordion .accordion-item {
  padding: 16px 0;
  background-color: #ffffff;
}
.theme--light-gaming .base footer .accordion .accordion-item path {
  fill: red;
}
.theme--light-gaming .base footer .accordion .accordion-item .accordion-button::after {
  color: #fff;
  fill: red;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='7 7 10 10' preserveAspectRatio='x200Y200 meet' fill='%23bebebe'%3E%3Cpath d='M12 11.8284L9.17154 14.6569L7.75732 13.2426L12 9L16.2426 13.2426L14.8284 14.6569L12 11.8284Z'%3E%3C/path%3E%3C/svg%3E");
}
.theme--light-gaming .base footer .accordion .accordion-item .accordion-button:not(.collapsed) {
  color: #232323;
  background-color: #ffffff;
  border-color: #ffffff;
}
.theme--light-gaming .base footer .accordion .accordion-item .accordion-button {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #232323;
  background-color: #ffffff;
  border-radius: 6px;
  padding: 16px 0;
  border: none;
}
.theme--light-gaming .base .post-vertical .cover-card {
  width: 100%;
  /*height: 403px;*/
  border-radius: 6px;
  /*overflow: hidden;*/
}
.theme--light-gaming .base .post-vertical .cover-card img {
  width: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 6px;
}
.theme--light-gaming .base .post-vertical .cover-card .title-area {
  width: inherit;
}
.theme--light-gaming .base .post-vertical .cover-card .title-area h7 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
  /* identical to box height */
  letter-spacing: 0.01em;
  /* Secondary/Dark */
  color: #676767;
  margin-bottom: 5px;
}
.theme--light-gaming .base .post-vertical .cover-card .title-area h3 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0.01em;
  /* Secondary/Darkest */
  color: #232323;
}
@media screen and (max-width: 1199px) {
  .theme--light-gaming .base .post-vertical .cover-card {
    width: 100%;
    border-radius: 6px;
    /*overflow: hidden;*/
  }
  .theme--light-gaming .base .post-vertical .cover-card img {
    width: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 6px;
  }
}
.theme--light-gaming .base .post-vertical .vertical-post-meta .author-data {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding: 5px 0;
}
.theme--light-gaming .base .post-vertical .vertical-post-meta .author-data .avatar {
  height: 24px;
  width: 24px;
}
.theme--light-gaming .base .post-vertical .vertical-post-meta .author-data .avatar img {
  height: 24px;
  width: 24px;
  border-radius: 12px;
}
.theme--light-gaming .base .post-vertical .vertical-post-meta .author-data .author-name {
  margin-left: 10px;
}
.theme--light-gaming .base .post-vertical .vertical-post-meta .author-data .author-name .author {
  color: #232323;
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  /* identical to box height */
  letter-spacing: 0.01em;
  /* Secondary/Darkest */
}
.theme--light-gaming .base .post-vertical .vertical-post-meta .author-data .author-name time {
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 12px;
  /* identical to box height, or 133% */
  letter-spacing: 0.02em;
  /* Secondary/Dark */
  color: #676767;
}
.theme--light-gaming .base input:checked + .slider {
  background-color: #0430CD;
}
.theme--light-gaming .base input:focus + .slider {
  box-shadow: 0 0 1px #0430CD;
}
.theme--light-gaming .base .mini-widget .small-widget-title h5, .theme--light-gaming .base .mini-widget .small-widget-title h4 {
  color: #232323;
}
.theme--light-gaming .base .mini-widget .small-widget-title h5 a, .theme--light-gaming .base .mini-widget .small-widget-title h4 a {
  /*font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;*/
  color: #232323;
}
.theme--light-gaming .base .video-widget {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  padding-bottom: 64px;
}
.theme--light-gaming .base .video-widget .widget-title {
  width: 100%;
}
.theme--light-gaming .base .video-widget .widget-title h2, .theme--light-gaming .base .video-widget .widget-title h4 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0.01em;
  color: #232323;
}
.theme--light-gaming .base .video-widget .widget-body {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 24px;
}
.theme--light-gaming .base .video-widget .widget-body .post-video-large {
  width: 100%;
  height: 332px;
  border-radius: 6px;
  overflow: hidden;
}
.theme--light-gaming .base .video-widget .widget-body .post-video-large .post-media {
  width: 100%;
  height: 332px;
  border-radius: 6px;
}
.theme--light-gaming .base .video-widget .widget-body .post-video-large .post-media .embed-responsive {
  height: 332px;
}
.theme--light-gaming .base .video-widget .widget-body .post-video-large .post-media .embed-responsive img {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: 332px;
}
.theme--light-gaming .base .video-widget .widget-body .post-video-large .post-media .video__youtube img {
  object-fit: cover;
  object-position: center;
}
.theme--light-gaming .base .page-title-section {
  width: 100%;
  margin-top: 60px;
  margin-bottom: 60px;
}
.theme--light-gaming .base .page-title-section .title-area {
  width: 100%;
}
.theme--light-gaming .base .page-title-section .title-area h1 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 42px;
  /* identical to box height, or 131% */
  letter-spacing: 0.01em;
  color: #232323;
}
.theme--light-gaming .base .page-title-section .title-description-area p {
  /* Body/Text/Regular/Regular */
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  /* or 157% */
  letter-spacing: 0.01em;
  /* Secondary/Dark */
  color: #676767;
}
.theme--light-gaming .base .title-area-mobile {
  width: 100%;
}
.theme--light-gaming .base .title-area-mobile h1 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  /* identical to box height, or 131% */
  letter-spacing: 0.01em;
  /* Secondary/Darkest */
  color: #232323;
}
.theme--light-gaming .base .title-description-area-mobile p {
  /* Body/Text/Regular/Regular */
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  /* or 157% */
  letter-spacing: 0.01em;
  /* Secondary/Dark */
  color: #676767;
}
.theme--light-gaming .base .accordion-button:not(.collapsed) {
  color: #232323;
  background-color: #ffffff;
  border-color: #ffffff;
}
.theme--light-gaming .base .article p {
  font-family: "Inter", sans-serif;
}
.theme--light-gaming .base .article .accordion-button:not(.collapsed) {
  color: #232323;
  background-color: #ffffff;
  border-color: #ffffff;
}
.theme--light-gaming .base .article .colorfulcats {
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.theme--light-gaming .base .article .colorfulcats a {
  text-decoration: none;
}
.theme--light-gaming .base .article .colorfulcats .label-primary {
  background-color: #0430CD;
}
.theme--light-gaming .base .article .colorfulcats a.cat-label {
  padding-left: 10px;
  padding-right: 10px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.theme--light-gaming .base .article a {
  color: #CD0504;
  text-decoration: underline;
}
.theme--light-gaming .base .article p {
  color: #232323;
  line-height: 1.625rem;
}
.theme--light-gaming .base .article .authorbox a {
  color: #232323;
  text-decoration: none;
}
.theme--light-gaming .base .article h1 {
  font-family: Poppins;
  font-weight: 600;
  font-size: 2.3rem;
  margin-top: 3rem;
  line-height: 2.5rem;
  letter-spacing: 0.01em;
  color: #232323;
}
.theme--light-gaming .base .article .mm-gallery .glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.theme--light-gaming .base .article .mm-gallery .carousel {
  width: 100%;
  aspect-ratio: 16/9;
  margin: auto;
}
.theme--light-gaming .base .article .mm-gallery .carousel .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.theme--light-gaming .base .article .mm-gallery .carousel .glyphicon-chevron-left {
  width: 30px;
  height: 30px;
  margin-top: -10px;
  font-size: 30px;
}
.theme--light-gaming .base .article .mm-gallery .carousel .glyphicon-chevron-right {
  width: 30px;
  height: 30px;
  margin-top: -10px;
  font-size: 30px;
}
.theme--light-gaming .base .article .mm-gallery .carousel .glyphicon-chevron-left:before {
  content: "\e079";
}
.theme--light-gaming .base .article .mm-gallery .carousel .glyphicon-chevron-right:before {
  content: "\e080";
}
.theme--light-gaming .base .article .mm-gallery .carousel ol.carousel-indicators {
  bottom: 0px;
}
.theme--light-gaming .base .article .mm-gallery .carousel .carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
}
.theme--light-gaming .base .article .mm-gallery .carousel .carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000", endColorstr="#00000000", GradientType=1);
}
.theme--light-gaming .base .article .mm-gallery .carousel .carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#80000000", GradientType=1);
}
.theme--light-gaming .base .article .post-info {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.theme--light-gaming .base .article .post-info .article-post-meta {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
}
.theme--light-gaming .base .article .post-info .article-post-meta .author-data {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding: 5px 0;
}
.theme--light-gaming .base .article .post-info .article-post-meta .author-data .avatar {
  height: 40px;
  width: 40px;
}
.theme--light-gaming .base .article .post-info .article-post-meta .author-data .avatar img {
  height: 40px;
  width: 40px;
  border-radius: 20px;
}
.theme--light-gaming .base .article .post-info .article-post-meta .author-data .author-name .author {
  margin-left: 14px;
  /* H6/Medium */
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  /* identical to box height, or 143% */
  letter-spacing: 0.01em;
  /* Secondary/Darkest */
  color: #232323;
}
.theme--light-gaming .base .article .post-info .article-post-meta .author-data .author-name time {
  margin-left: 14px;
  /* H7 / Regular */
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 12px;
  /* identical to box height, or 133% */
  letter-spacing: 0.01em;
  /* Secondary/Light */
  color: #939393;
}
.theme--light-gaming .base .article .post-info .post-sharing a {
  text-decoration: none;
}
.theme--light-gaming .base .article .post-info .post-sharing .cm-button {
  padding: 14px 20px;
  /* Primary/Default */
  background: #CD0504;
  border-radius: 6px;
  /* H6/Semi */
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height, or 143% */
  letter-spacing: 0.01em;
  /* Neutral/White */
  color: #FFFFFF;
}
.theme--light-gaming .base .article .post-info .post-sharing .fb-button {
  padding: 14px 20px;
  /* Primary/Default */
  background: #365396;
  border-radius: 6px;
  /* H6/Semi */
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height, or 143% */
  letter-spacing: 0.01em;
  /* Neutral/White */
  color: #FFFFFF;
}
.theme--light-gaming .base .article .post-info .post-sharing .tw-button {
  padding: 14px 20px;
  /* Primary/Default */
  background: #00A8F0;
  border-radius: 6px;
  /* H6/Semi */
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height, or 143% */
  letter-spacing: 0.01em;
  /* Neutral/White */
  color: #FFFFFF;
}
.theme--light-gaming .base .article .post-info .post-sharing ul.list-inline {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  list-style-type: none;
  gap: 8px;
}
.theme--light-gaming .base .article .post-info .post-sharing ul.list-inline li .cm-button {
  padding: 14px 20px;
  /* Primary/Default */
  background: #CD0504;
  border-radius: 6px;
  /* H6/Semi */
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height, or 143% */
  letter-spacing: 0.01em;
  /* Neutral/White */
  color: #FFFFFF;
}
.theme--light-gaming .base .article .post-info .post-sharing ul.list-inline li .fb-button {
  padding: 14px 20px;
  /* Primary/Default */
  background: #365396;
  border-radius: 6px;
  /* H6/Semi */
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height, or 143% */
  letter-spacing: 0.01em;
  /* Neutral/White */
  color: #FFFFFF;
}
.theme--light-gaming .base .article .post-info .post-sharing ul.list-inline li .tw-button {
  padding: 14px 20px;
  /* Primary/Default */
  background: #00A8F0;
  border-radius: 6px;
  /* H6/Semi */
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height, or 143% */
  letter-spacing: 0.01em;
  /* Neutral/White */
  color: #FFFFFF;
}
.theme--light-gaming .base .article .post-info .row {
  width: 100%;
}
.theme--light-gaming .base .article .title-area {
  width: 100%;
}
.theme--light-gaming .base .article .columns {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  gap: 64px;
}
.theme--light-gaming .base .article .columns .left-col .post-media {
  width: 792px;
  margin-bottom: 48px;
  border-radius: 6px;
}
.theme--light-gaming .base .article .columns .left-col .post-media img {
  width: 792px;
  border-radius: 6px;
}
.theme--light-gaming .base .article .columns .left-col .post-desc p {
  /* Body/Text/Large/Regular */
  text-align: justify;
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  /* or 162% */
  letter-spacing: 0.01em;
  /* Secondary/Darker */
  color: #3C3C3C;
  margin-bottom: 12px;
}
.theme--light-gaming .base .article .columns .left-col .post-desc img {
  max-width: 792px;
}
.theme--light-gaming .base .article .columns .left-col .post-desc ul {
  padding-inline-start: 40px;
  margin-bottom: 12px;
  /* Body/Text/Large/Regular */
  text-align: justify;
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  /* or 162% */
  letter-spacing: 0.01em;
  /* Secondary/Darker */
  color: #3C3C3C;
}
.theme--light-gaming .base .article .columns .left-col .post-desc h3 {
  /* H3/Semi */
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  /* identical to box height, or 142% */
  letter-spacing: 0.01em;
}
.theme--light-gaming .base .article .columns .left-col .post-desc .post-sharing {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 32px;
  margin-bottom: 32px;
}
.theme--light-gaming .base .article .columns .left-col .post-desc .post-sharing a {
  text-decoration: none;
}
.theme--light-gaming .base .article .columns .left-col .post-desc .post-sharing p {
  /* H6/Medium */
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height, or 143% */
  letter-spacing: 0.01em;
  /* Secondary/Darkest */
  color: #232323;
}
.theme--light-gaming .base .article .columns .left-col .post-desc .post-sharing ul.list-inline {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  list-style-type: none;
  gap: 8px;
}
.theme--light-gaming .base .article .columns .left-col .post-desc .post-sharing ul.list-inline li .cm-button {
  padding: 14px 20px;
  /* Primary/Default */
  background: #CD0504;
  border-radius: 6px;
  /* H6/Semi */
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height, or 143% */
  letter-spacing: 0.01em;
  /* Neutral/White */
  color: #FFFFFF;
}
.theme--light-gaming .base .article .columns .left-col .post-desc .post-sharing ul.list-inline li .fb-button {
  padding: 14px 20px;
  /* Primary/Default */
  background: #365396;
  border-radius: 6px;
  /* H6/Semi */
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height, or 143% */
  letter-spacing: 0.01em;
  /* Neutral/White */
  color: #FFFFFF;
}
.theme--light-gaming .base .article .columns .left-col .post-desc .post-sharing ul.list-inline li .tw-button {
  padding: 14px 20px;
  /* Primary/Default */
  background: #00A8F0;
  border-radius: 6px;
  /* H6/Semi */
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height, or 143% */
  letter-spacing: 0.01em;
  /* Neutral/White */
  color: #FFFFFF;
}
.theme--light-gaming .base .article .columns .left-col .post-desc .post-bottom .tags {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 5px;
}
.theme--light-gaming .base .article .columns .left-col .post-desc .post-bottom .tags a {
  padding: 8px 9px 8px 10px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)), #262626;
  border-radius: 6px;
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 10px;
  line-height: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* identical to box height, or 160% */
  letter-spacing: 0.02em;
  /* Neutral/White */
  color: #FFFFFF;
}
.theme--light-gaming .base .article .columns .left-col .post-desc .comments-widget {
  width: 100%;
}
.theme--light-gaming .base .article .columns .left-col .post-desc .separator {
  width: 100%;
  margin: 32px 0;
}
.theme--light-gaming .base .article .columns .right-col {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  width: 336px;
}
.theme--light-gaming .base .article .columns .right-col .widget .widget-title {
  margin-bottom: 24px;
}
.theme--light-gaming .base .article .columns .right-col .widget .widget-title h4 {
  font-size: 16px;
  line-height: 24px;
}
.theme--light-gaming .base .article .columns .right-col .widget .widget-title p {
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.01em;
  color: #3C3C3C;
}
.theme--light-gaming .base .article .fb-button {
  padding: 14px 20px;
  /* Primary/Default */
  background: #365396;
  border-radius: 6px;
  /* H6/Semi */
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height, or 143% */
  letter-spacing: 0.01em;
  /* Neutral/White */
  color: #FFFFFF;
}
.theme--light-gaming .base .article .post-bottom .tags {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 5px;
}
.theme--light-gaming .base .article .post-bottom .tags a {
  padding: 8px 9px 8px 10px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)), #262626;
  border-radius: 6px;
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 10px;
  line-height: 16px;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* identical to box height, or 160% */
  letter-spacing: 0.02em;
  /* Neutral/White */
  color: #FFFFFF;
}
.theme--light-gaming .base .article .cm-button {
  text-decoration: none;
  padding: 14px 20px;
  /* Primary/Default */
  background: #CD0504;
  border-radius: 6px;
  /* H6/Semi */
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height, or 143% */
  letter-spacing: 0.01em;
  /* Neutral/White */
  color: #FFFFFF;
}
.theme--light-gaming .base .article .tw-button {
  text-decoration: none;
  padding: 14px 20px;
  /* Primary/Default */
  background: #00A8F0;
  border-radius: 6px;
  /* H6/Semi */
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height, or 143% */
  letter-spacing: 0.01em;
  /* Neutral/White */
  color: #FFFFFF;
}
.theme--light-gaming .base .article .post-sharing a {
  text-decoration: none;
}
.theme--light-gaming .base .article .post-sharing p {
  font-family: Poppins;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1%;
}
.theme--light-gaming .base .article img {
  object-fit: cover;
  max-width: 100%;
  max-height: 100%;
  height: auto;
}
.theme--light-gaming .base .article blockquote {
  position: relative;
  padding: 10px 20px 10px 70px;
  margin: 0 0 20px;
  font-size: 1.4rem;
  font-weight: 600;
}
.theme--light-gaming .base .article blockquote p {
  font-family: Poppins;
  line-height: 1.8;
}
.theme--light-gaming .base .article blockquote:before {
  color: #ca0301;
  content: url("../img/double-quotes-l.svg");
  height: 50px;
  width: 50px;
  display: block;
  left: 0px;
  position: absolute;
  top: 0px;
}
@media screen and (max-width: 1200px) {
  .theme--light-gaming .base .article {
    width: 100%;
  }
  .theme--light-gaming .base .article .title-area {
    width: 100%;
  }
}
@media screen and (max-width: 992px) {
  .theme--light-gaming .base .article {
    width: 100%;
  }
  .theme--light-gaming .base .article h1 {
    font-size: 1.7rem;
  }
  .theme--light-gaming .base .article .columns {
    flex-direction: column;
    gap: 32px;
  }
  .theme--light-gaming .base .article .columns .left-col {
    width: 100%;
  }
  .theme--light-gaming .base .article .columns .right-col {
    width: 100%;
  }
}
@media screen and (max-width: 800px) {
  .theme--light-gaming .base .article {
    width: 100%;
  }
  .theme--light-gaming .base .article .post-media img {
    height: 340px;
    width: auto;
    object-fit: cover;
    max-width: 100%;
    max-height: 100%;
    width: auto;
  }
}
@media screen and (min-width: 1200px) {
  .theme--light-gaming .base .posts-col .large-widget {
    margin: 0;
    display: flex;
    flex-direction: row;
  }
  .theme--light-gaming .base .posts-col .large-widget .post-media {
    width: 248px;
    height: 224px;
    border-radius: 6px;
  }
  .theme--light-gaming .base .posts-col .large-widget .post-media .large-post-media-cover {
    width: 248px;
    height: 224px;
    border-radius: 6px;
    overflow: hidden;
  }
  .theme--light-gaming .base .posts-col .large-widget .post-media .large-post-media-cover img {
    width: 248px;
    height: 224px;
    object-fit: cover;
    object-position: center;
    min-height: 100%;
    min-width: 100%;
  }
  .theme--light-gaming .base .posts-col .large-widget .title-area {
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 10px;
  }
  .theme--light-gaming .base .posts-col .large-widget .title-area .colorfulcats {
    display: flex;
    flex-direction: row;
    gap: 10px;
  }
  .theme--light-gaming .base .posts-col .large-widget .title-area .colorfulcats .label-primary {
    background-color: #0430CD;
  }
  .theme--light-gaming .base .posts-col .large-widget .title-area .colorfulcats a.cat-label {
    padding-left: 10px;
    padding-right: 10px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .theme--light-gaming .base .posts-col .large-widget .title-area .large-post-meta {
    display: flex;
    flex-direction: row;
  }
  .theme--light-gaming .base .posts-col .large-widget .title-area .large-post-meta .author {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .theme--light-gaming .base .posts-col .large-widget .title-area .large-post-meta .author .author-data {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    color: #232323;
    letter-spacing: 0.02em;
  }
  .theme--light-gaming .base .posts-col .large-widget .title-area .large-post-meta .author .author-data .avatar {
    height: 24px;
    width: 24px;
  }
  .theme--light-gaming .base .posts-col .large-widget .title-area .large-post-meta .author .author-data .avatar img {
    height: 24px;
    width: 24px;
    border-radius: 12px;
  }
  .theme--light-gaming .base .posts-col .large-widget .title-area .large-post-meta .author .author-data .author-name {
    margin-left: 10px;
    color: #232323;
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    /* identical to box height */
    letter-spacing: 0.02em;
    /* Secondary/Darkest */
  }
  .theme--light-gaming .base .posts-col .large-widget .title-area .large-post-meta .post-time time {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.01em;
    color: #676767;
  }
}
@media screen and (max-width: 1199px) {
  .theme--light-gaming .base .posts-col .large-widget {
    width: 100%;
    margin: 0;
    display: flex;
    flex-direction: row;
  }
  .theme--light-gaming .base .posts-col .large-widget .post-media {
    border-radius: 6px;
    overflow: hidden;
  }
  .theme--light-gaming .base .posts-col .large-widget .post-media img {
    object-fit: cover;
    object-position: center;
    min-height: 100%;
    min-width: 100%;
  }
  .theme--light-gaming .base .posts-col .large-widget .title-area {
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 15px;
  }
  .theme--light-gaming .base .posts-col .large-widget .title-area .colorfulcats {
    display: flex;
    flex-direction: row;
    gap: 10px;
  }
  .theme--light-gaming .base .posts-col .large-widget .title-area .colorfulcats .label-primary {
    background-color: #0430CD;
  }
  .theme--light-gaming .base .posts-col .large-widget .title-area .colorfulcats a.cat-label {
    padding-left: 10px;
    padding-right: 10px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .theme--light-gaming .base .posts-col .large-widget .title-area .large-post-meta {
    display: flex;
    flex-direction: row;
  }
  .theme--light-gaming .base .posts-col .large-widget .title-area .large-post-meta .author {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .theme--light-gaming .base .posts-col .large-widget .title-area .large-post-meta .author .author-data {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    color: #232323;
    letter-spacing: 0.02em;
  }
  .theme--light-gaming .base .posts-col .large-widget .title-area .large-post-meta .author .author-data .avatar {
    height: 24px;
    width: 24px;
  }
  .theme--light-gaming .base .posts-col .large-widget .title-area .large-post-meta .author .author-data .avatar img {
    height: 24px;
    width: 24px;
    border-radius: 12px;
  }
  .theme--light-gaming .base .posts-col .large-widget .title-area .large-post-meta .author .author-data .author-name {
    margin-left: 10px;
    color: #232323;
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    /* identical to box height */
    letter-spacing: 0.02em;
    /* Secondary/Darkest */
  }
  .theme--light-gaming .base .posts-col .large-widget .title-area .large-post-meta .post-time time {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.01em;
    color: #676767;
  }
}
.theme--light-gaming .base .pagination-main {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  width: 100%;
  /* Secondary/Extra Light */
  border: 1px solid;
  box-sizing: border-box;
  border-radius: 8px;
}
.theme--light-gaming .base .pagination-main .accordion-item {
  border: 1px solid;
}
.theme--light-gaming .base .pagination-main .pagination-main-heading {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  cursor: pointer;
  justify-content: space-between;
  /*i {
      height: 25px;
      width: 25px;
    }
  span {
      height: 25px;
      margin: 0 auto;
    }*/
}
.theme--light-gaming .base .pagination-main .pagination-main-heading .accordion-button {
  font-size: 1rem;
  font-weight: 500;
}
.theme--light-gaming .base .pagination-main .pagination-main-heading .accordion-button:not(.collapsed) {
  box-shadow: none;
}
.theme--light-gaming .base .pagination-main .pagination-main-heading h5 {
  /* H5/Semi */
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  /* identical to box height */
  letter-spacing: 0.01em;
  /* Secondary/Darkest */
  color: #232323;
}
.theme--light-gaming .base .pagination-main .accordion-body {
  padding: 0;
}
.theme--light-gaming .base .pagination-main .pagination-main-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
}
.theme--light-gaming .base .pagination-main .pagination-main-content .menu-list {
  padding: 15px 19px;
  /* H7 / Medium */
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  /* identical to box height */
  letter-spacing: 0.01em;
  /* Secondary/Dark */
  color: #676767;
  background: #ffffff;
}
.theme--light-gaming .base .pagination-main .pagination-main-content .menu-list a {
  text-decoration: none;
  color: #939393;
}
.theme--light-gaming .base .pagination-main .pagination-main-content .menu-list-active {
  /*height: 48px;*/
  padding: 15px 19px;
  border-left: 1px solid #CD0504;
  /* H7 / Medium */
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  /* identical to box height */
  letter-spacing: 0.01em;
}
.theme--light-gaming .base .pagination-main .pagination-main-content .menu-list-active a {
  color: #CD0504;
  text-decoration: none;
}
.theme--light-gaming .base .pagination-main .pagination-main-content .active {
  /*height: 48px;*/
  display: block;
  padding: 15px 19px;
  border-left: 1px solid #CD0504;
  /* H7 / Medium */
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  /* identical to box height */
  letter-spacing: 0.01em;
  color: #CD0504;
  text-decoration: none;
}
.theme--light-gaming .base .pagination-bottom {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  width: 100%;
  /* Secondary/Extra Light */
  border: 1px solid #F3F3F3;
  box-sizing: border-box;
  border-radius: 6px;
  margin-bottom: 48px;
}
.theme--light-gaming .base .pagination-bottom .pagination-bottom-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
}
.theme--light-gaming .base .pagination-bottom .pagination-bottom-content .menu-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  height: 48px;
  /* H7 / Medium */
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  /* identical to box height */
  padding: 0 16px;
  letter-spacing: 0.01em;
  /* Secondary/Dark */
  color: #676767;
}
.theme--light-gaming .base .pagination-bottom .pagination-bottom-content .menu-list a {
  text-decoration: none;
}
.theme--light-gaming .base .pagination-bottom .pagination-bottom-content .menu-list i {
  font-size: 18px;
}
.theme--light-gaming .base .pagination-bottom .pagination-bottom-content .menu-list a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding: 15px 19px;
  color: #939393;
}
.theme--light-gaming .base .pagination-bottom .pagination-bottom-content .menu-list a.active {
  color: #CD0504;
}
.theme--light-gaming .base .pagination-bottom .pagination-bottom-content .menu-list a i {
  font-size: 18px;
}
.theme--light-gaming .base .pagination-bottom .pagination-bottom-content .menu-list-active {
  height: 48px;
  padding: 15px 19px;
  border-left: 1px solid #CD0504;
  /* H7 / Medium */
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  /* identical to box height */
  letter-spacing: 0.01em;
  color: #CD0504;
  background: rgba(205, 5, 4, 0.04);
}
.theme--light-gaming .base .gallery-slider-mobile {
  height: 400px;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
}
.theme--light-gaming .base .gallery-slider-mobile .gallery-slider-item {
  height: 400px;
  border-radius: 6px;
  position: relative;
  background-size: cover;
}
.theme--light-gaming .base .gallery-slider-mobile .gallery-slider-item .slider-effects .badges .colorfulcats .label-primary {
  background-color: #0430CD;
}
.theme--light-gaming .base .gallery-slider-mobile .gallery-slider-item .slider-effects .caption {
  position: absolute;
  left: 24px;
  bottom: 56px;
  z-index: 1;
}
.theme--light-gaming .base .gallery-slider-mobile .gallery-slider-item .slider-effects .caption .feature {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 0;
  letter-spacing: 0.01em;
  color: #D4D4D4;
}
.theme--light-gaming .base .gallery-slider-mobile .gallery-slider-item .slider-effects .caption h2, .theme--light-gaming .base .gallery-slider-mobile .gallery-slider-item .slider-effects .caption h3 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 42px;
  letter-spacing: 0.01em;
  color: #FFFFFF;
}
.theme--light-gaming .base .gallery-slider-mobile .gallery-slider-item .slider-effects::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 5px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 44.79%, rgba(0, 0, 0, 0.35) 63.54%, rgba(0, 0, 0, 0.75) 100%);
}
.theme--light-gaming .base .gallery-slider-mobile .gallery-slider-item .slider-effects::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 5px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 44.79%, rgba(0, 0, 0, 0.35) 63.54%, rgba(0, 0, 0, 0.75) 100%);
}
.theme--light-gaming .base .gallery-slider-mobile .gallery-slider-item img {
  object-fit: cover;
  object-position: center;
  min-height: 100%;
  min-width: 100%;
  border-radius: 6px;
}
.theme--light-gaming .base .gallery-slider-mobile .gallery-slider-item .badges {
  position: absolute;
  right: 24px;
  top: 24px;
}
.theme--light-gaming .base .gallery-slider-mobile .gallery-slider-item .meta {
  position: absolute;
  left: 24px;
  top: 24px;
}
.theme--light-gaming .base .gallery-slider-mobile .gallery-slider-item .meta .vertical-post-meta .author-data {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding: 5px 0;
}
.theme--light-gaming .base .gallery-slider-mobile .gallery-slider-item .meta .vertical-post-meta .author-data .avatar {
  height: 32px;
  width: 32px;
}
.theme--light-gaming .base .gallery-slider-mobile .gallery-slider-item .meta .vertical-post-meta .author-data .avatar img {
  height: 32px;
  width: 32px;
  border-radius: 16px;
}
.theme--light-gaming .base .gallery-slider-mobile .gallery-slider-item .meta .vertical-post-meta .author-data .author-name {
  margin-left: 10px;
}
.theme--light-gaming .base .gallery-slider-mobile .gallery-slider-item .meta .vertical-post-meta .author-data .author-name .author {
  color: #FFFFFF;
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  /* identical to box height */
  letter-spacing: 0.01em;
  /* Secondary/Darkest */
  margin-bottom: 0px;
}
.theme--light-gaming .base .gallery-slider-mobile .gallery-slider-item .meta .vertical-post-meta .author-data .author-name time {
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 12px;
  /* identical to box height, or 133% */
  letter-spacing: 0.02em;
  /* Secondary/Dark */
  color: #FFFFFF;
  margin-right: 8px;
}
.theme--light-gaming .base .gallery-slider-large {
  width: 100%;
  height: 388px;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
}
.theme--light-gaming .base .gallery-slider-large .gallery-slider-item {
  width: 100%;
  height: 388px;
  border-radius: 6px;
  position: relative;
  background-size: cover;
}
.theme--light-gaming .base .gallery-slider-large .gallery-slider-item .slider-effects .badges .colorfulcats .label-primary {
  background-color: #0430CD;
}
.theme--light-gaming .base .gallery-slider-large .gallery-slider-item .slider-effects .caption {
  position: absolute;
  left: 24px;
  bottom: 56px;
  z-index: 1;
}
.theme--light-gaming .base .gallery-slider-large .gallery-slider-item .slider-effects .caption .feature {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 0;
  letter-spacing: 0.01em;
  color: #D4D4D4;
}
.theme--light-gaming .base .gallery-slider-large .gallery-slider-item .slider-effects .caption h2, .theme--light-gaming .base .gallery-slider-large .gallery-slider-item .slider-effects .caption h3 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 42px;
  letter-spacing: 0.01em;
  color: #FFFFFF;
}
.theme--light-gaming .base .gallery-slider-large .gallery-slider-item .slider-effects::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 5px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 44.79%, rgba(0, 0, 0, 0.35) 63.54%, rgba(0, 0, 0, 0.75) 100%);
}
.theme--light-gaming .base .gallery-slider-large .gallery-slider-item .slider-effects::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 5px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 44.79%, rgba(0, 0, 0, 0.35) 63.54%, rgba(0, 0, 0, 0.75) 100%);
}
.theme--light-gaming .base .gallery-slider-large .gallery-slider-item img {
  object-fit: cover;
  object-position: center;
  min-height: 100%;
  min-width: 100%;
  border-radius: 6px;
}
.theme--light-gaming .base .gallery-slider-large .gallery-slider-item .badges {
  position: absolute;
  right: 24px;
  top: 24px;
}
.theme--light-gaming .base .gallery-slider-large .gallery-slider-item .meta {
  position: absolute;
  left: 24px;
  top: 24px;
}
.theme--light-gaming .base .gallery-slider-large .gallery-slider-item .meta .vertical-post-meta .author-data {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding: 5px 0;
}
.theme--light-gaming .base .gallery-slider-large .gallery-slider-item .meta .vertical-post-meta .author-data .avatar {
  height: 32px;
  width: 32px;
}
.theme--light-gaming .base .gallery-slider-large .gallery-slider-item .meta .vertical-post-meta .author-data .avatar img {
  height: 32px;
  width: 32px;
  border-radius: 16px;
}
.theme--light-gaming .base .gallery-slider-large .gallery-slider-item .meta .vertical-post-meta .author-data .author-name {
  margin-left: 10px;
}
.theme--light-gaming .base .gallery-slider-large .gallery-slider-item .meta .vertical-post-meta .author-data .author-name .author {
  color: #FFFFFF;
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  /* identical to box height */
  letter-spacing: 0.01em;
  /* Secondary/Darkest */
  margin-bottom: 0px;
}
.theme--light-gaming .base .gallery-slider-large .gallery-slider-item .meta .vertical-post-meta .author-data .author-name time {
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 12px;
  /* identical to box height, or 133% */
  letter-spacing: 0.02em;
  /* Secondary/Dark */
  color: #FFFFFF;
  margin-right: 8px;
}
.theme--light-gaming .base .gallery-slider-small {
  width: 100%;
  height: 388px;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
}
.theme--light-gaming .base .gallery-slider-small .gallery-slider-item {
  width: 100%;
  height: 388px;
  border-radius: 6px;
  position: relative;
  background-size: cover;
}
.theme--light-gaming .base .gallery-slider-small .gallery-slider-item .slider-effects .badges .colorfulcats .label-primary {
  background-color: #0430CD;
}
.theme--light-gaming .base .gallery-slider-small .gallery-slider-item .slider-effects .caption {
  position: absolute;
  left: 24px;
  bottom: 56px;
  z-index: 1;
}
.theme--light-gaming .base .gallery-slider-small .gallery-slider-item .slider-effects .caption .feature {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.01em;
  color: #D4D4D4;
  margin-bottom: 0;
}
.theme--light-gaming .base .gallery-slider-small .gallery-slider-item .slider-effects .caption h2, .theme--light-gaming .base .gallery-slider-small .gallery-slider-item .slider-effects .caption h3 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 42px;
  letter-spacing: 0.01em;
  color: #FFFFFF;
}
.theme--light-gaming .base .gallery-slider-small .gallery-slider-item .slider-effects::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 5px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 44.79%, rgba(0, 0, 0, 0.35) 63.54%, rgba(0, 0, 0, 0.75) 100%);
}
.theme--light-gaming .base .gallery-slider-small .gallery-slider-item .slider-effects::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 5px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 44.79%, rgba(0, 0, 0, 0.35) 63.54%, rgba(0, 0, 0, 0.75) 100%);
}
.theme--light-gaming .base .gallery-slider-small .gallery-slider-item img {
  object-fit: cover;
  object-position: center;
  min-height: 100%;
  min-width: 100%;
  border-radius: 6px;
}
.theme--light-gaming .base .gallery-slider-small .gallery-slider-item .caption {
  position: absolute;
  left: 24px;
  bottom: 56px;
}
.theme--light-gaming .base .gallery-slider-small .gallery-slider-item .caption .feature {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  /* identical to box height */
  letter-spacing: 0.01em;
  /* Secondary/Lightest */
  color: #D4D4D4;
}
.theme--light-gaming .base .gallery-slider-small .gallery-slider-item .caption h2, .theme--light-gaming .base .gallery-slider-small .gallery-slider-item .caption h3 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 42px;
  /* or 131% */
  letter-spacing: 0.01em;
  /* Neutral/White */
  color: #FFFFFF;
}
.theme--light-gaming .base .gallery-slider-small .gallery-slider-item .badges {
  position: absolute;
  right: 24px;
  top: 24px;
}
.theme--light-gaming .base .gallery-slider-small .gallery-slider-item .meta {
  position: absolute;
  left: 24px;
  top: 24px;
}
.theme--light-gaming .base .gallery-slider-small .gallery-slider-item .meta .vertical-post-meta .author-data {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding: 5px 0;
}
.theme--light-gaming .base .gallery-slider-small .gallery-slider-item .meta .vertical-post-meta .author-data .avatar {
  height: 32px;
  width: 32px;
}
.theme--light-gaming .base .gallery-slider-small .gallery-slider-item .meta .vertical-post-meta .author-data .avatar img {
  height: 32px;
  width: 32px;
  border-radius: 16px;
}
.theme--light-gaming .base .gallery-slider-small .gallery-slider-item .meta .vertical-post-meta .author-data .author-name {
  margin-left: 10px;
}
.theme--light-gaming .base .gallery-slider-small .gallery-slider-item .meta .vertical-post-meta .author-data .author-name .author {
  color: #FFFFFF;
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  /* identical to box height */
  letter-spacing: 0.01em;
  /* Secondary/Darkest */
  margin-bottom: 0px;
}
.theme--light-gaming .base .gallery-slider-small .gallery-slider-item .meta .vertical-post-meta .author-data .author-name time {
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 12px;
  /* identical to box height, or 133% */
  letter-spacing: 0.02em;
  /* Secondary/Dark */
  color: #FFFFFF;
  margin-right: 8px;
}
.theme--light-gaming .base .top-left-tile {
  /*width: 290px;*/
  width: 100%;
  height: 324px;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
}
.theme--light-gaming .base .top-left-tile .tile-item {
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  height: 324px;
  border-radius: 6px;
  position: relative;
  /*img {
    object-fit: cover;
    object-position: center;
    width: 290px;
    height: 324px;
    min-height: 100%;
    min-width: 100%;
    border-radius: 6px;
  }*/
}
.theme--light-gaming .base .top-left-tile .tile-item .effects .badges .colorfulcats .label-primary {
  background-color: #0430CD;
}
.theme--light-gaming .base .top-left-tile .tile-item .effects .caption {
  position: absolute;
  left: 24px;
  bottom: 20px;
  z-index: 1;
}
.theme--light-gaming .base .top-left-tile .tile-item .effects .caption .feature {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.01em;
  color: #D4D4D4;
}
.theme--light-gaming .base .top-left-tile .tile-item .effects .caption h2, .theme--light-gaming .base .top-left-tile .tile-item .effects .caption h3 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 42px;
  letter-spacing: 0.01em;
  color: #FFFFFF;
}
.theme--light-gaming .base .top-left-tile .tile-item .effects::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 5px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 44.79%, rgba(0, 0, 0, 0.35) 63.54%, rgba(0, 0, 0, 0.75) 100%);
}
.theme--light-gaming .base .top-left-tile .tile-item .effects::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 5px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 44.79%, rgba(0, 0, 0, 0.35) 63.54%, rgba(0, 0, 0, 0.75) 100%);
}
.theme--light-gaming .base .top-left-tile .tile-item .caption {
  position: absolute;
  left: 24px;
  /*.feature {
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.01em;
    color: #D4D4D4;
  }*/
}
.theme--light-gaming .base .top-left-tile .tile-item .caption h2, .theme--light-gaming .base .top-left-tile .tile-item .caption h3 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  /* or 131% */
  letter-spacing: 0.01em;
  /* Neutral/White */
  color: #FFFFFF;
}
.theme--light-gaming .base .top-left-tile .tile-item .badges {
  position: absolute;
  right: 24px;
  top: 24px;
}
.theme--light-gaming .base .top-left-tile .tile-item .meta {
  position: absolute;
  left: 24px;
  top: 24px;
}
.theme--light-gaming .base .top-left-tile .tile-item .meta .vertical-post-meta .author-data {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding: 5px 0;
}
.theme--light-gaming .base .top-left-tile .tile-item .meta .vertical-post-meta .author-data .avatar {
  height: 32px;
  width: 32px;
}
.theme--light-gaming .base .top-left-tile .tile-item .meta .vertical-post-meta .author-data .avatar img {
  height: 32px;
  width: 32px;
  border-radius: 16px;
}
.theme--light-gaming .base .top-left-tile .tile-item .meta .vertical-post-meta .author-data .author-name {
  margin-left: 10px;
}
.theme--light-gaming .base .top-left-tile .tile-item .meta .vertical-post-meta .author-data .author-name .author {
  color: #FFFFFF;
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  /* identical to box height */
  letter-spacing: 0.01em;
  /* Secondary/Darkest */
  margin-bottom: 0px;
}
.theme--light-gaming .base .top-left-tile .tile-item .meta .vertical-post-meta .author-data .author-name time {
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 12px;
  /* identical to box height, or 133% */
  letter-spacing: 0.02em;
  /* Secondary/Dark */
  color: #FFFFFF;
  margin-right: 8px;
}
.theme--light-gaming .base .top-center-tile {
  width: 100%;
  height: 324px;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
}
.theme--light-gaming .base .top-center-tile .tile-item {
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  height: 324px;
  border-radius: 6px;
  position: relative;
  padding: 20px;
}
.theme--light-gaming .base .top-center-tile .tile-item .effects .badges .colorfulcats .label-primary {
  background-color: #0430CD;
}
.theme--light-gaming .base .top-center-tile .tile-item .effects .caption {
  position: absolute;
  left: 24px;
  bottom: 20px;
  z-index: 1;
}
.theme--light-gaming .base .top-center-tile .tile-item .effects .caption .feature {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.01em;
  margin-bottom: 0;
  color: #D4D4D4;
}
.theme--light-gaming .base .top-center-tile .tile-item .effects .caption h2, .theme--light-gaming .base .top-center-tile .tile-item .effects .caption h3 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 42px;
  /* or 131% */
  letter-spacing: 0.01em;
  /* Neutral/White */
  color: #FFFFFF;
}
.theme--light-gaming .base .top-center-tile .tile-item .effects::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 5px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 44.79%, rgba(0, 0, 0, 0.35) 63.54%, rgba(0, 0, 0, 0.75) 100%);
}
.theme--light-gaming .base .top-center-tile .tile-item .effects::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 5px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 44.79%, rgba(0, 0, 0, 0.35) 63.54%, rgba(0, 0, 0, 0.75) 100%);
}
.theme--light-gaming .base .top-center-tile .tile-item img {
  object-fit: cover;
  object-position: center;
  width: 510px;
  height: 324px;
  min-height: 100%;
  min-width: 100%;
  border-radius: 6px;
}
.theme--light-gaming .base .top-center-tile .tile-item .caption {
  position: absolute;
  left: 24px;
  bottom: 56px;
}
.theme--light-gaming .base .top-center-tile .tile-item .caption .feature {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.01em;
  color: #D4D4D4;
}
.theme--light-gaming .base .top-center-tile .tile-item .caption h2, .theme--light-gaming .base .top-center-tile .tile-item .caption h3 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0.01em;
  color: #FFFFFF;
}
.theme--light-gaming .base .top-center-tile .tile-item .badges {
  position: absolute;
  right: 24px;
  top: 24px;
}
.theme--light-gaming .base .top-center-tile .tile-item .meta {
  position: absolute;
  left: 24px;
  top: 24px;
}
.theme--light-gaming .base .top-center-tile .tile-item .meta .vertical-post-meta .author-data {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding: 5px 0;
}
.theme--light-gaming .base .top-center-tile .tile-item .meta .vertical-post-meta .author-data .avatar {
  height: 32px;
  width: 32px;
}
.theme--light-gaming .base .top-center-tile .tile-item .meta .vertical-post-meta .author-data .avatar img {
  height: 32px;
  width: 32px;
  border-radius: 16px;
}
.theme--light-gaming .base .top-center-tile .tile-item .meta .vertical-post-meta .author-data .author-name {
  margin-left: 10px;
}
.theme--light-gaming .base .top-center-tile .tile-item .meta .vertical-post-meta .author-data .author-name .author {
  color: #FFFFFF;
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  /* identical to box height */
  letter-spacing: 0.01em;
  /* Secondary/Darkest */
  margin-bottom: 0px;
}
.theme--light-gaming .base .top-center-tile .tile-item .meta .vertical-post-meta .author-data .author-name time {
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 12px;
  /* identical to box height, or 133% */
  letter-spacing: 0.02em;
  /* Secondary/Dark */
  color: #FFFFFF;
  margin-right: 8px;
}
.theme--light-gaming .base .top-right-tile {
  width: 100%;
  height: 324px;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
}
.theme--light-gaming .base .top-right-tile .tile-item {
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  height: 324px;
  border-radius: 6px;
  position: relative;
  padding: 20px;
}
.theme--light-gaming .base .top-right-tile .tile-item .effects .badges .colorfulcats .label-primary {
  background-color: #0430CD;
}
.theme--light-gaming .base .top-right-tile .tile-item .effects .caption {
  position: absolute;
  left: 24px;
  bottom: 20px;
  z-index: 1;
}
.theme--light-gaming .base .top-right-tile .tile-item .effects .caption .feature {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.01em;
  margin-bottom: 0;
  color: #D4D4D4;
}
.theme--light-gaming .base .top-right-tile .tile-item .effects .caption h2, .theme--light-gaming .base .top-right-tile .tile-item .effects .caption h3 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 42px;
  letter-spacing: 0.01em;
  color: #FFFFFF;
}
.theme--light-gaming .base .top-right-tile .tile-item .effects::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 5px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 44.79%, rgba(0, 0, 0, 0.35) 63.54%, rgba(0, 0, 0, 0.75) 100%);
}
.theme--light-gaming .base .top-right-tile .tile-item .effects::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 5px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 44.79%, rgba(0, 0, 0, 0.35) 63.54%, rgba(0, 0, 0, 0.75) 100%);
}
.theme--light-gaming .base .top-right-tile .tile-item img {
  object-fit: cover;
  object-position: center;
  width: 368px;
  height: 324px;
  min-height: 100%;
  min-width: 100%;
  border-radius: 6px;
}
.theme--light-gaming .base .top-right-tile .tile-item .caption {
  position: absolute;
  left: 24px;
}
.theme--light-gaming .base .top-right-tile .tile-item .caption .feature {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.01em;
  color: #D4D4D4;
}
.theme--light-gaming .base .top-right-tile .tile-item .caption h2, .theme--light-gaming .base .top-right-tile .tile-item .caption h3 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0.01em;
  color: #FFFFFF;
}
.theme--light-gaming .base .top-right-tile .tile-item .badges {
  position: absolute;
  right: 24px;
  top: 24px;
}
.theme--light-gaming .base .top-right-tile .tile-item .meta {
  position: absolute;
  left: 24px;
  top: 24px;
}
.theme--light-gaming .base .top-right-tile .tile-item .meta .vertical-post-meta .author-data {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding: 5px 0;
}
.theme--light-gaming .base .top-right-tile .tile-item .meta .vertical-post-meta .author-data .avatar {
  height: 32px;
  width: 32px;
}
.theme--light-gaming .base .top-right-tile .tile-item .meta .vertical-post-meta .author-data .avatar img {
  height: 32px;
  width: 32px;
  border-radius: 16px;
}
.theme--light-gaming .base .top-right-tile .tile-item .meta .vertical-post-meta .author-data .author-name {
  margin-left: 10px;
}
.theme--light-gaming .base .top-right-tile .tile-item .meta .vertical-post-meta .author-data .author-name .author {
  color: #FFFFFF;
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  /* identical to box height */
  letter-spacing: 0.01em;
  /* Secondary/Darkest */
  margin-bottom: 0px;
}
.theme--light-gaming .base .top-right-tile .tile-item .meta .vertical-post-meta .author-data .author-name time {
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 12px;
  /* identical to box height, or 133% */
  letter-spacing: 0.02em;
  /* Secondary/Dark */
  color: #FFFFFF;
  margin-right: 8px;
}
.theme--light-gaming .base .gray-section {
  background-color: #FAFAFA;
}
.theme--light-gaming .base .right-column-widget {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.theme--light-gaming .base .right-column-widget .mini-widget {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.theme--light-gaming .base .right-column-widget .mini-widget .mini-widget-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
}
.theme--light-gaming .base .right-column-widget .mini-widget .mini-widget-flex a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  gap: 15px;
}
.theme--light-gaming .base .right-column-widget .mini-widget .mini-widget-flex a .miniature img {
  height: 80px;
  width: 80px;
}
.theme--light-gaming .base .right-column-widget .mini-widget .mini-widget-flex a .text {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  padding: 8px 0;
}
.theme--light-gaming .base .right-column-widget .mini-widget .mini-widget-flex a .text h4, .theme--light-gaming .base .right-column-widget .mini-widget .mini-widget-flex a .text h5 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.01em;
  color: #232323;
  line-height: 120%;
}
.theme--light-gaming .base .right-column-widget .mini-widget .mini-widget-flex a .text .date {
  font-size: 10px;
}
.theme--light-gaming .base .mobile-banner-full-width {
  width: 100%;
  background-color: none;
}
.theme--light-gaming .base .banner-full-width {
  width: 100%;
  background-color: none;
  /*margin-bottom: 64px;*/
}
@media screen and (min-width: 1200px) {
  .theme--light-gaming .base .separator {
    width: 100%;
    height: 1px;
    background-color: #F3F3F3;
  }
}
@media screen and (max-width: 800px) {
  .theme--light-gaming .base .separator {
    width: 100%;
    height: 1px;
    background-color: #F3F3F3;
  }
}
.theme--light-gaming .base .banner-full-width-inv {
  width: 100%;
  background-color: none;
  height: 340px;
}
.theme--light-gaming .base :root {
  --bg-color: #13131f;
  --bg-color-2: t($bg);
  --text-color: t(text-secondary-page-title);
  --accent-color: t(bg-accent);
}
.theme--light-gaming .base #sidebar {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  padding: 2rem;
  background-color: #ffffff;
  box-shadow: 0 10px 20px -4px #000;
  overflow-x: hidden;
  overflow-y: auto;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-100%);
  transition: opacity 0.3s ease, visibility 0.2s ease, transform 0.3s ease;
}
.theme--light-gaming .base #sidebar #aside_close {
  color: #232323;
}
.theme--light-gaming .base #sidebar h5 {
  font-family: Poppins;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  color: #232323;
}
.theme--light-gaming .base #sidebar h5 a {
  color: #232323;
}
.theme--light-gaming .base #sidebar.show {
  pointer-events: all;
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.theme--light-gaming .base .sidebar_content {
  padding: 2.8rem 0;
  pointer-events: none;
  /* so that the Sidebar does not get closed while clicking on sidebar_content */
}
.theme--light-gaming .base .sidebar_content a {
  pointer-events: all;
  /* so that all the a inside sidebar_content are clickable */
}
.theme--light-gaming .base .sidebar_body {
  /*border-top: 1px dashed var(--text-color);
  border-bottom: 1px dashed var(--text-color);*/
}
.theme--light-gaming .base .side_navlinks ul {
  display: grid;
  /*gap: 2rem;*/
}
.theme--light-gaming .base .side_navlinks li a {
  letter-spacing: 1px;
  opacity: 0.8;
}
.theme--light-gaming .base .side_navlinks a:hover {
  opacity: 1;
}
.theme--light-gaming .base .sidebar_toggler {
  /*position: fixed;*/
  position: relative;
  /*top: 4vh;
    right: 3vw;*/
  /*width: 1.75rem;*/
  height: 1.3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
  overflow: hidden;
}
.theme--light-gaming .base .sidebar_toggler span {
  background-color: #ddd;
  width: 100%;
  height: 2.4px;
  transition: all 0.3s ease;
  pointer-events: none;
  /* so that it doesn't overlap the sidebar_toggler */
}
.theme--light-gaming .base #sidebar.show + .sidebar_toggler {
  justify-content: center;
}
.theme--light-gaming .base #sidebar.show + .sidebar_toggler span {
  margin-top: -1.2px;
  margin-bottom: -1.2px;
}
.theme--light-gaming .base #sidebar.show + .sidebar_toggler span:first-child {
  transform: rotate(45deg);
}
.theme--light-gaming .base #sidebar.show + .sidebar_toggler span:nth-child(2) {
  opacity: 0;
  transform: translateX(-100%);
}
.theme--light-gaming .base #sidebar.show + .sidebar_toggler span:last-child {
  transform: rotate(-45deg);
}
.theme--light-gaming .base .mobile-menu-bar {
  background-color: #ffffff;
}
.theme--light-rtv-agd .base {
  color: #232323;
  background-color: #ffffff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-family: "Poppins", sans-serif;
  /*--====== Global Variables ======--*/
  /*--====== Sidebar ======--*/
  /* when the sidebar has 'show' class */
  /*---- Sidebar-Toggler ----*/
  /* if the sidebar has 'show' class then their adjacent-sibling (i.e., sidebar_toggler) will... */
  /*.banner-full-width {
          width: 1200px;
          background-color: #161616;
          /*margin-bottom: 64px;* /
      }*/
}
.theme--light-rtv-agd .base .icon-color {
  color: #CD0504;
}
.theme--light-rtv-agd .base .box:after {
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 88%, #ffffff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);*/
  /* IE6-9 */
  content: " ";
  display: block;
  height: 30px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
}
.theme--light-rtv-agd .base .full-cont {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 38px;
  width: 100%;
  background: #ffffff;
}
.theme--light-rtv-agd .base .full-cont #t_top {
  background-color: #ffffff;
}
.theme--light-rtv-agd .base .full-cont .nastepnyartykul {
  padding: 2.5rem;
  background: rgba(214, 216, 217, 0.4);
  font-weight: 700;
  color: #3C3C3C;
  font-size: 1.5625rem;
  display: block;
  text-align: center;
  position: relative;
  margin: 12px 0;
}
.theme--light-rtv-agd .base .nastepnyartykul {
  padding: 2.5rem;
  background: rgba(214, 216, 217, 0.4);
  font-weight: 700;
  color: #3C3C3C;
  font-size: 1.5625rem;
  display: block;
  text-align: center;
  position: relative;
  margin: 12px 0;
}
.theme--light-rtv-agd .base .widget-title {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  align-content: flex-start;
  justify-content: flex-start;
  gap: 10px;
}
.theme--light-rtv-agd .base .widget-title i {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 20px;
  flex-direction: row;
  align-items: flex-end;
}
.theme--light-rtv-agd .base .widget-title i::before {
  display: flex;
  align-items: flex-end;
}
.theme--light-rtv-agd .base .widget-title .color-red {
  color: #CD0504;
}
.theme--light-rtv-agd .base .widget-title .color-accent {
  color: #570ab9;
}
.theme--light-rtv-agd .base .widget-title h2, .theme--light-rtv-agd .base .widget-title h4 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0.01em;
  margin-bottom: 0;
  color: #232323;
}
@media screen and (max-width: 900px) {
  .theme--light-rtv-agd .base .widget-title h2, .theme--light-rtv-agd .base .widget-title h4 {
    font-size: 1.286rem;
    line-height: 2.125rem;
  }
}
.theme--light-rtv-agd .base .widget-title p {
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.01em;
  color: #232323;
}
.theme--light-rtv-agd .base .widget-title .see_all {
  margin-right: 0;
  margin-left: auto;
  align-self: center;
  color: #676767;
}
.theme--light-rtv-agd .base .widget-title .see_all a {
  color: #676767;
  font-size: 14px;
}
.theme--light-rtv-agd .base .middle-widget-title h3, .theme--light-rtv-agd .base .middle-widget-title h4 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 2.125rem;
  letter-spacing: 0.01em;
  margin-bottom: 0;
  color: #232323;
}
.theme--light-rtv-agd .base .middle-widget-title p {
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.01em;
  color: #232323;
}
.theme--light-rtv-agd .base .middle-widget-title .see_all {
  margin-right: 0;
  margin-left: auto;
  align-self: flex-end;
  color: #676767;
}
.theme--light-rtv-agd .base .middle-widget-title .see_all a {
  color: #676767;
  font-size: 14px;
}
.theme--light-rtv-agd .base nav {
  background-color: #ffffff;
}
.theme--light-rtv-agd .base nav.black-bg {
  background-color: #570ab9;
}
.theme--light-rtv-agd .base .menu,
.theme--light-rtv-agd .base .submenu,
.theme--light-rtv-agd .base .top-menu {
  /*width: $screen-lg;*/
  margin: 0 auto;
  padding: 0 15px;
  list-style-type: none;
  font-weight: 500;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  background-color: #ffffff;
  gap: 11px;
  flex-wrap: nowrap;
  background: none;
}
.theme--light-rtv-agd .base .menu li,
.theme--light-rtv-agd .base .submenu li,
.theme--light-rtv-agd .base .top-menu li {
  line-height: 20px;
  border-radius: 6px;
}
.theme--light-rtv-agd .base .menu li a,
.theme--light-rtv-agd .base .submenu li a,
.theme--light-rtv-agd .base .top-menu li a {
  color: #232323;
  text-decoration: none;
}
.theme--light-rtv-agd .base .menu .dropdown,
.theme--light-rtv-agd .base .submenu .dropdown,
.theme--light-rtv-agd .base .top-menu .dropdown {
  position: relative;
  display: inline-block;
}
.theme--light-rtv-agd .base .menu .dropdown .dropdown-menu,
.theme--light-rtv-agd .base .submenu .dropdown .dropdown-menu,
.theme--light-rtv-agd .base .top-menu .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  z-index: 100;
  background-color: #ffffff;
  padding: 10px;
  border: 1px solid #ccc;
}
.theme--light-rtv-agd .base .menu .dropdown .dropdown-menu li,
.theme--light-rtv-agd .base .submenu .dropdown .dropdown-menu li,
.theme--light-rtv-agd .base .top-menu .dropdown .dropdown-menu li {
  list-style: none;
  text-align: left;
  padding: 5px 10px;
  width: 300px;
}
.theme--light-rtv-agd .base .menu .dropdown .dropdown-menu li.parent,
.theme--light-rtv-agd .base .submenu .dropdown .dropdown-menu li.parent,
.theme--light-rtv-agd .base .top-menu .dropdown .dropdown-menu li.parent {
  border-bottom: 1px solid #F3F3F3;
  font-weight: 600;
}
.theme--light-rtv-agd .base .menu .dropdown:hover .dropdown-menu,
.theme--light-rtv-agd .base .submenu .dropdown:hover .dropdown-menu,
.theme--light-rtv-agd .base .top-menu .dropdown:hover .dropdown-menu {
  display: block;
}
.theme--light-rtv-agd .base .menu .item,
.theme--light-rtv-agd .base .submenu .item,
.theme--light-rtv-agd .base .top-menu .item {
  padding: 10px;
}
.theme--light-rtv-agd .base .menu .item .button,
.theme--light-rtv-agd .base .submenu .item .button,
.theme--light-rtv-agd .base .top-menu .item .button {
  padding: 9px 5px;
}
.theme--light-rtv-agd .base .menu {
  font-size: 15px;
  /*li:last-child {
    margin-left: auto;
  }*/
}
.theme--light-rtv-agd .base .top-menu {
  background-color: #570ab9;
  /*height: 56px;*/
  font-size: 14px;
  /*li:last-child {
    margin-left: auto;
  }*/
}
.theme--light-rtv-agd .base .top-menu .active {
  background: rgba(255, 255, 255, 0.15);
  font-weight: 600;
  font-size: 12px;
}
.theme--light-rtv-agd .base .top-menu li {
  background-color: #570ab9;
}
.theme--light-rtv-agd .base .top-menu li .active {
  background: rgba(255, 255, 255, 0.15);
}
.theme--light-rtv-agd .base .top-menu li a {
  color: #D4D4D4;
}
.theme--light-rtv-agd .base .top-menu .item {
  color: #D4D4D4;
}
.theme--light-rtv-agd .base h4 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  /* identical to box height, or 142% */
  letter-spacing: 0.01em;
  /* Secondary/Darkest */
  color: #232323;
}
.theme--light-rtv-agd .base .menu_footer {
  display: flex;
  align-content: flex-end;
}
.theme--light-rtv-agd .base .menu_footer ul {
  display: flex;
  justify-content: flex-end;
}
.theme--light-rtv-agd .base .menu_footer ul li {
  list-style: none;
  margin: 0 16px;
}
.theme--light-rtv-agd .base .menu_footer ul li a {
  font-family: "Inter";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  /* identical to box height, or 133% */
  text-align: justify;
  letter-spacing: 0.01em;
  /* Secondary/Darker */
  color: #232323;
}
.theme--light-rtv-agd .base .title-area {
  padding-top: 5px;
  position: relative;
  /*h3 {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 600;
    font-size: 1rem;
    line-height: 2.125rem;

    letter-spacing: 0.01em;

    color: t($text);
    margin-bottom: 0px;
  }*/
}
.theme--light-rtv-agd .base .title-area h2, .theme--light-rtv-agd .base .title-area h3 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 2.125rem;
  /* or 142% */
  letter-spacing: 0.01em;
  /* Secondary/Darkest */
  color: #232323;
  margin-bottom: 0px;
}
@media screen and (max-width: 900px) {
  .theme--light-rtv-agd .base .title-area h2, .theme--light-rtv-agd .base .title-area h3 {
    font-size: 1.286rem;
    line-height: 1.5em;
  }
}
.theme--light-rtv-agd .base .title-area h7 {
  font-size: 12px;
  color: #676767;
}
.theme--light-rtv-agd .base .title-area .large-post-meta {
  gap: 10px;
}
.theme--light-rtv-agd .base .title-area .large-post-meta .avatar {
  height: 24px;
  width: 24px;
}
.theme--light-rtv-agd .base .title-area .large-post-meta .avatar img {
  height: 24px;
  width: 24px;
  border-radius: 12px;
}
.theme--light-rtv-agd .base .title-area .large-post-meta .author {
  font-family: "Poppins";
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 18px;
  color: #232323;
  letter-spacing: 0.02em;
}
.theme--light-rtv-agd .base .title-area .large-post-meta time {
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  /* identical to box height, or 133% */
  letter-spacing: 0.01em;
  /* Secondary/Dark */
  color: #676767;
}
.theme--light-rtv-agd .base .cover-card {
  width: 100%;
  /*height: 403px;*/
  border-radius: 6px;
  /*overflow: hidden;*/
}
.theme--light-rtv-agd .base .cover-card img {
  width: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 6px;
}
.theme--light-rtv-agd .base .cover-card .title-area {
  width: inherit;
}
.theme--light-rtv-agd .base .cover-card .title-area h7 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
  /* identical to box height */
  letter-spacing: 0.01em;
  /* Secondary/Dark */
  color: #676767;
  margin-bottom: 5px;
}
.theme--light-rtv-agd .base .cover-card .title-area h3 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0.01em;
  /* Secondary/Darkest */
  color: #232323;
}
@media screen and (max-width: 1199px) {
  .theme--light-rtv-agd .base .cover-card {
    width: 100%;
    border-radius: 6px;
    /*overflow: hidden;*/
  }
  .theme--light-rtv-agd .base .cover-card img {
    width: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 6px;
  }
}
.theme--light-rtv-agd .base .filtering-navbar ul li a {
  color: #939393;
}
.theme--light-rtv-agd .base .filtering-navbar ul li.active a {
  color: #570ab9;
}
.theme--light-rtv-agd .base .filtering-bg {
  background-color: #570ab9;
}
.theme--light-rtv-agd .base .border-color-accent {
  border-color: #570ab9 !important;
}
.theme--light-rtv-agd .base .bg-accent {
  background-color: #570ab9 !important;
}
.theme--light-rtv-agd .base .text-color {
  color: #232323 !important;
}
.theme--light-rtv-agd .base .feed-details .forum-title {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #232323;
  margin-bottom: 0;
}
.theme--light-rtv-agd .base .feed-details .forum-title a {
  color: #232323;
  font-weight: 700;
}
.theme--light-rtv-agd .base .feed-details .author {
  font-family: "Poppins";
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 12px;
  color: #232323;
  letter-spacing: 0.02em;
}
.theme--light-rtv-agd .base .activity-feed {
  width: 100%;
  border-radius: 6px;
  border: 1px solid #F3F3F3;
  padding: 20px;
}
.theme--light-rtv-agd .base .activity-feed .feed-item .feed-details .forum-title {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  color: #232323;
}
.theme--light-rtv-agd .base .activity-feed .feed-item .feed-details .forum-title a {
  color: #232323;
  font-weight: 700;
}
.theme--light-rtv-agd .base .activity-feed .feed-item .feed-details .author {
  font-family: "Poppins";
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 12px;
  color: #232323;
  letter-spacing: 0.02em;
}
.theme--light-rtv-agd .base footer {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
  margin-top: 60px;
  border-top: 0px;
  background-color: #ffffff;
  z-index: 1;
  /*max-width: 1200px;*/
  width: 100%;
  margin: auto;
  padding-top: 32px;
}
.theme--light-rtv-agd .base footer .footer_bottom {
  width: 100%;
}
.theme--light-rtv-agd .base footer .socials a {
  font-size: 1rem;
  color: #232323;
}
.theme--light-rtv-agd .base footer .socials a i {
  font-size: 1.5rem;
}
.theme--light-rtv-agd .base footer div h5 {
  font-family: "Poppins";
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0px;
}
.theme--light-rtv-agd .base footer div .box_news .footer_link {
  font-family: "Inter";
  list-style: none;
  font-size: 12px;
  color: #939393;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.01em;
}
.theme--light-rtv-agd .base footer div .box_news ul {
  padding-left: 0;
}
.theme--light-rtv-agd .base footer div .box_news ul li {
  font-family: "Inter";
  list-style: none;
  font-size: 12px;
}
.theme--light-rtv-agd .base footer div .box_news ul li a {
  color: #939393;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.01em;
}
.theme--light-rtv-agd .base footer .accordion {
  margin-top: 20px;
  width: 100%;
  border-radius: 6px;
  background-color: #ffffff;
  padding: 0 24px;
  border: none;
}
.theme--light-rtv-agd .base footer .accordion .accordion-item:not(:last-child) {
  border-bottom: 1px solid #F3F3F3 !important;
}
.theme--light-rtv-agd .base footer .accordion .accordion-item {
  padding: 16px 0;
  background-color: #ffffff;
}
.theme--light-rtv-agd .base footer .accordion .accordion-item path {
  fill: red;
}
.theme--light-rtv-agd .base footer .accordion .accordion-item .accordion-button::after {
  color: #fff;
  fill: red;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='7 7 10 10' preserveAspectRatio='x200Y200 meet' fill='%23bebebe'%3E%3Cpath d='M12 11.8284L9.17154 14.6569L7.75732 13.2426L12 9L16.2426 13.2426L14.8284 14.6569L12 11.8284Z'%3E%3C/path%3E%3C/svg%3E");
}
.theme--light-rtv-agd .base footer .accordion .accordion-item .accordion-button:not(.collapsed) {
  color: #232323;
  background-color: #ffffff;
  border-color: #ffffff;
}
.theme--light-rtv-agd .base footer .accordion .accordion-item .accordion-button {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #232323;
  background-color: #ffffff;
  border-radius: 6px;
  padding: 16px 0;
  border: none;
}
.theme--light-rtv-agd .base .post-vertical .cover-card {
  width: 100%;
  /*height: 403px;*/
  border-radius: 6px;
  /*overflow: hidden;*/
}
.theme--light-rtv-agd .base .post-vertical .cover-card img {
  width: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 6px;
}
.theme--light-rtv-agd .base .post-vertical .cover-card .title-area {
  width: inherit;
}
.theme--light-rtv-agd .base .post-vertical .cover-card .title-area h7 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
  /* identical to box height */
  letter-spacing: 0.01em;
  /* Secondary/Dark */
  color: #676767;
  margin-bottom: 5px;
}
.theme--light-rtv-agd .base .post-vertical .cover-card .title-area h3 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0.01em;
  /* Secondary/Darkest */
  color: #232323;
}
@media screen and (max-width: 1199px) {
  .theme--light-rtv-agd .base .post-vertical .cover-card {
    width: 100%;
    border-radius: 6px;
    /*overflow: hidden;*/
  }
  .theme--light-rtv-agd .base .post-vertical .cover-card img {
    width: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 6px;
  }
}
.theme--light-rtv-agd .base .post-vertical .vertical-post-meta .author-data {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding: 5px 0;
}
.theme--light-rtv-agd .base .post-vertical .vertical-post-meta .author-data .avatar {
  height: 24px;
  width: 24px;
}
.theme--light-rtv-agd .base .post-vertical .vertical-post-meta .author-data .avatar img {
  height: 24px;
  width: 24px;
  border-radius: 12px;
}
.theme--light-rtv-agd .base .post-vertical .vertical-post-meta .author-data .author-name {
  margin-left: 10px;
}
.theme--light-rtv-agd .base .post-vertical .vertical-post-meta .author-data .author-name .author {
  color: #232323;
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  /* identical to box height */
  letter-spacing: 0.01em;
  /* Secondary/Darkest */
}
.theme--light-rtv-agd .base .post-vertical .vertical-post-meta .author-data .author-name time {
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 12px;
  /* identical to box height, or 133% */
  letter-spacing: 0.02em;
  /* Secondary/Dark */
  color: #676767;
}
.theme--light-rtv-agd .base input:checked + .slider {
  background-color: #570ab9;
}
.theme--light-rtv-agd .base input:focus + .slider {
  box-shadow: 0 0 1px #570ab9;
}
.theme--light-rtv-agd .base .mini-widget .small-widget-title h5, .theme--light-rtv-agd .base .mini-widget .small-widget-title h4 {
  color: #232323;
}
.theme--light-rtv-agd .base .mini-widget .small-widget-title h5 a, .theme--light-rtv-agd .base .mini-widget .small-widget-title h4 a {
  /*font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;*/
  color: #232323;
}
.theme--light-rtv-agd .base .video-widget {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  padding-bottom: 64px;
}
.theme--light-rtv-agd .base .video-widget .widget-title {
  width: 100%;
}
.theme--light-rtv-agd .base .video-widget .widget-title h2, .theme--light-rtv-agd .base .video-widget .widget-title h4 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0.01em;
  color: #232323;
}
.theme--light-rtv-agd .base .video-widget .widget-body {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 24px;
}
.theme--light-rtv-agd .base .video-widget .widget-body .post-video-large {
  width: 100%;
  height: 332px;
  border-radius: 6px;
  overflow: hidden;
}
.theme--light-rtv-agd .base .video-widget .widget-body .post-video-large .post-media {
  width: 100%;
  height: 332px;
  border-radius: 6px;
}
.theme--light-rtv-agd .base .video-widget .widget-body .post-video-large .post-media .embed-responsive {
  height: 332px;
}
.theme--light-rtv-agd .base .video-widget .widget-body .post-video-large .post-media .embed-responsive img {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: 332px;
}
.theme--light-rtv-agd .base .video-widget .widget-body .post-video-large .post-media .video__youtube img {
  object-fit: cover;
  object-position: center;
}
.theme--light-rtv-agd .base .page-title-section {
  width: 100%;
  margin-top: 60px;
  margin-bottom: 60px;
}
.theme--light-rtv-agd .base .page-title-section .title-area {
  width: 100%;
}
.theme--light-rtv-agd .base .page-title-section .title-area h1 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 42px;
  /* identical to box height, or 131% */
  letter-spacing: 0.01em;
  color: #232323;
}
.theme--light-rtv-agd .base .page-title-section .title-description-area p {
  /* Body/Text/Regular/Regular */
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  /* or 157% */
  letter-spacing: 0.01em;
  /* Secondary/Dark */
  color: #676767;
}
.theme--light-rtv-agd .base .title-area-mobile {
  width: 100%;
}
.theme--light-rtv-agd .base .title-area-mobile h1 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  /* identical to box height, or 131% */
  letter-spacing: 0.01em;
  /* Secondary/Darkest */
  color: #232323;
}
.theme--light-rtv-agd .base .title-description-area-mobile p {
  /* Body/Text/Regular/Regular */
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  /* or 157% */
  letter-spacing: 0.01em;
  /* Secondary/Dark */
  color: #676767;
}
.theme--light-rtv-agd .base .accordion-button:not(.collapsed) {
  color: #232323;
  background-color: #ffffff;
  border-color: #ffffff;
}
.theme--light-rtv-agd .base .article p {
  font-family: "Inter", sans-serif;
}
.theme--light-rtv-agd .base .article .accordion-button:not(.collapsed) {
  color: #232323;
  background-color: #ffffff;
  border-color: #ffffff;
}
.theme--light-rtv-agd .base .article .colorfulcats {
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.theme--light-rtv-agd .base .article .colorfulcats a {
  text-decoration: none;
}
.theme--light-rtv-agd .base .article .colorfulcats .label-primary {
  background-color: #570ab9;
}
.theme--light-rtv-agd .base .article .colorfulcats a.cat-label {
  padding-left: 10px;
  padding-right: 10px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.theme--light-rtv-agd .base .article a {
  color: #CD0504;
  text-decoration: underline;
}
.theme--light-rtv-agd .base .article p {
  color: #232323;
  line-height: 1.625rem;
}
.theme--light-rtv-agd .base .article .authorbox a {
  color: #232323;
  text-decoration: none;
}
.theme--light-rtv-agd .base .article h1 {
  font-family: Poppins;
  font-weight: 600;
  font-size: 2.3rem;
  margin-top: 3rem;
  line-height: 2.5rem;
  letter-spacing: 0.01em;
  color: #232323;
}
.theme--light-rtv-agd .base .article .mm-gallery .glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.theme--light-rtv-agd .base .article .mm-gallery .carousel {
  width: 100%;
  aspect-ratio: 16/9;
  margin: auto;
}
.theme--light-rtv-agd .base .article .mm-gallery .carousel .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.theme--light-rtv-agd .base .article .mm-gallery .carousel .glyphicon-chevron-left {
  width: 30px;
  height: 30px;
  margin-top: -10px;
  font-size: 30px;
}
.theme--light-rtv-agd .base .article .mm-gallery .carousel .glyphicon-chevron-right {
  width: 30px;
  height: 30px;
  margin-top: -10px;
  font-size: 30px;
}
.theme--light-rtv-agd .base .article .mm-gallery .carousel .glyphicon-chevron-left:before {
  content: "\e079";
}
.theme--light-rtv-agd .base .article .mm-gallery .carousel .glyphicon-chevron-right:before {
  content: "\e080";
}
.theme--light-rtv-agd .base .article .mm-gallery .carousel ol.carousel-indicators {
  bottom: 0px;
}
.theme--light-rtv-agd .base .article .mm-gallery .carousel .carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
}
.theme--light-rtv-agd .base .article .mm-gallery .carousel .carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000", endColorstr="#00000000", GradientType=1);
}
.theme--light-rtv-agd .base .article .mm-gallery .carousel .carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#80000000", GradientType=1);
}
.theme--light-rtv-agd .base .article .post-info {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.theme--light-rtv-agd .base .article .post-info .article-post-meta {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
}
.theme--light-rtv-agd .base .article .post-info .article-post-meta .author-data {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding: 5px 0;
}
.theme--light-rtv-agd .base .article .post-info .article-post-meta .author-data .avatar {
  height: 40px;
  width: 40px;
}
.theme--light-rtv-agd .base .article .post-info .article-post-meta .author-data .avatar img {
  height: 40px;
  width: 40px;
  border-radius: 20px;
}
.theme--light-rtv-agd .base .article .post-info .article-post-meta .author-data .author-name .author {
  margin-left: 14px;
  /* H6/Medium */
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  /* identical to box height, or 143% */
  letter-spacing: 0.01em;
  /* Secondary/Darkest */
  color: #232323;
}
.theme--light-rtv-agd .base .article .post-info .article-post-meta .author-data .author-name time {
  margin-left: 14px;
  /* H7 / Regular */
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 12px;
  /* identical to box height, or 133% */
  letter-spacing: 0.01em;
  /* Secondary/Light */
  color: #939393;
}
.theme--light-rtv-agd .base .article .post-info .post-sharing a {
  text-decoration: none;
}
.theme--light-rtv-agd .base .article .post-info .post-sharing .cm-button {
  padding: 14px 20px;
  /* Primary/Default */
  background: #CD0504;
  border-radius: 6px;
  /* H6/Semi */
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height, or 143% */
  letter-spacing: 0.01em;
  /* Neutral/White */
  color: #FFFFFF;
}
.theme--light-rtv-agd .base .article .post-info .post-sharing .fb-button {
  padding: 14px 20px;
  /* Primary/Default */
  background: #365396;
  border-radius: 6px;
  /* H6/Semi */
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height, or 143% */
  letter-spacing: 0.01em;
  /* Neutral/White */
  color: #FFFFFF;
}
.theme--light-rtv-agd .base .article .post-info .post-sharing .tw-button {
  padding: 14px 20px;
  /* Primary/Default */
  background: #00A8F0;
  border-radius: 6px;
  /* H6/Semi */
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height, or 143% */
  letter-spacing: 0.01em;
  /* Neutral/White */
  color: #FFFFFF;
}
.theme--light-rtv-agd .base .article .post-info .post-sharing ul.list-inline {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  list-style-type: none;
  gap: 8px;
}
.theme--light-rtv-agd .base .article .post-info .post-sharing ul.list-inline li .cm-button {
  padding: 14px 20px;
  /* Primary/Default */
  background: #CD0504;
  border-radius: 6px;
  /* H6/Semi */
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height, or 143% */
  letter-spacing: 0.01em;
  /* Neutral/White */
  color: #FFFFFF;
}
.theme--light-rtv-agd .base .article .post-info .post-sharing ul.list-inline li .fb-button {
  padding: 14px 20px;
  /* Primary/Default */
  background: #365396;
  border-radius: 6px;
  /* H6/Semi */
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height, or 143% */
  letter-spacing: 0.01em;
  /* Neutral/White */
  color: #FFFFFF;
}
.theme--light-rtv-agd .base .article .post-info .post-sharing ul.list-inline li .tw-button {
  padding: 14px 20px;
  /* Primary/Default */
  background: #00A8F0;
  border-radius: 6px;
  /* H6/Semi */
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height, or 143% */
  letter-spacing: 0.01em;
  /* Neutral/White */
  color: #FFFFFF;
}
.theme--light-rtv-agd .base .article .post-info .row {
  width: 100%;
}
.theme--light-rtv-agd .base .article .title-area {
  width: 100%;
}
.theme--light-rtv-agd .base .article .columns {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  gap: 64px;
}
.theme--light-rtv-agd .base .article .columns .left-col .post-media {
  width: 792px;
  margin-bottom: 48px;
  border-radius: 6px;
}
.theme--light-rtv-agd .base .article .columns .left-col .post-media img {
  width: 792px;
  border-radius: 6px;
}
.theme--light-rtv-agd .base .article .columns .left-col .post-desc p {
  /* Body/Text/Large/Regular */
  text-align: justify;
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  /* or 162% */
  letter-spacing: 0.01em;
  /* Secondary/Darker */
  color: #3C3C3C;
  margin-bottom: 12px;
}
.theme--light-rtv-agd .base .article .columns .left-col .post-desc img {
  max-width: 792px;
}
.theme--light-rtv-agd .base .article .columns .left-col .post-desc ul {
  padding-inline-start: 40px;
  margin-bottom: 12px;
  /* Body/Text/Large/Regular */
  text-align: justify;
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  /* or 162% */
  letter-spacing: 0.01em;
  /* Secondary/Darker */
  color: #3C3C3C;
}
.theme--light-rtv-agd .base .article .columns .left-col .post-desc h3 {
  /* H3/Semi */
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  /* identical to box height, or 142% */
  letter-spacing: 0.01em;
}
.theme--light-rtv-agd .base .article .columns .left-col .post-desc .post-sharing {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 32px;
  margin-bottom: 32px;
}
.theme--light-rtv-agd .base .article .columns .left-col .post-desc .post-sharing a {
  text-decoration: none;
}
.theme--light-rtv-agd .base .article .columns .left-col .post-desc .post-sharing p {
  /* H6/Medium */
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height, or 143% */
  letter-spacing: 0.01em;
  /* Secondary/Darkest */
  color: #232323;
}
.theme--light-rtv-agd .base .article .columns .left-col .post-desc .post-sharing ul.list-inline {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  list-style-type: none;
  gap: 8px;
}
.theme--light-rtv-agd .base .article .columns .left-col .post-desc .post-sharing ul.list-inline li .cm-button {
  padding: 14px 20px;
  /* Primary/Default */
  background: #CD0504;
  border-radius: 6px;
  /* H6/Semi */
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height, or 143% */
  letter-spacing: 0.01em;
  /* Neutral/White */
  color: #FFFFFF;
}
.theme--light-rtv-agd .base .article .columns .left-col .post-desc .post-sharing ul.list-inline li .fb-button {
  padding: 14px 20px;
  /* Primary/Default */
  background: #365396;
  border-radius: 6px;
  /* H6/Semi */
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height, or 143% */
  letter-spacing: 0.01em;
  /* Neutral/White */
  color: #FFFFFF;
}
.theme--light-rtv-agd .base .article .columns .left-col .post-desc .post-sharing ul.list-inline li .tw-button {
  padding: 14px 20px;
  /* Primary/Default */
  background: #00A8F0;
  border-radius: 6px;
  /* H6/Semi */
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height, or 143% */
  letter-spacing: 0.01em;
  /* Neutral/White */
  color: #FFFFFF;
}
.theme--light-rtv-agd .base .article .columns .left-col .post-desc .post-bottom .tags {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 5px;
}
.theme--light-rtv-agd .base .article .columns .left-col .post-desc .post-bottom .tags a {
  padding: 8px 9px 8px 10px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)), #262626;
  border-radius: 6px;
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 10px;
  line-height: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* identical to box height, or 160% */
  letter-spacing: 0.02em;
  /* Neutral/White */
  color: #FFFFFF;
}
.theme--light-rtv-agd .base .article .columns .left-col .post-desc .comments-widget {
  width: 100%;
}
.theme--light-rtv-agd .base .article .columns .left-col .post-desc .separator {
  width: 100%;
  margin: 32px 0;
}
.theme--light-rtv-agd .base .article .columns .right-col {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  width: 336px;
}
.theme--light-rtv-agd .base .article .columns .right-col .widget .widget-title {
  margin-bottom: 24px;
}
.theme--light-rtv-agd .base .article .columns .right-col .widget .widget-title h4 {
  font-size: 16px;
  line-height: 24px;
}
.theme--light-rtv-agd .base .article .columns .right-col .widget .widget-title p {
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.01em;
  color: #3C3C3C;
}
.theme--light-rtv-agd .base .article .fb-button {
  padding: 14px 20px;
  /* Primary/Default */
  background: #365396;
  border-radius: 6px;
  /* H6/Semi */
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height, or 143% */
  letter-spacing: 0.01em;
  /* Neutral/White */
  color: #FFFFFF;
}
.theme--light-rtv-agd .base .article .post-bottom .tags {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 5px;
}
.theme--light-rtv-agd .base .article .post-bottom .tags a {
  padding: 8px 9px 8px 10px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)), #262626;
  border-radius: 6px;
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 10px;
  line-height: 16px;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* identical to box height, or 160% */
  letter-spacing: 0.02em;
  /* Neutral/White */
  color: #FFFFFF;
}
.theme--light-rtv-agd .base .article .cm-button {
  text-decoration: none;
  padding: 14px 20px;
  /* Primary/Default */
  background: #CD0504;
  border-radius: 6px;
  /* H6/Semi */
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height, or 143% */
  letter-spacing: 0.01em;
  /* Neutral/White */
  color: #FFFFFF;
}
.theme--light-rtv-agd .base .article .tw-button {
  text-decoration: none;
  padding: 14px 20px;
  /* Primary/Default */
  background: #00A8F0;
  border-radius: 6px;
  /* H6/Semi */
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height, or 143% */
  letter-spacing: 0.01em;
  /* Neutral/White */
  color: #FFFFFF;
}
.theme--light-rtv-agd .base .article .post-sharing a {
  text-decoration: none;
}
.theme--light-rtv-agd .base .article .post-sharing p {
  font-family: Poppins;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1%;
}
.theme--light-rtv-agd .base .article img {
  object-fit: cover;
  max-width: 100%;
  max-height: 100%;
  height: auto;
}
.theme--light-rtv-agd .base .article blockquote {
  position: relative;
  padding: 10px 20px 10px 70px;
  margin: 0 0 20px;
  font-size: 1.4rem;
  font-weight: 600;
}
.theme--light-rtv-agd .base .article blockquote p {
  font-family: Poppins;
  line-height: 1.8;
}
.theme--light-rtv-agd .base .article blockquote:before {
  color: #ca0301;
  content: url("../img/double-quotes-l.svg");
  height: 50px;
  width: 50px;
  display: block;
  left: 0px;
  position: absolute;
  top: 0px;
}
@media screen and (max-width: 1200px) {
  .theme--light-rtv-agd .base .article {
    width: 100%;
  }
  .theme--light-rtv-agd .base .article .title-area {
    width: 100%;
  }
}
@media screen and (max-width: 992px) {
  .theme--light-rtv-agd .base .article {
    width: 100%;
  }
  .theme--light-rtv-agd .base .article h1 {
    font-size: 1.7rem;
  }
  .theme--light-rtv-agd .base .article .columns {
    flex-direction: column;
    gap: 32px;
  }
  .theme--light-rtv-agd .base .article .columns .left-col {
    width: 100%;
  }
  .theme--light-rtv-agd .base .article .columns .right-col {
    width: 100%;
  }
}
@media screen and (max-width: 800px) {
  .theme--light-rtv-agd .base .article {
    width: 100%;
  }
  .theme--light-rtv-agd .base .article .post-media img {
    height: 340px;
    width: auto;
    object-fit: cover;
    max-width: 100%;
    max-height: 100%;
    width: auto;
  }
}
@media screen and (min-width: 1200px) {
  .theme--light-rtv-agd .base .posts-col .large-widget {
    margin: 0;
    display: flex;
    flex-direction: row;
  }
  .theme--light-rtv-agd .base .posts-col .large-widget .post-media {
    width: 248px;
    height: 224px;
    border-radius: 6px;
  }
  .theme--light-rtv-agd .base .posts-col .large-widget .post-media .large-post-media-cover {
    width: 248px;
    height: 224px;
    border-radius: 6px;
    overflow: hidden;
  }
  .theme--light-rtv-agd .base .posts-col .large-widget .post-media .large-post-media-cover img {
    width: 248px;
    height: 224px;
    object-fit: cover;
    object-position: center;
    min-height: 100%;
    min-width: 100%;
  }
  .theme--light-rtv-agd .base .posts-col .large-widget .title-area {
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 10px;
  }
  .theme--light-rtv-agd .base .posts-col .large-widget .title-area .colorfulcats {
    display: flex;
    flex-direction: row;
    gap: 10px;
  }
  .theme--light-rtv-agd .base .posts-col .large-widget .title-area .colorfulcats .label-primary {
    background-color: #570ab9;
  }
  .theme--light-rtv-agd .base .posts-col .large-widget .title-area .colorfulcats a.cat-label {
    padding-left: 10px;
    padding-right: 10px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .theme--light-rtv-agd .base .posts-col .large-widget .title-area .large-post-meta {
    display: flex;
    flex-direction: row;
  }
  .theme--light-rtv-agd .base .posts-col .large-widget .title-area .large-post-meta .author {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .theme--light-rtv-agd .base .posts-col .large-widget .title-area .large-post-meta .author .author-data {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    color: #232323;
    letter-spacing: 0.02em;
  }
  .theme--light-rtv-agd .base .posts-col .large-widget .title-area .large-post-meta .author .author-data .avatar {
    height: 24px;
    width: 24px;
  }
  .theme--light-rtv-agd .base .posts-col .large-widget .title-area .large-post-meta .author .author-data .avatar img {
    height: 24px;
    width: 24px;
    border-radius: 12px;
  }
  .theme--light-rtv-agd .base .posts-col .large-widget .title-area .large-post-meta .author .author-data .author-name {
    margin-left: 10px;
    color: #232323;
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    /* identical to box height */
    letter-spacing: 0.02em;
    /* Secondary/Darkest */
  }
  .theme--light-rtv-agd .base .posts-col .large-widget .title-area .large-post-meta .post-time time {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.01em;
    color: #676767;
  }
}
@media screen and (max-width: 1199px) {
  .theme--light-rtv-agd .base .posts-col .large-widget {
    width: 100%;
    margin: 0;
    display: flex;
    flex-direction: row;
  }
  .theme--light-rtv-agd .base .posts-col .large-widget .post-media {
    border-radius: 6px;
    overflow: hidden;
  }
  .theme--light-rtv-agd .base .posts-col .large-widget .post-media img {
    object-fit: cover;
    object-position: center;
    min-height: 100%;
    min-width: 100%;
  }
  .theme--light-rtv-agd .base .posts-col .large-widget .title-area {
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 15px;
  }
  .theme--light-rtv-agd .base .posts-col .large-widget .title-area .colorfulcats {
    display: flex;
    flex-direction: row;
    gap: 10px;
  }
  .theme--light-rtv-agd .base .posts-col .large-widget .title-area .colorfulcats .label-primary {
    background-color: #570ab9;
  }
  .theme--light-rtv-agd .base .posts-col .large-widget .title-area .colorfulcats a.cat-label {
    padding-left: 10px;
    padding-right: 10px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .theme--light-rtv-agd .base .posts-col .large-widget .title-area .large-post-meta {
    display: flex;
    flex-direction: row;
  }
  .theme--light-rtv-agd .base .posts-col .large-widget .title-area .large-post-meta .author {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .theme--light-rtv-agd .base .posts-col .large-widget .title-area .large-post-meta .author .author-data {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    color: #232323;
    letter-spacing: 0.02em;
  }
  .theme--light-rtv-agd .base .posts-col .large-widget .title-area .large-post-meta .author .author-data .avatar {
    height: 24px;
    width: 24px;
  }
  .theme--light-rtv-agd .base .posts-col .large-widget .title-area .large-post-meta .author .author-data .avatar img {
    height: 24px;
    width: 24px;
    border-radius: 12px;
  }
  .theme--light-rtv-agd .base .posts-col .large-widget .title-area .large-post-meta .author .author-data .author-name {
    margin-left: 10px;
    color: #232323;
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    /* identical to box height */
    letter-spacing: 0.02em;
    /* Secondary/Darkest */
  }
  .theme--light-rtv-agd .base .posts-col .large-widget .title-area .large-post-meta .post-time time {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.01em;
    color: #676767;
  }
}
.theme--light-rtv-agd .base .pagination-main {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  width: 100%;
  /* Secondary/Extra Light */
  border: 1px solid;
  box-sizing: border-box;
  border-radius: 8px;
}
.theme--light-rtv-agd .base .pagination-main .accordion-item {
  border: 1px solid;
}
.theme--light-rtv-agd .base .pagination-main .pagination-main-heading {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  cursor: pointer;
  justify-content: space-between;
  /*i {
      height: 25px;
      width: 25px;
    }
  span {
      height: 25px;
      margin: 0 auto;
    }*/
}
.theme--light-rtv-agd .base .pagination-main .pagination-main-heading .accordion-button {
  font-size: 1rem;
  font-weight: 500;
}
.theme--light-rtv-agd .base .pagination-main .pagination-main-heading .accordion-button:not(.collapsed) {
  box-shadow: none;
}
.theme--light-rtv-agd .base .pagination-main .pagination-main-heading h5 {
  /* H5/Semi */
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  /* identical to box height */
  letter-spacing: 0.01em;
  /* Secondary/Darkest */
  color: #232323;
}
.theme--light-rtv-agd .base .pagination-main .accordion-body {
  padding: 0;
}
.theme--light-rtv-agd .base .pagination-main .pagination-main-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
}
.theme--light-rtv-agd .base .pagination-main .pagination-main-content .menu-list {
  padding: 15px 19px;
  /* H7 / Medium */
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  /* identical to box height */
  letter-spacing: 0.01em;
  /* Secondary/Dark */
  color: #676767;
  background: #ffffff;
}
.theme--light-rtv-agd .base .pagination-main .pagination-main-content .menu-list a {
  text-decoration: none;
  color: #939393;
}
.theme--light-rtv-agd .base .pagination-main .pagination-main-content .menu-list-active {
  /*height: 48px;*/
  padding: 15px 19px;
  border-left: 1px solid #CD0504;
  /* H7 / Medium */
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  /* identical to box height */
  letter-spacing: 0.01em;
}
.theme--light-rtv-agd .base .pagination-main .pagination-main-content .menu-list-active a {
  color: #CD0504;
  text-decoration: none;
}
.theme--light-rtv-agd .base .pagination-main .pagination-main-content .active {
  /*height: 48px;*/
  display: block;
  padding: 15px 19px;
  border-left: 1px solid #CD0504;
  /* H7 / Medium */
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  /* identical to box height */
  letter-spacing: 0.01em;
  color: #CD0504;
  text-decoration: none;
}
.theme--light-rtv-agd .base .pagination-bottom {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  width: 100%;
  /* Secondary/Extra Light */
  border: 1px solid #F3F3F3;
  box-sizing: border-box;
  border-radius: 6px;
  margin-bottom: 48px;
}
.theme--light-rtv-agd .base .pagination-bottom .pagination-bottom-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
}
.theme--light-rtv-agd .base .pagination-bottom .pagination-bottom-content .menu-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  height: 48px;
  /* H7 / Medium */
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  /* identical to box height */
  padding: 0 16px;
  letter-spacing: 0.01em;
  /* Secondary/Dark */
  color: #676767;
}
.theme--light-rtv-agd .base .pagination-bottom .pagination-bottom-content .menu-list a {
  text-decoration: none;
}
.theme--light-rtv-agd .base .pagination-bottom .pagination-bottom-content .menu-list i {
  font-size: 18px;
}
.theme--light-rtv-agd .base .pagination-bottom .pagination-bottom-content .menu-list a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding: 15px 19px;
  color: #939393;
}
.theme--light-rtv-agd .base .pagination-bottom .pagination-bottom-content .menu-list a.active {
  color: #CD0504;
}
.theme--light-rtv-agd .base .pagination-bottom .pagination-bottom-content .menu-list a i {
  font-size: 18px;
}
.theme--light-rtv-agd .base .pagination-bottom .pagination-bottom-content .menu-list-active {
  height: 48px;
  padding: 15px 19px;
  border-left: 1px solid #CD0504;
  /* H7 / Medium */
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  /* identical to box height */
  letter-spacing: 0.01em;
  color: #CD0504;
  background: rgba(205, 5, 4, 0.04);
}
.theme--light-rtv-agd .base .gallery-slider-mobile {
  height: 400px;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
}
.theme--light-rtv-agd .base .gallery-slider-mobile .gallery-slider-item {
  height: 400px;
  border-radius: 6px;
  position: relative;
  background-size: cover;
}
.theme--light-rtv-agd .base .gallery-slider-mobile .gallery-slider-item .slider-effects .badges .colorfulcats .label-primary {
  background-color: #570ab9;
}
.theme--light-rtv-agd .base .gallery-slider-mobile .gallery-slider-item .slider-effects .caption {
  position: absolute;
  left: 24px;
  bottom: 56px;
  z-index: 1;
}
.theme--light-rtv-agd .base .gallery-slider-mobile .gallery-slider-item .slider-effects .caption .feature {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 0;
  letter-spacing: 0.01em;
  color: #D4D4D4;
}
.theme--light-rtv-agd .base .gallery-slider-mobile .gallery-slider-item .slider-effects .caption h2, .theme--light-rtv-agd .base .gallery-slider-mobile .gallery-slider-item .slider-effects .caption h3 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 42px;
  letter-spacing: 0.01em;
  color: #FFFFFF;
}
.theme--light-rtv-agd .base .gallery-slider-mobile .gallery-slider-item .slider-effects::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 5px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 44.79%, rgba(0, 0, 0, 0.35) 63.54%, rgba(0, 0, 0, 0.75) 100%);
}
.theme--light-rtv-agd .base .gallery-slider-mobile .gallery-slider-item .slider-effects::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 5px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 44.79%, rgba(0, 0, 0, 0.35) 63.54%, rgba(0, 0, 0, 0.75) 100%);
}
.theme--light-rtv-agd .base .gallery-slider-mobile .gallery-slider-item img {
  object-fit: cover;
  object-position: center;
  min-height: 100%;
  min-width: 100%;
  border-radius: 6px;
}
.theme--light-rtv-agd .base .gallery-slider-mobile .gallery-slider-item .badges {
  position: absolute;
  right: 24px;
  top: 24px;
}
.theme--light-rtv-agd .base .gallery-slider-mobile .gallery-slider-item .meta {
  position: absolute;
  left: 24px;
  top: 24px;
}
.theme--light-rtv-agd .base .gallery-slider-mobile .gallery-slider-item .meta .vertical-post-meta .author-data {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding: 5px 0;
}
.theme--light-rtv-agd .base .gallery-slider-mobile .gallery-slider-item .meta .vertical-post-meta .author-data .avatar {
  height: 32px;
  width: 32px;
}
.theme--light-rtv-agd .base .gallery-slider-mobile .gallery-slider-item .meta .vertical-post-meta .author-data .avatar img {
  height: 32px;
  width: 32px;
  border-radius: 16px;
}
.theme--light-rtv-agd .base .gallery-slider-mobile .gallery-slider-item .meta .vertical-post-meta .author-data .author-name {
  margin-left: 10px;
}
.theme--light-rtv-agd .base .gallery-slider-mobile .gallery-slider-item .meta .vertical-post-meta .author-data .author-name .author {
  color: #FFFFFF;
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  /* identical to box height */
  letter-spacing: 0.01em;
  /* Secondary/Darkest */
  margin-bottom: 0px;
}
.theme--light-rtv-agd .base .gallery-slider-mobile .gallery-slider-item .meta .vertical-post-meta .author-data .author-name time {
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 12px;
  /* identical to box height, or 133% */
  letter-spacing: 0.02em;
  /* Secondary/Dark */
  color: #FFFFFF;
  margin-right: 8px;
}
.theme--light-rtv-agd .base .gallery-slider-large {
  width: 100%;
  height: 388px;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
}
.theme--light-rtv-agd .base .gallery-slider-large .gallery-slider-item {
  width: 100%;
  height: 388px;
  border-radius: 6px;
  position: relative;
  background-size: cover;
}
.theme--light-rtv-agd .base .gallery-slider-large .gallery-slider-item .slider-effects .badges .colorfulcats .label-primary {
  background-color: #570ab9;
}
.theme--light-rtv-agd .base .gallery-slider-large .gallery-slider-item .slider-effects .caption {
  position: absolute;
  left: 24px;
  bottom: 56px;
  z-index: 1;
}
.theme--light-rtv-agd .base .gallery-slider-large .gallery-slider-item .slider-effects .caption .feature {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 0;
  letter-spacing: 0.01em;
  color: #D4D4D4;
}
.theme--light-rtv-agd .base .gallery-slider-large .gallery-slider-item .slider-effects .caption h2, .theme--light-rtv-agd .base .gallery-slider-large .gallery-slider-item .slider-effects .caption h3 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 42px;
  letter-spacing: 0.01em;
  color: #FFFFFF;
}
.theme--light-rtv-agd .base .gallery-slider-large .gallery-slider-item .slider-effects::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 5px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 44.79%, rgba(0, 0, 0, 0.35) 63.54%, rgba(0, 0, 0, 0.75) 100%);
}
.theme--light-rtv-agd .base .gallery-slider-large .gallery-slider-item .slider-effects::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 5px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 44.79%, rgba(0, 0, 0, 0.35) 63.54%, rgba(0, 0, 0, 0.75) 100%);
}
.theme--light-rtv-agd .base .gallery-slider-large .gallery-slider-item img {
  object-fit: cover;
  object-position: center;
  min-height: 100%;
  min-width: 100%;
  border-radius: 6px;
}
.theme--light-rtv-agd .base .gallery-slider-large .gallery-slider-item .badges {
  position: absolute;
  right: 24px;
  top: 24px;
}
.theme--light-rtv-agd .base .gallery-slider-large .gallery-slider-item .meta {
  position: absolute;
  left: 24px;
  top: 24px;
}
.theme--light-rtv-agd .base .gallery-slider-large .gallery-slider-item .meta .vertical-post-meta .author-data {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding: 5px 0;
}
.theme--light-rtv-agd .base .gallery-slider-large .gallery-slider-item .meta .vertical-post-meta .author-data .avatar {
  height: 32px;
  width: 32px;
}
.theme--light-rtv-agd .base .gallery-slider-large .gallery-slider-item .meta .vertical-post-meta .author-data .avatar img {
  height: 32px;
  width: 32px;
  border-radius: 16px;
}
.theme--light-rtv-agd .base .gallery-slider-large .gallery-slider-item .meta .vertical-post-meta .author-data .author-name {
  margin-left: 10px;
}
.theme--light-rtv-agd .base .gallery-slider-large .gallery-slider-item .meta .vertical-post-meta .author-data .author-name .author {
  color: #FFFFFF;
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  /* identical to box height */
  letter-spacing: 0.01em;
  /* Secondary/Darkest */
  margin-bottom: 0px;
}
.theme--light-rtv-agd .base .gallery-slider-large .gallery-slider-item .meta .vertical-post-meta .author-data .author-name time {
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 12px;
  /* identical to box height, or 133% */
  letter-spacing: 0.02em;
  /* Secondary/Dark */
  color: #FFFFFF;
  margin-right: 8px;
}
.theme--light-rtv-agd .base .gallery-slider-small {
  width: 100%;
  height: 388px;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
}
.theme--light-rtv-agd .base .gallery-slider-small .gallery-slider-item {
  width: 100%;
  height: 388px;
  border-radius: 6px;
  position: relative;
  background-size: cover;
}
.theme--light-rtv-agd .base .gallery-slider-small .gallery-slider-item .slider-effects .badges .colorfulcats .label-primary {
  background-color: #570ab9;
}
.theme--light-rtv-agd .base .gallery-slider-small .gallery-slider-item .slider-effects .caption {
  position: absolute;
  left: 24px;
  bottom: 56px;
  z-index: 1;
}
.theme--light-rtv-agd .base .gallery-slider-small .gallery-slider-item .slider-effects .caption .feature {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.01em;
  color: #D4D4D4;
  margin-bottom: 0;
}
.theme--light-rtv-agd .base .gallery-slider-small .gallery-slider-item .slider-effects .caption h2, .theme--light-rtv-agd .base .gallery-slider-small .gallery-slider-item .slider-effects .caption h3 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 42px;
  letter-spacing: 0.01em;
  color: #FFFFFF;
}
.theme--light-rtv-agd .base .gallery-slider-small .gallery-slider-item .slider-effects::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 5px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 44.79%, rgba(0, 0, 0, 0.35) 63.54%, rgba(0, 0, 0, 0.75) 100%);
}
.theme--light-rtv-agd .base .gallery-slider-small .gallery-slider-item .slider-effects::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 5px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 44.79%, rgba(0, 0, 0, 0.35) 63.54%, rgba(0, 0, 0, 0.75) 100%);
}
.theme--light-rtv-agd .base .gallery-slider-small .gallery-slider-item img {
  object-fit: cover;
  object-position: center;
  min-height: 100%;
  min-width: 100%;
  border-radius: 6px;
}
.theme--light-rtv-agd .base .gallery-slider-small .gallery-slider-item .caption {
  position: absolute;
  left: 24px;
  bottom: 56px;
}
.theme--light-rtv-agd .base .gallery-slider-small .gallery-slider-item .caption .feature {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  /* identical to box height */
  letter-spacing: 0.01em;
  /* Secondary/Lightest */
  color: #D4D4D4;
}
.theme--light-rtv-agd .base .gallery-slider-small .gallery-slider-item .caption h2, .theme--light-rtv-agd .base .gallery-slider-small .gallery-slider-item .caption h3 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 42px;
  /* or 131% */
  letter-spacing: 0.01em;
  /* Neutral/White */
  color: #FFFFFF;
}
.theme--light-rtv-agd .base .gallery-slider-small .gallery-slider-item .badges {
  position: absolute;
  right: 24px;
  top: 24px;
}
.theme--light-rtv-agd .base .gallery-slider-small .gallery-slider-item .meta {
  position: absolute;
  left: 24px;
  top: 24px;
}
.theme--light-rtv-agd .base .gallery-slider-small .gallery-slider-item .meta .vertical-post-meta .author-data {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding: 5px 0;
}
.theme--light-rtv-agd .base .gallery-slider-small .gallery-slider-item .meta .vertical-post-meta .author-data .avatar {
  height: 32px;
  width: 32px;
}
.theme--light-rtv-agd .base .gallery-slider-small .gallery-slider-item .meta .vertical-post-meta .author-data .avatar img {
  height: 32px;
  width: 32px;
  border-radius: 16px;
}
.theme--light-rtv-agd .base .gallery-slider-small .gallery-slider-item .meta .vertical-post-meta .author-data .author-name {
  margin-left: 10px;
}
.theme--light-rtv-agd .base .gallery-slider-small .gallery-slider-item .meta .vertical-post-meta .author-data .author-name .author {
  color: #FFFFFF;
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  /* identical to box height */
  letter-spacing: 0.01em;
  /* Secondary/Darkest */
  margin-bottom: 0px;
}
.theme--light-rtv-agd .base .gallery-slider-small .gallery-slider-item .meta .vertical-post-meta .author-data .author-name time {
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 12px;
  /* identical to box height, or 133% */
  letter-spacing: 0.02em;
  /* Secondary/Dark */
  color: #FFFFFF;
  margin-right: 8px;
}
.theme--light-rtv-agd .base .top-left-tile {
  /*width: 290px;*/
  width: 100%;
  height: 324px;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
}
.theme--light-rtv-agd .base .top-left-tile .tile-item {
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  height: 324px;
  border-radius: 6px;
  position: relative;
  /*img {
    object-fit: cover;
    object-position: center;
    width: 290px;
    height: 324px;
    min-height: 100%;
    min-width: 100%;
    border-radius: 6px;
  }*/
}
.theme--light-rtv-agd .base .top-left-tile .tile-item .effects .badges .colorfulcats .label-primary {
  background-color: #570ab9;
}
.theme--light-rtv-agd .base .top-left-tile .tile-item .effects .caption {
  position: absolute;
  left: 24px;
  bottom: 20px;
  z-index: 1;
}
.theme--light-rtv-agd .base .top-left-tile .tile-item .effects .caption .feature {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.01em;
  color: #D4D4D4;
}
.theme--light-rtv-agd .base .top-left-tile .tile-item .effects .caption h2, .theme--light-rtv-agd .base .top-left-tile .tile-item .effects .caption h3 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 42px;
  letter-spacing: 0.01em;
  color: #FFFFFF;
}
.theme--light-rtv-agd .base .top-left-tile .tile-item .effects::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 5px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 44.79%, rgba(0, 0, 0, 0.35) 63.54%, rgba(0, 0, 0, 0.75) 100%);
}
.theme--light-rtv-agd .base .top-left-tile .tile-item .effects::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 5px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 44.79%, rgba(0, 0, 0, 0.35) 63.54%, rgba(0, 0, 0, 0.75) 100%);
}
.theme--light-rtv-agd .base .top-left-tile .tile-item .caption {
  position: absolute;
  left: 24px;
  /*.feature {
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.01em;
    color: #D4D4D4;
  }*/
}
.theme--light-rtv-agd .base .top-left-tile .tile-item .caption h2, .theme--light-rtv-agd .base .top-left-tile .tile-item .caption h3 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  /* or 131% */
  letter-spacing: 0.01em;
  /* Neutral/White */
  color: #FFFFFF;
}
.theme--light-rtv-agd .base .top-left-tile .tile-item .badges {
  position: absolute;
  right: 24px;
  top: 24px;
}
.theme--light-rtv-agd .base .top-left-tile .tile-item .meta {
  position: absolute;
  left: 24px;
  top: 24px;
}
.theme--light-rtv-agd .base .top-left-tile .tile-item .meta .vertical-post-meta .author-data {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding: 5px 0;
}
.theme--light-rtv-agd .base .top-left-tile .tile-item .meta .vertical-post-meta .author-data .avatar {
  height: 32px;
  width: 32px;
}
.theme--light-rtv-agd .base .top-left-tile .tile-item .meta .vertical-post-meta .author-data .avatar img {
  height: 32px;
  width: 32px;
  border-radius: 16px;
}
.theme--light-rtv-agd .base .top-left-tile .tile-item .meta .vertical-post-meta .author-data .author-name {
  margin-left: 10px;
}
.theme--light-rtv-agd .base .top-left-tile .tile-item .meta .vertical-post-meta .author-data .author-name .author {
  color: #FFFFFF;
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  /* identical to box height */
  letter-spacing: 0.01em;
  /* Secondary/Darkest */
  margin-bottom: 0px;
}
.theme--light-rtv-agd .base .top-left-tile .tile-item .meta .vertical-post-meta .author-data .author-name time {
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 12px;
  /* identical to box height, or 133% */
  letter-spacing: 0.02em;
  /* Secondary/Dark */
  color: #FFFFFF;
  margin-right: 8px;
}
.theme--light-rtv-agd .base .top-center-tile {
  width: 100%;
  height: 324px;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
}
.theme--light-rtv-agd .base .top-center-tile .tile-item {
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  height: 324px;
  border-radius: 6px;
  position: relative;
  padding: 20px;
}
.theme--light-rtv-agd .base .top-center-tile .tile-item .effects .badges .colorfulcats .label-primary {
  background-color: #570ab9;
}
.theme--light-rtv-agd .base .top-center-tile .tile-item .effects .caption {
  position: absolute;
  left: 24px;
  bottom: 20px;
  z-index: 1;
}
.theme--light-rtv-agd .base .top-center-tile .tile-item .effects .caption .feature {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.01em;
  margin-bottom: 0;
  color: #D4D4D4;
}
.theme--light-rtv-agd .base .top-center-tile .tile-item .effects .caption h2, .theme--light-rtv-agd .base .top-center-tile .tile-item .effects .caption h3 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 42px;
  /* or 131% */
  letter-spacing: 0.01em;
  /* Neutral/White */
  color: #FFFFFF;
}
.theme--light-rtv-agd .base .top-center-tile .tile-item .effects::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 5px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 44.79%, rgba(0, 0, 0, 0.35) 63.54%, rgba(0, 0, 0, 0.75) 100%);
}
.theme--light-rtv-agd .base .top-center-tile .tile-item .effects::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 5px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 44.79%, rgba(0, 0, 0, 0.35) 63.54%, rgba(0, 0, 0, 0.75) 100%);
}
.theme--light-rtv-agd .base .top-center-tile .tile-item img {
  object-fit: cover;
  object-position: center;
  width: 510px;
  height: 324px;
  min-height: 100%;
  min-width: 100%;
  border-radius: 6px;
}
.theme--light-rtv-agd .base .top-center-tile .tile-item .caption {
  position: absolute;
  left: 24px;
  bottom: 56px;
}
.theme--light-rtv-agd .base .top-center-tile .tile-item .caption .feature {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.01em;
  color: #D4D4D4;
}
.theme--light-rtv-agd .base .top-center-tile .tile-item .caption h2, .theme--light-rtv-agd .base .top-center-tile .tile-item .caption h3 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0.01em;
  color: #FFFFFF;
}
.theme--light-rtv-agd .base .top-center-tile .tile-item .badges {
  position: absolute;
  right: 24px;
  top: 24px;
}
.theme--light-rtv-agd .base .top-center-tile .tile-item .meta {
  position: absolute;
  left: 24px;
  top: 24px;
}
.theme--light-rtv-agd .base .top-center-tile .tile-item .meta .vertical-post-meta .author-data {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding: 5px 0;
}
.theme--light-rtv-agd .base .top-center-tile .tile-item .meta .vertical-post-meta .author-data .avatar {
  height: 32px;
  width: 32px;
}
.theme--light-rtv-agd .base .top-center-tile .tile-item .meta .vertical-post-meta .author-data .avatar img {
  height: 32px;
  width: 32px;
  border-radius: 16px;
}
.theme--light-rtv-agd .base .top-center-tile .tile-item .meta .vertical-post-meta .author-data .author-name {
  margin-left: 10px;
}
.theme--light-rtv-agd .base .top-center-tile .tile-item .meta .vertical-post-meta .author-data .author-name .author {
  color: #FFFFFF;
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  /* identical to box height */
  letter-spacing: 0.01em;
  /* Secondary/Darkest */
  margin-bottom: 0px;
}
.theme--light-rtv-agd .base .top-center-tile .tile-item .meta .vertical-post-meta .author-data .author-name time {
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 12px;
  /* identical to box height, or 133% */
  letter-spacing: 0.02em;
  /* Secondary/Dark */
  color: #FFFFFF;
  margin-right: 8px;
}
.theme--light-rtv-agd .base .top-right-tile {
  width: 100%;
  height: 324px;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
}
.theme--light-rtv-agd .base .top-right-tile .tile-item {
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  height: 324px;
  border-radius: 6px;
  position: relative;
  padding: 20px;
}
.theme--light-rtv-agd .base .top-right-tile .tile-item .effects .badges .colorfulcats .label-primary {
  background-color: #570ab9;
}
.theme--light-rtv-agd .base .top-right-tile .tile-item .effects .caption {
  position: absolute;
  left: 24px;
  bottom: 20px;
  z-index: 1;
}
.theme--light-rtv-agd .base .top-right-tile .tile-item .effects .caption .feature {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.01em;
  margin-bottom: 0;
  color: #D4D4D4;
}
.theme--light-rtv-agd .base .top-right-tile .tile-item .effects .caption h2, .theme--light-rtv-agd .base .top-right-tile .tile-item .effects .caption h3 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 42px;
  letter-spacing: 0.01em;
  color: #FFFFFF;
}
.theme--light-rtv-agd .base .top-right-tile .tile-item .effects::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 5px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 44.79%, rgba(0, 0, 0, 0.35) 63.54%, rgba(0, 0, 0, 0.75) 100%);
}
.theme--light-rtv-agd .base .top-right-tile .tile-item .effects::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 5px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 44.79%, rgba(0, 0, 0, 0.35) 63.54%, rgba(0, 0, 0, 0.75) 100%);
}
.theme--light-rtv-agd .base .top-right-tile .tile-item img {
  object-fit: cover;
  object-position: center;
  width: 368px;
  height: 324px;
  min-height: 100%;
  min-width: 100%;
  border-radius: 6px;
}
.theme--light-rtv-agd .base .top-right-tile .tile-item .caption {
  position: absolute;
  left: 24px;
}
.theme--light-rtv-agd .base .top-right-tile .tile-item .caption .feature {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.01em;
  color: #D4D4D4;
}
.theme--light-rtv-agd .base .top-right-tile .tile-item .caption h2, .theme--light-rtv-agd .base .top-right-tile .tile-item .caption h3 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0.01em;
  color: #FFFFFF;
}
.theme--light-rtv-agd .base .top-right-tile .tile-item .badges {
  position: absolute;
  right: 24px;
  top: 24px;
}
.theme--light-rtv-agd .base .top-right-tile .tile-item .meta {
  position: absolute;
  left: 24px;
  top: 24px;
}
.theme--light-rtv-agd .base .top-right-tile .tile-item .meta .vertical-post-meta .author-data {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding: 5px 0;
}
.theme--light-rtv-agd .base .top-right-tile .tile-item .meta .vertical-post-meta .author-data .avatar {
  height: 32px;
  width: 32px;
}
.theme--light-rtv-agd .base .top-right-tile .tile-item .meta .vertical-post-meta .author-data .avatar img {
  height: 32px;
  width: 32px;
  border-radius: 16px;
}
.theme--light-rtv-agd .base .top-right-tile .tile-item .meta .vertical-post-meta .author-data .author-name {
  margin-left: 10px;
}
.theme--light-rtv-agd .base .top-right-tile .tile-item .meta .vertical-post-meta .author-data .author-name .author {
  color: #FFFFFF;
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  /* identical to box height */
  letter-spacing: 0.01em;
  /* Secondary/Darkest */
  margin-bottom: 0px;
}
.theme--light-rtv-agd .base .top-right-tile .tile-item .meta .vertical-post-meta .author-data .author-name time {
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 12px;
  /* identical to box height, or 133% */
  letter-spacing: 0.02em;
  /* Secondary/Dark */
  color: #FFFFFF;
  margin-right: 8px;
}
.theme--light-rtv-agd .base .gray-section {
  background-color: #FAFAFA;
}
.theme--light-rtv-agd .base .right-column-widget {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.theme--light-rtv-agd .base .right-column-widget .mini-widget {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.theme--light-rtv-agd .base .right-column-widget .mini-widget .mini-widget-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
}
.theme--light-rtv-agd .base .right-column-widget .mini-widget .mini-widget-flex a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  gap: 15px;
}
.theme--light-rtv-agd .base .right-column-widget .mini-widget .mini-widget-flex a .miniature img {
  height: 80px;
  width: 80px;
}
.theme--light-rtv-agd .base .right-column-widget .mini-widget .mini-widget-flex a .text {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  padding: 8px 0;
}
.theme--light-rtv-agd .base .right-column-widget .mini-widget .mini-widget-flex a .text h4, .theme--light-rtv-agd .base .right-column-widget .mini-widget .mini-widget-flex a .text h5 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.01em;
  color: #232323;
  line-height: 120%;
}
.theme--light-rtv-agd .base .right-column-widget .mini-widget .mini-widget-flex a .text .date {
  font-size: 10px;
}
.theme--light-rtv-agd .base .mobile-banner-full-width {
  width: 100%;
  background-color: none;
}
.theme--light-rtv-agd .base .banner-full-width {
  width: 100%;
  background-color: none;
  /*margin-bottom: 64px;*/
}
@media screen and (min-width: 1200px) {
  .theme--light-rtv-agd .base .separator {
    width: 100%;
    height: 1px;
    background-color: #F3F3F3;
  }
}
@media screen and (max-width: 800px) {
  .theme--light-rtv-agd .base .separator {
    width: 100%;
    height: 1px;
    background-color: #F3F3F3;
  }
}
.theme--light-rtv-agd .base .banner-full-width-inv {
  width: 100%;
  background-color: none;
  height: 340px;
}
.theme--light-rtv-agd .base :root {
  --bg-color: #13131f;
  --bg-color-2: t($bg);
  --text-color: t(text-secondary-page-title);
  --accent-color: t(bg-accent);
}
.theme--light-rtv-agd .base #sidebar {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  padding: 2rem;
  background-color: #ffffff;
  box-shadow: 0 10px 20px -4px #000;
  overflow-x: hidden;
  overflow-y: auto;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-100%);
  transition: opacity 0.3s ease, visibility 0.2s ease, transform 0.3s ease;
}
.theme--light-rtv-agd .base #sidebar #aside_close {
  color: #232323;
}
.theme--light-rtv-agd .base #sidebar h5 {
  font-family: Poppins;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  color: #232323;
}
.theme--light-rtv-agd .base #sidebar h5 a {
  color: #232323;
}
.theme--light-rtv-agd .base #sidebar.show {
  pointer-events: all;
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.theme--light-rtv-agd .base .sidebar_content {
  padding: 2.8rem 0;
  pointer-events: none;
  /* so that the Sidebar does not get closed while clicking on sidebar_content */
}
.theme--light-rtv-agd .base .sidebar_content a {
  pointer-events: all;
  /* so that all the a inside sidebar_content are clickable */
}
.theme--light-rtv-agd .base .sidebar_body {
  /*border-top: 1px dashed var(--text-color);
  border-bottom: 1px dashed var(--text-color);*/
}
.theme--light-rtv-agd .base .side_navlinks ul {
  display: grid;
  /*gap: 2rem;*/
}
.theme--light-rtv-agd .base .side_navlinks li a {
  letter-spacing: 1px;
  opacity: 0.8;
}
.theme--light-rtv-agd .base .side_navlinks a:hover {
  opacity: 1;
}
.theme--light-rtv-agd .base .sidebar_toggler {
  /*position: fixed;*/
  position: relative;
  /*top: 4vh;
    right: 3vw;*/
  /*width: 1.75rem;*/
  height: 1.3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
  overflow: hidden;
}
.theme--light-rtv-agd .base .sidebar_toggler span {
  background-color: #ddd;
  width: 100%;
  height: 2.4px;
  transition: all 0.3s ease;
  pointer-events: none;
  /* so that it doesn't overlap the sidebar_toggler */
}
.theme--light-rtv-agd .base #sidebar.show + .sidebar_toggler {
  justify-content: center;
}
.theme--light-rtv-agd .base #sidebar.show + .sidebar_toggler span {
  margin-top: -1.2px;
  margin-bottom: -1.2px;
}
.theme--light-rtv-agd .base #sidebar.show + .sidebar_toggler span:first-child {
  transform: rotate(45deg);
}
.theme--light-rtv-agd .base #sidebar.show + .sidebar_toggler span:nth-child(2) {
  opacity: 0;
  transform: translateX(-100%);
}
.theme--light-rtv-agd .base #sidebar.show + .sidebar_toggler span:last-child {
  transform: rotate(-45deg);
}
.theme--light-rtv-agd .base .mobile-menu-bar {
  background-color: #ffffff;
}
.theme--light-biznes .base {
  color: #232323;
  background-color: #ffffff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-family: "Poppins", sans-serif;
  /*--====== Global Variables ======--*/
  /*--====== Sidebar ======--*/
  /* when the sidebar has 'show' class */
  /*---- Sidebar-Toggler ----*/
  /* if the sidebar has 'show' class then their adjacent-sibling (i.e., sidebar_toggler) will... */
  /*.banner-full-width {
          width: 1200px;
          background-color: #161616;
          /*margin-bottom: 64px;* /
      }*/
}
.theme--light-biznes .base .icon-color {
  color: #CD0504;
}
.theme--light-biznes .base .box:after {
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 88%, #ffffff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);*/
  /* IE6-9 */
  content: " ";
  display: block;
  height: 30px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
}
.theme--light-biznes .base .full-cont {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 38px;
  width: 100%;
  background: #ffffff;
}
.theme--light-biznes .base .full-cont #t_top {
  background-color: #ffffff;
}
.theme--light-biznes .base .full-cont .nastepnyartykul {
  padding: 2.5rem;
  background: rgba(214, 216, 217, 0.4);
  font-weight: 700;
  color: #3C3C3C;
  font-size: 1.5625rem;
  display: block;
  text-align: center;
  position: relative;
  margin: 12px 0;
}
.theme--light-biznes .base .nastepnyartykul {
  padding: 2.5rem;
  background: rgba(214, 216, 217, 0.4);
  font-weight: 700;
  color: #3C3C3C;
  font-size: 1.5625rem;
  display: block;
  text-align: center;
  position: relative;
  margin: 12px 0;
}
.theme--light-biznes .base .widget-title {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  align-content: flex-start;
  justify-content: flex-start;
  gap: 10px;
}
.theme--light-biznes .base .widget-title i {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 20px;
  flex-direction: row;
  align-items: flex-end;
}
.theme--light-biznes .base .widget-title i::before {
  display: flex;
  align-items: flex-end;
}
.theme--light-biznes .base .widget-title .color-red {
  color: #CD0504;
}
.theme--light-biznes .base .widget-title .color-accent {
  color: #b19243;
}
.theme--light-biznes .base .widget-title h2, .theme--light-biznes .base .widget-title h4 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0.01em;
  margin-bottom: 0;
  color: #232323;
}
@media screen and (max-width: 900px) {
  .theme--light-biznes .base .widget-title h2, .theme--light-biznes .base .widget-title h4 {
    font-size: 1.286rem;
    line-height: 2.125rem;
  }
}
.theme--light-biznes .base .widget-title p {
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.01em;
  color: #232323;
}
.theme--light-biznes .base .widget-title .see_all {
  margin-right: 0;
  margin-left: auto;
  align-self: center;
  color: #676767;
}
.theme--light-biznes .base .widget-title .see_all a {
  color: #676767;
  font-size: 14px;
}
.theme--light-biznes .base .middle-widget-title h3, .theme--light-biznes .base .middle-widget-title h4 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 2.125rem;
  letter-spacing: 0.01em;
  margin-bottom: 0;
  color: #232323;
}
.theme--light-biznes .base .middle-widget-title p {
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.01em;
  color: #232323;
}
.theme--light-biznes .base .middle-widget-title .see_all {
  margin-right: 0;
  margin-left: auto;
  align-self: flex-end;
  color: #676767;
}
.theme--light-biznes .base .middle-widget-title .see_all a {
  color: #676767;
  font-size: 14px;
}
.theme--light-biznes .base nav {
  background-color: #ffffff;
}
.theme--light-biznes .base nav.black-bg {
  background-color: #b19243;
}
.theme--light-biznes .base .menu,
.theme--light-biznes .base .submenu,
.theme--light-biznes .base .top-menu {
  /*width: $screen-lg;*/
  margin: 0 auto;
  padding: 0 15px;
  list-style-type: none;
  font-weight: 500;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  background-color: #ffffff;
  gap: 11px;
  flex-wrap: nowrap;
  background: none;
}
.theme--light-biznes .base .menu li,
.theme--light-biznes .base .submenu li,
.theme--light-biznes .base .top-menu li {
  line-height: 20px;
  border-radius: 6px;
}
.theme--light-biznes .base .menu li a,
.theme--light-biznes .base .submenu li a,
.theme--light-biznes .base .top-menu li a {
  color: #232323;
  text-decoration: none;
}
.theme--light-biznes .base .menu .dropdown,
.theme--light-biznes .base .submenu .dropdown,
.theme--light-biznes .base .top-menu .dropdown {
  position: relative;
  display: inline-block;
}
.theme--light-biznes .base .menu .dropdown .dropdown-menu,
.theme--light-biznes .base .submenu .dropdown .dropdown-menu,
.theme--light-biznes .base .top-menu .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  z-index: 100;
  background-color: #ffffff;
  padding: 10px;
  border: 1px solid #ccc;
}
.theme--light-biznes .base .menu .dropdown .dropdown-menu li,
.theme--light-biznes .base .submenu .dropdown .dropdown-menu li,
.theme--light-biznes .base .top-menu .dropdown .dropdown-menu li {
  list-style: none;
  text-align: left;
  padding: 5px 10px;
  width: 300px;
}
.theme--light-biznes .base .menu .dropdown .dropdown-menu li.parent,
.theme--light-biznes .base .submenu .dropdown .dropdown-menu li.parent,
.theme--light-biznes .base .top-menu .dropdown .dropdown-menu li.parent {
  border-bottom: 1px solid #F3F3F3;
  font-weight: 600;
}
.theme--light-biznes .base .menu .dropdown:hover .dropdown-menu,
.theme--light-biznes .base .submenu .dropdown:hover .dropdown-menu,
.theme--light-biznes .base .top-menu .dropdown:hover .dropdown-menu {
  display: block;
}
.theme--light-biznes .base .menu .item,
.theme--light-biznes .base .submenu .item,
.theme--light-biznes .base .top-menu .item {
  padding: 10px;
}
.theme--light-biznes .base .menu .item .button,
.theme--light-biznes .base .submenu .item .button,
.theme--light-biznes .base .top-menu .item .button {
  padding: 9px 5px;
}
.theme--light-biznes .base .menu {
  font-size: 15px;
  /*li:last-child {
    margin-left: auto;
  }*/
}
.theme--light-biznes .base .top-menu {
  background-color: #b19243;
  /*height: 56px;*/
  font-size: 14px;
  /*li:last-child {
    margin-left: auto;
  }*/
}
.theme--light-biznes .base .top-menu .active {
  background: rgba(255, 255, 255, 0.15);
  font-weight: 600;
  font-size: 12px;
}
.theme--light-biznes .base .top-menu li {
  background-color: #b19243;
}
.theme--light-biznes .base .top-menu li .active {
  background: rgba(255, 255, 255, 0.15);
}
.theme--light-biznes .base .top-menu li a {
  color: #D4D4D4;
}
.theme--light-biznes .base .top-menu .item {
  color: #D4D4D4;
}
.theme--light-biznes .base h4 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  /* identical to box height, or 142% */
  letter-spacing: 0.01em;
  /* Secondary/Darkest */
  color: #232323;
}
.theme--light-biznes .base .menu_footer {
  display: flex;
  align-content: flex-end;
}
.theme--light-biznes .base .menu_footer ul {
  display: flex;
  justify-content: flex-end;
}
.theme--light-biznes .base .menu_footer ul li {
  list-style: none;
  margin: 0 16px;
}
.theme--light-biznes .base .menu_footer ul li a {
  font-family: "Inter";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  /* identical to box height, or 133% */
  text-align: justify;
  letter-spacing: 0.01em;
  /* Secondary/Darker */
  color: #232323;
}
.theme--light-biznes .base .title-area {
  padding-top: 5px;
  position: relative;
  /*h3 {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 600;
    font-size: 1rem;
    line-height: 2.125rem;

    letter-spacing: 0.01em;

    color: t($text);
    margin-bottom: 0px;
  }*/
}
.theme--light-biznes .base .title-area h2, .theme--light-biznes .base .title-area h3 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 2.125rem;
  /* or 142% */
  letter-spacing: 0.01em;
  /* Secondary/Darkest */
  color: #232323;
  margin-bottom: 0px;
}
@media screen and (max-width: 900px) {
  .theme--light-biznes .base .title-area h2, .theme--light-biznes .base .title-area h3 {
    font-size: 1.286rem;
    line-height: 1.5em;
  }
}
.theme--light-biznes .base .title-area h7 {
  font-size: 12px;
  color: #676767;
}
.theme--light-biznes .base .title-area .large-post-meta {
  gap: 10px;
}
.theme--light-biznes .base .title-area .large-post-meta .avatar {
  height: 24px;
  width: 24px;
}
.theme--light-biznes .base .title-area .large-post-meta .avatar img {
  height: 24px;
  width: 24px;
  border-radius: 12px;
}
.theme--light-biznes .base .title-area .large-post-meta .author {
  font-family: "Poppins";
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 18px;
  color: #232323;
  letter-spacing: 0.02em;
}
.theme--light-biznes .base .title-area .large-post-meta time {
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  /* identical to box height, or 133% */
  letter-spacing: 0.01em;
  /* Secondary/Dark */
  color: #676767;
}
.theme--light-biznes .base .cover-card {
  width: 100%;
  /*height: 403px;*/
  border-radius: 6px;
  /*overflow: hidden;*/
}
.theme--light-biznes .base .cover-card img {
  width: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 6px;
}
.theme--light-biznes .base .cover-card .title-area {
  width: inherit;
}
.theme--light-biznes .base .cover-card .title-area h7 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
  /* identical to box height */
  letter-spacing: 0.01em;
  /* Secondary/Dark */
  color: #676767;
  margin-bottom: 5px;
}
.theme--light-biznes .base .cover-card .title-area h3 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0.01em;
  /* Secondary/Darkest */
  color: #232323;
}
@media screen and (max-width: 1199px) {
  .theme--light-biznes .base .cover-card {
    width: 100%;
    border-radius: 6px;
    /*overflow: hidden;*/
  }
  .theme--light-biznes .base .cover-card img {
    width: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 6px;
  }
}
.theme--light-biznes .base .filtering-navbar ul li a {
  color: #939393;
}
.theme--light-biznes .base .filtering-navbar ul li.active a {
  color: #b19243;
}
.theme--light-biznes .base .filtering-bg {
  background-color: #b19243;
}
.theme--light-biznes .base .border-color-accent {
  border-color: #b19243 !important;
}
.theme--light-biznes .base .bg-accent {
  background-color: #b19243 !important;
}
.theme--light-biznes .base .text-color {
  color: #232323 !important;
}
.theme--light-biznes .base .feed-details .forum-title {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #232323;
  margin-bottom: 0;
}
.theme--light-biznes .base .feed-details .forum-title a {
  color: #232323;
  font-weight: 700;
}
.theme--light-biznes .base .feed-details .author {
  font-family: "Poppins";
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 12px;
  color: #232323;
  letter-spacing: 0.02em;
}
.theme--light-biznes .base .activity-feed {
  width: 100%;
  border-radius: 6px;
  border: 1px solid #F3F3F3;
  padding: 20px;
}
.theme--light-biznes .base .activity-feed .feed-item .feed-details .forum-title {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  color: #232323;
}
.theme--light-biznes .base .activity-feed .feed-item .feed-details .forum-title a {
  color: #232323;
  font-weight: 700;
}
.theme--light-biznes .base .activity-feed .feed-item .feed-details .author {
  font-family: "Poppins";
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 12px;
  color: #232323;
  letter-spacing: 0.02em;
}
.theme--light-biznes .base footer {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
  margin-top: 60px;
  border-top: 0px;
  background-color: #ffffff;
  z-index: 1;
  /*max-width: 1200px;*/
  width: 100%;
  margin: auto;
  padding-top: 32px;
}
.theme--light-biznes .base footer .footer_bottom {
  width: 100%;
}
.theme--light-biznes .base footer .socials a {
  font-size: 1rem;
  color: #232323;
}
.theme--light-biznes .base footer .socials a i {
  font-size: 1.5rem;
}
.theme--light-biznes .base footer div h5 {
  font-family: "Poppins";
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0px;
}
.theme--light-biznes .base footer div .box_news .footer_link {
  font-family: "Inter";
  list-style: none;
  font-size: 12px;
  color: #939393;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.01em;
}
.theme--light-biznes .base footer div .box_news ul {
  padding-left: 0;
}
.theme--light-biznes .base footer div .box_news ul li {
  font-family: "Inter";
  list-style: none;
  font-size: 12px;
}
.theme--light-biznes .base footer div .box_news ul li a {
  color: #939393;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.01em;
}
.theme--light-biznes .base footer .accordion {
  margin-top: 20px;
  width: 100%;
  border-radius: 6px;
  background-color: #ffffff;
  padding: 0 24px;
  border: none;
}
.theme--light-biznes .base footer .accordion .accordion-item:not(:last-child) {
  border-bottom: 1px solid #F3F3F3 !important;
}
.theme--light-biznes .base footer .accordion .accordion-item {
  padding: 16px 0;
  background-color: #ffffff;
}
.theme--light-biznes .base footer .accordion .accordion-item path {
  fill: red;
}
.theme--light-biznes .base footer .accordion .accordion-item .accordion-button::after {
  color: #fff;
  fill: red;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='7 7 10 10' preserveAspectRatio='x200Y200 meet' fill='%23bebebe'%3E%3Cpath d='M12 11.8284L9.17154 14.6569L7.75732 13.2426L12 9L16.2426 13.2426L14.8284 14.6569L12 11.8284Z'%3E%3C/path%3E%3C/svg%3E");
}
.theme--light-biznes .base footer .accordion .accordion-item .accordion-button:not(.collapsed) {
  color: #232323;
  background-color: #ffffff;
  border-color: #ffffff;
}
.theme--light-biznes .base footer .accordion .accordion-item .accordion-button {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #232323;
  background-color: #ffffff;
  border-radius: 6px;
  padding: 16px 0;
  border: none;
}
.theme--light-biznes .base .post-vertical .cover-card {
  width: 100%;
  /*height: 403px;*/
  border-radius: 6px;
  /*overflow: hidden;*/
}
.theme--light-biznes .base .post-vertical .cover-card img {
  width: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 6px;
}
.theme--light-biznes .base .post-vertical .cover-card .title-area {
  width: inherit;
}
.theme--light-biznes .base .post-vertical .cover-card .title-area h7 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
  /* identical to box height */
  letter-spacing: 0.01em;
  /* Secondary/Dark */
  color: #676767;
  margin-bottom: 5px;
}
.theme--light-biznes .base .post-vertical .cover-card .title-area h3 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0.01em;
  /* Secondary/Darkest */
  color: #232323;
}
@media screen and (max-width: 1199px) {
  .theme--light-biznes .base .post-vertical .cover-card {
    width: 100%;
    border-radius: 6px;
    /*overflow: hidden;*/
  }
  .theme--light-biznes .base .post-vertical .cover-card img {
    width: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 6px;
  }
}
.theme--light-biznes .base .post-vertical .vertical-post-meta .author-data {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding: 5px 0;
}
.theme--light-biznes .base .post-vertical .vertical-post-meta .author-data .avatar {
  height: 24px;
  width: 24px;
}
.theme--light-biznes .base .post-vertical .vertical-post-meta .author-data .avatar img {
  height: 24px;
  width: 24px;
  border-radius: 12px;
}
.theme--light-biznes .base .post-vertical .vertical-post-meta .author-data .author-name {
  margin-left: 10px;
}
.theme--light-biznes .base .post-vertical .vertical-post-meta .author-data .author-name .author {
  color: #232323;
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  /* identical to box height */
  letter-spacing: 0.01em;
  /* Secondary/Darkest */
}
.theme--light-biznes .base .post-vertical .vertical-post-meta .author-data .author-name time {
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 12px;
  /* identical to box height, or 133% */
  letter-spacing: 0.02em;
  /* Secondary/Dark */
  color: #676767;
}
.theme--light-biznes .base input:checked + .slider {
  background-color: #b19243;
}
.theme--light-biznes .base input:focus + .slider {
  box-shadow: 0 0 1px #b19243;
}
.theme--light-biznes .base .mini-widget .small-widget-title h5, .theme--light-biznes .base .mini-widget .small-widget-title h4 {
  color: #232323;
}
.theme--light-biznes .base .mini-widget .small-widget-title h5 a, .theme--light-biznes .base .mini-widget .small-widget-title h4 a {
  /*font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;*/
  color: #232323;
}
.theme--light-biznes .base .video-widget {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  padding-bottom: 64px;
}
.theme--light-biznes .base .video-widget .widget-title {
  width: 100%;
}
.theme--light-biznes .base .video-widget .widget-title h2, .theme--light-biznes .base .video-widget .widget-title h4 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0.01em;
  color: #232323;
}
.theme--light-biznes .base .video-widget .widget-body {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 24px;
}
.theme--light-biznes .base .video-widget .widget-body .post-video-large {
  width: 100%;
  height: 332px;
  border-radius: 6px;
  overflow: hidden;
}
.theme--light-biznes .base .video-widget .widget-body .post-video-large .post-media {
  width: 100%;
  height: 332px;
  border-radius: 6px;
}
.theme--light-biznes .base .video-widget .widget-body .post-video-large .post-media .embed-responsive {
  height: 332px;
}
.theme--light-biznes .base .video-widget .widget-body .post-video-large .post-media .embed-responsive img {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: 332px;
}
.theme--light-biznes .base .video-widget .widget-body .post-video-large .post-media .video__youtube img {
  object-fit: cover;
  object-position: center;
}
.theme--light-biznes .base .page-title-section {
  width: 100%;
  margin-top: 60px;
  margin-bottom: 60px;
}
.theme--light-biznes .base .page-title-section .title-area {
  width: 100%;
}
.theme--light-biznes .base .page-title-section .title-area h1 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 42px;
  /* identical to box height, or 131% */
  letter-spacing: 0.01em;
  color: #232323;
}
.theme--light-biznes .base .page-title-section .title-description-area p {
  /* Body/Text/Regular/Regular */
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  /* or 157% */
  letter-spacing: 0.01em;
  /* Secondary/Dark */
  color: #676767;
}
.theme--light-biznes .base .title-area-mobile {
  width: 100%;
}
.theme--light-biznes .base .title-area-mobile h1 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  /* identical to box height, or 131% */
  letter-spacing: 0.01em;
  /* Secondary/Darkest */
  color: #232323;
}
.theme--light-biznes .base .title-description-area-mobile p {
  /* Body/Text/Regular/Regular */
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  /* or 157% */
  letter-spacing: 0.01em;
  /* Secondary/Dark */
  color: #676767;
}
.theme--light-biznes .base .accordion-button:not(.collapsed) {
  color: #232323;
  background-color: #ffffff;
  border-color: #ffffff;
}
.theme--light-biznes .base .article p {
  font-family: "Inter", sans-serif;
}
.theme--light-biznes .base .article .accordion-button:not(.collapsed) {
  color: #232323;
  background-color: #ffffff;
  border-color: #ffffff;
}
.theme--light-biznes .base .article .colorfulcats {
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.theme--light-biznes .base .article .colorfulcats a {
  text-decoration: none;
}
.theme--light-biznes .base .article .colorfulcats .label-primary {
  background-color: #b19243;
}
.theme--light-biznes .base .article .colorfulcats a.cat-label {
  padding-left: 10px;
  padding-right: 10px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.theme--light-biznes .base .article a {
  color: #CD0504;
  text-decoration: underline;
}
.theme--light-biznes .base .article p {
  color: #232323;
  line-height: 1.625rem;
}
.theme--light-biznes .base .article .authorbox a {
  color: #232323;
  text-decoration: none;
}
.theme--light-biznes .base .article h1 {
  font-family: Poppins;
  font-weight: 600;
  font-size: 2.3rem;
  margin-top: 3rem;
  line-height: 2.5rem;
  letter-spacing: 0.01em;
  color: #232323;
}
.theme--light-biznes .base .article .mm-gallery .glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.theme--light-biznes .base .article .mm-gallery .carousel {
  width: 100%;
  aspect-ratio: 16/9;
  margin: auto;
}
.theme--light-biznes .base .article .mm-gallery .carousel .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.theme--light-biznes .base .article .mm-gallery .carousel .glyphicon-chevron-left {
  width: 30px;
  height: 30px;
  margin-top: -10px;
  font-size: 30px;
}
.theme--light-biznes .base .article .mm-gallery .carousel .glyphicon-chevron-right {
  width: 30px;
  height: 30px;
  margin-top: -10px;
  font-size: 30px;
}
.theme--light-biznes .base .article .mm-gallery .carousel .glyphicon-chevron-left:before {
  content: "\e079";
}
.theme--light-biznes .base .article .mm-gallery .carousel .glyphicon-chevron-right:before {
  content: "\e080";
}
.theme--light-biznes .base .article .mm-gallery .carousel ol.carousel-indicators {
  bottom: 0px;
}
.theme--light-biznes .base .article .mm-gallery .carousel .carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
}
.theme--light-biznes .base .article .mm-gallery .carousel .carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000", endColorstr="#00000000", GradientType=1);
}
.theme--light-biznes .base .article .mm-gallery .carousel .carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#80000000", GradientType=1);
}
.theme--light-biznes .base .article .post-info {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.theme--light-biznes .base .article .post-info .article-post-meta {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
}
.theme--light-biznes .base .article .post-info .article-post-meta .author-data {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding: 5px 0;
}
.theme--light-biznes .base .article .post-info .article-post-meta .author-data .avatar {
  height: 40px;
  width: 40px;
}
.theme--light-biznes .base .article .post-info .article-post-meta .author-data .avatar img {
  height: 40px;
  width: 40px;
  border-radius: 20px;
}
.theme--light-biznes .base .article .post-info .article-post-meta .author-data .author-name .author {
  margin-left: 14px;
  /* H6/Medium */
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  /* identical to box height, or 143% */
  letter-spacing: 0.01em;
  /* Secondary/Darkest */
  color: #232323;
}
.theme--light-biznes .base .article .post-info .article-post-meta .author-data .author-name time {
  margin-left: 14px;
  /* H7 / Regular */
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 12px;
  /* identical to box height, or 133% */
  letter-spacing: 0.01em;
  /* Secondary/Light */
  color: #939393;
}
.theme--light-biznes .base .article .post-info .post-sharing a {
  text-decoration: none;
}
.theme--light-biznes .base .article .post-info .post-sharing .cm-button {
  padding: 14px 20px;
  /* Primary/Default */
  background: #CD0504;
  border-radius: 6px;
  /* H6/Semi */
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height, or 143% */
  letter-spacing: 0.01em;
  /* Neutral/White */
  color: #FFFFFF;
}
.theme--light-biznes .base .article .post-info .post-sharing .fb-button {
  padding: 14px 20px;
  /* Primary/Default */
  background: #365396;
  border-radius: 6px;
  /* H6/Semi */
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height, or 143% */
  letter-spacing: 0.01em;
  /* Neutral/White */
  color: #FFFFFF;
}
.theme--light-biznes .base .article .post-info .post-sharing .tw-button {
  padding: 14px 20px;
  /* Primary/Default */
  background: #00A8F0;
  border-radius: 6px;
  /* H6/Semi */
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height, or 143% */
  letter-spacing: 0.01em;
  /* Neutral/White */
  color: #FFFFFF;
}
.theme--light-biznes .base .article .post-info .post-sharing ul.list-inline {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  list-style-type: none;
  gap: 8px;
}
.theme--light-biznes .base .article .post-info .post-sharing ul.list-inline li .cm-button {
  padding: 14px 20px;
  /* Primary/Default */
  background: #CD0504;
  border-radius: 6px;
  /* H6/Semi */
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height, or 143% */
  letter-spacing: 0.01em;
  /* Neutral/White */
  color: #FFFFFF;
}
.theme--light-biznes .base .article .post-info .post-sharing ul.list-inline li .fb-button {
  padding: 14px 20px;
  /* Primary/Default */
  background: #365396;
  border-radius: 6px;
  /* H6/Semi */
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height, or 143% */
  letter-spacing: 0.01em;
  /* Neutral/White */
  color: #FFFFFF;
}
.theme--light-biznes .base .article .post-info .post-sharing ul.list-inline li .tw-button {
  padding: 14px 20px;
  /* Primary/Default */
  background: #00A8F0;
  border-radius: 6px;
  /* H6/Semi */
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height, or 143% */
  letter-spacing: 0.01em;
  /* Neutral/White */
  color: #FFFFFF;
}
.theme--light-biznes .base .article .post-info .row {
  width: 100%;
}
.theme--light-biznes .base .article .title-area {
  width: 100%;
}
.theme--light-biznes .base .article .columns {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  gap: 64px;
}
.theme--light-biznes .base .article .columns .left-col .post-media {
  width: 792px;
  margin-bottom: 48px;
  border-radius: 6px;
}
.theme--light-biznes .base .article .columns .left-col .post-media img {
  width: 792px;
  border-radius: 6px;
}
.theme--light-biznes .base .article .columns .left-col .post-desc p {
  /* Body/Text/Large/Regular */
  text-align: justify;
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  /* or 162% */
  letter-spacing: 0.01em;
  /* Secondary/Darker */
  color: #3C3C3C;
  margin-bottom: 12px;
}
.theme--light-biznes .base .article .columns .left-col .post-desc img {
  max-width: 792px;
}
.theme--light-biznes .base .article .columns .left-col .post-desc ul {
  padding-inline-start: 40px;
  margin-bottom: 12px;
  /* Body/Text/Large/Regular */
  text-align: justify;
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  /* or 162% */
  letter-spacing: 0.01em;
  /* Secondary/Darker */
  color: #3C3C3C;
}
.theme--light-biznes .base .article .columns .left-col .post-desc h3 {
  /* H3/Semi */
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  /* identical to box height, or 142% */
  letter-spacing: 0.01em;
}
.theme--light-biznes .base .article .columns .left-col .post-desc .post-sharing {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 32px;
  margin-bottom: 32px;
}
.theme--light-biznes .base .article .columns .left-col .post-desc .post-sharing a {
  text-decoration: none;
}
.theme--light-biznes .base .article .columns .left-col .post-desc .post-sharing p {
  /* H6/Medium */
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height, or 143% */
  letter-spacing: 0.01em;
  /* Secondary/Darkest */
  color: #232323;
}
.theme--light-biznes .base .article .columns .left-col .post-desc .post-sharing ul.list-inline {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  list-style-type: none;
  gap: 8px;
}
.theme--light-biznes .base .article .columns .left-col .post-desc .post-sharing ul.list-inline li .cm-button {
  padding: 14px 20px;
  /* Primary/Default */
  background: #CD0504;
  border-radius: 6px;
  /* H6/Semi */
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height, or 143% */
  letter-spacing: 0.01em;
  /* Neutral/White */
  color: #FFFFFF;
}
.theme--light-biznes .base .article .columns .left-col .post-desc .post-sharing ul.list-inline li .fb-button {
  padding: 14px 20px;
  /* Primary/Default */
  background: #365396;
  border-radius: 6px;
  /* H6/Semi */
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height, or 143% */
  letter-spacing: 0.01em;
  /* Neutral/White */
  color: #FFFFFF;
}
.theme--light-biznes .base .article .columns .left-col .post-desc .post-sharing ul.list-inline li .tw-button {
  padding: 14px 20px;
  /* Primary/Default */
  background: #00A8F0;
  border-radius: 6px;
  /* H6/Semi */
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height, or 143% */
  letter-spacing: 0.01em;
  /* Neutral/White */
  color: #FFFFFF;
}
.theme--light-biznes .base .article .columns .left-col .post-desc .post-bottom .tags {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 5px;
}
.theme--light-biznes .base .article .columns .left-col .post-desc .post-bottom .tags a {
  padding: 8px 9px 8px 10px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)), #262626;
  border-radius: 6px;
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 10px;
  line-height: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* identical to box height, or 160% */
  letter-spacing: 0.02em;
  /* Neutral/White */
  color: #FFFFFF;
}
.theme--light-biznes .base .article .columns .left-col .post-desc .comments-widget {
  width: 100%;
}
.theme--light-biznes .base .article .columns .left-col .post-desc .separator {
  width: 100%;
  margin: 32px 0;
}
.theme--light-biznes .base .article .columns .right-col {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  width: 336px;
}
.theme--light-biznes .base .article .columns .right-col .widget .widget-title {
  margin-bottom: 24px;
}
.theme--light-biznes .base .article .columns .right-col .widget .widget-title h4 {
  font-size: 16px;
  line-height: 24px;
}
.theme--light-biznes .base .article .columns .right-col .widget .widget-title p {
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.01em;
  color: #3C3C3C;
}
.theme--light-biznes .base .article .fb-button {
  padding: 14px 20px;
  /* Primary/Default */
  background: #365396;
  border-radius: 6px;
  /* H6/Semi */
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height, or 143% */
  letter-spacing: 0.01em;
  /* Neutral/White */
  color: #FFFFFF;
}
.theme--light-biznes .base .article .post-bottom .tags {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 5px;
}
.theme--light-biznes .base .article .post-bottom .tags a {
  padding: 8px 9px 8px 10px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)), #262626;
  border-radius: 6px;
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 10px;
  line-height: 16px;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* identical to box height, or 160% */
  letter-spacing: 0.02em;
  /* Neutral/White */
  color: #FFFFFF;
}
.theme--light-biznes .base .article .cm-button {
  text-decoration: none;
  padding: 14px 20px;
  /* Primary/Default */
  background: #CD0504;
  border-radius: 6px;
  /* H6/Semi */
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height, or 143% */
  letter-spacing: 0.01em;
  /* Neutral/White */
  color: #FFFFFF;
}
.theme--light-biznes .base .article .tw-button {
  text-decoration: none;
  padding: 14px 20px;
  /* Primary/Default */
  background: #00A8F0;
  border-radius: 6px;
  /* H6/Semi */
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height, or 143% */
  letter-spacing: 0.01em;
  /* Neutral/White */
  color: #FFFFFF;
}
.theme--light-biznes .base .article .post-sharing a {
  text-decoration: none;
}
.theme--light-biznes .base .article .post-sharing p {
  font-family: Poppins;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1%;
}
.theme--light-biznes .base .article img {
  object-fit: cover;
  max-width: 100%;
  max-height: 100%;
  height: auto;
}
.theme--light-biznes .base .article blockquote {
  position: relative;
  padding: 10px 20px 10px 70px;
  margin: 0 0 20px;
  font-size: 1.4rem;
  font-weight: 600;
}
.theme--light-biznes .base .article blockquote p {
  font-family: Poppins;
  line-height: 1.8;
}
.theme--light-biznes .base .article blockquote:before {
  color: #ca0301;
  content: url("../img/double-quotes-l.svg");
  height: 50px;
  width: 50px;
  display: block;
  left: 0px;
  position: absolute;
  top: 0px;
}
@media screen and (max-width: 1200px) {
  .theme--light-biznes .base .article {
    width: 100%;
  }
  .theme--light-biznes .base .article .title-area {
    width: 100%;
  }
}
@media screen and (max-width: 992px) {
  .theme--light-biznes .base .article {
    width: 100%;
  }
  .theme--light-biznes .base .article h1 {
    font-size: 1.7rem;
  }
  .theme--light-biznes .base .article .columns {
    flex-direction: column;
    gap: 32px;
  }
  .theme--light-biznes .base .article .columns .left-col {
    width: 100%;
  }
  .theme--light-biznes .base .article .columns .right-col {
    width: 100%;
  }
}
@media screen and (max-width: 800px) {
  .theme--light-biznes .base .article {
    width: 100%;
  }
  .theme--light-biznes .base .article .post-media img {
    height: 340px;
    width: auto;
    object-fit: cover;
    max-width: 100%;
    max-height: 100%;
    width: auto;
  }
}
@media screen and (min-width: 1200px) {
  .theme--light-biznes .base .posts-col .large-widget {
    margin: 0;
    display: flex;
    flex-direction: row;
  }
  .theme--light-biznes .base .posts-col .large-widget .post-media {
    width: 248px;
    height: 224px;
    border-radius: 6px;
  }
  .theme--light-biznes .base .posts-col .large-widget .post-media .large-post-media-cover {
    width: 248px;
    height: 224px;
    border-radius: 6px;
    overflow: hidden;
  }
  .theme--light-biznes .base .posts-col .large-widget .post-media .large-post-media-cover img {
    width: 248px;
    height: 224px;
    object-fit: cover;
    object-position: center;
    min-height: 100%;
    min-width: 100%;
  }
  .theme--light-biznes .base .posts-col .large-widget .title-area {
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 10px;
  }
  .theme--light-biznes .base .posts-col .large-widget .title-area .colorfulcats {
    display: flex;
    flex-direction: row;
    gap: 10px;
  }
  .theme--light-biznes .base .posts-col .large-widget .title-area .colorfulcats .label-primary {
    background-color: #b19243;
  }
  .theme--light-biznes .base .posts-col .large-widget .title-area .colorfulcats a.cat-label {
    padding-left: 10px;
    padding-right: 10px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .theme--light-biznes .base .posts-col .large-widget .title-area .large-post-meta {
    display: flex;
    flex-direction: row;
  }
  .theme--light-biznes .base .posts-col .large-widget .title-area .large-post-meta .author {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .theme--light-biznes .base .posts-col .large-widget .title-area .large-post-meta .author .author-data {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    color: #232323;
    letter-spacing: 0.02em;
  }
  .theme--light-biznes .base .posts-col .large-widget .title-area .large-post-meta .author .author-data .avatar {
    height: 24px;
    width: 24px;
  }
  .theme--light-biznes .base .posts-col .large-widget .title-area .large-post-meta .author .author-data .avatar img {
    height: 24px;
    width: 24px;
    border-radius: 12px;
  }
  .theme--light-biznes .base .posts-col .large-widget .title-area .large-post-meta .author .author-data .author-name {
    margin-left: 10px;
    color: #232323;
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    /* identical to box height */
    letter-spacing: 0.02em;
    /* Secondary/Darkest */
  }
  .theme--light-biznes .base .posts-col .large-widget .title-area .large-post-meta .post-time time {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.01em;
    color: #676767;
  }
}
@media screen and (max-width: 1199px) {
  .theme--light-biznes .base .posts-col .large-widget {
    width: 100%;
    margin: 0;
    display: flex;
    flex-direction: row;
  }
  .theme--light-biznes .base .posts-col .large-widget .post-media {
    border-radius: 6px;
    overflow: hidden;
  }
  .theme--light-biznes .base .posts-col .large-widget .post-media img {
    object-fit: cover;
    object-position: center;
    min-height: 100%;
    min-width: 100%;
  }
  .theme--light-biznes .base .posts-col .large-widget .title-area {
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 15px;
  }
  .theme--light-biznes .base .posts-col .large-widget .title-area .colorfulcats {
    display: flex;
    flex-direction: row;
    gap: 10px;
  }
  .theme--light-biznes .base .posts-col .large-widget .title-area .colorfulcats .label-primary {
    background-color: #b19243;
  }
  .theme--light-biznes .base .posts-col .large-widget .title-area .colorfulcats a.cat-label {
    padding-left: 10px;
    padding-right: 10px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .theme--light-biznes .base .posts-col .large-widget .title-area .large-post-meta {
    display: flex;
    flex-direction: row;
  }
  .theme--light-biznes .base .posts-col .large-widget .title-area .large-post-meta .author {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .theme--light-biznes .base .posts-col .large-widget .title-area .large-post-meta .author .author-data {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    color: #232323;
    letter-spacing: 0.02em;
  }
  .theme--light-biznes .base .posts-col .large-widget .title-area .large-post-meta .author .author-data .avatar {
    height: 24px;
    width: 24px;
  }
  .theme--light-biznes .base .posts-col .large-widget .title-area .large-post-meta .author .author-data .avatar img {
    height: 24px;
    width: 24px;
    border-radius: 12px;
  }
  .theme--light-biznes .base .posts-col .large-widget .title-area .large-post-meta .author .author-data .author-name {
    margin-left: 10px;
    color: #232323;
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    /* identical to box height */
    letter-spacing: 0.02em;
    /* Secondary/Darkest */
  }
  .theme--light-biznes .base .posts-col .large-widget .title-area .large-post-meta .post-time time {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.01em;
    color: #676767;
  }
}
.theme--light-biznes .base .pagination-main {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  width: 100%;
  /* Secondary/Extra Light */
  border: 1px solid;
  box-sizing: border-box;
  border-radius: 8px;
}
.theme--light-biznes .base .pagination-main .accordion-item {
  border: 1px solid;
}
.theme--light-biznes .base .pagination-main .pagination-main-heading {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  cursor: pointer;
  justify-content: space-between;
  /*i {
      height: 25px;
      width: 25px;
    }
  span {
      height: 25px;
      margin: 0 auto;
    }*/
}
.theme--light-biznes .base .pagination-main .pagination-main-heading .accordion-button {
  font-size: 1rem;
  font-weight: 500;
}
.theme--light-biznes .base .pagination-main .pagination-main-heading .accordion-button:not(.collapsed) {
  box-shadow: none;
}
.theme--light-biznes .base .pagination-main .pagination-main-heading h5 {
  /* H5/Semi */
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  /* identical to box height */
  letter-spacing: 0.01em;
  /* Secondary/Darkest */
  color: #232323;
}
.theme--light-biznes .base .pagination-main .accordion-body {
  padding: 0;
}
.theme--light-biznes .base .pagination-main .pagination-main-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
}
.theme--light-biznes .base .pagination-main .pagination-main-content .menu-list {
  padding: 15px 19px;
  /* H7 / Medium */
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  /* identical to box height */
  letter-spacing: 0.01em;
  /* Secondary/Dark */
  color: #676767;
  background: #ffffff;
}
.theme--light-biznes .base .pagination-main .pagination-main-content .menu-list a {
  text-decoration: none;
  color: #939393;
}
.theme--light-biznes .base .pagination-main .pagination-main-content .menu-list-active {
  /*height: 48px;*/
  padding: 15px 19px;
  border-left: 1px solid #CD0504;
  /* H7 / Medium */
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  /* identical to box height */
  letter-spacing: 0.01em;
}
.theme--light-biznes .base .pagination-main .pagination-main-content .menu-list-active a {
  color: #CD0504;
  text-decoration: none;
}
.theme--light-biznes .base .pagination-main .pagination-main-content .active {
  /*height: 48px;*/
  display: block;
  padding: 15px 19px;
  border-left: 1px solid #CD0504;
  /* H7 / Medium */
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  /* identical to box height */
  letter-spacing: 0.01em;
  color: #CD0504;
  text-decoration: none;
}
.theme--light-biznes .base .pagination-bottom {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  width: 100%;
  /* Secondary/Extra Light */
  border: 1px solid #F3F3F3;
  box-sizing: border-box;
  border-radius: 6px;
  margin-bottom: 48px;
}
.theme--light-biznes .base .pagination-bottom .pagination-bottom-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
}
.theme--light-biznes .base .pagination-bottom .pagination-bottom-content .menu-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  height: 48px;
  /* H7 / Medium */
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  /* identical to box height */
  padding: 0 16px;
  letter-spacing: 0.01em;
  /* Secondary/Dark */
  color: #676767;
}
.theme--light-biznes .base .pagination-bottom .pagination-bottom-content .menu-list a {
  text-decoration: none;
}
.theme--light-biznes .base .pagination-bottom .pagination-bottom-content .menu-list i {
  font-size: 18px;
}
.theme--light-biznes .base .pagination-bottom .pagination-bottom-content .menu-list a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding: 15px 19px;
  color: #939393;
}
.theme--light-biznes .base .pagination-bottom .pagination-bottom-content .menu-list a.active {
  color: #CD0504;
}
.theme--light-biznes .base .pagination-bottom .pagination-bottom-content .menu-list a i {
  font-size: 18px;
}
.theme--light-biznes .base .pagination-bottom .pagination-bottom-content .menu-list-active {
  height: 48px;
  padding: 15px 19px;
  border-left: 1px solid #CD0504;
  /* H7 / Medium */
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  /* identical to box height */
  letter-spacing: 0.01em;
  color: #CD0504;
  background: rgba(205, 5, 4, 0.04);
}
.theme--light-biznes .base .gallery-slider-mobile {
  height: 400px;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
}
.theme--light-biznes .base .gallery-slider-mobile .gallery-slider-item {
  height: 400px;
  border-radius: 6px;
  position: relative;
  background-size: cover;
}
.theme--light-biznes .base .gallery-slider-mobile .gallery-slider-item .slider-effects .badges .colorfulcats .label-primary {
  background-color: #b19243;
}
.theme--light-biznes .base .gallery-slider-mobile .gallery-slider-item .slider-effects .caption {
  position: absolute;
  left: 24px;
  bottom: 56px;
  z-index: 1;
}
.theme--light-biznes .base .gallery-slider-mobile .gallery-slider-item .slider-effects .caption .feature {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 0;
  letter-spacing: 0.01em;
  color: #D4D4D4;
}
.theme--light-biznes .base .gallery-slider-mobile .gallery-slider-item .slider-effects .caption h2, .theme--light-biznes .base .gallery-slider-mobile .gallery-slider-item .slider-effects .caption h3 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 42px;
  letter-spacing: 0.01em;
  color: #FFFFFF;
}
.theme--light-biznes .base .gallery-slider-mobile .gallery-slider-item .slider-effects::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 5px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 44.79%, rgba(0, 0, 0, 0.35) 63.54%, rgba(0, 0, 0, 0.75) 100%);
}
.theme--light-biznes .base .gallery-slider-mobile .gallery-slider-item .slider-effects::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 5px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 44.79%, rgba(0, 0, 0, 0.35) 63.54%, rgba(0, 0, 0, 0.75) 100%);
}
.theme--light-biznes .base .gallery-slider-mobile .gallery-slider-item img {
  object-fit: cover;
  object-position: center;
  min-height: 100%;
  min-width: 100%;
  border-radius: 6px;
}
.theme--light-biznes .base .gallery-slider-mobile .gallery-slider-item .badges {
  position: absolute;
  right: 24px;
  top: 24px;
}
.theme--light-biznes .base .gallery-slider-mobile .gallery-slider-item .meta {
  position: absolute;
  left: 24px;
  top: 24px;
}
.theme--light-biznes .base .gallery-slider-mobile .gallery-slider-item .meta .vertical-post-meta .author-data {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding: 5px 0;
}
.theme--light-biznes .base .gallery-slider-mobile .gallery-slider-item .meta .vertical-post-meta .author-data .avatar {
  height: 32px;
  width: 32px;
}
.theme--light-biznes .base .gallery-slider-mobile .gallery-slider-item .meta .vertical-post-meta .author-data .avatar img {
  height: 32px;
  width: 32px;
  border-radius: 16px;
}
.theme--light-biznes .base .gallery-slider-mobile .gallery-slider-item .meta .vertical-post-meta .author-data .author-name {
  margin-left: 10px;
}
.theme--light-biznes .base .gallery-slider-mobile .gallery-slider-item .meta .vertical-post-meta .author-data .author-name .author {
  color: #FFFFFF;
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  /* identical to box height */
  letter-spacing: 0.01em;
  /* Secondary/Darkest */
  margin-bottom: 0px;
}
.theme--light-biznes .base .gallery-slider-mobile .gallery-slider-item .meta .vertical-post-meta .author-data .author-name time {
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 12px;
  /* identical to box height, or 133% */
  letter-spacing: 0.02em;
  /* Secondary/Dark */
  color: #FFFFFF;
  margin-right: 8px;
}
.theme--light-biznes .base .gallery-slider-large {
  width: 100%;
  height: 388px;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
}
.theme--light-biznes .base .gallery-slider-large .gallery-slider-item {
  width: 100%;
  height: 388px;
  border-radius: 6px;
  position: relative;
  background-size: cover;
}
.theme--light-biznes .base .gallery-slider-large .gallery-slider-item .slider-effects .badges .colorfulcats .label-primary {
  background-color: #b19243;
}
.theme--light-biznes .base .gallery-slider-large .gallery-slider-item .slider-effects .caption {
  position: absolute;
  left: 24px;
  bottom: 56px;
  z-index: 1;
}
.theme--light-biznes .base .gallery-slider-large .gallery-slider-item .slider-effects .caption .feature {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 0;
  letter-spacing: 0.01em;
  color: #D4D4D4;
}
.theme--light-biznes .base .gallery-slider-large .gallery-slider-item .slider-effects .caption h2, .theme--light-biznes .base .gallery-slider-large .gallery-slider-item .slider-effects .caption h3 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 42px;
  letter-spacing: 0.01em;
  color: #FFFFFF;
}
.theme--light-biznes .base .gallery-slider-large .gallery-slider-item .slider-effects::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 5px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 44.79%, rgba(0, 0, 0, 0.35) 63.54%, rgba(0, 0, 0, 0.75) 100%);
}
.theme--light-biznes .base .gallery-slider-large .gallery-slider-item .slider-effects::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 5px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 44.79%, rgba(0, 0, 0, 0.35) 63.54%, rgba(0, 0, 0, 0.75) 100%);
}
.theme--light-biznes .base .gallery-slider-large .gallery-slider-item img {
  object-fit: cover;
  object-position: center;
  min-height: 100%;
  min-width: 100%;
  border-radius: 6px;
}
.theme--light-biznes .base .gallery-slider-large .gallery-slider-item .badges {
  position: absolute;
  right: 24px;
  top: 24px;
}
.theme--light-biznes .base .gallery-slider-large .gallery-slider-item .meta {
  position: absolute;
  left: 24px;
  top: 24px;
}
.theme--light-biznes .base .gallery-slider-large .gallery-slider-item .meta .vertical-post-meta .author-data {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding: 5px 0;
}
.theme--light-biznes .base .gallery-slider-large .gallery-slider-item .meta .vertical-post-meta .author-data .avatar {
  height: 32px;
  width: 32px;
}
.theme--light-biznes .base .gallery-slider-large .gallery-slider-item .meta .vertical-post-meta .author-data .avatar img {
  height: 32px;
  width: 32px;
  border-radius: 16px;
}
.theme--light-biznes .base .gallery-slider-large .gallery-slider-item .meta .vertical-post-meta .author-data .author-name {
  margin-left: 10px;
}
.theme--light-biznes .base .gallery-slider-large .gallery-slider-item .meta .vertical-post-meta .author-data .author-name .author {
  color: #FFFFFF;
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  /* identical to box height */
  letter-spacing: 0.01em;
  /* Secondary/Darkest */
  margin-bottom: 0px;
}
.theme--light-biznes .base .gallery-slider-large .gallery-slider-item .meta .vertical-post-meta .author-data .author-name time {
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 12px;
  /* identical to box height, or 133% */
  letter-spacing: 0.02em;
  /* Secondary/Dark */
  color: #FFFFFF;
  margin-right: 8px;
}
.theme--light-biznes .base .gallery-slider-small {
  width: 100%;
  height: 388px;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
}
.theme--light-biznes .base .gallery-slider-small .gallery-slider-item {
  width: 100%;
  height: 388px;
  border-radius: 6px;
  position: relative;
  background-size: cover;
}
.theme--light-biznes .base .gallery-slider-small .gallery-slider-item .slider-effects .badges .colorfulcats .label-primary {
  background-color: #b19243;
}
.theme--light-biznes .base .gallery-slider-small .gallery-slider-item .slider-effects .caption {
  position: absolute;
  left: 24px;
  bottom: 56px;
  z-index: 1;
}
.theme--light-biznes .base .gallery-slider-small .gallery-slider-item .slider-effects .caption .feature {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.01em;
  color: #D4D4D4;
  margin-bottom: 0;
}
.theme--light-biznes .base .gallery-slider-small .gallery-slider-item .slider-effects .caption h2, .theme--light-biznes .base .gallery-slider-small .gallery-slider-item .slider-effects .caption h3 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 42px;
  letter-spacing: 0.01em;
  color: #FFFFFF;
}
.theme--light-biznes .base .gallery-slider-small .gallery-slider-item .slider-effects::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 5px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 44.79%, rgba(0, 0, 0, 0.35) 63.54%, rgba(0, 0, 0, 0.75) 100%);
}
.theme--light-biznes .base .gallery-slider-small .gallery-slider-item .slider-effects::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 5px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 44.79%, rgba(0, 0, 0, 0.35) 63.54%, rgba(0, 0, 0, 0.75) 100%);
}
.theme--light-biznes .base .gallery-slider-small .gallery-slider-item img {
  object-fit: cover;
  object-position: center;
  min-height: 100%;
  min-width: 100%;
  border-radius: 6px;
}
.theme--light-biznes .base .gallery-slider-small .gallery-slider-item .caption {
  position: absolute;
  left: 24px;
  bottom: 56px;
}
.theme--light-biznes .base .gallery-slider-small .gallery-slider-item .caption .feature {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  /* identical to box height */
  letter-spacing: 0.01em;
  /* Secondary/Lightest */
  color: #D4D4D4;
}
.theme--light-biznes .base .gallery-slider-small .gallery-slider-item .caption h2, .theme--light-biznes .base .gallery-slider-small .gallery-slider-item .caption h3 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 42px;
  /* or 131% */
  letter-spacing: 0.01em;
  /* Neutral/White */
  color: #FFFFFF;
}
.theme--light-biznes .base .gallery-slider-small .gallery-slider-item .badges {
  position: absolute;
  right: 24px;
  top: 24px;
}
.theme--light-biznes .base .gallery-slider-small .gallery-slider-item .meta {
  position: absolute;
  left: 24px;
  top: 24px;
}
.theme--light-biznes .base .gallery-slider-small .gallery-slider-item .meta .vertical-post-meta .author-data {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding: 5px 0;
}
.theme--light-biznes .base .gallery-slider-small .gallery-slider-item .meta .vertical-post-meta .author-data .avatar {
  height: 32px;
  width: 32px;
}
.theme--light-biznes .base .gallery-slider-small .gallery-slider-item .meta .vertical-post-meta .author-data .avatar img {
  height: 32px;
  width: 32px;
  border-radius: 16px;
}
.theme--light-biznes .base .gallery-slider-small .gallery-slider-item .meta .vertical-post-meta .author-data .author-name {
  margin-left: 10px;
}
.theme--light-biznes .base .gallery-slider-small .gallery-slider-item .meta .vertical-post-meta .author-data .author-name .author {
  color: #FFFFFF;
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  /* identical to box height */
  letter-spacing: 0.01em;
  /* Secondary/Darkest */
  margin-bottom: 0px;
}
.theme--light-biznes .base .gallery-slider-small .gallery-slider-item .meta .vertical-post-meta .author-data .author-name time {
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 12px;
  /* identical to box height, or 133% */
  letter-spacing: 0.02em;
  /* Secondary/Dark */
  color: #FFFFFF;
  margin-right: 8px;
}
.theme--light-biznes .base .top-left-tile {
  /*width: 290px;*/
  width: 100%;
  height: 324px;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
}
.theme--light-biznes .base .top-left-tile .tile-item {
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  height: 324px;
  border-radius: 6px;
  position: relative;
  /*img {
    object-fit: cover;
    object-position: center;
    width: 290px;
    height: 324px;
    min-height: 100%;
    min-width: 100%;
    border-radius: 6px;
  }*/
}
.theme--light-biznes .base .top-left-tile .tile-item .effects .badges .colorfulcats .label-primary {
  background-color: #b19243;
}
.theme--light-biznes .base .top-left-tile .tile-item .effects .caption {
  position: absolute;
  left: 24px;
  bottom: 20px;
  z-index: 1;
}
.theme--light-biznes .base .top-left-tile .tile-item .effects .caption .feature {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.01em;
  color: #D4D4D4;
}
.theme--light-biznes .base .top-left-tile .tile-item .effects .caption h2, .theme--light-biznes .base .top-left-tile .tile-item .effects .caption h3 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 42px;
  letter-spacing: 0.01em;
  color: #FFFFFF;
}
.theme--light-biznes .base .top-left-tile .tile-item .effects::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 5px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 44.79%, rgba(0, 0, 0, 0.35) 63.54%, rgba(0, 0, 0, 0.75) 100%);
}
.theme--light-biznes .base .top-left-tile .tile-item .effects::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 5px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 44.79%, rgba(0, 0, 0, 0.35) 63.54%, rgba(0, 0, 0, 0.75) 100%);
}
.theme--light-biznes .base .top-left-tile .tile-item .caption {
  position: absolute;
  left: 24px;
  /*.feature {
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.01em;
    color: #D4D4D4;
  }*/
}
.theme--light-biznes .base .top-left-tile .tile-item .caption h2, .theme--light-biznes .base .top-left-tile .tile-item .caption h3 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  /* or 131% */
  letter-spacing: 0.01em;
  /* Neutral/White */
  color: #FFFFFF;
}
.theme--light-biznes .base .top-left-tile .tile-item .badges {
  position: absolute;
  right: 24px;
  top: 24px;
}
.theme--light-biznes .base .top-left-tile .tile-item .meta {
  position: absolute;
  left: 24px;
  top: 24px;
}
.theme--light-biznes .base .top-left-tile .tile-item .meta .vertical-post-meta .author-data {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding: 5px 0;
}
.theme--light-biznes .base .top-left-tile .tile-item .meta .vertical-post-meta .author-data .avatar {
  height: 32px;
  width: 32px;
}
.theme--light-biznes .base .top-left-tile .tile-item .meta .vertical-post-meta .author-data .avatar img {
  height: 32px;
  width: 32px;
  border-radius: 16px;
}
.theme--light-biznes .base .top-left-tile .tile-item .meta .vertical-post-meta .author-data .author-name {
  margin-left: 10px;
}
.theme--light-biznes .base .top-left-tile .tile-item .meta .vertical-post-meta .author-data .author-name .author {
  color: #FFFFFF;
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  /* identical to box height */
  letter-spacing: 0.01em;
  /* Secondary/Darkest */
  margin-bottom: 0px;
}
.theme--light-biznes .base .top-left-tile .tile-item .meta .vertical-post-meta .author-data .author-name time {
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 12px;
  /* identical to box height, or 133% */
  letter-spacing: 0.02em;
  /* Secondary/Dark */
  color: #FFFFFF;
  margin-right: 8px;
}
.theme--light-biznes .base .top-center-tile {
  width: 100%;
  height: 324px;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
}
.theme--light-biznes .base .top-center-tile .tile-item {
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  height: 324px;
  border-radius: 6px;
  position: relative;
  padding: 20px;
}
.theme--light-biznes .base .top-center-tile .tile-item .effects .badges .colorfulcats .label-primary {
  background-color: #b19243;
}
.theme--light-biznes .base .top-center-tile .tile-item .effects .caption {
  position: absolute;
  left: 24px;
  bottom: 20px;
  z-index: 1;
}
.theme--light-biznes .base .top-center-tile .tile-item .effects .caption .feature {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.01em;
  margin-bottom: 0;
  color: #D4D4D4;
}
.theme--light-biznes .base .top-center-tile .tile-item .effects .caption h2, .theme--light-biznes .base .top-center-tile .tile-item .effects .caption h3 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 42px;
  /* or 131% */
  letter-spacing: 0.01em;
  /* Neutral/White */
  color: #FFFFFF;
}
.theme--light-biznes .base .top-center-tile .tile-item .effects::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 5px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 44.79%, rgba(0, 0, 0, 0.35) 63.54%, rgba(0, 0, 0, 0.75) 100%);
}
.theme--light-biznes .base .top-center-tile .tile-item .effects::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 5px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 44.79%, rgba(0, 0, 0, 0.35) 63.54%, rgba(0, 0, 0, 0.75) 100%);
}
.theme--light-biznes .base .top-center-tile .tile-item img {
  object-fit: cover;
  object-position: center;
  width: 510px;
  height: 324px;
  min-height: 100%;
  min-width: 100%;
  border-radius: 6px;
}
.theme--light-biznes .base .top-center-tile .tile-item .caption {
  position: absolute;
  left: 24px;
  bottom: 56px;
}
.theme--light-biznes .base .top-center-tile .tile-item .caption .feature {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.01em;
  color: #D4D4D4;
}
.theme--light-biznes .base .top-center-tile .tile-item .caption h2, .theme--light-biznes .base .top-center-tile .tile-item .caption h3 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0.01em;
  color: #FFFFFF;
}
.theme--light-biznes .base .top-center-tile .tile-item .badges {
  position: absolute;
  right: 24px;
  top: 24px;
}
.theme--light-biznes .base .top-center-tile .tile-item .meta {
  position: absolute;
  left: 24px;
  top: 24px;
}
.theme--light-biznes .base .top-center-tile .tile-item .meta .vertical-post-meta .author-data {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding: 5px 0;
}
.theme--light-biznes .base .top-center-tile .tile-item .meta .vertical-post-meta .author-data .avatar {
  height: 32px;
  width: 32px;
}
.theme--light-biznes .base .top-center-tile .tile-item .meta .vertical-post-meta .author-data .avatar img {
  height: 32px;
  width: 32px;
  border-radius: 16px;
}
.theme--light-biznes .base .top-center-tile .tile-item .meta .vertical-post-meta .author-data .author-name {
  margin-left: 10px;
}
.theme--light-biznes .base .top-center-tile .tile-item .meta .vertical-post-meta .author-data .author-name .author {
  color: #FFFFFF;
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  /* identical to box height */
  letter-spacing: 0.01em;
  /* Secondary/Darkest */
  margin-bottom: 0px;
}
.theme--light-biznes .base .top-center-tile .tile-item .meta .vertical-post-meta .author-data .author-name time {
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 12px;
  /* identical to box height, or 133% */
  letter-spacing: 0.02em;
  /* Secondary/Dark */
  color: #FFFFFF;
  margin-right: 8px;
}
.theme--light-biznes .base .top-right-tile {
  width: 100%;
  height: 324px;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
}
.theme--light-biznes .base .top-right-tile .tile-item {
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  height: 324px;
  border-radius: 6px;
  position: relative;
  padding: 20px;
}
.theme--light-biznes .base .top-right-tile .tile-item .effects .badges .colorfulcats .label-primary {
  background-color: #b19243;
}
.theme--light-biznes .base .top-right-tile .tile-item .effects .caption {
  position: absolute;
  left: 24px;
  bottom: 20px;
  z-index: 1;
}
.theme--light-biznes .base .top-right-tile .tile-item .effects .caption .feature {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.01em;
  margin-bottom: 0;
  color: #D4D4D4;
}
.theme--light-biznes .base .top-right-tile .tile-item .effects .caption h2, .theme--light-biznes .base .top-right-tile .tile-item .effects .caption h3 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 42px;
  letter-spacing: 0.01em;
  color: #FFFFFF;
}
.theme--light-biznes .base .top-right-tile .tile-item .effects::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 5px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 44.79%, rgba(0, 0, 0, 0.35) 63.54%, rgba(0, 0, 0, 0.75) 100%);
}
.theme--light-biznes .base .top-right-tile .tile-item .effects::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 5px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 44.79%, rgba(0, 0, 0, 0.35) 63.54%, rgba(0, 0, 0, 0.75) 100%);
}
.theme--light-biznes .base .top-right-tile .tile-item img {
  object-fit: cover;
  object-position: center;
  width: 368px;
  height: 324px;
  min-height: 100%;
  min-width: 100%;
  border-radius: 6px;
}
.theme--light-biznes .base .top-right-tile .tile-item .caption {
  position: absolute;
  left: 24px;
}
.theme--light-biznes .base .top-right-tile .tile-item .caption .feature {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.01em;
  color: #D4D4D4;
}
.theme--light-biznes .base .top-right-tile .tile-item .caption h2, .theme--light-biznes .base .top-right-tile .tile-item .caption h3 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0.01em;
  color: #FFFFFF;
}
.theme--light-biznes .base .top-right-tile .tile-item .badges {
  position: absolute;
  right: 24px;
  top: 24px;
}
.theme--light-biznes .base .top-right-tile .tile-item .meta {
  position: absolute;
  left: 24px;
  top: 24px;
}
.theme--light-biznes .base .top-right-tile .tile-item .meta .vertical-post-meta .author-data {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding: 5px 0;
}
.theme--light-biznes .base .top-right-tile .tile-item .meta .vertical-post-meta .author-data .avatar {
  height: 32px;
  width: 32px;
}
.theme--light-biznes .base .top-right-tile .tile-item .meta .vertical-post-meta .author-data .avatar img {
  height: 32px;
  width: 32px;
  border-radius: 16px;
}
.theme--light-biznes .base .top-right-tile .tile-item .meta .vertical-post-meta .author-data .author-name {
  margin-left: 10px;
}
.theme--light-biznes .base .top-right-tile .tile-item .meta .vertical-post-meta .author-data .author-name .author {
  color: #FFFFFF;
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  /* identical to box height */
  letter-spacing: 0.01em;
  /* Secondary/Darkest */
  margin-bottom: 0px;
}
.theme--light-biznes .base .top-right-tile .tile-item .meta .vertical-post-meta .author-data .author-name time {
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 12px;
  /* identical to box height, or 133% */
  letter-spacing: 0.02em;
  /* Secondary/Dark */
  color: #FFFFFF;
  margin-right: 8px;
}
.theme--light-biznes .base .gray-section {
  background-color: #FAFAFA;
}
.theme--light-biznes .base .right-column-widget {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.theme--light-biznes .base .right-column-widget .mini-widget {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.theme--light-biznes .base .right-column-widget .mini-widget .mini-widget-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
}
.theme--light-biznes .base .right-column-widget .mini-widget .mini-widget-flex a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  gap: 15px;
}
.theme--light-biznes .base .right-column-widget .mini-widget .mini-widget-flex a .miniature img {
  height: 80px;
  width: 80px;
}
.theme--light-biznes .base .right-column-widget .mini-widget .mini-widget-flex a .text {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  padding: 8px 0;
}
.theme--light-biznes .base .right-column-widget .mini-widget .mini-widget-flex a .text h4, .theme--light-biznes .base .right-column-widget .mini-widget .mini-widget-flex a .text h5 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.01em;
  color: #232323;
  line-height: 120%;
}
.theme--light-biznes .base .right-column-widget .mini-widget .mini-widget-flex a .text .date {
  font-size: 10px;
}
.theme--light-biznes .base .mobile-banner-full-width {
  width: 100%;
  background-color: none;
}
.theme--light-biznes .base .banner-full-width {
  width: 100%;
  background-color: none;
  /*margin-bottom: 64px;*/
}
@media screen and (min-width: 1200px) {
  .theme--light-biznes .base .separator {
    width: 100%;
    height: 1px;
    background-color: #F3F3F3;
  }
}
@media screen and (max-width: 800px) {
  .theme--light-biznes .base .separator {
    width: 100%;
    height: 1px;
    background-color: #F3F3F3;
  }
}
.theme--light-biznes .base .banner-full-width-inv {
  width: 100%;
  background-color: none;
  height: 340px;
}
.theme--light-biznes .base :root {
  --bg-color: #13131f;
  --bg-color-2: t($bg);
  --text-color: t(text-secondary-page-title);
  --accent-color: t(bg-accent);
}
.theme--light-biznes .base #sidebar {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  padding: 2rem;
  background-color: #ffffff;
  box-shadow: 0 10px 20px -4px #000;
  overflow-x: hidden;
  overflow-y: auto;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-100%);
  transition: opacity 0.3s ease, visibility 0.2s ease, transform 0.3s ease;
}
.theme--light-biznes .base #sidebar #aside_close {
  color: #232323;
}
.theme--light-biznes .base #sidebar h5 {
  font-family: Poppins;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  color: #232323;
}
.theme--light-biznes .base #sidebar h5 a {
  color: #232323;
}
.theme--light-biznes .base #sidebar.show {
  pointer-events: all;
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.theme--light-biznes .base .sidebar_content {
  padding: 2.8rem 0;
  pointer-events: none;
  /* so that the Sidebar does not get closed while clicking on sidebar_content */
}
.theme--light-biznes .base .sidebar_content a {
  pointer-events: all;
  /* so that all the a inside sidebar_content are clickable */
}
.theme--light-biznes .base .sidebar_body {
  /*border-top: 1px dashed var(--text-color);
  border-bottom: 1px dashed var(--text-color);*/
}
.theme--light-biznes .base .side_navlinks ul {
  display: grid;
  /*gap: 2rem;*/
}
.theme--light-biznes .base .side_navlinks li a {
  letter-spacing: 1px;
  opacity: 0.8;
}
.theme--light-biznes .base .side_navlinks a:hover {
  opacity: 1;
}
.theme--light-biznes .base .sidebar_toggler {
  /*position: fixed;*/
  position: relative;
  /*top: 4vh;
    right: 3vw;*/
  /*width: 1.75rem;*/
  height: 1.3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
  overflow: hidden;
}
.theme--light-biznes .base .sidebar_toggler span {
  background-color: #ddd;
  width: 100%;
  height: 2.4px;
  transition: all 0.3s ease;
  pointer-events: none;
  /* so that it doesn't overlap the sidebar_toggler */
}
.theme--light-biznes .base #sidebar.show + .sidebar_toggler {
  justify-content: center;
}
.theme--light-biznes .base #sidebar.show + .sidebar_toggler span {
  margin-top: -1.2px;
  margin-bottom: -1.2px;
}
.theme--light-biznes .base #sidebar.show + .sidebar_toggler span:first-child {
  transform: rotate(45deg);
}
.theme--light-biznes .base #sidebar.show + .sidebar_toggler span:nth-child(2) {
  opacity: 0;
  transform: translateX(-100%);
}
.theme--light-biznes .base #sidebar.show + .sidebar_toggler span:last-child {
  transform: rotate(-45deg);
}
.theme--light-biznes .base .mobile-menu-bar {
  background-color: #ffffff;
}
.theme--light-mobile .base {
  color: #232323;
  background-color: #ffffff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-family: "Poppins", sans-serif;
  /*--====== Global Variables ======--*/
  /*--====== Sidebar ======--*/
  /* when the sidebar has 'show' class */
  /*---- Sidebar-Toggler ----*/
  /* if the sidebar has 'show' class then their adjacent-sibling (i.e., sidebar_toggler) will... */
  /*.banner-full-width {
          width: 1200px;
          background-color: #161616;
          /*margin-bottom: 64px;* /
      }*/
}
.theme--light-mobile .base .icon-color {
  color: #CD0504;
}
.theme--light-mobile .base .box:after {
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 88%, #ffffff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);*/
  /* IE6-9 */
  content: " ";
  display: block;
  height: 30px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
}
.theme--light-mobile .base .full-cont {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 38px;
  width: 100%;
  background: #ffffff;
}
.theme--light-mobile .base .full-cont #t_top {
  background-color: #ffffff;
}
.theme--light-mobile .base .full-cont .nastepnyartykul {
  padding: 2.5rem;
  background: rgba(214, 216, 217, 0.4);
  font-weight: 700;
  color: #3C3C3C;
  font-size: 1.5625rem;
  display: block;
  text-align: center;
  position: relative;
  margin: 12px 0;
}
.theme--light-mobile .base .nastepnyartykul {
  padding: 2.5rem;
  background: rgba(214, 216, 217, 0.4);
  font-weight: 700;
  color: #3C3C3C;
  font-size: 1.5625rem;
  display: block;
  text-align: center;
  position: relative;
  margin: 12px 0;
}
.theme--light-mobile .base .widget-title {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  align-content: flex-start;
  justify-content: flex-start;
  gap: 10px;
}
.theme--light-mobile .base .widget-title i {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 20px;
  flex-direction: row;
  align-items: flex-end;
}
.theme--light-mobile .base .widget-title i::before {
  display: flex;
  align-items: flex-end;
}
.theme--light-mobile .base .widget-title .color-red {
  color: #CD0504;
}
.theme--light-mobile .base .widget-title .color-accent {
  color: #0b74a1;
}
.theme--light-mobile .base .widget-title h2, .theme--light-mobile .base .widget-title h4 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0.01em;
  margin-bottom: 0;
  color: #232323;
}
@media screen and (max-width: 900px) {
  .theme--light-mobile .base .widget-title h2, .theme--light-mobile .base .widget-title h4 {
    font-size: 1.286rem;
    line-height: 2.125rem;
  }
}
.theme--light-mobile .base .widget-title p {
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.01em;
  color: #232323;
}
.theme--light-mobile .base .widget-title .see_all {
  margin-right: 0;
  margin-left: auto;
  align-self: center;
  color: #676767;
}
.theme--light-mobile .base .widget-title .see_all a {
  color: #676767;
  font-size: 14px;
}
.theme--light-mobile .base .middle-widget-title h3, .theme--light-mobile .base .middle-widget-title h4 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 2.125rem;
  letter-spacing: 0.01em;
  margin-bottom: 0;
  color: #232323;
}
.theme--light-mobile .base .middle-widget-title p {
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.01em;
  color: #232323;
}
.theme--light-mobile .base .middle-widget-title .see_all {
  margin-right: 0;
  margin-left: auto;
  align-self: flex-end;
  color: #676767;
}
.theme--light-mobile .base .middle-widget-title .see_all a {
  color: #676767;
  font-size: 14px;
}
.theme--light-mobile .base nav {
  background-color: #ffffff;
}
.theme--light-mobile .base nav.black-bg {
  background-color: #0b74a1;
}
.theme--light-mobile .base .menu,
.theme--light-mobile .base .submenu,
.theme--light-mobile .base .top-menu {
  /*width: $screen-lg;*/
  margin: 0 auto;
  padding: 0 15px;
  list-style-type: none;
  font-weight: 500;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  background-color: #ffffff;
  gap: 11px;
  flex-wrap: nowrap;
  background: none;
}
.theme--light-mobile .base .menu li,
.theme--light-mobile .base .submenu li,
.theme--light-mobile .base .top-menu li {
  line-height: 20px;
  border-radius: 6px;
}
.theme--light-mobile .base .menu li a,
.theme--light-mobile .base .submenu li a,
.theme--light-mobile .base .top-menu li a {
  color: #232323;
  text-decoration: none;
}
.theme--light-mobile .base .menu .dropdown,
.theme--light-mobile .base .submenu .dropdown,
.theme--light-mobile .base .top-menu .dropdown {
  position: relative;
  display: inline-block;
}
.theme--light-mobile .base .menu .dropdown .dropdown-menu,
.theme--light-mobile .base .submenu .dropdown .dropdown-menu,
.theme--light-mobile .base .top-menu .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  z-index: 100;
  background-color: #ffffff;
  padding: 10px;
  border: 1px solid #ccc;
}
.theme--light-mobile .base .menu .dropdown .dropdown-menu li,
.theme--light-mobile .base .submenu .dropdown .dropdown-menu li,
.theme--light-mobile .base .top-menu .dropdown .dropdown-menu li {
  list-style: none;
  text-align: left;
  padding: 5px 10px;
  width: 300px;
}
.theme--light-mobile .base .menu .dropdown .dropdown-menu li.parent,
.theme--light-mobile .base .submenu .dropdown .dropdown-menu li.parent,
.theme--light-mobile .base .top-menu .dropdown .dropdown-menu li.parent {
  border-bottom: 1px solid #F3F3F3;
  font-weight: 600;
}
.theme--light-mobile .base .menu .dropdown:hover .dropdown-menu,
.theme--light-mobile .base .submenu .dropdown:hover .dropdown-menu,
.theme--light-mobile .base .top-menu .dropdown:hover .dropdown-menu {
  display: block;
}
.theme--light-mobile .base .menu .item,
.theme--light-mobile .base .submenu .item,
.theme--light-mobile .base .top-menu .item {
  padding: 10px;
}
.theme--light-mobile .base .menu .item .button,
.theme--light-mobile .base .submenu .item .button,
.theme--light-mobile .base .top-menu .item .button {
  padding: 9px 5px;
}
.theme--light-mobile .base .menu {
  font-size: 15px;
  /*li:last-child {
    margin-left: auto;
  }*/
}
.theme--light-mobile .base .top-menu {
  background-color: #0b74a1;
  /*height: 56px;*/
  font-size: 14px;
  /*li:last-child {
    margin-left: auto;
  }*/
}
.theme--light-mobile .base .top-menu .active {
  background: rgba(255, 255, 255, 0.15);
  font-weight: 600;
  font-size: 12px;
}
.theme--light-mobile .base .top-menu li {
  background-color: #0b74a1;
}
.theme--light-mobile .base .top-menu li .active {
  background: rgba(255, 255, 255, 0.15);
}
.theme--light-mobile .base .top-menu li a {
  color: #D4D4D4;
}
.theme--light-mobile .base .top-menu .item {
  color: #D4D4D4;
}
.theme--light-mobile .base h4 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  /* identical to box height, or 142% */
  letter-spacing: 0.01em;
  /* Secondary/Darkest */
  color: #232323;
}
.theme--light-mobile .base .menu_footer {
  display: flex;
  align-content: flex-end;
}
.theme--light-mobile .base .menu_footer ul {
  display: flex;
  justify-content: flex-end;
}
.theme--light-mobile .base .menu_footer ul li {
  list-style: none;
  margin: 0 16px;
}
.theme--light-mobile .base .menu_footer ul li a {
  font-family: "Inter";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  /* identical to box height, or 133% */
  text-align: justify;
  letter-spacing: 0.01em;
  /* Secondary/Darker */
  color: #232323;
}
.theme--light-mobile .base .title-area {
  padding-top: 5px;
  position: relative;
  /*h3 {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 600;
    font-size: 1rem;
    line-height: 2.125rem;

    letter-spacing: 0.01em;

    color: t($text);
    margin-bottom: 0px;
  }*/
}
.theme--light-mobile .base .title-area h2, .theme--light-mobile .base .title-area h3 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 2.125rem;
  /* or 142% */
  letter-spacing: 0.01em;
  /* Secondary/Darkest */
  color: #232323;
  margin-bottom: 0px;
}
@media screen and (max-width: 900px) {
  .theme--light-mobile .base .title-area h2, .theme--light-mobile .base .title-area h3 {
    font-size: 1.286rem;
    line-height: 1.5em;
  }
}
.theme--light-mobile .base .title-area h7 {
  font-size: 12px;
  color: #676767;
}
.theme--light-mobile .base .title-area .large-post-meta {
  gap: 10px;
}
.theme--light-mobile .base .title-area .large-post-meta .avatar {
  height: 24px;
  width: 24px;
}
.theme--light-mobile .base .title-area .large-post-meta .avatar img {
  height: 24px;
  width: 24px;
  border-radius: 12px;
}
.theme--light-mobile .base .title-area .large-post-meta .author {
  font-family: "Poppins";
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 18px;
  color: #232323;
  letter-spacing: 0.02em;
}
.theme--light-mobile .base .title-area .large-post-meta time {
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  /* identical to box height, or 133% */
  letter-spacing: 0.01em;
  /* Secondary/Dark */
  color: #676767;
}
.theme--light-mobile .base .cover-card {
  width: 100%;
  /*height: 403px;*/
  border-radius: 6px;
  /*overflow: hidden;*/
}
.theme--light-mobile .base .cover-card img {
  width: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 6px;
}
.theme--light-mobile .base .cover-card .title-area {
  width: inherit;
}
.theme--light-mobile .base .cover-card .title-area h7 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
  /* identical to box height */
  letter-spacing: 0.01em;
  /* Secondary/Dark */
  color: #676767;
  margin-bottom: 5px;
}
.theme--light-mobile .base .cover-card .title-area h3 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0.01em;
  /* Secondary/Darkest */
  color: #232323;
}
@media screen and (max-width: 1199px) {
  .theme--light-mobile .base .cover-card {
    width: 100%;
    border-radius: 6px;
    /*overflow: hidden;*/
  }
  .theme--light-mobile .base .cover-card img {
    width: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 6px;
  }
}
.theme--light-mobile .base .filtering-navbar ul li a {
  color: #939393;
}
.theme--light-mobile .base .filtering-navbar ul li.active a {
  color: #0b74a1;
}
.theme--light-mobile .base .filtering-bg {
  background-color: #0b74a1;
}
.theme--light-mobile .base .border-color-accent {
  border-color: #0b74a1 !important;
}
.theme--light-mobile .base .bg-accent {
  background-color: #0b74a1 !important;
}
.theme--light-mobile .base .text-color {
  color: #232323 !important;
}
.theme--light-mobile .base .feed-details .forum-title {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #232323;
  margin-bottom: 0;
}
.theme--light-mobile .base .feed-details .forum-title a {
  color: #232323;
  font-weight: 700;
}
.theme--light-mobile .base .feed-details .author {
  font-family: "Poppins";
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 12px;
  color: #232323;
  letter-spacing: 0.02em;
}
.theme--light-mobile .base .activity-feed {
  width: 100%;
  border-radius: 6px;
  border: 1px solid #F3F3F3;
  padding: 20px;
}
.theme--light-mobile .base .activity-feed .feed-item .feed-details .forum-title {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  color: #232323;
}
.theme--light-mobile .base .activity-feed .feed-item .feed-details .forum-title a {
  color: #232323;
  font-weight: 700;
}
.theme--light-mobile .base .activity-feed .feed-item .feed-details .author {
  font-family: "Poppins";
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 12px;
  color: #232323;
  letter-spacing: 0.02em;
}
.theme--light-mobile .base footer {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
  margin-top: 60px;
  border-top: 0px;
  background-color: #ffffff;
  z-index: 1;
  /*max-width: 1200px;*/
  width: 100%;
  margin: auto;
  padding-top: 32px;
}
.theme--light-mobile .base footer .footer_bottom {
  width: 100%;
}
.theme--light-mobile .base footer .socials a {
  font-size: 1rem;
  color: #232323;
}
.theme--light-mobile .base footer .socials a i {
  font-size: 1.5rem;
}
.theme--light-mobile .base footer div h5 {
  font-family: "Poppins";
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0px;
}
.theme--light-mobile .base footer div .box_news .footer_link {
  font-family: "Inter";
  list-style: none;
  font-size: 12px;
  color: #939393;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.01em;
}
.theme--light-mobile .base footer div .box_news ul {
  padding-left: 0;
}
.theme--light-mobile .base footer div .box_news ul li {
  font-family: "Inter";
  list-style: none;
  font-size: 12px;
}
.theme--light-mobile .base footer div .box_news ul li a {
  color: #939393;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.01em;
}
.theme--light-mobile .base footer .accordion {
  margin-top: 20px;
  width: 100%;
  border-radius: 6px;
  background-color: #ffffff;
  padding: 0 24px;
  border: none;
}
.theme--light-mobile .base footer .accordion .accordion-item:not(:last-child) {
  border-bottom: 1px solid #F3F3F3 !important;
}
.theme--light-mobile .base footer .accordion .accordion-item {
  padding: 16px 0;
  background-color: #ffffff;
}
.theme--light-mobile .base footer .accordion .accordion-item path {
  fill: red;
}
.theme--light-mobile .base footer .accordion .accordion-item .accordion-button::after {
  color: #fff;
  fill: red;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='7 7 10 10' preserveAspectRatio='x200Y200 meet' fill='%23bebebe'%3E%3Cpath d='M12 11.8284L9.17154 14.6569L7.75732 13.2426L12 9L16.2426 13.2426L14.8284 14.6569L12 11.8284Z'%3E%3C/path%3E%3C/svg%3E");
}
.theme--light-mobile .base footer .accordion .accordion-item .accordion-button:not(.collapsed) {
  color: #232323;
  background-color: #ffffff;
  border-color: #ffffff;
}
.theme--light-mobile .base footer .accordion .accordion-item .accordion-button {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #232323;
  background-color: #ffffff;
  border-radius: 6px;
  padding: 16px 0;
  border: none;
}
.theme--light-mobile .base .post-vertical .cover-card {
  width: 100%;
  /*height: 403px;*/
  border-radius: 6px;
  /*overflow: hidden;*/
}
.theme--light-mobile .base .post-vertical .cover-card img {
  width: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 6px;
}
.theme--light-mobile .base .post-vertical .cover-card .title-area {
  width: inherit;
}
.theme--light-mobile .base .post-vertical .cover-card .title-area h7 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
  /* identical to box height */
  letter-spacing: 0.01em;
  /* Secondary/Dark */
  color: #676767;
  margin-bottom: 5px;
}
.theme--light-mobile .base .post-vertical .cover-card .title-area h3 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0.01em;
  /* Secondary/Darkest */
  color: #232323;
}
@media screen and (max-width: 1199px) {
  .theme--light-mobile .base .post-vertical .cover-card {
    width: 100%;
    border-radius: 6px;
    /*overflow: hidden;*/
  }
  .theme--light-mobile .base .post-vertical .cover-card img {
    width: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 6px;
  }
}
.theme--light-mobile .base .post-vertical .vertical-post-meta .author-data {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding: 5px 0;
}
.theme--light-mobile .base .post-vertical .vertical-post-meta .author-data .avatar {
  height: 24px;
  width: 24px;
}
.theme--light-mobile .base .post-vertical .vertical-post-meta .author-data .avatar img {
  height: 24px;
  width: 24px;
  border-radius: 12px;
}
.theme--light-mobile .base .post-vertical .vertical-post-meta .author-data .author-name {
  margin-left: 10px;
}
.theme--light-mobile .base .post-vertical .vertical-post-meta .author-data .author-name .author {
  color: #232323;
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  /* identical to box height */
  letter-spacing: 0.01em;
  /* Secondary/Darkest */
}
.theme--light-mobile .base .post-vertical .vertical-post-meta .author-data .author-name time {
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 12px;
  /* identical to box height, or 133% */
  letter-spacing: 0.02em;
  /* Secondary/Dark */
  color: #676767;
}
.theme--light-mobile .base input:checked + .slider {
  background-color: #0b74a1;
}
.theme--light-mobile .base input:focus + .slider {
  box-shadow: 0 0 1px #0b74a1;
}
.theme--light-mobile .base .mini-widget .small-widget-title h5, .theme--light-mobile .base .mini-widget .small-widget-title h4 {
  color: #232323;
}
.theme--light-mobile .base .mini-widget .small-widget-title h5 a, .theme--light-mobile .base .mini-widget .small-widget-title h4 a {
  /*font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;*/
  color: #232323;
}
.theme--light-mobile .base .video-widget {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  padding-bottom: 64px;
}
.theme--light-mobile .base .video-widget .widget-title {
  width: 100%;
}
.theme--light-mobile .base .video-widget .widget-title h2, .theme--light-mobile .base .video-widget .widget-title h4 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0.01em;
  color: #232323;
}
.theme--light-mobile .base .video-widget .widget-body {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 24px;
}
.theme--light-mobile .base .video-widget .widget-body .post-video-large {
  width: 100%;
  height: 332px;
  border-radius: 6px;
  overflow: hidden;
}
.theme--light-mobile .base .video-widget .widget-body .post-video-large .post-media {
  width: 100%;
  height: 332px;
  border-radius: 6px;
}
.theme--light-mobile .base .video-widget .widget-body .post-video-large .post-media .embed-responsive {
  height: 332px;
}
.theme--light-mobile .base .video-widget .widget-body .post-video-large .post-media .embed-responsive img {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: 332px;
}
.theme--light-mobile .base .video-widget .widget-body .post-video-large .post-media .video__youtube img {
  object-fit: cover;
  object-position: center;
}
.theme--light-mobile .base .page-title-section {
  width: 100%;
  margin-top: 60px;
  margin-bottom: 60px;
}
.theme--light-mobile .base .page-title-section .title-area {
  width: 100%;
}
.theme--light-mobile .base .page-title-section .title-area h1 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 42px;
  /* identical to box height, or 131% */
  letter-spacing: 0.01em;
  color: #232323;
}
.theme--light-mobile .base .page-title-section .title-description-area p {
  /* Body/Text/Regular/Regular */
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  /* or 157% */
  letter-spacing: 0.01em;
  /* Secondary/Dark */
  color: #676767;
}
.theme--light-mobile .base .title-area-mobile {
  width: 100%;
}
.theme--light-mobile .base .title-area-mobile h1 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  /* identical to box height, or 131% */
  letter-spacing: 0.01em;
  /* Secondary/Darkest */
  color: #232323;
}
.theme--light-mobile .base .title-description-area-mobile p {
  /* Body/Text/Regular/Regular */
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  /* or 157% */
  letter-spacing: 0.01em;
  /* Secondary/Dark */
  color: #676767;
}
.theme--light-mobile .base .accordion-button:not(.collapsed) {
  color: #232323;
  background-color: #ffffff;
  border-color: #ffffff;
}
.theme--light-mobile .base .article p {
  font-family: "Inter", sans-serif;
}
.theme--light-mobile .base .article .accordion-button:not(.collapsed) {
  color: #232323;
  background-color: #ffffff;
  border-color: #ffffff;
}
.theme--light-mobile .base .article .colorfulcats {
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.theme--light-mobile .base .article .colorfulcats a {
  text-decoration: none;
}
.theme--light-mobile .base .article .colorfulcats .label-primary {
  background-color: #0b74a1;
}
.theme--light-mobile .base .article .colorfulcats a.cat-label {
  padding-left: 10px;
  padding-right: 10px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.theme--light-mobile .base .article a {
  color: #CD0504;
  text-decoration: underline;
}
.theme--light-mobile .base .article p {
  color: #232323;
  line-height: 1.625rem;
}
.theme--light-mobile .base .article .authorbox a {
  color: #232323;
  text-decoration: none;
}
.theme--light-mobile .base .article h1 {
  font-family: Poppins;
  font-weight: 600;
  font-size: 2.3rem;
  margin-top: 3rem;
  line-height: 2.5rem;
  letter-spacing: 0.01em;
  color: #232323;
}
.theme--light-mobile .base .article .mm-gallery .glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.theme--light-mobile .base .article .mm-gallery .carousel {
  width: 100%;
  aspect-ratio: 16/9;
  margin: auto;
}
.theme--light-mobile .base .article .mm-gallery .carousel .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.theme--light-mobile .base .article .mm-gallery .carousel .glyphicon-chevron-left {
  width: 30px;
  height: 30px;
  margin-top: -10px;
  font-size: 30px;
}
.theme--light-mobile .base .article .mm-gallery .carousel .glyphicon-chevron-right {
  width: 30px;
  height: 30px;
  margin-top: -10px;
  font-size: 30px;
}
.theme--light-mobile .base .article .mm-gallery .carousel .glyphicon-chevron-left:before {
  content: "\e079";
}
.theme--light-mobile .base .article .mm-gallery .carousel .glyphicon-chevron-right:before {
  content: "\e080";
}
.theme--light-mobile .base .article .mm-gallery .carousel ol.carousel-indicators {
  bottom: 0px;
}
.theme--light-mobile .base .article .mm-gallery .carousel .carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
}
.theme--light-mobile .base .article .mm-gallery .carousel .carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000", endColorstr="#00000000", GradientType=1);
}
.theme--light-mobile .base .article .mm-gallery .carousel .carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#80000000", GradientType=1);
}
.theme--light-mobile .base .article .post-info {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.theme--light-mobile .base .article .post-info .article-post-meta {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
}
.theme--light-mobile .base .article .post-info .article-post-meta .author-data {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding: 5px 0;
}
.theme--light-mobile .base .article .post-info .article-post-meta .author-data .avatar {
  height: 40px;
  width: 40px;
}
.theme--light-mobile .base .article .post-info .article-post-meta .author-data .avatar img {
  height: 40px;
  width: 40px;
  border-radius: 20px;
}
.theme--light-mobile .base .article .post-info .article-post-meta .author-data .author-name .author {
  margin-left: 14px;
  /* H6/Medium */
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  /* identical to box height, or 143% */
  letter-spacing: 0.01em;
  /* Secondary/Darkest */
  color: #232323;
}
.theme--light-mobile .base .article .post-info .article-post-meta .author-data .author-name time {
  margin-left: 14px;
  /* H7 / Regular */
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 12px;
  /* identical to box height, or 133% */
  letter-spacing: 0.01em;
  /* Secondary/Light */
  color: #939393;
}
.theme--light-mobile .base .article .post-info .post-sharing a {
  text-decoration: none;
}
.theme--light-mobile .base .article .post-info .post-sharing .cm-button {
  padding: 14px 20px;
  /* Primary/Default */
  background: #CD0504;
  border-radius: 6px;
  /* H6/Semi */
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height, or 143% */
  letter-spacing: 0.01em;
  /* Neutral/White */
  color: #FFFFFF;
}
.theme--light-mobile .base .article .post-info .post-sharing .fb-button {
  padding: 14px 20px;
  /* Primary/Default */
  background: #365396;
  border-radius: 6px;
  /* H6/Semi */
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height, or 143% */
  letter-spacing: 0.01em;
  /* Neutral/White */
  color: #FFFFFF;
}
.theme--light-mobile .base .article .post-info .post-sharing .tw-button {
  padding: 14px 20px;
  /* Primary/Default */
  background: #00A8F0;
  border-radius: 6px;
  /* H6/Semi */
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height, or 143% */
  letter-spacing: 0.01em;
  /* Neutral/White */
  color: #FFFFFF;
}
.theme--light-mobile .base .article .post-info .post-sharing ul.list-inline {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  list-style-type: none;
  gap: 8px;
}
.theme--light-mobile .base .article .post-info .post-sharing ul.list-inline li .cm-button {
  padding: 14px 20px;
  /* Primary/Default */
  background: #CD0504;
  border-radius: 6px;
  /* H6/Semi */
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height, or 143% */
  letter-spacing: 0.01em;
  /* Neutral/White */
  color: #FFFFFF;
}
.theme--light-mobile .base .article .post-info .post-sharing ul.list-inline li .fb-button {
  padding: 14px 20px;
  /* Primary/Default */
  background: #365396;
  border-radius: 6px;
  /* H6/Semi */
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height, or 143% */
  letter-spacing: 0.01em;
  /* Neutral/White */
  color: #FFFFFF;
}
.theme--light-mobile .base .article .post-info .post-sharing ul.list-inline li .tw-button {
  padding: 14px 20px;
  /* Primary/Default */
  background: #00A8F0;
  border-radius: 6px;
  /* H6/Semi */
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height, or 143% */
  letter-spacing: 0.01em;
  /* Neutral/White */
  color: #FFFFFF;
}
.theme--light-mobile .base .article .post-info .row {
  width: 100%;
}
.theme--light-mobile .base .article .title-area {
  width: 100%;
}
.theme--light-mobile .base .article .columns {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  gap: 64px;
}
.theme--light-mobile .base .article .columns .left-col .post-media {
  width: 792px;
  margin-bottom: 48px;
  border-radius: 6px;
}
.theme--light-mobile .base .article .columns .left-col .post-media img {
  width: 792px;
  border-radius: 6px;
}
.theme--light-mobile .base .article .columns .left-col .post-desc p {
  /* Body/Text/Large/Regular */
  text-align: justify;
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  /* or 162% */
  letter-spacing: 0.01em;
  /* Secondary/Darker */
  color: #3C3C3C;
  margin-bottom: 12px;
}
.theme--light-mobile .base .article .columns .left-col .post-desc img {
  max-width: 792px;
}
.theme--light-mobile .base .article .columns .left-col .post-desc ul {
  padding-inline-start: 40px;
  margin-bottom: 12px;
  /* Body/Text/Large/Regular */
  text-align: justify;
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  /* or 162% */
  letter-spacing: 0.01em;
  /* Secondary/Darker */
  color: #3C3C3C;
}
.theme--light-mobile .base .article .columns .left-col .post-desc h3 {
  /* H3/Semi */
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  /* identical to box height, or 142% */
  letter-spacing: 0.01em;
}
.theme--light-mobile .base .article .columns .left-col .post-desc .post-sharing {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 32px;
  margin-bottom: 32px;
}
.theme--light-mobile .base .article .columns .left-col .post-desc .post-sharing a {
  text-decoration: none;
}
.theme--light-mobile .base .article .columns .left-col .post-desc .post-sharing p {
  /* H6/Medium */
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height, or 143% */
  letter-spacing: 0.01em;
  /* Secondary/Darkest */
  color: #232323;
}
.theme--light-mobile .base .article .columns .left-col .post-desc .post-sharing ul.list-inline {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  list-style-type: none;
  gap: 8px;
}
.theme--light-mobile .base .article .columns .left-col .post-desc .post-sharing ul.list-inline li .cm-button {
  padding: 14px 20px;
  /* Primary/Default */
  background: #CD0504;
  border-radius: 6px;
  /* H6/Semi */
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height, or 143% */
  letter-spacing: 0.01em;
  /* Neutral/White */
  color: #FFFFFF;
}
.theme--light-mobile .base .article .columns .left-col .post-desc .post-sharing ul.list-inline li .fb-button {
  padding: 14px 20px;
  /* Primary/Default */
  background: #365396;
  border-radius: 6px;
  /* H6/Semi */
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height, or 143% */
  letter-spacing: 0.01em;
  /* Neutral/White */
  color: #FFFFFF;
}
.theme--light-mobile .base .article .columns .left-col .post-desc .post-sharing ul.list-inline li .tw-button {
  padding: 14px 20px;
  /* Primary/Default */
  background: #00A8F0;
  border-radius: 6px;
  /* H6/Semi */
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height, or 143% */
  letter-spacing: 0.01em;
  /* Neutral/White */
  color: #FFFFFF;
}
.theme--light-mobile .base .article .columns .left-col .post-desc .post-bottom .tags {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 5px;
}
.theme--light-mobile .base .article .columns .left-col .post-desc .post-bottom .tags a {
  padding: 8px 9px 8px 10px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)), #262626;
  border-radius: 6px;
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 10px;
  line-height: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* identical to box height, or 160% */
  letter-spacing: 0.02em;
  /* Neutral/White */
  color: #FFFFFF;
}
.theme--light-mobile .base .article .columns .left-col .post-desc .comments-widget {
  width: 100%;
}
.theme--light-mobile .base .article .columns .left-col .post-desc .separator {
  width: 100%;
  margin: 32px 0;
}
.theme--light-mobile .base .article .columns .right-col {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  width: 336px;
}
.theme--light-mobile .base .article .columns .right-col .widget .widget-title {
  margin-bottom: 24px;
}
.theme--light-mobile .base .article .columns .right-col .widget .widget-title h4 {
  font-size: 16px;
  line-height: 24px;
}
.theme--light-mobile .base .article .columns .right-col .widget .widget-title p {
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.01em;
  color: #3C3C3C;
}
.theme--light-mobile .base .article .fb-button {
  padding: 14px 20px;
  /* Primary/Default */
  background: #365396;
  border-radius: 6px;
  /* H6/Semi */
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height, or 143% */
  letter-spacing: 0.01em;
  /* Neutral/White */
  color: #FFFFFF;
}
.theme--light-mobile .base .article .post-bottom .tags {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 5px;
}
.theme--light-mobile .base .article .post-bottom .tags a {
  padding: 8px 9px 8px 10px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)), #262626;
  border-radius: 6px;
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 10px;
  line-height: 16px;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* identical to box height, or 160% */
  letter-spacing: 0.02em;
  /* Neutral/White */
  color: #FFFFFF;
}
.theme--light-mobile .base .article .cm-button {
  text-decoration: none;
  padding: 14px 20px;
  /* Primary/Default */
  background: #CD0504;
  border-radius: 6px;
  /* H6/Semi */
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height, or 143% */
  letter-spacing: 0.01em;
  /* Neutral/White */
  color: #FFFFFF;
}
.theme--light-mobile .base .article .tw-button {
  text-decoration: none;
  padding: 14px 20px;
  /* Primary/Default */
  background: #00A8F0;
  border-radius: 6px;
  /* H6/Semi */
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height, or 143% */
  letter-spacing: 0.01em;
  /* Neutral/White */
  color: #FFFFFF;
}
.theme--light-mobile .base .article .post-sharing a {
  text-decoration: none;
}
.theme--light-mobile .base .article .post-sharing p {
  font-family: Poppins;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1%;
}
.theme--light-mobile .base .article img {
  object-fit: cover;
  max-width: 100%;
  max-height: 100%;
  height: auto;
}
.theme--light-mobile .base .article blockquote {
  position: relative;
  padding: 10px 20px 10px 70px;
  margin: 0 0 20px;
  font-size: 1.4rem;
  font-weight: 600;
}
.theme--light-mobile .base .article blockquote p {
  font-family: Poppins;
  line-height: 1.8;
}
.theme--light-mobile .base .article blockquote:before {
  color: #ca0301;
  content: url("../img/double-quotes-l.svg");
  height: 50px;
  width: 50px;
  display: block;
  left: 0px;
  position: absolute;
  top: 0px;
}
@media screen and (max-width: 1200px) {
  .theme--light-mobile .base .article {
    width: 100%;
  }
  .theme--light-mobile .base .article .title-area {
    width: 100%;
  }
}
@media screen and (max-width: 992px) {
  .theme--light-mobile .base .article {
    width: 100%;
  }
  .theme--light-mobile .base .article h1 {
    font-size: 1.7rem;
  }
  .theme--light-mobile .base .article .columns {
    flex-direction: column;
    gap: 32px;
  }
  .theme--light-mobile .base .article .columns .left-col {
    width: 100%;
  }
  .theme--light-mobile .base .article .columns .right-col {
    width: 100%;
  }
}
@media screen and (max-width: 800px) {
  .theme--light-mobile .base .article {
    width: 100%;
  }
  .theme--light-mobile .base .article .post-media img {
    height: 340px;
    width: auto;
    object-fit: cover;
    max-width: 100%;
    max-height: 100%;
    width: auto;
  }
}
@media screen and (min-width: 1200px) {
  .theme--light-mobile .base .posts-col .large-widget {
    margin: 0;
    display: flex;
    flex-direction: row;
  }
  .theme--light-mobile .base .posts-col .large-widget .post-media {
    width: 248px;
    height: 224px;
    border-radius: 6px;
  }
  .theme--light-mobile .base .posts-col .large-widget .post-media .large-post-media-cover {
    width: 248px;
    height: 224px;
    border-radius: 6px;
    overflow: hidden;
  }
  .theme--light-mobile .base .posts-col .large-widget .post-media .large-post-media-cover img {
    width: 248px;
    height: 224px;
    object-fit: cover;
    object-position: center;
    min-height: 100%;
    min-width: 100%;
  }
  .theme--light-mobile .base .posts-col .large-widget .title-area {
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 10px;
  }
  .theme--light-mobile .base .posts-col .large-widget .title-area .colorfulcats {
    display: flex;
    flex-direction: row;
    gap: 10px;
  }
  .theme--light-mobile .base .posts-col .large-widget .title-area .colorfulcats .label-primary {
    background-color: #0b74a1;
  }
  .theme--light-mobile .base .posts-col .large-widget .title-area .colorfulcats a.cat-label {
    padding-left: 10px;
    padding-right: 10px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .theme--light-mobile .base .posts-col .large-widget .title-area .large-post-meta {
    display: flex;
    flex-direction: row;
  }
  .theme--light-mobile .base .posts-col .large-widget .title-area .large-post-meta .author {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .theme--light-mobile .base .posts-col .large-widget .title-area .large-post-meta .author .author-data {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    color: #232323;
    letter-spacing: 0.02em;
  }
  .theme--light-mobile .base .posts-col .large-widget .title-area .large-post-meta .author .author-data .avatar {
    height: 24px;
    width: 24px;
  }
  .theme--light-mobile .base .posts-col .large-widget .title-area .large-post-meta .author .author-data .avatar img {
    height: 24px;
    width: 24px;
    border-radius: 12px;
  }
  .theme--light-mobile .base .posts-col .large-widget .title-area .large-post-meta .author .author-data .author-name {
    margin-left: 10px;
    color: #232323;
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    /* identical to box height */
    letter-spacing: 0.02em;
    /* Secondary/Darkest */
  }
  .theme--light-mobile .base .posts-col .large-widget .title-area .large-post-meta .post-time time {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.01em;
    color: #676767;
  }
}
@media screen and (max-width: 1199px) {
  .theme--light-mobile .base .posts-col .large-widget {
    width: 100%;
    margin: 0;
    display: flex;
    flex-direction: row;
  }
  .theme--light-mobile .base .posts-col .large-widget .post-media {
    border-radius: 6px;
    overflow: hidden;
  }
  .theme--light-mobile .base .posts-col .large-widget .post-media img {
    object-fit: cover;
    object-position: center;
    min-height: 100%;
    min-width: 100%;
  }
  .theme--light-mobile .base .posts-col .large-widget .title-area {
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 15px;
  }
  .theme--light-mobile .base .posts-col .large-widget .title-area .colorfulcats {
    display: flex;
    flex-direction: row;
    gap: 10px;
  }
  .theme--light-mobile .base .posts-col .large-widget .title-area .colorfulcats .label-primary {
    background-color: #0b74a1;
  }
  .theme--light-mobile .base .posts-col .large-widget .title-area .colorfulcats a.cat-label {
    padding-left: 10px;
    padding-right: 10px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .theme--light-mobile .base .posts-col .large-widget .title-area .large-post-meta {
    display: flex;
    flex-direction: row;
  }
  .theme--light-mobile .base .posts-col .large-widget .title-area .large-post-meta .author {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .theme--light-mobile .base .posts-col .large-widget .title-area .large-post-meta .author .author-data {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    color: #232323;
    letter-spacing: 0.02em;
  }
  .theme--light-mobile .base .posts-col .large-widget .title-area .large-post-meta .author .author-data .avatar {
    height: 24px;
    width: 24px;
  }
  .theme--light-mobile .base .posts-col .large-widget .title-area .large-post-meta .author .author-data .avatar img {
    height: 24px;
    width: 24px;
    border-radius: 12px;
  }
  .theme--light-mobile .base .posts-col .large-widget .title-area .large-post-meta .author .author-data .author-name {
    margin-left: 10px;
    color: #232323;
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    /* identical to box height */
    letter-spacing: 0.02em;
    /* Secondary/Darkest */
  }
  .theme--light-mobile .base .posts-col .large-widget .title-area .large-post-meta .post-time time {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.01em;
    color: #676767;
  }
}
.theme--light-mobile .base .pagination-main {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  width: 100%;
  /* Secondary/Extra Light */
  border: 1px solid;
  box-sizing: border-box;
  border-radius: 8px;
}
.theme--light-mobile .base .pagination-main .accordion-item {
  border: 1px solid;
}
.theme--light-mobile .base .pagination-main .pagination-main-heading {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  cursor: pointer;
  justify-content: space-between;
  /*i {
      height: 25px;
      width: 25px;
    }
  span {
      height: 25px;
      margin: 0 auto;
    }*/
}
.theme--light-mobile .base .pagination-main .pagination-main-heading .accordion-button {
  font-size: 1rem;
  font-weight: 500;
}
.theme--light-mobile .base .pagination-main .pagination-main-heading .accordion-button:not(.collapsed) {
  box-shadow: none;
}
.theme--light-mobile .base .pagination-main .pagination-main-heading h5 {
  /* H5/Semi */
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  /* identical to box height */
  letter-spacing: 0.01em;
  /* Secondary/Darkest */
  color: #232323;
}
.theme--light-mobile .base .pagination-main .accordion-body {
  padding: 0;
}
.theme--light-mobile .base .pagination-main .pagination-main-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
}
.theme--light-mobile .base .pagination-main .pagination-main-content .menu-list {
  padding: 15px 19px;
  /* H7 / Medium */
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  /* identical to box height */
  letter-spacing: 0.01em;
  /* Secondary/Dark */
  color: #676767;
  background: #ffffff;
}
.theme--light-mobile .base .pagination-main .pagination-main-content .menu-list a {
  text-decoration: none;
  color: #939393;
}
.theme--light-mobile .base .pagination-main .pagination-main-content .menu-list-active {
  /*height: 48px;*/
  padding: 15px 19px;
  border-left: 1px solid #CD0504;
  /* H7 / Medium */
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  /* identical to box height */
  letter-spacing: 0.01em;
}
.theme--light-mobile .base .pagination-main .pagination-main-content .menu-list-active a {
  color: #CD0504;
  text-decoration: none;
}
.theme--light-mobile .base .pagination-main .pagination-main-content .active {
  /*height: 48px;*/
  display: block;
  padding: 15px 19px;
  border-left: 1px solid #CD0504;
  /* H7 / Medium */
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  /* identical to box height */
  letter-spacing: 0.01em;
  color: #CD0504;
  text-decoration: none;
}
.theme--light-mobile .base .pagination-bottom {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  width: 100%;
  /* Secondary/Extra Light */
  border: 1px solid #F3F3F3;
  box-sizing: border-box;
  border-radius: 6px;
  margin-bottom: 48px;
}
.theme--light-mobile .base .pagination-bottom .pagination-bottom-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
}
.theme--light-mobile .base .pagination-bottom .pagination-bottom-content .menu-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  height: 48px;
  /* H7 / Medium */
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  /* identical to box height */
  padding: 0 16px;
  letter-spacing: 0.01em;
  /* Secondary/Dark */
  color: #676767;
}
.theme--light-mobile .base .pagination-bottom .pagination-bottom-content .menu-list a {
  text-decoration: none;
}
.theme--light-mobile .base .pagination-bottom .pagination-bottom-content .menu-list i {
  font-size: 18px;
}
.theme--light-mobile .base .pagination-bottom .pagination-bottom-content .menu-list a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding: 15px 19px;
  color: #939393;
}
.theme--light-mobile .base .pagination-bottom .pagination-bottom-content .menu-list a.active {
  color: #CD0504;
}
.theme--light-mobile .base .pagination-bottom .pagination-bottom-content .menu-list a i {
  font-size: 18px;
}
.theme--light-mobile .base .pagination-bottom .pagination-bottom-content .menu-list-active {
  height: 48px;
  padding: 15px 19px;
  border-left: 1px solid #CD0504;
  /* H7 / Medium */
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  /* identical to box height */
  letter-spacing: 0.01em;
  color: #CD0504;
  background: rgba(205, 5, 4, 0.04);
}
.theme--light-mobile .base .gallery-slider-mobile {
  height: 400px;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
}
.theme--light-mobile .base .gallery-slider-mobile .gallery-slider-item {
  height: 400px;
  border-radius: 6px;
  position: relative;
  background-size: cover;
}
.theme--light-mobile .base .gallery-slider-mobile .gallery-slider-item .slider-effects .badges .colorfulcats .label-primary {
  background-color: #0b74a1;
}
.theme--light-mobile .base .gallery-slider-mobile .gallery-slider-item .slider-effects .caption {
  position: absolute;
  left: 24px;
  bottom: 56px;
  z-index: 1;
}
.theme--light-mobile .base .gallery-slider-mobile .gallery-slider-item .slider-effects .caption .feature {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 0;
  letter-spacing: 0.01em;
  color: #D4D4D4;
}
.theme--light-mobile .base .gallery-slider-mobile .gallery-slider-item .slider-effects .caption h2, .theme--light-mobile .base .gallery-slider-mobile .gallery-slider-item .slider-effects .caption h3 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 42px;
  letter-spacing: 0.01em;
  color: #FFFFFF;
}
.theme--light-mobile .base .gallery-slider-mobile .gallery-slider-item .slider-effects::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 5px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 44.79%, rgba(0, 0, 0, 0.35) 63.54%, rgba(0, 0, 0, 0.75) 100%);
}
.theme--light-mobile .base .gallery-slider-mobile .gallery-slider-item .slider-effects::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 5px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 44.79%, rgba(0, 0, 0, 0.35) 63.54%, rgba(0, 0, 0, 0.75) 100%);
}
.theme--light-mobile .base .gallery-slider-mobile .gallery-slider-item img {
  object-fit: cover;
  object-position: center;
  min-height: 100%;
  min-width: 100%;
  border-radius: 6px;
}
.theme--light-mobile .base .gallery-slider-mobile .gallery-slider-item .badges {
  position: absolute;
  right: 24px;
  top: 24px;
}
.theme--light-mobile .base .gallery-slider-mobile .gallery-slider-item .meta {
  position: absolute;
  left: 24px;
  top: 24px;
}
.theme--light-mobile .base .gallery-slider-mobile .gallery-slider-item .meta .vertical-post-meta .author-data {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding: 5px 0;
}
.theme--light-mobile .base .gallery-slider-mobile .gallery-slider-item .meta .vertical-post-meta .author-data .avatar {
  height: 32px;
  width: 32px;
}
.theme--light-mobile .base .gallery-slider-mobile .gallery-slider-item .meta .vertical-post-meta .author-data .avatar img {
  height: 32px;
  width: 32px;
  border-radius: 16px;
}
.theme--light-mobile .base .gallery-slider-mobile .gallery-slider-item .meta .vertical-post-meta .author-data .author-name {
  margin-left: 10px;
}
.theme--light-mobile .base .gallery-slider-mobile .gallery-slider-item .meta .vertical-post-meta .author-data .author-name .author {
  color: #FFFFFF;
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  /* identical to box height */
  letter-spacing: 0.01em;
  /* Secondary/Darkest */
  margin-bottom: 0px;
}
.theme--light-mobile .base .gallery-slider-mobile .gallery-slider-item .meta .vertical-post-meta .author-data .author-name time {
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 12px;
  /* identical to box height, or 133% */
  letter-spacing: 0.02em;
  /* Secondary/Dark */
  color: #FFFFFF;
  margin-right: 8px;
}
.theme--light-mobile .base .gallery-slider-large {
  width: 100%;
  height: 388px;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
}
.theme--light-mobile .base .gallery-slider-large .gallery-slider-item {
  width: 100%;
  height: 388px;
  border-radius: 6px;
  position: relative;
  background-size: cover;
}
.theme--light-mobile .base .gallery-slider-large .gallery-slider-item .slider-effects .badges .colorfulcats .label-primary {
  background-color: #0b74a1;
}
.theme--light-mobile .base .gallery-slider-large .gallery-slider-item .slider-effects .caption {
  position: absolute;
  left: 24px;
  bottom: 56px;
  z-index: 1;
}
.theme--light-mobile .base .gallery-slider-large .gallery-slider-item .slider-effects .caption .feature {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 0;
  letter-spacing: 0.01em;
  color: #D4D4D4;
}
.theme--light-mobile .base .gallery-slider-large .gallery-slider-item .slider-effects .caption h2, .theme--light-mobile .base .gallery-slider-large .gallery-slider-item .slider-effects .caption h3 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 42px;
  letter-spacing: 0.01em;
  color: #FFFFFF;
}
.theme--light-mobile .base .gallery-slider-large .gallery-slider-item .slider-effects::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 5px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 44.79%, rgba(0, 0, 0, 0.35) 63.54%, rgba(0, 0, 0, 0.75) 100%);
}
.theme--light-mobile .base .gallery-slider-large .gallery-slider-item .slider-effects::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 5px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 44.79%, rgba(0, 0, 0, 0.35) 63.54%, rgba(0, 0, 0, 0.75) 100%);
}
.theme--light-mobile .base .gallery-slider-large .gallery-slider-item img {
  object-fit: cover;
  object-position: center;
  min-height: 100%;
  min-width: 100%;
  border-radius: 6px;
}
.theme--light-mobile .base .gallery-slider-large .gallery-slider-item .badges {
  position: absolute;
  right: 24px;
  top: 24px;
}
.theme--light-mobile .base .gallery-slider-large .gallery-slider-item .meta {
  position: absolute;
  left: 24px;
  top: 24px;
}
.theme--light-mobile .base .gallery-slider-large .gallery-slider-item .meta .vertical-post-meta .author-data {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding: 5px 0;
}
.theme--light-mobile .base .gallery-slider-large .gallery-slider-item .meta .vertical-post-meta .author-data .avatar {
  height: 32px;
  width: 32px;
}
.theme--light-mobile .base .gallery-slider-large .gallery-slider-item .meta .vertical-post-meta .author-data .avatar img {
  height: 32px;
  width: 32px;
  border-radius: 16px;
}
.theme--light-mobile .base .gallery-slider-large .gallery-slider-item .meta .vertical-post-meta .author-data .author-name {
  margin-left: 10px;
}
.theme--light-mobile .base .gallery-slider-large .gallery-slider-item .meta .vertical-post-meta .author-data .author-name .author {
  color: #FFFFFF;
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  /* identical to box height */
  letter-spacing: 0.01em;
  /* Secondary/Darkest */
  margin-bottom: 0px;
}
.theme--light-mobile .base .gallery-slider-large .gallery-slider-item .meta .vertical-post-meta .author-data .author-name time {
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 12px;
  /* identical to box height, or 133% */
  letter-spacing: 0.02em;
  /* Secondary/Dark */
  color: #FFFFFF;
  margin-right: 8px;
}
.theme--light-mobile .base .gallery-slider-small {
  width: 100%;
  height: 388px;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
}
.theme--light-mobile .base .gallery-slider-small .gallery-slider-item {
  width: 100%;
  height: 388px;
  border-radius: 6px;
  position: relative;
  background-size: cover;
}
.theme--light-mobile .base .gallery-slider-small .gallery-slider-item .slider-effects .badges .colorfulcats .label-primary {
  background-color: #0b74a1;
}
.theme--light-mobile .base .gallery-slider-small .gallery-slider-item .slider-effects .caption {
  position: absolute;
  left: 24px;
  bottom: 56px;
  z-index: 1;
}
.theme--light-mobile .base .gallery-slider-small .gallery-slider-item .slider-effects .caption .feature {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.01em;
  color: #D4D4D4;
  margin-bottom: 0;
}
.theme--light-mobile .base .gallery-slider-small .gallery-slider-item .slider-effects .caption h2, .theme--light-mobile .base .gallery-slider-small .gallery-slider-item .slider-effects .caption h3 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 42px;
  letter-spacing: 0.01em;
  color: #FFFFFF;
}
.theme--light-mobile .base .gallery-slider-small .gallery-slider-item .slider-effects::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 5px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 44.79%, rgba(0, 0, 0, 0.35) 63.54%, rgba(0, 0, 0, 0.75) 100%);
}
.theme--light-mobile .base .gallery-slider-small .gallery-slider-item .slider-effects::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 5px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 44.79%, rgba(0, 0, 0, 0.35) 63.54%, rgba(0, 0, 0, 0.75) 100%);
}
.theme--light-mobile .base .gallery-slider-small .gallery-slider-item img {
  object-fit: cover;
  object-position: center;
  min-height: 100%;
  min-width: 100%;
  border-radius: 6px;
}
.theme--light-mobile .base .gallery-slider-small .gallery-slider-item .caption {
  position: absolute;
  left: 24px;
  bottom: 56px;
}
.theme--light-mobile .base .gallery-slider-small .gallery-slider-item .caption .feature {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  /* identical to box height */
  letter-spacing: 0.01em;
  /* Secondary/Lightest */
  color: #D4D4D4;
}
.theme--light-mobile .base .gallery-slider-small .gallery-slider-item .caption h2, .theme--light-mobile .base .gallery-slider-small .gallery-slider-item .caption h3 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 42px;
  /* or 131% */
  letter-spacing: 0.01em;
  /* Neutral/White */
  color: #FFFFFF;
}
.theme--light-mobile .base .gallery-slider-small .gallery-slider-item .badges {
  position: absolute;
  right: 24px;
  top: 24px;
}
.theme--light-mobile .base .gallery-slider-small .gallery-slider-item .meta {
  position: absolute;
  left: 24px;
  top: 24px;
}
.theme--light-mobile .base .gallery-slider-small .gallery-slider-item .meta .vertical-post-meta .author-data {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding: 5px 0;
}
.theme--light-mobile .base .gallery-slider-small .gallery-slider-item .meta .vertical-post-meta .author-data .avatar {
  height: 32px;
  width: 32px;
}
.theme--light-mobile .base .gallery-slider-small .gallery-slider-item .meta .vertical-post-meta .author-data .avatar img {
  height: 32px;
  width: 32px;
  border-radius: 16px;
}
.theme--light-mobile .base .gallery-slider-small .gallery-slider-item .meta .vertical-post-meta .author-data .author-name {
  margin-left: 10px;
}
.theme--light-mobile .base .gallery-slider-small .gallery-slider-item .meta .vertical-post-meta .author-data .author-name .author {
  color: #FFFFFF;
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  /* identical to box height */
  letter-spacing: 0.01em;
  /* Secondary/Darkest */
  margin-bottom: 0px;
}
.theme--light-mobile .base .gallery-slider-small .gallery-slider-item .meta .vertical-post-meta .author-data .author-name time {
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 12px;
  /* identical to box height, or 133% */
  letter-spacing: 0.02em;
  /* Secondary/Dark */
  color: #FFFFFF;
  margin-right: 8px;
}
.theme--light-mobile .base .top-left-tile {
  /*width: 290px;*/
  width: 100%;
  height: 324px;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
}
.theme--light-mobile .base .top-left-tile .tile-item {
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  height: 324px;
  border-radius: 6px;
  position: relative;
  /*img {
    object-fit: cover;
    object-position: center;
    width: 290px;
    height: 324px;
    min-height: 100%;
    min-width: 100%;
    border-radius: 6px;
  }*/
}
.theme--light-mobile .base .top-left-tile .tile-item .effects .badges .colorfulcats .label-primary {
  background-color: #0b74a1;
}
.theme--light-mobile .base .top-left-tile .tile-item .effects .caption {
  position: absolute;
  left: 24px;
  bottom: 20px;
  z-index: 1;
}
.theme--light-mobile .base .top-left-tile .tile-item .effects .caption .feature {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.01em;
  color: #D4D4D4;
}
.theme--light-mobile .base .top-left-tile .tile-item .effects .caption h2, .theme--light-mobile .base .top-left-tile .tile-item .effects .caption h3 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 42px;
  letter-spacing: 0.01em;
  color: #FFFFFF;
}
.theme--light-mobile .base .top-left-tile .tile-item .effects::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 5px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 44.79%, rgba(0, 0, 0, 0.35) 63.54%, rgba(0, 0, 0, 0.75) 100%);
}
.theme--light-mobile .base .top-left-tile .tile-item .effects::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 5px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 44.79%, rgba(0, 0, 0, 0.35) 63.54%, rgba(0, 0, 0, 0.75) 100%);
}
.theme--light-mobile .base .top-left-tile .tile-item .caption {
  position: absolute;
  left: 24px;
  /*.feature {
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.01em;
    color: #D4D4D4;
  }*/
}
.theme--light-mobile .base .top-left-tile .tile-item .caption h2, .theme--light-mobile .base .top-left-tile .tile-item .caption h3 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  /* or 131% */
  letter-spacing: 0.01em;
  /* Neutral/White */
  color: #FFFFFF;
}
.theme--light-mobile .base .top-left-tile .tile-item .badges {
  position: absolute;
  right: 24px;
  top: 24px;
}
.theme--light-mobile .base .top-left-tile .tile-item .meta {
  position: absolute;
  left: 24px;
  top: 24px;
}
.theme--light-mobile .base .top-left-tile .tile-item .meta .vertical-post-meta .author-data {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding: 5px 0;
}
.theme--light-mobile .base .top-left-tile .tile-item .meta .vertical-post-meta .author-data .avatar {
  height: 32px;
  width: 32px;
}
.theme--light-mobile .base .top-left-tile .tile-item .meta .vertical-post-meta .author-data .avatar img {
  height: 32px;
  width: 32px;
  border-radius: 16px;
}
.theme--light-mobile .base .top-left-tile .tile-item .meta .vertical-post-meta .author-data .author-name {
  margin-left: 10px;
}
.theme--light-mobile .base .top-left-tile .tile-item .meta .vertical-post-meta .author-data .author-name .author {
  color: #FFFFFF;
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  /* identical to box height */
  letter-spacing: 0.01em;
  /* Secondary/Darkest */
  margin-bottom: 0px;
}
.theme--light-mobile .base .top-left-tile .tile-item .meta .vertical-post-meta .author-data .author-name time {
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 12px;
  /* identical to box height, or 133% */
  letter-spacing: 0.02em;
  /* Secondary/Dark */
  color: #FFFFFF;
  margin-right: 8px;
}
.theme--light-mobile .base .top-center-tile {
  width: 100%;
  height: 324px;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
}
.theme--light-mobile .base .top-center-tile .tile-item {
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  height: 324px;
  border-radius: 6px;
  position: relative;
  padding: 20px;
}
.theme--light-mobile .base .top-center-tile .tile-item .effects .badges .colorfulcats .label-primary {
  background-color: #0b74a1;
}
.theme--light-mobile .base .top-center-tile .tile-item .effects .caption {
  position: absolute;
  left: 24px;
  bottom: 20px;
  z-index: 1;
}
.theme--light-mobile .base .top-center-tile .tile-item .effects .caption .feature {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.01em;
  margin-bottom: 0;
  color: #D4D4D4;
}
.theme--light-mobile .base .top-center-tile .tile-item .effects .caption h2, .theme--light-mobile .base .top-center-tile .tile-item .effects .caption h3 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 42px;
  /* or 131% */
  letter-spacing: 0.01em;
  /* Neutral/White */
  color: #FFFFFF;
}
.theme--light-mobile .base .top-center-tile .tile-item .effects::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 5px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 44.79%, rgba(0, 0, 0, 0.35) 63.54%, rgba(0, 0, 0, 0.75) 100%);
}
.theme--light-mobile .base .top-center-tile .tile-item .effects::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 5px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 44.79%, rgba(0, 0, 0, 0.35) 63.54%, rgba(0, 0, 0, 0.75) 100%);
}
.theme--light-mobile .base .top-center-tile .tile-item img {
  object-fit: cover;
  object-position: center;
  width: 510px;
  height: 324px;
  min-height: 100%;
  min-width: 100%;
  border-radius: 6px;
}
.theme--light-mobile .base .top-center-tile .tile-item .caption {
  position: absolute;
  left: 24px;
  bottom: 56px;
}
.theme--light-mobile .base .top-center-tile .tile-item .caption .feature {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.01em;
  color: #D4D4D4;
}
.theme--light-mobile .base .top-center-tile .tile-item .caption h2, .theme--light-mobile .base .top-center-tile .tile-item .caption h3 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0.01em;
  color: #FFFFFF;
}
.theme--light-mobile .base .top-center-tile .tile-item .badges {
  position: absolute;
  right: 24px;
  top: 24px;
}
.theme--light-mobile .base .top-center-tile .tile-item .meta {
  position: absolute;
  left: 24px;
  top: 24px;
}
.theme--light-mobile .base .top-center-tile .tile-item .meta .vertical-post-meta .author-data {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding: 5px 0;
}
.theme--light-mobile .base .top-center-tile .tile-item .meta .vertical-post-meta .author-data .avatar {
  height: 32px;
  width: 32px;
}
.theme--light-mobile .base .top-center-tile .tile-item .meta .vertical-post-meta .author-data .avatar img {
  height: 32px;
  width: 32px;
  border-radius: 16px;
}
.theme--light-mobile .base .top-center-tile .tile-item .meta .vertical-post-meta .author-data .author-name {
  margin-left: 10px;
}
.theme--light-mobile .base .top-center-tile .tile-item .meta .vertical-post-meta .author-data .author-name .author {
  color: #FFFFFF;
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  /* identical to box height */
  letter-spacing: 0.01em;
  /* Secondary/Darkest */
  margin-bottom: 0px;
}
.theme--light-mobile .base .top-center-tile .tile-item .meta .vertical-post-meta .author-data .author-name time {
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 12px;
  /* identical to box height, or 133% */
  letter-spacing: 0.02em;
  /* Secondary/Dark */
  color: #FFFFFF;
  margin-right: 8px;
}
.theme--light-mobile .base .top-right-tile {
  width: 100%;
  height: 324px;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
}
.theme--light-mobile .base .top-right-tile .tile-item {
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  height: 324px;
  border-radius: 6px;
  position: relative;
  padding: 20px;
}
.theme--light-mobile .base .top-right-tile .tile-item .effects .badges .colorfulcats .label-primary {
  background-color: #0b74a1;
}
.theme--light-mobile .base .top-right-tile .tile-item .effects .caption {
  position: absolute;
  left: 24px;
  bottom: 20px;
  z-index: 1;
}
.theme--light-mobile .base .top-right-tile .tile-item .effects .caption .feature {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.01em;
  margin-bottom: 0;
  color: #D4D4D4;
}
.theme--light-mobile .base .top-right-tile .tile-item .effects .caption h2, .theme--light-mobile .base .top-right-tile .tile-item .effects .caption h3 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 42px;
  letter-spacing: 0.01em;
  color: #FFFFFF;
}
.theme--light-mobile .base .top-right-tile .tile-item .effects::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 5px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 44.79%, rgba(0, 0, 0, 0.35) 63.54%, rgba(0, 0, 0, 0.75) 100%);
}
.theme--light-mobile .base .top-right-tile .tile-item .effects::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 5px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 44.79%, rgba(0, 0, 0, 0.35) 63.54%, rgba(0, 0, 0, 0.75) 100%);
}
.theme--light-mobile .base .top-right-tile .tile-item img {
  object-fit: cover;
  object-position: center;
  width: 368px;
  height: 324px;
  min-height: 100%;
  min-width: 100%;
  border-radius: 6px;
}
.theme--light-mobile .base .top-right-tile .tile-item .caption {
  position: absolute;
  left: 24px;
}
.theme--light-mobile .base .top-right-tile .tile-item .caption .feature {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.01em;
  color: #D4D4D4;
}
.theme--light-mobile .base .top-right-tile .tile-item .caption h2, .theme--light-mobile .base .top-right-tile .tile-item .caption h3 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0.01em;
  color: #FFFFFF;
}
.theme--light-mobile .base .top-right-tile .tile-item .badges {
  position: absolute;
  right: 24px;
  top: 24px;
}
.theme--light-mobile .base .top-right-tile .tile-item .meta {
  position: absolute;
  left: 24px;
  top: 24px;
}
.theme--light-mobile .base .top-right-tile .tile-item .meta .vertical-post-meta .author-data {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding: 5px 0;
}
.theme--light-mobile .base .top-right-tile .tile-item .meta .vertical-post-meta .author-data .avatar {
  height: 32px;
  width: 32px;
}
.theme--light-mobile .base .top-right-tile .tile-item .meta .vertical-post-meta .author-data .avatar img {
  height: 32px;
  width: 32px;
  border-radius: 16px;
}
.theme--light-mobile .base .top-right-tile .tile-item .meta .vertical-post-meta .author-data .author-name {
  margin-left: 10px;
}
.theme--light-mobile .base .top-right-tile .tile-item .meta .vertical-post-meta .author-data .author-name .author {
  color: #FFFFFF;
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  /* identical to box height */
  letter-spacing: 0.01em;
  /* Secondary/Darkest */
  margin-bottom: 0px;
}
.theme--light-mobile .base .top-right-tile .tile-item .meta .vertical-post-meta .author-data .author-name time {
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 12px;
  /* identical to box height, or 133% */
  letter-spacing: 0.02em;
  /* Secondary/Dark */
  color: #FFFFFF;
  margin-right: 8px;
}
.theme--light-mobile .base .gray-section {
  background-color: #FAFAFA;
}
.theme--light-mobile .base .right-column-widget {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.theme--light-mobile .base .right-column-widget .mini-widget {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.theme--light-mobile .base .right-column-widget .mini-widget .mini-widget-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
}
.theme--light-mobile .base .right-column-widget .mini-widget .mini-widget-flex a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  gap: 15px;
}
.theme--light-mobile .base .right-column-widget .mini-widget .mini-widget-flex a .miniature img {
  height: 80px;
  width: 80px;
}
.theme--light-mobile .base .right-column-widget .mini-widget .mini-widget-flex a .text {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  padding: 8px 0;
}
.theme--light-mobile .base .right-column-widget .mini-widget .mini-widget-flex a .text h4, .theme--light-mobile .base .right-column-widget .mini-widget .mini-widget-flex a .text h5 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.01em;
  color: #232323;
  line-height: 120%;
}
.theme--light-mobile .base .right-column-widget .mini-widget .mini-widget-flex a .text .date {
  font-size: 10px;
}
.theme--light-mobile .base .mobile-banner-full-width {
  width: 100%;
  background-color: none;
}
.theme--light-mobile .base .banner-full-width {
  width: 100%;
  background-color: none;
  /*margin-bottom: 64px;*/
}
@media screen and (min-width: 1200px) {
  .theme--light-mobile .base .separator {
    width: 100%;
    height: 1px;
    background-color: #F3F3F3;
  }
}
@media screen and (max-width: 800px) {
  .theme--light-mobile .base .separator {
    width: 100%;
    height: 1px;
    background-color: #F3F3F3;
  }
}
.theme--light-mobile .base .banner-full-width-inv {
  width: 100%;
  background-color: none;
  height: 340px;
}
.theme--light-mobile .base :root {
  --bg-color: #13131f;
  --bg-color-2: t($bg);
  --text-color: t(text-secondary-page-title);
  --accent-color: t(bg-accent);
}
.theme--light-mobile .base #sidebar {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  padding: 2rem;
  background-color: #ffffff;
  box-shadow: 0 10px 20px -4px #000;
  overflow-x: hidden;
  overflow-y: auto;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-100%);
  transition: opacity 0.3s ease, visibility 0.2s ease, transform 0.3s ease;
}
.theme--light-mobile .base #sidebar #aside_close {
  color: #232323;
}
.theme--light-mobile .base #sidebar h5 {
  font-family: Poppins;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  color: #232323;
}
.theme--light-mobile .base #sidebar h5 a {
  color: #232323;
}
.theme--light-mobile .base #sidebar.show {
  pointer-events: all;
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.theme--light-mobile .base .sidebar_content {
  padding: 2.8rem 0;
  pointer-events: none;
  /* so that the Sidebar does not get closed while clicking on sidebar_content */
}
.theme--light-mobile .base .sidebar_content a {
  pointer-events: all;
  /* so that all the a inside sidebar_content are clickable */
}
.theme--light-mobile .base .sidebar_body {
  /*border-top: 1px dashed var(--text-color);
  border-bottom: 1px dashed var(--text-color);*/
}
.theme--light-mobile .base .side_navlinks ul {
  display: grid;
  /*gap: 2rem;*/
}
.theme--light-mobile .base .side_navlinks li a {
  letter-spacing: 1px;
  opacity: 0.8;
}
.theme--light-mobile .base .side_navlinks a:hover {
  opacity: 1;
}
.theme--light-mobile .base .sidebar_toggler {
  /*position: fixed;*/
  position: relative;
  /*top: 4vh;
    right: 3vw;*/
  /*width: 1.75rem;*/
  height: 1.3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
  overflow: hidden;
}
.theme--light-mobile .base .sidebar_toggler span {
  background-color: #ddd;
  width: 100%;
  height: 2.4px;
  transition: all 0.3s ease;
  pointer-events: none;
  /* so that it doesn't overlap the sidebar_toggler */
}
.theme--light-mobile .base #sidebar.show + .sidebar_toggler {
  justify-content: center;
}
.theme--light-mobile .base #sidebar.show + .sidebar_toggler span {
  margin-top: -1.2px;
  margin-bottom: -1.2px;
}
.theme--light-mobile .base #sidebar.show + .sidebar_toggler span:first-child {
  transform: rotate(45deg);
}
.theme--light-mobile .base #sidebar.show + .sidebar_toggler span:nth-child(2) {
  opacity: 0;
  transform: translateX(-100%);
}
.theme--light-mobile .base #sidebar.show + .sidebar_toggler span:last-child {
  transform: rotate(-45deg);
}
.theme--light-mobile .base .mobile-menu-bar {
  background-color: #ffffff;
}
.theme--dark-all .base {
  color: #D4D4D4;
  background-color: #161616;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-family: "Poppins", sans-serif;
  /*--====== Global Variables ======--*/
  /*--====== Sidebar ======--*/
  /* when the sidebar has 'show' class */
  /*---- Sidebar-Toggler ----*/
  /* if the sidebar has 'show' class then their adjacent-sibling (i.e., sidebar_toggler) will... */
  /*.banner-full-width {
          width: 1200px;
          background-color: #161616;
          /*margin-bottom: 64px;* /
      }*/
}
.theme--dark-all .base .icon-color {
  color: #ffffff;
}
.theme--dark-all .base .box:after {
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #161616 88%, #161616 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);*/
  /* IE6-9 */
  content: " ";
  display: block;
  height: 30px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
}
.theme--dark-all .base .full-cont {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 38px;
  width: 100%;
  background: #161616;
}
.theme--dark-all .base .full-cont #t_top {
  background-color: #161616;
}
.theme--dark-all .base .full-cont .nastepnyartykul {
  padding: 2.5rem;
  background: rgba(214, 216, 217, 0.4);
  font-weight: 700;
  color: #D4D4D4;
  font-size: 1.5625rem;
  display: block;
  text-align: center;
  position: relative;
  margin: 12px 0;
}
.theme--dark-all .base .nastepnyartykul {
  padding: 2.5rem;
  background: rgba(214, 216, 217, 0.4);
  font-weight: 700;
  color: #D4D4D4;
  font-size: 1.5625rem;
  display: block;
  text-align: center;
  position: relative;
  margin: 12px 0;
}
.theme--dark-all .base .widget-title {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  align-content: flex-start;
  justify-content: flex-start;
  gap: 10px;
}
.theme--dark-all .base .widget-title i {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 20px;
  flex-direction: row;
  align-items: flex-end;
}
.theme--dark-all .base .widget-title i::before {
  display: flex;
  align-items: flex-end;
}
.theme--dark-all .base .widget-title .color-red {
  color: #CD0504;
}
.theme--dark-all .base .widget-title .color-accent {
  color: #CD0504;
}
.theme--dark-all .base .widget-title h2, .theme--dark-all .base .widget-title h4 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0.01em;
  margin-bottom: 0;
  color: #F3F3F3;
}
@media screen and (max-width: 900px) {
  .theme--dark-all .base .widget-title h2, .theme--dark-all .base .widget-title h4 {
    font-size: 1.286rem;
    line-height: 2.125rem;
  }
}
.theme--dark-all .base .widget-title p {
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.01em;
  color: #F3F3F3;
}
.theme--dark-all .base .widget-title .see_all {
  margin-right: 0;
  margin-left: auto;
  align-self: center;
  color: #939393;
}
.theme--dark-all .base .widget-title .see_all a {
  color: #939393;
  font-size: 14px;
}
.theme--dark-all .base .middle-widget-title h3, .theme--dark-all .base .middle-widget-title h4 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 2.125rem;
  letter-spacing: 0.01em;
  margin-bottom: 0;
  color: #F3F3F3;
}
.theme--dark-all .base .middle-widget-title p {
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.01em;
  color: #F3F3F3;
}
.theme--dark-all .base .middle-widget-title .see_all {
  margin-right: 0;
  margin-left: auto;
  align-self: flex-end;
  color: #939393;
}
.theme--dark-all .base .middle-widget-title .see_all a {
  color: #939393;
  font-size: 14px;
}
.theme--dark-all .base nav {
  background-color: #161616;
}
.theme--dark-all .base nav.black-bg {
  background-color: #CD0504;
}
.theme--dark-all .base .menu,
.theme--dark-all .base .submenu,
.theme--dark-all .base .top-menu {
  /*width: $screen-lg;*/
  margin: 0 auto;
  padding: 0 15px;
  list-style-type: none;
  font-weight: 500;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  background-color: #161616;
  gap: 11px;
  flex-wrap: nowrap;
  background: none;
}
.theme--dark-all .base .menu li,
.theme--dark-all .base .submenu li,
.theme--dark-all .base .top-menu li {
  line-height: 20px;
  border-radius: 6px;
}
.theme--dark-all .base .menu li a,
.theme--dark-all .base .submenu li a,
.theme--dark-all .base .top-menu li a {
  color: #D4D4D4;
  text-decoration: none;
}
.theme--dark-all .base .menu .dropdown,
.theme--dark-all .base .submenu .dropdown,
.theme--dark-all .base .top-menu .dropdown {
  position: relative;
  display: inline-block;
}
.theme--dark-all .base .menu .dropdown .dropdown-menu,
.theme--dark-all .base .submenu .dropdown .dropdown-menu,
.theme--dark-all .base .top-menu .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  z-index: 100;
  background-color: #161616;
  padding: 10px;
  border: 1px solid #ccc;
}
.theme--dark-all .base .menu .dropdown .dropdown-menu li,
.theme--dark-all .base .submenu .dropdown .dropdown-menu li,
.theme--dark-all .base .top-menu .dropdown .dropdown-menu li {
  list-style: none;
  text-align: left;
  padding: 5px 10px;
  width: 300px;
}
.theme--dark-all .base .menu .dropdown .dropdown-menu li.parent,
.theme--dark-all .base .submenu .dropdown .dropdown-menu li.parent,
.theme--dark-all .base .top-menu .dropdown .dropdown-menu li.parent {
  border-bottom: 1px solid #3c3c3c;
  font-weight: 600;
}
.theme--dark-all .base .menu .dropdown:hover .dropdown-menu,
.theme--dark-all .base .submenu .dropdown:hover .dropdown-menu,
.theme--dark-all .base .top-menu .dropdown:hover .dropdown-menu {
  display: block;
}
.theme--dark-all .base .menu .item,
.theme--dark-all .base .submenu .item,
.theme--dark-all .base .top-menu .item {
  padding: 10px;
}
.theme--dark-all .base .menu .item .button,
.theme--dark-all .base .submenu .item .button,
.theme--dark-all .base .top-menu .item .button {
  padding: 9px 5px;
}
.theme--dark-all .base .menu {
  font-size: 15px;
  /*li:last-child {
    margin-left: auto;
  }*/
}
.theme--dark-all .base .top-menu {
  background-color: #CD0504;
  /*height: 56px;*/
  font-size: 14px;
  /*li:last-child {
    margin-left: auto;
  }*/
}
.theme--dark-all .base .top-menu .active {
  background: rgba(255, 255, 255, 0.15);
  font-weight: 600;
  font-size: 12px;
}
.theme--dark-all .base .top-menu li {
  background-color: #CD0504;
}
.theme--dark-all .base .top-menu li .active {
  background: rgba(255, 255, 255, 0.15);
}
.theme--dark-all .base .top-menu li a {
  color: #D4D4D4;
}
.theme--dark-all .base .top-menu .item {
  color: #D4D4D4;
}
.theme--dark-all .base h4 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  /* identical to box height, or 142% */
  letter-spacing: 0.01em;
  /* Secondary/Darkest */
  color: #D4D4D4;
}
.theme--dark-all .base .menu_footer {
  display: flex;
  align-content: flex-end;
}
.theme--dark-all .base .menu_footer ul {
  display: flex;
  justify-content: flex-end;
}
.theme--dark-all .base .menu_footer ul li {
  list-style: none;
  margin: 0 16px;
}
.theme--dark-all .base .menu_footer ul li a {
  font-family: "Inter";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  /* identical to box height, or 133% */
  text-align: justify;
  letter-spacing: 0.01em;
  /* Secondary/Darker */
  color: #D4D4D4;
}
.theme--dark-all .base .title-area {
  padding-top: 5px;
  position: relative;
  /*h3 {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 600;
    font-size: 1rem;
    line-height: 2.125rem;

    letter-spacing: 0.01em;

    color: t($text);
    margin-bottom: 0px;
  }*/
}
.theme--dark-all .base .title-area h2, .theme--dark-all .base .title-area h3 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 2.125rem;
  /* or 142% */
  letter-spacing: 0.01em;
  /* Secondary/Darkest */
  color: #D4D4D4;
  margin-bottom: 0px;
}
@media screen and (max-width: 900px) {
  .theme--dark-all .base .title-area h2, .theme--dark-all .base .title-area h3 {
    font-size: 1.286rem;
    line-height: 1.5em;
  }
}
.theme--dark-all .base .title-area h7 {
  font-size: 12px;
  color: #939393;
}
.theme--dark-all .base .title-area .large-post-meta {
  gap: 10px;
}
.theme--dark-all .base .title-area .large-post-meta .avatar {
  height: 24px;
  width: 24px;
}
.theme--dark-all .base .title-area .large-post-meta .avatar img {
  height: 24px;
  width: 24px;
  border-radius: 12px;
}
.theme--dark-all .base .title-area .large-post-meta .author {
  font-family: "Poppins";
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 18px;
  color: #F3F3F3;
  letter-spacing: 0.02em;
}
.theme--dark-all .base .title-area .large-post-meta time {
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  /* identical to box height, or 133% */
  letter-spacing: 0.01em;
  /* Secondary/Dark */
  color: #939393;
}
.theme--dark-all .base .cover-card {
  width: 100%;
  /*height: 403px;*/
  border-radius: 6px;
  /*overflow: hidden;*/
}
.theme--dark-all .base .cover-card img {
  width: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 6px;
}
.theme--dark-all .base .cover-card .title-area {
  width: inherit;
}
.theme--dark-all .base .cover-card .title-area h7 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
  /* identical to box height */
  letter-spacing: 0.01em;
  /* Secondary/Dark */
  color: #BEBEBE;
  margin-bottom: 5px;
}
.theme--dark-all .base .cover-card .title-area h3 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0.01em;
  /* Secondary/Darkest */
  color: #F3F3F3;
}
@media screen and (max-width: 1199px) {
  .theme--dark-all .base .cover-card {
    width: 100%;
    border-radius: 6px;
    /*overflow: hidden;*/
  }
  .theme--dark-all .base .cover-card img {
    width: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 6px;
  }
}
.theme--dark-all .base .filtering-navbar ul li a {
  color: #939393;
}
.theme--dark-all .base .filtering-navbar ul li.active a {
  color: #CD0504;
}
.theme--dark-all .base .filtering-bg {
  background-color: #CD0504;
}
.theme--dark-all .base .border-color-accent {
  border-color: #CD0504 !important;
}
.theme--dark-all .base .bg-accent {
  background-color: #CD0504 !important;
}
.theme--dark-all .base .text-color {
  color: #D4D4D4 !important;
}
.theme--dark-all .base .feed-details .forum-title {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #D4D4D4;
  margin-bottom: 0;
}
.theme--dark-all .base .feed-details .forum-title a {
  color: #F3F3F3;
  font-weight: 700;
}
.theme--dark-all .base .feed-details .author {
  font-family: "Poppins";
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 12px;
  color: #F3F3F3;
  letter-spacing: 0.02em;
}
.theme--dark-all .base .activity-feed {
  width: 100%;
  border-radius: 6px;
  border: 1px solid #3c3c3c;
  padding: 20px;
}
.theme--dark-all .base .activity-feed .feed-item .feed-details .forum-title {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  color: #D4D4D4;
}
.theme--dark-all .base .activity-feed .feed-item .feed-details .forum-title a {
  color: #F3F3F3;
  font-weight: 700;
}
.theme--dark-all .base .activity-feed .feed-item .feed-details .author {
  font-family: "Poppins";
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 12px;
  color: #F3F3F3;
  letter-spacing: 0.02em;
}
.theme--dark-all .base footer {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
  margin-top: 60px;
  border-top: 0px;
  background-color: #161616;
  z-index: 1;
  /*max-width: 1200px;*/
  width: 100%;
  margin: auto;
  padding-top: 32px;
}
.theme--dark-all .base footer .footer_bottom {
  width: 100%;
}
.theme--dark-all .base footer .socials a {
  font-size: 1rem;
  color: #D4D4D4;
}
.theme--dark-all .base footer .socials a i {
  font-size: 1.5rem;
}
.theme--dark-all .base footer div h5 {
  font-family: "Poppins";
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0px;
}
.theme--dark-all .base footer div .box_news .footer_link {
  font-family: "Inter";
  list-style: none;
  font-size: 12px;
  color: #939393;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.01em;
}
.theme--dark-all .base footer div .box_news ul {
  padding-left: 0;
}
.theme--dark-all .base footer div .box_news ul li {
  font-family: "Inter";
  list-style: none;
  font-size: 12px;
}
.theme--dark-all .base footer div .box_news ul li a {
  color: #939393;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.01em;
}
.theme--dark-all .base footer .accordion {
  margin-top: 20px;
  width: 100%;
  border-radius: 6px;
  background-color: #161616;
  padding: 0 24px;
  border: none;
}
.theme--dark-all .base footer .accordion .accordion-item:not(:last-child) {
  border-bottom: 1px solid #3c3c3c !important;
}
.theme--dark-all .base footer .accordion .accordion-item {
  padding: 16px 0;
  background-color: #161616;
}
.theme--dark-all .base footer .accordion .accordion-item path {
  fill: red;
}
.theme--dark-all .base footer .accordion .accordion-item .accordion-button::after {
  color: #fff;
  fill: red;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='7 7 10 10' preserveAspectRatio='x200Y200 meet' fill='%23bebebe'%3E%3Cpath d='M12 11.8284L9.17154 14.6569L7.75732 13.2426L12 9L16.2426 13.2426L14.8284 14.6569L12 11.8284Z'%3E%3C/path%3E%3C/svg%3E");
}
.theme--dark-all .base footer .accordion .accordion-item .accordion-button:not(.collapsed) {
  color: #F3F3F3;
  background-color: #161616;
  border-color: #161616;
}
.theme--dark-all .base footer .accordion .accordion-item .accordion-button {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #F3F3F3;
  background-color: #161616;
  border-radius: 6px;
  padding: 16px 0;
  border: none;
}
.theme--dark-all .base .post-vertical .cover-card {
  width: 100%;
  /*height: 403px;*/
  border-radius: 6px;
  /*overflow: hidden;*/
}
.theme--dark-all .base .post-vertical .cover-card img {
  width: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 6px;
}
.theme--dark-all .base .post-vertical .cover-card .title-area {
  width: inherit;
}
.theme--dark-all .base .post-vertical .cover-card .title-area h7 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
  /* identical to box height */
  letter-spacing: 0.01em;
  /* Secondary/Dark */
  color: #BEBEBE;
  margin-bottom: 5px;
}
.theme--dark-all .base .post-vertical .cover-card .title-area h3 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0.01em;
  /* Secondary/Darkest */
  color: #F3F3F3;
}
@media screen and (max-width: 1199px) {
  .theme--dark-all .base .post-vertical .cover-card {
    width: 100%;
    border-radius: 6px;
    /*overflow: hidden;*/
  }
  .theme--dark-all .base .post-vertical .cover-card img {
    width: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 6px;
  }
}
.theme--dark-all .base .post-vertical .vertical-post-meta .author-data {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding: 5px 0;
}
.theme--dark-all .base .post-vertical .vertical-post-meta .author-data .avatar {
  height: 24px;
  width: 24px;
}
.theme--dark-all .base .post-vertical .vertical-post-meta .author-data .avatar img {
  height: 24px;
  width: 24px;
  border-radius: 12px;
}
.theme--dark-all .base .post-vertical .vertical-post-meta .author-data .author-name {
  margin-left: 10px;
}
.theme--dark-all .base .post-vertical .vertical-post-meta .author-data .author-name .author {
  color: #F3F3F3;
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  /* identical to box height */
  letter-spacing: 0.01em;
  /* Secondary/Darkest */
}
.theme--dark-all .base .post-vertical .vertical-post-meta .author-data .author-name time {
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 12px;
  /* identical to box height, or 133% */
  letter-spacing: 0.02em;
  /* Secondary/Dark */
  color: #939393;
}
.theme--dark-all .base input:checked + .slider {
  background-color: #CD0504;
}
.theme--dark-all .base input:focus + .slider {
  box-shadow: 0 0 1px #CD0504;
}
.theme--dark-all .base .mini-widget .small-widget-title h5, .theme--dark-all .base .mini-widget .small-widget-title h4 {
  color: #F3F3F3;
}
.theme--dark-all .base .mini-widget .small-widget-title h5 a, .theme--dark-all .base .mini-widget .small-widget-title h4 a {
  /*font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;*/
  color: #F3F3F3;
}
.theme--dark-all .base .video-widget {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  padding-bottom: 64px;
}
.theme--dark-all .base .video-widget .widget-title {
  width: 100%;
}
.theme--dark-all .base .video-widget .widget-title h2, .theme--dark-all .base .video-widget .widget-title h4 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0.01em;
  color: #F3F3F3;
}
.theme--dark-all .base .video-widget .widget-body {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 24px;
}
.theme--dark-all .base .video-widget .widget-body .post-video-large {
  width: 100%;
  height: 332px;
  border-radius: 6px;
  overflow: hidden;
}
.theme--dark-all .base .video-widget .widget-body .post-video-large .post-media {
  width: 100%;
  height: 332px;
  border-radius: 6px;
}
.theme--dark-all .base .video-widget .widget-body .post-video-large .post-media .embed-responsive {
  height: 332px;
}
.theme--dark-all .base .video-widget .widget-body .post-video-large .post-media .embed-responsive img {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: 332px;
}
.theme--dark-all .base .video-widget .widget-body .post-video-large .post-media .video__youtube img {
  object-fit: cover;
  object-position: center;
}
.theme--dark-all .base .page-title-section {
  width: 100%;
  margin-top: 60px;
  margin-bottom: 60px;
}
.theme--dark-all .base .page-title-section .title-area {
  width: 100%;
}
.theme--dark-all .base .page-title-section .title-area h1 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 42px;
  /* identical to box height, or 131% */
  letter-spacing: 0.01em;
  color: #F3F3F3;
}
.theme--dark-all .base .page-title-section .title-description-area p {
  /* Body/Text/Regular/Regular */
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  /* or 157% */
  letter-spacing: 0.01em;
  /* Secondary/Dark */
  color: #939393;
}
.theme--dark-all .base .title-area-mobile {
  width: 100%;
}
.theme--dark-all .base .title-area-mobile h1 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  /* identical to box height, or 131% */
  letter-spacing: 0.01em;
  /* Secondary/Darkest */
  color: #F3F3F3;
}
.theme--dark-all .base .title-description-area-mobile p {
  /* Body/Text/Regular/Regular */
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  /* or 157% */
  letter-spacing: 0.01em;
  /* Secondary/Dark */
  color: #939393;
}
.theme--dark-all .base .accordion-button:not(.collapsed) {
  color: #F3F3F3;
  background-color: #161616;
  border-color: #161616;
}
.theme--dark-all .base .article p {
  font-family: "Inter", sans-serif;
}
.theme--dark-all .base .article .accordion-button:not(.collapsed) {
  color: #F3F3F3;
  background-color: #161616;
  border-color: #161616;
}
.theme--dark-all .base .article .colorfulcats {
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.theme--dark-all .base .article .colorfulcats a {
  text-decoration: none;
}
.theme--dark-all .base .article .colorfulcats .label-primary {
  background-color: #CD0504;
}
.theme--dark-all .base .article .colorfulcats a.cat-label {
  padding-left: 10px;
  padding-right: 10px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.theme--dark-all .base .article a {
  color: #CD0504;
  text-decoration: underline;
}
.theme--dark-all .base .article p {
  color: #D4D4D4;
  line-height: 1.625rem;
}
.theme--dark-all .base .article .authorbox a {
  color: #D4D4D4;
  text-decoration: none;
}
.theme--dark-all .base .article h1 {
  font-family: Poppins;
  font-weight: 600;
  font-size: 2.3rem;
  margin-top: 3rem;
  line-height: 2.5rem;
  letter-spacing: 0.01em;
  color: #F3F3F3;
}
.theme--dark-all .base .article .mm-gallery .glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.theme--dark-all .base .article .mm-gallery .carousel {
  width: 100%;
  aspect-ratio: 16/9;
  margin: auto;
}
.theme--dark-all .base .article .mm-gallery .carousel .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.theme--dark-all .base .article .mm-gallery .carousel .glyphicon-chevron-left {
  width: 30px;
  height: 30px;
  margin-top: -10px;
  font-size: 30px;
}
.theme--dark-all .base .article .mm-gallery .carousel .glyphicon-chevron-right {
  width: 30px;
  height: 30px;
  margin-top: -10px;
  font-size: 30px;
}
.theme--dark-all .base .article .mm-gallery .carousel .glyphicon-chevron-left:before {
  content: "\e079";
}
.theme--dark-all .base .article .mm-gallery .carousel .glyphicon-chevron-right:before {
  content: "\e080";
}
.theme--dark-all .base .article .mm-gallery .carousel ol.carousel-indicators {
  bottom: 0px;
}
.theme--dark-all .base .article .mm-gallery .carousel .carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
}
.theme--dark-all .base .article .mm-gallery .carousel .carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000", endColorstr="#00000000", GradientType=1);
}
.theme--dark-all .base .article .mm-gallery .carousel .carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#80000000", GradientType=1);
}
.theme--dark-all .base .article .post-info {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.theme--dark-all .base .article .post-info .article-post-meta {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
}
.theme--dark-all .base .article .post-info .article-post-meta .author-data {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding: 5px 0;
}
.theme--dark-all .base .article .post-info .article-post-meta .author-data .avatar {
  height: 40px;
  width: 40px;
}
.theme--dark-all .base .article .post-info .article-post-meta .author-data .avatar img {
  height: 40px;
  width: 40px;
  border-radius: 20px;
}
.theme--dark-all .base .article .post-info .article-post-meta .author-data .author-name .author {
  margin-left: 14px;
  /* H6/Medium */
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  /* identical to box height, or 143% */
  letter-spacing: 0.01em;
  /* Secondary/Darkest */
  color: #F3F3F3;
}
.theme--dark-all .base .article .post-info .article-post-meta .author-data .author-name time {
  margin-left: 14px;
  /* H7 / Regular */
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 12px;
  /* identical to box height, or 133% */
  letter-spacing: 0.01em;
  /* Secondary/Light */
  color: #939393;
}
.theme--dark-all .base .article .post-info .post-sharing a {
  text-decoration: none;
}
.theme--dark-all .base .article .post-info .post-sharing .cm-button {
  padding: 14px 20px;
  /* Primary/Default */
  background: #CD0504;
  border-radius: 6px;
  /* H6/Semi */
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height, or 143% */
  letter-spacing: 0.01em;
  /* Neutral/White */
  color: #FFFFFF;
}
.theme--dark-all .base .article .post-info .post-sharing .fb-button {
  padding: 14px 20px;
  /* Primary/Default */
  background: #365396;
  border-radius: 6px;
  /* H6/Semi */
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height, or 143% */
  letter-spacing: 0.01em;
  /* Neutral/White */
  color: #FFFFFF;
}
.theme--dark-all .base .article .post-info .post-sharing .tw-button {
  padding: 14px 20px;
  /* Primary/Default */
  background: #00A8F0;
  border-radius: 6px;
  /* H6/Semi */
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height, or 143% */
  letter-spacing: 0.01em;
  /* Neutral/White */
  color: #FFFFFF;
}
.theme--dark-all .base .article .post-info .post-sharing ul.list-inline {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  list-style-type: none;
  gap: 8px;
}
.theme--dark-all .base .article .post-info .post-sharing ul.list-inline li .cm-button {
  padding: 14px 20px;
  /* Primary/Default */
  background: #CD0504;
  border-radius: 6px;
  /* H6/Semi */
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height, or 143% */
  letter-spacing: 0.01em;
  /* Neutral/White */
  color: #FFFFFF;
}
.theme--dark-all .base .article .post-info .post-sharing ul.list-inline li .fb-button {
  padding: 14px 20px;
  /* Primary/Default */
  background: #365396;
  border-radius: 6px;
  /* H6/Semi */
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height, or 143% */
  letter-spacing: 0.01em;
  /* Neutral/White */
  color: #FFFFFF;
}
.theme--dark-all .base .article .post-info .post-sharing ul.list-inline li .tw-button {
  padding: 14px 20px;
  /* Primary/Default */
  background: #00A8F0;
  border-radius: 6px;
  /* H6/Semi */
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height, or 143% */
  letter-spacing: 0.01em;
  /* Neutral/White */
  color: #FFFFFF;
}
.theme--dark-all .base .article .post-info .row {
  width: 100%;
}
.theme--dark-all .base .article .title-area {
  width: 100%;
}
.theme--dark-all .base .article .columns {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  gap: 64px;
}
.theme--dark-all .base .article .columns .left-col .post-media {
  width: 792px;
  margin-bottom: 48px;
  border-radius: 6px;
}
.theme--dark-all .base .article .columns .left-col .post-media img {
  width: 792px;
  border-radius: 6px;
}
.theme--dark-all .base .article .columns .left-col .post-desc p {
  /* Body/Text/Large/Regular */
  text-align: justify;
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  /* or 162% */
  letter-spacing: 0.01em;
  /* Secondary/Darker */
  color: #D4D4D4;
  margin-bottom: 12px;
}
.theme--dark-all .base .article .columns .left-col .post-desc img {
  max-width: 792px;
}
.theme--dark-all .base .article .columns .left-col .post-desc ul {
  padding-inline-start: 40px;
  margin-bottom: 12px;
  /* Body/Text/Large/Regular */
  text-align: justify;
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  /* or 162% */
  letter-spacing: 0.01em;
  /* Secondary/Darker */
  color: #D4D4D4;
}
.theme--dark-all .base .article .columns .left-col .post-desc h3 {
  /* H3/Semi */
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  /* identical to box height, or 142% */
  letter-spacing: 0.01em;
}
.theme--dark-all .base .article .columns .left-col .post-desc .post-sharing {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 32px;
  margin-bottom: 32px;
}
.theme--dark-all .base .article .columns .left-col .post-desc .post-sharing a {
  text-decoration: none;
}
.theme--dark-all .base .article .columns .left-col .post-desc .post-sharing p {
  /* H6/Medium */
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height, or 143% */
  letter-spacing: 0.01em;
  /* Secondary/Darkest */
  color: #D4D4D4;
}
.theme--dark-all .base .article .columns .left-col .post-desc .post-sharing ul.list-inline {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  list-style-type: none;
  gap: 8px;
}
.theme--dark-all .base .article .columns .left-col .post-desc .post-sharing ul.list-inline li .cm-button {
  padding: 14px 20px;
  /* Primary/Default */
  background: #CD0504;
  border-radius: 6px;
  /* H6/Semi */
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height, or 143% */
  letter-spacing: 0.01em;
  /* Neutral/White */
  color: #FFFFFF;
}
.theme--dark-all .base .article .columns .left-col .post-desc .post-sharing ul.list-inline li .fb-button {
  padding: 14px 20px;
  /* Primary/Default */
  background: #365396;
  border-radius: 6px;
  /* H6/Semi */
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height, or 143% */
  letter-spacing: 0.01em;
  /* Neutral/White */
  color: #FFFFFF;
}
.theme--dark-all .base .article .columns .left-col .post-desc .post-sharing ul.list-inline li .tw-button {
  padding: 14px 20px;
  /* Primary/Default */
  background: #00A8F0;
  border-radius: 6px;
  /* H6/Semi */
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height, or 143% */
  letter-spacing: 0.01em;
  /* Neutral/White */
  color: #FFFFFF;
}
.theme--dark-all .base .article .columns .left-col .post-desc .post-bottom .tags {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 5px;
}
.theme--dark-all .base .article .columns .left-col .post-desc .post-bottom .tags a {
  padding: 8px 9px 8px 10px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)), #262626;
  border-radius: 6px;
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 10px;
  line-height: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* identical to box height, or 160% */
  letter-spacing: 0.02em;
  /* Neutral/White */
  color: #FFFFFF;
}
.theme--dark-all .base .article .columns .left-col .post-desc .comments-widget {
  width: 100%;
}
.theme--dark-all .base .article .columns .left-col .post-desc .separator {
  width: 100%;
  margin: 32px 0;
}
.theme--dark-all .base .article .columns .right-col {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  width: 336px;
}
.theme--dark-all .base .article .columns .right-col .widget .widget-title {
  margin-bottom: 24px;
}
.theme--dark-all .base .article .columns .right-col .widget .widget-title h4 {
  font-size: 16px;
  line-height: 24px;
}
.theme--dark-all .base .article .columns .right-col .widget .widget-title p {
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.01em;
  color: #BEBEBE;
}
.theme--dark-all .base .article .fb-button {
  padding: 14px 20px;
  /* Primary/Default */
  background: #365396;
  border-radius: 6px;
  /* H6/Semi */
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height, or 143% */
  letter-spacing: 0.01em;
  /* Neutral/White */
  color: #FFFFFF;
}
.theme--dark-all .base .article .post-bottom .tags {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 5px;
}
.theme--dark-all .base .article .post-bottom .tags a {
  padding: 8px 9px 8px 10px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)), #262626;
  border-radius: 6px;
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 10px;
  line-height: 16px;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* identical to box height, or 160% */
  letter-spacing: 0.02em;
  /* Neutral/White */
  color: #FFFFFF;
}
.theme--dark-all .base .article .cm-button {
  text-decoration: none;
  padding: 14px 20px;
  /* Primary/Default */
  background: #CD0504;
  border-radius: 6px;
  /* H6/Semi */
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height, or 143% */
  letter-spacing: 0.01em;
  /* Neutral/White */
  color: #FFFFFF;
}
.theme--dark-all .base .article .tw-button {
  text-decoration: none;
  padding: 14px 20px;
  /* Primary/Default */
  background: #00A8F0;
  border-radius: 6px;
  /* H6/Semi */
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height, or 143% */
  letter-spacing: 0.01em;
  /* Neutral/White */
  color: #FFFFFF;
}
.theme--dark-all .base .article .post-sharing a {
  text-decoration: none;
}
.theme--dark-all .base .article .post-sharing p {
  font-family: Poppins;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1%;
}
.theme--dark-all .base .article img {
  object-fit: cover;
  max-width: 100%;
  max-height: 100%;
  height: auto;
}
.theme--dark-all .base .article blockquote {
  position: relative;
  padding: 10px 20px 10px 70px;
  margin: 0 0 20px;
  font-size: 1.4rem;
  font-weight: 600;
}
.theme--dark-all .base .article blockquote p {
  font-family: Poppins;
  line-height: 1.8;
}
.theme--dark-all .base .article blockquote:before {
  color: #ca0301;
  content: url("../img/double-quotes-l.svg");
  height: 50px;
  width: 50px;
  display: block;
  left: 0px;
  position: absolute;
  top: 0px;
}
@media screen and (max-width: 1200px) {
  .theme--dark-all .base .article {
    width: 100%;
  }
  .theme--dark-all .base .article .title-area {
    width: 100%;
  }
}
@media screen and (max-width: 992px) {
  .theme--dark-all .base .article {
    width: 100%;
  }
  .theme--dark-all .base .article h1 {
    font-size: 1.7rem;
  }
  .theme--dark-all .base .article .columns {
    flex-direction: column;
    gap: 32px;
  }
  .theme--dark-all .base .article .columns .left-col {
    width: 100%;
  }
  .theme--dark-all .base .article .columns .right-col {
    width: 100%;
  }
}
@media screen and (max-width: 800px) {
  .theme--dark-all .base .article {
    width: 100%;
  }
  .theme--dark-all .base .article .post-media img {
    height: 340px;
    width: auto;
    object-fit: cover;
    max-width: 100%;
    max-height: 100%;
    width: auto;
  }
}
@media screen and (min-width: 1200px) {
  .theme--dark-all .base .posts-col .large-widget {
    margin: 0;
    display: flex;
    flex-direction: row;
  }
  .theme--dark-all .base .posts-col .large-widget .post-media {
    width: 248px;
    height: 224px;
    border-radius: 6px;
  }
  .theme--dark-all .base .posts-col .large-widget .post-media .large-post-media-cover {
    width: 248px;
    height: 224px;
    border-radius: 6px;
    overflow: hidden;
  }
  .theme--dark-all .base .posts-col .large-widget .post-media .large-post-media-cover img {
    width: 248px;
    height: 224px;
    object-fit: cover;
    object-position: center;
    min-height: 100%;
    min-width: 100%;
  }
  .theme--dark-all .base .posts-col .large-widget .title-area {
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 10px;
  }
  .theme--dark-all .base .posts-col .large-widget .title-area .colorfulcats {
    display: flex;
    flex-direction: row;
    gap: 10px;
  }
  .theme--dark-all .base .posts-col .large-widget .title-area .colorfulcats .label-primary {
    background-color: #CD0504;
  }
  .theme--dark-all .base .posts-col .large-widget .title-area .colorfulcats a.cat-label {
    padding-left: 10px;
    padding-right: 10px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .theme--dark-all .base .posts-col .large-widget .title-area .large-post-meta {
    display: flex;
    flex-direction: row;
  }
  .theme--dark-all .base .posts-col .large-widget .title-area .large-post-meta .author {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .theme--dark-all .base .posts-col .large-widget .title-area .large-post-meta .author .author-data {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    color: #F3F3F3;
    letter-spacing: 0.02em;
  }
  .theme--dark-all .base .posts-col .large-widget .title-area .large-post-meta .author .author-data .avatar {
    height: 24px;
    width: 24px;
  }
  .theme--dark-all .base .posts-col .large-widget .title-area .large-post-meta .author .author-data .avatar img {
    height: 24px;
    width: 24px;
    border-radius: 12px;
  }
  .theme--dark-all .base .posts-col .large-widget .title-area .large-post-meta .author .author-data .author-name {
    margin-left: 10px;
    color: #F3F3F3;
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    /* identical to box height */
    letter-spacing: 0.02em;
    /* Secondary/Darkest */
  }
  .theme--dark-all .base .posts-col .large-widget .title-area .large-post-meta .post-time time {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.01em;
    color: #939393;
  }
}
@media screen and (max-width: 1199px) {
  .theme--dark-all .base .posts-col .large-widget {
    width: 100%;
    margin: 0;
    display: flex;
    flex-direction: row;
  }
  .theme--dark-all .base .posts-col .large-widget .post-media {
    border-radius: 6px;
    overflow: hidden;
  }
  .theme--dark-all .base .posts-col .large-widget .post-media img {
    object-fit: cover;
    object-position: center;
    min-height: 100%;
    min-width: 100%;
  }
  .theme--dark-all .base .posts-col .large-widget .title-area {
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 15px;
  }
  .theme--dark-all .base .posts-col .large-widget .title-area .colorfulcats {
    display: flex;
    flex-direction: row;
    gap: 10px;
  }
  .theme--dark-all .base .posts-col .large-widget .title-area .colorfulcats .label-primary {
    background-color: #CD0504;
  }
  .theme--dark-all .base .posts-col .large-widget .title-area .colorfulcats a.cat-label {
    padding-left: 10px;
    padding-right: 10px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .theme--dark-all .base .posts-col .large-widget .title-area .large-post-meta {
    display: flex;
    flex-direction: row;
  }
  .theme--dark-all .base .posts-col .large-widget .title-area .large-post-meta .author {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .theme--dark-all .base .posts-col .large-widget .title-area .large-post-meta .author .author-data {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    color: #F3F3F3;
    letter-spacing: 0.02em;
  }
  .theme--dark-all .base .posts-col .large-widget .title-area .large-post-meta .author .author-data .avatar {
    height: 24px;
    width: 24px;
  }
  .theme--dark-all .base .posts-col .large-widget .title-area .large-post-meta .author .author-data .avatar img {
    height: 24px;
    width: 24px;
    border-radius: 12px;
  }
  .theme--dark-all .base .posts-col .large-widget .title-area .large-post-meta .author .author-data .author-name {
    margin-left: 10px;
    color: #F3F3F3;
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    /* identical to box height */
    letter-spacing: 0.02em;
    /* Secondary/Darkest */
  }
  .theme--dark-all .base .posts-col .large-widget .title-area .large-post-meta .post-time time {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.01em;
    color: #939393;
  }
}
.theme--dark-all .base .pagination-main {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  width: 100%;
  /* Secondary/Extra Light */
  border: 1px solid #232323;
  box-sizing: border-box;
  border-radius: 8px;
}
.theme--dark-all .base .pagination-main .accordion-item {
  border: 1px solid #232323;
}
.theme--dark-all .base .pagination-main .pagination-main-heading {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  cursor: pointer;
  justify-content: space-between;
  /*i {
      height: 25px;
      width: 25px;
    }
  span {
      height: 25px;
      margin: 0 auto;
    }*/
}
.theme--dark-all .base .pagination-main .pagination-main-heading .accordion-button {
  font-size: 1rem;
  font-weight: 500;
}
.theme--dark-all .base .pagination-main .pagination-main-heading .accordion-button:not(.collapsed) {
  box-shadow: none;
}
.theme--dark-all .base .pagination-main .pagination-main-heading h5 {
  /* H5/Semi */
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  /* identical to box height */
  letter-spacing: 0.01em;
  /* Secondary/Darkest */
  color: #232323;
}
.theme--dark-all .base .pagination-main .accordion-body {
  padding: 0;
}
.theme--dark-all .base .pagination-main .pagination-main-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
}
.theme--dark-all .base .pagination-main .pagination-main-content .menu-list {
  padding: 15px 19px;
  /* H7 / Medium */
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  /* identical to box height */
  letter-spacing: 0.01em;
  /* Secondary/Dark */
  color: #676767;
  background: #161616;
}
.theme--dark-all .base .pagination-main .pagination-main-content .menu-list a {
  text-decoration: none;
  color: #939393;
}
.theme--dark-all .base .pagination-main .pagination-main-content .menu-list-active {
  /*height: 48px;*/
  padding: 15px 19px;
  border-left: 1px solid #CD0504;
  /* H7 / Medium */
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  /* identical to box height */
  letter-spacing: 0.01em;
  background: #232323;
}
.theme--dark-all .base .pagination-main .pagination-main-content .menu-list-active a {
  color: #ffffff;
  text-decoration: none;
}
.theme--dark-all .base .pagination-main .pagination-main-content .active {
  /*height: 48px;*/
  display: block;
  padding: 15px 19px;
  border-left: 1px solid #CD0504;
  /* H7 / Medium */
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  /* identical to box height */
  letter-spacing: 0.01em;
  color: #ffffff;
  text-decoration: none;
  background: #232323;
}
.theme--dark-all .base .pagination-bottom {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  width: 100%;
  /* Secondary/Extra Light */
  border: 1px solid #F3F3F3;
  box-sizing: border-box;
  border-radius: 6px;
  margin-bottom: 48px;
}
.theme--dark-all .base .pagination-bottom .pagination-bottom-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
}
.theme--dark-all .base .pagination-bottom .pagination-bottom-content .menu-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  height: 48px;
  /* H7 / Medium */
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  /* identical to box height */
  padding: 0 16px;
  letter-spacing: 0.01em;
  /* Secondary/Dark */
  color: #676767;
}
.theme--dark-all .base .pagination-bottom .pagination-bottom-content .menu-list a {
  text-decoration: none;
}
.theme--dark-all .base .pagination-bottom .pagination-bottom-content .menu-list i {
  font-size: 18px;
}
.theme--dark-all .base .pagination-bottom .pagination-bottom-content .menu-list a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding: 15px 19px;
  color: #939393;
}
.theme--dark-all .base .pagination-bottom .pagination-bottom-content .menu-list a.active {
  color: #CD0504;
}
.theme--dark-all .base .pagination-bottom .pagination-bottom-content .menu-list a i {
  font-size: 18px;
}
.theme--dark-all .base .pagination-bottom .pagination-bottom-content .menu-list-active {
  height: 48px;
  padding: 15px 19px;
  border-left: 1px solid #CD0504;
  /* H7 / Medium */
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  /* identical to box height */
  letter-spacing: 0.01em;
  color: #CD0504;
  background: rgba(205, 5, 4, 0.04);
}
.theme--dark-all .base .gallery-slider-mobile {
  height: 400px;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
}
.theme--dark-all .base .gallery-slider-mobile .gallery-slider-item {
  height: 400px;
  border-radius: 6px;
  position: relative;
  background-size: cover;
}
.theme--dark-all .base .gallery-slider-mobile .gallery-slider-item .slider-effects .badges .colorfulcats .label-primary {
  background-color: #CD0504;
}
.theme--dark-all .base .gallery-slider-mobile .gallery-slider-item .slider-effects .caption {
  position: absolute;
  left: 24px;
  bottom: 56px;
  z-index: 1;
}
.theme--dark-all .base .gallery-slider-mobile .gallery-slider-item .slider-effects .caption .feature {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 0;
  letter-spacing: 0.01em;
  color: #D4D4D4;
}
.theme--dark-all .base .gallery-slider-mobile .gallery-slider-item .slider-effects .caption h2, .theme--dark-all .base .gallery-slider-mobile .gallery-slider-item .slider-effects .caption h3 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 42px;
  letter-spacing: 0.01em;
  color: #FFFFFF;
}
.theme--dark-all .base .gallery-slider-mobile .gallery-slider-item .slider-effects::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 5px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 44.79%, rgba(0, 0, 0, 0.35) 63.54%, rgba(0, 0, 0, 0.75) 100%);
}
.theme--dark-all .base .gallery-slider-mobile .gallery-slider-item .slider-effects::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 5px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 44.79%, rgba(0, 0, 0, 0.35) 63.54%, rgba(0, 0, 0, 0.75) 100%);
}
.theme--dark-all .base .gallery-slider-mobile .gallery-slider-item img {
  object-fit: cover;
  object-position: center;
  min-height: 100%;
  min-width: 100%;
  border-radius: 6px;
}
.theme--dark-all .base .gallery-slider-mobile .gallery-slider-item .badges {
  position: absolute;
  right: 24px;
  top: 24px;
}
.theme--dark-all .base .gallery-slider-mobile .gallery-slider-item .meta {
  position: absolute;
  left: 24px;
  top: 24px;
}
.theme--dark-all .base .gallery-slider-mobile .gallery-slider-item .meta .vertical-post-meta .author-data {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding: 5px 0;
}
.theme--dark-all .base .gallery-slider-mobile .gallery-slider-item .meta .vertical-post-meta .author-data .avatar {
  height: 32px;
  width: 32px;
}
.theme--dark-all .base .gallery-slider-mobile .gallery-slider-item .meta .vertical-post-meta .author-data .avatar img {
  height: 32px;
  width: 32px;
  border-radius: 16px;
}
.theme--dark-all .base .gallery-slider-mobile .gallery-slider-item .meta .vertical-post-meta .author-data .author-name {
  margin-left: 10px;
}
.theme--dark-all .base .gallery-slider-mobile .gallery-slider-item .meta .vertical-post-meta .author-data .author-name .author {
  color: #FFFFFF;
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  /* identical to box height */
  letter-spacing: 0.01em;
  /* Secondary/Darkest */
  margin-bottom: 0px;
}
.theme--dark-all .base .gallery-slider-mobile .gallery-slider-item .meta .vertical-post-meta .author-data .author-name time {
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 12px;
  /* identical to box height, or 133% */
  letter-spacing: 0.02em;
  /* Secondary/Dark */
  color: #FFFFFF;
  margin-right: 8px;
}
.theme--dark-all .base .gallery-slider-large {
  width: 100%;
  height: 388px;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
}
.theme--dark-all .base .gallery-slider-large .gallery-slider-item {
  width: 100%;
  height: 388px;
  border-radius: 6px;
  position: relative;
  background-size: cover;
}
.theme--dark-all .base .gallery-slider-large .gallery-slider-item .slider-effects .badges .colorfulcats .label-primary {
  background-color: #CD0504;
}
.theme--dark-all .base .gallery-slider-large .gallery-slider-item .slider-effects .caption {
  position: absolute;
  left: 24px;
  bottom: 56px;
  z-index: 1;
}
.theme--dark-all .base .gallery-slider-large .gallery-slider-item .slider-effects .caption .feature {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 0;
  letter-spacing: 0.01em;
  color: #D4D4D4;
}
.theme--dark-all .base .gallery-slider-large .gallery-slider-item .slider-effects .caption h2, .theme--dark-all .base .gallery-slider-large .gallery-slider-item .slider-effects .caption h3 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 42px;
  letter-spacing: 0.01em;
  color: #FFFFFF;
}
.theme--dark-all .base .gallery-slider-large .gallery-slider-item .slider-effects::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 5px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 44.79%, rgba(0, 0, 0, 0.35) 63.54%, rgba(0, 0, 0, 0.75) 100%);
}
.theme--dark-all .base .gallery-slider-large .gallery-slider-item .slider-effects::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 5px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 44.79%, rgba(0, 0, 0, 0.35) 63.54%, rgba(0, 0, 0, 0.75) 100%);
}
.theme--dark-all .base .gallery-slider-large .gallery-slider-item img {
  object-fit: cover;
  object-position: center;
  min-height: 100%;
  min-width: 100%;
  border-radius: 6px;
}
.theme--dark-all .base .gallery-slider-large .gallery-slider-item .badges {
  position: absolute;
  right: 24px;
  top: 24px;
}
.theme--dark-all .base .gallery-slider-large .gallery-slider-item .meta {
  position: absolute;
  left: 24px;
  top: 24px;
}
.theme--dark-all .base .gallery-slider-large .gallery-slider-item .meta .vertical-post-meta .author-data {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding: 5px 0;
}
.theme--dark-all .base .gallery-slider-large .gallery-slider-item .meta .vertical-post-meta .author-data .avatar {
  height: 32px;
  width: 32px;
}
.theme--dark-all .base .gallery-slider-large .gallery-slider-item .meta .vertical-post-meta .author-data .avatar img {
  height: 32px;
  width: 32px;
  border-radius: 16px;
}
.theme--dark-all .base .gallery-slider-large .gallery-slider-item .meta .vertical-post-meta .author-data .author-name {
  margin-left: 10px;
}
.theme--dark-all .base .gallery-slider-large .gallery-slider-item .meta .vertical-post-meta .author-data .author-name .author {
  color: #FFFFFF;
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  /* identical to box height */
  letter-spacing: 0.01em;
  /* Secondary/Darkest */
  margin-bottom: 0px;
}
.theme--dark-all .base .gallery-slider-large .gallery-slider-item .meta .vertical-post-meta .author-data .author-name time {
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 12px;
  /* identical to box height, or 133% */
  letter-spacing: 0.02em;
  /* Secondary/Dark */
  color: #FFFFFF;
  margin-right: 8px;
}
.theme--dark-all .base .gallery-slider-small {
  width: 100%;
  height: 388px;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
}
.theme--dark-all .base .gallery-slider-small .gallery-slider-item {
  width: 100%;
  height: 388px;
  border-radius: 6px;
  position: relative;
  background-size: cover;
}
.theme--dark-all .base .gallery-slider-small .gallery-slider-item .slider-effects .badges .colorfulcats .label-primary {
  background-color: #CD0504;
}
.theme--dark-all .base .gallery-slider-small .gallery-slider-item .slider-effects .caption {
  position: absolute;
  left: 24px;
  bottom: 56px;
  z-index: 1;
}
.theme--dark-all .base .gallery-slider-small .gallery-slider-item .slider-effects .caption .feature {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.01em;
  color: #D4D4D4;
  margin-bottom: 0;
}
.theme--dark-all .base .gallery-slider-small .gallery-slider-item .slider-effects .caption h2, .theme--dark-all .base .gallery-slider-small .gallery-slider-item .slider-effects .caption h3 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 42px;
  letter-spacing: 0.01em;
  color: #FFFFFF;
}
.theme--dark-all .base .gallery-slider-small .gallery-slider-item .slider-effects::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 5px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 44.79%, rgba(0, 0, 0, 0.35) 63.54%, rgba(0, 0, 0, 0.75) 100%);
}
.theme--dark-all .base .gallery-slider-small .gallery-slider-item .slider-effects::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 5px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 44.79%, rgba(0, 0, 0, 0.35) 63.54%, rgba(0, 0, 0, 0.75) 100%);
}
.theme--dark-all .base .gallery-slider-small .gallery-slider-item img {
  object-fit: cover;
  object-position: center;
  min-height: 100%;
  min-width: 100%;
  border-radius: 6px;
}
.theme--dark-all .base .gallery-slider-small .gallery-slider-item .caption {
  position: absolute;
  left: 24px;
  bottom: 56px;
}
.theme--dark-all .base .gallery-slider-small .gallery-slider-item .caption .feature {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  /* identical to box height */
  letter-spacing: 0.01em;
  /* Secondary/Lightest */
  color: #D4D4D4;
}
.theme--dark-all .base .gallery-slider-small .gallery-slider-item .caption h2, .theme--dark-all .base .gallery-slider-small .gallery-slider-item .caption h3 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 42px;
  /* or 131% */
  letter-spacing: 0.01em;
  /* Neutral/White */
  color: #FFFFFF;
}
.theme--dark-all .base .gallery-slider-small .gallery-slider-item .badges {
  position: absolute;
  right: 24px;
  top: 24px;
}
.theme--dark-all .base .gallery-slider-small .gallery-slider-item .meta {
  position: absolute;
  left: 24px;
  top: 24px;
}
.theme--dark-all .base .gallery-slider-small .gallery-slider-item .meta .vertical-post-meta .author-data {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding: 5px 0;
}
.theme--dark-all .base .gallery-slider-small .gallery-slider-item .meta .vertical-post-meta .author-data .avatar {
  height: 32px;
  width: 32px;
}
.theme--dark-all .base .gallery-slider-small .gallery-slider-item .meta .vertical-post-meta .author-data .avatar img {
  height: 32px;
  width: 32px;
  border-radius: 16px;
}
.theme--dark-all .base .gallery-slider-small .gallery-slider-item .meta .vertical-post-meta .author-data .author-name {
  margin-left: 10px;
}
.theme--dark-all .base .gallery-slider-small .gallery-slider-item .meta .vertical-post-meta .author-data .author-name .author {
  color: #FFFFFF;
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  /* identical to box height */
  letter-spacing: 0.01em;
  /* Secondary/Darkest */
  margin-bottom: 0px;
}
.theme--dark-all .base .gallery-slider-small .gallery-slider-item .meta .vertical-post-meta .author-data .author-name time {
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 12px;
  /* identical to box height, or 133% */
  letter-spacing: 0.02em;
  /* Secondary/Dark */
  color: #FFFFFF;
  margin-right: 8px;
}
.theme--dark-all .base .top-left-tile {
  /*width: 290px;*/
  width: 100%;
  height: 324px;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
}
.theme--dark-all .base .top-left-tile .tile-item {
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  height: 324px;
  border-radius: 6px;
  position: relative;
  /*img {
    object-fit: cover;
    object-position: center;
    width: 290px;
    height: 324px;
    min-height: 100%;
    min-width: 100%;
    border-radius: 6px;
  }*/
}
.theme--dark-all .base .top-left-tile .tile-item .effects .badges .colorfulcats .label-primary {
  background-color: #CD0504;
}
.theme--dark-all .base .top-left-tile .tile-item .effects .caption {
  position: absolute;
  left: 24px;
  bottom: 20px;
  z-index: 1;
}
.theme--dark-all .base .top-left-tile .tile-item .effects .caption .feature {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.01em;
  color: #D4D4D4;
}
.theme--dark-all .base .top-left-tile .tile-item .effects .caption h2, .theme--dark-all .base .top-left-tile .tile-item .effects .caption h3 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 42px;
  letter-spacing: 0.01em;
  color: #FFFFFF;
}
.theme--dark-all .base .top-left-tile .tile-item .effects::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 5px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 44.79%, rgba(0, 0, 0, 0.35) 63.54%, rgba(0, 0, 0, 0.75) 100%);
}
.theme--dark-all .base .top-left-tile .tile-item .effects::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 5px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 44.79%, rgba(0, 0, 0, 0.35) 63.54%, rgba(0, 0, 0, 0.75) 100%);
}
.theme--dark-all .base .top-left-tile .tile-item .caption {
  position: absolute;
  left: 24px;
  /*.feature {
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.01em;
    color: #D4D4D4;
  }*/
}
.theme--dark-all .base .top-left-tile .tile-item .caption h2, .theme--dark-all .base .top-left-tile .tile-item .caption h3 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  /* or 131% */
  letter-spacing: 0.01em;
  /* Neutral/White */
  color: #FFFFFF;
}
.theme--dark-all .base .top-left-tile .tile-item .badges {
  position: absolute;
  right: 24px;
  top: 24px;
}
.theme--dark-all .base .top-left-tile .tile-item .meta {
  position: absolute;
  left: 24px;
  top: 24px;
}
.theme--dark-all .base .top-left-tile .tile-item .meta .vertical-post-meta .author-data {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding: 5px 0;
}
.theme--dark-all .base .top-left-tile .tile-item .meta .vertical-post-meta .author-data .avatar {
  height: 32px;
  width: 32px;
}
.theme--dark-all .base .top-left-tile .tile-item .meta .vertical-post-meta .author-data .avatar img {
  height: 32px;
  width: 32px;
  border-radius: 16px;
}
.theme--dark-all .base .top-left-tile .tile-item .meta .vertical-post-meta .author-data .author-name {
  margin-left: 10px;
}
.theme--dark-all .base .top-left-tile .tile-item .meta .vertical-post-meta .author-data .author-name .author {
  color: #FFFFFF;
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  /* identical to box height */
  letter-spacing: 0.01em;
  /* Secondary/Darkest */
  margin-bottom: 0px;
}
.theme--dark-all .base .top-left-tile .tile-item .meta .vertical-post-meta .author-data .author-name time {
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 12px;
  /* identical to box height, or 133% */
  letter-spacing: 0.02em;
  /* Secondary/Dark */
  color: #FFFFFF;
  margin-right: 8px;
}
.theme--dark-all .base .top-center-tile {
  width: 100%;
  height: 324px;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
}
.theme--dark-all .base .top-center-tile .tile-item {
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  height: 324px;
  border-radius: 6px;
  position: relative;
  padding: 20px;
}
.theme--dark-all .base .top-center-tile .tile-item .effects .badges .colorfulcats .label-primary {
  background-color: #CD0504;
}
.theme--dark-all .base .top-center-tile .tile-item .effects .caption {
  position: absolute;
  left: 24px;
  bottom: 20px;
  z-index: 1;
}
.theme--dark-all .base .top-center-tile .tile-item .effects .caption .feature {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.01em;
  margin-bottom: 0;
  color: #D4D4D4;
}
.theme--dark-all .base .top-center-tile .tile-item .effects .caption h2, .theme--dark-all .base .top-center-tile .tile-item .effects .caption h3 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 42px;
  /* or 131% */
  letter-spacing: 0.01em;
  /* Neutral/White */
  color: #FFFFFF;
}
.theme--dark-all .base .top-center-tile .tile-item .effects::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 5px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 44.79%, rgba(0, 0, 0, 0.35) 63.54%, rgba(0, 0, 0, 0.75) 100%);
}
.theme--dark-all .base .top-center-tile .tile-item .effects::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 5px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 44.79%, rgba(0, 0, 0, 0.35) 63.54%, rgba(0, 0, 0, 0.75) 100%);
}
.theme--dark-all .base .top-center-tile .tile-item img {
  object-fit: cover;
  object-position: center;
  width: 510px;
  height: 324px;
  min-height: 100%;
  min-width: 100%;
  border-radius: 6px;
}
.theme--dark-all .base .top-center-tile .tile-item .caption {
  position: absolute;
  left: 24px;
  bottom: 56px;
}
.theme--dark-all .base .top-center-tile .tile-item .caption .feature {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.01em;
  color: #D4D4D4;
}
.theme--dark-all .base .top-center-tile .tile-item .caption h2, .theme--dark-all .base .top-center-tile .tile-item .caption h3 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0.01em;
  color: #FFFFFF;
}
.theme--dark-all .base .top-center-tile .tile-item .badges {
  position: absolute;
  right: 24px;
  top: 24px;
}
.theme--dark-all .base .top-center-tile .tile-item .meta {
  position: absolute;
  left: 24px;
  top: 24px;
}
.theme--dark-all .base .top-center-tile .tile-item .meta .vertical-post-meta .author-data {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding: 5px 0;
}
.theme--dark-all .base .top-center-tile .tile-item .meta .vertical-post-meta .author-data .avatar {
  height: 32px;
  width: 32px;
}
.theme--dark-all .base .top-center-tile .tile-item .meta .vertical-post-meta .author-data .avatar img {
  height: 32px;
  width: 32px;
  border-radius: 16px;
}
.theme--dark-all .base .top-center-tile .tile-item .meta .vertical-post-meta .author-data .author-name {
  margin-left: 10px;
}
.theme--dark-all .base .top-center-tile .tile-item .meta .vertical-post-meta .author-data .author-name .author {
  color: #FFFFFF;
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  /* identical to box height */
  letter-spacing: 0.01em;
  /* Secondary/Darkest */
  margin-bottom: 0px;
}
.theme--dark-all .base .top-center-tile .tile-item .meta .vertical-post-meta .author-data .author-name time {
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 12px;
  /* identical to box height, or 133% */
  letter-spacing: 0.02em;
  /* Secondary/Dark */
  color: #FFFFFF;
  margin-right: 8px;
}
.theme--dark-all .base .top-right-tile {
  width: 100%;
  height: 324px;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
}
.theme--dark-all .base .top-right-tile .tile-item {
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  height: 324px;
  border-radius: 6px;
  position: relative;
  padding: 20px;
}
.theme--dark-all .base .top-right-tile .tile-item .effects .badges .colorfulcats .label-primary {
  background-color: #CD0504;
}
.theme--dark-all .base .top-right-tile .tile-item .effects .caption {
  position: absolute;
  left: 24px;
  bottom: 20px;
  z-index: 1;
}
.theme--dark-all .base .top-right-tile .tile-item .effects .caption .feature {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.01em;
  margin-bottom: 0;
  color: #D4D4D4;
}
.theme--dark-all .base .top-right-tile .tile-item .effects .caption h2, .theme--dark-all .base .top-right-tile .tile-item .effects .caption h3 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 42px;
  letter-spacing: 0.01em;
  color: #FFFFFF;
}
.theme--dark-all .base .top-right-tile .tile-item .effects::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 5px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 44.79%, rgba(0, 0, 0, 0.35) 63.54%, rgba(0, 0, 0, 0.75) 100%);
}
.theme--dark-all .base .top-right-tile .tile-item .effects::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 5px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 44.79%, rgba(0, 0, 0, 0.35) 63.54%, rgba(0, 0, 0, 0.75) 100%);
}
.theme--dark-all .base .top-right-tile .tile-item img {
  object-fit: cover;
  object-position: center;
  width: 368px;
  height: 324px;
  min-height: 100%;
  min-width: 100%;
  border-radius: 6px;
}
.theme--dark-all .base .top-right-tile .tile-item .caption {
  position: absolute;
  left: 24px;
}
.theme--dark-all .base .top-right-tile .tile-item .caption .feature {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.01em;
  color: #D4D4D4;
}
.theme--dark-all .base .top-right-tile .tile-item .caption h2, .theme--dark-all .base .top-right-tile .tile-item .caption h3 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0.01em;
  color: #FFFFFF;
}
.theme--dark-all .base .top-right-tile .tile-item .badges {
  position: absolute;
  right: 24px;
  top: 24px;
}
.theme--dark-all .base .top-right-tile .tile-item .meta {
  position: absolute;
  left: 24px;
  top: 24px;
}
.theme--dark-all .base .top-right-tile .tile-item .meta .vertical-post-meta .author-data {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding: 5px 0;
}
.theme--dark-all .base .top-right-tile .tile-item .meta .vertical-post-meta .author-data .avatar {
  height: 32px;
  width: 32px;
}
.theme--dark-all .base .top-right-tile .tile-item .meta .vertical-post-meta .author-data .avatar img {
  height: 32px;
  width: 32px;
  border-radius: 16px;
}
.theme--dark-all .base .top-right-tile .tile-item .meta .vertical-post-meta .author-data .author-name {
  margin-left: 10px;
}
.theme--dark-all .base .top-right-tile .tile-item .meta .vertical-post-meta .author-data .author-name .author {
  color: #FFFFFF;
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  /* identical to box height */
  letter-spacing: 0.01em;
  /* Secondary/Darkest */
  margin-bottom: 0px;
}
.theme--dark-all .base .top-right-tile .tile-item .meta .vertical-post-meta .author-data .author-name time {
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 12px;
  /* identical to box height, or 133% */
  letter-spacing: 0.02em;
  /* Secondary/Dark */
  color: #FFFFFF;
  margin-right: 8px;
}
.theme--dark-all .base .gray-section {
  background-color: #232323;
}
.theme--dark-all .base .right-column-widget {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.theme--dark-all .base .right-column-widget .mini-widget {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.theme--dark-all .base .right-column-widget .mini-widget .mini-widget-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
}
.theme--dark-all .base .right-column-widget .mini-widget .mini-widget-flex a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  gap: 15px;
}
.theme--dark-all .base .right-column-widget .mini-widget .mini-widget-flex a .miniature img {
  height: 80px;
  width: 80px;
}
.theme--dark-all .base .right-column-widget .mini-widget .mini-widget-flex a .text {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  padding: 8px 0;
}
.theme--dark-all .base .right-column-widget .mini-widget .mini-widget-flex a .text h4, .theme--dark-all .base .right-column-widget .mini-widget .mini-widget-flex a .text h5 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.01em;
  color: #D4D4D4;
  line-height: 120%;
}
.theme--dark-all .base .right-column-widget .mini-widget .mini-widget-flex a .text .date {
  font-size: 10px;
}
.theme--dark-all .base .mobile-banner-full-width {
  width: 100%;
  background-color: none;
}
.theme--dark-all .base .banner-full-width {
  width: 100%;
  background-color: none;
  /*margin-bottom: 64px;*/
}
@media screen and (min-width: 1200px) {
  .theme--dark-all .base .separator {
    width: 100%;
    height: 1px;
    background-color: #3c3c3c;
  }
}
@media screen and (max-width: 800px) {
  .theme--dark-all .base .separator {
    width: 100%;
    height: 1px;
    background-color: #3c3c3c;
  }
}
.theme--dark-all .base .banner-full-width-inv {
  width: 100%;
  background-color: none;
  height: 340px;
}
.theme--dark-all .base :root {
  --bg-color: #13131f;
  --bg-color-2: t($bg);
  --text-color: t(text-secondary-page-title);
  --accent-color: t(bg-accent);
}
.theme--dark-all .base #sidebar {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  padding: 2rem;
  background-color: #161616;
  box-shadow: 0 10px 20px -4px #000;
  overflow-x: hidden;
  overflow-y: auto;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-100%);
  transition: opacity 0.3s ease, visibility 0.2s ease, transform 0.3s ease;
}
.theme--dark-all .base #sidebar #aside_close {
  color: #F3F3F3;
}
.theme--dark-all .base #sidebar h5 {
  font-family: Poppins;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  color: #F3F3F3;
}
.theme--dark-all .base #sidebar h5 a {
  color: #F3F3F3;
}
.theme--dark-all .base #sidebar.show {
  pointer-events: all;
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.theme--dark-all .base .sidebar_content {
  padding: 2.8rem 0;
  pointer-events: none;
  /* so that the Sidebar does not get closed while clicking on sidebar_content */
}
.theme--dark-all .base .sidebar_content a {
  pointer-events: all;
  /* so that all the a inside sidebar_content are clickable */
}
.theme--dark-all .base .sidebar_body {
  /*border-top: 1px dashed var(--text-color);
  border-bottom: 1px dashed var(--text-color);*/
}
.theme--dark-all .base .side_navlinks ul {
  display: grid;
  /*gap: 2rem;*/
}
.theme--dark-all .base .side_navlinks li a {
  letter-spacing: 1px;
  opacity: 0.8;
}
.theme--dark-all .base .side_navlinks a:hover {
  opacity: 1;
}
.theme--dark-all .base .sidebar_toggler {
  /*position: fixed;*/
  position: relative;
  /*top: 4vh;
    right: 3vw;*/
  /*width: 1.75rem;*/
  height: 1.3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
  overflow: hidden;
}
.theme--dark-all .base .sidebar_toggler span {
  background-color: #ddd;
  width: 100%;
  height: 2.4px;
  transition: all 0.3s ease;
  pointer-events: none;
  /* so that it doesn't overlap the sidebar_toggler */
}
.theme--dark-all .base #sidebar.show + .sidebar_toggler {
  justify-content: center;
}
.theme--dark-all .base #sidebar.show + .sidebar_toggler span {
  margin-top: -1.2px;
  margin-bottom: -1.2px;
}
.theme--dark-all .base #sidebar.show + .sidebar_toggler span:first-child {
  transform: rotate(45deg);
}
.theme--dark-all .base #sidebar.show + .sidebar_toggler span:nth-child(2) {
  opacity: 0;
  transform: translateX(-100%);
}
.theme--dark-all .base #sidebar.show + .sidebar_toggler span:last-child {
  transform: rotate(-45deg);
}
.theme--dark-all .base .mobile-menu-bar {
  background-color: #161616;
}
.theme--dark-hardware .base {
  color: #D4D4D4;
  background-color: #161616;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-family: "Poppins", sans-serif;
  /*--====== Global Variables ======--*/
  /*--====== Sidebar ======--*/
  /* when the sidebar has 'show' class */
  /*---- Sidebar-Toggler ----*/
  /* if the sidebar has 'show' class then their adjacent-sibling (i.e., sidebar_toggler) will... */
  /*.banner-full-width {
          width: 1200px;
          background-color: #161616;
          /*margin-bottom: 64px;* /
      }*/
}
.theme--dark-hardware .base .icon-color {
  color: #ffffff;
}
.theme--dark-hardware .base .box:after {
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #161616 88%, #161616 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);*/
  /* IE6-9 */
  content: " ";
  display: block;
  height: 30px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
}
.theme--dark-hardware .base .full-cont {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 38px;
  width: 100%;
  background: #161616;
}
.theme--dark-hardware .base .full-cont #t_top {
  background-color: #161616;
}
.theme--dark-hardware .base .full-cont .nastepnyartykul {
  padding: 2.5rem;
  background: rgba(214, 216, 217, 0.4);
  font-weight: 700;
  color: #D4D4D4;
  font-size: 1.5625rem;
  display: block;
  text-align: center;
  position: relative;
  margin: 12px 0;
}
.theme--dark-hardware .base .nastepnyartykul {
  padding: 2.5rem;
  background: rgba(214, 216, 217, 0.4);
  font-weight: 700;
  color: #D4D4D4;
  font-size: 1.5625rem;
  display: block;
  text-align: center;
  position: relative;
  margin: 12px 0;
}
.theme--dark-hardware .base .widget-title {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  align-content: flex-start;
  justify-content: flex-start;
  gap: 10px;
}
.theme--dark-hardware .base .widget-title i {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 20px;
  flex-direction: row;
  align-items: flex-end;
}
.theme--dark-hardware .base .widget-title i::before {
  display: flex;
  align-items: flex-end;
}
.theme--dark-hardware .base .widget-title .color-red {
  color: #CD0504;
}
.theme--dark-hardware .base .widget-title .color-accent {
  color: #CD0504;
}
.theme--dark-hardware .base .widget-title h2, .theme--dark-hardware .base .widget-title h4 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0.01em;
  margin-bottom: 0;
  color: #F3F3F3;
}
@media screen and (max-width: 900px) {
  .theme--dark-hardware .base .widget-title h2, .theme--dark-hardware .base .widget-title h4 {
    font-size: 1.286rem;
    line-height: 2.125rem;
  }
}
.theme--dark-hardware .base .widget-title p {
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.01em;
  color: #F3F3F3;
}
.theme--dark-hardware .base .widget-title .see_all {
  margin-right: 0;
  margin-left: auto;
  align-self: center;
  color: #939393;
}
.theme--dark-hardware .base .widget-title .see_all a {
  color: #939393;
  font-size: 14px;
}
.theme--dark-hardware .base .middle-widget-title h3, .theme--dark-hardware .base .middle-widget-title h4 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 2.125rem;
  letter-spacing: 0.01em;
  margin-bottom: 0;
  color: #F3F3F3;
}
.theme--dark-hardware .base .middle-widget-title p {
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.01em;
  color: #F3F3F3;
}
.theme--dark-hardware .base .middle-widget-title .see_all {
  margin-right: 0;
  margin-left: auto;
  align-self: flex-end;
  color: #939393;
}
.theme--dark-hardware .base .middle-widget-title .see_all a {
  color: #939393;
  font-size: 14px;
}
.theme--dark-hardware .base nav {
  background-color: #161616;
}
.theme--dark-hardware .base nav.black-bg {
  background-color: #CD0504;
}
.theme--dark-hardware .base .menu,
.theme--dark-hardware .base .submenu,
.theme--dark-hardware .base .top-menu {
  /*width: $screen-lg;*/
  margin: 0 auto;
  padding: 0 15px;
  list-style-type: none;
  font-weight: 500;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  background-color: #161616;
  gap: 11px;
  flex-wrap: nowrap;
  background: none;
}
.theme--dark-hardware .base .menu li,
.theme--dark-hardware .base .submenu li,
.theme--dark-hardware .base .top-menu li {
  line-height: 20px;
  border-radius: 6px;
}
.theme--dark-hardware .base .menu li a,
.theme--dark-hardware .base .submenu li a,
.theme--dark-hardware .base .top-menu li a {
  color: #D4D4D4;
  text-decoration: none;
}
.theme--dark-hardware .base .menu .dropdown,
.theme--dark-hardware .base .submenu .dropdown,
.theme--dark-hardware .base .top-menu .dropdown {
  position: relative;
  display: inline-block;
}
.theme--dark-hardware .base .menu .dropdown .dropdown-menu,
.theme--dark-hardware .base .submenu .dropdown .dropdown-menu,
.theme--dark-hardware .base .top-menu .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  z-index: 100;
  background-color: #161616;
  padding: 10px;
  border: 1px solid #ccc;
}
.theme--dark-hardware .base .menu .dropdown .dropdown-menu li,
.theme--dark-hardware .base .submenu .dropdown .dropdown-menu li,
.theme--dark-hardware .base .top-menu .dropdown .dropdown-menu li {
  list-style: none;
  text-align: left;
  padding: 5px 10px;
  width: 300px;
}
.theme--dark-hardware .base .menu .dropdown .dropdown-menu li.parent,
.theme--dark-hardware .base .submenu .dropdown .dropdown-menu li.parent,
.theme--dark-hardware .base .top-menu .dropdown .dropdown-menu li.parent {
  border-bottom: 1px solid #3c3c3c;
  font-weight: 600;
}
.theme--dark-hardware .base .menu .dropdown:hover .dropdown-menu,
.theme--dark-hardware .base .submenu .dropdown:hover .dropdown-menu,
.theme--dark-hardware .base .top-menu .dropdown:hover .dropdown-menu {
  display: block;
}
.theme--dark-hardware .base .menu .item,
.theme--dark-hardware .base .submenu .item,
.theme--dark-hardware .base .top-menu .item {
  padding: 10px;
}
.theme--dark-hardware .base .menu .item .button,
.theme--dark-hardware .base .submenu .item .button,
.theme--dark-hardware .base .top-menu .item .button {
  padding: 9px 5px;
}
.theme--dark-hardware .base .menu {
  font-size: 15px;
  /*li:last-child {
    margin-left: auto;
  }*/
}
.theme--dark-hardware .base .top-menu {
  background-color: #CD0504;
  /*height: 56px;*/
  font-size: 14px;
  /*li:last-child {
    margin-left: auto;
  }*/
}
.theme--dark-hardware .base .top-menu .active {
  background: rgba(255, 255, 255, 0.15);
  font-weight: 600;
  font-size: 12px;
}
.theme--dark-hardware .base .top-menu li {
  background-color: #CD0504;
}
.theme--dark-hardware .base .top-menu li .active {
  background: rgba(255, 255, 255, 0.15);
}
.theme--dark-hardware .base .top-menu li a {
  color: #D4D4D4;
}
.theme--dark-hardware .base .top-menu .item {
  color: #D4D4D4;
}
.theme--dark-hardware .base h4 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  /* identical to box height, or 142% */
  letter-spacing: 0.01em;
  /* Secondary/Darkest */
  color: #D4D4D4;
}
.theme--dark-hardware .base .menu_footer {
  display: flex;
  align-content: flex-end;
}
.theme--dark-hardware .base .menu_footer ul {
  display: flex;
  justify-content: flex-end;
}
.theme--dark-hardware .base .menu_footer ul li {
  list-style: none;
  margin: 0 16px;
}
.theme--dark-hardware .base .menu_footer ul li a {
  font-family: "Inter";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  /* identical to box height, or 133% */
  text-align: justify;
  letter-spacing: 0.01em;
  /* Secondary/Darker */
  color: #D4D4D4;
}
.theme--dark-hardware .base .title-area {
  padding-top: 5px;
  position: relative;
  /*h3 {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 600;
    font-size: 1rem;
    line-height: 2.125rem;

    letter-spacing: 0.01em;

    color: t($text);
    margin-bottom: 0px;
  }*/
}
.theme--dark-hardware .base .title-area h2, .theme--dark-hardware .base .title-area h3 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 2.125rem;
  /* or 142% */
  letter-spacing: 0.01em;
  /* Secondary/Darkest */
  color: #D4D4D4;
  margin-bottom: 0px;
}
@media screen and (max-width: 900px) {
  .theme--dark-hardware .base .title-area h2, .theme--dark-hardware .base .title-area h3 {
    font-size: 1.286rem;
    line-height: 1.5em;
  }
}
.theme--dark-hardware .base .title-area h7 {
  font-size: 12px;
  color: #939393;
}
.theme--dark-hardware .base .title-area .large-post-meta {
  gap: 10px;
}
.theme--dark-hardware .base .title-area .large-post-meta .avatar {
  height: 24px;
  width: 24px;
}
.theme--dark-hardware .base .title-area .large-post-meta .avatar img {
  height: 24px;
  width: 24px;
  border-radius: 12px;
}
.theme--dark-hardware .base .title-area .large-post-meta .author {
  font-family: "Poppins";
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 18px;
  color: #F3F3F3;
  letter-spacing: 0.02em;
}
.theme--dark-hardware .base .title-area .large-post-meta time {
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  /* identical to box height, or 133% */
  letter-spacing: 0.01em;
  /* Secondary/Dark */
  color: #939393;
}
.theme--dark-hardware .base .cover-card {
  width: 100%;
  /*height: 403px;*/
  border-radius: 6px;
  /*overflow: hidden;*/
}
.theme--dark-hardware .base .cover-card img {
  width: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 6px;
}
.theme--dark-hardware .base .cover-card .title-area {
  width: inherit;
}
.theme--dark-hardware .base .cover-card .title-area h7 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
  /* identical to box height */
  letter-spacing: 0.01em;
  /* Secondary/Dark */
  color: #BEBEBE;
  margin-bottom: 5px;
}
.theme--dark-hardware .base .cover-card .title-area h3 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0.01em;
  /* Secondary/Darkest */
  color: #F3F3F3;
}
@media screen and (max-width: 1199px) {
  .theme--dark-hardware .base .cover-card {
    width: 100%;
    border-radius: 6px;
    /*overflow: hidden;*/
  }
  .theme--dark-hardware .base .cover-card img {
    width: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 6px;
  }
}
.theme--dark-hardware .base .filtering-navbar ul li a {
  color: #939393;
}
.theme--dark-hardware .base .filtering-navbar ul li.active a {
  color: #CD0504;
}
.theme--dark-hardware .base .filtering-bg {
  background-color: #CD0504;
}
.theme--dark-hardware .base .border-color-accent {
  border-color: #CD0504 !important;
}
.theme--dark-hardware .base .bg-accent {
  background-color: #CD0504 !important;
}
.theme--dark-hardware .base .text-color {
  color: #D4D4D4 !important;
}
.theme--dark-hardware .base .feed-details .forum-title {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #D4D4D4;
  margin-bottom: 0;
}
.theme--dark-hardware .base .feed-details .forum-title a {
  color: #F3F3F3;
  font-weight: 700;
}
.theme--dark-hardware .base .feed-details .author {
  font-family: "Poppins";
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 12px;
  color: #F3F3F3;
  letter-spacing: 0.02em;
}
.theme--dark-hardware .base .activity-feed {
  width: 100%;
  border-radius: 6px;
  border: 1px solid #3c3c3c;
  padding: 20px;
}
.theme--dark-hardware .base .activity-feed .feed-item .feed-details .forum-title {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  color: #D4D4D4;
}
.theme--dark-hardware .base .activity-feed .feed-item .feed-details .forum-title a {
  color: #F3F3F3;
  font-weight: 700;
}
.theme--dark-hardware .base .activity-feed .feed-item .feed-details .author {
  font-family: "Poppins";
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 12px;
  color: #F3F3F3;
  letter-spacing: 0.02em;
}
.theme--dark-hardware .base footer {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
  margin-top: 60px;
  border-top: 0px;
  background-color: #161616;
  z-index: 1;
  /*max-width: 1200px;*/
  width: 100%;
  margin: auto;
  padding-top: 32px;
}
.theme--dark-hardware .base footer .footer_bottom {
  width: 100%;
}
.theme--dark-hardware .base footer .socials a {
  font-size: 1rem;
  color: #D4D4D4;
}
.theme--dark-hardware .base footer .socials a i {
  font-size: 1.5rem;
}
.theme--dark-hardware .base footer div h5 {
  font-family: "Poppins";
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0px;
}
.theme--dark-hardware .base footer div .box_news .footer_link {
  font-family: "Inter";
  list-style: none;
  font-size: 12px;
  color: #939393;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.01em;
}
.theme--dark-hardware .base footer div .box_news ul {
  padding-left: 0;
}
.theme--dark-hardware .base footer div .box_news ul li {
  font-family: "Inter";
  list-style: none;
  font-size: 12px;
}
.theme--dark-hardware .base footer div .box_news ul li a {
  color: #939393;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.01em;
}
.theme--dark-hardware .base footer .accordion {
  margin-top: 20px;
  width: 100%;
  border-radius: 6px;
  background-color: #161616;
  padding: 0 24px;
  border: none;
}
.theme--dark-hardware .base footer .accordion .accordion-item:not(:last-child) {
  border-bottom: 1px solid #3c3c3c !important;
}
.theme--dark-hardware .base footer .accordion .accordion-item {
  padding: 16px 0;
  background-color: #161616;
}
.theme--dark-hardware .base footer .accordion .accordion-item path {
  fill: red;
}
.theme--dark-hardware .base footer .accordion .accordion-item .accordion-button::after {
  color: #fff;
  fill: red;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='7 7 10 10' preserveAspectRatio='x200Y200 meet' fill='%23bebebe'%3E%3Cpath d='M12 11.8284L9.17154 14.6569L7.75732 13.2426L12 9L16.2426 13.2426L14.8284 14.6569L12 11.8284Z'%3E%3C/path%3E%3C/svg%3E");
}
.theme--dark-hardware .base footer .accordion .accordion-item .accordion-button:not(.collapsed) {
  color: #F3F3F3;
  background-color: #161616;
  border-color: #161616;
}
.theme--dark-hardware .base footer .accordion .accordion-item .accordion-button {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #F3F3F3;
  background-color: #161616;
  border-radius: 6px;
  padding: 16px 0;
  border: none;
}
.theme--dark-hardware .base .post-vertical .cover-card {
  width: 100%;
  /*height: 403px;*/
  border-radius: 6px;
  /*overflow: hidden;*/
}
.theme--dark-hardware .base .post-vertical .cover-card img {
  width: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 6px;
}
.theme--dark-hardware .base .post-vertical .cover-card .title-area {
  width: inherit;
}
.theme--dark-hardware .base .post-vertical .cover-card .title-area h7 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
  /* identical to box height */
  letter-spacing: 0.01em;
  /* Secondary/Dark */
  color: #BEBEBE;
  margin-bottom: 5px;
}
.theme--dark-hardware .base .post-vertical .cover-card .title-area h3 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0.01em;
  /* Secondary/Darkest */
  color: #F3F3F3;
}
@media screen and (max-width: 1199px) {
  .theme--dark-hardware .base .post-vertical .cover-card {
    width: 100%;
    border-radius: 6px;
    /*overflow: hidden;*/
  }
  .theme--dark-hardware .base .post-vertical .cover-card img {
    width: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 6px;
  }
}
.theme--dark-hardware .base .post-vertical .vertical-post-meta .author-data {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding: 5px 0;
}
.theme--dark-hardware .base .post-vertical .vertical-post-meta .author-data .avatar {
  height: 24px;
  width: 24px;
}
.theme--dark-hardware .base .post-vertical .vertical-post-meta .author-data .avatar img {
  height: 24px;
  width: 24px;
  border-radius: 12px;
}
.theme--dark-hardware .base .post-vertical .vertical-post-meta .author-data .author-name {
  margin-left: 10px;
}
.theme--dark-hardware .base .post-vertical .vertical-post-meta .author-data .author-name .author {
  color: #F3F3F3;
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  /* identical to box height */
  letter-spacing: 0.01em;
  /* Secondary/Darkest */
}
.theme--dark-hardware .base .post-vertical .vertical-post-meta .author-data .author-name time {
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 12px;
  /* identical to box height, or 133% */
  letter-spacing: 0.02em;
  /* Secondary/Dark */
  color: #939393;
}
.theme--dark-hardware .base input:checked + .slider {
  background-color: #CD0504;
}
.theme--dark-hardware .base input:focus + .slider {
  box-shadow: 0 0 1px #CD0504;
}
.theme--dark-hardware .base .mini-widget .small-widget-title h5, .theme--dark-hardware .base .mini-widget .small-widget-title h4 {
  color: #F3F3F3;
}
.theme--dark-hardware .base .mini-widget .small-widget-title h5 a, .theme--dark-hardware .base .mini-widget .small-widget-title h4 a {
  /*font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;*/
  color: #F3F3F3;
}
.theme--dark-hardware .base .video-widget {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  padding-bottom: 64px;
}
.theme--dark-hardware .base .video-widget .widget-title {
  width: 100%;
}
.theme--dark-hardware .base .video-widget .widget-title h2, .theme--dark-hardware .base .video-widget .widget-title h4 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0.01em;
  color: #F3F3F3;
}
.theme--dark-hardware .base .video-widget .widget-body {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 24px;
}
.theme--dark-hardware .base .video-widget .widget-body .post-video-large {
  width: 100%;
  height: 332px;
  border-radius: 6px;
  overflow: hidden;
}
.theme--dark-hardware .base .video-widget .widget-body .post-video-large .post-media {
  width: 100%;
  height: 332px;
  border-radius: 6px;
}
.theme--dark-hardware .base .video-widget .widget-body .post-video-large .post-media .embed-responsive {
  height: 332px;
}
.theme--dark-hardware .base .video-widget .widget-body .post-video-large .post-media .embed-responsive img {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: 332px;
}
.theme--dark-hardware .base .video-widget .widget-body .post-video-large .post-media .video__youtube img {
  object-fit: cover;
  object-position: center;
}
.theme--dark-hardware .base .page-title-section {
  width: 100%;
  margin-top: 60px;
  margin-bottom: 60px;
}
.theme--dark-hardware .base .page-title-section .title-area {
  width: 100%;
}
.theme--dark-hardware .base .page-title-section .title-area h1 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 42px;
  /* identical to box height, or 131% */
  letter-spacing: 0.01em;
  color: #F3F3F3;
}
.theme--dark-hardware .base .page-title-section .title-description-area p {
  /* Body/Text/Regular/Regular */
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  /* or 157% */
  letter-spacing: 0.01em;
  /* Secondary/Dark */
  color: #939393;
}
.theme--dark-hardware .base .title-area-mobile {
  width: 100%;
}
.theme--dark-hardware .base .title-area-mobile h1 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  /* identical to box height, or 131% */
  letter-spacing: 0.01em;
  /* Secondary/Darkest */
  color: #F3F3F3;
}
.theme--dark-hardware .base .title-description-area-mobile p {
  /* Body/Text/Regular/Regular */
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  /* or 157% */
  letter-spacing: 0.01em;
  /* Secondary/Dark */
  color: #939393;
}
.theme--dark-hardware .base .accordion-button:not(.collapsed) {
  color: #F3F3F3;
  background-color: #161616;
  border-color: #161616;
}
.theme--dark-hardware .base .article p {
  font-family: "Inter", sans-serif;
}
.theme--dark-hardware .base .article .accordion-button:not(.collapsed) {
  color: #F3F3F3;
  background-color: #161616;
  border-color: #161616;
}
.theme--dark-hardware .base .article .colorfulcats {
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.theme--dark-hardware .base .article .colorfulcats a {
  text-decoration: none;
}
.theme--dark-hardware .base .article .colorfulcats .label-primary {
  background-color: #CD0504;
}
.theme--dark-hardware .base .article .colorfulcats a.cat-label {
  padding-left: 10px;
  padding-right: 10px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.theme--dark-hardware .base .article a {
  color: #CD0504;
  text-decoration: underline;
}
.theme--dark-hardware .base .article p {
  color: #D4D4D4;
  line-height: 1.625rem;
}
.theme--dark-hardware .base .article .authorbox a {
  color: #D4D4D4;
  text-decoration: none;
}
.theme--dark-hardware .base .article h1 {
  font-family: Poppins;
  font-weight: 600;
  font-size: 2.3rem;
  margin-top: 3rem;
  line-height: 2.5rem;
  letter-spacing: 0.01em;
  color: #F3F3F3;
}
.theme--dark-hardware .base .article .mm-gallery .glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.theme--dark-hardware .base .article .mm-gallery .carousel {
  width: 100%;
  aspect-ratio: 16/9;
  margin: auto;
}
.theme--dark-hardware .base .article .mm-gallery .carousel .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.theme--dark-hardware .base .article .mm-gallery .carousel .glyphicon-chevron-left {
  width: 30px;
  height: 30px;
  margin-top: -10px;
  font-size: 30px;
}
.theme--dark-hardware .base .article .mm-gallery .carousel .glyphicon-chevron-right {
  width: 30px;
  height: 30px;
  margin-top: -10px;
  font-size: 30px;
}
.theme--dark-hardware .base .article .mm-gallery .carousel .glyphicon-chevron-left:before {
  content: "\e079";
}
.theme--dark-hardware .base .article .mm-gallery .carousel .glyphicon-chevron-right:before {
  content: "\e080";
}
.theme--dark-hardware .base .article .mm-gallery .carousel ol.carousel-indicators {
  bottom: 0px;
}
.theme--dark-hardware .base .article .mm-gallery .carousel .carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
}
.theme--dark-hardware .base .article .mm-gallery .carousel .carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000", endColorstr="#00000000", GradientType=1);
}
.theme--dark-hardware .base .article .mm-gallery .carousel .carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#80000000", GradientType=1);
}
.theme--dark-hardware .base .article .post-info {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.theme--dark-hardware .base .article .post-info .article-post-meta {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
}
.theme--dark-hardware .base .article .post-info .article-post-meta .author-data {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding: 5px 0;
}
.theme--dark-hardware .base .article .post-info .article-post-meta .author-data .avatar {
  height: 40px;
  width: 40px;
}
.theme--dark-hardware .base .article .post-info .article-post-meta .author-data .avatar img {
  height: 40px;
  width: 40px;
  border-radius: 20px;
}
.theme--dark-hardware .base .article .post-info .article-post-meta .author-data .author-name .author {
  margin-left: 14px;
  /* H6/Medium */
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  /* identical to box height, or 143% */
  letter-spacing: 0.01em;
  /* Secondary/Darkest */
  color: #F3F3F3;
}
.theme--dark-hardware .base .article .post-info .article-post-meta .author-data .author-name time {
  margin-left: 14px;
  /* H7 / Regular */
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 12px;
  /* identical to box height, or 133% */
  letter-spacing: 0.01em;
  /* Secondary/Light */
  color: #939393;
}
.theme--dark-hardware .base .article .post-info .post-sharing a {
  text-decoration: none;
}
.theme--dark-hardware .base .article .post-info .post-sharing .cm-button {
  padding: 14px 20px;
  /* Primary/Default */
  background: #CD0504;
  border-radius: 6px;
  /* H6/Semi */
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height, or 143% */
  letter-spacing: 0.01em;
  /* Neutral/White */
  color: #FFFFFF;
}
.theme--dark-hardware .base .article .post-info .post-sharing .fb-button {
  padding: 14px 20px;
  /* Primary/Default */
  background: #365396;
  border-radius: 6px;
  /* H6/Semi */
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height, or 143% */
  letter-spacing: 0.01em;
  /* Neutral/White */
  color: #FFFFFF;
}
.theme--dark-hardware .base .article .post-info .post-sharing .tw-button {
  padding: 14px 20px;
  /* Primary/Default */
  background: #00A8F0;
  border-radius: 6px;
  /* H6/Semi */
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height, or 143% */
  letter-spacing: 0.01em;
  /* Neutral/White */
  color: #FFFFFF;
}
.theme--dark-hardware .base .article .post-info .post-sharing ul.list-inline {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  list-style-type: none;
  gap: 8px;
}
.theme--dark-hardware .base .article .post-info .post-sharing ul.list-inline li .cm-button {
  padding: 14px 20px;
  /* Primary/Default */
  background: #CD0504;
  border-radius: 6px;
  /* H6/Semi */
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height, or 143% */
  letter-spacing: 0.01em;
  /* Neutral/White */
  color: #FFFFFF;
}
.theme--dark-hardware .base .article .post-info .post-sharing ul.list-inline li .fb-button {
  padding: 14px 20px;
  /* Primary/Default */
  background: #365396;
  border-radius: 6px;
  /* H6/Semi */
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height, or 143% */
  letter-spacing: 0.01em;
  /* Neutral/White */
  color: #FFFFFF;
}
.theme--dark-hardware .base .article .post-info .post-sharing ul.list-inline li .tw-button {
  padding: 14px 20px;
  /* Primary/Default */
  background: #00A8F0;
  border-radius: 6px;
  /* H6/Semi */
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height, or 143% */
  letter-spacing: 0.01em;
  /* Neutral/White */
  color: #FFFFFF;
}
.theme--dark-hardware .base .article .post-info .row {
  width: 100%;
}
.theme--dark-hardware .base .article .title-area {
  width: 100%;
}
.theme--dark-hardware .base .article .columns {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  gap: 64px;
}
.theme--dark-hardware .base .article .columns .left-col .post-media {
  width: 792px;
  margin-bottom: 48px;
  border-radius: 6px;
}
.theme--dark-hardware .base .article .columns .left-col .post-media img {
  width: 792px;
  border-radius: 6px;
}
.theme--dark-hardware .base .article .columns .left-col .post-desc p {
  /* Body/Text/Large/Regular */
  text-align: justify;
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  /* or 162% */
  letter-spacing: 0.01em;
  /* Secondary/Darker */
  color: #D4D4D4;
  margin-bottom: 12px;
}
.theme--dark-hardware .base .article .columns .left-col .post-desc img {
  max-width: 792px;
}
.theme--dark-hardware .base .article .columns .left-col .post-desc ul {
  padding-inline-start: 40px;
  margin-bottom: 12px;
  /* Body/Text/Large/Regular */
  text-align: justify;
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  /* or 162% */
  letter-spacing: 0.01em;
  /* Secondary/Darker */
  color: #D4D4D4;
}
.theme--dark-hardware .base .article .columns .left-col .post-desc h3 {
  /* H3/Semi */
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  /* identical to box height, or 142% */
  letter-spacing: 0.01em;
}
.theme--dark-hardware .base .article .columns .left-col .post-desc .post-sharing {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 32px;
  margin-bottom: 32px;
}
.theme--dark-hardware .base .article .columns .left-col .post-desc .post-sharing a {
  text-decoration: none;
}
.theme--dark-hardware .base .article .columns .left-col .post-desc .post-sharing p {
  /* H6/Medium */
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height, or 143% */
  letter-spacing: 0.01em;
  /* Secondary/Darkest */
  color: #D4D4D4;
}
.theme--dark-hardware .base .article .columns .left-col .post-desc .post-sharing ul.list-inline {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  list-style-type: none;
  gap: 8px;
}
.theme--dark-hardware .base .article .columns .left-col .post-desc .post-sharing ul.list-inline li .cm-button {
  padding: 14px 20px;
  /* Primary/Default */
  background: #CD0504;
  border-radius: 6px;
  /* H6/Semi */
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height, or 143% */
  letter-spacing: 0.01em;
  /* Neutral/White */
  color: #FFFFFF;
}
.theme--dark-hardware .base .article .columns .left-col .post-desc .post-sharing ul.list-inline li .fb-button {
  padding: 14px 20px;
  /* Primary/Default */
  background: #365396;
  border-radius: 6px;
  /* H6/Semi */
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height, or 143% */
  letter-spacing: 0.01em;
  /* Neutral/White */
  color: #FFFFFF;
}
.theme--dark-hardware .base .article .columns .left-col .post-desc .post-sharing ul.list-inline li .tw-button {
  padding: 14px 20px;
  /* Primary/Default */
  background: #00A8F0;
  border-radius: 6px;
  /* H6/Semi */
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height, or 143% */
  letter-spacing: 0.01em;
  /* Neutral/White */
  color: #FFFFFF;
}
.theme--dark-hardware .base .article .columns .left-col .post-desc .post-bottom .tags {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 5px;
}
.theme--dark-hardware .base .article .columns .left-col .post-desc .post-bottom .tags a {
  padding: 8px 9px 8px 10px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)), #262626;
  border-radius: 6px;
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 10px;
  line-height: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* identical to box height, or 160% */
  letter-spacing: 0.02em;
  /* Neutral/White */
  color: #FFFFFF;
}
.theme--dark-hardware .base .article .columns .left-col .post-desc .comments-widget {
  width: 100%;
}
.theme--dark-hardware .base .article .columns .left-col .post-desc .separator {
  width: 100%;
  margin: 32px 0;
}
.theme--dark-hardware .base .article .columns .right-col {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  width: 336px;
}
.theme--dark-hardware .base .article .columns .right-col .widget .widget-title {
  margin-bottom: 24px;
}
.theme--dark-hardware .base .article .columns .right-col .widget .widget-title h4 {
  font-size: 16px;
  line-height: 24px;
}
.theme--dark-hardware .base .article .columns .right-col .widget .widget-title p {
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.01em;
  color: #BEBEBE;
}
.theme--dark-hardware .base .article .fb-button {
  padding: 14px 20px;
  /* Primary/Default */
  background: #365396;
  border-radius: 6px;
  /* H6/Semi */
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height, or 143% */
  letter-spacing: 0.01em;
  /* Neutral/White */
  color: #FFFFFF;
}
.theme--dark-hardware .base .article .post-bottom .tags {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 5px;
}
.theme--dark-hardware .base .article .post-bottom .tags a {
  padding: 8px 9px 8px 10px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)), #262626;
  border-radius: 6px;
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 10px;
  line-height: 16px;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* identical to box height, or 160% */
  letter-spacing: 0.02em;
  /* Neutral/White */
  color: #FFFFFF;
}
.theme--dark-hardware .base .article .cm-button {
  text-decoration: none;
  padding: 14px 20px;
  /* Primary/Default */
  background: #CD0504;
  border-radius: 6px;
  /* H6/Semi */
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height, or 143% */
  letter-spacing: 0.01em;
  /* Neutral/White */
  color: #FFFFFF;
}
.theme--dark-hardware .base .article .tw-button {
  text-decoration: none;
  padding: 14px 20px;
  /* Primary/Default */
  background: #00A8F0;
  border-radius: 6px;
  /* H6/Semi */
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height, or 143% */
  letter-spacing: 0.01em;
  /* Neutral/White */
  color: #FFFFFF;
}
.theme--dark-hardware .base .article .post-sharing a {
  text-decoration: none;
}
.theme--dark-hardware .base .article .post-sharing p {
  font-family: Poppins;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1%;
}
.theme--dark-hardware .base .article img {
  object-fit: cover;
  max-width: 100%;
  max-height: 100%;
  height: auto;
}
.theme--dark-hardware .base .article blockquote {
  position: relative;
  padding: 10px 20px 10px 70px;
  margin: 0 0 20px;
  font-size: 1.4rem;
  font-weight: 600;
}
.theme--dark-hardware .base .article blockquote p {
  font-family: Poppins;
  line-height: 1.8;
}
.theme--dark-hardware .base .article blockquote:before {
  color: #ca0301;
  content: url("../img/double-quotes-l.svg");
  height: 50px;
  width: 50px;
  display: block;
  left: 0px;
  position: absolute;
  top: 0px;
}
@media screen and (max-width: 1200px) {
  .theme--dark-hardware .base .article {
    width: 100%;
  }
  .theme--dark-hardware .base .article .title-area {
    width: 100%;
  }
}
@media screen and (max-width: 992px) {
  .theme--dark-hardware .base .article {
    width: 100%;
  }
  .theme--dark-hardware .base .article h1 {
    font-size: 1.7rem;
  }
  .theme--dark-hardware .base .article .columns {
    flex-direction: column;
    gap: 32px;
  }
  .theme--dark-hardware .base .article .columns .left-col {
    width: 100%;
  }
  .theme--dark-hardware .base .article .columns .right-col {
    width: 100%;
  }
}
@media screen and (max-width: 800px) {
  .theme--dark-hardware .base .article {
    width: 100%;
  }
  .theme--dark-hardware .base .article .post-media img {
    height: 340px;
    width: auto;
    object-fit: cover;
    max-width: 100%;
    max-height: 100%;
    width: auto;
  }
}
@media screen and (min-width: 1200px) {
  .theme--dark-hardware .base .posts-col .large-widget {
    margin: 0;
    display: flex;
    flex-direction: row;
  }
  .theme--dark-hardware .base .posts-col .large-widget .post-media {
    width: 248px;
    height: 224px;
    border-radius: 6px;
  }
  .theme--dark-hardware .base .posts-col .large-widget .post-media .large-post-media-cover {
    width: 248px;
    height: 224px;
    border-radius: 6px;
    overflow: hidden;
  }
  .theme--dark-hardware .base .posts-col .large-widget .post-media .large-post-media-cover img {
    width: 248px;
    height: 224px;
    object-fit: cover;
    object-position: center;
    min-height: 100%;
    min-width: 100%;
  }
  .theme--dark-hardware .base .posts-col .large-widget .title-area {
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 10px;
  }
  .theme--dark-hardware .base .posts-col .large-widget .title-area .colorfulcats {
    display: flex;
    flex-direction: row;
    gap: 10px;
  }
  .theme--dark-hardware .base .posts-col .large-widget .title-area .colorfulcats .label-primary {
    background-color: #CD0504;
  }
  .theme--dark-hardware .base .posts-col .large-widget .title-area .colorfulcats a.cat-label {
    padding-left: 10px;
    padding-right: 10px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .theme--dark-hardware .base .posts-col .large-widget .title-area .large-post-meta {
    display: flex;
    flex-direction: row;
  }
  .theme--dark-hardware .base .posts-col .large-widget .title-area .large-post-meta .author {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .theme--dark-hardware .base .posts-col .large-widget .title-area .large-post-meta .author .author-data {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    color: #F3F3F3;
    letter-spacing: 0.02em;
  }
  .theme--dark-hardware .base .posts-col .large-widget .title-area .large-post-meta .author .author-data .avatar {
    height: 24px;
    width: 24px;
  }
  .theme--dark-hardware .base .posts-col .large-widget .title-area .large-post-meta .author .author-data .avatar img {
    height: 24px;
    width: 24px;
    border-radius: 12px;
  }
  .theme--dark-hardware .base .posts-col .large-widget .title-area .large-post-meta .author .author-data .author-name {
    margin-left: 10px;
    color: #F3F3F3;
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    /* identical to box height */
    letter-spacing: 0.02em;
    /* Secondary/Darkest */
  }
  .theme--dark-hardware .base .posts-col .large-widget .title-area .large-post-meta .post-time time {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.01em;
    color: #939393;
  }
}
@media screen and (max-width: 1199px) {
  .theme--dark-hardware .base .posts-col .large-widget {
    width: 100%;
    margin: 0;
    display: flex;
    flex-direction: row;
  }
  .theme--dark-hardware .base .posts-col .large-widget .post-media {
    border-radius: 6px;
    overflow: hidden;
  }
  .theme--dark-hardware .base .posts-col .large-widget .post-media img {
    object-fit: cover;
    object-position: center;
    min-height: 100%;
    min-width: 100%;
  }
  .theme--dark-hardware .base .posts-col .large-widget .title-area {
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 15px;
  }
  .theme--dark-hardware .base .posts-col .large-widget .title-area .colorfulcats {
    display: flex;
    flex-direction: row;
    gap: 10px;
  }
  .theme--dark-hardware .base .posts-col .large-widget .title-area .colorfulcats .label-primary {
    background-color: #CD0504;
  }
  .theme--dark-hardware .base .posts-col .large-widget .title-area .colorfulcats a.cat-label {
    padding-left: 10px;
    padding-right: 10px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .theme--dark-hardware .base .posts-col .large-widget .title-area .large-post-meta {
    display: flex;
    flex-direction: row;
  }
  .theme--dark-hardware .base .posts-col .large-widget .title-area .large-post-meta .author {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .theme--dark-hardware .base .posts-col .large-widget .title-area .large-post-meta .author .author-data {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    color: #F3F3F3;
    letter-spacing: 0.02em;
  }
  .theme--dark-hardware .base .posts-col .large-widget .title-area .large-post-meta .author .author-data .avatar {
    height: 24px;
    width: 24px;
  }
  .theme--dark-hardware .base .posts-col .large-widget .title-area .large-post-meta .author .author-data .avatar img {
    height: 24px;
    width: 24px;
    border-radius: 12px;
  }
  .theme--dark-hardware .base .posts-col .large-widget .title-area .large-post-meta .author .author-data .author-name {
    margin-left: 10px;
    color: #F3F3F3;
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    /* identical to box height */
    letter-spacing: 0.02em;
    /* Secondary/Darkest */
  }
  .theme--dark-hardware .base .posts-col .large-widget .title-area .large-post-meta .post-time time {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.01em;
    color: #939393;
  }
}
.theme--dark-hardware .base .pagination-main {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  width: 100%;
  /* Secondary/Extra Light */
  border: 1px solid;
  box-sizing: border-box;
  border-radius: 8px;
}
.theme--dark-hardware .base .pagination-main .accordion-item {
  border: 1px solid;
}
.theme--dark-hardware .base .pagination-main .pagination-main-heading {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  cursor: pointer;
  justify-content: space-between;
  /*i {
      height: 25px;
      width: 25px;
    }
  span {
      height: 25px;
      margin: 0 auto;
    }*/
}
.theme--dark-hardware .base .pagination-main .pagination-main-heading .accordion-button {
  font-size: 1rem;
  font-weight: 500;
}
.theme--dark-hardware .base .pagination-main .pagination-main-heading .accordion-button:not(.collapsed) {
  box-shadow: none;
}
.theme--dark-hardware .base .pagination-main .pagination-main-heading h5 {
  /* H5/Semi */
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  /* identical to box height */
  letter-spacing: 0.01em;
  /* Secondary/Darkest */
  color: #232323;
}
.theme--dark-hardware .base .pagination-main .accordion-body {
  padding: 0;
}
.theme--dark-hardware .base .pagination-main .pagination-main-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
}
.theme--dark-hardware .base .pagination-main .pagination-main-content .menu-list {
  padding: 15px 19px;
  /* H7 / Medium */
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  /* identical to box height */
  letter-spacing: 0.01em;
  /* Secondary/Dark */
  color: #676767;
  background: #161616;
}
.theme--dark-hardware .base .pagination-main .pagination-main-content .menu-list a {
  text-decoration: none;
  color: #939393;
}
.theme--dark-hardware .base .pagination-main .pagination-main-content .menu-list-active {
  /*height: 48px;*/
  padding: 15px 19px;
  border-left: 1px solid #CD0504;
  /* H7 / Medium */
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  /* identical to box height */
  letter-spacing: 0.01em;
}
.theme--dark-hardware .base .pagination-main .pagination-main-content .menu-list-active a {
  color: #ffffff;
  text-decoration: none;
}
.theme--dark-hardware .base .pagination-main .pagination-main-content .active {
  /*height: 48px;*/
  display: block;
  padding: 15px 19px;
  border-left: 1px solid #CD0504;
  /* H7 / Medium */
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  /* identical to box height */
  letter-spacing: 0.01em;
  color: #ffffff;
  text-decoration: none;
}
.theme--dark-hardware .base .pagination-bottom {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  width: 100%;
  /* Secondary/Extra Light */
  border: 1px solid #F3F3F3;
  box-sizing: border-box;
  border-radius: 6px;
  margin-bottom: 48px;
}
.theme--dark-hardware .base .pagination-bottom .pagination-bottom-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
}
.theme--dark-hardware .base .pagination-bottom .pagination-bottom-content .menu-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  height: 48px;
  /* H7 / Medium */
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  /* identical to box height */
  padding: 0 16px;
  letter-spacing: 0.01em;
  /* Secondary/Dark */
  color: #676767;
}
.theme--dark-hardware .base .pagination-bottom .pagination-bottom-content .menu-list a {
  text-decoration: none;
}
.theme--dark-hardware .base .pagination-bottom .pagination-bottom-content .menu-list i {
  font-size: 18px;
}
.theme--dark-hardware .base .pagination-bottom .pagination-bottom-content .menu-list a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding: 15px 19px;
  color: #939393;
}
.theme--dark-hardware .base .pagination-bottom .pagination-bottom-content .menu-list a.active {
  color: #CD0504;
}
.theme--dark-hardware .base .pagination-bottom .pagination-bottom-content .menu-list a i {
  font-size: 18px;
}
.theme--dark-hardware .base .pagination-bottom .pagination-bottom-content .menu-list-active {
  height: 48px;
  padding: 15px 19px;
  border-left: 1px solid #CD0504;
  /* H7 / Medium */
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  /* identical to box height */
  letter-spacing: 0.01em;
  color: #CD0504;
  background: rgba(205, 5, 4, 0.04);
}
.theme--dark-hardware .base .gallery-slider-mobile {
  height: 400px;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
}
.theme--dark-hardware .base .gallery-slider-mobile .gallery-slider-item {
  height: 400px;
  border-radius: 6px;
  position: relative;
  background-size: cover;
}
.theme--dark-hardware .base .gallery-slider-mobile .gallery-slider-item .slider-effects .badges .colorfulcats .label-primary {
  background-color: #CD0504;
}
.theme--dark-hardware .base .gallery-slider-mobile .gallery-slider-item .slider-effects .caption {
  position: absolute;
  left: 24px;
  bottom: 56px;
  z-index: 1;
}
.theme--dark-hardware .base .gallery-slider-mobile .gallery-slider-item .slider-effects .caption .feature {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 0;
  letter-spacing: 0.01em;
  color: #D4D4D4;
}
.theme--dark-hardware .base .gallery-slider-mobile .gallery-slider-item .slider-effects .caption h2, .theme--dark-hardware .base .gallery-slider-mobile .gallery-slider-item .slider-effects .caption h3 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 42px;
  letter-spacing: 0.01em;
  color: #FFFFFF;
}
.theme--dark-hardware .base .gallery-slider-mobile .gallery-slider-item .slider-effects::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 5px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 44.79%, rgba(0, 0, 0, 0.35) 63.54%, rgba(0, 0, 0, 0.75) 100%);
}
.theme--dark-hardware .base .gallery-slider-mobile .gallery-slider-item .slider-effects::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 5px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 44.79%, rgba(0, 0, 0, 0.35) 63.54%, rgba(0, 0, 0, 0.75) 100%);
}
.theme--dark-hardware .base .gallery-slider-mobile .gallery-slider-item img {
  object-fit: cover;
  object-position: center;
  min-height: 100%;
  min-width: 100%;
  border-radius: 6px;
}
.theme--dark-hardware .base .gallery-slider-mobile .gallery-slider-item .badges {
  position: absolute;
  right: 24px;
  top: 24px;
}
.theme--dark-hardware .base .gallery-slider-mobile .gallery-slider-item .meta {
  position: absolute;
  left: 24px;
  top: 24px;
}
.theme--dark-hardware .base .gallery-slider-mobile .gallery-slider-item .meta .vertical-post-meta .author-data {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding: 5px 0;
}
.theme--dark-hardware .base .gallery-slider-mobile .gallery-slider-item .meta .vertical-post-meta .author-data .avatar {
  height: 32px;
  width: 32px;
}
.theme--dark-hardware .base .gallery-slider-mobile .gallery-slider-item .meta .vertical-post-meta .author-data .avatar img {
  height: 32px;
  width: 32px;
  border-radius: 16px;
}
.theme--dark-hardware .base .gallery-slider-mobile .gallery-slider-item .meta .vertical-post-meta .author-data .author-name {
  margin-left: 10px;
}
.theme--dark-hardware .base .gallery-slider-mobile .gallery-slider-item .meta .vertical-post-meta .author-data .author-name .author {
  color: #FFFFFF;
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  /* identical to box height */
  letter-spacing: 0.01em;
  /* Secondary/Darkest */
  margin-bottom: 0px;
}
.theme--dark-hardware .base .gallery-slider-mobile .gallery-slider-item .meta .vertical-post-meta .author-data .author-name time {
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 12px;
  /* identical to box height, or 133% */
  letter-spacing: 0.02em;
  /* Secondary/Dark */
  color: #FFFFFF;
  margin-right: 8px;
}
.theme--dark-hardware .base .gallery-slider-large {
  width: 100%;
  height: 388px;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
}
.theme--dark-hardware .base .gallery-slider-large .gallery-slider-item {
  width: 100%;
  height: 388px;
  border-radius: 6px;
  position: relative;
  background-size: cover;
}
.theme--dark-hardware .base .gallery-slider-large .gallery-slider-item .slider-effects .badges .colorfulcats .label-primary {
  background-color: #CD0504;
}
.theme--dark-hardware .base .gallery-slider-large .gallery-slider-item .slider-effects .caption {
  position: absolute;
  left: 24px;
  bottom: 56px;
  z-index: 1;
}
.theme--dark-hardware .base .gallery-slider-large .gallery-slider-item .slider-effects .caption .feature {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 0;
  letter-spacing: 0.01em;
  color: #D4D4D4;
}
.theme--dark-hardware .base .gallery-slider-large .gallery-slider-item .slider-effects .caption h2, .theme--dark-hardware .base .gallery-slider-large .gallery-slider-item .slider-effects .caption h3 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 42px;
  letter-spacing: 0.01em;
  color: #FFFFFF;
}
.theme--dark-hardware .base .gallery-slider-large .gallery-slider-item .slider-effects::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 5px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 44.79%, rgba(0, 0, 0, 0.35) 63.54%, rgba(0, 0, 0, 0.75) 100%);
}
.theme--dark-hardware .base .gallery-slider-large .gallery-slider-item .slider-effects::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 5px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 44.79%, rgba(0, 0, 0, 0.35) 63.54%, rgba(0, 0, 0, 0.75) 100%);
}
.theme--dark-hardware .base .gallery-slider-large .gallery-slider-item img {
  object-fit: cover;
  object-position: center;
  min-height: 100%;
  min-width: 100%;
  border-radius: 6px;
}
.theme--dark-hardware .base .gallery-slider-large .gallery-slider-item .badges {
  position: absolute;
  right: 24px;
  top: 24px;
}
.theme--dark-hardware .base .gallery-slider-large .gallery-slider-item .meta {
  position: absolute;
  left: 24px;
  top: 24px;
}
.theme--dark-hardware .base .gallery-slider-large .gallery-slider-item .meta .vertical-post-meta .author-data {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding: 5px 0;
}
.theme--dark-hardware .base .gallery-slider-large .gallery-slider-item .meta .vertical-post-meta .author-data .avatar {
  height: 32px;
  width: 32px;
}
.theme--dark-hardware .base .gallery-slider-large .gallery-slider-item .meta .vertical-post-meta .author-data .avatar img {
  height: 32px;
  width: 32px;
  border-radius: 16px;
}
.theme--dark-hardware .base .gallery-slider-large .gallery-slider-item .meta .vertical-post-meta .author-data .author-name {
  margin-left: 10px;
}
.theme--dark-hardware .base .gallery-slider-large .gallery-slider-item .meta .vertical-post-meta .author-data .author-name .author {
  color: #FFFFFF;
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  /* identical to box height */
  letter-spacing: 0.01em;
  /* Secondary/Darkest */
  margin-bottom: 0px;
}
.theme--dark-hardware .base .gallery-slider-large .gallery-slider-item .meta .vertical-post-meta .author-data .author-name time {
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 12px;
  /* identical to box height, or 133% */
  letter-spacing: 0.02em;
  /* Secondary/Dark */
  color: #FFFFFF;
  margin-right: 8px;
}
.theme--dark-hardware .base .gallery-slider-small {
  width: 100%;
  height: 388px;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
}
.theme--dark-hardware .base .gallery-slider-small .gallery-slider-item {
  width: 100%;
  height: 388px;
  border-radius: 6px;
  position: relative;
  background-size: cover;
}
.theme--dark-hardware .base .gallery-slider-small .gallery-slider-item .slider-effects .badges .colorfulcats .label-primary {
  background-color: #CD0504;
}
.theme--dark-hardware .base .gallery-slider-small .gallery-slider-item .slider-effects .caption {
  position: absolute;
  left: 24px;
  bottom: 56px;
  z-index: 1;
}
.theme--dark-hardware .base .gallery-slider-small .gallery-slider-item .slider-effects .caption .feature {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.01em;
  color: #D4D4D4;
  margin-bottom: 0;
}
.theme--dark-hardware .base .gallery-slider-small .gallery-slider-item .slider-effects .caption h2, .theme--dark-hardware .base .gallery-slider-small .gallery-slider-item .slider-effects .caption h3 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 42px;
  letter-spacing: 0.01em;
  color: #FFFFFF;
}
.theme--dark-hardware .base .gallery-slider-small .gallery-slider-item .slider-effects::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 5px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 44.79%, rgba(0, 0, 0, 0.35) 63.54%, rgba(0, 0, 0, 0.75) 100%);
}
.theme--dark-hardware .base .gallery-slider-small .gallery-slider-item .slider-effects::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 5px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 44.79%, rgba(0, 0, 0, 0.35) 63.54%, rgba(0, 0, 0, 0.75) 100%);
}
.theme--dark-hardware .base .gallery-slider-small .gallery-slider-item img {
  object-fit: cover;
  object-position: center;
  min-height: 100%;
  min-width: 100%;
  border-radius: 6px;
}
.theme--dark-hardware .base .gallery-slider-small .gallery-slider-item .caption {
  position: absolute;
  left: 24px;
  bottom: 56px;
}
.theme--dark-hardware .base .gallery-slider-small .gallery-slider-item .caption .feature {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  /* identical to box height */
  letter-spacing: 0.01em;
  /* Secondary/Lightest */
  color: #D4D4D4;
}
.theme--dark-hardware .base .gallery-slider-small .gallery-slider-item .caption h2, .theme--dark-hardware .base .gallery-slider-small .gallery-slider-item .caption h3 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 42px;
  /* or 131% */
  letter-spacing: 0.01em;
  /* Neutral/White */
  color: #FFFFFF;
}
.theme--dark-hardware .base .gallery-slider-small .gallery-slider-item .badges {
  position: absolute;
  right: 24px;
  top: 24px;
}
.theme--dark-hardware .base .gallery-slider-small .gallery-slider-item .meta {
  position: absolute;
  left: 24px;
  top: 24px;
}
.theme--dark-hardware .base .gallery-slider-small .gallery-slider-item .meta .vertical-post-meta .author-data {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding: 5px 0;
}
.theme--dark-hardware .base .gallery-slider-small .gallery-slider-item .meta .vertical-post-meta .author-data .avatar {
  height: 32px;
  width: 32px;
}
.theme--dark-hardware .base .gallery-slider-small .gallery-slider-item .meta .vertical-post-meta .author-data .avatar img {
  height: 32px;
  width: 32px;
  border-radius: 16px;
}
.theme--dark-hardware .base .gallery-slider-small .gallery-slider-item .meta .vertical-post-meta .author-data .author-name {
  margin-left: 10px;
}
.theme--dark-hardware .base .gallery-slider-small .gallery-slider-item .meta .vertical-post-meta .author-data .author-name .author {
  color: #FFFFFF;
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  /* identical to box height */
  letter-spacing: 0.01em;
  /* Secondary/Darkest */
  margin-bottom: 0px;
}
.theme--dark-hardware .base .gallery-slider-small .gallery-slider-item .meta .vertical-post-meta .author-data .author-name time {
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 12px;
  /* identical to box height, or 133% */
  letter-spacing: 0.02em;
  /* Secondary/Dark */
  color: #FFFFFF;
  margin-right: 8px;
}
.theme--dark-hardware .base .top-left-tile {
  /*width: 290px;*/
  width: 100%;
  height: 324px;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
}
.theme--dark-hardware .base .top-left-tile .tile-item {
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  height: 324px;
  border-radius: 6px;
  position: relative;
  /*img {
    object-fit: cover;
    object-position: center;
    width: 290px;
    height: 324px;
    min-height: 100%;
    min-width: 100%;
    border-radius: 6px;
  }*/
}
.theme--dark-hardware .base .top-left-tile .tile-item .effects .badges .colorfulcats .label-primary {
  background-color: #CD0504;
}
.theme--dark-hardware .base .top-left-tile .tile-item .effects .caption {
  position: absolute;
  left: 24px;
  bottom: 20px;
  z-index: 1;
}
.theme--dark-hardware .base .top-left-tile .tile-item .effects .caption .feature {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.01em;
  color: #D4D4D4;
}
.theme--dark-hardware .base .top-left-tile .tile-item .effects .caption h2, .theme--dark-hardware .base .top-left-tile .tile-item .effects .caption h3 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 42px;
  letter-spacing: 0.01em;
  color: #FFFFFF;
}
.theme--dark-hardware .base .top-left-tile .tile-item .effects::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 5px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 44.79%, rgba(0, 0, 0, 0.35) 63.54%, rgba(0, 0, 0, 0.75) 100%);
}
.theme--dark-hardware .base .top-left-tile .tile-item .effects::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 5px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 44.79%, rgba(0, 0, 0, 0.35) 63.54%, rgba(0, 0, 0, 0.75) 100%);
}
.theme--dark-hardware .base .top-left-tile .tile-item .caption {
  position: absolute;
  left: 24px;
  /*.feature {
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.01em;
    color: #D4D4D4;
  }*/
}
.theme--dark-hardware .base .top-left-tile .tile-item .caption h2, .theme--dark-hardware .base .top-left-tile .tile-item .caption h3 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  /* or 131% */
  letter-spacing: 0.01em;
  /* Neutral/White */
  color: #FFFFFF;
}
.theme--dark-hardware .base .top-left-tile .tile-item .badges {
  position: absolute;
  right: 24px;
  top: 24px;
}
.theme--dark-hardware .base .top-left-tile .tile-item .meta {
  position: absolute;
  left: 24px;
  top: 24px;
}
.theme--dark-hardware .base .top-left-tile .tile-item .meta .vertical-post-meta .author-data {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding: 5px 0;
}
.theme--dark-hardware .base .top-left-tile .tile-item .meta .vertical-post-meta .author-data .avatar {
  height: 32px;
  width: 32px;
}
.theme--dark-hardware .base .top-left-tile .tile-item .meta .vertical-post-meta .author-data .avatar img {
  height: 32px;
  width: 32px;
  border-radius: 16px;
}
.theme--dark-hardware .base .top-left-tile .tile-item .meta .vertical-post-meta .author-data .author-name {
  margin-left: 10px;
}
.theme--dark-hardware .base .top-left-tile .tile-item .meta .vertical-post-meta .author-data .author-name .author {
  color: #FFFFFF;
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  /* identical to box height */
  letter-spacing: 0.01em;
  /* Secondary/Darkest */
  margin-bottom: 0px;
}
.theme--dark-hardware .base .top-left-tile .tile-item .meta .vertical-post-meta .author-data .author-name time {
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 12px;
  /* identical to box height, or 133% */
  letter-spacing: 0.02em;
  /* Secondary/Dark */
  color: #FFFFFF;
  margin-right: 8px;
}
.theme--dark-hardware .base .top-center-tile {
  width: 100%;
  height: 324px;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
}
.theme--dark-hardware .base .top-center-tile .tile-item {
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  height: 324px;
  border-radius: 6px;
  position: relative;
  padding: 20px;
}
.theme--dark-hardware .base .top-center-tile .tile-item .effects .badges .colorfulcats .label-primary {
  background-color: #CD0504;
}
.theme--dark-hardware .base .top-center-tile .tile-item .effects .caption {
  position: absolute;
  left: 24px;
  bottom: 20px;
  z-index: 1;
}
.theme--dark-hardware .base .top-center-tile .tile-item .effects .caption .feature {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.01em;
  margin-bottom: 0;
  color: #D4D4D4;
}
.theme--dark-hardware .base .top-center-tile .tile-item .effects .caption h2, .theme--dark-hardware .base .top-center-tile .tile-item .effects .caption h3 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 42px;
  /* or 131% */
  letter-spacing: 0.01em;
  /* Neutral/White */
  color: #FFFFFF;
}
.theme--dark-hardware .base .top-center-tile .tile-item .effects::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 5px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 44.79%, rgba(0, 0, 0, 0.35) 63.54%, rgba(0, 0, 0, 0.75) 100%);
}
.theme--dark-hardware .base .top-center-tile .tile-item .effects::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 5px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 44.79%, rgba(0, 0, 0, 0.35) 63.54%, rgba(0, 0, 0, 0.75) 100%);
}
.theme--dark-hardware .base .top-center-tile .tile-item img {
  object-fit: cover;
  object-position: center;
  width: 510px;
  height: 324px;
  min-height: 100%;
  min-width: 100%;
  border-radius: 6px;
}
.theme--dark-hardware .base .top-center-tile .tile-item .caption {
  position: absolute;
  left: 24px;
  bottom: 56px;
}
.theme--dark-hardware .base .top-center-tile .tile-item .caption .feature {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.01em;
  color: #D4D4D4;
}
.theme--dark-hardware .base .top-center-tile .tile-item .caption h2, .theme--dark-hardware .base .top-center-tile .tile-item .caption h3 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0.01em;
  color: #FFFFFF;
}
.theme--dark-hardware .base .top-center-tile .tile-item .badges {
  position: absolute;
  right: 24px;
  top: 24px;
}
.theme--dark-hardware .base .top-center-tile .tile-item .meta {
  position: absolute;
  left: 24px;
  top: 24px;
}
.theme--dark-hardware .base .top-center-tile .tile-item .meta .vertical-post-meta .author-data {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding: 5px 0;
}
.theme--dark-hardware .base .top-center-tile .tile-item .meta .vertical-post-meta .author-data .avatar {
  height: 32px;
  width: 32px;
}
.theme--dark-hardware .base .top-center-tile .tile-item .meta .vertical-post-meta .author-data .avatar img {
  height: 32px;
  width: 32px;
  border-radius: 16px;
}
.theme--dark-hardware .base .top-center-tile .tile-item .meta .vertical-post-meta .author-data .author-name {
  margin-left: 10px;
}
.theme--dark-hardware .base .top-center-tile .tile-item .meta .vertical-post-meta .author-data .author-name .author {
  color: #FFFFFF;
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  /* identical to box height */
  letter-spacing: 0.01em;
  /* Secondary/Darkest */
  margin-bottom: 0px;
}
.theme--dark-hardware .base .top-center-tile .tile-item .meta .vertical-post-meta .author-data .author-name time {
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 12px;
  /* identical to box height, or 133% */
  letter-spacing: 0.02em;
  /* Secondary/Dark */
  color: #FFFFFF;
  margin-right: 8px;
}
.theme--dark-hardware .base .top-right-tile {
  width: 100%;
  height: 324px;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
}
.theme--dark-hardware .base .top-right-tile .tile-item {
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  height: 324px;
  border-radius: 6px;
  position: relative;
  padding: 20px;
}
.theme--dark-hardware .base .top-right-tile .tile-item .effects .badges .colorfulcats .label-primary {
  background-color: #CD0504;
}
.theme--dark-hardware .base .top-right-tile .tile-item .effects .caption {
  position: absolute;
  left: 24px;
  bottom: 20px;
  z-index: 1;
}
.theme--dark-hardware .base .top-right-tile .tile-item .effects .caption .feature {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.01em;
  margin-bottom: 0;
  color: #D4D4D4;
}
.theme--dark-hardware .base .top-right-tile .tile-item .effects .caption h2, .theme--dark-hardware .base .top-right-tile .tile-item .effects .caption h3 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 42px;
  letter-spacing: 0.01em;
  color: #FFFFFF;
}
.theme--dark-hardware .base .top-right-tile .tile-item .effects::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 5px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 44.79%, rgba(0, 0, 0, 0.35) 63.54%, rgba(0, 0, 0, 0.75) 100%);
}
.theme--dark-hardware .base .top-right-tile .tile-item .effects::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 5px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 44.79%, rgba(0, 0, 0, 0.35) 63.54%, rgba(0, 0, 0, 0.75) 100%);
}
.theme--dark-hardware .base .top-right-tile .tile-item img {
  object-fit: cover;
  object-position: center;
  width: 368px;
  height: 324px;
  min-height: 100%;
  min-width: 100%;
  border-radius: 6px;
}
.theme--dark-hardware .base .top-right-tile .tile-item .caption {
  position: absolute;
  left: 24px;
}
.theme--dark-hardware .base .top-right-tile .tile-item .caption .feature {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.01em;
  color: #D4D4D4;
}
.theme--dark-hardware .base .top-right-tile .tile-item .caption h2, .theme--dark-hardware .base .top-right-tile .tile-item .caption h3 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0.01em;
  color: #FFFFFF;
}
.theme--dark-hardware .base .top-right-tile .tile-item .badges {
  position: absolute;
  right: 24px;
  top: 24px;
}
.theme--dark-hardware .base .top-right-tile .tile-item .meta {
  position: absolute;
  left: 24px;
  top: 24px;
}
.theme--dark-hardware .base .top-right-tile .tile-item .meta .vertical-post-meta .author-data {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding: 5px 0;
}
.theme--dark-hardware .base .top-right-tile .tile-item .meta .vertical-post-meta .author-data .avatar {
  height: 32px;
  width: 32px;
}
.theme--dark-hardware .base .top-right-tile .tile-item .meta .vertical-post-meta .author-data .avatar img {
  height: 32px;
  width: 32px;
  border-radius: 16px;
}
.theme--dark-hardware .base .top-right-tile .tile-item .meta .vertical-post-meta .author-data .author-name {
  margin-left: 10px;
}
.theme--dark-hardware .base .top-right-tile .tile-item .meta .vertical-post-meta .author-data .author-name .author {
  color: #FFFFFF;
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  /* identical to box height */
  letter-spacing: 0.01em;
  /* Secondary/Darkest */
  margin-bottom: 0px;
}
.theme--dark-hardware .base .top-right-tile .tile-item .meta .vertical-post-meta .author-data .author-name time {
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 12px;
  /* identical to box height, or 133% */
  letter-spacing: 0.02em;
  /* Secondary/Dark */
  color: #FFFFFF;
  margin-right: 8px;
}
.theme--dark-hardware .base .gray-section {
  background-color: #232323;
}
.theme--dark-hardware .base .right-column-widget {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.theme--dark-hardware .base .right-column-widget .mini-widget {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.theme--dark-hardware .base .right-column-widget .mini-widget .mini-widget-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
}
.theme--dark-hardware .base .right-column-widget .mini-widget .mini-widget-flex a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  gap: 15px;
}
.theme--dark-hardware .base .right-column-widget .mini-widget .mini-widget-flex a .miniature img {
  height: 80px;
  width: 80px;
}
.theme--dark-hardware .base .right-column-widget .mini-widget .mini-widget-flex a .text {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  padding: 8px 0;
}
.theme--dark-hardware .base .right-column-widget .mini-widget .mini-widget-flex a .text h4, .theme--dark-hardware .base .right-column-widget .mini-widget .mini-widget-flex a .text h5 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.01em;
  color: #D4D4D4;
  line-height: 120%;
}
.theme--dark-hardware .base .right-column-widget .mini-widget .mini-widget-flex a .text .date {
  font-size: 10px;
}
.theme--dark-hardware .base .mobile-banner-full-width {
  width: 100%;
  background-color: none;
}
.theme--dark-hardware .base .banner-full-width {
  width: 100%;
  background-color: none;
  /*margin-bottom: 64px;*/
}
@media screen and (min-width: 1200px) {
  .theme--dark-hardware .base .separator {
    width: 100%;
    height: 1px;
    background-color: #3c3c3c;
  }
}
@media screen and (max-width: 800px) {
  .theme--dark-hardware .base .separator {
    width: 100%;
    height: 1px;
    background-color: #3c3c3c;
  }
}
.theme--dark-hardware .base .banner-full-width-inv {
  width: 100%;
  background-color: none;
  height: 340px;
}
.theme--dark-hardware .base :root {
  --bg-color: #13131f;
  --bg-color-2: t($bg);
  --text-color: t(text-secondary-page-title);
  --accent-color: t(bg-accent);
}
.theme--dark-hardware .base #sidebar {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  padding: 2rem;
  background-color: #161616;
  box-shadow: 0 10px 20px -4px #000;
  overflow-x: hidden;
  overflow-y: auto;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-100%);
  transition: opacity 0.3s ease, visibility 0.2s ease, transform 0.3s ease;
}
.theme--dark-hardware .base #sidebar #aside_close {
  color: #F3F3F3;
}
.theme--dark-hardware .base #sidebar h5 {
  font-family: Poppins;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  color: #F3F3F3;
}
.theme--dark-hardware .base #sidebar h5 a {
  color: #F3F3F3;
}
.theme--dark-hardware .base #sidebar.show {
  pointer-events: all;
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.theme--dark-hardware .base .sidebar_content {
  padding: 2.8rem 0;
  pointer-events: none;
  /* so that the Sidebar does not get closed while clicking on sidebar_content */
}
.theme--dark-hardware .base .sidebar_content a {
  pointer-events: all;
  /* so that all the a inside sidebar_content are clickable */
}
.theme--dark-hardware .base .sidebar_body {
  /*border-top: 1px dashed var(--text-color);
  border-bottom: 1px dashed var(--text-color);*/
}
.theme--dark-hardware .base .side_navlinks ul {
  display: grid;
  /*gap: 2rem;*/
}
.theme--dark-hardware .base .side_navlinks li a {
  letter-spacing: 1px;
  opacity: 0.8;
}
.theme--dark-hardware .base .side_navlinks a:hover {
  opacity: 1;
}
.theme--dark-hardware .base .sidebar_toggler {
  /*position: fixed;*/
  position: relative;
  /*top: 4vh;
    right: 3vw;*/
  /*width: 1.75rem;*/
  height: 1.3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
  overflow: hidden;
}
.theme--dark-hardware .base .sidebar_toggler span {
  background-color: #ddd;
  width: 100%;
  height: 2.4px;
  transition: all 0.3s ease;
  pointer-events: none;
  /* so that it doesn't overlap the sidebar_toggler */
}
.theme--dark-hardware .base #sidebar.show + .sidebar_toggler {
  justify-content: center;
}
.theme--dark-hardware .base #sidebar.show + .sidebar_toggler span {
  margin-top: -1.2px;
  margin-bottom: -1.2px;
}
.theme--dark-hardware .base #sidebar.show + .sidebar_toggler span:first-child {
  transform: rotate(45deg);
}
.theme--dark-hardware .base #sidebar.show + .sidebar_toggler span:nth-child(2) {
  opacity: 0;
  transform: translateX(-100%);
}
.theme--dark-hardware .base #sidebar.show + .sidebar_toggler span:last-child {
  transform: rotate(-45deg);
}
.theme--dark-hardware .base .mobile-menu-bar {
  background-color: #161616;
}
.theme--dark-gaming .base {
  color: #D4D4D4;
  background-color: #161616;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-family: "Poppins", sans-serif;
  /*--====== Global Variables ======--*/
  /*--====== Sidebar ======--*/
  /* when the sidebar has 'show' class */
  /*---- Sidebar-Toggler ----*/
  /* if the sidebar has 'show' class then their adjacent-sibling (i.e., sidebar_toggler) will... */
  /*.banner-full-width {
          width: 1200px;
          background-color: #161616;
          /*margin-bottom: 64px;* /
      }*/
}
.theme--dark-gaming .base .icon-color {
  color: #ffffff;
}
.theme--dark-gaming .base .box:after {
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #161616 88%, #161616 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);*/
  /* IE6-9 */
  content: " ";
  display: block;
  height: 30px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
}
.theme--dark-gaming .base .full-cont {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 38px;
  width: 100%;
  background: #161616;
}
.theme--dark-gaming .base .full-cont #t_top {
  background-color: #161616;
}
.theme--dark-gaming .base .full-cont .nastepnyartykul {
  padding: 2.5rem;
  background: rgba(214, 216, 217, 0.4);
  font-weight: 700;
  color: #D4D4D4;
  font-size: 1.5625rem;
  display: block;
  text-align: center;
  position: relative;
  margin: 12px 0;
}
.theme--dark-gaming .base .nastepnyartykul {
  padding: 2.5rem;
  background: rgba(214, 216, 217, 0.4);
  font-weight: 700;
  color: #D4D4D4;
  font-size: 1.5625rem;
  display: block;
  text-align: center;
  position: relative;
  margin: 12px 0;
}
.theme--dark-gaming .base .widget-title {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  align-content: flex-start;
  justify-content: flex-start;
  gap: 10px;
}
.theme--dark-gaming .base .widget-title i {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 20px;
  flex-direction: row;
  align-items: flex-end;
}
.theme--dark-gaming .base .widget-title i::before {
  display: flex;
  align-items: flex-end;
}
.theme--dark-gaming .base .widget-title .color-red {
  color: #CD0504;
}
.theme--dark-gaming .base .widget-title .color-accent {
  color: #0430CD;
}
.theme--dark-gaming .base .widget-title h2, .theme--dark-gaming .base .widget-title h4 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0.01em;
  margin-bottom: 0;
  color: #F3F3F3;
}
@media screen and (max-width: 900px) {
  .theme--dark-gaming .base .widget-title h2, .theme--dark-gaming .base .widget-title h4 {
    font-size: 1.286rem;
    line-height: 2.125rem;
  }
}
.theme--dark-gaming .base .widget-title p {
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.01em;
  color: #F3F3F3;
}
.theme--dark-gaming .base .widget-title .see_all {
  margin-right: 0;
  margin-left: auto;
  align-self: center;
  color: #939393;
}
.theme--dark-gaming .base .widget-title .see_all a {
  color: #939393;
  font-size: 14px;
}
.theme--dark-gaming .base .middle-widget-title h3, .theme--dark-gaming .base .middle-widget-title h4 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 2.125rem;
  letter-spacing: 0.01em;
  margin-bottom: 0;
  color: #F3F3F3;
}
.theme--dark-gaming .base .middle-widget-title p {
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.01em;
  color: #F3F3F3;
}
.theme--dark-gaming .base .middle-widget-title .see_all {
  margin-right: 0;
  margin-left: auto;
  align-self: flex-end;
  color: #939393;
}
.theme--dark-gaming .base .middle-widget-title .see_all a {
  color: #939393;
  font-size: 14px;
}
.theme--dark-gaming .base nav {
  background-color: #161616;
}
.theme--dark-gaming .base nav.black-bg {
  background-color: #0430CD;
}
.theme--dark-gaming .base .menu,
.theme--dark-gaming .base .submenu,
.theme--dark-gaming .base .top-menu {
  /*width: $screen-lg;*/
  margin: 0 auto;
  padding: 0 15px;
  list-style-type: none;
  font-weight: 500;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  background-color: #161616;
  gap: 11px;
  flex-wrap: nowrap;
  background: none;
}
.theme--dark-gaming .base .menu li,
.theme--dark-gaming .base .submenu li,
.theme--dark-gaming .base .top-menu li {
  line-height: 20px;
  border-radius: 6px;
}
.theme--dark-gaming .base .menu li a,
.theme--dark-gaming .base .submenu li a,
.theme--dark-gaming .base .top-menu li a {
  color: #D4D4D4;
  text-decoration: none;
}
.theme--dark-gaming .base .menu .dropdown,
.theme--dark-gaming .base .submenu .dropdown,
.theme--dark-gaming .base .top-menu .dropdown {
  position: relative;
  display: inline-block;
}
.theme--dark-gaming .base .menu .dropdown .dropdown-menu,
.theme--dark-gaming .base .submenu .dropdown .dropdown-menu,
.theme--dark-gaming .base .top-menu .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  z-index: 100;
  background-color: #161616;
  padding: 10px;
  border: 1px solid #ccc;
}
.theme--dark-gaming .base .menu .dropdown .dropdown-menu li,
.theme--dark-gaming .base .submenu .dropdown .dropdown-menu li,
.theme--dark-gaming .base .top-menu .dropdown .dropdown-menu li {
  list-style: none;
  text-align: left;
  padding: 5px 10px;
  width: 300px;
}
.theme--dark-gaming .base .menu .dropdown .dropdown-menu li.parent,
.theme--dark-gaming .base .submenu .dropdown .dropdown-menu li.parent,
.theme--dark-gaming .base .top-menu .dropdown .dropdown-menu li.parent {
  border-bottom: 1px solid #3c3c3c;
  font-weight: 600;
}
.theme--dark-gaming .base .menu .dropdown:hover .dropdown-menu,
.theme--dark-gaming .base .submenu .dropdown:hover .dropdown-menu,
.theme--dark-gaming .base .top-menu .dropdown:hover .dropdown-menu {
  display: block;
}
.theme--dark-gaming .base .menu .item,
.theme--dark-gaming .base .submenu .item,
.theme--dark-gaming .base .top-menu .item {
  padding: 10px;
}
.theme--dark-gaming .base .menu .item .button,
.theme--dark-gaming .base .submenu .item .button,
.theme--dark-gaming .base .top-menu .item .button {
  padding: 9px 5px;
}
.theme--dark-gaming .base .menu {
  font-size: 15px;
  /*li:last-child {
    margin-left: auto;
  }*/
}
.theme--dark-gaming .base .top-menu {
  background-color: #0430CD;
  /*height: 56px;*/
  font-size: 14px;
  /*li:last-child {
    margin-left: auto;
  }*/
}
.theme--dark-gaming .base .top-menu .active {
  background: rgba(255, 255, 255, 0.15);
  font-weight: 600;
  font-size: 12px;
}
.theme--dark-gaming .base .top-menu li {
  background-color: #0430CD;
}
.theme--dark-gaming .base .top-menu li .active {
  background: rgba(255, 255, 255, 0.15);
}
.theme--dark-gaming .base .top-menu li a {
  color: #D4D4D4;
}
.theme--dark-gaming .base .top-menu .item {
  color: #D4D4D4;
}
.theme--dark-gaming .base h4 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  /* identical to box height, or 142% */
  letter-spacing: 0.01em;
  /* Secondary/Darkest */
  color: #D4D4D4;
}
.theme--dark-gaming .base .menu_footer {
  display: flex;
  align-content: flex-end;
}
.theme--dark-gaming .base .menu_footer ul {
  display: flex;
  justify-content: flex-end;
}
.theme--dark-gaming .base .menu_footer ul li {
  list-style: none;
  margin: 0 16px;
}
.theme--dark-gaming .base .menu_footer ul li a {
  font-family: "Inter";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  /* identical to box height, or 133% */
  text-align: justify;
  letter-spacing: 0.01em;
  /* Secondary/Darker */
  color: #D4D4D4;
}
.theme--dark-gaming .base .title-area {
  padding-top: 5px;
  position: relative;
  /*h3 {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 600;
    font-size: 1rem;
    line-height: 2.125rem;

    letter-spacing: 0.01em;

    color: t($text);
    margin-bottom: 0px;
  }*/
}
.theme--dark-gaming .base .title-area h2, .theme--dark-gaming .base .title-area h3 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 2.125rem;
  /* or 142% */
  letter-spacing: 0.01em;
  /* Secondary/Darkest */
  color: #D4D4D4;
  margin-bottom: 0px;
}
@media screen and (max-width: 900px) {
  .theme--dark-gaming .base .title-area h2, .theme--dark-gaming .base .title-area h3 {
    font-size: 1.286rem;
    line-height: 1.5em;
  }
}
.theme--dark-gaming .base .title-area h7 {
  font-size: 12px;
  color: #939393;
}
.theme--dark-gaming .base .title-area .large-post-meta {
  gap: 10px;
}
.theme--dark-gaming .base .title-area .large-post-meta .avatar {
  height: 24px;
  width: 24px;
}
.theme--dark-gaming .base .title-area .large-post-meta .avatar img {
  height: 24px;
  width: 24px;
  border-radius: 12px;
}
.theme--dark-gaming .base .title-area .large-post-meta .author {
  font-family: "Poppins";
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 18px;
  color: #F3F3F3;
  letter-spacing: 0.02em;
}
.theme--dark-gaming .base .title-area .large-post-meta time {
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  /* identical to box height, or 133% */
  letter-spacing: 0.01em;
  /* Secondary/Dark */
  color: #939393;
}
.theme--dark-gaming .base .cover-card {
  width: 100%;
  /*height: 403px;*/
  border-radius: 6px;
  /*overflow: hidden;*/
}
.theme--dark-gaming .base .cover-card img {
  width: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 6px;
}
.theme--dark-gaming .base .cover-card .title-area {
  width: inherit;
}
.theme--dark-gaming .base .cover-card .title-area h7 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
  /* identical to box height */
  letter-spacing: 0.01em;
  /* Secondary/Dark */
  color: #BEBEBE;
  margin-bottom: 5px;
}
.theme--dark-gaming .base .cover-card .title-area h3 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0.01em;
  /* Secondary/Darkest */
  color: #F3F3F3;
}
@media screen and (max-width: 1199px) {
  .theme--dark-gaming .base .cover-card {
    width: 100%;
    border-radius: 6px;
    /*overflow: hidden;*/
  }
  .theme--dark-gaming .base .cover-card img {
    width: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 6px;
  }
}
.theme--dark-gaming .base .filtering-navbar ul li a {
  color: #939393;
}
.theme--dark-gaming .base .filtering-navbar ul li.active a {
  color: #0430CD;
}
.theme--dark-gaming .base .filtering-bg {
  background-color: #0430CD;
}
.theme--dark-gaming .base .border-color-accent {
  border-color: #0430CD !important;
}
.theme--dark-gaming .base .bg-accent {
  background-color: #0430CD !important;
}
.theme--dark-gaming .base .text-color {
  color: #D4D4D4 !important;
}
.theme--dark-gaming .base .feed-details .forum-title {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #D4D4D4;
  margin-bottom: 0;
}
.theme--dark-gaming .base .feed-details .forum-title a {
  color: #F3F3F3;
  font-weight: 700;
}
.theme--dark-gaming .base .feed-details .author {
  font-family: "Poppins";
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 12px;
  color: #F3F3F3;
  letter-spacing: 0.02em;
}
.theme--dark-gaming .base .activity-feed {
  width: 100%;
  border-radius: 6px;
  border: 1px solid #3c3c3c;
  padding: 20px;
}
.theme--dark-gaming .base .activity-feed .feed-item .feed-details .forum-title {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  color: #D4D4D4;
}
.theme--dark-gaming .base .activity-feed .feed-item .feed-details .forum-title a {
  color: #F3F3F3;
  font-weight: 700;
}
.theme--dark-gaming .base .activity-feed .feed-item .feed-details .author {
  font-family: "Poppins";
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 12px;
  color: #F3F3F3;
  letter-spacing: 0.02em;
}
.theme--dark-gaming .base footer {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
  margin-top: 60px;
  border-top: 0px;
  background-color: #161616;
  z-index: 1;
  /*max-width: 1200px;*/
  width: 100%;
  margin: auto;
  padding-top: 32px;
}
.theme--dark-gaming .base footer .footer_bottom {
  width: 100%;
}
.theme--dark-gaming .base footer .socials a {
  font-size: 1rem;
  color: #D4D4D4;
}
.theme--dark-gaming .base footer .socials a i {
  font-size: 1.5rem;
}
.theme--dark-gaming .base footer div h5 {
  font-family: "Poppins";
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0px;
}
.theme--dark-gaming .base footer div .box_news .footer_link {
  font-family: "Inter";
  list-style: none;
  font-size: 12px;
  color: #939393;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.01em;
}
.theme--dark-gaming .base footer div .box_news ul {
  padding-left: 0;
}
.theme--dark-gaming .base footer div .box_news ul li {
  font-family: "Inter";
  list-style: none;
  font-size: 12px;
}
.theme--dark-gaming .base footer div .box_news ul li a {
  color: #939393;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.01em;
}
.theme--dark-gaming .base footer .accordion {
  margin-top: 20px;
  width: 100%;
  border-radius: 6px;
  background-color: #161616;
  padding: 0 24px;
  border: none;
}
.theme--dark-gaming .base footer .accordion .accordion-item:not(:last-child) {
  border-bottom: 1px solid #3c3c3c !important;
}
.theme--dark-gaming .base footer .accordion .accordion-item {
  padding: 16px 0;
  background-color: #161616;
}
.theme--dark-gaming .base footer .accordion .accordion-item path {
  fill: red;
}
.theme--dark-gaming .base footer .accordion .accordion-item .accordion-button::after {
  color: #fff;
  fill: red;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='7 7 10 10' preserveAspectRatio='x200Y200 meet' fill='%23bebebe'%3E%3Cpath d='M12 11.8284L9.17154 14.6569L7.75732 13.2426L12 9L16.2426 13.2426L14.8284 14.6569L12 11.8284Z'%3E%3C/path%3E%3C/svg%3E");
}
.theme--dark-gaming .base footer .accordion .accordion-item .accordion-button:not(.collapsed) {
  color: #F3F3F3;
  background-color: #161616;
  border-color: #161616;
}
.theme--dark-gaming .base footer .accordion .accordion-item .accordion-button {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #F3F3F3;
  background-color: #161616;
  border-radius: 6px;
  padding: 16px 0;
  border: none;
}
.theme--dark-gaming .base .post-vertical .cover-card {
  width: 100%;
  /*height: 403px;*/
  border-radius: 6px;
  /*overflow: hidden;*/
}
.theme--dark-gaming .base .post-vertical .cover-card img {
  width: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 6px;
}
.theme--dark-gaming .base .post-vertical .cover-card .title-area {
  width: inherit;
}
.theme--dark-gaming .base .post-vertical .cover-card .title-area h7 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
  /* identical to box height */
  letter-spacing: 0.01em;
  /* Secondary/Dark */
  color: #BEBEBE;
  margin-bottom: 5px;
}
.theme--dark-gaming .base .post-vertical .cover-card .title-area h3 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0.01em;
  /* Secondary/Darkest */
  color: #F3F3F3;
}
@media screen and (max-width: 1199px) {
  .theme--dark-gaming .base .post-vertical .cover-card {
    width: 100%;
    border-radius: 6px;
    /*overflow: hidden;*/
  }
  .theme--dark-gaming .base .post-vertical .cover-card img {
    width: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 6px;
  }
}
.theme--dark-gaming .base .post-vertical .vertical-post-meta .author-data {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding: 5px 0;
}
.theme--dark-gaming .base .post-vertical .vertical-post-meta .author-data .avatar {
  height: 24px;
  width: 24px;
}
.theme--dark-gaming .base .post-vertical .vertical-post-meta .author-data .avatar img {
  height: 24px;
  width: 24px;
  border-radius: 12px;
}
.theme--dark-gaming .base .post-vertical .vertical-post-meta .author-data .author-name {
  margin-left: 10px;
}
.theme--dark-gaming .base .post-vertical .vertical-post-meta .author-data .author-name .author {
  color: #F3F3F3;
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  /* identical to box height */
  letter-spacing: 0.01em;
  /* Secondary/Darkest */
}
.theme--dark-gaming .base .post-vertical .vertical-post-meta .author-data .author-name time {
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 12px;
  /* identical to box height, or 133% */
  letter-spacing: 0.02em;
  /* Secondary/Dark */
  color: #939393;
}
.theme--dark-gaming .base input:checked + .slider {
  background-color: #0430CD;
}
.theme--dark-gaming .base input:focus + .slider {
  box-shadow: 0 0 1px #0430CD;
}
.theme--dark-gaming .base .mini-widget .small-widget-title h5, .theme--dark-gaming .base .mini-widget .small-widget-title h4 {
  color: #F3F3F3;
}
.theme--dark-gaming .base .mini-widget .small-widget-title h5 a, .theme--dark-gaming .base .mini-widget .small-widget-title h4 a {
  /*font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;*/
  color: #F3F3F3;
}
.theme--dark-gaming .base .video-widget {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  padding-bottom: 64px;
}
.theme--dark-gaming .base .video-widget .widget-title {
  width: 100%;
}
.theme--dark-gaming .base .video-widget .widget-title h2, .theme--dark-gaming .base .video-widget .widget-title h4 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0.01em;
  color: #F3F3F3;
}
.theme--dark-gaming .base .video-widget .widget-body {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 24px;
}
.theme--dark-gaming .base .video-widget .widget-body .post-video-large {
  width: 100%;
  height: 332px;
  border-radius: 6px;
  overflow: hidden;
}
.theme--dark-gaming .base .video-widget .widget-body .post-video-large .post-media {
  width: 100%;
  height: 332px;
  border-radius: 6px;
}
.theme--dark-gaming .base .video-widget .widget-body .post-video-large .post-media .embed-responsive {
  height: 332px;
}
.theme--dark-gaming .base .video-widget .widget-body .post-video-large .post-media .embed-responsive img {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: 332px;
}
.theme--dark-gaming .base .video-widget .widget-body .post-video-large .post-media .video__youtube img {
  object-fit: cover;
  object-position: center;
}
.theme--dark-gaming .base .page-title-section {
  width: 100%;
  margin-top: 60px;
  margin-bottom: 60px;
}
.theme--dark-gaming .base .page-title-section .title-area {
  width: 100%;
}
.theme--dark-gaming .base .page-title-section .title-area h1 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 42px;
  /* identical to box height, or 131% */
  letter-spacing: 0.01em;
  color: #F3F3F3;
}
.theme--dark-gaming .base .page-title-section .title-description-area p {
  /* Body/Text/Regular/Regular */
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  /* or 157% */
  letter-spacing: 0.01em;
  /* Secondary/Dark */
  color: #939393;
}
.theme--dark-gaming .base .title-area-mobile {
  width: 100%;
}
.theme--dark-gaming .base .title-area-mobile h1 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  /* identical to box height, or 131% */
  letter-spacing: 0.01em;
  /* Secondary/Darkest */
  color: #F3F3F3;
}
.theme--dark-gaming .base .title-description-area-mobile p {
  /* Body/Text/Regular/Regular */
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  /* or 157% */
  letter-spacing: 0.01em;
  /* Secondary/Dark */
  color: #939393;
}
.theme--dark-gaming .base .accordion-button:not(.collapsed) {
  color: #F3F3F3;
  background-color: #161616;
  border-color: #161616;
}
.theme--dark-gaming .base .article p {
  font-family: "Inter", sans-serif;
}
.theme--dark-gaming .base .article .accordion-button:not(.collapsed) {
  color: #F3F3F3;
  background-color: #161616;
  border-color: #161616;
}
.theme--dark-gaming .base .article .colorfulcats {
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.theme--dark-gaming .base .article .colorfulcats a {
  text-decoration: none;
}
.theme--dark-gaming .base .article .colorfulcats .label-primary {
  background-color: #0430CD;
}
.theme--dark-gaming .base .article .colorfulcats a.cat-label {
  padding-left: 10px;
  padding-right: 10px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.theme--dark-gaming .base .article a {
  color: #CD0504;
  text-decoration: underline;
}
.theme--dark-gaming .base .article p {
  color: #D4D4D4;
  line-height: 1.625rem;
}
.theme--dark-gaming .base .article .authorbox a {
  color: #D4D4D4;
  text-decoration: none;
}
.theme--dark-gaming .base .article h1 {
  font-family: Poppins;
  font-weight: 600;
  font-size: 2.3rem;
  margin-top: 3rem;
  line-height: 2.5rem;
  letter-spacing: 0.01em;
  color: #F3F3F3;
}
.theme--dark-gaming .base .article .mm-gallery .glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.theme--dark-gaming .base .article .mm-gallery .carousel {
  width: 100%;
  aspect-ratio: 16/9;
  margin: auto;
}
.theme--dark-gaming .base .article .mm-gallery .carousel .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.theme--dark-gaming .base .article .mm-gallery .carousel .glyphicon-chevron-left {
  width: 30px;
  height: 30px;
  margin-top: -10px;
  font-size: 30px;
}
.theme--dark-gaming .base .article .mm-gallery .carousel .glyphicon-chevron-right {
  width: 30px;
  height: 30px;
  margin-top: -10px;
  font-size: 30px;
}
.theme--dark-gaming .base .article .mm-gallery .carousel .glyphicon-chevron-left:before {
  content: "\e079";
}
.theme--dark-gaming .base .article .mm-gallery .carousel .glyphicon-chevron-right:before {
  content: "\e080";
}
.theme--dark-gaming .base .article .mm-gallery .carousel ol.carousel-indicators {
  bottom: 0px;
}
.theme--dark-gaming .base .article .mm-gallery .carousel .carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
}
.theme--dark-gaming .base .article .mm-gallery .carousel .carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000", endColorstr="#00000000", GradientType=1);
}
.theme--dark-gaming .base .article .mm-gallery .carousel .carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#80000000", GradientType=1);
}
.theme--dark-gaming .base .article .post-info {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.theme--dark-gaming .base .article .post-info .article-post-meta {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
}
.theme--dark-gaming .base .article .post-info .article-post-meta .author-data {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding: 5px 0;
}
.theme--dark-gaming .base .article .post-info .article-post-meta .author-data .avatar {
  height: 40px;
  width: 40px;
}
.theme--dark-gaming .base .article .post-info .article-post-meta .author-data .avatar img {
  height: 40px;
  width: 40px;
  border-radius: 20px;
}
.theme--dark-gaming .base .article .post-info .article-post-meta .author-data .author-name .author {
  margin-left: 14px;
  /* H6/Medium */
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  /* identical to box height, or 143% */
  letter-spacing: 0.01em;
  /* Secondary/Darkest */
  color: #F3F3F3;
}
.theme--dark-gaming .base .article .post-info .article-post-meta .author-data .author-name time {
  margin-left: 14px;
  /* H7 / Regular */
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 12px;
  /* identical to box height, or 133% */
  letter-spacing: 0.01em;
  /* Secondary/Light */
  color: #939393;
}
.theme--dark-gaming .base .article .post-info .post-sharing a {
  text-decoration: none;
}
.theme--dark-gaming .base .article .post-info .post-sharing .cm-button {
  padding: 14px 20px;
  /* Primary/Default */
  background: #CD0504;
  border-radius: 6px;
  /* H6/Semi */
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height, or 143% */
  letter-spacing: 0.01em;
  /* Neutral/White */
  color: #FFFFFF;
}
.theme--dark-gaming .base .article .post-info .post-sharing .fb-button {
  padding: 14px 20px;
  /* Primary/Default */
  background: #365396;
  border-radius: 6px;
  /* H6/Semi */
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height, or 143% */
  letter-spacing: 0.01em;
  /* Neutral/White */
  color: #FFFFFF;
}
.theme--dark-gaming .base .article .post-info .post-sharing .tw-button {
  padding: 14px 20px;
  /* Primary/Default */
  background: #00A8F0;
  border-radius: 6px;
  /* H6/Semi */
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height, or 143% */
  letter-spacing: 0.01em;
  /* Neutral/White */
  color: #FFFFFF;
}
.theme--dark-gaming .base .article .post-info .post-sharing ul.list-inline {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  list-style-type: none;
  gap: 8px;
}
.theme--dark-gaming .base .article .post-info .post-sharing ul.list-inline li .cm-button {
  padding: 14px 20px;
  /* Primary/Default */
  background: #CD0504;
  border-radius: 6px;
  /* H6/Semi */
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height, or 143% */
  letter-spacing: 0.01em;
  /* Neutral/White */
  color: #FFFFFF;
}
.theme--dark-gaming .base .article .post-info .post-sharing ul.list-inline li .fb-button {
  padding: 14px 20px;
  /* Primary/Default */
  background: #365396;
  border-radius: 6px;
  /* H6/Semi */
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height, or 143% */
  letter-spacing: 0.01em;
  /* Neutral/White */
  color: #FFFFFF;
}
.theme--dark-gaming .base .article .post-info .post-sharing ul.list-inline li .tw-button {
  padding: 14px 20px;
  /* Primary/Default */
  background: #00A8F0;
  border-radius: 6px;
  /* H6/Semi */
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height, or 143% */
  letter-spacing: 0.01em;
  /* Neutral/White */
  color: #FFFFFF;
}
.theme--dark-gaming .base .article .post-info .row {
  width: 100%;
}
.theme--dark-gaming .base .article .title-area {
  width: 100%;
}
.theme--dark-gaming .base .article .columns {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  gap: 64px;
}
.theme--dark-gaming .base .article .columns .left-col .post-media {
  width: 792px;
  margin-bottom: 48px;
  border-radius: 6px;
}
.theme--dark-gaming .base .article .columns .left-col .post-media img {
  width: 792px;
  border-radius: 6px;
}
.theme--dark-gaming .base .article .columns .left-col .post-desc p {
  /* Body/Text/Large/Regular */
  text-align: justify;
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  /* or 162% */
  letter-spacing: 0.01em;
  /* Secondary/Darker */
  color: #D4D4D4;
  margin-bottom: 12px;
}
.theme--dark-gaming .base .article .columns .left-col .post-desc img {
  max-width: 792px;
}
.theme--dark-gaming .base .article .columns .left-col .post-desc ul {
  padding-inline-start: 40px;
  margin-bottom: 12px;
  /* Body/Text/Large/Regular */
  text-align: justify;
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  /* or 162% */
  letter-spacing: 0.01em;
  /* Secondary/Darker */
  color: #D4D4D4;
}
.theme--dark-gaming .base .article .columns .left-col .post-desc h3 {
  /* H3/Semi */
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  /* identical to box height, or 142% */
  letter-spacing: 0.01em;
}
.theme--dark-gaming .base .article .columns .left-col .post-desc .post-sharing {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 32px;
  margin-bottom: 32px;
}
.theme--dark-gaming .base .article .columns .left-col .post-desc .post-sharing a {
  text-decoration: none;
}
.theme--dark-gaming .base .article .columns .left-col .post-desc .post-sharing p {
  /* H6/Medium */
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height, or 143% */
  letter-spacing: 0.01em;
  /* Secondary/Darkest */
  color: #D4D4D4;
}
.theme--dark-gaming .base .article .columns .left-col .post-desc .post-sharing ul.list-inline {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  list-style-type: none;
  gap: 8px;
}
.theme--dark-gaming .base .article .columns .left-col .post-desc .post-sharing ul.list-inline li .cm-button {
  padding: 14px 20px;
  /* Primary/Default */
  background: #CD0504;
  border-radius: 6px;
  /* H6/Semi */
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height, or 143% */
  letter-spacing: 0.01em;
  /* Neutral/White */
  color: #FFFFFF;
}
.theme--dark-gaming .base .article .columns .left-col .post-desc .post-sharing ul.list-inline li .fb-button {
  padding: 14px 20px;
  /* Primary/Default */
  background: #365396;
  border-radius: 6px;
  /* H6/Semi */
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height, or 143% */
  letter-spacing: 0.01em;
  /* Neutral/White */
  color: #FFFFFF;
}
.theme--dark-gaming .base .article .columns .left-col .post-desc .post-sharing ul.list-inline li .tw-button {
  padding: 14px 20px;
  /* Primary/Default */
  background: #00A8F0;
  border-radius: 6px;
  /* H6/Semi */
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height, or 143% */
  letter-spacing: 0.01em;
  /* Neutral/White */
  color: #FFFFFF;
}
.theme--dark-gaming .base .article .columns .left-col .post-desc .post-bottom .tags {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 5px;
}
.theme--dark-gaming .base .article .columns .left-col .post-desc .post-bottom .tags a {
  padding: 8px 9px 8px 10px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)), #262626;
  border-radius: 6px;
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 10px;
  line-height: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* identical to box height, or 160% */
  letter-spacing: 0.02em;
  /* Neutral/White */
  color: #FFFFFF;
}
.theme--dark-gaming .base .article .columns .left-col .post-desc .comments-widget {
  width: 100%;
}
.theme--dark-gaming .base .article .columns .left-col .post-desc .separator {
  width: 100%;
  margin: 32px 0;
}
.theme--dark-gaming .base .article .columns .right-col {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  width: 336px;
}
.theme--dark-gaming .base .article .columns .right-col .widget .widget-title {
  margin-bottom: 24px;
}
.theme--dark-gaming .base .article .columns .right-col .widget .widget-title h4 {
  font-size: 16px;
  line-height: 24px;
}
.theme--dark-gaming .base .article .columns .right-col .widget .widget-title p {
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.01em;
  color: #BEBEBE;
}
.theme--dark-gaming .base .article .fb-button {
  padding: 14px 20px;
  /* Primary/Default */
  background: #365396;
  border-radius: 6px;
  /* H6/Semi */
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height, or 143% */
  letter-spacing: 0.01em;
  /* Neutral/White */
  color: #FFFFFF;
}
.theme--dark-gaming .base .article .post-bottom .tags {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 5px;
}
.theme--dark-gaming .base .article .post-bottom .tags a {
  padding: 8px 9px 8px 10px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)), #262626;
  border-radius: 6px;
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 10px;
  line-height: 16px;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* identical to box height, or 160% */
  letter-spacing: 0.02em;
  /* Neutral/White */
  color: #FFFFFF;
}
.theme--dark-gaming .base .article .cm-button {
  text-decoration: none;
  padding: 14px 20px;
  /* Primary/Default */
  background: #CD0504;
  border-radius: 6px;
  /* H6/Semi */
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height, or 143% */
  letter-spacing: 0.01em;
  /* Neutral/White */
  color: #FFFFFF;
}
.theme--dark-gaming .base .article .tw-button {
  text-decoration: none;
  padding: 14px 20px;
  /* Primary/Default */
  background: #00A8F0;
  border-radius: 6px;
  /* H6/Semi */
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height, or 143% */
  letter-spacing: 0.01em;
  /* Neutral/White */
  color: #FFFFFF;
}
.theme--dark-gaming .base .article .post-sharing a {
  text-decoration: none;
}
.theme--dark-gaming .base .article .post-sharing p {
  font-family: Poppins;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1%;
}
.theme--dark-gaming .base .article img {
  object-fit: cover;
  max-width: 100%;
  max-height: 100%;
  height: auto;
}
.theme--dark-gaming .base .article blockquote {
  position: relative;
  padding: 10px 20px 10px 70px;
  margin: 0 0 20px;
  font-size: 1.4rem;
  font-weight: 600;
}
.theme--dark-gaming .base .article blockquote p {
  font-family: Poppins;
  line-height: 1.8;
}
.theme--dark-gaming .base .article blockquote:before {
  color: #ca0301;
  content: url("../img/double-quotes-l.svg");
  height: 50px;
  width: 50px;
  display: block;
  left: 0px;
  position: absolute;
  top: 0px;
}
@media screen and (max-width: 1200px) {
  .theme--dark-gaming .base .article {
    width: 100%;
  }
  .theme--dark-gaming .base .article .title-area {
    width: 100%;
  }
}
@media screen and (max-width: 992px) {
  .theme--dark-gaming .base .article {
    width: 100%;
  }
  .theme--dark-gaming .base .article h1 {
    font-size: 1.7rem;
  }
  .theme--dark-gaming .base .article .columns {
    flex-direction: column;
    gap: 32px;
  }
  .theme--dark-gaming .base .article .columns .left-col {
    width: 100%;
  }
  .theme--dark-gaming .base .article .columns .right-col {
    width: 100%;
  }
}
@media screen and (max-width: 800px) {
  .theme--dark-gaming .base .article {
    width: 100%;
  }
  .theme--dark-gaming .base .article .post-media img {
    height: 340px;
    width: auto;
    object-fit: cover;
    max-width: 100%;
    max-height: 100%;
    width: auto;
  }
}
@media screen and (min-width: 1200px) {
  .theme--dark-gaming .base .posts-col .large-widget {
    margin: 0;
    display: flex;
    flex-direction: row;
  }
  .theme--dark-gaming .base .posts-col .large-widget .post-media {
    width: 248px;
    height: 224px;
    border-radius: 6px;
  }
  .theme--dark-gaming .base .posts-col .large-widget .post-media .large-post-media-cover {
    width: 248px;
    height: 224px;
    border-radius: 6px;
    overflow: hidden;
  }
  .theme--dark-gaming .base .posts-col .large-widget .post-media .large-post-media-cover img {
    width: 248px;
    height: 224px;
    object-fit: cover;
    object-position: center;
    min-height: 100%;
    min-width: 100%;
  }
  .theme--dark-gaming .base .posts-col .large-widget .title-area {
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 10px;
  }
  .theme--dark-gaming .base .posts-col .large-widget .title-area .colorfulcats {
    display: flex;
    flex-direction: row;
    gap: 10px;
  }
  .theme--dark-gaming .base .posts-col .large-widget .title-area .colorfulcats .label-primary {
    background-color: #0430CD;
  }
  .theme--dark-gaming .base .posts-col .large-widget .title-area .colorfulcats a.cat-label {
    padding-left: 10px;
    padding-right: 10px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .theme--dark-gaming .base .posts-col .large-widget .title-area .large-post-meta {
    display: flex;
    flex-direction: row;
  }
  .theme--dark-gaming .base .posts-col .large-widget .title-area .large-post-meta .author {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .theme--dark-gaming .base .posts-col .large-widget .title-area .large-post-meta .author .author-data {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    color: #F3F3F3;
    letter-spacing: 0.02em;
  }
  .theme--dark-gaming .base .posts-col .large-widget .title-area .large-post-meta .author .author-data .avatar {
    height: 24px;
    width: 24px;
  }
  .theme--dark-gaming .base .posts-col .large-widget .title-area .large-post-meta .author .author-data .avatar img {
    height: 24px;
    width: 24px;
    border-radius: 12px;
  }
  .theme--dark-gaming .base .posts-col .large-widget .title-area .large-post-meta .author .author-data .author-name {
    margin-left: 10px;
    color: #F3F3F3;
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    /* identical to box height */
    letter-spacing: 0.02em;
    /* Secondary/Darkest */
  }
  .theme--dark-gaming .base .posts-col .large-widget .title-area .large-post-meta .post-time time {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.01em;
    color: #939393;
  }
}
@media screen and (max-width: 1199px) {
  .theme--dark-gaming .base .posts-col .large-widget {
    width: 100%;
    margin: 0;
    display: flex;
    flex-direction: row;
  }
  .theme--dark-gaming .base .posts-col .large-widget .post-media {
    border-radius: 6px;
    overflow: hidden;
  }
  .theme--dark-gaming .base .posts-col .large-widget .post-media img {
    object-fit: cover;
    object-position: center;
    min-height: 100%;
    min-width: 100%;
  }
  .theme--dark-gaming .base .posts-col .large-widget .title-area {
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 15px;
  }
  .theme--dark-gaming .base .posts-col .large-widget .title-area .colorfulcats {
    display: flex;
    flex-direction: row;
    gap: 10px;
  }
  .theme--dark-gaming .base .posts-col .large-widget .title-area .colorfulcats .label-primary {
    background-color: #0430CD;
  }
  .theme--dark-gaming .base .posts-col .large-widget .title-area .colorfulcats a.cat-label {
    padding-left: 10px;
    padding-right: 10px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .theme--dark-gaming .base .posts-col .large-widget .title-area .large-post-meta {
    display: flex;
    flex-direction: row;
  }
  .theme--dark-gaming .base .posts-col .large-widget .title-area .large-post-meta .author {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .theme--dark-gaming .base .posts-col .large-widget .title-area .large-post-meta .author .author-data {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    color: #F3F3F3;
    letter-spacing: 0.02em;
  }
  .theme--dark-gaming .base .posts-col .large-widget .title-area .large-post-meta .author .author-data .avatar {
    height: 24px;
    width: 24px;
  }
  .theme--dark-gaming .base .posts-col .large-widget .title-area .large-post-meta .author .author-data .avatar img {
    height: 24px;
    width: 24px;
    border-radius: 12px;
  }
  .theme--dark-gaming .base .posts-col .large-widget .title-area .large-post-meta .author .author-data .author-name {
    margin-left: 10px;
    color: #F3F3F3;
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    /* identical to box height */
    letter-spacing: 0.02em;
    /* Secondary/Darkest */
  }
  .theme--dark-gaming .base .posts-col .large-widget .title-area .large-post-meta .post-time time {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.01em;
    color: #939393;
  }
}
.theme--dark-gaming .base .pagination-main {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  width: 100%;
  /* Secondary/Extra Light */
  border: 1px solid;
  box-sizing: border-box;
  border-radius: 8px;
}
.theme--dark-gaming .base .pagination-main .accordion-item {
  border: 1px solid;
}
.theme--dark-gaming .base .pagination-main .pagination-main-heading {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  cursor: pointer;
  justify-content: space-between;
  /*i {
      height: 25px;
      width: 25px;
    }
  span {
      height: 25px;
      margin: 0 auto;
    }*/
}
.theme--dark-gaming .base .pagination-main .pagination-main-heading .accordion-button {
  font-size: 1rem;
  font-weight: 500;
}
.theme--dark-gaming .base .pagination-main .pagination-main-heading .accordion-button:not(.collapsed) {
  box-shadow: none;
}
.theme--dark-gaming .base .pagination-main .pagination-main-heading h5 {
  /* H5/Semi */
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  /* identical to box height */
  letter-spacing: 0.01em;
  /* Secondary/Darkest */
  color: #232323;
}
.theme--dark-gaming .base .pagination-main .accordion-body {
  padding: 0;
}
.theme--dark-gaming .base .pagination-main .pagination-main-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
}
.theme--dark-gaming .base .pagination-main .pagination-main-content .menu-list {
  padding: 15px 19px;
  /* H7 / Medium */
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  /* identical to box height */
  letter-spacing: 0.01em;
  /* Secondary/Dark */
  color: #676767;
  background: #161616;
}
.theme--dark-gaming .base .pagination-main .pagination-main-content .menu-list a {
  text-decoration: none;
  color: #939393;
}
.theme--dark-gaming .base .pagination-main .pagination-main-content .menu-list-active {
  /*height: 48px;*/
  padding: 15px 19px;
  border-left: 1px solid #CD0504;
  /* H7 / Medium */
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  /* identical to box height */
  letter-spacing: 0.01em;
}
.theme--dark-gaming .base .pagination-main .pagination-main-content .menu-list-active a {
  color: #ffffff;
  text-decoration: none;
}
.theme--dark-gaming .base .pagination-main .pagination-main-content .active {
  /*height: 48px;*/
  display: block;
  padding: 15px 19px;
  border-left: 1px solid #CD0504;
  /* H7 / Medium */
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  /* identical to box height */
  letter-spacing: 0.01em;
  color: #ffffff;
  text-decoration: none;
}
.theme--dark-gaming .base .pagination-bottom {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  width: 100%;
  /* Secondary/Extra Light */
  border: 1px solid #F3F3F3;
  box-sizing: border-box;
  border-radius: 6px;
  margin-bottom: 48px;
}
.theme--dark-gaming .base .pagination-bottom .pagination-bottom-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
}
.theme--dark-gaming .base .pagination-bottom .pagination-bottom-content .menu-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  height: 48px;
  /* H7 / Medium */
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  /* identical to box height */
  padding: 0 16px;
  letter-spacing: 0.01em;
  /* Secondary/Dark */
  color: #676767;
}
.theme--dark-gaming .base .pagination-bottom .pagination-bottom-content .menu-list a {
  text-decoration: none;
}
.theme--dark-gaming .base .pagination-bottom .pagination-bottom-content .menu-list i {
  font-size: 18px;
}
.theme--dark-gaming .base .pagination-bottom .pagination-bottom-content .menu-list a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding: 15px 19px;
  color: #939393;
}
.theme--dark-gaming .base .pagination-bottom .pagination-bottom-content .menu-list a.active {
  color: #CD0504;
}
.theme--dark-gaming .base .pagination-bottom .pagination-bottom-content .menu-list a i {
  font-size: 18px;
}
.theme--dark-gaming .base .pagination-bottom .pagination-bottom-content .menu-list-active {
  height: 48px;
  padding: 15px 19px;
  border-left: 1px solid #CD0504;
  /* H7 / Medium */
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  /* identical to box height */
  letter-spacing: 0.01em;
  color: #CD0504;
  background: rgba(205, 5, 4, 0.04);
}
.theme--dark-gaming .base .gallery-slider-mobile {
  height: 400px;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
}
.theme--dark-gaming .base .gallery-slider-mobile .gallery-slider-item {
  height: 400px;
  border-radius: 6px;
  position: relative;
  background-size: cover;
}
.theme--dark-gaming .base .gallery-slider-mobile .gallery-slider-item .slider-effects .badges .colorfulcats .label-primary {
  background-color: #0430CD;
}
.theme--dark-gaming .base .gallery-slider-mobile .gallery-slider-item .slider-effects .caption {
  position: absolute;
  left: 24px;
  bottom: 56px;
  z-index: 1;
}
.theme--dark-gaming .base .gallery-slider-mobile .gallery-slider-item .slider-effects .caption .feature {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 0;
  letter-spacing: 0.01em;
  color: #D4D4D4;
}
.theme--dark-gaming .base .gallery-slider-mobile .gallery-slider-item .slider-effects .caption h2, .theme--dark-gaming .base .gallery-slider-mobile .gallery-slider-item .slider-effects .caption h3 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 42px;
  letter-spacing: 0.01em;
  color: #FFFFFF;
}
.theme--dark-gaming .base .gallery-slider-mobile .gallery-slider-item .slider-effects::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 5px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 44.79%, rgba(0, 0, 0, 0.35) 63.54%, rgba(0, 0, 0, 0.75) 100%);
}
.theme--dark-gaming .base .gallery-slider-mobile .gallery-slider-item .slider-effects::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 5px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 44.79%, rgba(0, 0, 0, 0.35) 63.54%, rgba(0, 0, 0, 0.75) 100%);
}
.theme--dark-gaming .base .gallery-slider-mobile .gallery-slider-item img {
  object-fit: cover;
  object-position: center;
  min-height: 100%;
  min-width: 100%;
  border-radius: 6px;
}
.theme--dark-gaming .base .gallery-slider-mobile .gallery-slider-item .badges {
  position: absolute;
  right: 24px;
  top: 24px;
}
.theme--dark-gaming .base .gallery-slider-mobile .gallery-slider-item .meta {
  position: absolute;
  left: 24px;
  top: 24px;
}
.theme--dark-gaming .base .gallery-slider-mobile .gallery-slider-item .meta .vertical-post-meta .author-data {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding: 5px 0;
}
.theme--dark-gaming .base .gallery-slider-mobile .gallery-slider-item .meta .vertical-post-meta .author-data .avatar {
  height: 32px;
  width: 32px;
}
.theme--dark-gaming .base .gallery-slider-mobile .gallery-slider-item .meta .vertical-post-meta .author-data .avatar img {
  height: 32px;
  width: 32px;
  border-radius: 16px;
}
.theme--dark-gaming .base .gallery-slider-mobile .gallery-slider-item .meta .vertical-post-meta .author-data .author-name {
  margin-left: 10px;
}
.theme--dark-gaming .base .gallery-slider-mobile .gallery-slider-item .meta .vertical-post-meta .author-data .author-name .author {
  color: #FFFFFF;
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  /* identical to box height */
  letter-spacing: 0.01em;
  /* Secondary/Darkest */
  margin-bottom: 0px;
}
.theme--dark-gaming .base .gallery-slider-mobile .gallery-slider-item .meta .vertical-post-meta .author-data .author-name time {
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 12px;
  /* identical to box height, or 133% */
  letter-spacing: 0.02em;
  /* Secondary/Dark */
  color: #FFFFFF;
  margin-right: 8px;
}
.theme--dark-gaming .base .gallery-slider-large {
  width: 100%;
  height: 388px;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
}
.theme--dark-gaming .base .gallery-slider-large .gallery-slider-item {
  width: 100%;
  height: 388px;
  border-radius: 6px;
  position: relative;
  background-size: cover;
}
.theme--dark-gaming .base .gallery-slider-large .gallery-slider-item .slider-effects .badges .colorfulcats .label-primary {
  background-color: #0430CD;
}
.theme--dark-gaming .base .gallery-slider-large .gallery-slider-item .slider-effects .caption {
  position: absolute;
  left: 24px;
  bottom: 56px;
  z-index: 1;
}
.theme--dark-gaming .base .gallery-slider-large .gallery-slider-item .slider-effects .caption .feature {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 0;
  letter-spacing: 0.01em;
  color: #D4D4D4;
}
.theme--dark-gaming .base .gallery-slider-large .gallery-slider-item .slider-effects .caption h2, .theme--dark-gaming .base .gallery-slider-large .gallery-slider-item .slider-effects .caption h3 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 42px;
  letter-spacing: 0.01em;
  color: #FFFFFF;
}
.theme--dark-gaming .base .gallery-slider-large .gallery-slider-item .slider-effects::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 5px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 44.79%, rgba(0, 0, 0, 0.35) 63.54%, rgba(0, 0, 0, 0.75) 100%);
}
.theme--dark-gaming .base .gallery-slider-large .gallery-slider-item .slider-effects::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 5px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 44.79%, rgba(0, 0, 0, 0.35) 63.54%, rgba(0, 0, 0, 0.75) 100%);
}
.theme--dark-gaming .base .gallery-slider-large .gallery-slider-item img {
  object-fit: cover;
  object-position: center;
  min-height: 100%;
  min-width: 100%;
  border-radius: 6px;
}
.theme--dark-gaming .base .gallery-slider-large .gallery-slider-item .badges {
  position: absolute;
  right: 24px;
  top: 24px;
}
.theme--dark-gaming .base .gallery-slider-large .gallery-slider-item .meta {
  position: absolute;
  left: 24px;
  top: 24px;
}
.theme--dark-gaming .base .gallery-slider-large .gallery-slider-item .meta .vertical-post-meta .author-data {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding: 5px 0;
}
.theme--dark-gaming .base .gallery-slider-large .gallery-slider-item .meta .vertical-post-meta .author-data .avatar {
  height: 32px;
  width: 32px;
}
.theme--dark-gaming .base .gallery-slider-large .gallery-slider-item .meta .vertical-post-meta .author-data .avatar img {
  height: 32px;
  width: 32px;
  border-radius: 16px;
}
.theme--dark-gaming .base .gallery-slider-large .gallery-slider-item .meta .vertical-post-meta .author-data .author-name {
  margin-left: 10px;
}
.theme--dark-gaming .base .gallery-slider-large .gallery-slider-item .meta .vertical-post-meta .author-data .author-name .author {
  color: #FFFFFF;
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  /* identical to box height */
  letter-spacing: 0.01em;
  /* Secondary/Darkest */
  margin-bottom: 0px;
}
.theme--dark-gaming .base .gallery-slider-large .gallery-slider-item .meta .vertical-post-meta .author-data .author-name time {
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 12px;
  /* identical to box height, or 133% */
  letter-spacing: 0.02em;
  /* Secondary/Dark */
  color: #FFFFFF;
  margin-right: 8px;
}
.theme--dark-gaming .base .gallery-slider-small {
  width: 100%;
  height: 388px;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
}
.theme--dark-gaming .base .gallery-slider-small .gallery-slider-item {
  width: 100%;
  height: 388px;
  border-radius: 6px;
  position: relative;
  background-size: cover;
}
.theme--dark-gaming .base .gallery-slider-small .gallery-slider-item .slider-effects .badges .colorfulcats .label-primary {
  background-color: #0430CD;
}
.theme--dark-gaming .base .gallery-slider-small .gallery-slider-item .slider-effects .caption {
  position: absolute;
  left: 24px;
  bottom: 56px;
  z-index: 1;
}
.theme--dark-gaming .base .gallery-slider-small .gallery-slider-item .slider-effects .caption .feature {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.01em;
  color: #D4D4D4;
  margin-bottom: 0;
}
.theme--dark-gaming .base .gallery-slider-small .gallery-slider-item .slider-effects .caption h2, .theme--dark-gaming .base .gallery-slider-small .gallery-slider-item .slider-effects .caption h3 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 42px;
  letter-spacing: 0.01em;
  color: #FFFFFF;
}
.theme--dark-gaming .base .gallery-slider-small .gallery-slider-item .slider-effects::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 5px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 44.79%, rgba(0, 0, 0, 0.35) 63.54%, rgba(0, 0, 0, 0.75) 100%);
}
.theme--dark-gaming .base .gallery-slider-small .gallery-slider-item .slider-effects::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 5px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 44.79%, rgba(0, 0, 0, 0.35) 63.54%, rgba(0, 0, 0, 0.75) 100%);
}
.theme--dark-gaming .base .gallery-slider-small .gallery-slider-item img {
  object-fit: cover;
  object-position: center;
  min-height: 100%;
  min-width: 100%;
  border-radius: 6px;
}
.theme--dark-gaming .base .gallery-slider-small .gallery-slider-item .caption {
  position: absolute;
  left: 24px;
  bottom: 56px;
}
.theme--dark-gaming .base .gallery-slider-small .gallery-slider-item .caption .feature {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  /* identical to box height */
  letter-spacing: 0.01em;
  /* Secondary/Lightest */
  color: #D4D4D4;
}
.theme--dark-gaming .base .gallery-slider-small .gallery-slider-item .caption h2, .theme--dark-gaming .base .gallery-slider-small .gallery-slider-item .caption h3 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 42px;
  /* or 131% */
  letter-spacing: 0.01em;
  /* Neutral/White */
  color: #FFFFFF;
}
.theme--dark-gaming .base .gallery-slider-small .gallery-slider-item .badges {
  position: absolute;
  right: 24px;
  top: 24px;
}
.theme--dark-gaming .base .gallery-slider-small .gallery-slider-item .meta {
  position: absolute;
  left: 24px;
  top: 24px;
}
.theme--dark-gaming .base .gallery-slider-small .gallery-slider-item .meta .vertical-post-meta .author-data {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding: 5px 0;
}
.theme--dark-gaming .base .gallery-slider-small .gallery-slider-item .meta .vertical-post-meta .author-data .avatar {
  height: 32px;
  width: 32px;
}
.theme--dark-gaming .base .gallery-slider-small .gallery-slider-item .meta .vertical-post-meta .author-data .avatar img {
  height: 32px;
  width: 32px;
  border-radius: 16px;
}
.theme--dark-gaming .base .gallery-slider-small .gallery-slider-item .meta .vertical-post-meta .author-data .author-name {
  margin-left: 10px;
}
.theme--dark-gaming .base .gallery-slider-small .gallery-slider-item .meta .vertical-post-meta .author-data .author-name .author {
  color: #FFFFFF;
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  /* identical to box height */
  letter-spacing: 0.01em;
  /* Secondary/Darkest */
  margin-bottom: 0px;
}
.theme--dark-gaming .base .gallery-slider-small .gallery-slider-item .meta .vertical-post-meta .author-data .author-name time {
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 12px;
  /* identical to box height, or 133% */
  letter-spacing: 0.02em;
  /* Secondary/Dark */
  color: #FFFFFF;
  margin-right: 8px;
}
.theme--dark-gaming .base .top-left-tile {
  /*width: 290px;*/
  width: 100%;
  height: 324px;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
}
.theme--dark-gaming .base .top-left-tile .tile-item {
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  height: 324px;
  border-radius: 6px;
  position: relative;
  /*img {
    object-fit: cover;
    object-position: center;
    width: 290px;
    height: 324px;
    min-height: 100%;
    min-width: 100%;
    border-radius: 6px;
  }*/
}
.theme--dark-gaming .base .top-left-tile .tile-item .effects .badges .colorfulcats .label-primary {
  background-color: #0430CD;
}
.theme--dark-gaming .base .top-left-tile .tile-item .effects .caption {
  position: absolute;
  left: 24px;
  bottom: 20px;
  z-index: 1;
}
.theme--dark-gaming .base .top-left-tile .tile-item .effects .caption .feature {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.01em;
  color: #D4D4D4;
}
.theme--dark-gaming .base .top-left-tile .tile-item .effects .caption h2, .theme--dark-gaming .base .top-left-tile .tile-item .effects .caption h3 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 42px;
  letter-spacing: 0.01em;
  color: #FFFFFF;
}
.theme--dark-gaming .base .top-left-tile .tile-item .effects::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 5px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 44.79%, rgba(0, 0, 0, 0.35) 63.54%, rgba(0, 0, 0, 0.75) 100%);
}
.theme--dark-gaming .base .top-left-tile .tile-item .effects::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 5px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 44.79%, rgba(0, 0, 0, 0.35) 63.54%, rgba(0, 0, 0, 0.75) 100%);
}
.theme--dark-gaming .base .top-left-tile .tile-item .caption {
  position: absolute;
  left: 24px;
  /*.feature {
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.01em;
    color: #D4D4D4;
  }*/
}
.theme--dark-gaming .base .top-left-tile .tile-item .caption h2, .theme--dark-gaming .base .top-left-tile .tile-item .caption h3 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  /* or 131% */
  letter-spacing: 0.01em;
  /* Neutral/White */
  color: #FFFFFF;
}
.theme--dark-gaming .base .top-left-tile .tile-item .badges {
  position: absolute;
  right: 24px;
  top: 24px;
}
.theme--dark-gaming .base .top-left-tile .tile-item .meta {
  position: absolute;
  left: 24px;
  top: 24px;
}
.theme--dark-gaming .base .top-left-tile .tile-item .meta .vertical-post-meta .author-data {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding: 5px 0;
}
.theme--dark-gaming .base .top-left-tile .tile-item .meta .vertical-post-meta .author-data .avatar {
  height: 32px;
  width: 32px;
}
.theme--dark-gaming .base .top-left-tile .tile-item .meta .vertical-post-meta .author-data .avatar img {
  height: 32px;
  width: 32px;
  border-radius: 16px;
}
.theme--dark-gaming .base .top-left-tile .tile-item .meta .vertical-post-meta .author-data .author-name {
  margin-left: 10px;
}
.theme--dark-gaming .base .top-left-tile .tile-item .meta .vertical-post-meta .author-data .author-name .author {
  color: #FFFFFF;
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  /* identical to box height */
  letter-spacing: 0.01em;
  /* Secondary/Darkest */
  margin-bottom: 0px;
}
.theme--dark-gaming .base .top-left-tile .tile-item .meta .vertical-post-meta .author-data .author-name time {
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 12px;
  /* identical to box height, or 133% */
  letter-spacing: 0.02em;
  /* Secondary/Dark */
  color: #FFFFFF;
  margin-right: 8px;
}
.theme--dark-gaming .base .top-center-tile {
  width: 100%;
  height: 324px;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
}
.theme--dark-gaming .base .top-center-tile .tile-item {
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  height: 324px;
  border-radius: 6px;
  position: relative;
  padding: 20px;
}
.theme--dark-gaming .base .top-center-tile .tile-item .effects .badges .colorfulcats .label-primary {
  background-color: #0430CD;
}
.theme--dark-gaming .base .top-center-tile .tile-item .effects .caption {
  position: absolute;
  left: 24px;
  bottom: 20px;
  z-index: 1;
}
.theme--dark-gaming .base .top-center-tile .tile-item .effects .caption .feature {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.01em;
  margin-bottom: 0;
  color: #D4D4D4;
}
.theme--dark-gaming .base .top-center-tile .tile-item .effects .caption h2, .theme--dark-gaming .base .top-center-tile .tile-item .effects .caption h3 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 42px;
  /* or 131% */
  letter-spacing: 0.01em;
  /* Neutral/White */
  color: #FFFFFF;
}
.theme--dark-gaming .base .top-center-tile .tile-item .effects::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 5px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 44.79%, rgba(0, 0, 0, 0.35) 63.54%, rgba(0, 0, 0, 0.75) 100%);
}
.theme--dark-gaming .base .top-center-tile .tile-item .effects::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 5px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 44.79%, rgba(0, 0, 0, 0.35) 63.54%, rgba(0, 0, 0, 0.75) 100%);
}
.theme--dark-gaming .base .top-center-tile .tile-item img {
  object-fit: cover;
  object-position: center;
  width: 510px;
  height: 324px;
  min-height: 100%;
  min-width: 100%;
  border-radius: 6px;
}
.theme--dark-gaming .base .top-center-tile .tile-item .caption {
  position: absolute;
  left: 24px;
  bottom: 56px;
}
.theme--dark-gaming .base .top-center-tile .tile-item .caption .feature {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.01em;
  color: #D4D4D4;
}
.theme--dark-gaming .base .top-center-tile .tile-item .caption h2, .theme--dark-gaming .base .top-center-tile .tile-item .caption h3 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0.01em;
  color: #FFFFFF;
}
.theme--dark-gaming .base .top-center-tile .tile-item .badges {
  position: absolute;
  right: 24px;
  top: 24px;
}
.theme--dark-gaming .base .top-center-tile .tile-item .meta {
  position: absolute;
  left: 24px;
  top: 24px;
}
.theme--dark-gaming .base .top-center-tile .tile-item .meta .vertical-post-meta .author-data {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding: 5px 0;
}
.theme--dark-gaming .base .top-center-tile .tile-item .meta .vertical-post-meta .author-data .avatar {
  height: 32px;
  width: 32px;
}
.theme--dark-gaming .base .top-center-tile .tile-item .meta .vertical-post-meta .author-data .avatar img {
  height: 32px;
  width: 32px;
  border-radius: 16px;
}
.theme--dark-gaming .base .top-center-tile .tile-item .meta .vertical-post-meta .author-data .author-name {
  margin-left: 10px;
}
.theme--dark-gaming .base .top-center-tile .tile-item .meta .vertical-post-meta .author-data .author-name .author {
  color: #FFFFFF;
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  /* identical to box height */
  letter-spacing: 0.01em;
  /* Secondary/Darkest */
  margin-bottom: 0px;
}
.theme--dark-gaming .base .top-center-tile .tile-item .meta .vertical-post-meta .author-data .author-name time {
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 12px;
  /* identical to box height, or 133% */
  letter-spacing: 0.02em;
  /* Secondary/Dark */
  color: #FFFFFF;
  margin-right: 8px;
}
.theme--dark-gaming .base .top-right-tile {
  width: 100%;
  height: 324px;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
}
.theme--dark-gaming .base .top-right-tile .tile-item {
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  height: 324px;
  border-radius: 6px;
  position: relative;
  padding: 20px;
}
.theme--dark-gaming .base .top-right-tile .tile-item .effects .badges .colorfulcats .label-primary {
  background-color: #0430CD;
}
.theme--dark-gaming .base .top-right-tile .tile-item .effects .caption {
  position: absolute;
  left: 24px;
  bottom: 20px;
  z-index: 1;
}
.theme--dark-gaming .base .top-right-tile .tile-item .effects .caption .feature {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.01em;
  margin-bottom: 0;
  color: #D4D4D4;
}
.theme--dark-gaming .base .top-right-tile .tile-item .effects .caption h2, .theme--dark-gaming .base .top-right-tile .tile-item .effects .caption h3 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 42px;
  letter-spacing: 0.01em;
  color: #FFFFFF;
}
.theme--dark-gaming .base .top-right-tile .tile-item .effects::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 5px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 44.79%, rgba(0, 0, 0, 0.35) 63.54%, rgba(0, 0, 0, 0.75) 100%);
}
.theme--dark-gaming .base .top-right-tile .tile-item .effects::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 5px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 44.79%, rgba(0, 0, 0, 0.35) 63.54%, rgba(0, 0, 0, 0.75) 100%);
}
.theme--dark-gaming .base .top-right-tile .tile-item img {
  object-fit: cover;
  object-position: center;
  width: 368px;
  height: 324px;
  min-height: 100%;
  min-width: 100%;
  border-radius: 6px;
}
.theme--dark-gaming .base .top-right-tile .tile-item .caption {
  position: absolute;
  left: 24px;
}
.theme--dark-gaming .base .top-right-tile .tile-item .caption .feature {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.01em;
  color: #D4D4D4;
}
.theme--dark-gaming .base .top-right-tile .tile-item .caption h2, .theme--dark-gaming .base .top-right-tile .tile-item .caption h3 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0.01em;
  color: #FFFFFF;
}
.theme--dark-gaming .base .top-right-tile .tile-item .badges {
  position: absolute;
  right: 24px;
  top: 24px;
}
.theme--dark-gaming .base .top-right-tile .tile-item .meta {
  position: absolute;
  left: 24px;
  top: 24px;
}
.theme--dark-gaming .base .top-right-tile .tile-item .meta .vertical-post-meta .author-data {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding: 5px 0;
}
.theme--dark-gaming .base .top-right-tile .tile-item .meta .vertical-post-meta .author-data .avatar {
  height: 32px;
  width: 32px;
}
.theme--dark-gaming .base .top-right-tile .tile-item .meta .vertical-post-meta .author-data .avatar img {
  height: 32px;
  width: 32px;
  border-radius: 16px;
}
.theme--dark-gaming .base .top-right-tile .tile-item .meta .vertical-post-meta .author-data .author-name {
  margin-left: 10px;
}
.theme--dark-gaming .base .top-right-tile .tile-item .meta .vertical-post-meta .author-data .author-name .author {
  color: #FFFFFF;
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  /* identical to box height */
  letter-spacing: 0.01em;
  /* Secondary/Darkest */
  margin-bottom: 0px;
}
.theme--dark-gaming .base .top-right-tile .tile-item .meta .vertical-post-meta .author-data .author-name time {
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 12px;
  /* identical to box height, or 133% */
  letter-spacing: 0.02em;
  /* Secondary/Dark */
  color: #FFFFFF;
  margin-right: 8px;
}
.theme--dark-gaming .base .gray-section {
  background-color: #232323;
}
.theme--dark-gaming .base .right-column-widget {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.theme--dark-gaming .base .right-column-widget .mini-widget {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.theme--dark-gaming .base .right-column-widget .mini-widget .mini-widget-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
}
.theme--dark-gaming .base .right-column-widget .mini-widget .mini-widget-flex a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  gap: 15px;
}
.theme--dark-gaming .base .right-column-widget .mini-widget .mini-widget-flex a .miniature img {
  height: 80px;
  width: 80px;
}
.theme--dark-gaming .base .right-column-widget .mini-widget .mini-widget-flex a .text {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  padding: 8px 0;
}
.theme--dark-gaming .base .right-column-widget .mini-widget .mini-widget-flex a .text h4, .theme--dark-gaming .base .right-column-widget .mini-widget .mini-widget-flex a .text h5 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.01em;
  color: #D4D4D4;
  line-height: 120%;
}
.theme--dark-gaming .base .right-column-widget .mini-widget .mini-widget-flex a .text .date {
  font-size: 10px;
}
.theme--dark-gaming .base .mobile-banner-full-width {
  width: 100%;
  background-color: none;
}
.theme--dark-gaming .base .banner-full-width {
  width: 100%;
  background-color: none;
  /*margin-bottom: 64px;*/
}
@media screen and (min-width: 1200px) {
  .theme--dark-gaming .base .separator {
    width: 100%;
    height: 1px;
    background-color: #3c3c3c;
  }
}
@media screen and (max-width: 800px) {
  .theme--dark-gaming .base .separator {
    width: 100%;
    height: 1px;
    background-color: #3c3c3c;
  }
}
.theme--dark-gaming .base .banner-full-width-inv {
  width: 100%;
  background-color: none;
  height: 340px;
}
.theme--dark-gaming .base :root {
  --bg-color: #13131f;
  --bg-color-2: t($bg);
  --text-color: t(text-secondary-page-title);
  --accent-color: t(bg-accent);
}
.theme--dark-gaming .base #sidebar {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  padding: 2rem;
  background-color: #161616;
  box-shadow: 0 10px 20px -4px #000;
  overflow-x: hidden;
  overflow-y: auto;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-100%);
  transition: opacity 0.3s ease, visibility 0.2s ease, transform 0.3s ease;
}
.theme--dark-gaming .base #sidebar #aside_close {
  color: #F3F3F3;
}
.theme--dark-gaming .base #sidebar h5 {
  font-family: Poppins;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  color: #F3F3F3;
}
.theme--dark-gaming .base #sidebar h5 a {
  color: #F3F3F3;
}
.theme--dark-gaming .base #sidebar.show {
  pointer-events: all;
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.theme--dark-gaming .base .sidebar_content {
  padding: 2.8rem 0;
  pointer-events: none;
  /* so that the Sidebar does not get closed while clicking on sidebar_content */
}
.theme--dark-gaming .base .sidebar_content a {
  pointer-events: all;
  /* so that all the a inside sidebar_content are clickable */
}
.theme--dark-gaming .base .sidebar_body {
  /*border-top: 1px dashed var(--text-color);
  border-bottom: 1px dashed var(--text-color);*/
}
.theme--dark-gaming .base .side_navlinks ul {
  display: grid;
  /*gap: 2rem;*/
}
.theme--dark-gaming .base .side_navlinks li a {
  letter-spacing: 1px;
  opacity: 0.8;
}
.theme--dark-gaming .base .side_navlinks a:hover {
  opacity: 1;
}
.theme--dark-gaming .base .sidebar_toggler {
  /*position: fixed;*/
  position: relative;
  /*top: 4vh;
    right: 3vw;*/
  /*width: 1.75rem;*/
  height: 1.3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
  overflow: hidden;
}
.theme--dark-gaming .base .sidebar_toggler span {
  background-color: #ddd;
  width: 100%;
  height: 2.4px;
  transition: all 0.3s ease;
  pointer-events: none;
  /* so that it doesn't overlap the sidebar_toggler */
}
.theme--dark-gaming .base #sidebar.show + .sidebar_toggler {
  justify-content: center;
}
.theme--dark-gaming .base #sidebar.show + .sidebar_toggler span {
  margin-top: -1.2px;
  margin-bottom: -1.2px;
}
.theme--dark-gaming .base #sidebar.show + .sidebar_toggler span:first-child {
  transform: rotate(45deg);
}
.theme--dark-gaming .base #sidebar.show + .sidebar_toggler span:nth-child(2) {
  opacity: 0;
  transform: translateX(-100%);
}
.theme--dark-gaming .base #sidebar.show + .sidebar_toggler span:last-child {
  transform: rotate(-45deg);
}
.theme--dark-gaming .base .mobile-menu-bar {
  background-color: #161616;
}
.theme--dark-rtv-agd .base {
  color: #D4D4D4;
  background-color: #161616;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-family: "Poppins", sans-serif;
  /*--====== Global Variables ======--*/
  /*--====== Sidebar ======--*/
  /* when the sidebar has 'show' class */
  /*---- Sidebar-Toggler ----*/
  /* if the sidebar has 'show' class then their adjacent-sibling (i.e., sidebar_toggler) will... */
  /*.banner-full-width {
          width: 1200px;
          background-color: #161616;
          /*margin-bottom: 64px;* /
      }*/
}
.theme--dark-rtv-agd .base .icon-color {
  color: #ffffff;
}
.theme--dark-rtv-agd .base .box:after {
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #161616 88%, #161616 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);*/
  /* IE6-9 */
  content: " ";
  display: block;
  height: 30px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
}
.theme--dark-rtv-agd .base .full-cont {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 38px;
  width: 100%;
  background: #161616;
}
.theme--dark-rtv-agd .base .full-cont #t_top {
  background-color: #161616;
}
.theme--dark-rtv-agd .base .full-cont .nastepnyartykul {
  padding: 2.5rem;
  background: rgba(214, 216, 217, 0.4);
  font-weight: 700;
  color: #D4D4D4;
  font-size: 1.5625rem;
  display: block;
  text-align: center;
  position: relative;
  margin: 12px 0;
}
.theme--dark-rtv-agd .base .nastepnyartykul {
  padding: 2.5rem;
  background: rgba(214, 216, 217, 0.4);
  font-weight: 700;
  color: #D4D4D4;
  font-size: 1.5625rem;
  display: block;
  text-align: center;
  position: relative;
  margin: 12px 0;
}
.theme--dark-rtv-agd .base .widget-title {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  align-content: flex-start;
  justify-content: flex-start;
  gap: 10px;
}
.theme--dark-rtv-agd .base .widget-title i {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 20px;
  flex-direction: row;
  align-items: flex-end;
}
.theme--dark-rtv-agd .base .widget-title i::before {
  display: flex;
  align-items: flex-end;
}
.theme--dark-rtv-agd .base .widget-title .color-red {
  color: #CD0504;
}
.theme--dark-rtv-agd .base .widget-title .color-accent {
  color: #570ab9;
}
.theme--dark-rtv-agd .base .widget-title h2, .theme--dark-rtv-agd .base .widget-title h4 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0.01em;
  margin-bottom: 0;
  color: #F3F3F3;
}
@media screen and (max-width: 900px) {
  .theme--dark-rtv-agd .base .widget-title h2, .theme--dark-rtv-agd .base .widget-title h4 {
    font-size: 1.286rem;
    line-height: 2.125rem;
  }
}
.theme--dark-rtv-agd .base .widget-title p {
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.01em;
  color: #F3F3F3;
}
.theme--dark-rtv-agd .base .widget-title .see_all {
  margin-right: 0;
  margin-left: auto;
  align-self: center;
  color: #939393;
}
.theme--dark-rtv-agd .base .widget-title .see_all a {
  color: #939393;
  font-size: 14px;
}
.theme--dark-rtv-agd .base .middle-widget-title h3, .theme--dark-rtv-agd .base .middle-widget-title h4 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 2.125rem;
  letter-spacing: 0.01em;
  margin-bottom: 0;
  color: #F3F3F3;
}
.theme--dark-rtv-agd .base .middle-widget-title p {
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.01em;
  color: #F3F3F3;
}
.theme--dark-rtv-agd .base .middle-widget-title .see_all {
  margin-right: 0;
  margin-left: auto;
  align-self: flex-end;
  color: #939393;
}
.theme--dark-rtv-agd .base .middle-widget-title .see_all a {
  color: #939393;
  font-size: 14px;
}
.theme--dark-rtv-agd .base nav {
  background-color: #161616;
}
.theme--dark-rtv-agd .base nav.black-bg {
  background-color: #570ab9;
}
.theme--dark-rtv-agd .base .menu,
.theme--dark-rtv-agd .base .submenu,
.theme--dark-rtv-agd .base .top-menu {
  /*width: $screen-lg;*/
  margin: 0 auto;
  padding: 0 15px;
  list-style-type: none;
  font-weight: 500;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  background-color: #161616;
  gap: 11px;
  flex-wrap: nowrap;
  background: none;
}
.theme--dark-rtv-agd .base .menu li,
.theme--dark-rtv-agd .base .submenu li,
.theme--dark-rtv-agd .base .top-menu li {
  line-height: 20px;
  border-radius: 6px;
}
.theme--dark-rtv-agd .base .menu li a,
.theme--dark-rtv-agd .base .submenu li a,
.theme--dark-rtv-agd .base .top-menu li a {
  color: #D4D4D4;
  text-decoration: none;
}
.theme--dark-rtv-agd .base .menu .dropdown,
.theme--dark-rtv-agd .base .submenu .dropdown,
.theme--dark-rtv-agd .base .top-menu .dropdown {
  position: relative;
  display: inline-block;
}
.theme--dark-rtv-agd .base .menu .dropdown .dropdown-menu,
.theme--dark-rtv-agd .base .submenu .dropdown .dropdown-menu,
.theme--dark-rtv-agd .base .top-menu .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  z-index: 100;
  background-color: #161616;
  padding: 10px;
  border: 1px solid #ccc;
}
.theme--dark-rtv-agd .base .menu .dropdown .dropdown-menu li,
.theme--dark-rtv-agd .base .submenu .dropdown .dropdown-menu li,
.theme--dark-rtv-agd .base .top-menu .dropdown .dropdown-menu li {
  list-style: none;
  text-align: left;
  padding: 5px 10px;
  width: 300px;
}
.theme--dark-rtv-agd .base .menu .dropdown .dropdown-menu li.parent,
.theme--dark-rtv-agd .base .submenu .dropdown .dropdown-menu li.parent,
.theme--dark-rtv-agd .base .top-menu .dropdown .dropdown-menu li.parent {
  border-bottom: 1px solid #3c3c3c;
  font-weight: 600;
}
.theme--dark-rtv-agd .base .menu .dropdown:hover .dropdown-menu,
.theme--dark-rtv-agd .base .submenu .dropdown:hover .dropdown-menu,
.theme--dark-rtv-agd .base .top-menu .dropdown:hover .dropdown-menu {
  display: block;
}
.theme--dark-rtv-agd .base .menu .item,
.theme--dark-rtv-agd .base .submenu .item,
.theme--dark-rtv-agd .base .top-menu .item {
  padding: 10px;
}
.theme--dark-rtv-agd .base .menu .item .button,
.theme--dark-rtv-agd .base .submenu .item .button,
.theme--dark-rtv-agd .base .top-menu .item .button {
  padding: 9px 5px;
}
.theme--dark-rtv-agd .base .menu {
  font-size: 15px;
  /*li:last-child {
    margin-left: auto;
  }*/
}
.theme--dark-rtv-agd .base .top-menu {
  background-color: #570ab9;
  /*height: 56px;*/
  font-size: 14px;
  /*li:last-child {
    margin-left: auto;
  }*/
}
.theme--dark-rtv-agd .base .top-menu .active {
  background: rgba(255, 255, 255, 0.15);
  font-weight: 600;
  font-size: 12px;
}
.theme--dark-rtv-agd .base .top-menu li {
  background-color: #570ab9;
}
.theme--dark-rtv-agd .base .top-menu li .active {
  background: rgba(255, 255, 255, 0.15);
}
.theme--dark-rtv-agd .base .top-menu li a {
  color: #D4D4D4;
}
.theme--dark-rtv-agd .base .top-menu .item {
  color: #D4D4D4;
}
.theme--dark-rtv-agd .base h4 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  /* identical to box height, or 142% */
  letter-spacing: 0.01em;
  /* Secondary/Darkest */
  color: #D4D4D4;
}
.theme--dark-rtv-agd .base .menu_footer {
  display: flex;
  align-content: flex-end;
}
.theme--dark-rtv-agd .base .menu_footer ul {
  display: flex;
  justify-content: flex-end;
}
.theme--dark-rtv-agd .base .menu_footer ul li {
  list-style: none;
  margin: 0 16px;
}
.theme--dark-rtv-agd .base .menu_footer ul li a {
  font-family: "Inter";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  /* identical to box height, or 133% */
  text-align: justify;
  letter-spacing: 0.01em;
  /* Secondary/Darker */
  color: #D4D4D4;
}
.theme--dark-rtv-agd .base .title-area {
  padding-top: 5px;
  position: relative;
  /*h3 {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 600;
    font-size: 1rem;
    line-height: 2.125rem;

    letter-spacing: 0.01em;

    color: t($text);
    margin-bottom: 0px;
  }*/
}
.theme--dark-rtv-agd .base .title-area h2, .theme--dark-rtv-agd .base .title-area h3 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 2.125rem;
  /* or 142% */
  letter-spacing: 0.01em;
  /* Secondary/Darkest */
  color: #D4D4D4;
  margin-bottom: 0px;
}
@media screen and (max-width: 900px) {
  .theme--dark-rtv-agd .base .title-area h2, .theme--dark-rtv-agd .base .title-area h3 {
    font-size: 1.286rem;
    line-height: 1.5em;
  }
}
.theme--dark-rtv-agd .base .title-area h7 {
  font-size: 12px;
  color: #939393;
}
.theme--dark-rtv-agd .base .title-area .large-post-meta {
  gap: 10px;
}
.theme--dark-rtv-agd .base .title-area .large-post-meta .avatar {
  height: 24px;
  width: 24px;
}
.theme--dark-rtv-agd .base .title-area .large-post-meta .avatar img {
  height: 24px;
  width: 24px;
  border-radius: 12px;
}
.theme--dark-rtv-agd .base .title-area .large-post-meta .author {
  font-family: "Poppins";
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 18px;
  color: #F3F3F3;
  letter-spacing: 0.02em;
}
.theme--dark-rtv-agd .base .title-area .large-post-meta time {
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  /* identical to box height, or 133% */
  letter-spacing: 0.01em;
  /* Secondary/Dark */
  color: #939393;
}
.theme--dark-rtv-agd .base .cover-card {
  width: 100%;
  /*height: 403px;*/
  border-radius: 6px;
  /*overflow: hidden;*/
}
.theme--dark-rtv-agd .base .cover-card img {
  width: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 6px;
}
.theme--dark-rtv-agd .base .cover-card .title-area {
  width: inherit;
}
.theme--dark-rtv-agd .base .cover-card .title-area h7 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
  /* identical to box height */
  letter-spacing: 0.01em;
  /* Secondary/Dark */
  color: #BEBEBE;
  margin-bottom: 5px;
}
.theme--dark-rtv-agd .base .cover-card .title-area h3 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0.01em;
  /* Secondary/Darkest */
  color: #F3F3F3;
}
@media screen and (max-width: 1199px) {
  .theme--dark-rtv-agd .base .cover-card {
    width: 100%;
    border-radius: 6px;
    /*overflow: hidden;*/
  }
  .theme--dark-rtv-agd .base .cover-card img {
    width: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 6px;
  }
}
.theme--dark-rtv-agd .base .filtering-navbar ul li a {
  color: #939393;
}
.theme--dark-rtv-agd .base .filtering-navbar ul li.active a {
  color: #570ab9;
}
.theme--dark-rtv-agd .base .filtering-bg {
  background-color: #570ab9;
}
.theme--dark-rtv-agd .base .border-color-accent {
  border-color: #570ab9 !important;
}
.theme--dark-rtv-agd .base .bg-accent {
  background-color: #570ab9 !important;
}
.theme--dark-rtv-agd .base .text-color {
  color: #D4D4D4 !important;
}
.theme--dark-rtv-agd .base .feed-details .forum-title {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #D4D4D4;
  margin-bottom: 0;
}
.theme--dark-rtv-agd .base .feed-details .forum-title a {
  color: #F3F3F3;
  font-weight: 700;
}
.theme--dark-rtv-agd .base .feed-details .author {
  font-family: "Poppins";
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 12px;
  color: #F3F3F3;
  letter-spacing: 0.02em;
}
.theme--dark-rtv-agd .base .activity-feed {
  width: 100%;
  border-radius: 6px;
  border: 1px solid #3c3c3c;
  padding: 20px;
}
.theme--dark-rtv-agd .base .activity-feed .feed-item .feed-details .forum-title {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  color: #D4D4D4;
}
.theme--dark-rtv-agd .base .activity-feed .feed-item .feed-details .forum-title a {
  color: #F3F3F3;
  font-weight: 700;
}
.theme--dark-rtv-agd .base .activity-feed .feed-item .feed-details .author {
  font-family: "Poppins";
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 12px;
  color: #F3F3F3;
  letter-spacing: 0.02em;
}
.theme--dark-rtv-agd .base footer {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
  margin-top: 60px;
  border-top: 0px;
  background-color: #161616;
  z-index: 1;
  /*max-width: 1200px;*/
  width: 100%;
  margin: auto;
  padding-top: 32px;
}
.theme--dark-rtv-agd .base footer .footer_bottom {
  width: 100%;
}
.theme--dark-rtv-agd .base footer .socials a {
  font-size: 1rem;
  color: #D4D4D4;
}
.theme--dark-rtv-agd .base footer .socials a i {
  font-size: 1.5rem;
}
.theme--dark-rtv-agd .base footer div h5 {
  font-family: "Poppins";
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0px;
}
.theme--dark-rtv-agd .base footer div .box_news .footer_link {
  font-family: "Inter";
  list-style: none;
  font-size: 12px;
  color: #939393;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.01em;
}
.theme--dark-rtv-agd .base footer div .box_news ul {
  padding-left: 0;
}
.theme--dark-rtv-agd .base footer div .box_news ul li {
  font-family: "Inter";
  list-style: none;
  font-size: 12px;
}
.theme--dark-rtv-agd .base footer div .box_news ul li a {
  color: #939393;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.01em;
}
.theme--dark-rtv-agd .base footer .accordion {
  margin-top: 20px;
  width: 100%;
  border-radius: 6px;
  background-color: #161616;
  padding: 0 24px;
  border: none;
}
.theme--dark-rtv-agd .base footer .accordion .accordion-item:not(:last-child) {
  border-bottom: 1px solid #3c3c3c !important;
}
.theme--dark-rtv-agd .base footer .accordion .accordion-item {
  padding: 16px 0;
  background-color: #161616;
}
.theme--dark-rtv-agd .base footer .accordion .accordion-item path {
  fill: red;
}
.theme--dark-rtv-agd .base footer .accordion .accordion-item .accordion-button::after {
  color: #fff;
  fill: red;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='7 7 10 10' preserveAspectRatio='x200Y200 meet' fill='%23bebebe'%3E%3Cpath d='M12 11.8284L9.17154 14.6569L7.75732 13.2426L12 9L16.2426 13.2426L14.8284 14.6569L12 11.8284Z'%3E%3C/path%3E%3C/svg%3E");
}
.theme--dark-rtv-agd .base footer .accordion .accordion-item .accordion-button:not(.collapsed) {
  color: #F3F3F3;
  background-color: #161616;
  border-color: #161616;
}
.theme--dark-rtv-agd .base footer .accordion .accordion-item .accordion-button {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #F3F3F3;
  background-color: #161616;
  border-radius: 6px;
  padding: 16px 0;
  border: none;
}
.theme--dark-rtv-agd .base .post-vertical .cover-card {
  width: 100%;
  /*height: 403px;*/
  border-radius: 6px;
  /*overflow: hidden;*/
}
.theme--dark-rtv-agd .base .post-vertical .cover-card img {
  width: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 6px;
}
.theme--dark-rtv-agd .base .post-vertical .cover-card .title-area {
  width: inherit;
}
.theme--dark-rtv-agd .base .post-vertical .cover-card .title-area h7 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
  /* identical to box height */
  letter-spacing: 0.01em;
  /* Secondary/Dark */
  color: #BEBEBE;
  margin-bottom: 5px;
}
.theme--dark-rtv-agd .base .post-vertical .cover-card .title-area h3 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0.01em;
  /* Secondary/Darkest */
  color: #F3F3F3;
}
@media screen and (max-width: 1199px) {
  .theme--dark-rtv-agd .base .post-vertical .cover-card {
    width: 100%;
    border-radius: 6px;
    /*overflow: hidden;*/
  }
  .theme--dark-rtv-agd .base .post-vertical .cover-card img {
    width: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 6px;
  }
}
.theme--dark-rtv-agd .base .post-vertical .vertical-post-meta .author-data {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding: 5px 0;
}
.theme--dark-rtv-agd .base .post-vertical .vertical-post-meta .author-data .avatar {
  height: 24px;
  width: 24px;
}
.theme--dark-rtv-agd .base .post-vertical .vertical-post-meta .author-data .avatar img {
  height: 24px;
  width: 24px;
  border-radius: 12px;
}
.theme--dark-rtv-agd .base .post-vertical .vertical-post-meta .author-data .author-name {
  margin-left: 10px;
}
.theme--dark-rtv-agd .base .post-vertical .vertical-post-meta .author-data .author-name .author {
  color: #F3F3F3;
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  /* identical to box height */
  letter-spacing: 0.01em;
  /* Secondary/Darkest */
}
.theme--dark-rtv-agd .base .post-vertical .vertical-post-meta .author-data .author-name time {
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 12px;
  /* identical to box height, or 133% */
  letter-spacing: 0.02em;
  /* Secondary/Dark */
  color: #939393;
}
.theme--dark-rtv-agd .base input:checked + .slider {
  background-color: #570ab9;
}
.theme--dark-rtv-agd .base input:focus + .slider {
  box-shadow: 0 0 1px #570ab9;
}
.theme--dark-rtv-agd .base .mini-widget .small-widget-title h5, .theme--dark-rtv-agd .base .mini-widget .small-widget-title h4 {
  color: #F3F3F3;
}
.theme--dark-rtv-agd .base .mini-widget .small-widget-title h5 a, .theme--dark-rtv-agd .base .mini-widget .small-widget-title h4 a {
  /*font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;*/
  color: #F3F3F3;
}
.theme--dark-rtv-agd .base .video-widget {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  padding-bottom: 64px;
}
.theme--dark-rtv-agd .base .video-widget .widget-title {
  width: 100%;
}
.theme--dark-rtv-agd .base .video-widget .widget-title h2, .theme--dark-rtv-agd .base .video-widget .widget-title h4 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0.01em;
  color: #F3F3F3;
}
.theme--dark-rtv-agd .base .video-widget .widget-body {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 24px;
}
.theme--dark-rtv-agd .base .video-widget .widget-body .post-video-large {
  width: 100%;
  height: 332px;
  border-radius: 6px;
  overflow: hidden;
}
.theme--dark-rtv-agd .base .video-widget .widget-body .post-video-large .post-media {
  width: 100%;
  height: 332px;
  border-radius: 6px;
}
.theme--dark-rtv-agd .base .video-widget .widget-body .post-video-large .post-media .embed-responsive {
  height: 332px;
}
.theme--dark-rtv-agd .base .video-widget .widget-body .post-video-large .post-media .embed-responsive img {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: 332px;
}
.theme--dark-rtv-agd .base .video-widget .widget-body .post-video-large .post-media .video__youtube img {
  object-fit: cover;
  object-position: center;
}
.theme--dark-rtv-agd .base .page-title-section {
  width: 100%;
  margin-top: 60px;
  margin-bottom: 60px;
}
.theme--dark-rtv-agd .base .page-title-section .title-area {
  width: 100%;
}
.theme--dark-rtv-agd .base .page-title-section .title-area h1 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 42px;
  /* identical to box height, or 131% */
  letter-spacing: 0.01em;
  color: #F3F3F3;
}
.theme--dark-rtv-agd .base .page-title-section .title-description-area p {
  /* Body/Text/Regular/Regular */
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  /* or 157% */
  letter-spacing: 0.01em;
  /* Secondary/Dark */
  color: #939393;
}
.theme--dark-rtv-agd .base .title-area-mobile {
  width: 100%;
}
.theme--dark-rtv-agd .base .title-area-mobile h1 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  /* identical to box height, or 131% */
  letter-spacing: 0.01em;
  /* Secondary/Darkest */
  color: #F3F3F3;
}
.theme--dark-rtv-agd .base .title-description-area-mobile p {
  /* Body/Text/Regular/Regular */
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  /* or 157% */
  letter-spacing: 0.01em;
  /* Secondary/Dark */
  color: #939393;
}
.theme--dark-rtv-agd .base .accordion-button:not(.collapsed) {
  color: #F3F3F3;
  background-color: #161616;
  border-color: #161616;
}
.theme--dark-rtv-agd .base .article p {
  font-family: "Inter", sans-serif;
}
.theme--dark-rtv-agd .base .article .accordion-button:not(.collapsed) {
  color: #F3F3F3;
  background-color: #161616;
  border-color: #161616;
}
.theme--dark-rtv-agd .base .article .colorfulcats {
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.theme--dark-rtv-agd .base .article .colorfulcats a {
  text-decoration: none;
}
.theme--dark-rtv-agd .base .article .colorfulcats .label-primary {
  background-color: #570ab9;
}
.theme--dark-rtv-agd .base .article .colorfulcats a.cat-label {
  padding-left: 10px;
  padding-right: 10px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.theme--dark-rtv-agd .base .article a {
  color: #CD0504;
  text-decoration: underline;
}
.theme--dark-rtv-agd .base .article p {
  color: #D4D4D4;
  line-height: 1.625rem;
}
.theme--dark-rtv-agd .base .article .authorbox a {
  color: #D4D4D4;
  text-decoration: none;
}
.theme--dark-rtv-agd .base .article h1 {
  font-family: Poppins;
  font-weight: 600;
  font-size: 2.3rem;
  margin-top: 3rem;
  line-height: 2.5rem;
  letter-spacing: 0.01em;
  color: #F3F3F3;
}
.theme--dark-rtv-agd .base .article .mm-gallery .glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.theme--dark-rtv-agd .base .article .mm-gallery .carousel {
  width: 100%;
  aspect-ratio: 16/9;
  margin: auto;
}
.theme--dark-rtv-agd .base .article .mm-gallery .carousel .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.theme--dark-rtv-agd .base .article .mm-gallery .carousel .glyphicon-chevron-left {
  width: 30px;
  height: 30px;
  margin-top: -10px;
  font-size: 30px;
}
.theme--dark-rtv-agd .base .article .mm-gallery .carousel .glyphicon-chevron-right {
  width: 30px;
  height: 30px;
  margin-top: -10px;
  font-size: 30px;
}
.theme--dark-rtv-agd .base .article .mm-gallery .carousel .glyphicon-chevron-left:before {
  content: "\e079";
}
.theme--dark-rtv-agd .base .article .mm-gallery .carousel .glyphicon-chevron-right:before {
  content: "\e080";
}
.theme--dark-rtv-agd .base .article .mm-gallery .carousel ol.carousel-indicators {
  bottom: 0px;
}
.theme--dark-rtv-agd .base .article .mm-gallery .carousel .carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
}
.theme--dark-rtv-agd .base .article .mm-gallery .carousel .carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000", endColorstr="#00000000", GradientType=1);
}
.theme--dark-rtv-agd .base .article .mm-gallery .carousel .carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#80000000", GradientType=1);
}
.theme--dark-rtv-agd .base .article .post-info {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.theme--dark-rtv-agd .base .article .post-info .article-post-meta {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
}
.theme--dark-rtv-agd .base .article .post-info .article-post-meta .author-data {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding: 5px 0;
}
.theme--dark-rtv-agd .base .article .post-info .article-post-meta .author-data .avatar {
  height: 40px;
  width: 40px;
}
.theme--dark-rtv-agd .base .article .post-info .article-post-meta .author-data .avatar img {
  height: 40px;
  width: 40px;
  border-radius: 20px;
}
.theme--dark-rtv-agd .base .article .post-info .article-post-meta .author-data .author-name .author {
  margin-left: 14px;
  /* H6/Medium */
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  /* identical to box height, or 143% */
  letter-spacing: 0.01em;
  /* Secondary/Darkest */
  color: #F3F3F3;
}
.theme--dark-rtv-agd .base .article .post-info .article-post-meta .author-data .author-name time {
  margin-left: 14px;
  /* H7 / Regular */
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 12px;
  /* identical to box height, or 133% */
  letter-spacing: 0.01em;
  /* Secondary/Light */
  color: #939393;
}
.theme--dark-rtv-agd .base .article .post-info .post-sharing a {
  text-decoration: none;
}
.theme--dark-rtv-agd .base .article .post-info .post-sharing .cm-button {
  padding: 14px 20px;
  /* Primary/Default */
  background: #CD0504;
  border-radius: 6px;
  /* H6/Semi */
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height, or 143% */
  letter-spacing: 0.01em;
  /* Neutral/White */
  color: #FFFFFF;
}
.theme--dark-rtv-agd .base .article .post-info .post-sharing .fb-button {
  padding: 14px 20px;
  /* Primary/Default */
  background: #365396;
  border-radius: 6px;
  /* H6/Semi */
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height, or 143% */
  letter-spacing: 0.01em;
  /* Neutral/White */
  color: #FFFFFF;
}
.theme--dark-rtv-agd .base .article .post-info .post-sharing .tw-button {
  padding: 14px 20px;
  /* Primary/Default */
  background: #00A8F0;
  border-radius: 6px;
  /* H6/Semi */
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height, or 143% */
  letter-spacing: 0.01em;
  /* Neutral/White */
  color: #FFFFFF;
}
.theme--dark-rtv-agd .base .article .post-info .post-sharing ul.list-inline {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  list-style-type: none;
  gap: 8px;
}
.theme--dark-rtv-agd .base .article .post-info .post-sharing ul.list-inline li .cm-button {
  padding: 14px 20px;
  /* Primary/Default */
  background: #CD0504;
  border-radius: 6px;
  /* H6/Semi */
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height, or 143% */
  letter-spacing: 0.01em;
  /* Neutral/White */
  color: #FFFFFF;
}
.theme--dark-rtv-agd .base .article .post-info .post-sharing ul.list-inline li .fb-button {
  padding: 14px 20px;
  /* Primary/Default */
  background: #365396;
  border-radius: 6px;
  /* H6/Semi */
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height, or 143% */
  letter-spacing: 0.01em;
  /* Neutral/White */
  color: #FFFFFF;
}
.theme--dark-rtv-agd .base .article .post-info .post-sharing ul.list-inline li .tw-button {
  padding: 14px 20px;
  /* Primary/Default */
  background: #00A8F0;
  border-radius: 6px;
  /* H6/Semi */
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height, or 143% */
  letter-spacing: 0.01em;
  /* Neutral/White */
  color: #FFFFFF;
}
.theme--dark-rtv-agd .base .article .post-info .row {
  width: 100%;
}
.theme--dark-rtv-agd .base .article .title-area {
  width: 100%;
}
.theme--dark-rtv-agd .base .article .columns {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  gap: 64px;
}
.theme--dark-rtv-agd .base .article .columns .left-col .post-media {
  width: 792px;
  margin-bottom: 48px;
  border-radius: 6px;
}
.theme--dark-rtv-agd .base .article .columns .left-col .post-media img {
  width: 792px;
  border-radius: 6px;
}
.theme--dark-rtv-agd .base .article .columns .left-col .post-desc p {
  /* Body/Text/Large/Regular */
  text-align: justify;
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  /* or 162% */
  letter-spacing: 0.01em;
  /* Secondary/Darker */
  color: #D4D4D4;
  margin-bottom: 12px;
}
.theme--dark-rtv-agd .base .article .columns .left-col .post-desc img {
  max-width: 792px;
}
.theme--dark-rtv-agd .base .article .columns .left-col .post-desc ul {
  padding-inline-start: 40px;
  margin-bottom: 12px;
  /* Body/Text/Large/Regular */
  text-align: justify;
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  /* or 162% */
  letter-spacing: 0.01em;
  /* Secondary/Darker */
  color: #D4D4D4;
}
.theme--dark-rtv-agd .base .article .columns .left-col .post-desc h3 {
  /* H3/Semi */
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  /* identical to box height, or 142% */
  letter-spacing: 0.01em;
}
.theme--dark-rtv-agd .base .article .columns .left-col .post-desc .post-sharing {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 32px;
  margin-bottom: 32px;
}
.theme--dark-rtv-agd .base .article .columns .left-col .post-desc .post-sharing a {
  text-decoration: none;
}
.theme--dark-rtv-agd .base .article .columns .left-col .post-desc .post-sharing p {
  /* H6/Medium */
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height, or 143% */
  letter-spacing: 0.01em;
  /* Secondary/Darkest */
  color: #D4D4D4;
}
.theme--dark-rtv-agd .base .article .columns .left-col .post-desc .post-sharing ul.list-inline {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  list-style-type: none;
  gap: 8px;
}
.theme--dark-rtv-agd .base .article .columns .left-col .post-desc .post-sharing ul.list-inline li .cm-button {
  padding: 14px 20px;
  /* Primary/Default */
  background: #CD0504;
  border-radius: 6px;
  /* H6/Semi */
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height, or 143% */
  letter-spacing: 0.01em;
  /* Neutral/White */
  color: #FFFFFF;
}
.theme--dark-rtv-agd .base .article .columns .left-col .post-desc .post-sharing ul.list-inline li .fb-button {
  padding: 14px 20px;
  /* Primary/Default */
  background: #365396;
  border-radius: 6px;
  /* H6/Semi */
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height, or 143% */
  letter-spacing: 0.01em;
  /* Neutral/White */
  color: #FFFFFF;
}
.theme--dark-rtv-agd .base .article .columns .left-col .post-desc .post-sharing ul.list-inline li .tw-button {
  padding: 14px 20px;
  /* Primary/Default */
  background: #00A8F0;
  border-radius: 6px;
  /* H6/Semi */
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height, or 143% */
  letter-spacing: 0.01em;
  /* Neutral/White */
  color: #FFFFFF;
}
.theme--dark-rtv-agd .base .article .columns .left-col .post-desc .post-bottom .tags {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 5px;
}
.theme--dark-rtv-agd .base .article .columns .left-col .post-desc .post-bottom .tags a {
  padding: 8px 9px 8px 10px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)), #262626;
  border-radius: 6px;
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 10px;
  line-height: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* identical to box height, or 160% */
  letter-spacing: 0.02em;
  /* Neutral/White */
  color: #FFFFFF;
}
.theme--dark-rtv-agd .base .article .columns .left-col .post-desc .comments-widget {
  width: 100%;
}
.theme--dark-rtv-agd .base .article .columns .left-col .post-desc .separator {
  width: 100%;
  margin: 32px 0;
}
.theme--dark-rtv-agd .base .article .columns .right-col {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  width: 336px;
}
.theme--dark-rtv-agd .base .article .columns .right-col .widget .widget-title {
  margin-bottom: 24px;
}
.theme--dark-rtv-agd .base .article .columns .right-col .widget .widget-title h4 {
  font-size: 16px;
  line-height: 24px;
}
.theme--dark-rtv-agd .base .article .columns .right-col .widget .widget-title p {
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.01em;
  color: #BEBEBE;
}
.theme--dark-rtv-agd .base .article .fb-button {
  padding: 14px 20px;
  /* Primary/Default */
  background: #365396;
  border-radius: 6px;
  /* H6/Semi */
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height, or 143% */
  letter-spacing: 0.01em;
  /* Neutral/White */
  color: #FFFFFF;
}
.theme--dark-rtv-agd .base .article .post-bottom .tags {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 5px;
}
.theme--dark-rtv-agd .base .article .post-bottom .tags a {
  padding: 8px 9px 8px 10px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)), #262626;
  border-radius: 6px;
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 10px;
  line-height: 16px;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* identical to box height, or 160% */
  letter-spacing: 0.02em;
  /* Neutral/White */
  color: #FFFFFF;
}
.theme--dark-rtv-agd .base .article .cm-button {
  text-decoration: none;
  padding: 14px 20px;
  /* Primary/Default */
  background: #CD0504;
  border-radius: 6px;
  /* H6/Semi */
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height, or 143% */
  letter-spacing: 0.01em;
  /* Neutral/White */
  color: #FFFFFF;
}
.theme--dark-rtv-agd .base .article .tw-button {
  text-decoration: none;
  padding: 14px 20px;
  /* Primary/Default */
  background: #00A8F0;
  border-radius: 6px;
  /* H6/Semi */
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height, or 143% */
  letter-spacing: 0.01em;
  /* Neutral/White */
  color: #FFFFFF;
}
.theme--dark-rtv-agd .base .article .post-sharing a {
  text-decoration: none;
}
.theme--dark-rtv-agd .base .article .post-sharing p {
  font-family: Poppins;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1%;
}
.theme--dark-rtv-agd .base .article img {
  object-fit: cover;
  max-width: 100%;
  max-height: 100%;
  height: auto;
}
.theme--dark-rtv-agd .base .article blockquote {
  position: relative;
  padding: 10px 20px 10px 70px;
  margin: 0 0 20px;
  font-size: 1.4rem;
  font-weight: 600;
}
.theme--dark-rtv-agd .base .article blockquote p {
  font-family: Poppins;
  line-height: 1.8;
}
.theme--dark-rtv-agd .base .article blockquote:before {
  color: #ca0301;
  content: url("../img/double-quotes-l.svg");
  height: 50px;
  width: 50px;
  display: block;
  left: 0px;
  position: absolute;
  top: 0px;
}
@media screen and (max-width: 1200px) {
  .theme--dark-rtv-agd .base .article {
    width: 100%;
  }
  .theme--dark-rtv-agd .base .article .title-area {
    width: 100%;
  }
}
@media screen and (max-width: 992px) {
  .theme--dark-rtv-agd .base .article {
    width: 100%;
  }
  .theme--dark-rtv-agd .base .article h1 {
    font-size: 1.7rem;
  }
  .theme--dark-rtv-agd .base .article .columns {
    flex-direction: column;
    gap: 32px;
  }
  .theme--dark-rtv-agd .base .article .columns .left-col {
    width: 100%;
  }
  .theme--dark-rtv-agd .base .article .columns .right-col {
    width: 100%;
  }
}
@media screen and (max-width: 800px) {
  .theme--dark-rtv-agd .base .article {
    width: 100%;
  }
  .theme--dark-rtv-agd .base .article .post-media img {
    height: 340px;
    width: auto;
    object-fit: cover;
    max-width: 100%;
    max-height: 100%;
    width: auto;
  }
}
@media screen and (min-width: 1200px) {
  .theme--dark-rtv-agd .base .posts-col .large-widget {
    margin: 0;
    display: flex;
    flex-direction: row;
  }
  .theme--dark-rtv-agd .base .posts-col .large-widget .post-media {
    width: 248px;
    height: 224px;
    border-radius: 6px;
  }
  .theme--dark-rtv-agd .base .posts-col .large-widget .post-media .large-post-media-cover {
    width: 248px;
    height: 224px;
    border-radius: 6px;
    overflow: hidden;
  }
  .theme--dark-rtv-agd .base .posts-col .large-widget .post-media .large-post-media-cover img {
    width: 248px;
    height: 224px;
    object-fit: cover;
    object-position: center;
    min-height: 100%;
    min-width: 100%;
  }
  .theme--dark-rtv-agd .base .posts-col .large-widget .title-area {
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 10px;
  }
  .theme--dark-rtv-agd .base .posts-col .large-widget .title-area .colorfulcats {
    display: flex;
    flex-direction: row;
    gap: 10px;
  }
  .theme--dark-rtv-agd .base .posts-col .large-widget .title-area .colorfulcats .label-primary {
    background-color: #570ab9;
  }
  .theme--dark-rtv-agd .base .posts-col .large-widget .title-area .colorfulcats a.cat-label {
    padding-left: 10px;
    padding-right: 10px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .theme--dark-rtv-agd .base .posts-col .large-widget .title-area .large-post-meta {
    display: flex;
    flex-direction: row;
  }
  .theme--dark-rtv-agd .base .posts-col .large-widget .title-area .large-post-meta .author {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .theme--dark-rtv-agd .base .posts-col .large-widget .title-area .large-post-meta .author .author-data {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    color: #F3F3F3;
    letter-spacing: 0.02em;
  }
  .theme--dark-rtv-agd .base .posts-col .large-widget .title-area .large-post-meta .author .author-data .avatar {
    height: 24px;
    width: 24px;
  }
  .theme--dark-rtv-agd .base .posts-col .large-widget .title-area .large-post-meta .author .author-data .avatar img {
    height: 24px;
    width: 24px;
    border-radius: 12px;
  }
  .theme--dark-rtv-agd .base .posts-col .large-widget .title-area .large-post-meta .author .author-data .author-name {
    margin-left: 10px;
    color: #F3F3F3;
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    /* identical to box height */
    letter-spacing: 0.02em;
    /* Secondary/Darkest */
  }
  .theme--dark-rtv-agd .base .posts-col .large-widget .title-area .large-post-meta .post-time time {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.01em;
    color: #939393;
  }
}
@media screen and (max-width: 1199px) {
  .theme--dark-rtv-agd .base .posts-col .large-widget {
    width: 100%;
    margin: 0;
    display: flex;
    flex-direction: row;
  }
  .theme--dark-rtv-agd .base .posts-col .large-widget .post-media {
    border-radius: 6px;
    overflow: hidden;
  }
  .theme--dark-rtv-agd .base .posts-col .large-widget .post-media img {
    object-fit: cover;
    object-position: center;
    min-height: 100%;
    min-width: 100%;
  }
  .theme--dark-rtv-agd .base .posts-col .large-widget .title-area {
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 15px;
  }
  .theme--dark-rtv-agd .base .posts-col .large-widget .title-area .colorfulcats {
    display: flex;
    flex-direction: row;
    gap: 10px;
  }
  .theme--dark-rtv-agd .base .posts-col .large-widget .title-area .colorfulcats .label-primary {
    background-color: #570ab9;
  }
  .theme--dark-rtv-agd .base .posts-col .large-widget .title-area .colorfulcats a.cat-label {
    padding-left: 10px;
    padding-right: 10px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .theme--dark-rtv-agd .base .posts-col .large-widget .title-area .large-post-meta {
    display: flex;
    flex-direction: row;
  }
  .theme--dark-rtv-agd .base .posts-col .large-widget .title-area .large-post-meta .author {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .theme--dark-rtv-agd .base .posts-col .large-widget .title-area .large-post-meta .author .author-data {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    color: #F3F3F3;
    letter-spacing: 0.02em;
  }
  .theme--dark-rtv-agd .base .posts-col .large-widget .title-area .large-post-meta .author .author-data .avatar {
    height: 24px;
    width: 24px;
  }
  .theme--dark-rtv-agd .base .posts-col .large-widget .title-area .large-post-meta .author .author-data .avatar img {
    height: 24px;
    width: 24px;
    border-radius: 12px;
  }
  .theme--dark-rtv-agd .base .posts-col .large-widget .title-area .large-post-meta .author .author-data .author-name {
    margin-left: 10px;
    color: #F3F3F3;
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    /* identical to box height */
    letter-spacing: 0.02em;
    /* Secondary/Darkest */
  }
  .theme--dark-rtv-agd .base .posts-col .large-widget .title-area .large-post-meta .post-time time {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.01em;
    color: #939393;
  }
}
.theme--dark-rtv-agd .base .pagination-main {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  width: 100%;
  /* Secondary/Extra Light */
  border: 1px solid;
  box-sizing: border-box;
  border-radius: 8px;
}
.theme--dark-rtv-agd .base .pagination-main .accordion-item {
  border: 1px solid;
}
.theme--dark-rtv-agd .base .pagination-main .pagination-main-heading {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  cursor: pointer;
  justify-content: space-between;
  /*i {
      height: 25px;
      width: 25px;
    }
  span {
      height: 25px;
      margin: 0 auto;
    }*/
}
.theme--dark-rtv-agd .base .pagination-main .pagination-main-heading .accordion-button {
  font-size: 1rem;
  font-weight: 500;
}
.theme--dark-rtv-agd .base .pagination-main .pagination-main-heading .accordion-button:not(.collapsed) {
  box-shadow: none;
}
.theme--dark-rtv-agd .base .pagination-main .pagination-main-heading h5 {
  /* H5/Semi */
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  /* identical to box height */
  letter-spacing: 0.01em;
  /* Secondary/Darkest */
  color: #232323;
}
.theme--dark-rtv-agd .base .pagination-main .accordion-body {
  padding: 0;
}
.theme--dark-rtv-agd .base .pagination-main .pagination-main-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
}
.theme--dark-rtv-agd .base .pagination-main .pagination-main-content .menu-list {
  padding: 15px 19px;
  /* H7 / Medium */
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  /* identical to box height */
  letter-spacing: 0.01em;
  /* Secondary/Dark */
  color: #676767;
  background: #161616;
}
.theme--dark-rtv-agd .base .pagination-main .pagination-main-content .menu-list a {
  text-decoration: none;
  color: #939393;
}
.theme--dark-rtv-agd .base .pagination-main .pagination-main-content .menu-list-active {
  /*height: 48px;*/
  padding: 15px 19px;
  border-left: 1px solid #CD0504;
  /* H7 / Medium */
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  /* identical to box height */
  letter-spacing: 0.01em;
}
.theme--dark-rtv-agd .base .pagination-main .pagination-main-content .menu-list-active a {
  color: #ffffff;
  text-decoration: none;
}
.theme--dark-rtv-agd .base .pagination-main .pagination-main-content .active {
  /*height: 48px;*/
  display: block;
  padding: 15px 19px;
  border-left: 1px solid #CD0504;
  /* H7 / Medium */
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  /* identical to box height */
  letter-spacing: 0.01em;
  color: #ffffff;
  text-decoration: none;
}
.theme--dark-rtv-agd .base .pagination-bottom {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  width: 100%;
  /* Secondary/Extra Light */
  border: 1px solid #F3F3F3;
  box-sizing: border-box;
  border-radius: 6px;
  margin-bottom: 48px;
}
.theme--dark-rtv-agd .base .pagination-bottom .pagination-bottom-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
}
.theme--dark-rtv-agd .base .pagination-bottom .pagination-bottom-content .menu-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  height: 48px;
  /* H7 / Medium */
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  /* identical to box height */
  padding: 0 16px;
  letter-spacing: 0.01em;
  /* Secondary/Dark */
  color: #676767;
}
.theme--dark-rtv-agd .base .pagination-bottom .pagination-bottom-content .menu-list a {
  text-decoration: none;
}
.theme--dark-rtv-agd .base .pagination-bottom .pagination-bottom-content .menu-list i {
  font-size: 18px;
}
.theme--dark-rtv-agd .base .pagination-bottom .pagination-bottom-content .menu-list a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding: 15px 19px;
  color: #939393;
}
.theme--dark-rtv-agd .base .pagination-bottom .pagination-bottom-content .menu-list a.active {
  color: #CD0504;
}
.theme--dark-rtv-agd .base .pagination-bottom .pagination-bottom-content .menu-list a i {
  font-size: 18px;
}
.theme--dark-rtv-agd .base .pagination-bottom .pagination-bottom-content .menu-list-active {
  height: 48px;
  padding: 15px 19px;
  border-left: 1px solid #CD0504;
  /* H7 / Medium */
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  /* identical to box height */
  letter-spacing: 0.01em;
  color: #CD0504;
  background: rgba(205, 5, 4, 0.04);
}
.theme--dark-rtv-agd .base .gallery-slider-mobile {
  height: 400px;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
}
.theme--dark-rtv-agd .base .gallery-slider-mobile .gallery-slider-item {
  height: 400px;
  border-radius: 6px;
  position: relative;
  background-size: cover;
}
.theme--dark-rtv-agd .base .gallery-slider-mobile .gallery-slider-item .slider-effects .badges .colorfulcats .label-primary {
  background-color: #570ab9;
}
.theme--dark-rtv-agd .base .gallery-slider-mobile .gallery-slider-item .slider-effects .caption {
  position: absolute;
  left: 24px;
  bottom: 56px;
  z-index: 1;
}
.theme--dark-rtv-agd .base .gallery-slider-mobile .gallery-slider-item .slider-effects .caption .feature {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 0;
  letter-spacing: 0.01em;
  color: #D4D4D4;
}
.theme--dark-rtv-agd .base .gallery-slider-mobile .gallery-slider-item .slider-effects .caption h2, .theme--dark-rtv-agd .base .gallery-slider-mobile .gallery-slider-item .slider-effects .caption h3 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 42px;
  letter-spacing: 0.01em;
  color: #FFFFFF;
}
.theme--dark-rtv-agd .base .gallery-slider-mobile .gallery-slider-item .slider-effects::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 5px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 44.79%, rgba(0, 0, 0, 0.35) 63.54%, rgba(0, 0, 0, 0.75) 100%);
}
.theme--dark-rtv-agd .base .gallery-slider-mobile .gallery-slider-item .slider-effects::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 5px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 44.79%, rgba(0, 0, 0, 0.35) 63.54%, rgba(0, 0, 0, 0.75) 100%);
}
.theme--dark-rtv-agd .base .gallery-slider-mobile .gallery-slider-item img {
  object-fit: cover;
  object-position: center;
  min-height: 100%;
  min-width: 100%;
  border-radius: 6px;
}
.theme--dark-rtv-agd .base .gallery-slider-mobile .gallery-slider-item .badges {
  position: absolute;
  right: 24px;
  top: 24px;
}
.theme--dark-rtv-agd .base .gallery-slider-mobile .gallery-slider-item .meta {
  position: absolute;
  left: 24px;
  top: 24px;
}
.theme--dark-rtv-agd .base .gallery-slider-mobile .gallery-slider-item .meta .vertical-post-meta .author-data {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding: 5px 0;
}
.theme--dark-rtv-agd .base .gallery-slider-mobile .gallery-slider-item .meta .vertical-post-meta .author-data .avatar {
  height: 32px;
  width: 32px;
}
.theme--dark-rtv-agd .base .gallery-slider-mobile .gallery-slider-item .meta .vertical-post-meta .author-data .avatar img {
  height: 32px;
  width: 32px;
  border-radius: 16px;
}
.theme--dark-rtv-agd .base .gallery-slider-mobile .gallery-slider-item .meta .vertical-post-meta .author-data .author-name {
  margin-left: 10px;
}
.theme--dark-rtv-agd .base .gallery-slider-mobile .gallery-slider-item .meta .vertical-post-meta .author-data .author-name .author {
  color: #FFFFFF;
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  /* identical to box height */
  letter-spacing: 0.01em;
  /* Secondary/Darkest */
  margin-bottom: 0px;
}
.theme--dark-rtv-agd .base .gallery-slider-mobile .gallery-slider-item .meta .vertical-post-meta .author-data .author-name time {
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 12px;
  /* identical to box height, or 133% */
  letter-spacing: 0.02em;
  /* Secondary/Dark */
  color: #FFFFFF;
  margin-right: 8px;
}
.theme--dark-rtv-agd .base .gallery-slider-large {
  width: 100%;
  height: 388px;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
}
.theme--dark-rtv-agd .base .gallery-slider-large .gallery-slider-item {
  width: 100%;
  height: 388px;
  border-radius: 6px;
  position: relative;
  background-size: cover;
}
.theme--dark-rtv-agd .base .gallery-slider-large .gallery-slider-item .slider-effects .badges .colorfulcats .label-primary {
  background-color: #570ab9;
}
.theme--dark-rtv-agd .base .gallery-slider-large .gallery-slider-item .slider-effects .caption {
  position: absolute;
  left: 24px;
  bottom: 56px;
  z-index: 1;
}
.theme--dark-rtv-agd .base .gallery-slider-large .gallery-slider-item .slider-effects .caption .feature {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 0;
  letter-spacing: 0.01em;
  color: #D4D4D4;
}
.theme--dark-rtv-agd .base .gallery-slider-large .gallery-slider-item .slider-effects .caption h2, .theme--dark-rtv-agd .base .gallery-slider-large .gallery-slider-item .slider-effects .caption h3 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 42px;
  letter-spacing: 0.01em;
  color: #FFFFFF;
}
.theme--dark-rtv-agd .base .gallery-slider-large .gallery-slider-item .slider-effects::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 5px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 44.79%, rgba(0, 0, 0, 0.35) 63.54%, rgba(0, 0, 0, 0.75) 100%);
}
.theme--dark-rtv-agd .base .gallery-slider-large .gallery-slider-item .slider-effects::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 5px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 44.79%, rgba(0, 0, 0, 0.35) 63.54%, rgba(0, 0, 0, 0.75) 100%);
}
.theme--dark-rtv-agd .base .gallery-slider-large .gallery-slider-item img {
  object-fit: cover;
  object-position: center;
  min-height: 100%;
  min-width: 100%;
  border-radius: 6px;
}
.theme--dark-rtv-agd .base .gallery-slider-large .gallery-slider-item .badges {
  position: absolute;
  right: 24px;
  top: 24px;
}
.theme--dark-rtv-agd .base .gallery-slider-large .gallery-slider-item .meta {
  position: absolute;
  left: 24px;
  top: 24px;
}
.theme--dark-rtv-agd .base .gallery-slider-large .gallery-slider-item .meta .vertical-post-meta .author-data {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding: 5px 0;
}
.theme--dark-rtv-agd .base .gallery-slider-large .gallery-slider-item .meta .vertical-post-meta .author-data .avatar {
  height: 32px;
  width: 32px;
}
.theme--dark-rtv-agd .base .gallery-slider-large .gallery-slider-item .meta .vertical-post-meta .author-data .avatar img {
  height: 32px;
  width: 32px;
  border-radius: 16px;
}
.theme--dark-rtv-agd .base .gallery-slider-large .gallery-slider-item .meta .vertical-post-meta .author-data .author-name {
  margin-left: 10px;
}
.theme--dark-rtv-agd .base .gallery-slider-large .gallery-slider-item .meta .vertical-post-meta .author-data .author-name .author {
  color: #FFFFFF;
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  /* identical to box height */
  letter-spacing: 0.01em;
  /* Secondary/Darkest */
  margin-bottom: 0px;
}
.theme--dark-rtv-agd .base .gallery-slider-large .gallery-slider-item .meta .vertical-post-meta .author-data .author-name time {
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 12px;
  /* identical to box height, or 133% */
  letter-spacing: 0.02em;
  /* Secondary/Dark */
  color: #FFFFFF;
  margin-right: 8px;
}
.theme--dark-rtv-agd .base .gallery-slider-small {
  width: 100%;
  height: 388px;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
}
.theme--dark-rtv-agd .base .gallery-slider-small .gallery-slider-item {
  width: 100%;
  height: 388px;
  border-radius: 6px;
  position: relative;
  background-size: cover;
}
.theme--dark-rtv-agd .base .gallery-slider-small .gallery-slider-item .slider-effects .badges .colorfulcats .label-primary {
  background-color: #570ab9;
}
.theme--dark-rtv-agd .base .gallery-slider-small .gallery-slider-item .slider-effects .caption {
  position: absolute;
  left: 24px;
  bottom: 56px;
  z-index: 1;
}
.theme--dark-rtv-agd .base .gallery-slider-small .gallery-slider-item .slider-effects .caption .feature {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.01em;
  color: #D4D4D4;
  margin-bottom: 0;
}
.theme--dark-rtv-agd .base .gallery-slider-small .gallery-slider-item .slider-effects .caption h2, .theme--dark-rtv-agd .base .gallery-slider-small .gallery-slider-item .slider-effects .caption h3 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 42px;
  letter-spacing: 0.01em;
  color: #FFFFFF;
}
.theme--dark-rtv-agd .base .gallery-slider-small .gallery-slider-item .slider-effects::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 5px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 44.79%, rgba(0, 0, 0, 0.35) 63.54%, rgba(0, 0, 0, 0.75) 100%);
}
.theme--dark-rtv-agd .base .gallery-slider-small .gallery-slider-item .slider-effects::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 5px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 44.79%, rgba(0, 0, 0, 0.35) 63.54%, rgba(0, 0, 0, 0.75) 100%);
}
.theme--dark-rtv-agd .base .gallery-slider-small .gallery-slider-item img {
  object-fit: cover;
  object-position: center;
  min-height: 100%;
  min-width: 100%;
  border-radius: 6px;
}
.theme--dark-rtv-agd .base .gallery-slider-small .gallery-slider-item .caption {
  position: absolute;
  left: 24px;
  bottom: 56px;
}
.theme--dark-rtv-agd .base .gallery-slider-small .gallery-slider-item .caption .feature {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  /* identical to box height */
  letter-spacing: 0.01em;
  /* Secondary/Lightest */
  color: #D4D4D4;
}
.theme--dark-rtv-agd .base .gallery-slider-small .gallery-slider-item .caption h2, .theme--dark-rtv-agd .base .gallery-slider-small .gallery-slider-item .caption h3 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 42px;
  /* or 131% */
  letter-spacing: 0.01em;
  /* Neutral/White */
  color: #FFFFFF;
}
.theme--dark-rtv-agd .base .gallery-slider-small .gallery-slider-item .badges {
  position: absolute;
  right: 24px;
  top: 24px;
}
.theme--dark-rtv-agd .base .gallery-slider-small .gallery-slider-item .meta {
  position: absolute;
  left: 24px;
  top: 24px;
}
.theme--dark-rtv-agd .base .gallery-slider-small .gallery-slider-item .meta .vertical-post-meta .author-data {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding: 5px 0;
}
.theme--dark-rtv-agd .base .gallery-slider-small .gallery-slider-item .meta .vertical-post-meta .author-data .avatar {
  height: 32px;
  width: 32px;
}
.theme--dark-rtv-agd .base .gallery-slider-small .gallery-slider-item .meta .vertical-post-meta .author-data .avatar img {
  height: 32px;
  width: 32px;
  border-radius: 16px;
}
.theme--dark-rtv-agd .base .gallery-slider-small .gallery-slider-item .meta .vertical-post-meta .author-data .author-name {
  margin-left: 10px;
}
.theme--dark-rtv-agd .base .gallery-slider-small .gallery-slider-item .meta .vertical-post-meta .author-data .author-name .author {
  color: #FFFFFF;
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  /* identical to box height */
  letter-spacing: 0.01em;
  /* Secondary/Darkest */
  margin-bottom: 0px;
}
.theme--dark-rtv-agd .base .gallery-slider-small .gallery-slider-item .meta .vertical-post-meta .author-data .author-name time {
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 12px;
  /* identical to box height, or 133% */
  letter-spacing: 0.02em;
  /* Secondary/Dark */
  color: #FFFFFF;
  margin-right: 8px;
}
.theme--dark-rtv-agd .base .top-left-tile {
  /*width: 290px;*/
  width: 100%;
  height: 324px;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
}
.theme--dark-rtv-agd .base .top-left-tile .tile-item {
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  height: 324px;
  border-radius: 6px;
  position: relative;
  /*img {
    object-fit: cover;
    object-position: center;
    width: 290px;
    height: 324px;
    min-height: 100%;
    min-width: 100%;
    border-radius: 6px;
  }*/
}
.theme--dark-rtv-agd .base .top-left-tile .tile-item .effects .badges .colorfulcats .label-primary {
  background-color: #570ab9;
}
.theme--dark-rtv-agd .base .top-left-tile .tile-item .effects .caption {
  position: absolute;
  left: 24px;
  bottom: 20px;
  z-index: 1;
}
.theme--dark-rtv-agd .base .top-left-tile .tile-item .effects .caption .feature {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.01em;
  color: #D4D4D4;
}
.theme--dark-rtv-agd .base .top-left-tile .tile-item .effects .caption h2, .theme--dark-rtv-agd .base .top-left-tile .tile-item .effects .caption h3 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 42px;
  letter-spacing: 0.01em;
  color: #FFFFFF;
}
.theme--dark-rtv-agd .base .top-left-tile .tile-item .effects::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 5px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 44.79%, rgba(0, 0, 0, 0.35) 63.54%, rgba(0, 0, 0, 0.75) 100%);
}
.theme--dark-rtv-agd .base .top-left-tile .tile-item .effects::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 5px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 44.79%, rgba(0, 0, 0, 0.35) 63.54%, rgba(0, 0, 0, 0.75) 100%);
}
.theme--dark-rtv-agd .base .top-left-tile .tile-item .caption {
  position: absolute;
  left: 24px;
  /*.feature {
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.01em;
    color: #D4D4D4;
  }*/
}
.theme--dark-rtv-agd .base .top-left-tile .tile-item .caption h2, .theme--dark-rtv-agd .base .top-left-tile .tile-item .caption h3 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  /* or 131% */
  letter-spacing: 0.01em;
  /* Neutral/White */
  color: #FFFFFF;
}
.theme--dark-rtv-agd .base .top-left-tile .tile-item .badges {
  position: absolute;
  right: 24px;
  top: 24px;
}
.theme--dark-rtv-agd .base .top-left-tile .tile-item .meta {
  position: absolute;
  left: 24px;
  top: 24px;
}
.theme--dark-rtv-agd .base .top-left-tile .tile-item .meta .vertical-post-meta .author-data {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding: 5px 0;
}
.theme--dark-rtv-agd .base .top-left-tile .tile-item .meta .vertical-post-meta .author-data .avatar {
  height: 32px;
  width: 32px;
}
.theme--dark-rtv-agd .base .top-left-tile .tile-item .meta .vertical-post-meta .author-data .avatar img {
  height: 32px;
  width: 32px;
  border-radius: 16px;
}
.theme--dark-rtv-agd .base .top-left-tile .tile-item .meta .vertical-post-meta .author-data .author-name {
  margin-left: 10px;
}
.theme--dark-rtv-agd .base .top-left-tile .tile-item .meta .vertical-post-meta .author-data .author-name .author {
  color: #FFFFFF;
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  /* identical to box height */
  letter-spacing: 0.01em;
  /* Secondary/Darkest */
  margin-bottom: 0px;
}
.theme--dark-rtv-agd .base .top-left-tile .tile-item .meta .vertical-post-meta .author-data .author-name time {
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 12px;
  /* identical to box height, or 133% */
  letter-spacing: 0.02em;
  /* Secondary/Dark */
  color: #FFFFFF;
  margin-right: 8px;
}
.theme--dark-rtv-agd .base .top-center-tile {
  width: 100%;
  height: 324px;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
}
.theme--dark-rtv-agd .base .top-center-tile .tile-item {
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  height: 324px;
  border-radius: 6px;
  position: relative;
  padding: 20px;
}
.theme--dark-rtv-agd .base .top-center-tile .tile-item .effects .badges .colorfulcats .label-primary {
  background-color: #570ab9;
}
.theme--dark-rtv-agd .base .top-center-tile .tile-item .effects .caption {
  position: absolute;
  left: 24px;
  bottom: 20px;
  z-index: 1;
}
.theme--dark-rtv-agd .base .top-center-tile .tile-item .effects .caption .feature {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.01em;
  margin-bottom: 0;
  color: #D4D4D4;
}
.theme--dark-rtv-agd .base .top-center-tile .tile-item .effects .caption h2, .theme--dark-rtv-agd .base .top-center-tile .tile-item .effects .caption h3 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 42px;
  /* or 131% */
  letter-spacing: 0.01em;
  /* Neutral/White */
  color: #FFFFFF;
}
.theme--dark-rtv-agd .base .top-center-tile .tile-item .effects::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 5px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 44.79%, rgba(0, 0, 0, 0.35) 63.54%, rgba(0, 0, 0, 0.75) 100%);
}
.theme--dark-rtv-agd .base .top-center-tile .tile-item .effects::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 5px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 44.79%, rgba(0, 0, 0, 0.35) 63.54%, rgba(0, 0, 0, 0.75) 100%);
}
.theme--dark-rtv-agd .base .top-center-tile .tile-item img {
  object-fit: cover;
  object-position: center;
  width: 510px;
  height: 324px;
  min-height: 100%;
  min-width: 100%;
  border-radius: 6px;
}
.theme--dark-rtv-agd .base .top-center-tile .tile-item .caption {
  position: absolute;
  left: 24px;
  bottom: 56px;
}
.theme--dark-rtv-agd .base .top-center-tile .tile-item .caption .feature {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.01em;
  color: #D4D4D4;
}
.theme--dark-rtv-agd .base .top-center-tile .tile-item .caption h2, .theme--dark-rtv-agd .base .top-center-tile .tile-item .caption h3 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0.01em;
  color: #FFFFFF;
}
.theme--dark-rtv-agd .base .top-center-tile .tile-item .badges {
  position: absolute;
  right: 24px;
  top: 24px;
}
.theme--dark-rtv-agd .base .top-center-tile .tile-item .meta {
  position: absolute;
  left: 24px;
  top: 24px;
}
.theme--dark-rtv-agd .base .top-center-tile .tile-item .meta .vertical-post-meta .author-data {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding: 5px 0;
}
.theme--dark-rtv-agd .base .top-center-tile .tile-item .meta .vertical-post-meta .author-data .avatar {
  height: 32px;
  width: 32px;
}
.theme--dark-rtv-agd .base .top-center-tile .tile-item .meta .vertical-post-meta .author-data .avatar img {
  height: 32px;
  width: 32px;
  border-radius: 16px;
}
.theme--dark-rtv-agd .base .top-center-tile .tile-item .meta .vertical-post-meta .author-data .author-name {
  margin-left: 10px;
}
.theme--dark-rtv-agd .base .top-center-tile .tile-item .meta .vertical-post-meta .author-data .author-name .author {
  color: #FFFFFF;
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  /* identical to box height */
  letter-spacing: 0.01em;
  /* Secondary/Darkest */
  margin-bottom: 0px;
}
.theme--dark-rtv-agd .base .top-center-tile .tile-item .meta .vertical-post-meta .author-data .author-name time {
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 12px;
  /* identical to box height, or 133% */
  letter-spacing: 0.02em;
  /* Secondary/Dark */
  color: #FFFFFF;
  margin-right: 8px;
}
.theme--dark-rtv-agd .base .top-right-tile {
  width: 100%;
  height: 324px;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
}
.theme--dark-rtv-agd .base .top-right-tile .tile-item {
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  height: 324px;
  border-radius: 6px;
  position: relative;
  padding: 20px;
}
.theme--dark-rtv-agd .base .top-right-tile .tile-item .effects .badges .colorfulcats .label-primary {
  background-color: #570ab9;
}
.theme--dark-rtv-agd .base .top-right-tile .tile-item .effects .caption {
  position: absolute;
  left: 24px;
  bottom: 20px;
  z-index: 1;
}
.theme--dark-rtv-agd .base .top-right-tile .tile-item .effects .caption .feature {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.01em;
  margin-bottom: 0;
  color: #D4D4D4;
}
.theme--dark-rtv-agd .base .top-right-tile .tile-item .effects .caption h2, .theme--dark-rtv-agd .base .top-right-tile .tile-item .effects .caption h3 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 42px;
  letter-spacing: 0.01em;
  color: #FFFFFF;
}
.theme--dark-rtv-agd .base .top-right-tile .tile-item .effects::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 5px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 44.79%, rgba(0, 0, 0, 0.35) 63.54%, rgba(0, 0, 0, 0.75) 100%);
}
.theme--dark-rtv-agd .base .top-right-tile .tile-item .effects::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 5px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 44.79%, rgba(0, 0, 0, 0.35) 63.54%, rgba(0, 0, 0, 0.75) 100%);
}
.theme--dark-rtv-agd .base .top-right-tile .tile-item img {
  object-fit: cover;
  object-position: center;
  width: 368px;
  height: 324px;
  min-height: 100%;
  min-width: 100%;
  border-radius: 6px;
}
.theme--dark-rtv-agd .base .top-right-tile .tile-item .caption {
  position: absolute;
  left: 24px;
}
.theme--dark-rtv-agd .base .top-right-tile .tile-item .caption .feature {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.01em;
  color: #D4D4D4;
}
.theme--dark-rtv-agd .base .top-right-tile .tile-item .caption h2, .theme--dark-rtv-agd .base .top-right-tile .tile-item .caption h3 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0.01em;
  color: #FFFFFF;
}
.theme--dark-rtv-agd .base .top-right-tile .tile-item .badges {
  position: absolute;
  right: 24px;
  top: 24px;
}
.theme--dark-rtv-agd .base .top-right-tile .tile-item .meta {
  position: absolute;
  left: 24px;
  top: 24px;
}
.theme--dark-rtv-agd .base .top-right-tile .tile-item .meta .vertical-post-meta .author-data {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding: 5px 0;
}
.theme--dark-rtv-agd .base .top-right-tile .tile-item .meta .vertical-post-meta .author-data .avatar {
  height: 32px;
  width: 32px;
}
.theme--dark-rtv-agd .base .top-right-tile .tile-item .meta .vertical-post-meta .author-data .avatar img {
  height: 32px;
  width: 32px;
  border-radius: 16px;
}
.theme--dark-rtv-agd .base .top-right-tile .tile-item .meta .vertical-post-meta .author-data .author-name {
  margin-left: 10px;
}
.theme--dark-rtv-agd .base .top-right-tile .tile-item .meta .vertical-post-meta .author-data .author-name .author {
  color: #FFFFFF;
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  /* identical to box height */
  letter-spacing: 0.01em;
  /* Secondary/Darkest */
  margin-bottom: 0px;
}
.theme--dark-rtv-agd .base .top-right-tile .tile-item .meta .vertical-post-meta .author-data .author-name time {
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 12px;
  /* identical to box height, or 133% */
  letter-spacing: 0.02em;
  /* Secondary/Dark */
  color: #FFFFFF;
  margin-right: 8px;
}
.theme--dark-rtv-agd .base .gray-section {
  background-color: #232323;
}
.theme--dark-rtv-agd .base .right-column-widget {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.theme--dark-rtv-agd .base .right-column-widget .mini-widget {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.theme--dark-rtv-agd .base .right-column-widget .mini-widget .mini-widget-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
}
.theme--dark-rtv-agd .base .right-column-widget .mini-widget .mini-widget-flex a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  gap: 15px;
}
.theme--dark-rtv-agd .base .right-column-widget .mini-widget .mini-widget-flex a .miniature img {
  height: 80px;
  width: 80px;
}
.theme--dark-rtv-agd .base .right-column-widget .mini-widget .mini-widget-flex a .text {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  padding: 8px 0;
}
.theme--dark-rtv-agd .base .right-column-widget .mini-widget .mini-widget-flex a .text h4, .theme--dark-rtv-agd .base .right-column-widget .mini-widget .mini-widget-flex a .text h5 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.01em;
  color: #D4D4D4;
  line-height: 120%;
}
.theme--dark-rtv-agd .base .right-column-widget .mini-widget .mini-widget-flex a .text .date {
  font-size: 10px;
}
.theme--dark-rtv-agd .base .mobile-banner-full-width {
  width: 100%;
  background-color: none;
}
.theme--dark-rtv-agd .base .banner-full-width {
  width: 100%;
  background-color: none;
  /*margin-bottom: 64px;*/
}
@media screen and (min-width: 1200px) {
  .theme--dark-rtv-agd .base .separator {
    width: 100%;
    height: 1px;
    background-color: #3c3c3c;
  }
}
@media screen and (max-width: 800px) {
  .theme--dark-rtv-agd .base .separator {
    width: 100%;
    height: 1px;
    background-color: #3c3c3c;
  }
}
.theme--dark-rtv-agd .base .banner-full-width-inv {
  width: 100%;
  background-color: none;
  height: 340px;
}
.theme--dark-rtv-agd .base :root {
  --bg-color: #13131f;
  --bg-color-2: t($bg);
  --text-color: t(text-secondary-page-title);
  --accent-color: t(bg-accent);
}
.theme--dark-rtv-agd .base #sidebar {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  padding: 2rem;
  background-color: #161616;
  box-shadow: 0 10px 20px -4px #000;
  overflow-x: hidden;
  overflow-y: auto;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-100%);
  transition: opacity 0.3s ease, visibility 0.2s ease, transform 0.3s ease;
}
.theme--dark-rtv-agd .base #sidebar #aside_close {
  color: #F3F3F3;
}
.theme--dark-rtv-agd .base #sidebar h5 {
  font-family: Poppins;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  color: #F3F3F3;
}
.theme--dark-rtv-agd .base #sidebar h5 a {
  color: #F3F3F3;
}
.theme--dark-rtv-agd .base #sidebar.show {
  pointer-events: all;
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.theme--dark-rtv-agd .base .sidebar_content {
  padding: 2.8rem 0;
  pointer-events: none;
  /* so that the Sidebar does not get closed while clicking on sidebar_content */
}
.theme--dark-rtv-agd .base .sidebar_content a {
  pointer-events: all;
  /* so that all the a inside sidebar_content are clickable */
}
.theme--dark-rtv-agd .base .sidebar_body {
  /*border-top: 1px dashed var(--text-color);
  border-bottom: 1px dashed var(--text-color);*/
}
.theme--dark-rtv-agd .base .side_navlinks ul {
  display: grid;
  /*gap: 2rem;*/
}
.theme--dark-rtv-agd .base .side_navlinks li a {
  letter-spacing: 1px;
  opacity: 0.8;
}
.theme--dark-rtv-agd .base .side_navlinks a:hover {
  opacity: 1;
}
.theme--dark-rtv-agd .base .sidebar_toggler {
  /*position: fixed;*/
  position: relative;
  /*top: 4vh;
    right: 3vw;*/
  /*width: 1.75rem;*/
  height: 1.3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
  overflow: hidden;
}
.theme--dark-rtv-agd .base .sidebar_toggler span {
  background-color: #ddd;
  width: 100%;
  height: 2.4px;
  transition: all 0.3s ease;
  pointer-events: none;
  /* so that it doesn't overlap the sidebar_toggler */
}
.theme--dark-rtv-agd .base #sidebar.show + .sidebar_toggler {
  justify-content: center;
}
.theme--dark-rtv-agd .base #sidebar.show + .sidebar_toggler span {
  margin-top: -1.2px;
  margin-bottom: -1.2px;
}
.theme--dark-rtv-agd .base #sidebar.show + .sidebar_toggler span:first-child {
  transform: rotate(45deg);
}
.theme--dark-rtv-agd .base #sidebar.show + .sidebar_toggler span:nth-child(2) {
  opacity: 0;
  transform: translateX(-100%);
}
.theme--dark-rtv-agd .base #sidebar.show + .sidebar_toggler span:last-child {
  transform: rotate(-45deg);
}
.theme--dark-rtv-agd .base .mobile-menu-bar {
  background-color: #161616;
}
.theme--dark-mobile .base {
  color: #D4D4D4;
  background-color: #161616;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-family: "Poppins", sans-serif;
  /*--====== Global Variables ======--*/
  /*--====== Sidebar ======--*/
  /* when the sidebar has 'show' class */
  /*---- Sidebar-Toggler ----*/
  /* if the sidebar has 'show' class then their adjacent-sibling (i.e., sidebar_toggler) will... */
  /*.banner-full-width {
          width: 1200px;
          background-color: #161616;
          /*margin-bottom: 64px;* /
      }*/
}
.theme--dark-mobile .base .icon-color {
  color: #ffffff;
}
.theme--dark-mobile .base .box:after {
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #161616 88%, #161616 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);*/
  /* IE6-9 */
  content: " ";
  display: block;
  height: 30px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
}
.theme--dark-mobile .base .full-cont {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 38px;
  width: 100%;
  background: #161616;
}
.theme--dark-mobile .base .full-cont #t_top {
  background-color: #161616;
}
.theme--dark-mobile .base .full-cont .nastepnyartykul {
  padding: 2.5rem;
  background: rgba(214, 216, 217, 0.4);
  font-weight: 700;
  color: #D4D4D4;
  font-size: 1.5625rem;
  display: block;
  text-align: center;
  position: relative;
  margin: 12px 0;
}
.theme--dark-mobile .base .nastepnyartykul {
  padding: 2.5rem;
  background: rgba(214, 216, 217, 0.4);
  font-weight: 700;
  color: #D4D4D4;
  font-size: 1.5625rem;
  display: block;
  text-align: center;
  position: relative;
  margin: 12px 0;
}
.theme--dark-mobile .base .widget-title {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  align-content: flex-start;
  justify-content: flex-start;
  gap: 10px;
}
.theme--dark-mobile .base .widget-title i {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 20px;
  flex-direction: row;
  align-items: flex-end;
}
.theme--dark-mobile .base .widget-title i::before {
  display: flex;
  align-items: flex-end;
}
.theme--dark-mobile .base .widget-title .color-red {
  color: #CD0504;
}
.theme--dark-mobile .base .widget-title .color-accent {
  color: #0b74a1;
}
.theme--dark-mobile .base .widget-title h2, .theme--dark-mobile .base .widget-title h4 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0.01em;
  margin-bottom: 0;
  color: #F3F3F3;
}
@media screen and (max-width: 900px) {
  .theme--dark-mobile .base .widget-title h2, .theme--dark-mobile .base .widget-title h4 {
    font-size: 1.286rem;
    line-height: 2.125rem;
  }
}
.theme--dark-mobile .base .widget-title p {
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.01em;
  color: #F3F3F3;
}
.theme--dark-mobile .base .widget-title .see_all {
  margin-right: 0;
  margin-left: auto;
  align-self: center;
  color: #939393;
}
.theme--dark-mobile .base .widget-title .see_all a {
  color: #939393;
  font-size: 14px;
}
.theme--dark-mobile .base .middle-widget-title h3, .theme--dark-mobile .base .middle-widget-title h4 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 2.125rem;
  letter-spacing: 0.01em;
  margin-bottom: 0;
  color: #F3F3F3;
}
.theme--dark-mobile .base .middle-widget-title p {
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.01em;
  color: #F3F3F3;
}
.theme--dark-mobile .base .middle-widget-title .see_all {
  margin-right: 0;
  margin-left: auto;
  align-self: flex-end;
  color: #939393;
}
.theme--dark-mobile .base .middle-widget-title .see_all a {
  color: #939393;
  font-size: 14px;
}
.theme--dark-mobile .base nav {
  background-color: #161616;
}
.theme--dark-mobile .base nav.black-bg {
  background-color: #0b74a1;
}
.theme--dark-mobile .base .menu,
.theme--dark-mobile .base .submenu,
.theme--dark-mobile .base .top-menu {
  /*width: $screen-lg;*/
  margin: 0 auto;
  padding: 0 15px;
  list-style-type: none;
  font-weight: 500;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  background-color: #161616;
  gap: 11px;
  flex-wrap: nowrap;
  background: none;
}
.theme--dark-mobile .base .menu li,
.theme--dark-mobile .base .submenu li,
.theme--dark-mobile .base .top-menu li {
  line-height: 20px;
  border-radius: 6px;
}
.theme--dark-mobile .base .menu li a,
.theme--dark-mobile .base .submenu li a,
.theme--dark-mobile .base .top-menu li a {
  color: #D4D4D4;
  text-decoration: none;
}
.theme--dark-mobile .base .menu .dropdown,
.theme--dark-mobile .base .submenu .dropdown,
.theme--dark-mobile .base .top-menu .dropdown {
  position: relative;
  display: inline-block;
}
.theme--dark-mobile .base .menu .dropdown .dropdown-menu,
.theme--dark-mobile .base .submenu .dropdown .dropdown-menu,
.theme--dark-mobile .base .top-menu .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  z-index: 100;
  background-color: #161616;
  padding: 10px;
  border: 1px solid #ccc;
}
.theme--dark-mobile .base .menu .dropdown .dropdown-menu li,
.theme--dark-mobile .base .submenu .dropdown .dropdown-menu li,
.theme--dark-mobile .base .top-menu .dropdown .dropdown-menu li {
  list-style: none;
  text-align: left;
  padding: 5px 10px;
  width: 300px;
}
.theme--dark-mobile .base .menu .dropdown .dropdown-menu li.parent,
.theme--dark-mobile .base .submenu .dropdown .dropdown-menu li.parent,
.theme--dark-mobile .base .top-menu .dropdown .dropdown-menu li.parent {
  border-bottom: 1px solid #3c3c3c;
  font-weight: 600;
}
.theme--dark-mobile .base .menu .dropdown:hover .dropdown-menu,
.theme--dark-mobile .base .submenu .dropdown:hover .dropdown-menu,
.theme--dark-mobile .base .top-menu .dropdown:hover .dropdown-menu {
  display: block;
}
.theme--dark-mobile .base .menu .item,
.theme--dark-mobile .base .submenu .item,
.theme--dark-mobile .base .top-menu .item {
  padding: 10px;
}
.theme--dark-mobile .base .menu .item .button,
.theme--dark-mobile .base .submenu .item .button,
.theme--dark-mobile .base .top-menu .item .button {
  padding: 9px 5px;
}
.theme--dark-mobile .base .menu {
  font-size: 15px;
  /*li:last-child {
    margin-left: auto;
  }*/
}
.theme--dark-mobile .base .top-menu {
  background-color: #0b74a1;
  /*height: 56px;*/
  font-size: 14px;
  /*li:last-child {
    margin-left: auto;
  }*/
}
.theme--dark-mobile .base .top-menu .active {
  background: rgba(255, 255, 255, 0.15);
  font-weight: 600;
  font-size: 12px;
}
.theme--dark-mobile .base .top-menu li {
  background-color: #0b74a1;
}
.theme--dark-mobile .base .top-menu li .active {
  background: rgba(255, 255, 255, 0.15);
}
.theme--dark-mobile .base .top-menu li a {
  color: #D4D4D4;
}
.theme--dark-mobile .base .top-menu .item {
  color: #D4D4D4;
}
.theme--dark-mobile .base h4 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  /* identical to box height, or 142% */
  letter-spacing: 0.01em;
  /* Secondary/Darkest */
  color: #D4D4D4;
}
.theme--dark-mobile .base .menu_footer {
  display: flex;
  align-content: flex-end;
}
.theme--dark-mobile .base .menu_footer ul {
  display: flex;
  justify-content: flex-end;
}
.theme--dark-mobile .base .menu_footer ul li {
  list-style: none;
  margin: 0 16px;
}
.theme--dark-mobile .base .menu_footer ul li a {
  font-family: "Inter";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  /* identical to box height, or 133% */
  text-align: justify;
  letter-spacing: 0.01em;
  /* Secondary/Darker */
  color: #D4D4D4;
}
.theme--dark-mobile .base .title-area {
  padding-top: 5px;
  position: relative;
  /*h3 {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 600;
    font-size: 1rem;
    line-height: 2.125rem;

    letter-spacing: 0.01em;

    color: t($text);
    margin-bottom: 0px;
  }*/
}
.theme--dark-mobile .base .title-area h2, .theme--dark-mobile .base .title-area h3 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 2.125rem;
  /* or 142% */
  letter-spacing: 0.01em;
  /* Secondary/Darkest */
  color: #D4D4D4;
  margin-bottom: 0px;
}
@media screen and (max-width: 900px) {
  .theme--dark-mobile .base .title-area h2, .theme--dark-mobile .base .title-area h3 {
    font-size: 1.286rem;
    line-height: 1.5em;
  }
}
.theme--dark-mobile .base .title-area h7 {
  font-size: 12px;
  color: #939393;
}
.theme--dark-mobile .base .title-area .large-post-meta {
  gap: 10px;
}
.theme--dark-mobile .base .title-area .large-post-meta .avatar {
  height: 24px;
  width: 24px;
}
.theme--dark-mobile .base .title-area .large-post-meta .avatar img {
  height: 24px;
  width: 24px;
  border-radius: 12px;
}
.theme--dark-mobile .base .title-area .large-post-meta .author {
  font-family: "Poppins";
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 18px;
  color: #F3F3F3;
  letter-spacing: 0.02em;
}
.theme--dark-mobile .base .title-area .large-post-meta time {
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  /* identical to box height, or 133% */
  letter-spacing: 0.01em;
  /* Secondary/Dark */
  color: #939393;
}
.theme--dark-mobile .base .cover-card {
  width: 100%;
  /*height: 403px;*/
  border-radius: 6px;
  /*overflow: hidden;*/
}
.theme--dark-mobile .base .cover-card img {
  width: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 6px;
}
.theme--dark-mobile .base .cover-card .title-area {
  width: inherit;
}
.theme--dark-mobile .base .cover-card .title-area h7 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
  /* identical to box height */
  letter-spacing: 0.01em;
  /* Secondary/Dark */
  color: #BEBEBE;
  margin-bottom: 5px;
}
.theme--dark-mobile .base .cover-card .title-area h3 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0.01em;
  /* Secondary/Darkest */
  color: #F3F3F3;
}
@media screen and (max-width: 1199px) {
  .theme--dark-mobile .base .cover-card {
    width: 100%;
    border-radius: 6px;
    /*overflow: hidden;*/
  }
  .theme--dark-mobile .base .cover-card img {
    width: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 6px;
  }
}
.theme--dark-mobile .base .filtering-navbar ul li a {
  color: #939393;
}
.theme--dark-mobile .base .filtering-navbar ul li.active a {
  color: #0b74a1;
}
.theme--dark-mobile .base .filtering-bg {
  background-color: #0b74a1;
}
.theme--dark-mobile .base .border-color-accent {
  border-color: #0b74a1 !important;
}
.theme--dark-mobile .base .bg-accent {
  background-color: #0b74a1 !important;
}
.theme--dark-mobile .base .text-color {
  color: #D4D4D4 !important;
}
.theme--dark-mobile .base .feed-details .forum-title {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #D4D4D4;
  margin-bottom: 0;
}
.theme--dark-mobile .base .feed-details .forum-title a {
  color: #F3F3F3;
  font-weight: 700;
}
.theme--dark-mobile .base .feed-details .author {
  font-family: "Poppins";
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 12px;
  color: #F3F3F3;
  letter-spacing: 0.02em;
}
.theme--dark-mobile .base .activity-feed {
  width: 100%;
  border-radius: 6px;
  border: 1px solid #3c3c3c;
  padding: 20px;
}
.theme--dark-mobile .base .activity-feed .feed-item .feed-details .forum-title {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  color: #D4D4D4;
}
.theme--dark-mobile .base .activity-feed .feed-item .feed-details .forum-title a {
  color: #F3F3F3;
  font-weight: 700;
}
.theme--dark-mobile .base .activity-feed .feed-item .feed-details .author {
  font-family: "Poppins";
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 12px;
  color: #F3F3F3;
  letter-spacing: 0.02em;
}
.theme--dark-mobile .base footer {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
  margin-top: 60px;
  border-top: 0px;
  background-color: #161616;
  z-index: 1;
  /*max-width: 1200px;*/
  width: 100%;
  margin: auto;
  padding-top: 32px;
}
.theme--dark-mobile .base footer .footer_bottom {
  width: 100%;
}
.theme--dark-mobile .base footer .socials a {
  font-size: 1rem;
  color: #D4D4D4;
}
.theme--dark-mobile .base footer .socials a i {
  font-size: 1.5rem;
}
.theme--dark-mobile .base footer div h5 {
  font-family: "Poppins";
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0px;
}
.theme--dark-mobile .base footer div .box_news .footer_link {
  font-family: "Inter";
  list-style: none;
  font-size: 12px;
  color: #939393;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.01em;
}
.theme--dark-mobile .base footer div .box_news ul {
  padding-left: 0;
}
.theme--dark-mobile .base footer div .box_news ul li {
  font-family: "Inter";
  list-style: none;
  font-size: 12px;
}
.theme--dark-mobile .base footer div .box_news ul li a {
  color: #939393;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.01em;
}
.theme--dark-mobile .base footer .accordion {
  margin-top: 20px;
  width: 100%;
  border-radius: 6px;
  background-color: #161616;
  padding: 0 24px;
  border: none;
}
.theme--dark-mobile .base footer .accordion .accordion-item:not(:last-child) {
  border-bottom: 1px solid #3c3c3c !important;
}
.theme--dark-mobile .base footer .accordion .accordion-item {
  padding: 16px 0;
  background-color: #161616;
}
.theme--dark-mobile .base footer .accordion .accordion-item path {
  fill: red;
}
.theme--dark-mobile .base footer .accordion .accordion-item .accordion-button::after {
  color: #fff;
  fill: red;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='7 7 10 10' preserveAspectRatio='x200Y200 meet' fill='%23bebebe'%3E%3Cpath d='M12 11.8284L9.17154 14.6569L7.75732 13.2426L12 9L16.2426 13.2426L14.8284 14.6569L12 11.8284Z'%3E%3C/path%3E%3C/svg%3E");
}
.theme--dark-mobile .base footer .accordion .accordion-item .accordion-button:not(.collapsed) {
  color: #F3F3F3;
  background-color: #161616;
  border-color: #161616;
}
.theme--dark-mobile .base footer .accordion .accordion-item .accordion-button {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #F3F3F3;
  background-color: #161616;
  border-radius: 6px;
  padding: 16px 0;
  border: none;
}
.theme--dark-mobile .base .post-vertical .cover-card {
  width: 100%;
  /*height: 403px;*/
  border-radius: 6px;
  /*overflow: hidden;*/
}
.theme--dark-mobile .base .post-vertical .cover-card img {
  width: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 6px;
}
.theme--dark-mobile .base .post-vertical .cover-card .title-area {
  width: inherit;
}
.theme--dark-mobile .base .post-vertical .cover-card .title-area h7 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
  /* identical to box height */
  letter-spacing: 0.01em;
  /* Secondary/Dark */
  color: #BEBEBE;
  margin-bottom: 5px;
}
.theme--dark-mobile .base .post-vertical .cover-card .title-area h3 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0.01em;
  /* Secondary/Darkest */
  color: #F3F3F3;
}
@media screen and (max-width: 1199px) {
  .theme--dark-mobile .base .post-vertical .cover-card {
    width: 100%;
    border-radius: 6px;
    /*overflow: hidden;*/
  }
  .theme--dark-mobile .base .post-vertical .cover-card img {
    width: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 6px;
  }
}
.theme--dark-mobile .base .post-vertical .vertical-post-meta .author-data {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding: 5px 0;
}
.theme--dark-mobile .base .post-vertical .vertical-post-meta .author-data .avatar {
  height: 24px;
  width: 24px;
}
.theme--dark-mobile .base .post-vertical .vertical-post-meta .author-data .avatar img {
  height: 24px;
  width: 24px;
  border-radius: 12px;
}
.theme--dark-mobile .base .post-vertical .vertical-post-meta .author-data .author-name {
  margin-left: 10px;
}
.theme--dark-mobile .base .post-vertical .vertical-post-meta .author-data .author-name .author {
  color: #F3F3F3;
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  /* identical to box height */
  letter-spacing: 0.01em;
  /* Secondary/Darkest */
}
.theme--dark-mobile .base .post-vertical .vertical-post-meta .author-data .author-name time {
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 12px;
  /* identical to box height, or 133% */
  letter-spacing: 0.02em;
  /* Secondary/Dark */
  color: #939393;
}
.theme--dark-mobile .base input:checked + .slider {
  background-color: #0b74a1;
}
.theme--dark-mobile .base input:focus + .slider {
  box-shadow: 0 0 1px #0b74a1;
}
.theme--dark-mobile .base .mini-widget .small-widget-title h5, .theme--dark-mobile .base .mini-widget .small-widget-title h4 {
  color: #F3F3F3;
}
.theme--dark-mobile .base .mini-widget .small-widget-title h5 a, .theme--dark-mobile .base .mini-widget .small-widget-title h4 a {
  /*font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;*/
  color: #F3F3F3;
}
.theme--dark-mobile .base .video-widget {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  padding-bottom: 64px;
}
.theme--dark-mobile .base .video-widget .widget-title {
  width: 100%;
}
.theme--dark-mobile .base .video-widget .widget-title h2, .theme--dark-mobile .base .video-widget .widget-title h4 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0.01em;
  color: #F3F3F3;
}
.theme--dark-mobile .base .video-widget .widget-body {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 24px;
}
.theme--dark-mobile .base .video-widget .widget-body .post-video-large {
  width: 100%;
  height: 332px;
  border-radius: 6px;
  overflow: hidden;
}
.theme--dark-mobile .base .video-widget .widget-body .post-video-large .post-media {
  width: 100%;
  height: 332px;
  border-radius: 6px;
}
.theme--dark-mobile .base .video-widget .widget-body .post-video-large .post-media .embed-responsive {
  height: 332px;
}
.theme--dark-mobile .base .video-widget .widget-body .post-video-large .post-media .embed-responsive img {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: 332px;
}
.theme--dark-mobile .base .video-widget .widget-body .post-video-large .post-media .video__youtube img {
  object-fit: cover;
  object-position: center;
}
.theme--dark-mobile .base .page-title-section {
  width: 100%;
  margin-top: 60px;
  margin-bottom: 60px;
}
.theme--dark-mobile .base .page-title-section .title-area {
  width: 100%;
}
.theme--dark-mobile .base .page-title-section .title-area h1 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 42px;
  /* identical to box height, or 131% */
  letter-spacing: 0.01em;
  color: #F3F3F3;
}
.theme--dark-mobile .base .page-title-section .title-description-area p {
  /* Body/Text/Regular/Regular */
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  /* or 157% */
  letter-spacing: 0.01em;
  /* Secondary/Dark */
  color: #939393;
}
.theme--dark-mobile .base .title-area-mobile {
  width: 100%;
}
.theme--dark-mobile .base .title-area-mobile h1 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  /* identical to box height, or 131% */
  letter-spacing: 0.01em;
  /* Secondary/Darkest */
  color: #F3F3F3;
}
.theme--dark-mobile .base .title-description-area-mobile p {
  /* Body/Text/Regular/Regular */
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  /* or 157% */
  letter-spacing: 0.01em;
  /* Secondary/Dark */
  color: #939393;
}
.theme--dark-mobile .base .accordion-button:not(.collapsed) {
  color: #F3F3F3;
  background-color: #161616;
  border-color: #161616;
}
.theme--dark-mobile .base .article p {
  font-family: "Inter", sans-serif;
}
.theme--dark-mobile .base .article .accordion-button:not(.collapsed) {
  color: #F3F3F3;
  background-color: #161616;
  border-color: #161616;
}
.theme--dark-mobile .base .article .colorfulcats {
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.theme--dark-mobile .base .article .colorfulcats a {
  text-decoration: none;
}
.theme--dark-mobile .base .article .colorfulcats .label-primary {
  background-color: #0b74a1;
}
.theme--dark-mobile .base .article .colorfulcats a.cat-label {
  padding-left: 10px;
  padding-right: 10px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.theme--dark-mobile .base .article a {
  color: #CD0504;
  text-decoration: underline;
}
.theme--dark-mobile .base .article p {
  color: #D4D4D4;
  line-height: 1.625rem;
}
.theme--dark-mobile .base .article .authorbox a {
  color: #D4D4D4;
  text-decoration: none;
}
.theme--dark-mobile .base .article h1 {
  font-family: Poppins;
  font-weight: 600;
  font-size: 2.3rem;
  margin-top: 3rem;
  line-height: 2.5rem;
  letter-spacing: 0.01em;
  color: #F3F3F3;
}
.theme--dark-mobile .base .article .mm-gallery .glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.theme--dark-mobile .base .article .mm-gallery .carousel {
  width: 100%;
  aspect-ratio: 16/9;
  margin: auto;
}
.theme--dark-mobile .base .article .mm-gallery .carousel .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.theme--dark-mobile .base .article .mm-gallery .carousel .glyphicon-chevron-left {
  width: 30px;
  height: 30px;
  margin-top: -10px;
  font-size: 30px;
}
.theme--dark-mobile .base .article .mm-gallery .carousel .glyphicon-chevron-right {
  width: 30px;
  height: 30px;
  margin-top: -10px;
  font-size: 30px;
}
.theme--dark-mobile .base .article .mm-gallery .carousel .glyphicon-chevron-left:before {
  content: "\e079";
}
.theme--dark-mobile .base .article .mm-gallery .carousel .glyphicon-chevron-right:before {
  content: "\e080";
}
.theme--dark-mobile .base .article .mm-gallery .carousel ol.carousel-indicators {
  bottom: 0px;
}
.theme--dark-mobile .base .article .mm-gallery .carousel .carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
}
.theme--dark-mobile .base .article .mm-gallery .carousel .carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000", endColorstr="#00000000", GradientType=1);
}
.theme--dark-mobile .base .article .mm-gallery .carousel .carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#80000000", GradientType=1);
}
.theme--dark-mobile .base .article .post-info {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.theme--dark-mobile .base .article .post-info .article-post-meta {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
}
.theme--dark-mobile .base .article .post-info .article-post-meta .author-data {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding: 5px 0;
}
.theme--dark-mobile .base .article .post-info .article-post-meta .author-data .avatar {
  height: 40px;
  width: 40px;
}
.theme--dark-mobile .base .article .post-info .article-post-meta .author-data .avatar img {
  height: 40px;
  width: 40px;
  border-radius: 20px;
}
.theme--dark-mobile .base .article .post-info .article-post-meta .author-data .author-name .author {
  margin-left: 14px;
  /* H6/Medium */
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  /* identical to box height, or 143% */
  letter-spacing: 0.01em;
  /* Secondary/Darkest */
  color: #F3F3F3;
}
.theme--dark-mobile .base .article .post-info .article-post-meta .author-data .author-name time {
  margin-left: 14px;
  /* H7 / Regular */
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 12px;
  /* identical to box height, or 133% */
  letter-spacing: 0.01em;
  /* Secondary/Light */
  color: #939393;
}
.theme--dark-mobile .base .article .post-info .post-sharing a {
  text-decoration: none;
}
.theme--dark-mobile .base .article .post-info .post-sharing .cm-button {
  padding: 14px 20px;
  /* Primary/Default */
  background: #CD0504;
  border-radius: 6px;
  /* H6/Semi */
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height, or 143% */
  letter-spacing: 0.01em;
  /* Neutral/White */
  color: #FFFFFF;
}
.theme--dark-mobile .base .article .post-info .post-sharing .fb-button {
  padding: 14px 20px;
  /* Primary/Default */
  background: #365396;
  border-radius: 6px;
  /* H6/Semi */
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height, or 143% */
  letter-spacing: 0.01em;
  /* Neutral/White */
  color: #FFFFFF;
}
.theme--dark-mobile .base .article .post-info .post-sharing .tw-button {
  padding: 14px 20px;
  /* Primary/Default */
  background: #00A8F0;
  border-radius: 6px;
  /* H6/Semi */
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height, or 143% */
  letter-spacing: 0.01em;
  /* Neutral/White */
  color: #FFFFFF;
}
.theme--dark-mobile .base .article .post-info .post-sharing ul.list-inline {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  list-style-type: none;
  gap: 8px;
}
.theme--dark-mobile .base .article .post-info .post-sharing ul.list-inline li .cm-button {
  padding: 14px 20px;
  /* Primary/Default */
  background: #CD0504;
  border-radius: 6px;
  /* H6/Semi */
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height, or 143% */
  letter-spacing: 0.01em;
  /* Neutral/White */
  color: #FFFFFF;
}
.theme--dark-mobile .base .article .post-info .post-sharing ul.list-inline li .fb-button {
  padding: 14px 20px;
  /* Primary/Default */
  background: #365396;
  border-radius: 6px;
  /* H6/Semi */
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height, or 143% */
  letter-spacing: 0.01em;
  /* Neutral/White */
  color: #FFFFFF;
}
.theme--dark-mobile .base .article .post-info .post-sharing ul.list-inline li .tw-button {
  padding: 14px 20px;
  /* Primary/Default */
  background: #00A8F0;
  border-radius: 6px;
  /* H6/Semi */
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height, or 143% */
  letter-spacing: 0.01em;
  /* Neutral/White */
  color: #FFFFFF;
}
.theme--dark-mobile .base .article .post-info .row {
  width: 100%;
}
.theme--dark-mobile .base .article .title-area {
  width: 100%;
}
.theme--dark-mobile .base .article .columns {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  gap: 64px;
}
.theme--dark-mobile .base .article .columns .left-col .post-media {
  width: 792px;
  margin-bottom: 48px;
  border-radius: 6px;
}
.theme--dark-mobile .base .article .columns .left-col .post-media img {
  width: 792px;
  border-radius: 6px;
}
.theme--dark-mobile .base .article .columns .left-col .post-desc p {
  /* Body/Text/Large/Regular */
  text-align: justify;
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  /* or 162% */
  letter-spacing: 0.01em;
  /* Secondary/Darker */
  color: #D4D4D4;
  margin-bottom: 12px;
}
.theme--dark-mobile .base .article .columns .left-col .post-desc img {
  max-width: 792px;
}
.theme--dark-mobile .base .article .columns .left-col .post-desc ul {
  padding-inline-start: 40px;
  margin-bottom: 12px;
  /* Body/Text/Large/Regular */
  text-align: justify;
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  /* or 162% */
  letter-spacing: 0.01em;
  /* Secondary/Darker */
  color: #D4D4D4;
}
.theme--dark-mobile .base .article .columns .left-col .post-desc h3 {
  /* H3/Semi */
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  /* identical to box height, or 142% */
  letter-spacing: 0.01em;
}
.theme--dark-mobile .base .article .columns .left-col .post-desc .post-sharing {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 32px;
  margin-bottom: 32px;
}
.theme--dark-mobile .base .article .columns .left-col .post-desc .post-sharing a {
  text-decoration: none;
}
.theme--dark-mobile .base .article .columns .left-col .post-desc .post-sharing p {
  /* H6/Medium */
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height, or 143% */
  letter-spacing: 0.01em;
  /* Secondary/Darkest */
  color: #D4D4D4;
}
.theme--dark-mobile .base .article .columns .left-col .post-desc .post-sharing ul.list-inline {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  list-style-type: none;
  gap: 8px;
}
.theme--dark-mobile .base .article .columns .left-col .post-desc .post-sharing ul.list-inline li .cm-button {
  padding: 14px 20px;
  /* Primary/Default */
  background: #CD0504;
  border-radius: 6px;
  /* H6/Semi */
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height, or 143% */
  letter-spacing: 0.01em;
  /* Neutral/White */
  color: #FFFFFF;
}
.theme--dark-mobile .base .article .columns .left-col .post-desc .post-sharing ul.list-inline li .fb-button {
  padding: 14px 20px;
  /* Primary/Default */
  background: #365396;
  border-radius: 6px;
  /* H6/Semi */
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height, or 143% */
  letter-spacing: 0.01em;
  /* Neutral/White */
  color: #FFFFFF;
}
.theme--dark-mobile .base .article .columns .left-col .post-desc .post-sharing ul.list-inline li .tw-button {
  padding: 14px 20px;
  /* Primary/Default */
  background: #00A8F0;
  border-radius: 6px;
  /* H6/Semi */
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height, or 143% */
  letter-spacing: 0.01em;
  /* Neutral/White */
  color: #FFFFFF;
}
.theme--dark-mobile .base .article .columns .left-col .post-desc .post-bottom .tags {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 5px;
}
.theme--dark-mobile .base .article .columns .left-col .post-desc .post-bottom .tags a {
  padding: 8px 9px 8px 10px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)), #262626;
  border-radius: 6px;
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 10px;
  line-height: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* identical to box height, or 160% */
  letter-spacing: 0.02em;
  /* Neutral/White */
  color: #FFFFFF;
}
.theme--dark-mobile .base .article .columns .left-col .post-desc .comments-widget {
  width: 100%;
}
.theme--dark-mobile .base .article .columns .left-col .post-desc .separator {
  width: 100%;
  margin: 32px 0;
}
.theme--dark-mobile .base .article .columns .right-col {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  width: 336px;
}
.theme--dark-mobile .base .article .columns .right-col .widget .widget-title {
  margin-bottom: 24px;
}
.theme--dark-mobile .base .article .columns .right-col .widget .widget-title h4 {
  font-size: 16px;
  line-height: 24px;
}
.theme--dark-mobile .base .article .columns .right-col .widget .widget-title p {
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.01em;
  color: #BEBEBE;
}
.theme--dark-mobile .base .article .fb-button {
  padding: 14px 20px;
  /* Primary/Default */
  background: #365396;
  border-radius: 6px;
  /* H6/Semi */
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height, or 143% */
  letter-spacing: 0.01em;
  /* Neutral/White */
  color: #FFFFFF;
}
.theme--dark-mobile .base .article .post-bottom .tags {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 5px;
}
.theme--dark-mobile .base .article .post-bottom .tags a {
  padding: 8px 9px 8px 10px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)), #262626;
  border-radius: 6px;
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 10px;
  line-height: 16px;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* identical to box height, or 160% */
  letter-spacing: 0.02em;
  /* Neutral/White */
  color: #FFFFFF;
}
.theme--dark-mobile .base .article .cm-button {
  text-decoration: none;
  padding: 14px 20px;
  /* Primary/Default */
  background: #CD0504;
  border-radius: 6px;
  /* H6/Semi */
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height, or 143% */
  letter-spacing: 0.01em;
  /* Neutral/White */
  color: #FFFFFF;
}
.theme--dark-mobile .base .article .tw-button {
  text-decoration: none;
  padding: 14px 20px;
  /* Primary/Default */
  background: #00A8F0;
  border-radius: 6px;
  /* H6/Semi */
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height, or 143% */
  letter-spacing: 0.01em;
  /* Neutral/White */
  color: #FFFFFF;
}
.theme--dark-mobile .base .article .post-sharing a {
  text-decoration: none;
}
.theme--dark-mobile .base .article .post-sharing p {
  font-family: Poppins;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1%;
}
.theme--dark-mobile .base .article img {
  object-fit: cover;
  max-width: 100%;
  max-height: 100%;
  height: auto;
}
.theme--dark-mobile .base .article blockquote {
  position: relative;
  padding: 10px 20px 10px 70px;
  margin: 0 0 20px;
  font-size: 1.4rem;
  font-weight: 600;
}
.theme--dark-mobile .base .article blockquote p {
  font-family: Poppins;
  line-height: 1.8;
}
.theme--dark-mobile .base .article blockquote:before {
  color: #ca0301;
  content: url("../img/double-quotes-l.svg");
  height: 50px;
  width: 50px;
  display: block;
  left: 0px;
  position: absolute;
  top: 0px;
}
@media screen and (max-width: 1200px) {
  .theme--dark-mobile .base .article {
    width: 100%;
  }
  .theme--dark-mobile .base .article .title-area {
    width: 100%;
  }
}
@media screen and (max-width: 992px) {
  .theme--dark-mobile .base .article {
    width: 100%;
  }
  .theme--dark-mobile .base .article h1 {
    font-size: 1.7rem;
  }
  .theme--dark-mobile .base .article .columns {
    flex-direction: column;
    gap: 32px;
  }
  .theme--dark-mobile .base .article .columns .left-col {
    width: 100%;
  }
  .theme--dark-mobile .base .article .columns .right-col {
    width: 100%;
  }
}
@media screen and (max-width: 800px) {
  .theme--dark-mobile .base .article {
    width: 100%;
  }
  .theme--dark-mobile .base .article .post-media img {
    height: 340px;
    width: auto;
    object-fit: cover;
    max-width: 100%;
    max-height: 100%;
    width: auto;
  }
}
@media screen and (min-width: 1200px) {
  .theme--dark-mobile .base .posts-col .large-widget {
    margin: 0;
    display: flex;
    flex-direction: row;
  }
  .theme--dark-mobile .base .posts-col .large-widget .post-media {
    width: 248px;
    height: 224px;
    border-radius: 6px;
  }
  .theme--dark-mobile .base .posts-col .large-widget .post-media .large-post-media-cover {
    width: 248px;
    height: 224px;
    border-radius: 6px;
    overflow: hidden;
  }
  .theme--dark-mobile .base .posts-col .large-widget .post-media .large-post-media-cover img {
    width: 248px;
    height: 224px;
    object-fit: cover;
    object-position: center;
    min-height: 100%;
    min-width: 100%;
  }
  .theme--dark-mobile .base .posts-col .large-widget .title-area {
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 10px;
  }
  .theme--dark-mobile .base .posts-col .large-widget .title-area .colorfulcats {
    display: flex;
    flex-direction: row;
    gap: 10px;
  }
  .theme--dark-mobile .base .posts-col .large-widget .title-area .colorfulcats .label-primary {
    background-color: #0b74a1;
  }
  .theme--dark-mobile .base .posts-col .large-widget .title-area .colorfulcats a.cat-label {
    padding-left: 10px;
    padding-right: 10px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .theme--dark-mobile .base .posts-col .large-widget .title-area .large-post-meta {
    display: flex;
    flex-direction: row;
  }
  .theme--dark-mobile .base .posts-col .large-widget .title-area .large-post-meta .author {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .theme--dark-mobile .base .posts-col .large-widget .title-area .large-post-meta .author .author-data {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    color: #F3F3F3;
    letter-spacing: 0.02em;
  }
  .theme--dark-mobile .base .posts-col .large-widget .title-area .large-post-meta .author .author-data .avatar {
    height: 24px;
    width: 24px;
  }
  .theme--dark-mobile .base .posts-col .large-widget .title-area .large-post-meta .author .author-data .avatar img {
    height: 24px;
    width: 24px;
    border-radius: 12px;
  }
  .theme--dark-mobile .base .posts-col .large-widget .title-area .large-post-meta .author .author-data .author-name {
    margin-left: 10px;
    color: #F3F3F3;
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    /* identical to box height */
    letter-spacing: 0.02em;
    /* Secondary/Darkest */
  }
  .theme--dark-mobile .base .posts-col .large-widget .title-area .large-post-meta .post-time time {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.01em;
    color: #939393;
  }
}
@media screen and (max-width: 1199px) {
  .theme--dark-mobile .base .posts-col .large-widget {
    width: 100%;
    margin: 0;
    display: flex;
    flex-direction: row;
  }
  .theme--dark-mobile .base .posts-col .large-widget .post-media {
    border-radius: 6px;
    overflow: hidden;
  }
  .theme--dark-mobile .base .posts-col .large-widget .post-media img {
    object-fit: cover;
    object-position: center;
    min-height: 100%;
    min-width: 100%;
  }
  .theme--dark-mobile .base .posts-col .large-widget .title-area {
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 15px;
  }
  .theme--dark-mobile .base .posts-col .large-widget .title-area .colorfulcats {
    display: flex;
    flex-direction: row;
    gap: 10px;
  }
  .theme--dark-mobile .base .posts-col .large-widget .title-area .colorfulcats .label-primary {
    background-color: #0b74a1;
  }
  .theme--dark-mobile .base .posts-col .large-widget .title-area .colorfulcats a.cat-label {
    padding-left: 10px;
    padding-right: 10px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .theme--dark-mobile .base .posts-col .large-widget .title-area .large-post-meta {
    display: flex;
    flex-direction: row;
  }
  .theme--dark-mobile .base .posts-col .large-widget .title-area .large-post-meta .author {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .theme--dark-mobile .base .posts-col .large-widget .title-area .large-post-meta .author .author-data {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    color: #F3F3F3;
    letter-spacing: 0.02em;
  }
  .theme--dark-mobile .base .posts-col .large-widget .title-area .large-post-meta .author .author-data .avatar {
    height: 24px;
    width: 24px;
  }
  .theme--dark-mobile .base .posts-col .large-widget .title-area .large-post-meta .author .author-data .avatar img {
    height: 24px;
    width: 24px;
    border-radius: 12px;
  }
  .theme--dark-mobile .base .posts-col .large-widget .title-area .large-post-meta .author .author-data .author-name {
    margin-left: 10px;
    color: #F3F3F3;
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    /* identical to box height */
    letter-spacing: 0.02em;
    /* Secondary/Darkest */
  }
  .theme--dark-mobile .base .posts-col .large-widget .title-area .large-post-meta .post-time time {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.01em;
    color: #939393;
  }
}
.theme--dark-mobile .base .pagination-main {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  width: 100%;
  /* Secondary/Extra Light */
  border: 1px solid;
  box-sizing: border-box;
  border-radius: 8px;
}
.theme--dark-mobile .base .pagination-main .accordion-item {
  border: 1px solid;
}
.theme--dark-mobile .base .pagination-main .pagination-main-heading {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  cursor: pointer;
  justify-content: space-between;
  /*i {
      height: 25px;
      width: 25px;
    }
  span {
      height: 25px;
      margin: 0 auto;
    }*/
}
.theme--dark-mobile .base .pagination-main .pagination-main-heading .accordion-button {
  font-size: 1rem;
  font-weight: 500;
}
.theme--dark-mobile .base .pagination-main .pagination-main-heading .accordion-button:not(.collapsed) {
  box-shadow: none;
}
.theme--dark-mobile .base .pagination-main .pagination-main-heading h5 {
  /* H5/Semi */
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  /* identical to box height */
  letter-spacing: 0.01em;
  /* Secondary/Darkest */
  color: #232323;
}
.theme--dark-mobile .base .pagination-main .accordion-body {
  padding: 0;
}
.theme--dark-mobile .base .pagination-main .pagination-main-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
}
.theme--dark-mobile .base .pagination-main .pagination-main-content .menu-list {
  padding: 15px 19px;
  /* H7 / Medium */
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  /* identical to box height */
  letter-spacing: 0.01em;
  /* Secondary/Dark */
  color: #676767;
  background: #161616;
}
.theme--dark-mobile .base .pagination-main .pagination-main-content .menu-list a {
  text-decoration: none;
  color: #939393;
}
.theme--dark-mobile .base .pagination-main .pagination-main-content .menu-list-active {
  /*height: 48px;*/
  padding: 15px 19px;
  border-left: 1px solid #CD0504;
  /* H7 / Medium */
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  /* identical to box height */
  letter-spacing: 0.01em;
}
.theme--dark-mobile .base .pagination-main .pagination-main-content .menu-list-active a {
  color: #ffffff;
  text-decoration: none;
}
.theme--dark-mobile .base .pagination-main .pagination-main-content .active {
  /*height: 48px;*/
  display: block;
  padding: 15px 19px;
  border-left: 1px solid #CD0504;
  /* H7 / Medium */
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  /* identical to box height */
  letter-spacing: 0.01em;
  color: #ffffff;
  text-decoration: none;
}
.theme--dark-mobile .base .pagination-bottom {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  width: 100%;
  /* Secondary/Extra Light */
  border: 1px solid #F3F3F3;
  box-sizing: border-box;
  border-radius: 6px;
  margin-bottom: 48px;
}
.theme--dark-mobile .base .pagination-bottom .pagination-bottom-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
}
.theme--dark-mobile .base .pagination-bottom .pagination-bottom-content .menu-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  height: 48px;
  /* H7 / Medium */
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  /* identical to box height */
  padding: 0 16px;
  letter-spacing: 0.01em;
  /* Secondary/Dark */
  color: #676767;
}
.theme--dark-mobile .base .pagination-bottom .pagination-bottom-content .menu-list a {
  text-decoration: none;
}
.theme--dark-mobile .base .pagination-bottom .pagination-bottom-content .menu-list i {
  font-size: 18px;
}
.theme--dark-mobile .base .pagination-bottom .pagination-bottom-content .menu-list a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding: 15px 19px;
  color: #939393;
}
.theme--dark-mobile .base .pagination-bottom .pagination-bottom-content .menu-list a.active {
  color: #CD0504;
}
.theme--dark-mobile .base .pagination-bottom .pagination-bottom-content .menu-list a i {
  font-size: 18px;
}
.theme--dark-mobile .base .pagination-bottom .pagination-bottom-content .menu-list-active {
  height: 48px;
  padding: 15px 19px;
  border-left: 1px solid #CD0504;
  /* H7 / Medium */
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  /* identical to box height */
  letter-spacing: 0.01em;
  color: #CD0504;
  background: rgba(205, 5, 4, 0.04);
}
.theme--dark-mobile .base .gallery-slider-mobile {
  height: 400px;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
}
.theme--dark-mobile .base .gallery-slider-mobile .gallery-slider-item {
  height: 400px;
  border-radius: 6px;
  position: relative;
  background-size: cover;
}
.theme--dark-mobile .base .gallery-slider-mobile .gallery-slider-item .slider-effects .badges .colorfulcats .label-primary {
  background-color: #0b74a1;
}
.theme--dark-mobile .base .gallery-slider-mobile .gallery-slider-item .slider-effects .caption {
  position: absolute;
  left: 24px;
  bottom: 56px;
  z-index: 1;
}
.theme--dark-mobile .base .gallery-slider-mobile .gallery-slider-item .slider-effects .caption .feature {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 0;
  letter-spacing: 0.01em;
  color: #D4D4D4;
}
.theme--dark-mobile .base .gallery-slider-mobile .gallery-slider-item .slider-effects .caption h2, .theme--dark-mobile .base .gallery-slider-mobile .gallery-slider-item .slider-effects .caption h3 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 42px;
  letter-spacing: 0.01em;
  color: #FFFFFF;
}
.theme--dark-mobile .base .gallery-slider-mobile .gallery-slider-item .slider-effects::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 5px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 44.79%, rgba(0, 0, 0, 0.35) 63.54%, rgba(0, 0, 0, 0.75) 100%);
}
.theme--dark-mobile .base .gallery-slider-mobile .gallery-slider-item .slider-effects::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 5px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 44.79%, rgba(0, 0, 0, 0.35) 63.54%, rgba(0, 0, 0, 0.75) 100%);
}
.theme--dark-mobile .base .gallery-slider-mobile .gallery-slider-item img {
  object-fit: cover;
  object-position: center;
  min-height: 100%;
  min-width: 100%;
  border-radius: 6px;
}
.theme--dark-mobile .base .gallery-slider-mobile .gallery-slider-item .badges {
  position: absolute;
  right: 24px;
  top: 24px;
}
.theme--dark-mobile .base .gallery-slider-mobile .gallery-slider-item .meta {
  position: absolute;
  left: 24px;
  top: 24px;
}
.theme--dark-mobile .base .gallery-slider-mobile .gallery-slider-item .meta .vertical-post-meta .author-data {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding: 5px 0;
}
.theme--dark-mobile .base .gallery-slider-mobile .gallery-slider-item .meta .vertical-post-meta .author-data .avatar {
  height: 32px;
  width: 32px;
}
.theme--dark-mobile .base .gallery-slider-mobile .gallery-slider-item .meta .vertical-post-meta .author-data .avatar img {
  height: 32px;
  width: 32px;
  border-radius: 16px;
}
.theme--dark-mobile .base .gallery-slider-mobile .gallery-slider-item .meta .vertical-post-meta .author-data .author-name {
  margin-left: 10px;
}
.theme--dark-mobile .base .gallery-slider-mobile .gallery-slider-item .meta .vertical-post-meta .author-data .author-name .author {
  color: #FFFFFF;
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  /* identical to box height */
  letter-spacing: 0.01em;
  /* Secondary/Darkest */
  margin-bottom: 0px;
}
.theme--dark-mobile .base .gallery-slider-mobile .gallery-slider-item .meta .vertical-post-meta .author-data .author-name time {
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 12px;
  /* identical to box height, or 133% */
  letter-spacing: 0.02em;
  /* Secondary/Dark */
  color: #FFFFFF;
  margin-right: 8px;
}
.theme--dark-mobile .base .gallery-slider-large {
  width: 100%;
  height: 388px;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
}
.theme--dark-mobile .base .gallery-slider-large .gallery-slider-item {
  width: 100%;
  height: 388px;
  border-radius: 6px;
  position: relative;
  background-size: cover;
}
.theme--dark-mobile .base .gallery-slider-large .gallery-slider-item .slider-effects .badges .colorfulcats .label-primary {
  background-color: #0b74a1;
}
.theme--dark-mobile .base .gallery-slider-large .gallery-slider-item .slider-effects .caption {
  position: absolute;
  left: 24px;
  bottom: 56px;
  z-index: 1;
}
.theme--dark-mobile .base .gallery-slider-large .gallery-slider-item .slider-effects .caption .feature {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 0;
  letter-spacing: 0.01em;
  color: #D4D4D4;
}
.theme--dark-mobile .base .gallery-slider-large .gallery-slider-item .slider-effects .caption h2, .theme--dark-mobile .base .gallery-slider-large .gallery-slider-item .slider-effects .caption h3 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 42px;
  letter-spacing: 0.01em;
  color: #FFFFFF;
}
.theme--dark-mobile .base .gallery-slider-large .gallery-slider-item .slider-effects::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 5px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 44.79%, rgba(0, 0, 0, 0.35) 63.54%, rgba(0, 0, 0, 0.75) 100%);
}
.theme--dark-mobile .base .gallery-slider-large .gallery-slider-item .slider-effects::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 5px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 44.79%, rgba(0, 0, 0, 0.35) 63.54%, rgba(0, 0, 0, 0.75) 100%);
}
.theme--dark-mobile .base .gallery-slider-large .gallery-slider-item img {
  object-fit: cover;
  object-position: center;
  min-height: 100%;
  min-width: 100%;
  border-radius: 6px;
}
.theme--dark-mobile .base .gallery-slider-large .gallery-slider-item .badges {
  position: absolute;
  right: 24px;
  top: 24px;
}
.theme--dark-mobile .base .gallery-slider-large .gallery-slider-item .meta {
  position: absolute;
  left: 24px;
  top: 24px;
}
.theme--dark-mobile .base .gallery-slider-large .gallery-slider-item .meta .vertical-post-meta .author-data {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding: 5px 0;
}
.theme--dark-mobile .base .gallery-slider-large .gallery-slider-item .meta .vertical-post-meta .author-data .avatar {
  height: 32px;
  width: 32px;
}
.theme--dark-mobile .base .gallery-slider-large .gallery-slider-item .meta .vertical-post-meta .author-data .avatar img {
  height: 32px;
  width: 32px;
  border-radius: 16px;
}
.theme--dark-mobile .base .gallery-slider-large .gallery-slider-item .meta .vertical-post-meta .author-data .author-name {
  margin-left: 10px;
}
.theme--dark-mobile .base .gallery-slider-large .gallery-slider-item .meta .vertical-post-meta .author-data .author-name .author {
  color: #FFFFFF;
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  /* identical to box height */
  letter-spacing: 0.01em;
  /* Secondary/Darkest */
  margin-bottom: 0px;
}
.theme--dark-mobile .base .gallery-slider-large .gallery-slider-item .meta .vertical-post-meta .author-data .author-name time {
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 12px;
  /* identical to box height, or 133% */
  letter-spacing: 0.02em;
  /* Secondary/Dark */
  color: #FFFFFF;
  margin-right: 8px;
}
.theme--dark-mobile .base .gallery-slider-small {
  width: 100%;
  height: 388px;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
}
.theme--dark-mobile .base .gallery-slider-small .gallery-slider-item {
  width: 100%;
  height: 388px;
  border-radius: 6px;
  position: relative;
  background-size: cover;
}
.theme--dark-mobile .base .gallery-slider-small .gallery-slider-item .slider-effects .badges .colorfulcats .label-primary {
  background-color: #0b74a1;
}
.theme--dark-mobile .base .gallery-slider-small .gallery-slider-item .slider-effects .caption {
  position: absolute;
  left: 24px;
  bottom: 56px;
  z-index: 1;
}
.theme--dark-mobile .base .gallery-slider-small .gallery-slider-item .slider-effects .caption .feature {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.01em;
  color: #D4D4D4;
  margin-bottom: 0;
}
.theme--dark-mobile .base .gallery-slider-small .gallery-slider-item .slider-effects .caption h2, .theme--dark-mobile .base .gallery-slider-small .gallery-slider-item .slider-effects .caption h3 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 42px;
  letter-spacing: 0.01em;
  color: #FFFFFF;
}
.theme--dark-mobile .base .gallery-slider-small .gallery-slider-item .slider-effects::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 5px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 44.79%, rgba(0, 0, 0, 0.35) 63.54%, rgba(0, 0, 0, 0.75) 100%);
}
.theme--dark-mobile .base .gallery-slider-small .gallery-slider-item .slider-effects::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 5px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 44.79%, rgba(0, 0, 0, 0.35) 63.54%, rgba(0, 0, 0, 0.75) 100%);
}
.theme--dark-mobile .base .gallery-slider-small .gallery-slider-item img {
  object-fit: cover;
  object-position: center;
  min-height: 100%;
  min-width: 100%;
  border-radius: 6px;
}
.theme--dark-mobile .base .gallery-slider-small .gallery-slider-item .caption {
  position: absolute;
  left: 24px;
  bottom: 56px;
}
.theme--dark-mobile .base .gallery-slider-small .gallery-slider-item .caption .feature {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  /* identical to box height */
  letter-spacing: 0.01em;
  /* Secondary/Lightest */
  color: #D4D4D4;
}
.theme--dark-mobile .base .gallery-slider-small .gallery-slider-item .caption h2, .theme--dark-mobile .base .gallery-slider-small .gallery-slider-item .caption h3 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 42px;
  /* or 131% */
  letter-spacing: 0.01em;
  /* Neutral/White */
  color: #FFFFFF;
}
.theme--dark-mobile .base .gallery-slider-small .gallery-slider-item .badges {
  position: absolute;
  right: 24px;
  top: 24px;
}
.theme--dark-mobile .base .gallery-slider-small .gallery-slider-item .meta {
  position: absolute;
  left: 24px;
  top: 24px;
}
.theme--dark-mobile .base .gallery-slider-small .gallery-slider-item .meta .vertical-post-meta .author-data {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding: 5px 0;
}
.theme--dark-mobile .base .gallery-slider-small .gallery-slider-item .meta .vertical-post-meta .author-data .avatar {
  height: 32px;
  width: 32px;
}
.theme--dark-mobile .base .gallery-slider-small .gallery-slider-item .meta .vertical-post-meta .author-data .avatar img {
  height: 32px;
  width: 32px;
  border-radius: 16px;
}
.theme--dark-mobile .base .gallery-slider-small .gallery-slider-item .meta .vertical-post-meta .author-data .author-name {
  margin-left: 10px;
}
.theme--dark-mobile .base .gallery-slider-small .gallery-slider-item .meta .vertical-post-meta .author-data .author-name .author {
  color: #FFFFFF;
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  /* identical to box height */
  letter-spacing: 0.01em;
  /* Secondary/Darkest */
  margin-bottom: 0px;
}
.theme--dark-mobile .base .gallery-slider-small .gallery-slider-item .meta .vertical-post-meta .author-data .author-name time {
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 12px;
  /* identical to box height, or 133% */
  letter-spacing: 0.02em;
  /* Secondary/Dark */
  color: #FFFFFF;
  margin-right: 8px;
}
.theme--dark-mobile .base .top-left-tile {
  /*width: 290px;*/
  width: 100%;
  height: 324px;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
}
.theme--dark-mobile .base .top-left-tile .tile-item {
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  height: 324px;
  border-radius: 6px;
  position: relative;
  /*img {
    object-fit: cover;
    object-position: center;
    width: 290px;
    height: 324px;
    min-height: 100%;
    min-width: 100%;
    border-radius: 6px;
  }*/
}
.theme--dark-mobile .base .top-left-tile .tile-item .effects .badges .colorfulcats .label-primary {
  background-color: #0b74a1;
}
.theme--dark-mobile .base .top-left-tile .tile-item .effects .caption {
  position: absolute;
  left: 24px;
  bottom: 20px;
  z-index: 1;
}
.theme--dark-mobile .base .top-left-tile .tile-item .effects .caption .feature {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.01em;
  color: #D4D4D4;
}
.theme--dark-mobile .base .top-left-tile .tile-item .effects .caption h2, .theme--dark-mobile .base .top-left-tile .tile-item .effects .caption h3 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 42px;
  letter-spacing: 0.01em;
  color: #FFFFFF;
}
.theme--dark-mobile .base .top-left-tile .tile-item .effects::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 5px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 44.79%, rgba(0, 0, 0, 0.35) 63.54%, rgba(0, 0, 0, 0.75) 100%);
}
.theme--dark-mobile .base .top-left-tile .tile-item .effects::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 5px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 44.79%, rgba(0, 0, 0, 0.35) 63.54%, rgba(0, 0, 0, 0.75) 100%);
}
.theme--dark-mobile .base .top-left-tile .tile-item .caption {
  position: absolute;
  left: 24px;
  /*.feature {
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.01em;
    color: #D4D4D4;
  }*/
}
.theme--dark-mobile .base .top-left-tile .tile-item .caption h2, .theme--dark-mobile .base .top-left-tile .tile-item .caption h3 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  /* or 131% */
  letter-spacing: 0.01em;
  /* Neutral/White */
  color: #FFFFFF;
}
.theme--dark-mobile .base .top-left-tile .tile-item .badges {
  position: absolute;
  right: 24px;
  top: 24px;
}
.theme--dark-mobile .base .top-left-tile .tile-item .meta {
  position: absolute;
  left: 24px;
  top: 24px;
}
.theme--dark-mobile .base .top-left-tile .tile-item .meta .vertical-post-meta .author-data {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding: 5px 0;
}
.theme--dark-mobile .base .top-left-tile .tile-item .meta .vertical-post-meta .author-data .avatar {
  height: 32px;
  width: 32px;
}
.theme--dark-mobile .base .top-left-tile .tile-item .meta .vertical-post-meta .author-data .avatar img {
  height: 32px;
  width: 32px;
  border-radius: 16px;
}
.theme--dark-mobile .base .top-left-tile .tile-item .meta .vertical-post-meta .author-data .author-name {
  margin-left: 10px;
}
.theme--dark-mobile .base .top-left-tile .tile-item .meta .vertical-post-meta .author-data .author-name .author {
  color: #FFFFFF;
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  /* identical to box height */
  letter-spacing: 0.01em;
  /* Secondary/Darkest */
  margin-bottom: 0px;
}
.theme--dark-mobile .base .top-left-tile .tile-item .meta .vertical-post-meta .author-data .author-name time {
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 12px;
  /* identical to box height, or 133% */
  letter-spacing: 0.02em;
  /* Secondary/Dark */
  color: #FFFFFF;
  margin-right: 8px;
}
.theme--dark-mobile .base .top-center-tile {
  width: 100%;
  height: 324px;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
}
.theme--dark-mobile .base .top-center-tile .tile-item {
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  height: 324px;
  border-radius: 6px;
  position: relative;
  padding: 20px;
}
.theme--dark-mobile .base .top-center-tile .tile-item .effects .badges .colorfulcats .label-primary {
  background-color: #0b74a1;
}
.theme--dark-mobile .base .top-center-tile .tile-item .effects .caption {
  position: absolute;
  left: 24px;
  bottom: 20px;
  z-index: 1;
}
.theme--dark-mobile .base .top-center-tile .tile-item .effects .caption .feature {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.01em;
  margin-bottom: 0;
  color: #D4D4D4;
}
.theme--dark-mobile .base .top-center-tile .tile-item .effects .caption h2, .theme--dark-mobile .base .top-center-tile .tile-item .effects .caption h3 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 42px;
  /* or 131% */
  letter-spacing: 0.01em;
  /* Neutral/White */
  color: #FFFFFF;
}
.theme--dark-mobile .base .top-center-tile .tile-item .effects::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 5px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 44.79%, rgba(0, 0, 0, 0.35) 63.54%, rgba(0, 0, 0, 0.75) 100%);
}
.theme--dark-mobile .base .top-center-tile .tile-item .effects::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 5px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 44.79%, rgba(0, 0, 0, 0.35) 63.54%, rgba(0, 0, 0, 0.75) 100%);
}
.theme--dark-mobile .base .top-center-tile .tile-item img {
  object-fit: cover;
  object-position: center;
  width: 510px;
  height: 324px;
  min-height: 100%;
  min-width: 100%;
  border-radius: 6px;
}
.theme--dark-mobile .base .top-center-tile .tile-item .caption {
  position: absolute;
  left: 24px;
  bottom: 56px;
}
.theme--dark-mobile .base .top-center-tile .tile-item .caption .feature {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.01em;
  color: #D4D4D4;
}
.theme--dark-mobile .base .top-center-tile .tile-item .caption h2, .theme--dark-mobile .base .top-center-tile .tile-item .caption h3 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0.01em;
  color: #FFFFFF;
}
.theme--dark-mobile .base .top-center-tile .tile-item .badges {
  position: absolute;
  right: 24px;
  top: 24px;
}
.theme--dark-mobile .base .top-center-tile .tile-item .meta {
  position: absolute;
  left: 24px;
  top: 24px;
}
.theme--dark-mobile .base .top-center-tile .tile-item .meta .vertical-post-meta .author-data {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding: 5px 0;
}
.theme--dark-mobile .base .top-center-tile .tile-item .meta .vertical-post-meta .author-data .avatar {
  height: 32px;
  width: 32px;
}
.theme--dark-mobile .base .top-center-tile .tile-item .meta .vertical-post-meta .author-data .avatar img {
  height: 32px;
  width: 32px;
  border-radius: 16px;
}
.theme--dark-mobile .base .top-center-tile .tile-item .meta .vertical-post-meta .author-data .author-name {
  margin-left: 10px;
}
.theme--dark-mobile .base .top-center-tile .tile-item .meta .vertical-post-meta .author-data .author-name .author {
  color: #FFFFFF;
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  /* identical to box height */
  letter-spacing: 0.01em;
  /* Secondary/Darkest */
  margin-bottom: 0px;
}
.theme--dark-mobile .base .top-center-tile .tile-item .meta .vertical-post-meta .author-data .author-name time {
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 12px;
  /* identical to box height, or 133% */
  letter-spacing: 0.02em;
  /* Secondary/Dark */
  color: #FFFFFF;
  margin-right: 8px;
}
.theme--dark-mobile .base .top-right-tile {
  width: 100%;
  height: 324px;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
}
.theme--dark-mobile .base .top-right-tile .tile-item {
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  height: 324px;
  border-radius: 6px;
  position: relative;
  padding: 20px;
}
.theme--dark-mobile .base .top-right-tile .tile-item .effects .badges .colorfulcats .label-primary {
  background-color: #0b74a1;
}
.theme--dark-mobile .base .top-right-tile .tile-item .effects .caption {
  position: absolute;
  left: 24px;
  bottom: 20px;
  z-index: 1;
}
.theme--dark-mobile .base .top-right-tile .tile-item .effects .caption .feature {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.01em;
  margin-bottom: 0;
  color: #D4D4D4;
}
.theme--dark-mobile .base .top-right-tile .tile-item .effects .caption h2, .theme--dark-mobile .base .top-right-tile .tile-item .effects .caption h3 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 42px;
  letter-spacing: 0.01em;
  color: #FFFFFF;
}
.theme--dark-mobile .base .top-right-tile .tile-item .effects::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 5px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 44.79%, rgba(0, 0, 0, 0.35) 63.54%, rgba(0, 0, 0, 0.75) 100%);
}
.theme--dark-mobile .base .top-right-tile .tile-item .effects::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 5px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 44.79%, rgba(0, 0, 0, 0.35) 63.54%, rgba(0, 0, 0, 0.75) 100%);
}
.theme--dark-mobile .base .top-right-tile .tile-item img {
  object-fit: cover;
  object-position: center;
  width: 368px;
  height: 324px;
  min-height: 100%;
  min-width: 100%;
  border-radius: 6px;
}
.theme--dark-mobile .base .top-right-tile .tile-item .caption {
  position: absolute;
  left: 24px;
}
.theme--dark-mobile .base .top-right-tile .tile-item .caption .feature {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.01em;
  color: #D4D4D4;
}
.theme--dark-mobile .base .top-right-tile .tile-item .caption h2, .theme--dark-mobile .base .top-right-tile .tile-item .caption h3 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0.01em;
  color: #FFFFFF;
}
.theme--dark-mobile .base .top-right-tile .tile-item .badges {
  position: absolute;
  right: 24px;
  top: 24px;
}
.theme--dark-mobile .base .top-right-tile .tile-item .meta {
  position: absolute;
  left: 24px;
  top: 24px;
}
.theme--dark-mobile .base .top-right-tile .tile-item .meta .vertical-post-meta .author-data {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding: 5px 0;
}
.theme--dark-mobile .base .top-right-tile .tile-item .meta .vertical-post-meta .author-data .avatar {
  height: 32px;
  width: 32px;
}
.theme--dark-mobile .base .top-right-tile .tile-item .meta .vertical-post-meta .author-data .avatar img {
  height: 32px;
  width: 32px;
  border-radius: 16px;
}
.theme--dark-mobile .base .top-right-tile .tile-item .meta .vertical-post-meta .author-data .author-name {
  margin-left: 10px;
}
.theme--dark-mobile .base .top-right-tile .tile-item .meta .vertical-post-meta .author-data .author-name .author {
  color: #FFFFFF;
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  /* identical to box height */
  letter-spacing: 0.01em;
  /* Secondary/Darkest */
  margin-bottom: 0px;
}
.theme--dark-mobile .base .top-right-tile .tile-item .meta .vertical-post-meta .author-data .author-name time {
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 12px;
  /* identical to box height, or 133% */
  letter-spacing: 0.02em;
  /* Secondary/Dark */
  color: #FFFFFF;
  margin-right: 8px;
}
.theme--dark-mobile .base .gray-section {
  background-color: #232323;
}
.theme--dark-mobile .base .right-column-widget {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.theme--dark-mobile .base .right-column-widget .mini-widget {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.theme--dark-mobile .base .right-column-widget .mini-widget .mini-widget-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
}
.theme--dark-mobile .base .right-column-widget .mini-widget .mini-widget-flex a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  gap: 15px;
}
.theme--dark-mobile .base .right-column-widget .mini-widget .mini-widget-flex a .miniature img {
  height: 80px;
  width: 80px;
}
.theme--dark-mobile .base .right-column-widget .mini-widget .mini-widget-flex a .text {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  padding: 8px 0;
}
.theme--dark-mobile .base .right-column-widget .mini-widget .mini-widget-flex a .text h4, .theme--dark-mobile .base .right-column-widget .mini-widget .mini-widget-flex a .text h5 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.01em;
  color: #D4D4D4;
  line-height: 120%;
}
.theme--dark-mobile .base .right-column-widget .mini-widget .mini-widget-flex a .text .date {
  font-size: 10px;
}
.theme--dark-mobile .base .mobile-banner-full-width {
  width: 100%;
  background-color: none;
}
.theme--dark-mobile .base .banner-full-width {
  width: 100%;
  background-color: none;
  /*margin-bottom: 64px;*/
}
@media screen and (min-width: 1200px) {
  .theme--dark-mobile .base .separator {
    width: 100%;
    height: 1px;
    background-color: #3c3c3c;
  }
}
@media screen and (max-width: 800px) {
  .theme--dark-mobile .base .separator {
    width: 100%;
    height: 1px;
    background-color: #3c3c3c;
  }
}
.theme--dark-mobile .base .banner-full-width-inv {
  width: 100%;
  background-color: none;
  height: 340px;
}
.theme--dark-mobile .base :root {
  --bg-color: #13131f;
  --bg-color-2: t($bg);
  --text-color: t(text-secondary-page-title);
  --accent-color: t(bg-accent);
}
.theme--dark-mobile .base #sidebar {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  padding: 2rem;
  background-color: #161616;
  box-shadow: 0 10px 20px -4px #000;
  overflow-x: hidden;
  overflow-y: auto;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-100%);
  transition: opacity 0.3s ease, visibility 0.2s ease, transform 0.3s ease;
}
.theme--dark-mobile .base #sidebar #aside_close {
  color: #F3F3F3;
}
.theme--dark-mobile .base #sidebar h5 {
  font-family: Poppins;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  color: #F3F3F3;
}
.theme--dark-mobile .base #sidebar h5 a {
  color: #F3F3F3;
}
.theme--dark-mobile .base #sidebar.show {
  pointer-events: all;
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.theme--dark-mobile .base .sidebar_content {
  padding: 2.8rem 0;
  pointer-events: none;
  /* so that the Sidebar does not get closed while clicking on sidebar_content */
}
.theme--dark-mobile .base .sidebar_content a {
  pointer-events: all;
  /* so that all the a inside sidebar_content are clickable */
}
.theme--dark-mobile .base .sidebar_body {
  /*border-top: 1px dashed var(--text-color);
  border-bottom: 1px dashed var(--text-color);*/
}
.theme--dark-mobile .base .side_navlinks ul {
  display: grid;
  /*gap: 2rem;*/
}
.theme--dark-mobile .base .side_navlinks li a {
  letter-spacing: 1px;
  opacity: 0.8;
}
.theme--dark-mobile .base .side_navlinks a:hover {
  opacity: 1;
}
.theme--dark-mobile .base .sidebar_toggler {
  /*position: fixed;*/
  position: relative;
  /*top: 4vh;
    right: 3vw;*/
  /*width: 1.75rem;*/
  height: 1.3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
  overflow: hidden;
}
.theme--dark-mobile .base .sidebar_toggler span {
  background-color: #ddd;
  width: 100%;
  height: 2.4px;
  transition: all 0.3s ease;
  pointer-events: none;
  /* so that it doesn't overlap the sidebar_toggler */
}
.theme--dark-mobile .base #sidebar.show + .sidebar_toggler {
  justify-content: center;
}
.theme--dark-mobile .base #sidebar.show + .sidebar_toggler span {
  margin-top: -1.2px;
  margin-bottom: -1.2px;
}
.theme--dark-mobile .base #sidebar.show + .sidebar_toggler span:first-child {
  transform: rotate(45deg);
}
.theme--dark-mobile .base #sidebar.show + .sidebar_toggler span:nth-child(2) {
  opacity: 0;
  transform: translateX(-100%);
}
.theme--dark-mobile .base #sidebar.show + .sidebar_toggler span:last-child {
  transform: rotate(-45deg);
}
.theme--dark-mobile .base .mobile-menu-bar {
  background-color: #161616;
}
.theme--dark-biznes .base {
  color: #D4D4D4;
  background-color: #161616;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-family: "Poppins", sans-serif;
  /*--====== Global Variables ======--*/
  /*--====== Sidebar ======--*/
  /* when the sidebar has 'show' class */
  /*---- Sidebar-Toggler ----*/
  /* if the sidebar has 'show' class then their adjacent-sibling (i.e., sidebar_toggler) will... */
  /*.banner-full-width {
          width: 1200px;
          background-color: #161616;
          /*margin-bottom: 64px;* /
      }*/
}
.theme--dark-biznes .base .icon-color {
  color: #ffffff;
}
.theme--dark-biznes .base .box:after {
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #161616 88%, #161616 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);*/
  /* IE6-9 */
  content: " ";
  display: block;
  height: 30px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
}
.theme--dark-biznes .base .full-cont {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 38px;
  width: 100%;
  background: #161616;
}
.theme--dark-biznes .base .full-cont #t_top {
  background-color: #161616;
}
.theme--dark-biznes .base .full-cont .nastepnyartykul {
  padding: 2.5rem;
  background: rgba(214, 216, 217, 0.4);
  font-weight: 700;
  color: #D4D4D4;
  font-size: 1.5625rem;
  display: block;
  text-align: center;
  position: relative;
  margin: 12px 0;
}
.theme--dark-biznes .base .nastepnyartykul {
  padding: 2.5rem;
  background: rgba(214, 216, 217, 0.4);
  font-weight: 700;
  color: #D4D4D4;
  font-size: 1.5625rem;
  display: block;
  text-align: center;
  position: relative;
  margin: 12px 0;
}
.theme--dark-biznes .base .widget-title {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  align-content: flex-start;
  justify-content: flex-start;
  gap: 10px;
}
.theme--dark-biznes .base .widget-title i {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 20px;
  flex-direction: row;
  align-items: flex-end;
}
.theme--dark-biznes .base .widget-title i::before {
  display: flex;
  align-items: flex-end;
}
.theme--dark-biznes .base .widget-title .color-red {
  color: #CD0504;
}
.theme--dark-biznes .base .widget-title .color-accent {
  color: #b19243;
}
.theme--dark-biznes .base .widget-title h2, .theme--dark-biznes .base .widget-title h4 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0.01em;
  margin-bottom: 0;
  color: #F3F3F3;
}
@media screen and (max-width: 900px) {
  .theme--dark-biznes .base .widget-title h2, .theme--dark-biznes .base .widget-title h4 {
    font-size: 1.286rem;
    line-height: 2.125rem;
  }
}
.theme--dark-biznes .base .widget-title p {
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.01em;
  color: #F3F3F3;
}
.theme--dark-biznes .base .widget-title .see_all {
  margin-right: 0;
  margin-left: auto;
  align-self: center;
  color: #939393;
}
.theme--dark-biznes .base .widget-title .see_all a {
  color: #939393;
  font-size: 14px;
}
.theme--dark-biznes .base .middle-widget-title h3, .theme--dark-biznes .base .middle-widget-title h4 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 2.125rem;
  letter-spacing: 0.01em;
  margin-bottom: 0;
  color: #F3F3F3;
}
.theme--dark-biznes .base .middle-widget-title p {
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.01em;
  color: #F3F3F3;
}
.theme--dark-biznes .base .middle-widget-title .see_all {
  margin-right: 0;
  margin-left: auto;
  align-self: flex-end;
  color: #939393;
}
.theme--dark-biznes .base .middle-widget-title .see_all a {
  color: #939393;
  font-size: 14px;
}
.theme--dark-biznes .base nav {
  background-color: #161616;
}
.theme--dark-biznes .base nav.black-bg {
  background-color: #b19243;
}
.theme--dark-biznes .base .menu,
.theme--dark-biznes .base .submenu,
.theme--dark-biznes .base .top-menu {
  /*width: $screen-lg;*/
  margin: 0 auto;
  padding: 0 15px;
  list-style-type: none;
  font-weight: 500;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  background-color: #161616;
  gap: 11px;
  flex-wrap: nowrap;
  background: none;
}
.theme--dark-biznes .base .menu li,
.theme--dark-biznes .base .submenu li,
.theme--dark-biznes .base .top-menu li {
  line-height: 20px;
  border-radius: 6px;
}
.theme--dark-biznes .base .menu li a,
.theme--dark-biznes .base .submenu li a,
.theme--dark-biznes .base .top-menu li a {
  color: #D4D4D4;
  text-decoration: none;
}
.theme--dark-biznes .base .menu .dropdown,
.theme--dark-biznes .base .submenu .dropdown,
.theme--dark-biznes .base .top-menu .dropdown {
  position: relative;
  display: inline-block;
}
.theme--dark-biznes .base .menu .dropdown .dropdown-menu,
.theme--dark-biznes .base .submenu .dropdown .dropdown-menu,
.theme--dark-biznes .base .top-menu .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  z-index: 100;
  background-color: #161616;
  padding: 10px;
  border: 1px solid #ccc;
}
.theme--dark-biznes .base .menu .dropdown .dropdown-menu li,
.theme--dark-biznes .base .submenu .dropdown .dropdown-menu li,
.theme--dark-biznes .base .top-menu .dropdown .dropdown-menu li {
  list-style: none;
  text-align: left;
  padding: 5px 10px;
  width: 300px;
}
.theme--dark-biznes .base .menu .dropdown .dropdown-menu li.parent,
.theme--dark-biznes .base .submenu .dropdown .dropdown-menu li.parent,
.theme--dark-biznes .base .top-menu .dropdown .dropdown-menu li.parent {
  border-bottom: 1px solid #3c3c3c;
  font-weight: 600;
}
.theme--dark-biznes .base .menu .dropdown:hover .dropdown-menu,
.theme--dark-biznes .base .submenu .dropdown:hover .dropdown-menu,
.theme--dark-biznes .base .top-menu .dropdown:hover .dropdown-menu {
  display: block;
}
.theme--dark-biznes .base .menu .item,
.theme--dark-biznes .base .submenu .item,
.theme--dark-biznes .base .top-menu .item {
  padding: 10px;
}
.theme--dark-biznes .base .menu .item .button,
.theme--dark-biznes .base .submenu .item .button,
.theme--dark-biznes .base .top-menu .item .button {
  padding: 9px 5px;
}
.theme--dark-biznes .base .menu {
  font-size: 15px;
  /*li:last-child {
    margin-left: auto;
  }*/
}
.theme--dark-biznes .base .top-menu {
  background-color: #b19243;
  /*height: 56px;*/
  font-size: 14px;
  /*li:last-child {
    margin-left: auto;
  }*/
}
.theme--dark-biznes .base .top-menu .active {
  background: rgba(255, 255, 255, 0.15);
  font-weight: 600;
  font-size: 12px;
}
.theme--dark-biznes .base .top-menu li {
  background-color: #b19243;
}
.theme--dark-biznes .base .top-menu li .active {
  background: rgba(255, 255, 255, 0.15);
}
.theme--dark-biznes .base .top-menu li a {
  color: #D4D4D4;
}
.theme--dark-biznes .base .top-menu .item {
  color: #D4D4D4;
}
.theme--dark-biznes .base h4 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  /* identical to box height, or 142% */
  letter-spacing: 0.01em;
  /* Secondary/Darkest */
  color: #D4D4D4;
}
.theme--dark-biznes .base .menu_footer {
  display: flex;
  align-content: flex-end;
}
.theme--dark-biznes .base .menu_footer ul {
  display: flex;
  justify-content: flex-end;
}
.theme--dark-biznes .base .menu_footer ul li {
  list-style: none;
  margin: 0 16px;
}
.theme--dark-biznes .base .menu_footer ul li a {
  font-family: "Inter";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  /* identical to box height, or 133% */
  text-align: justify;
  letter-spacing: 0.01em;
  /* Secondary/Darker */
  color: #D4D4D4;
}
.theme--dark-biznes .base .title-area {
  padding-top: 5px;
  position: relative;
  /*h3 {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 600;
    font-size: 1rem;
    line-height: 2.125rem;

    letter-spacing: 0.01em;

    color: t($text);
    margin-bottom: 0px;
  }*/
}
.theme--dark-biznes .base .title-area h2, .theme--dark-biznes .base .title-area h3 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 2.125rem;
  /* or 142% */
  letter-spacing: 0.01em;
  /* Secondary/Darkest */
  color: #D4D4D4;
  margin-bottom: 0px;
}
@media screen and (max-width: 900px) {
  .theme--dark-biznes .base .title-area h2, .theme--dark-biznes .base .title-area h3 {
    font-size: 1.286rem;
    line-height: 1.5em;
  }
}
.theme--dark-biznes .base .title-area h7 {
  font-size: 12px;
  color: #939393;
}
.theme--dark-biznes .base .title-area .large-post-meta {
  gap: 10px;
}
.theme--dark-biznes .base .title-area .large-post-meta .avatar {
  height: 24px;
  width: 24px;
}
.theme--dark-biznes .base .title-area .large-post-meta .avatar img {
  height: 24px;
  width: 24px;
  border-radius: 12px;
}
.theme--dark-biznes .base .title-area .large-post-meta .author {
  font-family: "Poppins";
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 18px;
  color: #F3F3F3;
  letter-spacing: 0.02em;
}
.theme--dark-biznes .base .title-area .large-post-meta time {
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  /* identical to box height, or 133% */
  letter-spacing: 0.01em;
  /* Secondary/Dark */
  color: #939393;
}
.theme--dark-biznes .base .cover-card {
  width: 100%;
  /*height: 403px;*/
  border-radius: 6px;
  /*overflow: hidden;*/
}
.theme--dark-biznes .base .cover-card img {
  width: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 6px;
}
.theme--dark-biznes .base .cover-card .title-area {
  width: inherit;
}
.theme--dark-biznes .base .cover-card .title-area h7 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
  /* identical to box height */
  letter-spacing: 0.01em;
  /* Secondary/Dark */
  color: #BEBEBE;
  margin-bottom: 5px;
}
.theme--dark-biznes .base .cover-card .title-area h3 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0.01em;
  /* Secondary/Darkest */
  color: #F3F3F3;
}
@media screen and (max-width: 1199px) {
  .theme--dark-biznes .base .cover-card {
    width: 100%;
    border-radius: 6px;
    /*overflow: hidden;*/
  }
  .theme--dark-biznes .base .cover-card img {
    width: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 6px;
  }
}
.theme--dark-biznes .base .filtering-navbar ul li a {
  color: #939393;
}
.theme--dark-biznes .base .filtering-navbar ul li.active a {
  color: #b19243;
}
.theme--dark-biznes .base .filtering-bg {
  background-color: #b19243;
}
.theme--dark-biznes .base .border-color-accent {
  border-color: #b19243 !important;
}
.theme--dark-biznes .base .bg-accent {
  background-color: #b19243 !important;
}
.theme--dark-biznes .base .text-color {
  color: #D4D4D4 !important;
}
.theme--dark-biznes .base .feed-details .forum-title {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #D4D4D4;
  margin-bottom: 0;
}
.theme--dark-biznes .base .feed-details .forum-title a {
  color: #F3F3F3;
  font-weight: 700;
}
.theme--dark-biznes .base .feed-details .author {
  font-family: "Poppins";
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 12px;
  color: #F3F3F3;
  letter-spacing: 0.02em;
}
.theme--dark-biznes .base .activity-feed {
  width: 100%;
  border-radius: 6px;
  border: 1px solid #3c3c3c;
  padding: 20px;
}
.theme--dark-biznes .base .activity-feed .feed-item .feed-details .forum-title {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  color: #D4D4D4;
}
.theme--dark-biznes .base .activity-feed .feed-item .feed-details .forum-title a {
  color: #F3F3F3;
  font-weight: 700;
}
.theme--dark-biznes .base .activity-feed .feed-item .feed-details .author {
  font-family: "Poppins";
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 12px;
  color: #F3F3F3;
  letter-spacing: 0.02em;
}
.theme--dark-biznes .base footer {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
  margin-top: 60px;
  border-top: 0px;
  background-color: #161616;
  z-index: 1;
  /*max-width: 1200px;*/
  width: 100%;
  margin: auto;
  padding-top: 32px;
}
.theme--dark-biznes .base footer .footer_bottom {
  width: 100%;
}
.theme--dark-biznes .base footer .socials a {
  font-size: 1rem;
  color: #D4D4D4;
}
.theme--dark-biznes .base footer .socials a i {
  font-size: 1.5rem;
}
.theme--dark-biznes .base footer div h5 {
  font-family: "Poppins";
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0px;
}
.theme--dark-biznes .base footer div .box_news .footer_link {
  font-family: "Inter";
  list-style: none;
  font-size: 12px;
  color: #939393;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.01em;
}
.theme--dark-biznes .base footer div .box_news ul {
  padding-left: 0;
}
.theme--dark-biznes .base footer div .box_news ul li {
  font-family: "Inter";
  list-style: none;
  font-size: 12px;
}
.theme--dark-biznes .base footer div .box_news ul li a {
  color: #939393;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.01em;
}
.theme--dark-biznes .base footer .accordion {
  margin-top: 20px;
  width: 100%;
  border-radius: 6px;
  background-color: #161616;
  padding: 0 24px;
  border: none;
}
.theme--dark-biznes .base footer .accordion .accordion-item:not(:last-child) {
  border-bottom: 1px solid #3c3c3c !important;
}
.theme--dark-biznes .base footer .accordion .accordion-item {
  padding: 16px 0;
  background-color: #161616;
}
.theme--dark-biznes .base footer .accordion .accordion-item path {
  fill: red;
}
.theme--dark-biznes .base footer .accordion .accordion-item .accordion-button::after {
  color: #fff;
  fill: red;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='7 7 10 10' preserveAspectRatio='x200Y200 meet' fill='%23bebebe'%3E%3Cpath d='M12 11.8284L9.17154 14.6569L7.75732 13.2426L12 9L16.2426 13.2426L14.8284 14.6569L12 11.8284Z'%3E%3C/path%3E%3C/svg%3E");
}
.theme--dark-biznes .base footer .accordion .accordion-item .accordion-button:not(.collapsed) {
  color: #F3F3F3;
  background-color: #161616;
  border-color: #161616;
}
.theme--dark-biznes .base footer .accordion .accordion-item .accordion-button {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #F3F3F3;
  background-color: #161616;
  border-radius: 6px;
  padding: 16px 0;
  border: none;
}
.theme--dark-biznes .base .post-vertical .cover-card {
  width: 100%;
  /*height: 403px;*/
  border-radius: 6px;
  /*overflow: hidden;*/
}
.theme--dark-biznes .base .post-vertical .cover-card img {
  width: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 6px;
}
.theme--dark-biznes .base .post-vertical .cover-card .title-area {
  width: inherit;
}
.theme--dark-biznes .base .post-vertical .cover-card .title-area h7 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
  /* identical to box height */
  letter-spacing: 0.01em;
  /* Secondary/Dark */
  color: #BEBEBE;
  margin-bottom: 5px;
}
.theme--dark-biznes .base .post-vertical .cover-card .title-area h3 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0.01em;
  /* Secondary/Darkest */
  color: #F3F3F3;
}
@media screen and (max-width: 1199px) {
  .theme--dark-biznes .base .post-vertical .cover-card {
    width: 100%;
    border-radius: 6px;
    /*overflow: hidden;*/
  }
  .theme--dark-biznes .base .post-vertical .cover-card img {
    width: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 6px;
  }
}
.theme--dark-biznes .base .post-vertical .vertical-post-meta .author-data {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding: 5px 0;
}
.theme--dark-biznes .base .post-vertical .vertical-post-meta .author-data .avatar {
  height: 24px;
  width: 24px;
}
.theme--dark-biznes .base .post-vertical .vertical-post-meta .author-data .avatar img {
  height: 24px;
  width: 24px;
  border-radius: 12px;
}
.theme--dark-biznes .base .post-vertical .vertical-post-meta .author-data .author-name {
  margin-left: 10px;
}
.theme--dark-biznes .base .post-vertical .vertical-post-meta .author-data .author-name .author {
  color: #F3F3F3;
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  /* identical to box height */
  letter-spacing: 0.01em;
  /* Secondary/Darkest */
}
.theme--dark-biznes .base .post-vertical .vertical-post-meta .author-data .author-name time {
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 12px;
  /* identical to box height, or 133% */
  letter-spacing: 0.02em;
  /* Secondary/Dark */
  color: #939393;
}
.theme--dark-biznes .base input:checked + .slider {
  background-color: #b19243;
}
.theme--dark-biznes .base input:focus + .slider {
  box-shadow: 0 0 1px #b19243;
}
.theme--dark-biznes .base .mini-widget .small-widget-title h5, .theme--dark-biznes .base .mini-widget .small-widget-title h4 {
  color: #F3F3F3;
}
.theme--dark-biznes .base .mini-widget .small-widget-title h5 a, .theme--dark-biznes .base .mini-widget .small-widget-title h4 a {
  /*font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;*/
  color: #F3F3F3;
}
.theme--dark-biznes .base .video-widget {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  padding-bottom: 64px;
}
.theme--dark-biznes .base .video-widget .widget-title {
  width: 100%;
}
.theme--dark-biznes .base .video-widget .widget-title h2, .theme--dark-biznes .base .video-widget .widget-title h4 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0.01em;
  color: #F3F3F3;
}
.theme--dark-biznes .base .video-widget .widget-body {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 24px;
}
.theme--dark-biznes .base .video-widget .widget-body .post-video-large {
  width: 100%;
  height: 332px;
  border-radius: 6px;
  overflow: hidden;
}
.theme--dark-biznes .base .video-widget .widget-body .post-video-large .post-media {
  width: 100%;
  height: 332px;
  border-radius: 6px;
}
.theme--dark-biznes .base .video-widget .widget-body .post-video-large .post-media .embed-responsive {
  height: 332px;
}
.theme--dark-biznes .base .video-widget .widget-body .post-video-large .post-media .embed-responsive img {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: 332px;
}
.theme--dark-biznes .base .video-widget .widget-body .post-video-large .post-media .video__youtube img {
  object-fit: cover;
  object-position: center;
}
.theme--dark-biznes .base .page-title-section {
  width: 100%;
  margin-top: 60px;
  margin-bottom: 60px;
}
.theme--dark-biznes .base .page-title-section .title-area {
  width: 100%;
}
.theme--dark-biznes .base .page-title-section .title-area h1 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 42px;
  /* identical to box height, or 131% */
  letter-spacing: 0.01em;
  color: #F3F3F3;
}
.theme--dark-biznes .base .page-title-section .title-description-area p {
  /* Body/Text/Regular/Regular */
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  /* or 157% */
  letter-spacing: 0.01em;
  /* Secondary/Dark */
  color: #939393;
}
.theme--dark-biznes .base .title-area-mobile {
  width: 100%;
}
.theme--dark-biznes .base .title-area-mobile h1 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  /* identical to box height, or 131% */
  letter-spacing: 0.01em;
  /* Secondary/Darkest */
  color: #F3F3F3;
}
.theme--dark-biznes .base .title-description-area-mobile p {
  /* Body/Text/Regular/Regular */
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  /* or 157% */
  letter-spacing: 0.01em;
  /* Secondary/Dark */
  color: #939393;
}
.theme--dark-biznes .base .accordion-button:not(.collapsed) {
  color: #F3F3F3;
  background-color: #161616;
  border-color: #161616;
}
.theme--dark-biznes .base .article p {
  font-family: "Inter", sans-serif;
}
.theme--dark-biznes .base .article .accordion-button:not(.collapsed) {
  color: #F3F3F3;
  background-color: #161616;
  border-color: #161616;
}
.theme--dark-biznes .base .article .colorfulcats {
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.theme--dark-biznes .base .article .colorfulcats a {
  text-decoration: none;
}
.theme--dark-biznes .base .article .colorfulcats .label-primary {
  background-color: #b19243;
}
.theme--dark-biznes .base .article .colorfulcats a.cat-label {
  padding-left: 10px;
  padding-right: 10px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.theme--dark-biznes .base .article a {
  color: #CD0504;
  text-decoration: underline;
}
.theme--dark-biznes .base .article p {
  color: #D4D4D4;
  line-height: 1.625rem;
}
.theme--dark-biznes .base .article .authorbox a {
  color: #D4D4D4;
  text-decoration: none;
}
.theme--dark-biznes .base .article h1 {
  font-family: Poppins;
  font-weight: 600;
  font-size: 2.3rem;
  margin-top: 3rem;
  line-height: 2.5rem;
  letter-spacing: 0.01em;
  color: #F3F3F3;
}
.theme--dark-biznes .base .article .mm-gallery .glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.theme--dark-biznes .base .article .mm-gallery .carousel {
  width: 100%;
  aspect-ratio: 16/9;
  margin: auto;
}
.theme--dark-biznes .base .article .mm-gallery .carousel .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.theme--dark-biznes .base .article .mm-gallery .carousel .glyphicon-chevron-left {
  width: 30px;
  height: 30px;
  margin-top: -10px;
  font-size: 30px;
}
.theme--dark-biznes .base .article .mm-gallery .carousel .glyphicon-chevron-right {
  width: 30px;
  height: 30px;
  margin-top: -10px;
  font-size: 30px;
}
.theme--dark-biznes .base .article .mm-gallery .carousel .glyphicon-chevron-left:before {
  content: "\e079";
}
.theme--dark-biznes .base .article .mm-gallery .carousel .glyphicon-chevron-right:before {
  content: "\e080";
}
.theme--dark-biznes .base .article .mm-gallery .carousel ol.carousel-indicators {
  bottom: 0px;
}
.theme--dark-biznes .base .article .mm-gallery .carousel .carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
}
.theme--dark-biznes .base .article .mm-gallery .carousel .carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000", endColorstr="#00000000", GradientType=1);
}
.theme--dark-biznes .base .article .mm-gallery .carousel .carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#80000000", GradientType=1);
}
.theme--dark-biznes .base .article .post-info {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.theme--dark-biznes .base .article .post-info .article-post-meta {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
}
.theme--dark-biznes .base .article .post-info .article-post-meta .author-data {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding: 5px 0;
}
.theme--dark-biznes .base .article .post-info .article-post-meta .author-data .avatar {
  height: 40px;
  width: 40px;
}
.theme--dark-biznes .base .article .post-info .article-post-meta .author-data .avatar img {
  height: 40px;
  width: 40px;
  border-radius: 20px;
}
.theme--dark-biznes .base .article .post-info .article-post-meta .author-data .author-name .author {
  margin-left: 14px;
  /* H6/Medium */
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  /* identical to box height, or 143% */
  letter-spacing: 0.01em;
  /* Secondary/Darkest */
  color: #F3F3F3;
}
.theme--dark-biznes .base .article .post-info .article-post-meta .author-data .author-name time {
  margin-left: 14px;
  /* H7 / Regular */
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 12px;
  /* identical to box height, or 133% */
  letter-spacing: 0.01em;
  /* Secondary/Light */
  color: #939393;
}
.theme--dark-biznes .base .article .post-info .post-sharing a {
  text-decoration: none;
}
.theme--dark-biznes .base .article .post-info .post-sharing .cm-button {
  padding: 14px 20px;
  /* Primary/Default */
  background: #CD0504;
  border-radius: 6px;
  /* H6/Semi */
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height, or 143% */
  letter-spacing: 0.01em;
  /* Neutral/White */
  color: #FFFFFF;
}
.theme--dark-biznes .base .article .post-info .post-sharing .fb-button {
  padding: 14px 20px;
  /* Primary/Default */
  background: #365396;
  border-radius: 6px;
  /* H6/Semi */
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height, or 143% */
  letter-spacing: 0.01em;
  /* Neutral/White */
  color: #FFFFFF;
}
.theme--dark-biznes .base .article .post-info .post-sharing .tw-button {
  padding: 14px 20px;
  /* Primary/Default */
  background: #00A8F0;
  border-radius: 6px;
  /* H6/Semi */
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height, or 143% */
  letter-spacing: 0.01em;
  /* Neutral/White */
  color: #FFFFFF;
}
.theme--dark-biznes .base .article .post-info .post-sharing ul.list-inline {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  list-style-type: none;
  gap: 8px;
}
.theme--dark-biznes .base .article .post-info .post-sharing ul.list-inline li .cm-button {
  padding: 14px 20px;
  /* Primary/Default */
  background: #CD0504;
  border-radius: 6px;
  /* H6/Semi */
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height, or 143% */
  letter-spacing: 0.01em;
  /* Neutral/White */
  color: #FFFFFF;
}
.theme--dark-biznes .base .article .post-info .post-sharing ul.list-inline li .fb-button {
  padding: 14px 20px;
  /* Primary/Default */
  background: #365396;
  border-radius: 6px;
  /* H6/Semi */
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height, or 143% */
  letter-spacing: 0.01em;
  /* Neutral/White */
  color: #FFFFFF;
}
.theme--dark-biznes .base .article .post-info .post-sharing ul.list-inline li .tw-button {
  padding: 14px 20px;
  /* Primary/Default */
  background: #00A8F0;
  border-radius: 6px;
  /* H6/Semi */
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height, or 143% */
  letter-spacing: 0.01em;
  /* Neutral/White */
  color: #FFFFFF;
}
.theme--dark-biznes .base .article .post-info .row {
  width: 100%;
}
.theme--dark-biznes .base .article .title-area {
  width: 100%;
}
.theme--dark-biznes .base .article .columns {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  gap: 64px;
}
.theme--dark-biznes .base .article .columns .left-col .post-media {
  width: 792px;
  margin-bottom: 48px;
  border-radius: 6px;
}
.theme--dark-biznes .base .article .columns .left-col .post-media img {
  width: 792px;
  border-radius: 6px;
}
.theme--dark-biznes .base .article .columns .left-col .post-desc p {
  /* Body/Text/Large/Regular */
  text-align: justify;
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  /* or 162% */
  letter-spacing: 0.01em;
  /* Secondary/Darker */
  color: #D4D4D4;
  margin-bottom: 12px;
}
.theme--dark-biznes .base .article .columns .left-col .post-desc img {
  max-width: 792px;
}
.theme--dark-biznes .base .article .columns .left-col .post-desc ul {
  padding-inline-start: 40px;
  margin-bottom: 12px;
  /* Body/Text/Large/Regular */
  text-align: justify;
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  /* or 162% */
  letter-spacing: 0.01em;
  /* Secondary/Darker */
  color: #D4D4D4;
}
.theme--dark-biznes .base .article .columns .left-col .post-desc h3 {
  /* H3/Semi */
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  /* identical to box height, or 142% */
  letter-spacing: 0.01em;
}
.theme--dark-biznes .base .article .columns .left-col .post-desc .post-sharing {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 32px;
  margin-bottom: 32px;
}
.theme--dark-biznes .base .article .columns .left-col .post-desc .post-sharing a {
  text-decoration: none;
}
.theme--dark-biznes .base .article .columns .left-col .post-desc .post-sharing p {
  /* H6/Medium */
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height, or 143% */
  letter-spacing: 0.01em;
  /* Secondary/Darkest */
  color: #D4D4D4;
}
.theme--dark-biznes .base .article .columns .left-col .post-desc .post-sharing ul.list-inline {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  list-style-type: none;
  gap: 8px;
}
.theme--dark-biznes .base .article .columns .left-col .post-desc .post-sharing ul.list-inline li .cm-button {
  padding: 14px 20px;
  /* Primary/Default */
  background: #CD0504;
  border-radius: 6px;
  /* H6/Semi */
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height, or 143% */
  letter-spacing: 0.01em;
  /* Neutral/White */
  color: #FFFFFF;
}
.theme--dark-biznes .base .article .columns .left-col .post-desc .post-sharing ul.list-inline li .fb-button {
  padding: 14px 20px;
  /* Primary/Default */
  background: #365396;
  border-radius: 6px;
  /* H6/Semi */
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height, or 143% */
  letter-spacing: 0.01em;
  /* Neutral/White */
  color: #FFFFFF;
}
.theme--dark-biznes .base .article .columns .left-col .post-desc .post-sharing ul.list-inline li .tw-button {
  padding: 14px 20px;
  /* Primary/Default */
  background: #00A8F0;
  border-radius: 6px;
  /* H6/Semi */
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height, or 143% */
  letter-spacing: 0.01em;
  /* Neutral/White */
  color: #FFFFFF;
}
.theme--dark-biznes .base .article .columns .left-col .post-desc .post-bottom .tags {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 5px;
}
.theme--dark-biznes .base .article .columns .left-col .post-desc .post-bottom .tags a {
  padding: 8px 9px 8px 10px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)), #262626;
  border-radius: 6px;
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 10px;
  line-height: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* identical to box height, or 160% */
  letter-spacing: 0.02em;
  /* Neutral/White */
  color: #FFFFFF;
}
.theme--dark-biznes .base .article .columns .left-col .post-desc .comments-widget {
  width: 100%;
}
.theme--dark-biznes .base .article .columns .left-col .post-desc .separator {
  width: 100%;
  margin: 32px 0;
}
.theme--dark-biznes .base .article .columns .right-col {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  width: 336px;
}
.theme--dark-biznes .base .article .columns .right-col .widget .widget-title {
  margin-bottom: 24px;
}
.theme--dark-biznes .base .article .columns .right-col .widget .widget-title h4 {
  font-size: 16px;
  line-height: 24px;
}
.theme--dark-biznes .base .article .columns .right-col .widget .widget-title p {
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.01em;
  color: #BEBEBE;
}
.theme--dark-biznes .base .article .fb-button {
  padding: 14px 20px;
  /* Primary/Default */
  background: #365396;
  border-radius: 6px;
  /* H6/Semi */
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height, or 143% */
  letter-spacing: 0.01em;
  /* Neutral/White */
  color: #FFFFFF;
}
.theme--dark-biznes .base .article .post-bottom .tags {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 5px;
}
.theme--dark-biznes .base .article .post-bottom .tags a {
  padding: 8px 9px 8px 10px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)), #262626;
  border-radius: 6px;
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 10px;
  line-height: 16px;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* identical to box height, or 160% */
  letter-spacing: 0.02em;
  /* Neutral/White */
  color: #FFFFFF;
}
.theme--dark-biznes .base .article .cm-button {
  text-decoration: none;
  padding: 14px 20px;
  /* Primary/Default */
  background: #CD0504;
  border-radius: 6px;
  /* H6/Semi */
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height, or 143% */
  letter-spacing: 0.01em;
  /* Neutral/White */
  color: #FFFFFF;
}
.theme--dark-biznes .base .article .tw-button {
  text-decoration: none;
  padding: 14px 20px;
  /* Primary/Default */
  background: #00A8F0;
  border-radius: 6px;
  /* H6/Semi */
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height, or 143% */
  letter-spacing: 0.01em;
  /* Neutral/White */
  color: #FFFFFF;
}
.theme--dark-biznes .base .article .post-sharing a {
  text-decoration: none;
}
.theme--dark-biznes .base .article .post-sharing p {
  font-family: Poppins;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1%;
}
.theme--dark-biznes .base .article img {
  object-fit: cover;
  max-width: 100%;
  max-height: 100%;
  height: auto;
}
.theme--dark-biznes .base .article blockquote {
  position: relative;
  padding: 10px 20px 10px 70px;
  margin: 0 0 20px;
  font-size: 1.4rem;
  font-weight: 600;
}
.theme--dark-biznes .base .article blockquote p {
  font-family: Poppins;
  line-height: 1.8;
}
.theme--dark-biznes .base .article blockquote:before {
  color: #ca0301;
  content: url("../img/double-quotes-l.svg");
  height: 50px;
  width: 50px;
  display: block;
  left: 0px;
  position: absolute;
  top: 0px;
}
@media screen and (max-width: 1200px) {
  .theme--dark-biznes .base .article {
    width: 100%;
  }
  .theme--dark-biznes .base .article .title-area {
    width: 100%;
  }
}
@media screen and (max-width: 992px) {
  .theme--dark-biznes .base .article {
    width: 100%;
  }
  .theme--dark-biznes .base .article h1 {
    font-size: 1.7rem;
  }
  .theme--dark-biznes .base .article .columns {
    flex-direction: column;
    gap: 32px;
  }
  .theme--dark-biznes .base .article .columns .left-col {
    width: 100%;
  }
  .theme--dark-biznes .base .article .columns .right-col {
    width: 100%;
  }
}
@media screen and (max-width: 800px) {
  .theme--dark-biznes .base .article {
    width: 100%;
  }
  .theme--dark-biznes .base .article .post-media img {
    height: 340px;
    width: auto;
    object-fit: cover;
    max-width: 100%;
    max-height: 100%;
    width: auto;
  }
}
@media screen and (min-width: 1200px) {
  .theme--dark-biznes .base .posts-col .large-widget {
    margin: 0;
    display: flex;
    flex-direction: row;
  }
  .theme--dark-biznes .base .posts-col .large-widget .post-media {
    width: 248px;
    height: 224px;
    border-radius: 6px;
  }
  .theme--dark-biznes .base .posts-col .large-widget .post-media .large-post-media-cover {
    width: 248px;
    height: 224px;
    border-radius: 6px;
    overflow: hidden;
  }
  .theme--dark-biznes .base .posts-col .large-widget .post-media .large-post-media-cover img {
    width: 248px;
    height: 224px;
    object-fit: cover;
    object-position: center;
    min-height: 100%;
    min-width: 100%;
  }
  .theme--dark-biznes .base .posts-col .large-widget .title-area {
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 10px;
  }
  .theme--dark-biznes .base .posts-col .large-widget .title-area .colorfulcats {
    display: flex;
    flex-direction: row;
    gap: 10px;
  }
  .theme--dark-biznes .base .posts-col .large-widget .title-area .colorfulcats .label-primary {
    background-color: #b19243;
  }
  .theme--dark-biznes .base .posts-col .large-widget .title-area .colorfulcats a.cat-label {
    padding-left: 10px;
    padding-right: 10px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .theme--dark-biznes .base .posts-col .large-widget .title-area .large-post-meta {
    display: flex;
    flex-direction: row;
  }
  .theme--dark-biznes .base .posts-col .large-widget .title-area .large-post-meta .author {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .theme--dark-biznes .base .posts-col .large-widget .title-area .large-post-meta .author .author-data {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    color: #F3F3F3;
    letter-spacing: 0.02em;
  }
  .theme--dark-biznes .base .posts-col .large-widget .title-area .large-post-meta .author .author-data .avatar {
    height: 24px;
    width: 24px;
  }
  .theme--dark-biznes .base .posts-col .large-widget .title-area .large-post-meta .author .author-data .avatar img {
    height: 24px;
    width: 24px;
    border-radius: 12px;
  }
  .theme--dark-biznes .base .posts-col .large-widget .title-area .large-post-meta .author .author-data .author-name {
    margin-left: 10px;
    color: #F3F3F3;
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    /* identical to box height */
    letter-spacing: 0.02em;
    /* Secondary/Darkest */
  }
  .theme--dark-biznes .base .posts-col .large-widget .title-area .large-post-meta .post-time time {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.01em;
    color: #939393;
  }
}
@media screen and (max-width: 1199px) {
  .theme--dark-biznes .base .posts-col .large-widget {
    width: 100%;
    margin: 0;
    display: flex;
    flex-direction: row;
  }
  .theme--dark-biznes .base .posts-col .large-widget .post-media {
    border-radius: 6px;
    overflow: hidden;
  }
  .theme--dark-biznes .base .posts-col .large-widget .post-media img {
    object-fit: cover;
    object-position: center;
    min-height: 100%;
    min-width: 100%;
  }
  .theme--dark-biznes .base .posts-col .large-widget .title-area {
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 15px;
  }
  .theme--dark-biznes .base .posts-col .large-widget .title-area .colorfulcats {
    display: flex;
    flex-direction: row;
    gap: 10px;
  }
  .theme--dark-biznes .base .posts-col .large-widget .title-area .colorfulcats .label-primary {
    background-color: #b19243;
  }
  .theme--dark-biznes .base .posts-col .large-widget .title-area .colorfulcats a.cat-label {
    padding-left: 10px;
    padding-right: 10px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .theme--dark-biznes .base .posts-col .large-widget .title-area .large-post-meta {
    display: flex;
    flex-direction: row;
  }
  .theme--dark-biznes .base .posts-col .large-widget .title-area .large-post-meta .author {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .theme--dark-biznes .base .posts-col .large-widget .title-area .large-post-meta .author .author-data {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    color: #F3F3F3;
    letter-spacing: 0.02em;
  }
  .theme--dark-biznes .base .posts-col .large-widget .title-area .large-post-meta .author .author-data .avatar {
    height: 24px;
    width: 24px;
  }
  .theme--dark-biznes .base .posts-col .large-widget .title-area .large-post-meta .author .author-data .avatar img {
    height: 24px;
    width: 24px;
    border-radius: 12px;
  }
  .theme--dark-biznes .base .posts-col .large-widget .title-area .large-post-meta .author .author-data .author-name {
    margin-left: 10px;
    color: #F3F3F3;
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    /* identical to box height */
    letter-spacing: 0.02em;
    /* Secondary/Darkest */
  }
  .theme--dark-biznes .base .posts-col .large-widget .title-area .large-post-meta .post-time time {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.01em;
    color: #939393;
  }
}
.theme--dark-biznes .base .pagination-main {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  width: 100%;
  /* Secondary/Extra Light */
  border: 1px solid;
  box-sizing: border-box;
  border-radius: 8px;
}
.theme--dark-biznes .base .pagination-main .accordion-item {
  border: 1px solid;
}
.theme--dark-biznes .base .pagination-main .pagination-main-heading {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  cursor: pointer;
  justify-content: space-between;
  /*i {
      height: 25px;
      width: 25px;
    }
  span {
      height: 25px;
      margin: 0 auto;
    }*/
}
.theme--dark-biznes .base .pagination-main .pagination-main-heading .accordion-button {
  font-size: 1rem;
  font-weight: 500;
}
.theme--dark-biznes .base .pagination-main .pagination-main-heading .accordion-button:not(.collapsed) {
  box-shadow: none;
}
.theme--dark-biznes .base .pagination-main .pagination-main-heading h5 {
  /* H5/Semi */
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  /* identical to box height */
  letter-spacing: 0.01em;
  /* Secondary/Darkest */
  color: #232323;
}
.theme--dark-biznes .base .pagination-main .accordion-body {
  padding: 0;
}
.theme--dark-biznes .base .pagination-main .pagination-main-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
}
.theme--dark-biznes .base .pagination-main .pagination-main-content .menu-list {
  padding: 15px 19px;
  /* H7 / Medium */
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  /* identical to box height */
  letter-spacing: 0.01em;
  /* Secondary/Dark */
  color: #676767;
  background: #161616;
}
.theme--dark-biznes .base .pagination-main .pagination-main-content .menu-list a {
  text-decoration: none;
  color: #939393;
}
.theme--dark-biznes .base .pagination-main .pagination-main-content .menu-list-active {
  /*height: 48px;*/
  padding: 15px 19px;
  border-left: 1px solid #CD0504;
  /* H7 / Medium */
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  /* identical to box height */
  letter-spacing: 0.01em;
}
.theme--dark-biznes .base .pagination-main .pagination-main-content .menu-list-active a {
  color: #ffffff;
  text-decoration: none;
}
.theme--dark-biznes .base .pagination-main .pagination-main-content .active {
  /*height: 48px;*/
  display: block;
  padding: 15px 19px;
  border-left: 1px solid #CD0504;
  /* H7 / Medium */
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  /* identical to box height */
  letter-spacing: 0.01em;
  color: #ffffff;
  text-decoration: none;
}
.theme--dark-biznes .base .pagination-bottom {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  width: 100%;
  /* Secondary/Extra Light */
  border: 1px solid #F3F3F3;
  box-sizing: border-box;
  border-radius: 6px;
  margin-bottom: 48px;
}
.theme--dark-biznes .base .pagination-bottom .pagination-bottom-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
}
.theme--dark-biznes .base .pagination-bottom .pagination-bottom-content .menu-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  height: 48px;
  /* H7 / Medium */
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  /* identical to box height */
  padding: 0 16px;
  letter-spacing: 0.01em;
  /* Secondary/Dark */
  color: #676767;
}
.theme--dark-biznes .base .pagination-bottom .pagination-bottom-content .menu-list a {
  text-decoration: none;
}
.theme--dark-biznes .base .pagination-bottom .pagination-bottom-content .menu-list i {
  font-size: 18px;
}
.theme--dark-biznes .base .pagination-bottom .pagination-bottom-content .menu-list a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding: 15px 19px;
  color: #939393;
}
.theme--dark-biznes .base .pagination-bottom .pagination-bottom-content .menu-list a.active {
  color: #CD0504;
}
.theme--dark-biznes .base .pagination-bottom .pagination-bottom-content .menu-list a i {
  font-size: 18px;
}
.theme--dark-biznes .base .pagination-bottom .pagination-bottom-content .menu-list-active {
  height: 48px;
  padding: 15px 19px;
  border-left: 1px solid #CD0504;
  /* H7 / Medium */
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  /* identical to box height */
  letter-spacing: 0.01em;
  color: #CD0504;
  background: rgba(205, 5, 4, 0.04);
}
.theme--dark-biznes .base .gallery-slider-mobile {
  height: 400px;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
}
.theme--dark-biznes .base .gallery-slider-mobile .gallery-slider-item {
  height: 400px;
  border-radius: 6px;
  position: relative;
  background-size: cover;
}
.theme--dark-biznes .base .gallery-slider-mobile .gallery-slider-item .slider-effects .badges .colorfulcats .label-primary {
  background-color: #b19243;
}
.theme--dark-biznes .base .gallery-slider-mobile .gallery-slider-item .slider-effects .caption {
  position: absolute;
  left: 24px;
  bottom: 56px;
  z-index: 1;
}
.theme--dark-biznes .base .gallery-slider-mobile .gallery-slider-item .slider-effects .caption .feature {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 0;
  letter-spacing: 0.01em;
  color: #D4D4D4;
}
.theme--dark-biznes .base .gallery-slider-mobile .gallery-slider-item .slider-effects .caption h2, .theme--dark-biznes .base .gallery-slider-mobile .gallery-slider-item .slider-effects .caption h3 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 42px;
  letter-spacing: 0.01em;
  color: #FFFFFF;
}
.theme--dark-biznes .base .gallery-slider-mobile .gallery-slider-item .slider-effects::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 5px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 44.79%, rgba(0, 0, 0, 0.35) 63.54%, rgba(0, 0, 0, 0.75) 100%);
}
.theme--dark-biznes .base .gallery-slider-mobile .gallery-slider-item .slider-effects::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 5px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 44.79%, rgba(0, 0, 0, 0.35) 63.54%, rgba(0, 0, 0, 0.75) 100%);
}
.theme--dark-biznes .base .gallery-slider-mobile .gallery-slider-item img {
  object-fit: cover;
  object-position: center;
  min-height: 100%;
  min-width: 100%;
  border-radius: 6px;
}
.theme--dark-biznes .base .gallery-slider-mobile .gallery-slider-item .badges {
  position: absolute;
  right: 24px;
  top: 24px;
}
.theme--dark-biznes .base .gallery-slider-mobile .gallery-slider-item .meta {
  position: absolute;
  left: 24px;
  top: 24px;
}
.theme--dark-biznes .base .gallery-slider-mobile .gallery-slider-item .meta .vertical-post-meta .author-data {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding: 5px 0;
}
.theme--dark-biznes .base .gallery-slider-mobile .gallery-slider-item .meta .vertical-post-meta .author-data .avatar {
  height: 32px;
  width: 32px;
}
.theme--dark-biznes .base .gallery-slider-mobile .gallery-slider-item .meta .vertical-post-meta .author-data .avatar img {
  height: 32px;
  width: 32px;
  border-radius: 16px;
}
.theme--dark-biznes .base .gallery-slider-mobile .gallery-slider-item .meta .vertical-post-meta .author-data .author-name {
  margin-left: 10px;
}
.theme--dark-biznes .base .gallery-slider-mobile .gallery-slider-item .meta .vertical-post-meta .author-data .author-name .author {
  color: #FFFFFF;
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  /* identical to box height */
  letter-spacing: 0.01em;
  /* Secondary/Darkest */
  margin-bottom: 0px;
}
.theme--dark-biznes .base .gallery-slider-mobile .gallery-slider-item .meta .vertical-post-meta .author-data .author-name time {
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 12px;
  /* identical to box height, or 133% */
  letter-spacing: 0.02em;
  /* Secondary/Dark */
  color: #FFFFFF;
  margin-right: 8px;
}
.theme--dark-biznes .base .gallery-slider-large {
  width: 100%;
  height: 388px;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
}
.theme--dark-biznes .base .gallery-slider-large .gallery-slider-item {
  width: 100%;
  height: 388px;
  border-radius: 6px;
  position: relative;
  background-size: cover;
}
.theme--dark-biznes .base .gallery-slider-large .gallery-slider-item .slider-effects .badges .colorfulcats .label-primary {
  background-color: #b19243;
}
.theme--dark-biznes .base .gallery-slider-large .gallery-slider-item .slider-effects .caption {
  position: absolute;
  left: 24px;
  bottom: 56px;
  z-index: 1;
}
.theme--dark-biznes .base .gallery-slider-large .gallery-slider-item .slider-effects .caption .feature {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 0;
  letter-spacing: 0.01em;
  color: #D4D4D4;
}
.theme--dark-biznes .base .gallery-slider-large .gallery-slider-item .slider-effects .caption h2, .theme--dark-biznes .base .gallery-slider-large .gallery-slider-item .slider-effects .caption h3 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 42px;
  letter-spacing: 0.01em;
  color: #FFFFFF;
}
.theme--dark-biznes .base .gallery-slider-large .gallery-slider-item .slider-effects::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 5px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 44.79%, rgba(0, 0, 0, 0.35) 63.54%, rgba(0, 0, 0, 0.75) 100%);
}
.theme--dark-biznes .base .gallery-slider-large .gallery-slider-item .slider-effects::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 5px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 44.79%, rgba(0, 0, 0, 0.35) 63.54%, rgba(0, 0, 0, 0.75) 100%);
}
.theme--dark-biznes .base .gallery-slider-large .gallery-slider-item img {
  object-fit: cover;
  object-position: center;
  min-height: 100%;
  min-width: 100%;
  border-radius: 6px;
}
.theme--dark-biznes .base .gallery-slider-large .gallery-slider-item .badges {
  position: absolute;
  right: 24px;
  top: 24px;
}
.theme--dark-biznes .base .gallery-slider-large .gallery-slider-item .meta {
  position: absolute;
  left: 24px;
  top: 24px;
}
.theme--dark-biznes .base .gallery-slider-large .gallery-slider-item .meta .vertical-post-meta .author-data {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding: 5px 0;
}
.theme--dark-biznes .base .gallery-slider-large .gallery-slider-item .meta .vertical-post-meta .author-data .avatar {
  height: 32px;
  width: 32px;
}
.theme--dark-biznes .base .gallery-slider-large .gallery-slider-item .meta .vertical-post-meta .author-data .avatar img {
  height: 32px;
  width: 32px;
  border-radius: 16px;
}
.theme--dark-biznes .base .gallery-slider-large .gallery-slider-item .meta .vertical-post-meta .author-data .author-name {
  margin-left: 10px;
}
.theme--dark-biznes .base .gallery-slider-large .gallery-slider-item .meta .vertical-post-meta .author-data .author-name .author {
  color: #FFFFFF;
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  /* identical to box height */
  letter-spacing: 0.01em;
  /* Secondary/Darkest */
  margin-bottom: 0px;
}
.theme--dark-biznes .base .gallery-slider-large .gallery-slider-item .meta .vertical-post-meta .author-data .author-name time {
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 12px;
  /* identical to box height, or 133% */
  letter-spacing: 0.02em;
  /* Secondary/Dark */
  color: #FFFFFF;
  margin-right: 8px;
}
.theme--dark-biznes .base .gallery-slider-small {
  width: 100%;
  height: 388px;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
}
.theme--dark-biznes .base .gallery-slider-small .gallery-slider-item {
  width: 100%;
  height: 388px;
  border-radius: 6px;
  position: relative;
  background-size: cover;
}
.theme--dark-biznes .base .gallery-slider-small .gallery-slider-item .slider-effects .badges .colorfulcats .label-primary {
  background-color: #b19243;
}
.theme--dark-biznes .base .gallery-slider-small .gallery-slider-item .slider-effects .caption {
  position: absolute;
  left: 24px;
  bottom: 56px;
  z-index: 1;
}
.theme--dark-biznes .base .gallery-slider-small .gallery-slider-item .slider-effects .caption .feature {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.01em;
  color: #D4D4D4;
  margin-bottom: 0;
}
.theme--dark-biznes .base .gallery-slider-small .gallery-slider-item .slider-effects .caption h2, .theme--dark-biznes .base .gallery-slider-small .gallery-slider-item .slider-effects .caption h3 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 42px;
  letter-spacing: 0.01em;
  color: #FFFFFF;
}
.theme--dark-biznes .base .gallery-slider-small .gallery-slider-item .slider-effects::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 5px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 44.79%, rgba(0, 0, 0, 0.35) 63.54%, rgba(0, 0, 0, 0.75) 100%);
}
.theme--dark-biznes .base .gallery-slider-small .gallery-slider-item .slider-effects::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 5px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 44.79%, rgba(0, 0, 0, 0.35) 63.54%, rgba(0, 0, 0, 0.75) 100%);
}
.theme--dark-biznes .base .gallery-slider-small .gallery-slider-item img {
  object-fit: cover;
  object-position: center;
  min-height: 100%;
  min-width: 100%;
  border-radius: 6px;
}
.theme--dark-biznes .base .gallery-slider-small .gallery-slider-item .caption {
  position: absolute;
  left: 24px;
  bottom: 56px;
}
.theme--dark-biznes .base .gallery-slider-small .gallery-slider-item .caption .feature {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  /* identical to box height */
  letter-spacing: 0.01em;
  /* Secondary/Lightest */
  color: #D4D4D4;
}
.theme--dark-biznes .base .gallery-slider-small .gallery-slider-item .caption h2, .theme--dark-biznes .base .gallery-slider-small .gallery-slider-item .caption h3 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 42px;
  /* or 131% */
  letter-spacing: 0.01em;
  /* Neutral/White */
  color: #FFFFFF;
}
.theme--dark-biznes .base .gallery-slider-small .gallery-slider-item .badges {
  position: absolute;
  right: 24px;
  top: 24px;
}
.theme--dark-biznes .base .gallery-slider-small .gallery-slider-item .meta {
  position: absolute;
  left: 24px;
  top: 24px;
}
.theme--dark-biznes .base .gallery-slider-small .gallery-slider-item .meta .vertical-post-meta .author-data {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding: 5px 0;
}
.theme--dark-biznes .base .gallery-slider-small .gallery-slider-item .meta .vertical-post-meta .author-data .avatar {
  height: 32px;
  width: 32px;
}
.theme--dark-biznes .base .gallery-slider-small .gallery-slider-item .meta .vertical-post-meta .author-data .avatar img {
  height: 32px;
  width: 32px;
  border-radius: 16px;
}
.theme--dark-biznes .base .gallery-slider-small .gallery-slider-item .meta .vertical-post-meta .author-data .author-name {
  margin-left: 10px;
}
.theme--dark-biznes .base .gallery-slider-small .gallery-slider-item .meta .vertical-post-meta .author-data .author-name .author {
  color: #FFFFFF;
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  /* identical to box height */
  letter-spacing: 0.01em;
  /* Secondary/Darkest */
  margin-bottom: 0px;
}
.theme--dark-biznes .base .gallery-slider-small .gallery-slider-item .meta .vertical-post-meta .author-data .author-name time {
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 12px;
  /* identical to box height, or 133% */
  letter-spacing: 0.02em;
  /* Secondary/Dark */
  color: #FFFFFF;
  margin-right: 8px;
}
.theme--dark-biznes .base .top-left-tile {
  /*width: 290px;*/
  width: 100%;
  height: 324px;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
}
.theme--dark-biznes .base .top-left-tile .tile-item {
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  height: 324px;
  border-radius: 6px;
  position: relative;
  /*img {
    object-fit: cover;
    object-position: center;
    width: 290px;
    height: 324px;
    min-height: 100%;
    min-width: 100%;
    border-radius: 6px;
  }*/
}
.theme--dark-biznes .base .top-left-tile .tile-item .effects .badges .colorfulcats .label-primary {
  background-color: #b19243;
}
.theme--dark-biznes .base .top-left-tile .tile-item .effects .caption {
  position: absolute;
  left: 24px;
  bottom: 20px;
  z-index: 1;
}
.theme--dark-biznes .base .top-left-tile .tile-item .effects .caption .feature {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.01em;
  color: #D4D4D4;
}
.theme--dark-biznes .base .top-left-tile .tile-item .effects .caption h2, .theme--dark-biznes .base .top-left-tile .tile-item .effects .caption h3 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 42px;
  letter-spacing: 0.01em;
  color: #FFFFFF;
}
.theme--dark-biznes .base .top-left-tile .tile-item .effects::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 5px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 44.79%, rgba(0, 0, 0, 0.35) 63.54%, rgba(0, 0, 0, 0.75) 100%);
}
.theme--dark-biznes .base .top-left-tile .tile-item .effects::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 5px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 44.79%, rgba(0, 0, 0, 0.35) 63.54%, rgba(0, 0, 0, 0.75) 100%);
}
.theme--dark-biznes .base .top-left-tile .tile-item .caption {
  position: absolute;
  left: 24px;
  /*.feature {
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.01em;
    color: #D4D4D4;
  }*/
}
.theme--dark-biznes .base .top-left-tile .tile-item .caption h2, .theme--dark-biznes .base .top-left-tile .tile-item .caption h3 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  /* or 131% */
  letter-spacing: 0.01em;
  /* Neutral/White */
  color: #FFFFFF;
}
.theme--dark-biznes .base .top-left-tile .tile-item .badges {
  position: absolute;
  right: 24px;
  top: 24px;
}
.theme--dark-biznes .base .top-left-tile .tile-item .meta {
  position: absolute;
  left: 24px;
  top: 24px;
}
.theme--dark-biznes .base .top-left-tile .tile-item .meta .vertical-post-meta .author-data {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding: 5px 0;
}
.theme--dark-biznes .base .top-left-tile .tile-item .meta .vertical-post-meta .author-data .avatar {
  height: 32px;
  width: 32px;
}
.theme--dark-biznes .base .top-left-tile .tile-item .meta .vertical-post-meta .author-data .avatar img {
  height: 32px;
  width: 32px;
  border-radius: 16px;
}
.theme--dark-biznes .base .top-left-tile .tile-item .meta .vertical-post-meta .author-data .author-name {
  margin-left: 10px;
}
.theme--dark-biznes .base .top-left-tile .tile-item .meta .vertical-post-meta .author-data .author-name .author {
  color: #FFFFFF;
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  /* identical to box height */
  letter-spacing: 0.01em;
  /* Secondary/Darkest */
  margin-bottom: 0px;
}
.theme--dark-biznes .base .top-left-tile .tile-item .meta .vertical-post-meta .author-data .author-name time {
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 12px;
  /* identical to box height, or 133% */
  letter-spacing: 0.02em;
  /* Secondary/Dark */
  color: #FFFFFF;
  margin-right: 8px;
}
.theme--dark-biznes .base .top-center-tile {
  width: 100%;
  height: 324px;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
}
.theme--dark-biznes .base .top-center-tile .tile-item {
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  height: 324px;
  border-radius: 6px;
  position: relative;
  padding: 20px;
}
.theme--dark-biznes .base .top-center-tile .tile-item .effects .badges .colorfulcats .label-primary {
  background-color: #b19243;
}
.theme--dark-biznes .base .top-center-tile .tile-item .effects .caption {
  position: absolute;
  left: 24px;
  bottom: 20px;
  z-index: 1;
}
.theme--dark-biznes .base .top-center-tile .tile-item .effects .caption .feature {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.01em;
  margin-bottom: 0;
  color: #D4D4D4;
}
.theme--dark-biznes .base .top-center-tile .tile-item .effects .caption h2, .theme--dark-biznes .base .top-center-tile .tile-item .effects .caption h3 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 42px;
  /* or 131% */
  letter-spacing: 0.01em;
  /* Neutral/White */
  color: #FFFFFF;
}
.theme--dark-biznes .base .top-center-tile .tile-item .effects::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 5px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 44.79%, rgba(0, 0, 0, 0.35) 63.54%, rgba(0, 0, 0, 0.75) 100%);
}
.theme--dark-biznes .base .top-center-tile .tile-item .effects::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 5px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 44.79%, rgba(0, 0, 0, 0.35) 63.54%, rgba(0, 0, 0, 0.75) 100%);
}
.theme--dark-biznes .base .top-center-tile .tile-item img {
  object-fit: cover;
  object-position: center;
  width: 510px;
  height: 324px;
  min-height: 100%;
  min-width: 100%;
  border-radius: 6px;
}
.theme--dark-biznes .base .top-center-tile .tile-item .caption {
  position: absolute;
  left: 24px;
  bottom: 56px;
}
.theme--dark-biznes .base .top-center-tile .tile-item .caption .feature {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.01em;
  color: #D4D4D4;
}
.theme--dark-biznes .base .top-center-tile .tile-item .caption h2, .theme--dark-biznes .base .top-center-tile .tile-item .caption h3 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0.01em;
  color: #FFFFFF;
}
.theme--dark-biznes .base .top-center-tile .tile-item .badges {
  position: absolute;
  right: 24px;
  top: 24px;
}
.theme--dark-biznes .base .top-center-tile .tile-item .meta {
  position: absolute;
  left: 24px;
  top: 24px;
}
.theme--dark-biznes .base .top-center-tile .tile-item .meta .vertical-post-meta .author-data {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding: 5px 0;
}
.theme--dark-biznes .base .top-center-tile .tile-item .meta .vertical-post-meta .author-data .avatar {
  height: 32px;
  width: 32px;
}
.theme--dark-biznes .base .top-center-tile .tile-item .meta .vertical-post-meta .author-data .avatar img {
  height: 32px;
  width: 32px;
  border-radius: 16px;
}
.theme--dark-biznes .base .top-center-tile .tile-item .meta .vertical-post-meta .author-data .author-name {
  margin-left: 10px;
}
.theme--dark-biznes .base .top-center-tile .tile-item .meta .vertical-post-meta .author-data .author-name .author {
  color: #FFFFFF;
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  /* identical to box height */
  letter-spacing: 0.01em;
  /* Secondary/Darkest */
  margin-bottom: 0px;
}
.theme--dark-biznes .base .top-center-tile .tile-item .meta .vertical-post-meta .author-data .author-name time {
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 12px;
  /* identical to box height, or 133% */
  letter-spacing: 0.02em;
  /* Secondary/Dark */
  color: #FFFFFF;
  margin-right: 8px;
}
.theme--dark-biznes .base .top-right-tile {
  width: 100%;
  height: 324px;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
}
.theme--dark-biznes .base .top-right-tile .tile-item {
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  height: 324px;
  border-radius: 6px;
  position: relative;
  padding: 20px;
}
.theme--dark-biznes .base .top-right-tile .tile-item .effects .badges .colorfulcats .label-primary {
  background-color: #b19243;
}
.theme--dark-biznes .base .top-right-tile .tile-item .effects .caption {
  position: absolute;
  left: 24px;
  bottom: 20px;
  z-index: 1;
}
.theme--dark-biznes .base .top-right-tile .tile-item .effects .caption .feature {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.01em;
  margin-bottom: 0;
  color: #D4D4D4;
}
.theme--dark-biznes .base .top-right-tile .tile-item .effects .caption h2, .theme--dark-biznes .base .top-right-tile .tile-item .effects .caption h3 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 42px;
  letter-spacing: 0.01em;
  color: #FFFFFF;
}
.theme--dark-biznes .base .top-right-tile .tile-item .effects::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 5px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 44.79%, rgba(0, 0, 0, 0.35) 63.54%, rgba(0, 0, 0, 0.75) 100%);
}
.theme--dark-biznes .base .top-right-tile .tile-item .effects::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 5px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 44.79%, rgba(0, 0, 0, 0.35) 63.54%, rgba(0, 0, 0, 0.75) 100%);
}
.theme--dark-biznes .base .top-right-tile .tile-item img {
  object-fit: cover;
  object-position: center;
  width: 368px;
  height: 324px;
  min-height: 100%;
  min-width: 100%;
  border-radius: 6px;
}
.theme--dark-biznes .base .top-right-tile .tile-item .caption {
  position: absolute;
  left: 24px;
}
.theme--dark-biznes .base .top-right-tile .tile-item .caption .feature {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.01em;
  color: #D4D4D4;
}
.theme--dark-biznes .base .top-right-tile .tile-item .caption h2, .theme--dark-biznes .base .top-right-tile .tile-item .caption h3 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0.01em;
  color: #FFFFFF;
}
.theme--dark-biznes .base .top-right-tile .tile-item .badges {
  position: absolute;
  right: 24px;
  top: 24px;
}
.theme--dark-biznes .base .top-right-tile .tile-item .meta {
  position: absolute;
  left: 24px;
  top: 24px;
}
.theme--dark-biznes .base .top-right-tile .tile-item .meta .vertical-post-meta .author-data {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding: 5px 0;
}
.theme--dark-biznes .base .top-right-tile .tile-item .meta .vertical-post-meta .author-data .avatar {
  height: 32px;
  width: 32px;
}
.theme--dark-biznes .base .top-right-tile .tile-item .meta .vertical-post-meta .author-data .avatar img {
  height: 32px;
  width: 32px;
  border-radius: 16px;
}
.theme--dark-biznes .base .top-right-tile .tile-item .meta .vertical-post-meta .author-data .author-name {
  margin-left: 10px;
}
.theme--dark-biznes .base .top-right-tile .tile-item .meta .vertical-post-meta .author-data .author-name .author {
  color: #FFFFFF;
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  /* identical to box height */
  letter-spacing: 0.01em;
  /* Secondary/Darkest */
  margin-bottom: 0px;
}
.theme--dark-biznes .base .top-right-tile .tile-item .meta .vertical-post-meta .author-data .author-name time {
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 12px;
  /* identical to box height, or 133% */
  letter-spacing: 0.02em;
  /* Secondary/Dark */
  color: #FFFFFF;
  margin-right: 8px;
}
.theme--dark-biznes .base .gray-section {
  background-color: #232323;
}
.theme--dark-biznes .base .right-column-widget {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.theme--dark-biznes .base .right-column-widget .mini-widget {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.theme--dark-biznes .base .right-column-widget .mini-widget .mini-widget-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
}
.theme--dark-biznes .base .right-column-widget .mini-widget .mini-widget-flex a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  gap: 15px;
}
.theme--dark-biznes .base .right-column-widget .mini-widget .mini-widget-flex a .miniature img {
  height: 80px;
  width: 80px;
}
.theme--dark-biznes .base .right-column-widget .mini-widget .mini-widget-flex a .text {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  padding: 8px 0;
}
.theme--dark-biznes .base .right-column-widget .mini-widget .mini-widget-flex a .text h4, .theme--dark-biznes .base .right-column-widget .mini-widget .mini-widget-flex a .text h5 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.01em;
  color: #D4D4D4;
  line-height: 120%;
}
.theme--dark-biznes .base .right-column-widget .mini-widget .mini-widget-flex a .text .date {
  font-size: 10px;
}
.theme--dark-biznes .base .mobile-banner-full-width {
  width: 100%;
  background-color: none;
}
.theme--dark-biznes .base .banner-full-width {
  width: 100%;
  background-color: none;
  /*margin-bottom: 64px;*/
}
@media screen and (min-width: 1200px) {
  .theme--dark-biznes .base .separator {
    width: 100%;
    height: 1px;
    background-color: #3c3c3c;
  }
}
@media screen and (max-width: 800px) {
  .theme--dark-biznes .base .separator {
    width: 100%;
    height: 1px;
    background-color: #3c3c3c;
  }
}
.theme--dark-biznes .base .banner-full-width-inv {
  width: 100%;
  background-color: none;
  height: 340px;
}
.theme--dark-biznes .base :root {
  --bg-color: #13131f;
  --bg-color-2: t($bg);
  --text-color: t(text-secondary-page-title);
  --accent-color: t(bg-accent);
}
.theme--dark-biznes .base #sidebar {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  padding: 2rem;
  background-color: #161616;
  box-shadow: 0 10px 20px -4px #000;
  overflow-x: hidden;
  overflow-y: auto;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-100%);
  transition: opacity 0.3s ease, visibility 0.2s ease, transform 0.3s ease;
}
.theme--dark-biznes .base #sidebar #aside_close {
  color: #F3F3F3;
}
.theme--dark-biznes .base #sidebar h5 {
  font-family: Poppins;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  color: #F3F3F3;
}
.theme--dark-biznes .base #sidebar h5 a {
  color: #F3F3F3;
}
.theme--dark-biznes .base #sidebar.show {
  pointer-events: all;
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.theme--dark-biznes .base .sidebar_content {
  padding: 2.8rem 0;
  pointer-events: none;
  /* so that the Sidebar does not get closed while clicking on sidebar_content */
}
.theme--dark-biznes .base .sidebar_content a {
  pointer-events: all;
  /* so that all the a inside sidebar_content are clickable */
}
.theme--dark-biznes .base .sidebar_body {
  /*border-top: 1px dashed var(--text-color);
  border-bottom: 1px dashed var(--text-color);*/
}
.theme--dark-biznes .base .side_navlinks ul {
  display: grid;
  /*gap: 2rem;*/
}
.theme--dark-biznes .base .side_navlinks li a {
  letter-spacing: 1px;
  opacity: 0.8;
}
.theme--dark-biznes .base .side_navlinks a:hover {
  opacity: 1;
}
.theme--dark-biznes .base .sidebar_toggler {
  /*position: fixed;*/
  position: relative;
  /*top: 4vh;
    right: 3vw;*/
  /*width: 1.75rem;*/
  height: 1.3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
  overflow: hidden;
}
.theme--dark-biznes .base .sidebar_toggler span {
  background-color: #ddd;
  width: 100%;
  height: 2.4px;
  transition: all 0.3s ease;
  pointer-events: none;
  /* so that it doesn't overlap the sidebar_toggler */
}
.theme--dark-biznes .base #sidebar.show + .sidebar_toggler {
  justify-content: center;
}
.theme--dark-biznes .base #sidebar.show + .sidebar_toggler span {
  margin-top: -1.2px;
  margin-bottom: -1.2px;
}
.theme--dark-biznes .base #sidebar.show + .sidebar_toggler span:first-child {
  transform: rotate(45deg);
}
.theme--dark-biznes .base #sidebar.show + .sidebar_toggler span:nth-child(2) {
  opacity: 0;
  transform: translateX(-100%);
}
.theme--dark-biznes .base #sidebar.show + .sidebar_toggler span:last-child {
  transform: rotate(-45deg);
}
.theme--dark-biznes .base .mobile-menu-bar {
  background-color: #161616;
}
@media (max-width: 1200px) {
  .base {
    overflow-x: hidden;
    padding: 0 0;
  }
}
@media (max-width: 768px) {
  .base {
    overflow-x: hidden;
    padding: 0 0;
  }
}

.margin-left-10 {
  margin-left: 10px;
}

.margin-right-10 {
  margin-right: 10px;
}

html,
body {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  padding: 0;
  line-height: 1.4;
  position: relative;
}

@media screen and (max-width: 800px) {
  html,
body {
    font-size: 14px;
  }
}
header {
  background-color: #ffffff;
  position: relative;
}

#wrapper {
  z-index: 1;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  align-content: center;
}

.side-col {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.side-col .widget .widget-title {
  /*h4 {
            font-size: 14px;
        }*/
}
.side-col .widget .widget-title p {
  /* Body/Text/Small/Regular */
  /*font-family: Inter;
          font-style: normal;
          font-weight: normal;
          font-size: 12px;
          line-height: 16px;
          /* identical to box height, or 133% */
  /*letter-spacing: 0.01em;

          /* Secondary/Darker */
  /*color: #3C3C3C;*/
}

a {
  color: #232323;
  text-decoration: none;
}

.top_line {
  position: relative;
  z-index: 99;
  width: 100%;
  margin: 0px auto;
  height: 50px;
  display: inline-block;
}

.logo {
  font-size: 20px;
  padding: 7.5px 10px 7.5px 0;
}

.item:not(.button) a:hover,
.item a:hover::after {
  color: #ccc;
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 28px;
  height: 16px;
  /*left: 8px;
    top: 8px;*/
}

/*.switch-item {
    margin-left: 30px;
}*/
/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #3c3c3c;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 12px;
  width: 12px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #CD0504;
}

input:focus + .slider {
  box-shadow: 0 0 1px #CD0504;
}

input:checked + .slider:before {
  -webkit-transform: translateX(12px);
  -ms-transform: translateX(12px);
  transform: translateX(12px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 30px;
}

.slider.round:before {
  border-radius: 50%;
}

/*.container-fluid {
    width: 100%;
}*/
/*.container {
    //width: 1200px;
    //margin: auto;
    display: block;
    overflow: auto;
}*/
/*@media screen and (max-width: 800px) {
    .container {
        width: 100%;
    }

}*/
footer div p.about {
  font-family: "Inter";
  font-size: 12px;
  color: #676767;
  margin: 32px 0;
}

.footer {
  max-width: 1200px;
  margin: auto;
}

footer .footer_bottom {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
}
footer .footer_bottom div:last-child {
  margin-left: auto;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}

#home-topBaner-bg {
  position: relative;
  z-index: 99;
  max-width: 1907px;
  width: 100%;
  margin: 0 px auto;
}

#home-topBaner-bg img {
  width: 100%;
  height: auto;
}

#home-topBaner img {
  width: 100%;
  max-width: 1300px;
  height: auto;
}

#bgBaner {
  width: 100%;
  position: fixed;
  left: 0px;
  right: 0px;
  top: 0px;
  background-position: center 0px;
  background-size: 1920px;
  min-height: 1080px;
  background-repeat: no-repeat;
  overflow: hidden;
  z-index: -1;
}

#wrapper {
  z-index: 1;
  position: relative;
}

#bgBaner img {
  width: 100% !important;
  height: auto !important;
}

.admin-navigation {
  overflow: hidden;
  padding: 5 px;
  display: flex;
  flex-flow: row wrap;
  /* This aligns items to the end line on main-axis */
  justify-content: flex-start;
  list-style: none;
  margin: 0;
}

.admin-navigation a {
  color: white;
}

.admin-navigation li {
  text-decoration: none;
  display: block;
  padding: 1em;
  color: white;
}

/* Mobile menu */
/*.menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    align-content: flex-start;
    background-color: $bg--light--menu;
}*/
.menu li.subitem a {
  padding: 15px;
}

.toggle {
  order: 1;
  font-size: 20px;
}

.item.button {
  order: 2;
}

.item {
  order: 3;
  width: 100%;
  text-align: center;
  display: none;
}

.active .item {
  display: block;
}

.button.secondary {
  /* divider between buttons and menu links */
  border-bottom: 1px #444 solid;
}

/* Submenu up from mobile screens */
.submenu {
  display: none;
}

.submenu-active .submenu {
  display: block;
}

.has-submenu i {
  font-size: 12px;
}

.has-submenu > a::after {
  font-family: "Font Awesome 5 Free";
  font-size: 12px;
  line-height: 16px;
  font-weight: 900;
  content: "\f078";
  color: white;
  padding-left: 5px;
}

.subitem a {
  padding: 10px 15px;
}

.submenu-active {
  background-color: #111;
  border-radius: 3px;
}

.top_line {
  background: #26292b;
}

/* Desktop menu */
@media all and (min-width: 960px) {
  .menu {
    /*align-items: center;*/
    flex-wrap: nowrap;
    background: none;
  }

  .logo {
    order: 0;
  }

  .button {
    order: 2;
  }

  .submenu-active .submenu {
    display: block;
    position: absolute;
    left: 0;
    top: 68px;
    background: #111;
  }

  .toggle {
    display: none;
  }

  .submenu-active {
    border-radius: 0;
  }

  .spacer {
    position: static;
    width: 32px;
    height: 0px;
    /*left: 72px;*/
    top: 0px;
    border: 1px solid #EEEEEE;
    transform: rotate(90deg);
    flex: none;
    order: 1;
    flex-grow: 0;
    margin: 0px 24px;
  }

  .pull-right {
    float: right;
  }

  .carousel .carousel-indicators button {
    width: 8px;
    height: 8px;
    border-radius: 50%;
  }

  .carousel .carousel-indicators {
    justify-content: flex-start;
    margin-left: 20px;
  }
}
.carousel .carousel-indicators button {
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

#home-sliderBaner img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.g-16 {
  gap: 16px;
}

.mini-widget .small-widget-title h7 {
  font-family: Poppins;
  font-weight: 500;
  font-size: 11px;
  line-height: 14px;
}
.mini-widget .small-widget-title h4, .mini-widget .small-widget-title h5 {
  font-family: Poppins;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
}
.mini-widget .small-widget-title h8 {
  font-family: Poppins;
  font-weight: 400;
  font-size: 11px;
  line-height: 12px;
}

.logo-footer {
  width: 80%;
  height: auto;
  max-width: 381px;
  margin: auto;
}

.copyright {
  font-size: 12px;
}

.badge-red {
  background: #CD0504;
}

.bottom_20 {
  margin-bottom: 20px;
}

@font-face {
  font-family: "Glyphicons Halflings";
  src: url("../fonts/glyphicons-halflings-regular.eot");
  src: url("../fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
  content: "*";
}

.glyphicon-plus:before {
  content: "+";
}

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "€";
}

.glyphicon-minus:before {
  content: "−";
}

.glyphicon-cloud:before {
  content: "☁";
}

.glyphicon-envelope:before {
  content: "✉";
}

.glyphicon-pencil:before {
  content: "✏";
}

.glyphicon-glass:before {
  content: "\e001";
}

.glyphicon-music:before {
  content: "\e002";
}

.glyphicon-search:before {
  content: "\e003";
}

.glyphicon-heart:before {
  content: "\e005";
}

.glyphicon-star:before {
  content: "\e006";
}

.glyphicon-star-empty:before {
  content: "\e007";
}

.glyphicon-user:before {
  content: "\e008";
}

.glyphicon-film:before {
  content: "\e009";
}

.glyphicon-th-large:before {
  content: "\e010";
}

.glyphicon-th:before {
  content: "\e011";
}

.glyphicon-th-list:before {
  content: "\e012";
}

.glyphicon-ok:before {
  content: "\e013";
}

.glyphicon-remove:before {
  content: "\e014";
}

.glyphicon-zoom-in:before {
  content: "\e015";
}

.glyphicon-zoom-out:before {
  content: "\e016";
}

.glyphicon-off:before {
  content: "\e017";
}

.glyphicon-signal:before {
  content: "\e018";
}

.glyphicon-cog:before {
  content: "\e019";
}

.glyphicon-trash:before {
  content: "\e020";
}

.glyphicon-home:before {
  content: "\e021";
}

.glyphicon-file:before {
  content: "\e022";
}

.glyphicon-time:before {
  content: "\e023";
}

.glyphicon-road:before {
  content: "\e024";
}

.glyphicon-download-alt:before {
  content: "\e025";
}

.glyphicon-download:before {
  content: "\e026";
}

.glyphicon-upload:before {
  content: "\e027";
}

.glyphicon-inbox:before {
  content: "\e028";
}

.glyphicon-play-circle:before {
  content: "\e029";
}

.glyphicon-repeat:before {
  content: "\e030";
}

.glyphicon-refresh:before {
  content: "\e031";
}

.glyphicon-list-alt:before {
  content: "\e032";
}

.glyphicon-lock:before {
  content: "\e033";
}

.glyphicon-flag:before {
  content: "\e034";
}

.glyphicon-headphones:before {
  content: "\e035";
}

.glyphicon-volume-off:before {
  content: "\e036";
}

.glyphicon-volume-down:before {
  content: "\e037";
}

.glyphicon-volume-up:before {
  content: "\e038";
}

.glyphicon-qrcode:before {
  content: "\e039";
}

.glyphicon-barcode:before {
  content: "\e040";
}

.glyphicon-tag:before {
  content: "\e041";
}

.glyphicon-tags:before {
  content: "\e042";
}

.glyphicon-book:before {
  content: "\e043";
}

.glyphicon-bookmark:before {
  content: "\e044";
}

.glyphicon-print:before {
  content: "\e045";
}

.glyphicon-camera:before {
  content: "\e046";
}

.glyphicon-font:before {
  content: "\e047";
}

.glyphicon-bold:before {
  content: "\e048";
}

.glyphicon-italic:before {
  content: "\e049";
}

.glyphicon-text-height:before {
  content: "\e050";
}

.glyphicon-text-width:before {
  content: "\e051";
}

.glyphicon-align-left:before {
  content: "\e052";
}

.glyphicon-align-center:before {
  content: "\e053";
}

.glyphicon-align-right:before {
  content: "\e054";
}

.glyphicon-align-justify:before {
  content: "\e055";
}

.glyphicon-list:before {
  content: "\e056";
}

.glyphicon-indent-left:before {
  content: "\e057";
}

.glyphicon-indent-right:before {
  content: "\e058";
}

.glyphicon-facetime-video:before {
  content: "\e059";
}

.glyphicon-picture:before {
  content: "\e060";
}

.glyphicon-map-marker:before {
  content: "\e062";
}

.glyphicon-adjust:before {
  content: "\e063";
}

.glyphicon-tint:before {
  content: "\e064";
}

.glyphicon-edit:before {
  content: "\e065";
}

.glyphicon-share:before {
  content: "\e066";
}

.glyphicon-check:before {
  content: "\e067";
}

.glyphicon-move:before {
  content: "\e068";
}

.glyphicon-step-backward:before {
  content: "\e069";
}

.glyphicon-fast-backward:before {
  content: "\e070";
}

.glyphicon-backward:before {
  content: "\e071";
}

.glyphicon-play:before {
  content: "\e072";
}

.glyphicon-pause:before {
  content: "\e073";
}

.glyphicon-stop:before {
  content: "\e074";
}

.glyphicon-forward:before {
  content: "\e075";
}

.glyphicon-fast-forward:before {
  content: "\e076";
}

.glyphicon-step-forward:before {
  content: "\e077";
}

.glyphicon-eject:before {
  content: "\e078";
}

.glyphicon-chevron-left:before {
  content: "\e079";
}

.glyphicon-chevron-right:before {
  content: "\e080";
}

.glyphicon-plus-sign:before {
  content: "\e081";
}

.glyphicon-minus-sign:before {
  content: "\e082";
}

.glyphicon-remove-sign:before {
  content: "\e083";
}

.glyphicon-ok-sign:before {
  content: "\e084";
}

.glyphicon-question-sign:before {
  content: "\e085";
}

.glyphicon-info-sign:before {
  content: "\e086";
}

.glyphicon-screenshot:before {
  content: "\e087";
}

.glyphicon-remove-circle:before {
  content: "\e088";
}

.glyphicon-ok-circle:before {
  content: "\e089";
}

.glyphicon-ban-circle:before {
  content: "\e090";
}

.glyphicon-arrow-left:before {
  content: "\e091";
}

.glyphicon-arrow-right:before {
  content: "\e092";
}

.glyphicon-arrow-up:before {
  content: "\e093";
}

.glyphicon-arrow-down:before {
  content: "\e094";
}

.glyphicon-share-alt:before {
  content: "\e095";
}

.glyphicon-resize-full:before {
  content: "\e096";
}

.glyphicon-resize-small:before {
  content: "\e097";
}

.glyphicon-exclamation-sign:before {
  content: "\e101";
}

.glyphicon-gift:before {
  content: "\e102";
}

.glyphicon-leaf:before {
  content: "\e103";
}

.glyphicon-fire:before {
  content: "\e104";
}

.glyphicon-eye-open:before {
  content: "\e105";
}

.glyphicon-eye-close:before {
  content: "\e106";
}

.glyphicon-warning-sign:before {
  content: "\e107";
}

.glyphicon-plane:before {
  content: "\e108";
}

.glyphicon-calendar:before {
  content: "\e109";
}

.glyphicon-random:before {
  content: "\e110";
}

.glyphicon-comment:before {
  content: "\e111";
}

.glyphicon-magnet:before {
  content: "\e112";
}

.glyphicon-chevron-up:before {
  content: "\e113";
}

.glyphicon-chevron-down:before {
  content: "\e114";
}

.glyphicon-retweet:before {
  content: "\e115";
}

.glyphicon-shopping-cart:before {
  content: "\e116";
}

.glyphicon-folder-close:before {
  content: "\e117";
}

.glyphicon-folder-open:before {
  content: "\e118";
}

.glyphicon-resize-vertical:before {
  content: "\e119";
}

.glyphicon-resize-horizontal:before {
  content: "\e120";
}

.glyphicon-hdd:before {
  content: "\e121";
}

.glyphicon-bullhorn:before {
  content: "\e122";
}

.glyphicon-bell:before {
  content: "\e123";
}

.glyphicon-certificate:before {
  content: "\e124";
}

.glyphicon-thumbs-up:before {
  content: "\e125";
}

.glyphicon-thumbs-down:before {
  content: "\e126";
}

.glyphicon-hand-right:before {
  content: "\e127";
}

.glyphicon-hand-left:before {
  content: "\e128";
}

.glyphicon-hand-up:before {
  content: "\e129";
}

.glyphicon-hand-down:before {
  content: "\e130";
}

.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

.glyphicon-globe:before {
  content: "\e135";
}

.glyphicon-wrench:before {
  content: "\e136";
}

.glyphicon-tasks:before {
  content: "\e137";
}

.glyphicon-filter:before {
  content: "\e138";
}

.glyphicon-briefcase:before {
  content: "\e139";
}

.glyphicon-fullscreen:before {
  content: "\e140";
}

.glyphicon-dashboard:before {
  content: "\e141";
}

.glyphicon-paperclip:before {
  content: "\e142";
}

.glyphicon-heart-empty:before {
  content: "\e143";
}

.glyphicon-link:before {
  content: "\e144";
}

.glyphicon-phone:before {
  content: "\e145";
}

.glyphicon-pushpin:before {
  content: "\e146";
}

.glyphicon-usd:before {
  content: "\e148";
}

.glyphicon-gbp:before {
  content: "\e149";
}

.glyphicon-sort:before {
  content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

.glyphicon-sort-by-order:before {
  content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

.glyphicon-unchecked:before {
  content: "\e157";
}

.glyphicon-expand:before {
  content: "\e158";
}

.glyphicon-collapse-down:before {
  content: "\e159";
}

.glyphicon-collapse-up:before {
  content: "\e160";
}

.glyphicon-log-in:before {
  content: "\e161";
}

.glyphicon-flash:before {
  content: "\e162";
}

.glyphicon-log-out:before {
  content: "\e163";
}

.glyphicon-new-window:before {
  content: "\e164";
}

.glyphicon-record:before {
  content: "\e165";
}

.glyphicon-save:before {
  content: "\e166";
}

.glyphicon-open:before {
  content: "\e167";
}

.glyphicon-saved:before {
  content: "\e168";
}

.glyphicon-import:before {
  content: "\e169";
}

.glyphicon-export:before {
  content: "\e170";
}

.glyphicon-send:before {
  content: "\e171";
}

.glyphicon-floppy-disk:before {
  content: "\e172";
}

.glyphicon-floppy-saved:before {
  content: "\e173";
}

.glyphicon-floppy-remove:before {
  content: "\e174";
}

.glyphicon-floppy-save:before {
  content: "\e175";
}

.glyphicon-floppy-open:before {
  content: "\e176";
}

.glyphicon-credit-card:before {
  content: "\e177";
}

.glyphicon-transfer:before {
  content: "\e178";
}

.glyphicon-cutlery:before {
  content: "\e179";
}

.glyphicon-header:before {
  content: "\e180";
}

.glyphicon-compressed:before {
  content: "\e181";
}

.glyphicon-earphone:before {
  content: "\e182";
}

.glyphicon-phone-alt:before {
  content: "\e183";
}

.glyphicon-tower:before {
  content: "\e184";
}

.glyphicon-stats:before {
  content: "\e185";
}

.glyphicon-sd-video:before {
  content: "\e186";
}

.glyphicon-hd-video:before {
  content: "\e187";
}

.glyphicon-subtitles:before {
  content: "\e188";
}

.glyphicon-sound-stereo:before {
  content: "\e189";
}

.glyphicon-sound-dolby:before {
  content: "\e190";
}

.glyphicon-sound-5-1:before {
  content: "\e191";
}

.glyphicon-sound-6-1:before {
  content: "\e192";
}

.glyphicon-sound-7-1:before {
  content: "\e193";
}

.glyphicon-copyright-mark:before {
  content: "\e194";
}

.glyphicon-registration-mark:before {
  content: "\e195";
}

.glyphicon-cloud-download:before {
  content: "\e197";
}

.glyphicon-cloud-upload:before {
  content: "\e198";
}

.glyphicon-tree-conifer:before {
  content: "\e199";
}

.glyphicon-tree-deciduous:before {
  content: "\e200";
}

.glyphicon-cd:before {
  content: "\e201";
}

.glyphicon-save-file:before {
  content: "\e202";
}

.glyphicon-open-file:before {
  content: "\e203";
}

.glyphicon-level-up:before {
  content: "\e204";
}

.glyphicon-copy:before {
  content: "\e205";
}

.glyphicon-paste:before {
  content: "\e206";
}

.glyphicon-alert:before {
  content: "\e209";
}

.glyphicon-equalizer:before {
  content: "\e210";
}

.glyphicon-king:before {
  content: "\e211";
}

.glyphicon-queen:before {
  content: "\e212";
}

.glyphicon-pawn:before {
  content: "\e213";
}

.glyphicon-bishop:before {
  content: "\e214";
}

.glyphicon-knight:before {
  content: "\e215";
}

.glyphicon-baby-formula:before {
  content: "\e216";
}

.glyphicon-tent:before {
  content: "⛺";
}

.glyphicon-blackboard:before {
  content: "\e218";
}

.glyphicon-bed:before {
  content: "\e219";
}

.glyphicon-apple:before {
  content: "\f8ff";
}

.glyphicon-erase:before {
  content: "\e221";
}

.glyphicon-hourglass:before {
  content: "⌛";
}

.glyphicon-lamp:before {
  content: "\e223";
}

.glyphicon-duplicate:before {
  content: "\e224";
}

.glyphicon-piggy-bank:before {
  content: "\e225";
}

.glyphicon-scissors:before {
  content: "\e226";
}

.glyphicon-bitcoin:before {
  content: "\e227";
}

.glyphicon-btc:before {
  content: "\e227";
}

.glyphicon-xbt:before {
  content: "\e227";
}

.glyphicon-yen:before {
  content: "¥";
}

.glyphicon-jpy:before {
  content: "¥";
}

.glyphicon-ruble:before {
  content: "₽";
}

.glyphicon-rub:before {
  content: "₽";
}

.glyphicon-scale:before {
  content: "\e230";
}

.glyphicon-ice-lolly:before {
  content: "\e231";
}

.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}

.glyphicon-education:before {
  content: "\e233";
}

.glyphicon-option-horizontal:before {
  content: "\e234";
}

.glyphicon-option-vertical:before {
  content: "\e235";
}

.glyphicon-menu-hamburger:before {
  content: "\e236";
}

.glyphicon-modal-window:before {
  content: "\e237";
}

.glyphicon-oil:before {
  content: "\e238";
}

.glyphicon-grain:before {
  content: "\e239";
}

.glyphicon-sunglasses:before {
  content: "\e240";
}

.glyphicon-text-size:before {
  content: "\e241";
}

.glyphicon-text-color:before {
  content: "\e242";
}

.glyphicon-text-background:before {
  content: "\e243";
}

.glyphicon-object-align-top:before {
  content: "\e244";
}

.glyphicon-object-align-bottom:before {
  content: "\e245";
}

.glyphicon-object-align-horizontal:before {
  content: "\e246";
}

.glyphicon-object-align-left:before {
  content: "\e247";
}

.glyphicon-object-align-vertical:before {
  content: "\e248";
}

.glyphicon-object-align-right:before {
  content: "\e249";
}

.glyphicon-triangle-right:before {
  content: "\e250";
}

.glyphicon-triangle-left:before {
  content: "\e251";
}

.glyphicon-triangle-bottom:before {
  content: "\e252";
}

.glyphicon-triangle-top:before {
  content: "\e253";
}

.glyphicon-console:before {
  content: "\e254";
}

.glyphicon-superscript:before {
  content: "\e255";
}

.glyphicon-subscript:before {
  content: "\e256";
}

.glyphicon-menu-left:before {
  content: "\e257";
}

.glyphicon-menu-right:before {
  content: "\e258";
}

.glyphicon-menu-down:before {
  content: "\e259";
}

.glyphicon-menu-up:before {
  content: "\e260";
}

h5 {
  font-family: Poppins;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
}

h3 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0.01em;
}

h1 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 2rem;
  line-height: 42px;
  letter-spacing: 0.01em;
  color: #232323;
}

.avatar-author {
  width: 232px;
  height: 212px;
}
.avatar-author img {
  width: 100%;
  height: auto;
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
}

.authorbox a {
  text-decoration: none !important;
}

.twitter-tweet {
  margin: 0 auto;
  max-width: 500px;
  padding: 0px;
  margin-bottom: 20px;
}

.video-container {
  position: relative;
  width: 100%;
}
.video-container .image-container {
  /*position: absolute;*/
  /*top: 0;
  left: 0;*/
  width: 100%;
  overflow: hidden;
  border-radius: 6px;
}
.video-container .image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.nav-pills {
  margin-bottom: 3px;
}

.nav-pills .nav-item .nav-link {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.01em;
  /* Secondary/Darkest */
  color: #232323;
}
.nav-pills .nav-item .nav-link.active {
  color: #fff;
  background-color: #CD0504;
  /*border-bottom: 2px solid #CD0504;*/
}

/*blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;

    font-size: 2rem;
    font-weight: 600;
    p {
    line-height: 1.4;

    }
    //border-left: 5px solid #eee;
}*/

/*# sourceMappingURL=style.css.map */
