/*
Explicitly define a Segoe UI font-family so that we can assign Segoe UI 
Semilight to an appropriate font-weight.
*/
@font-face {
  font-family: "Segoe UI";
  font-weight: 200;
  src: local("Segoe UI Light"); }
@font-face {
  font-family: "Segoe UI";
  font-weight: 300;
  src: local("Segoe UI Semilight"); }
@font-face {
  font-family: "Segoe UI";
  font-weight: 400;
  src: local("Segoe UI"); }
@font-face {
  font-family: "Segoe UI";
  font-weight: 600;
  src: local("Segoe UI Semibold"); }
@font-face {
  font-family: "Segoe UI";
  font-weight: 700;
  src: local("Segoe UI Bold"); }
@font-face {
  font-family: "Segoe UI";
  font-style: italic;
  font-weight: 400;
  src: local("Segoe UI Italic"); }
@font-face {
  font-family: "Segoe UI";
  font-style: italic;
  font-weight: 700;
  src: local("Segoe UI Bold Italic"); }
body {
  font-family: "Segoe UI", arial;
  font-size: 14px; }

.yellow-text {
  color: #f2c94d !important; }

.alignwide {
  width: 100% !important;
  max-width: unset !important;
  margin-left: unset !important; }

.pb-breadcrumb {
  color: #666666;
  font-size: 12px;
  margin-bottom: 15px; }
  .pb-breadcrumb a {
    text-decoration: none;
    color: #666666; }
  .pb-breadcrumb #crumbs {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }

.main-content-wrapper {
  width: 100%;
  max-width: calc(100% - 292px);
  margin-right: 10px;
  margin-bottom: 0; }

.home-sidebar {
  width: 282px;
  margin-left: auto; }
  .home-sidebar .home-sidebar-container {
    width: 100%;
    padding: 10px;
    background: #1d233b;
    border-radius: 8px; }

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

.pagination-container-home {
  margin-top: 48px; }
  .pagination-container-home .nav-links {
    padding: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap; }
    .pagination-container-home .nav-links .page-numbers {
      padding: 0;
      width: unset;
      height: unset;
      font-size: 18px;
      font-weight: 700;
      color: #333333;
      line-height: 0px;
      display: inline-block !important;
      margin-right: 30px;
      margin-bottom: 30px; }
      .pagination-container-home .nav-links .page-numbers:last-child {
        margin-right: 0px; }
      .pagination-container-home .nav-links .page-numbers.next, .pagination-container-home .nav-links .page-numbers.prev {
        background: none;
        padding: 0;
        color: #333333;
        text-transform: capitalize; }
      .pagination-container-home .nav-links .page-numbers.active-dot {
        display: none; }
      .pagination-container-home .nav-links .page-numbers.current {
        width: 25px;
        height: 25px;
        border-radius: 100px;
        background: transparent !important;
        position: relative;
        border: 2px solid #1d233b;
        color: transparent;
        display: flex !important;
        align-items: center;
        justify-content: center;
        line-height: normal; }
        .pagination-container-home .nav-links .page-numbers.current .active-dot {
          width: 9px;
          height: 9px;
          background: #333333;
          border-radius: 100px;
          display: block;
          position: absolute; }

.pagination-container {
  margin-top: 48px; }
  .pagination-container .nav-links {
    padding: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap; }
    .pagination-container .nav-links .page-numbers {
      padding: 0;
      width: unset;
      height: unset;
      font-size: 18px;
      font-weight: 700;
      color: #333333;
      line-height: 0px;
      display: inline-block !important;
      margin-right: 30px;
      margin-bottom: 30px; }
      .pagination-container .nav-links .page-numbers:last-child {
        margin-right: 0px; }
      .pagination-container .nav-links .page-numbers.next, .pagination-container .nav-links .page-numbers.prev {
        background: none;
        padding: 0;
        color: #333333;
        text-transform: capitalize; }
      .pagination-container .nav-links .page-numbers.active-dot {
        display: none; }
      .pagination-container .nav-links .page-numbers.current {
        width: 35px;
        height: 35px;
        display: flex !important;
        align-items: center;
        justify-content: center;
        line-height: normal;
        background: #1d233b !important;
        border-radius: 100px; }

@media (max-width: 769px) {
  .main-content-wrapper {
    max-width: unset;
    margin-right: 0; }

  .home-sidebar {
    width: 100%; } }
@media (max-width: 426px) {
  .main-content-wrapper {
    max-width: unset;
    margin-right: 0; }

  .home-sidebar {
    width: 100%; }

  .pagination-container-home {
    padding: 15px; }
    .pagination-container-home .nav-links .page-numbers.current {
      border: none;
      color: white;
      background: #1d233b !important;
      display: flex !important; }
      .pagination-container-home .nav-links .page-numbers.current .active-dot {
        display: none; }

  .pagination-container {
    padding: 15px; }
    .pagination-container .nav-links .page-numbers.current {
      border: none;
      color: white;
      background: #1d233b !important;
      display: flex !important; }
      .pagination-container .nav-links .page-numbers.current .active-dot {
        display: none; } }
.main-header {
  background: #1d233b; }

.header-sticky {
  position: sticky;
  top: 0;
  z-index: 1; }

.header-container {
  display: flex;
  align-items: center; }

.logo-container {
  margin-right: 30px; }
  .logo-container .logo-wrapper {
    max-width: unset;
    padding: 0;
    margin: 0; }
    .logo-container .logo-wrapper a {
      text-decoration: none;
      padding: 0;
      margin: 0;
      line-height: 0; }
      .logo-container .logo-wrapper a img {
        max-width: 125px;
        max-height: 40px; }

.desktop-search-form {
  position: relative;
  margin-right: 30px;
  width: 100%;
  max-width: 400px; }
  .desktop-search-form form input {
    width: 100%;
    background: rgba(246, 247, 249, 0.2);
    border: 1px solid #f6f7f9;
    outline: none;
    font-family: "Segoe UI", arial;
    font-size: 14px;
    color: #f6f7f9;
    padding: 14px 27px;
    border-radius: 100px; }
    .desktop-search-form form input::placeholder {
      font-style: italic;
      color: #f6f7f9; }
  .desktop-search-form form button {
    position: absolute;
    right: 0;
    background: transparent;
    border: none;
    padding: 0 15px;
    width: auto;
    height: 100%;
    outline: none; }

.mobile-search {
  display: none; }

.menu-desktop {
  margin-left: auto; }
  .menu-desktop .main-menu .menu {
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: nowrap; }
    .menu-desktop .main-menu .menu li {
      padding: 0;
      margin: 0;
      display: inline-block;
      position: relative;
      margin-left: 45px;
      white-space: nowrap; }
      .menu-desktop .main-menu .menu li:first-child {
        margin-left: 0px; }
      .menu-desktop .main-menu .menu li a {
        text-decoration: none;
        font-size: 16px;
        color: white;
        font-weight: 600;
        font-family: "Segoe UI", arial;
        display: block;
        padding: 25px 0; }
      .menu-desktop .main-menu .menu li .sub-menu {
        display: none;
        width: max-content;
        background: #1d233b;
        padding: 0;
        margin: 0;
        padding-bottom: 10px;
        position: absolute;
        left: 0;
        z-index: 4; }
        .menu-desktop .main-menu .menu li .sub-menu li {
          width: max-content;
          display: block;
          padding: 0;
          margin: 0; }
          .menu-desktop .main-menu .menu li .sub-menu li a {
            display: block;
            padding: 15px 25px;
            white-space: nowrap; }
      .menu-desktop .main-menu .menu li:last-child .sub-menu {
        left: unset;
        right: 0; }
      .menu-desktop .main-menu .menu li:hover .sub-menu {
        display: block; }

.menu-mobile {
  display: none; }
  .menu-mobile .toggle-menu-mobile {
    padding: 0;
    padding-right: 15px;
    font-size: 22px;
    background: transparent;
    outline: none; }

.main-menu-mobile {
  display: none; }

.mobile-search-container {
  display: none; }

@media (max-width: 769px) {
  .desktop-search-form {
    display: none; }

  .menu-desktop {
    display: none; }

  .menu-mobile {
    display: inline-block; }

  .main-menu-mobile {
    background: #1d233b;
    padding-bottom: 15px; }
    .main-menu-mobile.expanded {
      display: block; }
    .main-menu-mobile .menu {
      margin: 0;
      padding: 0; }
      .main-menu-mobile .menu li {
        padding: 10px 15px;
        position: relative;
        font-size: 16px; }
        .main-menu-mobile .menu li a {
          text-decoration: none;
          color: white;
          display: block;
          width: 100%; }
        .main-menu-mobile .menu li .sub-menu {
          display: block;
          margin-left: 15px; }

  .mobile-search {
    display: inline-block;
    margin-left: auto;
    margin-right: 30px; }
    .mobile-search .btn-toggle-search {
      background: none;
      padding: 10px;
      font-size: 18px;
      outline: none; }

  .mobile-search-container {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: linear-gradient(0deg, rgba(29, 35, 59, 0.9), #1d233b);
    z-index: 9;
    justify-content: center;
    align-items: center; }
    .mobile-search-container .close-search {
      position: absolute;
      top: 0;
      right: 10px;
      border: none;
      background: none;
      color: white;
      font-size: 26px;
      outline: none;
      padding: 30px; }
    .mobile-search-container.expanded {
      display: flex; }

  .header-container {
    padding: 25px 0; } }
@media (max-width: 426px) {
  .mobile-search-container .close-search {
    right: 0px; }

  .header-container {
    padding: 25px 0; } }
@media (max-width: 376px) {
  .header-container {
    padding: 25px 0; } }
.footer-identity {
  background: #1d233b;
  color: white;
  padding: 35px 0; }

.copyright-section {
  background: #0d1121;
  color: white;
  padding: 17px 0;
  font-size: 12px; }

.footer-logo {
  margin-right: 30px; }
  .footer-logo .logo-wrapper {
    max-width: unset;
    padding: 0;
    margin: 0; }
    .footer-logo .logo-wrapper a {
      text-decoration: none;
      padding: 0;
      margin: 0;
      line-height: 0; }
      .footer-logo .logo-wrapper a img {
        max-width: 125px;
        max-height: 40px; }

.footer-description {
  width: max-content;
  max-width: 550px;
  margin-top: 30px;
  margin-bottom: 30px; }

.social-media {
  margin-left: auto; }
  .social-media ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center; }

.footer-menu-container ul {
  padding: 0;
  padding-left: 5px; }
  .footer-menu-container ul li {
    margin: 0;
    padding: 0;
    display: inline-block;
    font-size: 12px;
    position: relative;
    margin-right: 12px; }
    .footer-menu-container ul li:before {
      content: '';
      width: 2px;
      height: 2px;
      background: white;
      border-radius: 2px;
      display: inherit;
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto;
      left: -5px; }
    .footer-menu-container ul li a {
      text-decoration: none;
      color: white; }

.copyright {
  margin-left: auto; }
  .copyright a {
    text-decoration: none;
    color: white; }

@media (max-width: 769px) {
  .social-media {
    margin-left: unset; }
    .social-media li:first-child {
      margin-left: 0; } }
@media (max-width: 426px) {
  .footer-logo {
    margin: 0;
    width: 100%;
    text-align: center; }
    .footer-logo .logo-wrapper {
      justify-content: center; }

  .footer-description {
    text-align: center; }

  .copyright {
    margin-left: unset;
    margin-top: 25px; } }
.hero-posts-section {
  background: #0d1121;
  padding-top: 10px;
  padding-bottom: 30px;
  display: flex; }
  .hero-posts-section .hero-wrapper {
    display: flex;
    flex-wrap: wrap; }
  .hero-posts-section .big-posts-container {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: calc(100% - 292px);
    margin-right: 10px; }
    .hero-posts-section .big-posts-container .big-post {
      width: calc((100% - 10px) / 2);
      background: white;
      border-radius: 8px;
      margin-right: 10px;
      margin-bottom: 10px; }
      .hero-posts-section .big-posts-container .big-post:nth-child(even) {
        margin-right: 0px; }
      .hero-posts-section .big-posts-container .big-post .banner-post {
        text-decoration: none;
        width: 100%;
        height: 240px;
        border-radius: 8px;
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #cccdd4 !important; }
        .hero-posts-section .big-posts-container .big-post .banner-post img {
          height: 100%;
          transform: scale(1.3); }
      .hero-posts-section .big-posts-container .big-post .post-information-container {
        padding: 20px; }
        .hero-posts-section .big-posts-container .big-post .post-information-container .post-information {
          color: #666666;
          font-size: 12px;
          font-weight: 400;
          margin-bottom: 11px; }
          .hero-posts-section .big-posts-container .big-post .post-information-container .post-information .post-category {
            text-decoration: none;
            display: initial;
            background: #1d233b;
            color: white;
            padding: 6px 10px;
            border-radius: 4px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis; }
        .hero-posts-section .big-posts-container .big-post .post-information-container .post-title {
          font-size: 24px;
          font-weight: 700;
          line-height: 30px; }
          .hero-posts-section .big-posts-container .big-post .post-information-container .post-title a {
            text-decoration: none;
            color: #333333;
            overflow: hidden;
            max-height: 60px;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            /* number of lines to show */
            -webkit-box-orient: vertical; }
  .hero-posts-section .side-posts-container {
    width: 282px;
    padding: 10px;
    background: #1d233b;
    border-radius: 8px; }
    .hero-posts-section .side-posts-container .big-post {
      background: white;
      border-radius: 8px;
      margin-bottom: 10px; }
      .hero-posts-section .side-posts-container .big-post .banner-post {
        text-decoration: none;
        border-radius: 8px;
        width: 100%;
        height: 140px;
        background-color: #cccdd4 !important;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden; }
        .hero-posts-section .side-posts-container .big-post .banner-post img {
          transform: scale(1.3); }
      .hero-posts-section .side-posts-container .big-post .post-information-container {
        padding: 12px;
        display: flex;
        font-size: 12px;
        font-weight: 700;
        color: #333333; }
        .hero-posts-section .side-posts-container .big-post .post-information-container .post-rank {
          margin-right: 11px; }
        .hero-posts-section .side-posts-container .big-post .post-information-container .post-information {
          margin-right: 11px;
          color: #adadad; }
          .hero-posts-section .side-posts-container .big-post .post-information-container .post-information .post-title {
            font-size: 12px;
            font-weight: 700;
            line-height: 20px;
            margin: 0; }
            .hero-posts-section .side-posts-container .big-post .post-information-container .post-information .post-title a {
              text-decoration: none;
              color: #333333;
              overflow: hidden;
              max-height: 20px;
              text-overflow: ellipsis;
              display: -webkit-box;
              -webkit-line-clamp: 1;
              /* number of lines to show */
              -webkit-box-orient: vertical; }
          .hero-posts-section .side-posts-container .big-post .post-information-container .post-information span {
            font-size: 10px;
            color: #adadad; }
            .hero-posts-section .side-posts-container .big-post .post-information-container .post-information span + span::before {
              content: ', '; }
            .hero-posts-section .side-posts-container .big-post .post-information-container .post-information span a {
              text-decoration: none;
              color: #adadad; }
              .hero-posts-section .side-posts-container .big-post .post-information-container .post-information span a:hover {
                color: #777777; }
        .hero-posts-section .side-posts-container .big-post .post-information-container .post-score {
          margin-left: auto;
          white-space: nowrap;
          font-weight: 600; }
          .hero-posts-section .side-posts-container .big-post .post-information-container .post-score i {
            color: #f2c94d; }
    .hero-posts-section .side-posts-container .small-post {
      display: flex;
      margin-bottom: 10px; }
      .hero-posts-section .side-posts-container .small-post:last-child {
        margin-bottom: 0px; }
      .hero-posts-section .side-posts-container .small-post .banner-post {
        text-decoration: none;
        width: 50px;
        height: 50px;
        border-radius: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #cccdd4 !important;
        overflow: hidden; }
        .hero-posts-section .side-posts-container .small-post .banner-post img {
          transform: scale(1.2); }
      .hero-posts-section .side-posts-container .small-post .post-information-container {
        padding: 10px;
        color: white;
        font-size: 12px;
        font-weight: 700;
        display: flex;
        width: 100%;
        max-width: calc(100% - 50px); }
        .hero-posts-section .side-posts-container .small-post .post-information-container .post-rank {
          margin-right: 10px; }
        .hero-posts-section .side-posts-container .small-post .post-information-container .post-information {
          margin-right: 10px; }
          .hero-posts-section .side-posts-container .small-post .post-information-container .post-information .post-title {
            font-size: 12px;
            line-height: 20px;
            margin: 0;
            margin-right: 10px; }
            .hero-posts-section .side-posts-container .small-post .post-information-container .post-information .post-title a {
              text-decoration: none;
              color: white;
              overflow: hidden;
              max-height: 20px;
              text-overflow: ellipsis;
              display: -webkit-box;
              -webkit-line-clamp: 1;
              /* number of lines to show */
              -webkit-box-orient: vertical; }
          .hero-posts-section .side-posts-container .small-post .post-information-container .post-information span {
            font-size: 10px;
            color: white; }
            .hero-posts-section .side-posts-container .small-post .post-information-container .post-information span + span::before {
              content: ', '; }
            .hero-posts-section .side-posts-container .small-post .post-information-container .post-information span a {
              text-decoration: none;
              color: white; }
              .hero-posts-section .side-posts-container .small-post .post-information-container .post-information span a:hover {
                color: #777777; }
        .hero-posts-section .side-posts-container .small-post .post-information-container .post-score {
          margin-left: auto;
          white-space: nowrap;
          font-weight: 600; }
          .hero-posts-section .side-posts-container .small-post .post-information-container .post-score i {
            color: #f2c94d; }

.sub-title-container {
  margin-bottom: 25px; }
  .sub-title-container .sub-title {
    font-size: 20px;
    font-weight: 400;
    color: #1d233b; }

.home-content {
  display: flex;
  flex-wrap: wrap; }

.main-container {
  padding-top: 25px;
  padding-bottom: 74px;
  background: white;
  display: flex;
  flex-wrap: wrap; }

.home-main-content {
  width: 100%;
  max-width: calc(100% - 292px);
  margin-right: 10px;
  margin-bottom: 0; }

.posts-container {
  display: flex;
  flex-wrap: wrap; }
  .posts-container .post-item {
    margin-right: 10px;
    width: calc((100% - 20px) / 3 );
    margin-bottom: 29px; }
    .posts-container .post-item:nth-child(3n+3) {
      margin-right: 0px; }
    .posts-container .post-item .banner-post {
      text-decoration: none;
      width: 100%;
      height: 158px;
      display: flex;
      justify-content: center;
      align-items: center;
      background-color: #cccdd4 !important;
      border-radius: 8px;
      overflow: hidden;
      margin-bottom: 10px; }
      .posts-container .post-item .banner-post img {
        transform: scale(1.3); }
    .posts-container .post-item .post-information-container .post-information {
      font-size: 12px;
      color: #666666; }
      .posts-container .post-item .post-information-container .post-information .post-category {
        text-decoration: none;
        display: initial;
        color: white;
        padding: 6px 10px;
        border-radius: 4px;
        background: #1d233b;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
    .posts-container .post-item .post-information-container .post-title {
      font-size: 18px;
      font-weight: 700;
      line-height: 24px; }
      .posts-container .post-item .post-information-container .post-title a {
        text-decoration: none;
        color: #333333;
        overflow: hidden;
        max-height: 48px;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        /* number of lines to show */
        -webkit-box-orient: vertical; }

.post-item-sidebar {
  width: 100%;
  background: white;
  border-radius: 8px;
  margin-bottom: 10px; }
  .post-item-sidebar:last-child {
    margin-bottom: 0; }
  .post-item-sidebar .banner-post {
    text-decoration: none;
    width: 100%;
    height: 140px;
    background-color: #cccdd4 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    overflow: hidden; }
    .post-item-sidebar .banner-post img {
      transform: scale(1.3); }
  .post-item-sidebar .post-information-container {
    padding: 10px 10px 15px 10px; }
    .post-item-sidebar .post-information-container .post-information {
      font-size: 10px;
      color: #adadad;
      margin-bottom: 10px; }
      .post-item-sidebar .post-information-container .post-information .post-category {
        text-decoration: none;
        display: initial;
        color: #1d233b;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
    .post-item-sidebar .post-information-container .post-title {
      font-size: 14px;
      font-weight: 700;
      line-height: 18px;
      margin: 0; }
      .post-item-sidebar .post-information-container .post-title a {
        text-decoration: none;
        color: #333333;
        overflow: hidden;
        max-height: 36px;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        /* number of lines to show */
        -webkit-box-orient: vertical; }

.single-post-title {
  color: #333333;
  font-size: 30px;
  font-weight: 700;
  margin: 0;
  margin-bottom: 11px; }

.head-author {
  display: flex;
  align-items: center;
  margin-bottom: 18px; }
  .head-author .avatar {
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background: #cccdd4;
    border-radius: 50px;
    margin-right: 11px;
    overflow: hidden; }
    .head-author .avatar img {
      height: 100%;
      width: auto; }
  .head-author .author-information-container {
    font-size: 12px;
    line-height: 15px; }
    .head-author .author-information-container .author-name {
      text-decoration: none;
      color: #1d233b; }
    .head-author .author-information-container .author-information {
      color: #666666; }

.post-banner-container {
  display: flex;
  align-items: center;
  background: #1d233b;
  color: white;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 26px;
  max-height: 450px; }
  .post-banner-container .post-banner {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden; }
    .post-banner-container .post-banner img {
      height: auto;
      transform: scale(1.3); }
  .post-banner-container .movie-banner-information {
    width: 100%;
    max-width: 280px;
    padding: 25px; }
    .post-banner-container .movie-banner-information .movie-information-group {
      margin-bottom: 25px; }
      .post-banner-container .movie-banner-information .movie-information-group:last-child {
        margin-bottom: 0px; }
      .post-banner-container .movie-banner-information .movie-information-group label {
        margin: 0;
        font-size: 12px;
        line-height: 20px; }
      .post-banner-container .movie-banner-information .movie-information-group p {
        font-weight: 700;
        font-size: 16px;
        line-height: 20px; }
        .post-banner-container .movie-banner-information .movie-information-group p a {
          text-decoration: none;
          color: white;
          position: relative; }
          .post-banner-container .movie-banner-information .movie-information-group p a + a::before {
            content: ', '; }

.tags-container .tags {
  font-size: 16px;
  font-weight: 700; }
  .tags-container .tags a {
    text-decoration: none;
    color: #1d233b;
    position: relative; }
    .tags-container .tags a + a::before {
      content: ', '; }

.content-cta {
  display: flex;
  flex: wrap;
  justify-content: center;
  align-items: center;
  margin: 25px 0; }
  .content-cta a {
    text-decoration: none;
    width: 250px;
    height: 60px;
    margin: 10px;
    color: white;
    font-size: 18px;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    border-top: 1px solid; }
    .content-cta a.btn-download-movie {
      background: #1d233b;
      border-color: #6c707f; }
    .content-cta a.btn-streaming-movie {
      background: #ff1717;
      border-color: #ff6868; }

.related-posts-section .related-post-label {
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 15px; }
.related-posts-section .related-posts-wrapper {
  display: flex;
  flex-wrap: wrap; }
  .related-posts-section .related-posts-wrapper .related-post-item {
    width: calc((100% - 20px) / 3);
    margin-right: 10px; }
    .related-posts-section .related-posts-wrapper .related-post-item:last-child {
      margin-right: 0; }
    .related-posts-section .related-posts-wrapper .related-post-item .banner-post {
      text-decoration: none;
      width: 100%;
      height: 158px;
      background-color: #cccdd4 !important;
      border-radius: 8px;
      overflow: hidden;
      margin-bottom: 10px;
      display: flex;
      justify-content: center;
      align-items: center; }
      .related-posts-section .related-posts-wrapper .related-post-item .banner-post img {
        height: 100%;
        width: auto;
        transform: scale(1.2); }
    .related-posts-section .related-posts-wrapper .related-post-item .post-information-container .post-information {
      font-size: 12px;
      color: #666666;
      display: flex;
      align-items: center; }
      .related-posts-section .related-posts-wrapper .related-post-item .post-information-container .post-information .post-category {
        text-decoration: none;
        background: #1d233b;
        color: white;
        padding: 6px 10px;
        border-radius: 4px;
        display: initial;
        max-width: 102px;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-right: 5px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
      .related-posts-section .related-posts-wrapper .related-post-item .post-information-container .post-information span {
        margin-left: 5px; }
    .related-posts-section .related-posts-wrapper .related-post-item .post-information-container .post-title {
      font-size: 18px;
      font-weight: 700;
      line-height: 24px; }
      .related-posts-section .related-posts-wrapper .related-post-item .post-information-container .post-title a {
        text-decoration: none;
        color: #333333;
        overflow: hidden;
        max-height: 48px;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        /* number of lines to show */
        -webkit-box-orient: vertical; }
  .related-posts-section .related-posts-wrapper .related-post-item-2 {
    width: calc((100% - 30px) / 4);
    margin-right: 10px; }
    .related-posts-section .related-posts-wrapper .related-post-item-2:last-child {
      margin-right: 0; }
    .related-posts-section .related-posts-wrapper .related-post-item-2 .banner-post {
      text-decoration: none;
      width: 100%;
      height: 158px;
      background-color: #cccdd4 !important;
      border-radius: 8px;
      overflow: hidden;
      margin-bottom: 10px;
      display: flex;
      justify-content: center;
      align-items: center; }
      .related-posts-section .related-posts-wrapper .related-post-item-2 .banner-post img {
        height: 100%;
        width: auto;
        transform: scale(1.2); }
    .related-posts-section .related-posts-wrapper .related-post-item-2 .post-information-container .post-information {
      font-size: 12px;
      color: white;
      display: flex;
      align-items: center; }
      .related-posts-section .related-posts-wrapper .related-post-item-2 .post-information-container .post-information .post-category {
        text-decoration: none;
        background: #1d233b;
        color: white;
        padding: 6px 10px;
        border-radius: 4px;
        display: initial;
        max-width: 102px;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-right: 5px; }
      .related-posts-section .related-posts-wrapper .related-post-item-2 .post-information-container .post-information span {
        margin-left: 5px; }
    .related-posts-section .related-posts-wrapper .related-post-item-2 .post-information-container .post-title {
      font-size: 18px;
      font-weight: 700;
      line-height: 24px; }
      .related-posts-section .related-posts-wrapper .related-post-item-2 .post-information-container .post-title a {
        text-decoration: none;
        color: white;
        overflow: hidden;
        max-height: 48px;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        /* number of lines to show */
        -webkit-box-orient: vertical; }

.page-not-found-section {
  background: #0d1121;
  color: white;
  padding-top: 54px;
  padding-bottom: 37px; }
  .page-not-found-section .page-not-found-container {
    text-align: center;
    margin-bottom: 28px; }
    .page-not-found-section .page-not-found-container h3 {
      margin: 0;
      color: white;
      font-size: 16px;
      font-weight: 600;
      margin-bottom: 12px; }
    .page-not-found-section .page-not-found-container .not-found-vector {
      width: 100%;
      max-width: 525px; }

.search-section {
  padding-top: 38px;
  padding-bottom: 26px; }

.search-container .search-title-page {
  font-size: 30px;
  font-weight: 600;
  margin: 0;
  margin-bottom: 28px;
  color: #333333; }
  .search-container .search-title-page strong {
    font-weight: 700; }

.search-posts-section .search-post-label {
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 15px; }
.search-posts-section .search-posts-wrapper {
  display: flex;
  flex-wrap: wrap; }
  .search-posts-section .search-posts-wrapper .search-post-item {
    width: calc((100% - 30px) / 4);
    margin-right: 10px; }
    .search-posts-section .search-posts-wrapper .search-post-item:nth-child(4n+4) {
      margin-right: 0; }
    .search-posts-section .search-posts-wrapper .search-post-item .banner-post {
      text-decoration: none;
      width: 100%;
      height: 158px;
      background-color: #cccdd4 !important;
      border-radius: 8px;
      overflow: hidden;
      margin-bottom: 10px;
      display: flex;
      justify-content: center;
      align-items: center; }
      .search-posts-section .search-posts-wrapper .search-post-item .banner-post img {
        height: 100%;
        width: auto;
        transform: scale(1.2); }
    .search-posts-section .search-posts-wrapper .search-post-item .post-information-container .post-information {
      font-size: 12px;
      color: #666666;
      display: flex;
      align-items: center; }
      .search-posts-section .search-posts-wrapper .search-post-item .post-information-container .post-information .post-category {
        text-decoration: none;
        background: #1d233b;
        color: white;
        padding: 6px 10px;
        border-radius: 4px;
        display: initial;
        max-width: 102px;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-right: 5px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
      .search-posts-section .search-posts-wrapper .search-post-item .post-information-container .post-information span {
        margin-left: 5px; }
    .search-posts-section .search-posts-wrapper .search-post-item .post-information-container .post-title {
      font-size: 18px;
      font-weight: 700;
      line-height: 24px; }
      .search-posts-section .search-posts-wrapper .search-post-item .post-information-container .post-title a {
        text-decoration: none;
        color: #333333;
        overflow: hidden;
        max-height: 48px;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        /* number of lines to show */
        -webkit-box-orient: vertical; }

.search-not-found-section {
  background: #0d1121;
  color: white;
  padding-top: 54px;
  padding-bottom: 37px; }
  .search-not-found-section .search-not-found-container {
    text-align: center;
    margin-bottom: 28px; }
    .search-not-found-section .search-not-found-container h3 {
      margin: 0;
      color: white;
      font-size: 16px;
      font-weight: 600;
      margin-bottom: 12px;
      line-height: 30px;
      position: relative;
      z-index: 3; }
      .search-not-found-section .search-not-found-container h3 strong {
        font-size: 20px; }
    .search-not-found-section .search-not-found-container .not-found-vector {
      margin-top: -70px;
      width: 100%;
      max-width: 525px; }

.download-section {
  width: 100%;
  padding: 15px 19px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  background: #cccdd4;
  margin-bottom: 12px; }
  .download-section .download-label {
    max-width: 100px;
    font-size: 16px;
    line-height: 18px; }
  .download-section .download-link {
    padding: 0;
    margin: 0; }
    .download-section .download-link li {
      display: inline-block;
      position: relative;
      border-right: 1px solid;
      margin-bottom: 0px; }
      .download-section .download-link li:last-child {
        border-right: none; }
      .download-section .download-link li a {
        text-decoration: none;
        padding: 0px 10px;
        font-size: 16px;
        font-weight: normal; }
  .download-section.style-1 {
    background: #1d233b; }
    .download-section.style-1 .download-label {
      color: white;
      font-weight: 700; }
    .download-section.style-1 .download-link li {
      border-color: white; }
      .download-section.style-1 .download-link li a {
        color: white; }
        .download-section.style-1 .download-link li a:hover {
          color: #cccdd4; }
  .download-section.style-2 {
    background: #d8d8d8; }
    .download-section.style-2 .download-label {
      color: #1d233b;
      font-weight: 500; }
    .download-section.style-2 .download-link li {
      border-color: #1d233b; }
      .download-section.style-2 .download-link li a {
        color: #1d233b; }
        .download-section.style-2 .download-link li a:hover {
          color: #333333; }

@media (max-width: 769px) {
  .banner-post img {
    width: auto !important; }

  .hero-posts-section .hero-wrapper {
    justify-content: center; }
    .hero-posts-section .hero-wrapper .big-posts-container .big-post {
      width: 100%;
      margin-right: 0; }

  .posts-container .post-item {
    margin-right: 10px;
    width: calc((100% - 10px) / 2 );
    margin-bottom: 29px; }
    .posts-container .post-item:nth-child(3n+3) {
      margin-right: 10px; }
    .posts-container .post-item:nth-child(even) {
      margin-right: 0px; }

  .main-container {
    padding-bottom: 50px; }

  .post-banner-container {
    flex-wrap: wrap;
    max-height: unset; }
    .post-banner-container .movie-banner-information {
      max-width: unset; }

  .related-posts-section .related-posts-wrapper .related-post-item, .related-posts-section .related-posts-wrapper .related-post-item-2 {
    width: calc((100% - 10px) / 2);
    margin-right: 10px; }
    .related-posts-section .related-posts-wrapper .related-post-item:nth-child(even), .related-posts-section .related-posts-wrapper .related-post-item-2:nth-child(even) {
      margin-right: 0px; }

  .search-posts-section .search-posts-wrapper .search-post-item {
    width: calc((100% - 20px) / 3);
    margin-right: 10px; }
    .search-posts-section .search-posts-wrapper .search-post-item:nth-child(4n+4) {
      margin-right: 10px; }
    .search-posts-section .search-posts-wrapper .search-post-item:nth-child(3n+3) {
      margin-right: 0px; } }
@media (max-width: 426px) {
  .banner-post img {
    width: auto !important; }

  .hero-posts-section .hero-wrapper {
    justify-content: center; }
    .hero-posts-section .hero-wrapper .big-posts-container {
      max-width: unset; }
      .hero-posts-section .hero-wrapper .big-posts-container .big-post {
        width: 100%;
        margin-right: 0; }

  .home-content {
    padding-left: 0;
    padding-right: 0; }
    .home-content .sub-title {
      margin-left: 25px;
      margin-right: 25px; }
    .home-content .home-main-content {
      max-width: unset;
      margin-right: 0px; }
    .home-content .home-sidebar {
      width: 100%; }
      .home-content .home-sidebar .home-sidebar-container {
        overflow: auto;
        display: -webkit-box;
        border-radius: 0px; }
        .home-content .home-sidebar .home-sidebar-container .post-item-sidebar {
          margin: 10px;
          width: 100%;
          max-width: 280px; }

  .posts-container {
    padding-left: 41px;
    padding-right: 41px; }
    .posts-container .post-item {
      margin: auto !important;
      margin-bottom: 24px;
      width: 100%; }

  .main-container {
    padding-bottom: 38px; }

  .post-banner-container {
    flex-wrap: wrap;
    max-height: unset; }
    .post-banner-container .movie-banner-information {
      max-width: unset; }

  .content-cta a {
    font-size: 14px; }

  .related-posts-section .related-posts-wrapper .related-post-item, .related-posts-section .related-posts-wrapper .related-post-item-2 {
    width: 100%;
    margin-right: 0; }

  .search-posts-section .search-posts-wrapper .search-post-item {
    width: calc((100% - 10px) / 2);
    margin-right: 10px; }
    .search-posts-section .search-posts-wrapper .search-post-item:nth-child(4n+4) {
      margin-right: 10px; }
    .search-posts-section .search-posts-wrapper .search-post-item:nth-child(3n+3) {
      margin-right: 10px; }
    .search-posts-section .search-posts-wrapper .search-post-item:nth-child(2n+2) {
      margin-right: 0px; } }

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