@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");
/*** all Mobile Screen (iphone 6,7,8) ***/
/*** mobile Landscape Size ***/
/*** medium devices (tablets, less than 992px) ***/
/*** iPad in landscape ***/
/**** smaller than desktop 1200 (devices and browsers) ***/
/*** laptop with MDPI (medium density per inch) resolution ***/
/*** laptop with HiDPI (High Dots Per Inch) resolution ***/
/*** WSXGA (Wide Super Extended Graphics Array) resolution ***/
/*** all Mobile Screen (iphone 6,7,8) ***/
/*** mobile Landscape Size ***/
/*** medium devices (tablets, less than 992px) ***/
/*** iPad in landscape ***/
/**** smaller than desktop 1200 (devices and browsers) ***/
/*** laptop with MDPI (medium density per inch) resolution ***/
/*** laptop with HiDPI (High Dots Per Inch) resolution ***/
/*** WSXGA (Wide Super Extended Graphics Array) resolution ***/
header {
  transition: all 0.5s ease;
  position: fixed;
  top: 0px;
  left: 0;
  right: 0;
  z-index: 99;
}

.header-strip {
  background-color: #101828;
  padding-top: 8px;
  padding-bottom: 7px;
  color: #ffffff;
}
.header-strip .h-strip-row {
  align-items: center;
}
.header-strip .h-strip-menu {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .header-strip .h-strip-menu {
    align-items: flex-start;
  }
}
@media (max-width: 767px) {
  .header-strip .h-strip-menu {
    justify-content: center;
    margin-bottom: 20px;
    flex-direction: column;
    margin-bottom: 0;
  }
}
.header-strip .stip-menu {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
  font-size: 12px;
  flex-wrap: wrap;
  color: #ffffff;
}
@media (max-width: 991px) {
  .header-strip .stip-menu {
    max-width: 75%;
  }
}
@media (max-width: 579px) {
  .header-strip .stip-menu {
    max-width: 100%;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .header-strip .stip-menu {
    max-width: 100%;
  }
}
.header-strip .stip-menu li {
  line-height: 1;
  list-style: none;
  display: flex;
  align-items: center;
  padding-right: 16px;
  margin-right: 16px;
  position: relative;
}
@media (max-width: 1679px) {
  .header-strip .stip-menu li {
    margin-right: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 991px) {
  .header-strip .stip-menu li {
    margin-right: 5px;
    padding-right: 5px;
  }
}
@media (max-width: 767px) {
  .header-strip .stip-menu li {
    padding-right: 0;
    margin-right: 8px;
  }
}
@media (max-width: 579px) {
  .header-strip .stip-menu li {
    justify-content: center;
  }
}
.header-strip .stip-menu li.date {
  line-height: 1;
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #ffffff;
  margin-bottom: 0px;
  padding-right: 26px;
}
@media (max-width: 1679px) {
  .header-strip .stip-menu li.date {
    padding-right: 19px;
  }
}
@media (max-width: 991px) {
  .header-strip .stip-menu li.date {
    white-space: nowrap;
    margin-bottom: 10px;
    padding-right: 14px;
  }
}
@media (max-width: 767px) {
  .header-strip .stip-menu li.date {
    padding-right: 0px;
    margin-right: 8px;
  }
}
@media (max-width: 579px) {
  .header-strip .stip-menu li.date {
    width: 100%;
    margin-right: 0px;
  }
}
@media (max-width: 400px) {
  .header-strip .stip-menu li.date {
    font-size: 11px;
  }
}
.header-strip .stip-menu li.date .icon {
  margin-right: 6px;
  width: 14px;
}
@media (max-width: 767px) {
  .header-strip .stip-menu li.join-link {
    margin-right: 8px;
  }
}
@media (max-width: 579px) {
  .header-strip .stip-menu li.join-link {
    margin-left: 12px;
  }
}
.header-strip .stip-menu li.join-link a {
  font-weight: 700;
}
@media (max-width: 991px) {
  .header-strip .stip-menu li.join-link a {
    font-weight: 400;
  }
}
.header-strip .stip-menu li + li:not(.join-link)::after {
  display: none;
}
.header-strip .stip-menu li + li::after {
  content: "";
  position: absolute;
  left: -16px;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 2px;
  border-radius: 2px;
  background-color: #ffffff;
}
@media (max-width: 1679px) {
  .header-strip .stip-menu li + li::after {
    left: -13px;
  }
}
@media (max-width: 1199px) {
  .header-strip .stip-menu li + li::after {
    left: -13px;
  }
}
@media (max-width: 991px) {
  .header-strip .stip-menu li + li::after {
    left: -9px;
    top: 6px;
  }
}
.header-strip .stip-menu a {
  color: #ffffff;
  text-decoration: none;
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 1679px) {
  .header-strip .stip-menu a {
    padding-left: 7px;
    padding-right: 7px;
  }
}
@media (max-width: 991px) {
  .header-strip .stip-menu a {
    margin-bottom: 10px;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .header-strip .stip-menu a {
    padding-right: 0;
  }
}
@media (max-width: 479px) {
  .header-strip .stip-menu a {
    font-size: 12px;
  }
}
@media (max-width: 400px) {
  .header-strip .stip-menu a {
    font-size: 11px;
  }
}
.header-strip .social {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  width: 100%;
}
@media (max-width: 767px) {
  .header-strip .social {
    justify-content: center;
  }
}
.header-strip .social li {
  list-style: none;
  margin-right: 8px;
  text-transform: uppercase;
  font-size: 12px;
  color: #ffffff;
}
.header-strip .social li:last-child {
  padding-right: 0;
}
.header-strip .social li + li {
  position: relative;
}
.header-strip .social li a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  text-decoration: none;
  background-color: transparent !important;
  width: 16px;
  height: 16px;
  padding: 0;
}
@media (max-width: 579px) {
  .header-strip .social li a {
    width: 12px;
    height: 12px;
  }
}
.header-strip .social li a img {
  width: 100%;
  height: auto;
}

.nav-header-outer {
  width: 100%;
  background-color: #ffffff;
  border-bottom: 1px solid #D1D5DC;
}
.nav-header-outer .logo {
  width: 75px;
  margin-right: 32px;
}
.nav-header-outer .logo img {
  max-width: 100%;
  display: block;
  max-height: 75px;
}
.nav-header-outer .navbar {
  padding-bottom: 12px;
  padding-top: 7px;
}
.nav-header-outer .navbar .custom-container {
  position: relative;
}
.nav-header-outer .navbar .navbar-brand {
  background: transparent;
  padding: 1px;
  border-radius: 50%;
}
.nav-header-outer .navbar .navbar-brand.active-story {
  background: #0038B8;
}
.nav-header-outer .navbar .navbar-brand img {
  max-width: 75px;
}
@media (max-width: 1679px) {
  .nav-header-outer .navbar .navbar-brand img {
    max-width: 60px;
  }
}
@media (max-width: 1481px) {
  .nav-header-outer .navbar .navbar-brand img {
    max-width: 55px;
  }
}
@media (max-width: 1199px) {
  .nav-header-outer .navbar .navbar-brand img {
    max-width: 50px;
  }
}
@media (max-width: 579px) {
  .nav-header-outer .navbar .navbar-brand img {
    max-width: 48px;
  }
}
.nav-header-outer .navbar .navbar-toggle {
  border-color: #1A1A1A;
  position: absolute;
  right: 0;
  top: 30px;
  border: none;
  box-shadow: none;
  outline: none;
  background-color: transparent;
  padding: 0;
  display: none;
}
@media (max-width: 991px) {
  .nav-header-outer .navbar .navbar-toggle {
    top: 20px;
    right: 17px;
    display: block;
  }
}
.nav-header-outer .navbar .navbar-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  margin: 6px auto;
  background: #1A1A1A;
  transition: all 0.6s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.nav-header-outer .navbar .navbar-toggle span:first-of-type {
  transform: rotate(45deg) translate(6px, 6px);
}
.nav-header-outer .navbar .navbar-toggle span:nth-of-type(2) {
  opacity: 0;
}
.nav-header-outer .navbar .navbar-toggle span:last-of-type {
  transform: rotate(-45deg) translate(5px, -5px);
}
.nav-header-outer .navbar .navbar-toggle:not(.open) span {
  transform: none;
  opacity: 1;
}
@media (max-width: 991px) {
  .nav-header-outer .navbar .navbar-collapse {
    padding: 20px 40px;
    transition: height 0.2s ease;
    background-color: #fff;
    position: fixed;
    height: 100vh;
    left: 0;
    right: 0;
    top: 141px;
  }
}
@media (max-width: 767px) {
  .nav-header-outer .navbar .navbar-collapse {
    top: 174px;
  }
}
@media (max-width: 579px) {
  .nav-header-outer .navbar .navbar-collapse {
    top: 172px;
  }
}
@media (max-width: 380px) {
  .nav-header-outer .navbar .navbar-collapse {
    top: 179px;
  }
}
@media (max-width: 991px) {
  .nav-header-outer .navbar .navbar-collapse .navbar-nav {
    max-width: 720px;
    margin: 0 auto;
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (max-width: 767px) {
  .nav-header-outer .navbar .navbar-collapse .navbar-nav {
    max-width: 540px;
    margin: 0 auto;
  }
}
@media (max-width: 991px) {
  .nav-header-outer .navbar .navbar-collapse .flag-list {
    max-width: 720px;
    margin: 20px auto 0;
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (max-width: 767px) {
  .nav-header-outer .navbar .navbar-collapse .flag-list {
    max-width: 540px;
    margin: 0 auto;
  }
}
.nav-header-outer .nav-link {
  color: #1A1A1A;
  font-size: 14px;
  text-decoration: none;
  line-height: 1;
  margin-right: 10px;
}
@media (max-width: 1679px) {
  .nav-header-outer .nav-link {
    margin-right: 10px;
  }
}
@media (max-width: 1481px) {
  .nav-header-outer .nav-link {
    margin-right: 10px;
  }
}
@media (max-width: 1199px) {
  .nav-header-outer .nav-link {
    margin-right: 0px;
    font-size: 12px;
  }
}
.nav-header-outer .flag-list {
  display: flex;
  align-items: center;
  margin-left: auto;
  border-right: 1px solid #D1D5DC;
  padding-left: 0;
  margin: 0;
}
.nav-header-outer .flag-list li {
  list-style: none;
  margin-right: 8px;
}
@media (max-width: 1679px) {
  .nav-header-outer .flag-list li {
    margin-right: 5px;
  }
}
.nav-header-outer .flag-list li a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1A1A1A;
  text-decoration: none;
}
@media (max-width: 1481px) {
  .nav-header-outer .flag-list li a img {
    width: 16px;
  }
}
.nav-header-outer .btn-search {
  width: 16px;
  padding: 0;
  border: none;
  outline: none;
  box-shadow: none;
  margin-left: 30px;
  background-color: transparent;
  order: 3;
}
@media (max-width: 1481px) {
  .nav-header-outer .btn-search {
    margin-left: 10px;
  }
}
.nav-header-outer .btn-search img {
  max-width: 16px;
  display: block;
}
@media (max-width: 991px) {
  .nav-header-outer .btn-search.sm-only {
    display: block;
    margin-left: 0px;
    margin-right: 70px;
    margin-top: 10px;
  }
}
.nav-header-outer .search-wrap {
  display: none;
  position: absolute;
  bottom: -78px;
  z-index: 2;
  width: 300px;
  height: 65px;
  right: 0;
  background: #ffffff;
  padding: 10px 20px;
  border-radius: 0 0 8px 8px;
  border: 1px solid #f5f5f5;
  border-top: 0px;
}
@media (max-width: 579px) {
  .nav-header-outer .search-wrap {
    width: 100%;
  }
}
.nav-header-outer .search-wrap.open {
  display: block;
}
.nav-header-outer .search-wrap .search-field {
  width: 100%;
  display: flex;
  background-color: rgb(229, 245, 250);
  border-radius: 20px;
}
.nav-header-outer .search-wrap .search-field .form-control {
  width: 100%;
  max-width: 300px;
  color: #7B7B7B;
  box-shadow: none;
  outline: none;
  border: none;
  background-color: transparent;
}
@media (max-width: 767px) {
  .nav-header-outer .search-wrap .search-field .form-control {
    flex: 1;
    max-width: unset;
  }
}
.nav-header-outer .search-wrap .search-field .search-btn {
  margin-right: 5px;
}/*# sourceMappingURL=header.css.map */