.shadow-dark {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2);
}

.shadow-dark-l {
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.28);
}

.shadow-light {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
}

.shadow-light-l {
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.05);
}

.shadow-medium {
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.15);
}

.shadow-medium-l {
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.15);
}

.in-preview-icon {
  transition-duration: 0.45s;
  transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
  animation-fill-mode: forwards;
}

@font-face {
  font-family: "Breakfast Icons";
  src: url("../font/Break-Icons/v4.0.4.woff?token=2312091219");
}
@font-face {
  font-family: "Breakfast Icons Fill";
  src: url("../font/Break-Icons/v4.0.4_Bold.woff?token=2311111526");
}
.news-card.headnews .news-anchor::after {
  color: #FFFFFF;
}

.news-card.headnews {
  background-color: #000000;
}

.news-card.headnews .mobile-headnews-mask {
  position: absolute;
}

.radius-it-xl,
.news-card.headnews .headnews-title {
  border-radius: 52px;
}

.border-it-black,
.news-card.headnews {
  box-shadow: 0px 0px 0px 2px #000000;
}

.col-size {
  width: 100%;
}

.series-card {
  min-width: 280px;
}

.quiz-card {
  min-width: 180px;
}

.in-top {
  top: 88px;
}

.in-logo {
  height: 48px;
}

.in-icon {
  height: 40px;
}

.in-rience {
  min-width: 280px;
}

.in-expand-menu.active {
  top: 64px;
  max-height: calc(100vh - 64px) !important;
}

header .header-dock {
  width: 240px;
}
header.compact .header-dock {
  width: calc(100% - 40px);
}
header.compact + .in-expand-menu.active {
  max-height: calc(100vh - 64px) !important;
}

.in-article h3 {
  font-size: 28px;
}
.in-article iframe, .in-article .video-embed {
  height: 240px;
}
.in-article .table-item table {
  border-collapse: 4px;
}
.in-article .large-image {
  margin-left: -16px;
  margin-right: -16px;
}

.mobile-relative {
  position: relative;
}

.news-card.headnews {
  transform: scale(0.98);
  display: flex;
  flex-direction: column-reverse;
}
.news-card.headnews .headnews-title {
  margin: 0px;
  padding: 44px;
}
.news-card.headnews.subnews {
  transform: scale(1);
  margin-left: 2px;
  margin-right: 2px;
  height: auto;
}
.news-card.headnews.subnews .news-cover {
  display: none;
}
.news-card.headnews.subnews .headnews-title {
  padding: 32px;
  height: 100%;
}
.news-card.headnews .news-anchor::before {
  top: -8px;
  left: -8px;
  right: -8px;
  bottom: -8px;
}
.news-card.headnews .news-anchor::after {
  transform: translateX(0%);
}
.news-card.headnews .news-reverse {
  opacity: 1;
  transform: translateY(0%);
  max-height: 200px;
}
.news-card.headnews .mobile-headnews-mask {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 23.99%, rgba(0, 0, 0, 0.2) 30.38%, rgba(0, 0, 0, 0.4) 33.48%, rgba(0, 0, 0, 0.64) 37.16%, #000 44.14%);
  top: -98px;
  right: 0px;
  bottom: 73%;
  left: 0px;
  z-index: 1;
}

.rience-card {
  min-width: 300px;
  max-width: 300px;
  height: 390px !important;
  margin-top: 2px;
  margin-bottom: 2px;
}
.rience-card .news-cover {
  width: 100%;
  height: auto;
  display: block !important;
}
.rience-card .rience-title {
  flex: 1;
}

.quiz-card {
  min-width: 300px;
  max-width: 300px;
}

.mobile-pad-destroy {
  padding: 0px !important;
}

.it-main-title {
  font-size: 41px;
}

.it-article-cover.active {
  transform: scale(0.5) translateY(110%) !important;
  filter: brightness(80%) !important;
}

.bf-collapse .collapse-header.it-main-header {
  justify-content: start;
}

.in-preview-icon.news-card .news-reverse {
  min-height: 18px;
  max-height: 80px;
  opacity: 1;
}

.it-footer {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.it-mobile-footer {
  display: block;
  position: fixed;
  bottom: 0px;
  z-index: 2000;
  left: 0px;
  right: 0px;
}/*# sourceMappingURL=mobile.css.map */