@media (min-width: 768px) {
  .shortcode-facts {
    display: flex;
    flex-wrap: wrap; } }

@media (max-width: 768px) {
  .shortcode-facts {
    margin-top: -30px; } }

@media (min-width: 768px) {
  .shortcode-facts .inside {
    flex: 0 0 50%;
    margin-bottom: 20px; } }

@media (min-width: 768px) {
  .shortcode-facts .inside:nth-child(2n) .item {
    margin-right: 0; } }

.shortcode-facts .item {
  background-color: #1b1f21;
  min-height: 360px;
  border: 1px solid #fff;
  padding: 35px 40px;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  color: #fff;
  background-size: cover; }
  @media (min-width: 768px) {
    .shortcode-facts .item {
      margin-right: 20px; } }
  @media (max-width: 768px) {
    .shortcode-facts .item {
      min-height: 270px; } }
  .shortcode-facts .item h4 {
    color: #fff;
    font-weight: bold;
    font-size: 5em;
    line-height: 96px;
    margin-bottom: 0;
    opacity: 1 !important; }
  .shortcode-facts .item .desc {
    max-width: 310px;
    margin-bottom: 14px;
    font-size: 1.2em;
    font-weight: bold; }
  .shortcode-facts .item .text-after-title span {
    background: #003057;
    padding: 5px 10px;
    color: #fff;
    text-transform: uppercase;
    font-family: "Roboto Slab", serif;
    display: inline-block; }

.shortcode-facts-nav {
  display: none; }
  @media (max-width: 768px) {
    .shortcode-facts-nav {
      display: flex; } }
  .shortcode-facts-nav .slick-dots {
    position: relative;
    top: auto;
    bottom: auto;
    margin: 0;
    padding: 0 20px;
    text-align: left;
    display: flex; }
    .shortcode-facts-nav .slick-dots li:before {
      display: none; }
    .shortcode-facts-nav .slick-dots li {
      margin: 0 8px; }
      .shortcode-facts-nav .slick-dots li button {
        background: #000; }
    .shortcode-facts-nav .slick-dots .slick-active button {
      background: #fff; }
  .shortcode-facts-nav .arr-left, .shortcode-facts-nav .arr-right {
    display: block;
    width: 12px;
    height: 8px; }
  .shortcode-facts-nav .arr-left {
    background: url(left.svg) center center no-repeat; }
  .shortcode-facts-nav .arr-right {
    background: url(right.svg) center center no-repeat; }

.shortcode-facts-nav.style-dark .slick-dots .slick-active button {
  background: #edb211; }

.shortcode-facts-nav.style-dark .arr-left, .shortcode-facts-nav.style-dark .arr-right {
  width: 12px;
  height: 12px; }

.shortcode-facts-nav.style-dark .arr-left {
  background: url(left-y.svg) center center no-repeat; }

.shortcode-facts-nav.style-dark .arr-right {
  background: url(right-y.svg) center center no-repeat; }
