:root {
  --pwd-ink: #101114;
  --pwd-ink-soft: #181a1f;
  --pwd-paper: #f6f5f2;
  --pwd-white: #ffffff;
  --pwd-muted: #686b73;
  --pwd-line: rgba(16, 17, 20, 0.12);
  --pwd-red: #e9204f;
  --pwd-red-bright: #ff497c;
  --pwd-red-soft: #fff0f4;
  --pwd-radius-xl: 32px;
  --pwd-radius-lg: 24px;
  --pwd-radius-md: 18px;
  --pwd-shadow: 0 28px 80px rgba(20, 20, 24, 0.1);
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}

body {
  overflow-x: hidden;
  color: var(--pwd-ink);
  background: var(--pwd-paper);
  font-family: "Manrope", "Roboto", Arial, sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body .mbr-fonts-style,
body .display-1,
body .display-2,
body .display-4,
body .display-5,
body .display-7 {
  font-family: "Manrope", "Roboto", Arial, sans-serif !important;
}

body a {
  transition: color 220ms ease, background-color 220ms ease, border-color 220ms ease, transform 220ms ease;
}

body a:focus-visible,
body button:focus-visible,
body summary:focus-visible {
  outline: 3px solid rgba(233, 32, 79, 0.45);
  outline-offset: 4px;
}

body .container {
  width: min(100% - 40px, 1240px);
  max-width: 1240px;
  padding-right: 0;
  padding-left: 0;
}

.pwd-eyebrow {
  margin: 0 0 18px;
  color: var(--pwd-red);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  line-height: 1.4;
  text-transform: uppercase;
}

.pwd-home-nav {
  min-height: 84px;
  padding: 8px 0 !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(9, 10, 12, 0.4) !important;
  box-shadow: none !important;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  transition: min-height 300ms ease, background-color 300ms ease, box-shadow 300ms ease;
}

.pwd-home-nav.is-scrolled {
  min-height: 72px;
  background: rgba(9, 10, 12, 0.9) !important;
  box-shadow: 0 16px 50px rgba(0, 0, 0, 0.16) !important;
}

.pwd-home-nav .navbar-brand {
  align-items: center;
}

.pwd-home-nav .navbar-logo img {
  width: auto;
  max-height: 54px;
  object-fit: contain;
}

.pwd-home-nav .navbar-caption {
  margin-left: 8px;
  color: var(--pwd-white) !important;
  font-size: 1.1rem !important;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.pwd-home-nav .navbar-nav {
  align-items: center;
  gap: 8px;
}

.pwd-home-nav .nav-link {
  position: relative;
  padding: 12px 11px !important;
  color: rgba(255, 255, 255, 0.74) !important;
  font-size: 0.78rem !important;
  font-weight: 700;
}

.pwd-home-nav .nav-link:hover,
.pwd-home-nav .nav-link:focus {
  color: var(--pwd-white) !important;
}

.pwd-home-nav .nav-link::before {
  display: none !important;
}

.pwd-home-nav .dropdown-menu {
  min-width: 250px;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  background: rgba(18, 19, 23, 0.97) !important;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.32);
  backdrop-filter: blur(16px);
}

.pwd-home-nav .dropdown-item {
  padding: 11px 13px !important;
  border-radius: 11px;
  color: rgba(255, 255, 255, 0.78) !important;
  font-size: 0.78rem !important;
  font-weight: 650;
}

.pwd-home-nav .dropdown-item:hover,
.pwd-home-nav .dropdown-item:focus {
  color: var(--pwd-white) !important;
  background: rgba(233, 32, 79, 0.18) !important;
}

.pwd-home-nav .pwd-nav-call {
  margin-left: 8px;
}

.pwd-home-nav .pwd-nav-call .nav-link {
  padding: 11px 16px !important;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  color: var(--pwd-white) !important;
  background: rgba(255, 255, 255, 0.08);
}

.pwd-home-nav .pwd-nav-call .nav-link:hover {
  border-color: var(--pwd-red);
  background: var(--pwd-red);
  transform: translateY(-1px);
}

.pwd-home-hero {
  position: relative;
  min-height: 900px;
  overflow: hidden;
  padding: 178px 0 92px !important;
  isolation: isolate;
  background: #0a0b0e !important;
}

.pwd-home-hero .pwd-hero-media {
  position: absolute;
  z-index: -3;
  inset: -5%;
  opacity: 0.82;
  background-image: url("../../images/mbr-1920x1440.jpg");
  background-position: center;
  background-size: cover;
  animation: pwd-ken-burns 24s ease-in-out infinite alternate;
  transition: opacity 1600ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

.pwd-home-hero.is-entered .pwd-hero-media {
  opacity: 1;
}

.pwd-home-hero::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    radial-gradient(circle at 78% 12%, rgba(233, 32, 79, 0.34), transparent 34%),
    linear-gradient(96deg, rgba(4, 5, 7, 0.96) 0%, rgba(7, 8, 11, 0.82) 50%, rgba(8, 9, 12, 0.36) 100%);
  content: "";
}

.pwd-home-hero::after {
  position: absolute;
  z-index: -1;
  right: -15vw;
  bottom: -34vw;
  width: 66vw;
  height: 66vw;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  box-shadow: 0 0 0 90px rgba(255, 255, 255, 0.02), 0 0 0 180px rgba(255, 255, 255, 0.012);
  content: "";
  pointer-events: none;
}

.pwd-home-hero > .mbr-overlay {
  z-index: -2;
  opacity: 1 !important;
  background: linear-gradient(to bottom, rgba(8, 9, 12, 0.1), rgba(8, 9, 12, 0.64)) !important;
}

.pwd-home-hero .row {
  padding: 0 !important;
  margin: 0;
}

.pwd-home-hero .block-title {
  padding: 0;
}

.pwd-home-hero .line-title-big {
  display: none;
}

.pwd-hero-eyebrow {
  display: inline-flex;
  margin: 0 0 28px;
  padding: 9px 13px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.82);
  background: rgba(255, 255, 255, 0.06);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.17em;
  backdrop-filter: blur(12px);
}

.pwd-home-hero .mbr-section-title {
  max-width: 1100px;
  padding: 0 !important;
  margin: 0;
  color: var(--pwd-white);
  font-size: clamp(3.35rem, 6.25vw, 6.55rem) !important;
  font-weight: 800 !important;
  letter-spacing: -0.065em;
  line-height: 0.96;
}

.pwd-home-hero .mbr-section-title span {
  color: transparent;
  background: linear-gradient(108deg, #ffffff 0%, #ffb6c8 42%, #ff497c 100%);
  background-position: 0 50%;
  background-size: 180% 100%;
  background-clip: text;
  -webkit-background-clip: text;
}

.pwd-home-hero .mbr-maintext {
  max-width: 790px;
  padding: 0 !important;
  margin: 34px 0 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: clamp(1.05rem, 1.6vw, 1.28rem) !important;
  font-weight: 500;
  line-height: 1.7;
}

.pwd-hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 38px;
}

.pwd-hero-buttons .btn,
.pwd-ecosystem .btn,
.pwd-contact-hero .btn {
  min-height: 54px;
  padding: 15px 23px !important;
  margin: 0 !important;
  border-width: 1px !important;
  border-radius: 999px;
  font-size: 0.78rem !important;
  font-weight: 800;
  letter-spacing: 0.01em;
  text-transform: none;
}

.pwd-hero-buttons .btn-danger,
.pwd-ecosystem .btn-danger {
  border-color: var(--pwd-red) !important;
  color: var(--pwd-white) !important;
  background: var(--pwd-red) !important;
  box-shadow: 0 16px 35px rgba(233, 32, 79, 0.26);
}

.pwd-hero-buttons .btn-danger:hover,
.pwd-ecosystem .btn-danger:hover {
  border-color: var(--pwd-red-bright) !important;
  color: var(--pwd-ink) !important;
  background: var(--pwd-red-bright) !important;
  transform: translateY(-2px);
}

.pwd-hero-buttons .pwd-whatsapp-btn {
  border-color: var(--pwd-white) !important;
  color: var(--pwd-ink) !important;
  background: var(--pwd-white) !important;
  box-shadow: 0 16px 35px rgba(0, 0, 0, 0.18);
  transition: color 220ms ease, background-color 220ms ease, border-color 220ms ease, transform 220ms ease !important;
}

.pwd-hero-buttons .pwd-whatsapp-btn::before {
  display: none !important;
  content: none !important;
}

.pwd-hero-buttons .pwd-whatsapp-btn:hover {
  border-color: var(--pwd-red-bright) !important;
  color: var(--pwd-white) !important;
  background: var(--pwd-red-bright) !important;
  transform: translateY(-2px);
}

.pwd-hero-buttons .btn-danger-outline {
  border-color: rgba(255, 255, 255, 0.28) !important;
  color: var(--pwd-white) !important;
  background: rgba(255, 255, 255, 0.06) !important;
  backdrop-filter: blur(12px);
}

.pwd-hero-buttons .btn-danger-outline:hover {
  border-color: rgba(255, 255, 255, 0.6) !important;
  background: rgba(255, 255, 255, 0.12) !important;
  transform: translateY(-2px);
}

.pwd-home-hero .pwd-hero-proof {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  align-items: stretch;
  padding: 0 !important;
  margin-top: 76px;
}

.pwd-home-hero .pwd-hero-proof .card {
  width: auto;
  max-width: none;
  padding: 0 !important;
}

.pwd-home-hero .pwd-hero-proof .card::after {
  display: none !important;
}

.pwd-home-hero .pwd-hero-proof .card-inner,
.pwd-home-hero .pwd-hero-proof .card:first-child .card-inner {
  display: grid;
  min-height: 260px;
  grid-template-columns: auto 1fr;
  gap: 22px;
  padding: 30px !important;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: var(--pwd-radius-lg);
  background: rgba(255, 255, 255, 0.07) !important;
  box-shadow: none;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  transition: border-color 360ms ease, background-color 360ms ease, box-shadow 360ms ease, transform 360ms cubic-bezier(0.22, 1, 0.36, 1);
}

.pwd-home-hero .pwd-hero-proof .card-inner::before {
  position: absolute;
  width: 140px;
  height: 140px;
  right: -70px;
  bottom: -70px;
  border-radius: 50%;
  background: rgba(233, 32, 79, 0.14);
  content: "";
  transition: transform 500ms ease;
}

.pwd-home-hero .pwd-hero-proof .card:hover .card-inner {
  border-color: rgba(255, 73, 124, 0.45);
  background: rgba(255, 255, 255, 0.11) !important;
  box-shadow: 0 24px 55px rgba(0, 0, 0, 0.22);
  transform: translateY(-6px);
}

.pwd-home-hero .pwd-hero-proof .card:hover .card-inner::before {
  transform: scale(1.45);
}

.pwd-home-hero .pwd-hero-proof .card-img {
  margin: 2px 0 0;
}

.pwd-home-hero .pwd-hero-proof .mbr-iconfont,
.pwd-home-hero .pwd-hero-proof .card:first-child .mbr-iconfont {
  color: var(--pwd-red-bright) !important;
  font-size: 2rem;
}

.pwd-home-hero .pwd-hero-proof .card-box {
  min-width: 0;
}

.pwd-proof-index {
  display: block;
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.pwd-home-hero .pwd-hero-proof .card-title {
  padding: 0;
  margin: 0 0 18px;
  color: var(--pwd-white);
  font-size: clamp(1.18rem, 1.55vw, 1.42rem) !important;
  letter-spacing: -0.035em;
  line-height: 1.18;
}

.pwd-home-hero .pwd-hero-proof .card-title::after {
  display: none;
}

.pwd-stat-number {
  display: inline;
  color: var(--pwd-red-bright);
  font-size: 1.15em;
}

.pwd-home-hero .pwd-hero-proof .mbr-text {
  margin: 0;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.83rem !important;
  line-height: 1.62;
}

.pwd-section-intro {
  padding: 118px 0 70px !important;
  background: var(--pwd-paper) !important;
}

.pwd-section-intro .row {
  margin: 0;
}

.pwd-section-intro .line-title {
  display: none;
}

.pwd-section-intro h2 {
  max-width: 930px;
  margin: 0 0 28px !important;
  color: var(--pwd-ink) !important;
  font-size: clamp(2.7rem, 5vw, 5rem) !important;
  font-weight: 800 !important;
  letter-spacing: -0.06em;
  line-height: 0.98;
}

.pwd-section-intro .mbr-section-subtitle {
  max-width: 900px;
  margin: 0;
  color: var(--pwd-muted) !important;
  font-size: clamp(1.05rem, 1.55vw, 1.28rem) !important;
  font-weight: 500;
  line-height: 1.75;
}

.pwd-solutions {
  padding: 55px 0 125px;
  background: var(--pwd-paper);
}

.pwd-section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
  gap: 70px;
  align-items: end;
  margin-bottom: 48px;
}

.pwd-section-heading h2,
.pwd-showcase-heading h2,
.pwd-principles-heading h2,
.pwd-faq-heading h2 {
  margin: 0;
  color: var(--pwd-ink);
  font-size: clamp(2.5rem, 4.5vw, 4.7rem);
  font-weight: 800;
  letter-spacing: -0.06em;
  line-height: 1;
}

.pwd-section-heading > p,
.pwd-faq-heading > p {
  margin: 0;
  color: var(--pwd-muted);
  font-size: 0.98rem;
  line-height: 1.8;
}

.pwd-solutions-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.pwd-solution-card {
  position: relative;
  display: flex;
  min-height: 410px;
  flex-direction: column;
  padding: 32px;
  overflow: hidden;
  border: 1px solid var(--pwd-line);
  border-radius: var(--pwd-radius-lg);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 10px 40px rgba(16, 17, 20, 0.035);
  transition: border-color 300ms ease, box-shadow 300ms ease, transform 300ms ease;
}

.pwd-solution-card::after {
  position: absolute;
  right: -62px;
  bottom: -62px;
  width: 130px;
  height: 130px;
  border: 1px solid rgba(233, 32, 79, 0.2);
  border-radius: 50%;
  content: "";
  transition: transform 500ms ease;
}

.pwd-solution-card:hover {
  border-color: rgba(233, 32, 79, 0.32);
  box-shadow: var(--pwd-shadow);
  transform: translateY(-7px);
}

.pwd-solution-card:hover::after {
  transform: scale(1.5);
}

.pwd-solution-card-featured {
  color: var(--pwd-white);
  border-color: var(--pwd-ink);
  background:
    radial-gradient(circle at 100% 0%, rgba(233, 32, 79, 0.42), transparent 36%),
    var(--pwd-ink);
}

.pwd-solution-code {
  display: inline-flex;
  width: 54px;
  height: 54px;
  align-items: center;
  justify-content: center;
  margin-bottom: 34px;
  border-radius: 50%;
  color: var(--pwd-red);
  background: var(--pwd-red-soft);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.pwd-solution-card-featured .pwd-solution-code {
  color: var(--pwd-white);
  background: var(--pwd-red);
}

.pwd-solution-kicker {
  margin: 0 0 12px;
  color: var(--pwd-red);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.pwd-solution-card h3 {
  margin: 0 0 19px;
  color: var(--pwd-ink);
  font-size: clamp(1.35rem, 2vw, 1.72rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1.12;
}

.pwd-solution-card > p:not(.pwd-solution-kicker) {
  margin: 0;
  color: var(--pwd-muted);
  font-size: 0.88rem;
  line-height: 1.7;
}

.pwd-solution-card ul {
  padding: 0;
  margin: 24px 0 0;
  list-style: none;
}

.pwd-solution-card li {
  position: relative;
  padding: 7px 0 7px 19px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.78rem;
}

.pwd-solution-card li::before {
  position: absolute;
  top: 14px;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--pwd-red-bright);
  content: "";
}

.pwd-solution-card > a {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: auto;
  padding-top: 24px;
  color: var(--pwd-ink);
  font-size: 0.78rem;
  font-weight: 800;
}

.pwd-solution-card > a:hover {
  color: var(--pwd-red);
  text-decoration: none;
}

.pwd-solution-card-featured h3,
.pwd-solution-card-featured > a {
  color: var(--pwd-white);
}

.pwd-solution-card-featured > p:not(.pwd-solution-kicker) {
  color: rgba(255, 255, 255, 0.64);
}

.pwd-showcase {
  padding: 115px 0 !important;
  background: var(--pwd-ink) !important;
}

.pwd-showcase-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  max-width: 970px;
  margin-bottom: 48px;
}

.pwd-showcase-heading h2 {
  color: var(--pwd-white);
}

.pwd-showcase .row {
  margin: 0 -8px !important;
}

.pwd-showcase .col-lg-8,
.pwd-showcase .col-lg-4 {
  padding: 0 8px;
}

.pwd-showcase .image-block {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--pwd-radius-lg);
  background: #050608 !important;
  filter: none !important;
  box-shadow: none;
  transition: transform 400ms ease, box-shadow 400ms ease;
}

.pwd-showcase .image-block:hover {
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.32);
  transform: translateY(-5px);
}

.pwd-showcase .image-block::after {
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(to top, rgba(5, 6, 8, 0.9) 0%, rgba(5, 6, 8, 0.1) 66%);
  content: "";
  pointer-events: none;
}

.pwd-showcase .image-block-1,
.pwd-showcase .img-big {
  height: 680px !important;
}

.pwd-showcase .image-block-2,
.pwd-showcase .image-block-3,
.pwd-showcase .img-small {
  height: 332px;
}

.pwd-showcase .image-block-2 {
  margin-bottom: 16px !important;
}

.pwd-showcase img {
  width: 100%;
  height: 100%;
  opacity: 0.82 !important;
  object-fit: cover;
  filter: saturate(0.72) contrast(1.06);
  transition: transform 1.1s cubic-bezier(0.2, 0.65, 0.3, 1), filter 700ms ease !important;
}

.pwd-showcase .image-block:hover img {
  filter: saturate(1) contrast(1.02);
  transform: scale(1.06);
}

.pwd-showcase figcaption .wrap {
  z-index: 2 !important;
  padding: 30px !important;
}

.pwd-showcase figcaption span {
  display: block;
  margin-bottom: 12px;
  color: var(--pwd-red-bright);
  font-size: 0.67rem;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.pwd-showcase figcaption h3 {
  max-width: 690px;
  color: var(--pwd-white);
  font-size: clamp(1.35rem, 2.4vw, 2.35rem) !important;
  font-weight: 800 !important;
  letter-spacing: -0.045em;
  line-height: 1.05;
}

.pwd-showcase .col-lg-4 figcaption h3 {
  font-size: clamp(1.15rem, 1.7vw, 1.55rem) !important;
}

.pwd-principles {
  padding: 115px 0 !important;
  background: var(--pwd-white) !important;
}

.pwd-principles-heading {
  max-width: 920px;
  margin-bottom: 46px;
}

.pwd-principles .row {
  gap: 0;
  margin: 0 -8px !important;
}

.pwd-principles .card {
  padding: 0 8px !important;
  margin: 0 !important;
}

.pwd-principles .card > * {
  position: relative;
  z-index: 1;
}

.pwd-principles .card {
  min-height: 310px;
  padding-top: 34px !important;
  padding-right: 34px !important;
  padding-bottom: 34px !important;
  padding-left: 34px !important;
  border: 1px solid var(--pwd-line);
  border-radius: var(--pwd-radius-lg);
  background: var(--pwd-paper);
  background-clip: padding-box;
}

.pwd-principle-number {
  display: inline-flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  margin-bottom: 56px;
  border-radius: 50%;
  color: var(--pwd-red);
  background: var(--pwd-red-soft);
  font-size: 0.68rem;
  font-weight: 900;
}

.pwd-principles .mbr-title {
  margin: 0 0 16px;
  color: var(--pwd-ink) !important;
  font-size: 1.38rem !important;
  letter-spacing: -0.035em;
}

.pwd-principles .mbr-text {
  padding: 0 !important;
  margin: 0;
  color: var(--pwd-muted) !important;
  font-size: 0.86rem !important;
  line-height: 1.7;
}

.pwd-proof-band {
  position: relative;
  overflow: hidden;
  padding: 100px 0 !important;
  isolation: isolate;
  background-image: url("../../images/mbr-1920x1440.jpg") !important;
  background-position: center;
  background-size: cover;
}

.pwd-proof-band::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    radial-gradient(circle at 85% 20%, rgba(233, 32, 79, 0.5), transparent 32%),
    rgba(10, 11, 14, 0.9);
  content: "";
}

.pwd-proof-band .row {
  margin: 0;
}

.pwd-proof-band .pwd-eyebrow {
  color: var(--pwd-red-bright);
}

.pwd-proof-band h2 {
  max-width: 1120px;
  margin: 0 !important;
  color: var(--pwd-white) !important;
  font-size: clamp(2.4rem, 4.5vw, 4.65rem) !important;
  font-weight: 800 !important;
  letter-spacing: -0.06em;
  line-height: 1.02;
  text-align: left;
}

.pwd-proof-band h2 > span {
  color: var(--pwd-red-bright);
}

.pwd-ecosystem {
  padding: 125px 0 !important;
  background: var(--pwd-paper) !important;
}

.pwd-ecosystem .row {
  margin: 0 -18px !important;
  align-items: center;
}

.pwd-ecosystem .col-lg-5,
.pwd-ecosystem .col-lg-7 {
  padding: 0 18px;
}

.pwd-ecosystem .mbr-figure {
  position: relative;
  height: min(730px, 72vw);
  overflow: visible;
  border-radius: var(--pwd-radius-xl);
}

.pwd-ecosystem .mbr-figure::after {
  right: -18px !important;
  bottom: -18px !important;
  width: 140px !important;
  height: 140px !important;
  border-radius: 28px;
  background: var(--pwd-red) !important;
}

.pwd-ecosystem img {
  width: 100%;
  height: 100% !important;
  border-radius: var(--pwd-radius-xl);
  object-fit: cover;
  filter: saturate(0.78) contrast(1.02);
  box-shadow: var(--pwd-shadow);
}

.pwd-ecosystem .media-content {
  padding-left: clamp(25px, 5vw, 78px) !important;
}

.pwd-ecosystem .line-title {
  display: none;
}

.pwd-ecosystem h2 {
  margin: 0 0 22px;
  color: var(--pwd-ink) !important;
  font-size: clamp(2.55rem, 4.8vw, 5rem) !important;
  font-weight: 800 !important;
  letter-spacing: -0.06em;
  line-height: 0.98;
}

.pwd-ecosystem .mbr-section-subtitle-1 {
  margin: 0 0 28px;
  color: var(--pwd-red) !important;
  font-size: 0.72rem !important;
  letter-spacing: 0.12em;
  line-height: 1.5;
}

.pwd-ecosystem .mbr-text {
  margin: 0;
  color: var(--pwd-muted) !important;
  font-size: clamp(1rem, 1.45vw, 1.2rem) !important;
  line-height: 1.75;
}

.pwd-ecosystem-list {
  padding: 0;
  margin: 34px 0 38px;
  list-style: none;
}

.pwd-ecosystem-list li {
  display: grid;
  grid-template-columns: minmax(150px, 0.7fr) minmax(0, 1.3fr);
  gap: 20px;
  padding: 18px 0;
  border-top: 1px solid var(--pwd-line);
}

.pwd-ecosystem-list li:last-child {
  border-bottom: 1px solid var(--pwd-line);
}

.pwd-ecosystem-list strong {
  color: var(--pwd-ink);
  font-size: 0.82rem;
}

.pwd-ecosystem-list span {
  color: var(--pwd-muted);
  font-size: 0.8rem;
  line-height: 1.55;
}

.pwd-process-heading {
  padding: 120px 0 44px !important;
  background: var(--pwd-white) !important;
}

.pwd-process-heading .row {
  margin: 0;
}

.pwd-process-heading h2 {
  max-width: 970px;
  margin: 0 0 24px !important;
  color: var(--pwd-ink) !important;
  font-size: clamp(2.55rem, 5vw, 5rem) !important;
  font-weight: 800 !important;
  letter-spacing: -0.06em;
  line-height: 0.98;
}

.pwd-process-heading .mbr-text {
  max-width: 810px;
  margin: 0;
  color: var(--pwd-muted);
  font-size: clamp(1rem, 1.5vw, 1.2rem) !important;
  line-height: 1.75;
}

.pwd-process {
  position: relative;
  overflow: hidden;
  padding: 62px 0 120px !important;
  isolation: isolate;
  background-image: url("../../images/mbr-1920x1440.jpg") !important;
  background-position: center;
  background-size: cover;
}

.pwd-process > .mbr-overlay {
  z-index: -1;
  opacity: 1 !important;
  background:
    radial-gradient(circle at 82% 12%, rgba(233, 32, 79, 0.26), transparent 35%),
    rgba(10, 11, 14, 0.93) !important;
}

.pwd-process .row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  padding: 0 !important;
  margin: 0 !important;
}

.pwd-process .title {
  display: none;
}

.pwd-process .card {
  width: auto;
  max-width: none;
  padding: 0 !important;
  margin: 0 !important;
}

.pwd-process .card-inner {
  min-height: 455px;
  padding: 34px !important;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--pwd-radius-lg);
  background: rgba(255, 255, 255, 0.055) !important;
  box-shadow: none !important;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.pwd-process .card:hover .card-inner {
  border-color: rgba(255, 73, 124, 0.45);
  background: rgba(255, 255, 255, 0.085) !important;
  transform: translateY(-7px);
}

.pwd-process .card-img {
  margin-bottom: 50px !important;
}

.pwd-process .mbr-iconfont-1 {
  color: var(--pwd-red-bright) !important;
  font-size: 2.65rem !important;
}

.pwd-process .card-box,
.pwd-process .card-img {
  transform: none !important;
}

.pwd-process-number {
  display: block;
  margin-bottom: 16px;
  color: rgba(255, 255, 255, 0.38);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.pwd-process .card-title {
  margin: 0 0 22px !important;
  color: var(--pwd-white) !important;
  font-size: 1.55rem !important;
  letter-spacing: -0.04em;
  line-height: 1.15;
}

.pwd-process .mbr-text {
  margin: 0 !important;
  color: rgba(255, 255, 255, 0.62) !important;
  font-size: 0.87rem !important;
  line-height: 1.72;
}

.pwd-content-band {
  position: relative;
  padding: 110px 0 !important;
  overflow: hidden;
  background: var(--pwd-red) !important;
}

.pwd-content-band::after {
  position: absolute;
  right: -100px;
  top: 50%;
  width: 360px;
  height: 360px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  box-shadow: 0 0 0 65px rgba(255, 255, 255, 0.055), 0 0 0 130px rgba(255, 255, 255, 0.025);
  content: "";
  transform: translateY(-50%);
}

.pwd-content-band .row {
  margin: 0;
}

.pwd-content-band .pwd-eyebrow {
  color: rgba(255, 255, 255, 0.68);
}

.pwd-content-band h2 {
  max-width: 1000px;
  margin: 0 0 26px !important;
  color: var(--pwd-white) !important;
  font-size: clamp(2.5rem, 4.8vw, 4.8rem) !important;
  font-weight: 800 !important;
  letter-spacing: -0.06em;
  line-height: 0.98;
}

.pwd-content-band .mbr-text {
  max-width: 900px;
  margin: 0;
  color: rgba(255, 255, 255, 0.72) !important;
  font-size: clamp(1rem, 1.45vw, 1.16rem) !important;
  line-height: 1.75;
}

.pwd-faq {
  padding: 125px 0;
  background: var(--pwd-paper);
}

.pwd-faq-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.74fr) minmax(0, 1.26fr);
  gap: clamp(55px, 9vw, 130px);
  align-items: start;
}

.pwd-faq-heading {
  position: sticky;
  top: 120px;
}

.pwd-faq-heading h2 {
  margin-bottom: 26px;
}

.pwd-faq-list {
  border-top: 1px solid var(--pwd-line);
}

.pwd-faq-list details {
  border-bottom: 1px solid var(--pwd-line);
}

.pwd-faq-list summary {
  position: relative;
  padding: 26px 54px 26px 0;
  color: var(--pwd-ink);
  cursor: pointer;
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: -0.025em;
  list-style: none;
}

.pwd-faq-list summary::-webkit-details-marker {
  display: none;
}

.pwd-faq-list summary::after {
  position: absolute;
  top: 22px;
  right: 0;
  display: inline-flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--pwd-line);
  border-radius: 50%;
  color: var(--pwd-red);
  content: "+";
  font-size: 1.2rem;
  transition: color 220ms ease, background-color 220ms ease, transform 220ms ease;
}

.pwd-faq-list details[open] summary::after {
  color: var(--pwd-white);
  background: var(--pwd-red);
  transform: rotate(45deg);
}

.pwd-faq-list details p {
  max-width: 720px;
  padding: 0 54px 28px 0;
  margin: 0;
  color: var(--pwd-muted);
  font-size: 0.9rem;
  line-height: 1.75;
}

.pwd-contact-hero {
  position: relative;
  overflow: hidden;
  padding: 120px 0 !important;
  isolation: isolate;
  background-image: url("../../images/mbr-1920x1605.png") !important;
  background-position: center;
  background-size: cover;
}

.pwd-contact-hero > .mbr-overlay {
  z-index: -1;
  opacity: 1 !important;
  background:
    radial-gradient(circle at 85% 15%, rgba(255, 255, 255, 0.16), transparent 30%),
    linear-gradient(110deg, rgba(233, 32, 79, 0.96), rgba(185, 22, 63, 0.9)) !important;
}

.pwd-contact-hero .row {
  margin: 0;
}

.pwd-contact-hero .pwd-eyebrow {
  color: rgba(255, 255, 255, 0.68);
}

.pwd-contact-hero h2 {
  max-width: 1060px;
  margin: 0 !important;
  color: var(--pwd-white) !important;
  font-size: clamp(2.65rem, 5vw, 5.15rem) !important;
  font-weight: 800 !important;
  letter-spacing: -0.065em;
  line-height: 0.98;
  text-align: left;
}

.pwd-contact-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  align-items: center;
  margin-top: 40px;
}

.pwd-contact-hero .btn-light {
  border-color: var(--pwd-white) !important;
  color: var(--pwd-ink) !important;
  background: var(--pwd-white) !important;
}

.pwd-contact-hero .btn-light:hover {
  color: var(--pwd-white) !important;
  background: var(--pwd-ink) !important;
  transform: translateY(-2px);
}

.pwd-contact-mail {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  color: var(--pwd-white);
  font-size: 0.9rem;
  font-weight: 800;
}

.pwd-contact-mail:hover {
  color: var(--pwd-white);
  text-decoration: none;
  transform: translateX(3px);
}

.pwd-contact-details {
  padding: 70px 0 105px !important;
  background: var(--pwd-ink) !important;
}

.pwd-contact-details .row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin: 0 !important;
}

.pwd-contact-details .card {
  width: auto;
  max-width: none;
  min-height: 270px;
  padding: 30px !important;
  margin: 0 !important;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: var(--pwd-radius-lg);
  background: rgba(255, 255, 255, 0.055);
}

.pwd-contact-label {
  display: block;
  margin-bottom: 0;
  color: var(--pwd-red-bright);
  font-size: 0.67rem;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.pwd-contact-details .mbr-title {
  margin: 56px 0 15px;
  color: var(--pwd-white) !important;
  font-size: 1.35rem !important;
  letter-spacing: -0.035em;
}

.pwd-contact-details .mbr-text {
  color: rgba(255, 255, 255, 0.58) !important;
  font-size: 0.86rem !important;
  line-height: 1.7;
}

.pwd-contact-details .mbr-text p {
  margin: 0 0 8px;
}

.pwd-contact-details a {
  color: var(--pwd-white) !important;
}

.pwd-contact-details a:hover {
  color: var(--pwd-red-bright) !important;
  text-decoration: none;
}

.pwd-contact-details .pwd-primary-phone,
.pwd-contact-details .pwd-primary-email {
  font-size: clamp(1.25rem, 2.2vw, 1.75rem);
  font-weight: 800;
  letter-spacing: -0.035em;
}

#footer1-v {
  padding: 30px 0 !important;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  background: #090a0c !important;
}

#footer1-v .media-container-row {
  padding: 0 !important;
}

#footer1-v .mbr-text,
#footer1-v a {
  color: rgba(255, 255, 255, 0.52) !important;
  font-size: 0.75rem !important;
}

#footer1-v a:hover {
  color: var(--pwd-white) !important;
}

.js .pwd-home-hero:not(.is-entered) [data-hero-enter],
.js .pwd-home-hero:not(.is-entered) [data-hero-card] {
  visibility: hidden;
  opacity: 0;
}

.js .pwd-home-hero.is-entered:not(.is-settled) [data-hero-enter] {
  animation: pwd-hero-content-in 980ms cubic-bezier(0.16, 1, 0.3, 1) both;
  transform-origin: left center;
  will-change: opacity, filter, transform;
}

.js .pwd-home-hero.is-entered:not(.is-settled) .pwd-hero-eyebrow {
  animation-delay: 100ms;
}

.js .pwd-home-hero.is-entered:not(.is-settled) .mbr-section-title[data-hero-enter] {
  animation-delay: 220ms;
}

.js .pwd-home-hero.is-entered:not(.is-settled) .mbr-maintext[data-hero-enter] {
  animation-delay: 390ms;
}

.js .pwd-home-hero.is-entered:not(.is-settled) .pwd-hero-buttons [data-hero-enter]:nth-child(1) {
  animation-delay: 570ms;
}

.js .pwd-home-hero.is-entered:not(.is-settled) .pwd-hero-buttons [data-hero-enter]:nth-child(2) {
  animation-delay: 660ms;
}

.js .pwd-home-hero.is-entered:not(.is-settled) .pwd-hero-buttons [data-hero-enter]:nth-child(3) {
  animation-delay: 750ms;
}

.js .pwd-home-hero.is-entered:not(.is-settled) [data-hero-card] {
  animation: pwd-hero-card-in 920ms cubic-bezier(0.16, 1, 0.3, 1) both;
  transform-origin: center bottom;
  will-change: opacity, filter, transform;
}

.js .pwd-home-hero.is-entered:not(.is-settled) [data-hero-card]:nth-child(1) {
  animation-delay: 910ms;
}

.js .pwd-home-hero.is-entered:not(.is-settled) [data-hero-card]:nth-child(2) {
  animation-delay: 1040ms;
}

.js .pwd-home-hero.is-entered:not(.is-settled) [data-hero-card]:nth-child(3) {
  animation-delay: 1170ms;
}

.js .pwd-home-hero.is-entered:not(.is-settled) .mbr-section-title span {
  animation: pwd-hero-gradient-in 1450ms cubic-bezier(0.22, 1, 0.36, 1) 420ms both;
}

@keyframes pwd-hero-content-in {
  from {
    opacity: 0;
    filter: blur(9px);
    transform: translate3d(0, 34px, 0) scale(0.985);
  }
  to {
    opacity: 1;
    filter: blur(0);
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@keyframes pwd-hero-card-in {
  from {
    opacity: 0;
    filter: blur(10px);
    transform: translate3d(0, 44px, 0) scale(0.97);
  }
  to {
    opacity: 1;
    filter: blur(0);
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@keyframes pwd-hero-gradient-in {
  from {
    background-position: 100% 50%;
  }
  to {
    background-position: 0 50%;
  }
}

.js .pwd-reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 720ms cubic-bezier(0.22, 1, 0.36, 1), transform 720ms cubic-bezier(0.22, 1, 0.36, 1);
}

.js .pwd-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.js .pwd-reveal:nth-child(2) {
  transition-delay: 90ms;
}

.js .pwd-reveal:nth-child(3) {
  transition-delay: 180ms;
}

@keyframes pwd-ken-burns {
  0% {
    transform: scale(1.05) translate3d(-1.2%, -0.8%, 0);
  }
  100% {
    transform: scale(1.18) translate3d(1.2%, 0.8%, 0);
  }
}

@media (max-width: 1199px) {
  .pwd-home-nav .navbar-nav {
    gap: 2px;
  }

  .pwd-home-nav .nav-link {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }

  .pwd-home-hero .pwd-hero-proof .card-inner {
    grid-template-columns: 1fr;
  }

  .pwd-solutions-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pwd-ecosystem .media-content {
    padding-left: 34px !important;
  }
}

@media (max-width: 991px) {
  body .container {
    width: min(100% - 34px, 760px);
  }

  .pwd-home-nav {
    min-height: 76px;
  }

  .pwd-home-nav .navbar-collapse {
    padding: 16px;
    margin-top: 10px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 18px;
    background: rgba(13, 14, 17, 0.97);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.32);
  }

  .pwd-home-nav .navbar-nav {
    align-items: stretch;
  }

  .pwd-home-nav .pwd-nav-call {
    margin: 8px 0 0;
  }

  .pwd-home-nav .pwd-nav-call .nav-link {
    text-align: center;
  }

  .pwd-home-hero {
    min-height: auto;
    padding: 140px 0 76px !important;
  }

  .pwd-home-hero .mbr-section-title {
    max-width: 850px;
    font-size: clamp(3rem, 8.4vw, 5rem) !important;
  }

  .pwd-home-hero .mbr-maintext {
    max-width: 700px;
    margin-top: 30px;
  }

  .pwd-home-hero .pwd-hero-proof {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 62px;
  }

  .pwd-home-hero .pwd-hero-proof .card:last-child {
    grid-column: 1 / -1;
  }

  .pwd-home-hero .pwd-hero-proof .card-inner {
    min-height: 245px;
    grid-template-columns: 1fr;
    padding: 27px !important;
  }

  .pwd-section-heading,
  .pwd-faq-grid {
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .pwd-showcase .image-block-1,
  .pwd-showcase .img-big {
    height: 540px !important;
  }

  .pwd-showcase .col-lg-8 {
    margin-bottom: 16px;
  }

  .pwd-principles .row,
  .pwd-contact-details .row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pwd-principles .card:last-child,
  .pwd-contact-details .card:last-child {
    grid-column: 1 / -1;
  }

  .pwd-ecosystem .mbr-figure {
    height: 650px;
  }

  .pwd-ecosystem .left-block {
    margin-top: 70px !important;
  }

  .pwd-ecosystem .media-content {
    padding-left: 0 !important;
  }

  .pwd-process .row {
    grid-template-columns: 1fr;
  }

  .pwd-process .card-inner {
    min-height: 0;
  }

  .pwd-faq-heading {
    position: static;
  }
}

@media (max-width: 767px) {
  body .container {
    width: min(100% - 28px, 620px);
  }

  .pwd-home-nav .navbar-caption {
    font-size: 1rem !important;
  }

  .pwd-home-hero {
    padding: 120px 0 64px !important;
  }

  .pwd-home-hero .pwd-hero-media {
    inset: -3%;
    background-position: 62% center;
    animation-name: pwd-ken-burns-mobile;
    animation-duration: 30s;
  }

  .pwd-hero-eyebrow {
    margin-bottom: 21px;
  }

  .pwd-home-hero .mbr-section-title {
    font-size: clamp(2.75rem, 13vw, 4.25rem) !important;
    line-height: 0.96;
  }

  .pwd-home-hero .mbr-maintext {
    margin-top: 23px;
    font-size: 1rem !important;
    line-height: 1.62;
  }

  .pwd-hero-buttons {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 29px;
  }

  .pwd-hero-buttons .btn {
    width: 100%;
  }

  .pwd-hero-buttons .btn:last-child {
    grid-column: 1 / -1;
  }

  .pwd-home-hero .pwd-hero-proof {
    grid-template-columns: 1fr;
    margin-top: 48px;
  }

  .pwd-home-hero .pwd-hero-proof .card:last-child {
    grid-column: auto;
  }

  .pwd-home-hero .pwd-hero-proof .card-inner {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 23px !important;
  }

  .pwd-home-hero .pwd-hero-proof .mbr-iconfont,
  .pwd-home-hero .pwd-hero-proof .card:first-child .mbr-iconfont {
    font-size: 1.75rem;
  }

  .pwd-proof-index {
    margin-bottom: 14px;
  }

  .js .pwd-home-hero.is-entered:not(.is-settled) [data-hero-enter] {
    animation-name: pwd-hero-content-in-mobile;
  }

  .js .pwd-home-hero.is-entered:not(.is-settled) [data-hero-card] {
    animation-name: pwd-hero-card-in-mobile;
  }

  .pwd-section-intro,
  .pwd-solutions,
  .pwd-showcase,
  .pwd-principles,
  .pwd-ecosystem,
  .pwd-faq {
    padding-top: 88px !important;
    padding-bottom: 88px !important;
  }

  .pwd-section-intro h2,
  .pwd-section-heading h2,
  .pwd-showcase-heading h2,
  .pwd-principles-heading h2,
  .pwd-faq-heading h2,
  .pwd-ecosystem h2,
  .pwd-process-heading h2,
  .pwd-content-band h2,
  .pwd-contact-hero h2 {
    font-size: clamp(2.3rem, 11vw, 3.5rem) !important;
  }

  .pwd-solutions-grid,
  .pwd-principles .row,
  .pwd-contact-details .row {
    grid-template-columns: 1fr;
  }

  .pwd-solution-card {
    min-height: 365px;
  }

  .pwd-principles .card:last-child,
  .pwd-contact-details .card:last-child {
    grid-column: auto;
  }

  .pwd-showcase .image-block-1,
  .pwd-showcase .img-big,
  .pwd-showcase .image-block-2,
  .pwd-showcase .image-block-3,
  .pwd-showcase .img-small {
    height: 390px !important;
  }

  .pwd-showcase figcaption .wrap {
    padding: 23px !important;
  }

  .pwd-proof-band {
    padding: 80px 0 !important;
  }

  .pwd-ecosystem .mbr-figure {
    height: 520px;
  }

  .pwd-ecosystem-list li {
    grid-template-columns: 1fr;
    gap: 7px;
  }

  .pwd-process-heading {
    padding: 88px 0 35px !important;
  }

  .pwd-process {
    padding: 42px 0 88px !important;
  }

  .pwd-content-band,
  .pwd-contact-hero {
    padding: 88px 0 !important;
  }

  .pwd-content-band::after {
    opacity: 0.45;
  }

  .pwd-contact-hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .pwd-contact-hero .btn {
    width: 100%;
  }

  .pwd-contact-details {
    padding: 24px 0 80px !important;
  }

  .pwd-faq-list summary {
    font-size: 0.96rem;
  }
}

@media (max-width: 420px) {
  .pwd-home-nav .navbar-logo img {
    max-height: 46px;
  }

  .pwd-home-hero {
    padding: 112px 0 58px !important;
  }

  .pwd-home-hero .mbr-section-title {
    font-size: clamp(2.45rem, 13vw, 3.35rem) !important;
  }

  .pwd-hero-eyebrow {
    font-size: 0.62rem;
  }

  .pwd-hero-buttons {
    grid-template-columns: 1fr;
  }

  .pwd-hero-buttons .btn:last-child {
    grid-column: auto;
  }

  .pwd-showcase .image-block-1,
  .pwd-showcase .img-big,
  .pwd-showcase .image-block-2,
  .pwd-showcase .image-block-3,
  .pwd-showcase .img-small {
    height: 340px !important;
  }
}

@keyframes pwd-hero-content-in-mobile {
  from {
    opacity: 0;
    filter: blur(5px);
    transform: translate3d(0, 20px, 0) scale(0.99);
  }
  to {
    opacity: 1;
    filter: blur(0);
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@keyframes pwd-hero-card-in-mobile {
  from {
    opacity: 0;
    filter: blur(6px);
    transform: translate3d(0, 26px, 0) scale(0.985);
  }
  to {
    opacity: 1;
    filter: blur(0);
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@keyframes pwd-ken-burns-mobile {
  0% {
    transform: scale(1.06) translate3d(-0.5%, -0.3%, 0);
  }
  100% {
    transform: scale(1.14) translate3d(0.5%, 0.3%, 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .js .pwd-reveal {
    opacity: 1;
    transform: none;
  }

  .js .pwd-home-hero [data-hero-enter],
  .js .pwd-home-hero [data-hero-card] {
    visibility: visible;
    opacity: 1;
    filter: none;
    transform: none;
  }

  .pwd-home-hero .pwd-hero-media {
    opacity: 1;
  }
}
