.dw-press-page {
  background: #f6f8fb;
}

.dw-press-hero {
  position: relative;
  overflow: hidden;
  padding: 150px 0 110px;
  background: #071d3b;
  color: #fff;
}

.dw-press-hero::after {
  position: absolute;
  right: -120px;
  bottom: -170px;
  width: 470px;
  height: 470px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 50%;
  box-shadow: 0 0 0 55px rgba(255, 255, 255, .035), 0 0 0 110px rgba(255, 255, 255, .025);
  content: "";
}

.dw-press-hero span,
.dw-press-heading span,
.dw-press-resources span {
  color: #8ebfff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.dw-press-hero h1 {
  position: relative;
  z-index: 1;
  margin: 15px 0 20px;
  color: #fff;
  font-size: clamp(58px, 9vw, 85px);
  letter-spacing: -.055em;
}

.dw-press-hero p {
  position: relative;
  z-index: 1;
  max-width: 760px;
  margin: 0;
  color: #ccdaea;
  font-size: 19px;
  line-height: 1.7;
}

.dw-press-section {
  padding: 120px 0 125px;
}

.dw-press-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, .65fr);
  gap: 60px;
  align-items: end;
  margin-bottom: 54px;
}

.dw-press-heading span {
  color: #4285b5;
}

.dw-press-heading h2 {
  max-width: 720px;
  margin: 14px 0 0;
  color: #071d3b;
  font-size: clamp(43px, 5.5vw, 70px);
  line-height: 1.03;
  letter-spacing: -.05em;
}

.dw-press-heading > p {
  max-width: 510px;
  margin: 0 0 8px;
  color: #5d6b7d;
  font-size: 15px;
  line-height: 1.75;
}

.dw-press-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.dw-press-link-card {
  position: relative;
  display: flex;
  min-height: 430px;
  padding: 34px;
  overflow: hidden;
  border: 1px solid rgba(7, 29, 59, .1);
  border-radius: 16px;
  flex-direction: column;
  background: #fff;
  transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease;
}

.dw-press-link-card::before {
  position: absolute;
  right: -14px;
  bottom: 45px;
  color: rgba(66, 133, 181, .075);
  font-size: clamp(115px, 15vw, 205px);
  font-weight: 900;
  line-height: .8;
  letter-spacing: -.09em;
  content: attr(data-mark);
  pointer-events: none;
}

.dw-press-link-card:hover {
  transform: translateY(-5px);
  border-color: rgba(66, 133, 181, .35);
  box-shadow: 0 25px 65px rgba(7, 29, 59, .1);
}

.dw-press-card-top,
.dw-press-link-card > a,
.dw-press-card-copy {
  position: relative;
  z-index: 1;
}

.dw-press-card-top {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  padding-bottom: 23px;
  border-bottom: 1px solid rgba(7, 29, 59, .1);
}

.dw-press-card-top span,
.dw-press-card-top b {
  color: #687689;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.dw-press-card-top b {
  color: #4285b5;
}

.dw-press-card-copy {
  max-width: 500px;
  padding: 43px 0 32px;
}

.dw-press-publication {
  display: block;
  margin-bottom: 13px;
  color: #4285b5;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .03em;
}

.dw-press-card-copy h3 {
  max-width: 470px;
  margin: 0 0 16px;
  color: #071d3b;
  font-size: clamp(28px, 3vw, 39px);
  line-height: 1.08;
  letter-spacing: -.035em;
}

.dw-press-card-copy p {
  max-width: 475px;
  margin: 0;
  color: #5c6a7c;
  font-size: 14px;
  line-height: 1.7;
}

.dw-press-card-copy em {
  display: inline-block;
  margin-top: 19px;
  padding: 7px 10px;
  border-radius: 100px;
  background: #eaf3fa;
  color: #276993;
  font-size: 9px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.dw-press-link-card > a {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  align-items: center;
  margin-top: auto;
  padding-top: 22px;
  border-top: 1px solid rgba(7, 29, 59, .1);
  color: #071d3b;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.dw-press-link-card > a i {
  color: #4285b5;
  transition: transform .25s ease;
}

.dw-press-link-card > a:hover {
  color: #4285b5;
}

.dw-press-link-card > a:hover i {
  transform: translate(3px, -3px);
}

.dw-press-link-card-dark {
  border-color: #071d3b;
  background: #071d3b;
}

.dw-press-link-card-dark::before {
  color: rgba(255, 255, 255, .055);
}

.dw-press-link-card-dark .dw-press-card-top,
.dw-press-link-card-dark > a {
  border-color: rgba(255, 255, 255, .16);
}

.dw-press-link-card-dark .dw-press-card-top span,
.dw-press-link-card-dark .dw-press-card-copy p {
  color: rgba(255, 255, 255, .6);
}

.dw-press-link-card-dark .dw-press-card-copy h3,
.dw-press-link-card-dark > a {
  color: #fff;
}

.dw-press-link-card-blue {
  border-color: #4285b5;
  background: #4285b5;
}

.dw-press-link-card-blue::before {
  color: rgba(255, 255, 255, .07);
}

.dw-press-link-card-blue .dw-press-card-top,
.dw-press-link-card-blue > a {
  border-color: rgba(255, 255, 255, .22);
}

.dw-press-link-card-blue .dw-press-card-top span,
.dw-press-link-card-blue .dw-press-card-top b,
.dw-press-link-card-blue .dw-press-publication,
.dw-press-link-card-blue .dw-press-card-copy p {
  color: rgba(255, 255, 255, .72);
}

.dw-press-link-card-blue .dw-press-card-copy h3,
.dw-press-link-card-blue > a,
.dw-press-link-card-blue > a i {
  color: #fff;
}

.dw-press-resources {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-top: 20px;
}

.dw-press-resources > div {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: center;
  padding: 26px 30px;
  border: 1px solid rgba(7, 29, 59, .1);
  border-radius: 12px;
  background: #fff;
}

.dw-press-resources span {
  color: #7a8696;
  font-size: 9px;
}

.dw-press-resources a {
  color: #071d3b;
  font-size: 13px;
  font-weight: 800;
}

.dw-press-resources a i {
  margin-left: 8px;
  color: #4285b5;
}

@media (max-width: 991px) {
  .dw-press-heading {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .dw-press-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .dw-press-hero {
    padding: 105px 0 80px;
  }

  .dw-press-section {
    padding: 80px 0;
  }

  .dw-press-link-card {
    min-height: 390px;
    padding: 27px 24px;
  }

  .dw-press-resources {
    grid-template-columns: 1fr;
  }

  .dw-press-resources > div {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }
}

.header-style-eight .main-menu .navigation > li > a,
.dropdown-btn i{
    color: #fff;
}
.header-style-eight .outer-box .mobile-nav-toggler span{
  background-color: white !important;
}

/* Minimal press screenshot grid */
.dw-press-heading {
  display: block;
  max-width: 760px;
  margin: 0 auto 52px;
  text-align: center;
}

.dw-press-heading > span {
  color: #4285b5;
}

.dw-press-heading h2 {
  margin: 14px 0 0;
  color: #071d3b;
  font-size: clamp(43px, 5vw, 66px);
  line-height: 1.04;
  letter-spacing: -.05em;
}

.dw-press-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.dw-press-link-card,
.dw-press-link-card:hover {
  display: block;
  min-width: 0;
  min-height: 0;
  padding: 0;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  transform: none;
}

.dw-press-link-card::before {
  content: none;
}

.dw-press-link-card > a {
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
  aspect-ratio: 4 / 5;
  margin: 0;
  padding: 0;
  border: 1px solid rgba(7, 29, 59, .1);
  border-radius: 12px;
  background: #071d3b;
  color: inherit;
  box-shadow: 0 16px 38px rgba(7, 29, 59, .08);
  isolation: isolate;
  text-transform: none;
}

.dw-press-link-card img {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  filter: saturate(.72) brightness(.56);
  transform: scale(1.01);
  transition: filter .5s ease, transform .7s cubic-bezier(.2, .75, .25, 1);
}

.dw-press-card-shade {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgba(3, 12, 29, .08) 0%, rgba(3, 12, 29, .38) 50%, rgba(3, 12, 29, .78) 100%);
  transition: background .4s ease;
}

.dw-press-link-card h3 {
  position: absolute;
  inset: 0;
  display: grid;
  margin: 0;
  padding: 28px;
  place-items: center;
  color: #fff;
  font-size: clamp(23px, 2.3vw, 34px);
  font-weight: 700;
  line-height: 1.08;
  text-align: center;
  letter-spacing: -.035em;
  transition: opacity .3s ease, transform .4s ease;
}

.dw-press-card-hover {
  position: absolute;
  inset: 0;
  display: flex;
  padding: 27px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  opacity: 0;
  transform: translateY(12px);
  transition: opacity .35s ease, transform .45s ease;
}

.dw-press-card-hover strong {
  color: #fff;
  font-size: clamp(40px, 4.4vw, 66px);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -.055em;
  text-transform: uppercase;
}

.dw-press-card-hover small {
  position: absolute;
  right: 25px;
  bottom: 24px;
  left: 25px;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  padding-top: 15px;
  border-top: 1px solid rgba(255, 255, 255, .45);
  color: #fff;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.dw-press-link-card > a:hover img,
.dw-press-link-card > a:focus-visible img {
  filter: saturate(.9) brightness(.42);
  transform: scale(1.08);
}

.dw-press-link-card > a:hover .dw-press-card-shade,
.dw-press-link-card > a:focus-visible .dw-press-card-shade {
  background: rgba(7, 29, 59, .48);
}

.dw-press-link-card > a:hover h3,
.dw-press-link-card > a:focus-visible h3 {
  opacity: 0;
  transform: translateY(-10px);
}

.dw-press-link-card > a:hover .dw-press-card-hover,
.dw-press-link-card > a:focus-visible .dw-press-card-hover {
  opacity: 1;
  transform: translateY(0);
}

.dw-press-link-card > a:focus-visible {
  outline: 3px solid #4285b5;
  outline-offset: 4px;
}

.dw-press-resources {
  gap: 18px;
  margin-top: 18px;
}

.dw-press-resources > div {
  padding: 24px 27px;
  border-radius: 10px;
}

@media (max-width: 1199px) {
  .dw-press-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dw-press-link-card h3 {
    font-size: clamp(27px, 4vw, 39px);
  }
}

@media (max-width: 767px) {
  .dw-press-heading {
    margin-bottom: 38px;
    text-align: left;
  }

  .dw-press-grid,
  .dw-press-resources {
    grid-template-columns: 1fr;
  }

  .dw-press-link-card > a {
    aspect-ratio: 4 / 4.5;
  }
}

@media (hover: none) {
  .dw-press-card-hover {
    justify-content: flex-end;
    opacity: 1;
    transform: none;
  }

  .dw-press-card-hover strong {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .dw-press-link-card img,
  .dw-press-link-card h3,
  .dw-press-card-hover {
    transition: none;
  }
}


.sticky-header * {
    color: rgb(0, 0, 56) !important;
}