@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(18px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

.pw-page {
  --navy: #085C9C;
  --blue: #0089D6;
  --blue-dk: #0570B3;
  --blue-deep: #054A80;
  --aqua: #29B6F6;
  --white: #FFFFFF;
  --bg: #FFFFFF;
  --ink: #085C9C;
  --muted: rgba(6,66,110,.60);
  --border: rgba(0,137,214,.16);
  --surface: #EDF6FD;
  --surface2: #DCEEFB;
  --dk-bg: #0C7BC7;
  --dk-bg2: #054A80;
  --dk-text: rgba(255,255,255,.97);
  --dk-muted: rgba(255,255,255,.74);
  --dk-border: rgba(255,255,255,.22);
  --r: 16px;
  --pad: 28px;
  --max: 1180px;
  --font-display: 'Inter',ui-sans-serif,system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
  --font-body: 'Inter',ui-sans-serif,system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
  scroll-behavior: smooth;
  margin: 0px;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--font-body);
  line-height: 1.6;
  letter-spacing: -0.01em;
  overflow-x: clip;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizelegibility;
  font-kerning: normal;
  font-synthesis-weight: none;
  font-synthesis-style: none;
  font-synthesis-small-caps: none;
}

@media (max-width: 600px) {
  .pw-page {
  --pad: 18px;
  }
}

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

@media (max-width: 560px) {
  .pw-page {
  --pad: 16px;
  }
}

@media (max-width: 768px) {
  .pw-page {
  --pad: 20px;
  }
}

.pw-page *, .pw-page ::before, .pw-page ::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: reduce) {
  .pw-page *, .pw-page ::before, .pw-page ::after {
  animation-duration: 0.01ms !important;
  animation-iteration-count: 1 !important;
  transition-duration: 0.01ms !important;
  }
}

.pw-page a {
  color: inherit;
  text-decoration-line: none;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizelegibility;
  font-kerning: normal;
  font-synthesis-weight: none;
  font-synthesis-style: none;
  font-synthesis-small-caps: none;
}

.pw-page p {
  margin: 0px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizelegibility;
  font-kerning: normal;
  font-synthesis-weight: none;
  font-synthesis-style: none;
  font-synthesis-small-caps: none;
}

.pw-page h1, .pw-page h2, .pw-page h3, .pw-page h4, .pw-page h5 {
  margin: 0px;
  font-family: var(--font-display);
  line-height: 1.12;
  color: var(--navy);
}

.pw-page img, .pw-page svg {
  max-width: 100%;
  display: block;
}

.pw-page svg {
  shape-rendering: geometricprecision;
  text-rendering: geometricprecision;
}

.pw-page .pw-wrap {
  max-width: var(--max);
  margin: 0px auto;
  padding: 0 var(--pad);
}

@media (max-width: 560px) {
  .pw-page .pw-wrap {
  padding-left: 16px;
  padding-right: 16px;
  }
}

@media (max-width: 768px) {
  .pw-page .pw-wrap {
  padding-left: 20px;
  padding-right: 20px;
  }
}

.pw-page .pw-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  row-gap: 8px;
  column-gap: 8px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 9px 14px;
  min-height: 38px;
  font-size: 13px;
  font-weight: 650;
  font-family: var(--font-body);
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-image-source: none;
  border-image-slice: 100%;
  border-image-width: 1;
  border-image-outset: 0;
  border-image-repeat: stretch;
  cursor: pointer;
  transition-behavior: normal, normal, normal, normal, normal;
  transition-duration: 0.13s, 0.13s, 0.13s, 0.13s, 0.13s;
  transition-timing-function: ease, ease, ease, ease, ease;
  transition-delay: 0s, 0s, 0s, 0s, 0s;
  transition-property: transform, box-shadow, background, border-color, color;
  line-height: 1;
  white-space-collapse: collapse;
  text-wrap-mode: nowrap;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizelegibility;
  font-kerning: normal;
  font-synthesis-weight: none;
  font-synthesis-style: none;
  font-synthesis-small-caps: none;
}

.pw-page .pw-btn svg {
  width: 15px;
  height: 15px;
  flex-shrink: 0;
}

.pw-page .pw-btn:active {
  transform: translateY(1px);
}

.pw-page .pw-btn-primary {
  background: var(--blue);
  color: rgb(255, 255, 255);
  box-shadow: rgba(0, 137, 214, 0.3) 0px 6px 20px;
}

.pw-page .pw-btn-primary:hover {
  background: var(--blue-dk);
  box-shadow: rgba(0, 137, 214, 0.42) 0px 8px 26px;
}

.pw-page .pw-btn-outline-navy {
  background: var(--surface);
  color: var(--blue);
  border-color: var(--border);
}

.pw-page .pw-btn-outline-navy:hover {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(255, 255, 255);
  color: var(--blue);
  box-shadow: rgba(8, 92, 156, 0.08) 0px 4px 16px;
}

.pw-page .pw-btn-outline-cyan {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(255, 255, 255, 0.06);
  color: rgb(255, 255, 255);
  border-top-color: rgba(255, 255, 255, 0.42);
  border-right-color: rgba(255, 255, 255, 0.42);
  border-bottom-color: rgba(255, 255, 255, 0.42);
  border-left-color: rgba(255, 255, 255, 0.42);
}

.pw-page .pw-btn-outline-cyan:hover {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(255, 255, 255, 0.14);
  color: rgb(255, 255, 255);
}

.pw-page .pw-btn-block {
  width: 100%;
}

.pw-page section {
  padding: 42px 0px;
}

@media (max-width: 600px) {
  .pw-page section {
  padding: 30px 0px;
  }
}

@media (max-width: 560px) {
  .pw-page section {
  padding: 30px 0px;
  }
}

@media (max-width: 768px) {
  .pw-page section {
  padding: 34px 0px;
  }
}

.pw-page .pw-section-white {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(255, 255, 255);
}

.pw-page .pw-section-light {
  background: var(--surface);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.pw-page .pw-section-navy {
  background: linear-gradient(160deg,var(--dk-bg) 0%,var(--dk-bg2) 100%);
  color: var(--dk-text);
}

.pw-page .pw-eyebrow {
  display: inline-flex;
  align-items: center;
  row-gap: 8px;
  column-gap: 8px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--blue);
  margin-bottom: 15px;
  padding: 0px;
  background-image: none;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizelegibility;
  font-kerning: normal;
  font-synthesis-weight: none;
  font-synthesis-style: none;
  font-synthesis-small-caps: none;
}

@media (max-width: 768px) {
  .pw-page .pw-eyebrow {
  font-size: 10.5px;
  letter-spacing: 0.13em;
  margin-bottom: 12px;
  }
}

.pw-page .pw-tag {
  display: inline-flex;
  align-items: center;
  row-gap: 8px;
  column-gap: 8px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--blue);
  margin-bottom: 15px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizelegibility;
  font-kerning: normal;
  font-synthesis-weight: none;
  font-synthesis-style: none;
  font-synthesis-small-caps: none;
}

@media (max-width: 768px) {
  .pw-page .pw-tag {
  font-size: 10.5px;
  letter-spacing: 0.13em;
  margin-bottom: 12px;
  }
}

.pw-page .pw-eyebrow .pw-dot, .pw-page .pw-dot {
  width: 5px;
  height: 5px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  background: var(--aqua);
  flex-shrink: 0;
}

.pw-page .pw-section-navy .pw-tag {
  color: rgba(255, 255, 255, 0.82);
}

.pw-page h2.pw-h-title {
  font-size: clamp(23px,2.7vw,32px);
  font-weight: 600;
  letter-spacing: -0.02em;
  margin-bottom: 14px;
}

@media (max-width: 768px) {
  .pw-page h2.pw-h-title {
  font-size: clamp(25px,7.2vw,31px);
  overflow-wrap: anywhere;
  }
}

.pw-page .pw-lead-text {
  font-size: 15px;
  color: var(--muted);
  line-height: 1.66;
  max-width: 62ch;
}

@media (max-width: 768px) {
  .pw-page .pw-lead-text {
  font-size: 14.5px;
  line-height: 1.62;
  }
}

.pw-page .pw-section-navy h2.pw-h-title {
  color: rgb(255, 255, 255);
}

.pw-page .pw-section-navy .pw-lead-text {
  color: var(--dk-muted) !important;
}

.pw-page .pw-hero {
  padding: 38px 0px 42px;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(255, 255, 255);
  border-bottom: 1px solid var(--border);
}

@media (max-width: 960px) {
  .pw-page .pw-hero {
  padding: 32px 0px 36px;
  }
}

@media (max-width: 600px) {
  .pw-page .pw-hero {
  padding: 26px 0px 30px;
  }
}

@media (max-width: 560px) {
  .pw-page .pw-hero {
  padding: 26px 0px 30px;
  }
}

@media (max-width: 768px) {
  .pw-page .pw-hero {
  padding: 32px 0px 34px;
  }
}

.pw-page .pw-hero-grid {
  display: grid;
  grid-template-columns: 1.02fr 1.05fr;
  row-gap: 50px;
  column-gap: 50px;
  align-items: center;
}

@media (max-width: 960px) {
  .pw-page .pw-hero-grid {
  grid-template-columns: 1fr;
  row-gap: 34px;
  column-gap: 34px;
  }
}

@media (max-width: 1100px) {
  .pw-page .pw-hero-grid {
  min-width: 0px;
  }
}

@media (max-width: 560px) {
  .pw-page .pw-hero-grid {
  row-gap: 24px;
  column-gap: 24px;
  }
}

@media (max-width: 768px) {
  .pw-page .pw-hero-grid {
  row-gap: 28px;
  column-gap: 28px;
  }
}

.pw-page .pw-hero h1 {
  font-size: clamp(38px,5.2vw,62px);
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1;
  color: var(--navy);
  margin: 0px;
}

@media (max-width: 560px) {
  .pw-page .pw-hero h1 {
  font-size: clamp(29px,9.5vw,36px);
  }
}

@media (max-width: 768px) {
  .pw-page .pw-hero h1 {
  font-size: clamp(32px,9vw,42px);
  line-height: 1.04;
  overflow-wrap: anywhere;
  }
}

@media (max-width: 375px) {
  .pw-page .pw-hero h1 {
  font-size: 29px;
  }
}

.pw-page .pw-hero p.pw-lede {
  font-size: 15px;
  color: var(--muted);
  line-height: 1.66;
  max-width: 62ch;
  margin-top: 18px;
}

@media (max-width: 560px) {
  .pw-page .pw-hero p.pw-lede {
  font-size: 14.5px;
  }
}

@media (max-width: 768px) {
  .pw-page .pw-hero p.pw-lede {
  font-size: 15px;
  line-height: 1.62;
  margin-top: 16px;
  }
}

.pw-page .pw-hero-ctas {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  row-gap: 10px;
  column-gap: 10px;
  margin-top: 22px;
}

@media (max-width: 600px) {
  .pw-page .pw-hero-ctas {
  display: grid;
  grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .pw-page .pw-hero-ctas {
  display: grid;
  grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .pw-page .pw-hero-ctas {
  row-gap: 10px;
  column-gap: 10px;
  margin-top: 20px;
  }
}

.pw-page .pw-hub-card {
  position: relative;
  border-radius: var(--r);
  overflow-x: hidden;
  overflow-y: hidden;
  background: linear-gradient(160deg,var(--dk-bg) 0%,var(--dk-bg2) 100%);
  border: 1px solid var(--dk-border);
  padding: 18px;
  box-shadow: rgba(5, 74, 128, 0.25) 0px 24px 60px;
}

@media (max-width: 560px) {
  .pw-page .pw-hub-card {
  padding: 10px;
  }
}

@media (max-width: 768px) {
  .pw-page .pw-hub-card {
  padding: 14px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  }
}

.pw-page .pw-hub-card::before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-image: radial-gradient(circle at 70% 22%, rgba(41, 182, 246, 0.24), transparent 38%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  pointer-events: none;
}

.pw-page .pw-hub-card svg {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  shape-rendering: geometricprecision;
  text-rendering: geometricprecision;
}

.pw-page .pw-hub-caption {
  position: relative;
  z-index: 1;
  text-align: center;
  color: var(--dk-muted);
  font-size: 12.5px;
  font-weight: 500;
  margin-top: 12px;
  letter-spacing: 0px;
}

@media (max-width: 768px) {
  .pw-page .pw-hub-caption {
  font-size: 12px;
  line-height: 1.45;
  }
}

.pw-page .pw-who-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0px, 1fr));
  row-gap: 16px;
  column-gap: 16px;
  margin-top: 30px;
}

@media (max-width: 1100px) {
  .pw-page .pw-who-grid {
  min-width: 0px;
  }
}

@media (max-width: 700px) {
  .pw-page .pw-who-grid {
  grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 600px) {
  .pw-page .pw-who-grid {
  grid-template-columns: 1fr;
  }
}

@media (max-width: 1220px) {
  .pw-page .pw-who-grid {
  grid-template-columns: repeat(3, minmax(0px, 1fr));
  }
}

@media (max-width: 560px) {
  .pw-page .pw-who-grid {
  grid-template-columns: 1fr;
  row-gap: 11px;
  column-gap: 11px;
  }
}

@media (max-width: 768px) {
  .pw-page .pw-who-grid {
  grid-template-columns: 1fr 1fr;
  row-gap: 12px;
  column-gap: 12px;
  margin-top: 24px;
  }
}

.pw-page .pw-who-card {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(255, 255, 255);
  border: 1px solid var(--border);
  border-radius: var(--r);
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 14px;
  column-gap: 14px;
  min-height: 176px;
  transition-behavior: normal, normal, normal;
  transition-duration: 0.22s, 0.22s, 0.22s;
  transition-timing-function: ease, ease, ease;
  transition-delay: 0s, 0s, 0s;
  transition-property: box-shadow, transform, border-color;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizelegibility;
  font-kerning: normal;
  font-synthesis-weight: none;
  font-synthesis-style: none;
  font-synthesis-small-caps: none;
}

@media (max-width: 1100px) {
  .pw-page .pw-who-card {
  min-width: 0px;
  }
}

@media (max-width: 600px) {
  .pw-page .pw-who-card {
  min-height: 0px;
  }
}

@media (max-width: 560px) {
  .pw-page .pw-who-card {
  padding: 16px;
  display: grid;
  grid-template-columns: 40px minmax(0px, 1fr);
  align-items: center;
  }
}

@media (max-width: 768px) {
  .pw-page .pw-who-card {
  padding: 17px;
  row-gap: 12px;
  column-gap: 12px;
  min-height: 0px;
  }
}

.pw-page .pw-who-card:hover {
  box-shadow: rgba(8, 92, 156, 0.1) 0px 10px 32px;
  transform: translateY(-2px);
  border-top-color: rgba(0, 137, 214, 0.3);
  border-right-color: rgba(0, 137, 214, 0.3);
  border-bottom-color: rgba(0, 137, 214, 0.3);
  border-left-color: rgba(0, 137, 214, 0.3);
}

.pw-page .pw-who-icon {
  width: 40px;
  height: 40px;
  border-top-left-radius: 11px;
  border-top-right-radius: 11px;
  border-bottom-right-radius: 11px;
  border-bottom-left-radius: 11px;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(0, 137, 214, 0.1);
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(0, 137, 214, 0.18);
  border-right-color: rgba(0, 137, 214, 0.18);
  border-bottom-color: rgba(0, 137, 214, 0.18);
  border-left-color: rgba(0, 137, 214, 0.18);
  border-image-source: none;
  border-image-slice: 100%;
  border-image-width: 1;
  border-image-outset: 0;
  border-image-repeat: stretch;
  color: var(--blue);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
}

.pw-page .pw-who-icon svg {
  width: 20px;
  height: 20px;
  shape-rendering: geometricprecision;
  text-rendering: geometricprecision;
}

.pw-page .pw-who-card span {
  font-size: 13.5px;
  font-weight: 600;
  color: var(--navy);
  line-height: 1.48;
  text-align: left;
}

@media (max-width: 560px) {
  .pw-page .pw-who-card span {
  font-size: 13.5px;
  }
}

@media (max-width: 768px) {
  .pw-page .pw-who-card span {
  font-size: 13.5px;
  line-height: 1.42;
  overflow-wrap: anywhere;
  }
}

.pw-page .pw-ways-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 14px;
  column-gap: 14px;
  margin-top: 30px;
  max-width: none;
}

@media (max-width: 1100px) {
  .pw-page .pw-ways-list {
  min-width: 0px;
  }
}

@media (max-width: 860px) {
  .pw-page .pw-ways-list {
  grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .pw-page .pw-ways-list {
  row-gap: 12px;
  column-gap: 12px;
  margin-top: 24px;
  }
}

.pw-page .pw-way-item {
  display: flex;
  align-items: flex-start;
  row-gap: 12px;
  column-gap: 12px;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(255, 255, 255, 0.08);
  border: 1px solid var(--dk-border);
  border-radius: var(--r);
  padding: 18px 20px;
  transition-behavior: normal, normal;
  transition-duration: 0.22s, 0.22s;
  transition-timing-function: ease, ease;
  transition-delay: 0s, 0s;
  transition-property: background, transform;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizelegibility;
  font-kerning: normal;
  font-synthesis-weight: none;
  font-synthesis-style: none;
  font-synthesis-small-caps: none;
}

@media (max-width: 1100px) {
  .pw-page .pw-way-item {
  min-width: 0px;
  }
}

@media (max-width: 560px) {
  .pw-page .pw-way-item {
  padding: 15px 16px;
  }
}

@media (max-width: 768px) {
  .pw-page .pw-way-item {
  padding: 16px 17px;
  row-gap: 11px;
  column-gap: 11px;
  }
}

.pw-page .pw-way-item:last-child:nth-child(2n+1) {
  grid-column-start: 1;
  grid-column-end: -1;
}

@media (max-width: 860px) {
  .pw-page .pw-way-item:last-child:nth-child(2n+1) {
  grid-column-start: auto;
  grid-column-end: auto;
  }
}

.pw-page .pw-way-item:hover {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(255, 255, 255, 0.14);
  transform: translateY(-2px);
}

.pw-page .pw-way-check {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 20px;
  height: 20px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(255, 255, 255, 0.16);
  color: rgb(255, 255, 255);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1px;
}

.pw-page .pw-way-check svg {
  width: 11px;
  height: 11px;
  shape-rendering: geometricprecision;
  text-rendering: geometricprecision;
}

.pw-page .pw-way-check path {
  stroke: currentcolor;
}

.pw-page .pw-way-item p {
  font-size: 14px;
  line-height: 1.55;
  color: var(--dk-text);
  padding: 0px;
}

@media (max-width: 560px) {
  .pw-page .pw-way-item p {
  font-size: 13.5px;
  }
}

@media (max-width: 768px) {
  .pw-page .pw-way-item p {
  font-size: 13.8px;
  line-height: 1.5;
  overflow-wrap: anywhere;
  }
}

.pw-page .pw-funnel-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 18px;
  column-gap: 18px;
  margin-top: 30px;
}

@media (max-width: 960px) {
  .pw-page .pw-funnel-grid {
  grid-template-columns: 1fr;
  }
}

@media (max-width: 1100px) {
  .pw-page .pw-funnel-grid {
  min-width: 0px;
  }
}

@media (max-width: 768px) {
  .pw-page .pw-funnel-grid {
  row-gap: 14px;
  column-gap: 14px;
  margin-top: 24px;
  }
}

.pw-page .pw-funnel-card {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(255, 255, 255);
  border: 1px solid var(--border);
  border-radius: var(--r);
  padding: 22px;
  display: flex;
  flex-direction: column;
  row-gap: 0px;
  column-gap: 0px;
  min-height: 270px;
  box-shadow: none;
  transition-behavior: normal, normal, normal;
  transition-duration: 0.22s, 0.22s, 0.22s;
  transition-timing-function: ease, ease, ease;
  transition-delay: 0s, 0s, 0s;
  transition-property: box-shadow, transform, border-color;
  border-top: 1px solid var(--border);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizelegibility;
  font-kerning: normal;
  font-synthesis-weight: none;
  font-synthesis-style: none;
  font-synthesis-small-caps: none;
}

@media (max-width: 960px) {
  .pw-page .pw-funnel-card {
  min-height: 0px;
  }
}

@media (max-width: 1100px) {
  .pw-page .pw-funnel-card {
  min-width: 0px;
  }
}

@media (max-width: 560px) {
  .pw-page .pw-funnel-card {
  padding: 18px;
  }
}

@media (max-width: 768px) {
  .pw-page .pw-funnel-card {
  padding: 20px;
  min-height: 0px;
  }
}

.pw-page .pw-funnel-card.pw-amb {
  border-top: 1px solid var(--border);
}

.pw-page .pw-funnel-card.pw-strat {
  border-top: 1px solid var(--border);
}

.pw-page .pw-funnel-card:hover {
  box-shadow: rgba(8, 92, 156, 0.1) 0px 10px 32px;
  transform: translateY(-2px);
  border-top-color: rgba(0, 137, 214, 0.3);
  border-right-color: rgba(0, 137, 214, 0.3);
  border-bottom-color: rgba(0, 137, 214, 0.3);
  border-left-color: rgba(0, 137, 214, 0.3);
}

.pw-page .pw-funnel-icon, .pw-page .pw-funnel-card.pw-amb .pw-funnel-icon, .pw-page .pw-funnel-card.pw-strat .pw-funnel-icon {
  width: 40px;
  height: 40px;
  border-top-left-radius: 11px;
  border-top-right-radius: 11px;
  border-bottom-right-radius: 11px;
  border-bottom-left-radius: 11px;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(0, 137, 214, 0.1);
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(0, 137, 214, 0.18);
  border-right-color: rgba(0, 137, 214, 0.18);
  border-bottom-color: rgba(0, 137, 214, 0.18);
  border-left-color: rgba(0, 137, 214, 0.18);
  border-image-source: none;
  border-image-slice: 100%;
  border-image-width: 1;
  border-image-outset: 0;
  border-image-repeat: stretch;
  color: var(--blue);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

.pw-page .pw-funnel-icon svg {
  width: 20px;
  height: 20px;
  shape-rendering: geometricprecision;
  text-rendering: geometricprecision;
}

.pw-page .pw-funnel-card h3 {
  font-size: 17px;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: var(--navy);
  margin: 0px;
}

@media (max-width: 768px) {
  .pw-page .pw-funnel-card h3 {
  font-size: 17px;
  overflow-wrap: anywhere;
  }
}

.pw-page .pw-funnel-card p {
  font-size: 14px;
  line-height: 1.6;
  color: var(--muted);
  margin-top: 9px;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0%;
}

@media (max-width: 768px) {
  .pw-page .pw-funnel-card p {
  font-size: 14px;
  line-height: 1.55;
  }
}

.pw-page .pw-funnel-card .pw-btn {
  margin-top: 18px;
}

@media (max-width: 768px) {
  .pw-page .pw-funnel-card .pw-btn {
  white-space-collapse: collapse;
  text-wrap-mode: wrap;
  text-align: center;
  line-height: 1.3;
  min-height: 44px;
  }
}

.pw-page .pw-cooperate {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border: 1px solid var(--dk-border);
  background: linear-gradient(160deg,var(--dk-bg) 0%,var(--dk-bg2) 100%);
  padding: 40px;
  color: var(--dk-text);
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
  box-shadow: rgba(5, 74, 128, 0.18) 0px 24px 60px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizelegibility;
  font-kerning: normal;
  font-synthesis-weight: none;
  font-synthesis-style: none;
  font-synthesis-small-caps: none;
}

@media (max-width: 600px) {
  .pw-page .pw-cooperate {
  padding: 28px;
  }
}

@media (max-width: 560px) {
  .pw-page .pw-cooperate {
  padding: 24px 20px;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  }
}

@media (max-width: 768px) {
  .pw-page .pw-cooperate {
  padding: 30px;
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
  border-bottom-right-radius: 18px;
  border-bottom-left-radius: 18px;
  }
}

@media (max-width: 375px) {
  .pw-page .pw-cooperate {
  padding: 22px 17px;
  }
}

.pw-page .pw-cooperate::after {
  content: none;
}

.pw-page .pw-cooperate-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  row-gap: 40px;
  column-gap: 40px;
  align-items: center;
  position: relative;
  z-index: 1;
}

@media (max-width: 960px) {
  .pw-page .pw-cooperate-grid {
  grid-template-columns: 1fr;
  }
}

@media (max-width: 1100px) {
  .pw-page .pw-cooperate-grid {
  min-width: 0px;
  }
}

@media (max-width: 560px) {
  .pw-page .pw-cooperate-grid {
  row-gap: 22px;
  column-gap: 22px;
  }
}

@media (max-width: 768px) {
  .pw-page .pw-cooperate-grid {
  row-gap: 26px;
  column-gap: 26px;
  }
}

.pw-page .pw-cooperate h2 {
  font-size: clamp(23px,2.7vw,32px);
  font-weight: 600;
  letter-spacing: -0.02em;
  color: rgb(255, 255, 255);
  margin: 0px 0px 14px;
}

@media (max-width: 768px) {
  .pw-page .pw-cooperate h2 {
  font-size: clamp(25px,7.2vw,31px);
  overflow-wrap: anywhere;
  }
}

.pw-page .pw-cooperate p {
  font-size: 15px;
  line-height: 1.66;
  color: var(--dk-muted);
  margin: 0px;
  max-width: 62ch;
}

@media (max-width: 768px) {
  .pw-page .pw-cooperate p {
  font-size: 14.5px;
  line-height: 1.62;
  }
}

.pw-page .pw-cooperate .pw-tag {
  color: rgba(255, 255, 255, 0.82) !important;
}

.pw-page .pw-cooperate-ctas {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 10px;
  column-gap: 10px;
  max-width: 270px;
  justify-self: end;
  width: 100%;
}

@media (max-width: 960px) {
  .pw-page .pw-cooperate-ctas {
  justify-self: start;
  max-width: 420px;
  grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 600px) {
  .pw-page .pw-cooperate-ctas {
  grid-template-columns: 1fr;
  max-width: none;
  }
}

@media (max-width: 560px) {
  .pw-page .pw-cooperate-ctas {
  grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .pw-page .pw-cooperate-ctas {
  width: 100%;
  max-width: none;
  grid-template-columns: 1fr 1fr;
  row-gap: 10px;
  column-gap: 10px;
  }
}

.pw-page .pw-reveal {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  .pw-page .pw-reveal {
  opacity: 1;
  transform: none;
  animation-duration: auto !important;
  animation-timing-function: ease !important;
  animation-delay: 0s !important;
  animation-iteration-count: 1 !important;
  animation-direction: normal !important;
  animation-fill-mode: none !important;
  animation-play-state: running !important;
  animation-name: none !important;
  animation-timeline: auto !important;
  animation-range-start: normal !important;
  animation-range-end: normal !important;
  }
}

.pw-page .pw-reveal.pw-visible {
  animation-duration: 0.55s;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: both;
  animation-play-state: running;
  animation-name: fadeUp;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

.pw-page a:focus-visible {
  outline-color: rgba(41, 182, 246, 0.45);
  outline-style: solid;
  outline-width: 3px;
  outline-offset: 3px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

@media (max-width: 600px) {
  .pw-page .pw-hero-ctas .pw-btn {
  width: 100%;
  }
}

@media (max-width: 560px) {
  .pw-page .pw-hero-ctas .pw-btn {
  width: 100%;
  min-height: 44px;
  }
}

@media (max-width: 768px) {
  .pw-page .pw-hero-ctas .pw-btn {
  white-space-collapse: collapse;
  text-wrap-mode: wrap;
  text-align: center;
  line-height: 1.3;
  }
}

.pw-page .pw-lg-ref-wrap {
  max-width: 1180px;
  margin: 0px auto;
  padding: 0px 28px;
}

@media (max-width: 600px) {
  .pw-page .pw-lg-ref-wrap {
  padding-left: 18px;
  padding-right: 18px;
  }
}

@media (max-width: 560px) {
  .pw-page .pw-lg-ref-wrap {
  padding-left: 16px;
  padding-right: 16px;
  }
}

@media (max-width: 768px) {
  .pw-page .pw-lg-ref-wrap {
  padding-left: 20px;
  padding-right: 20px;
  }
}

.pw-page .pw-lg-ref-nav {
  font-family: var(--font-body);
  color: rgb(8, 92, 156);
  --blue: #0089D6;
  --font-display: 'Inter',ui-sans-serif,system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
  --font-body: 'Inter',ui-sans-serif,system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
  position: sticky;
  top: 0px;
  z-index: 100;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(0, 137, 214, 0.16);
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(255, 255, 255, 0.98);
  box-shadow: rgba(8, 92, 156, 0.06) 0px 4px 16px;
  isolation: isolate;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizelegibility;
  font-kerning: normal;
  font-synthesis-weight: none;
  font-synthesis-style: none;
  font-synthesis-small-caps: none;
}

.pw-page .pw-lg-ref-footer {
  font-family: var(--font-body);
  color: rgb(8, 92, 156);
  padding: 44px 0px 36px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgba(0, 137, 214, 0.16);
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(237, 246, 253);
  --blue: #0089D6;
  --font-display: 'Inter',ui-sans-serif,system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
  --font-body: 'Inter',ui-sans-serif,system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizelegibility;
  font-kerning: normal;
  font-synthesis-weight: none;
  font-synthesis-style: none;
  font-synthesis-small-caps: none;
}

@media (max-width: 560px) {
  .pw-page .pw-lg-ref-footer {
  padding: 36px 0px 28px;
  }
}

.pw-page .pw-lg-ref-nav svg {
  shape-rendering: geometricprecision;
  text-rendering: geometricprecision;
}

.pw-page .pw-lg-ref-footer svg {
  shape-rendering: geometricprecision;
  text-rendering: geometricprecision;
}

.pw-page .pw-lg-ref-nav::before {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: -1;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(255, 255, 255, 0.93);
  backdrop-filter: blur(14px);
  content: none !important;
  display: none !important;
}

.pw-page .pw-lg-ref-nav-inner {
  justify-content: flex-start;
  min-height: 72px;
  padding: 0px;
  display: grid;
  grid-template-columns: max-content minmax(0px, 1fr);
  align-items: center;
  row-gap: 22px;
  column-gap: 22px;
}

@media (max-width: 1100px) {
  .pw-page .pw-lg-ref-nav-inner {
  min-height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  row-gap: 14px;
  column-gap: 14px;
  position: relative;
  }
}

@media (max-width: 600px) {
  .pw-page .pw-lg-ref-nav-inner {
  min-height: 64px;
  }
}

@media (max-width: 420px) {
  .pw-page .pw-lg-ref-nav-inner {
  flex-wrap: wrap;
  row-gap: 8px;
  }
}

@media (max-width: 1240px) {
  .pw-page .pw-lg-ref-nav-inner {
  grid-template-columns: max-content minmax(0px, 1fr);
  row-gap: 16px;
  column-gap: 16px;
  }
}

@media (max-width: 560px) {
  .pw-page .pw-lg-ref-nav-inner {
  min-height: 62px;
  row-gap: 10px;
  column-gap: 10px;
  }
}

.pw-page .pw-lg-ref-brand {
  min-width: 0px;
  width: auto;
  max-width: none;
  display: flex;
  align-items: center;
  row-gap: 10px;
  column-gap: 10px;
  padding: 0px;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
}

@media (max-width: 1100px) {
  .pw-page .pw-lg-ref-brand {
  min-width: 0px;
  max-width: calc(100% - 58px);
  }
}

.pw-page .pw-lg-ref-brand svg {
  display: block;
  width: auto;
  height: 46px;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  shape-rendering: geometricprecision;
}

@media (max-width: 600px) {
  .pw-page .pw-lg-ref-brand svg {
  height: 38px;
  }
}

@media (max-width: 1240px) {
  .pw-page .pw-lg-ref-brand svg {
  height: 43px;
  }
}

@media (max-width: 560px) {
  .pw-page .pw-lg-ref-brand svg {
  height: 34px !important;
  width: auto !important;
  }
}

.pw-page .pw-lg-ref-brand .pw-lg-ref-bw {
  text-transform: none;
  font-family: var(--font-display,'Inter',ui-sans-serif,system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif);
  font-size: 21px;
  font-weight: 700;
  letter-spacing: 0.002em;
  color: rgb(8, 92, 156);
  white-space-collapse: collapse;
  text-wrap-mode: nowrap;
}

@media (max-width: 1100px) {
  .pw-page .pw-lg-ref-brand .pw-lg-ref-bw {
  overflow-x: hidden;
  overflow-y: hidden;
  text-overflow: ellipsis;
  }
}

@media (max-width: 600px) {
  .pw-page .pw-lg-ref-brand .pw-lg-ref-bw {
  font-size: 19px;
  }
}

@media (max-width: 420px) {
  .pw-page .pw-lg-ref-brand .pw-lg-ref-bw {
  font-size: 16px;
  }
}

@media (max-width: 1240px) {
  .pw-page .pw-lg-ref-brand .pw-lg-ref-bw {
  font-size: 20px;
  }
}

@media (max-width: 560px) {
  .pw-page .pw-lg-ref-brand .pw-lg-ref-bw {
  font-size: 17px !important;
  }
}

@media (max-width: 375px) {
  .pw-page .pw-lg-ref-brand .pw-lg-ref-bw {
  font-size: 15.5px !important;
  }
}

.pw-page .pw-lg-ref-nav-links {
  margin-left: 0px;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  row-gap: 10px;
  column-gap: 10px;
  align-items: center;
}

@media (max-width: 1100px) {
  .pw-page .pw-lg-ref-nav-links {
  display: none !important;
  }
}

@media (max-width: 1240px) {
  .pw-page .pw-lg-ref-nav-links {
  row-gap: 7px;
  column-gap: 7px;
  }
}

@media (max-width: 1060px) {
  .pw-page .pw-lg-ref-nav-links {
  display: none;
  }
}

.pw-page .pw-lg-ref-nav-links a {
  width: 136px;
  height: 44px;
  min-width: 136px;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 136px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-top-width: 1.5px;
  border-right-width: 1.5px;
  border-bottom-width: 1.5px;
  border-left-width: 1.5px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgb(0, 137, 214);
  border-right-color: rgb(0, 137, 214);
  border-bottom-color: rgb(0, 137, 214);
  border-left-color: rgb(0, 137, 214);
  border-image-source: none;
  border-image-slice: 100%;
  border-image-width: 1;
  border-image-outset: 0;
  border-image-repeat: stretch;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 10px 12px;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(255, 255, 255);
  color: rgb(0, 137, 214);
  font-family: var(--font-body,'Inter',ui-sans-serif,system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif);
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  white-space-collapse: collapse;
  text-wrap-mode: nowrap;
  box-shadow: none;
  transition-behavior: normal, normal, normal, normal, normal;
  transition-duration: 0.18s, 0.18s, 0.18s, 0.18s, 0.18s;
  transition-timing-function: ease, ease, ease, ease, ease;
  transition-delay: 0s, 0s, 0s, 0s, 0s;
  transition-property: background, color, border-color, box-shadow, transform;
}

@media (max-width: 1220px) {
  .pw-page .pw-lg-ref-nav-links a {
  font-size: 13px;
  padding: 8px 7px;
  }
}

.pw-page .pw-lg-ref-nav-links a:hover {
  border-top-color: rgb(0, 137, 214);
  border-right-color: rgb(0, 137, 214);
  border-bottom-color: rgb(0, 137, 214);
  border-left-color: rgb(0, 137, 214);
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(237, 246, 253);
  color: rgb(0, 137, 214);
  box-shadow: rgba(0, 137, 214, 0.1) 0px 4px 14px;
  transform: translateY(-1px);
}

.pw-page .pw-lg-ref-foot-top {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  row-gap: 28px;
  column-gap: 28px;
}

@media (max-width: 480px) {
  .pw-page .pw-lg-ref-foot-top {
  grid-template-columns: 1fr;
  }
}

@media (max-width: 860px) {
  .pw-page .pw-lg-ref-foot-top {
  grid-template-columns: 1fr 1fr;
  row-gap: 24px;
  column-gap: 24px;
  }
}

@media (max-width: 560px) {
  .pw-page .pw-lg-ref-foot-top {
  grid-template-columns: 1fr;
  row-gap: 20px;
  column-gap: 20px;
  }
}

@media (max-width: 768px) {
  .pw-page .pw-lg-ref-foot-top {
  row-gap: 22px;
  column-gap: 22px;
  }
}

.pw-page .pw-lg-ref-foot-col h5 {
  font-size: 12px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgb(8, 92, 156);
  margin: 0px 0px 12px;
  font-weight: 720;
}

.pw-page .pw-lg-ref-foot-col a {
  display: block;
  font-size: 13.5px;
  color: rgba(6, 66, 110, 0.6);
  padding: 4px 0px;
}

@media (max-width: 768px) {
  .pw-page .pw-lg-ref-foot-col a {
  overflow-wrap: anywhere;
  }
}

.pw-page .pw-lg-ref-foot-col a:hover {
  color: rgb(0, 137, 214);
}

.pw-page .pw-lg-ref-foot-brand .pw-lg-ref-lead {
  font-size: 13.5px;
  max-width: 40ch;
  margin-top: 8px;
  color: rgba(6, 66, 110, 0.6);
  line-height: 1.66;
}

.pw-page .pw-lg-ref-foot-social {
  display: flex;
  row-gap: 10px;
  column-gap: 10px;
  margin-top: 16px;
}

.pw-page .pw-lg-ref-foot-social a {
  width: 36px;
  height: 36px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(0, 137, 214, 0.16);
  border-right-color: rgba(0, 137, 214, 0.16);
  border-bottom-color: rgba(0, 137, 214, 0.16);
  border-left-color: rgba(0, 137, 214, 0.16);
  border-image-source: none;
  border-image-slice: 100%;
  border-image-width: 1;
  border-image-outset: 0;
  border-image-repeat: stretch;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(255, 255, 255);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(6, 66, 110, 0.6);
  transition-behavior: normal, normal;
  transition-duration: 0.15s, 0.15s;
  transition-timing-function: ease, ease;
  transition-delay: 0s, 0s;
  transition-property: color, border-color;
}

.pw-page .pw-lg-ref-foot-social a:hover {
  color: rgb(0, 137, 214);
  border-top-color: rgba(0, 137, 214, 0.4);
  border-right-color: rgba(0, 137, 214, 0.4);
  border-bottom-color: rgba(0, 137, 214, 0.4);
  border-left-color: rgba(0, 137, 214, 0.4);
}

.pw-page .pw-lg-ref-foot-social svg {
  width: 17px;
  height: 17px;
}

.pw-page .pw-lg-ref-foot-bottom {
  margin-top: 30px;
  padding-top: 18px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgba(0, 137, 214, 0.16);
  display: flex;
  flex-wrap: wrap;
  row-gap: 12px;
  column-gap: 12px;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 560px) {
  .pw-page .pw-lg-ref-foot-bottom {
  align-items: flex-start;
  flex-direction: column;
  }
}

.pw-page .pw-lg-ref-foot-bottom p {
  font-size: 12px;
  color: rgba(6, 66, 110, 0.6);
}

.pw-page .pw-lg-ref-foot-bottom .pw-lg-ref-links {
  display: flex;
  row-gap: 16px;
  column-gap: 16px;
  flex-wrap: wrap;
}

.pw-page .pw-lg-ref-foot-bottom .pw-lg-ref-links a {
  font-size: 12px;
  color: rgba(6, 66, 110, 0.6);
}

.pw-page .pw-lg-ref-foot-bottom .pw-lg-ref-links a:hover {
  color: rgb(0, 137, 214);
}

.pw-page .pw-lg-ref-footer p {
  margin: 0px;
}

.pw-page .pw-lg-ref-nav .pw-lg-ref-wrap {
  max-width: none;
  width: 100%;
  margin: 0px;
  padding-left: max(8px, calc((100vw - 1180px) / 2 + 8px));
  padding-right: 20px;
  position: relative;
  left: -90px;
}

@media (max-width: 1100px) {
  .pw-page .pw-lg-ref-nav .pw-lg-ref-wrap {
  padding: 0px 24px;
  max-width: 100%;
  left: 0px;
  }
}

@media (max-width: 600px) {
  .pw-page .pw-lg-ref-nav .pw-lg-ref-wrap {
  padding-left: 18px;
  padding-right: 18px;
  }
}

@media (max-width: 560px) {
  .pw-page .pw-lg-ref-nav .pw-lg-ref-wrap {
  padding-left: 16px;
  padding-right: 16px;
  }
}

.pw-page .pw-lg-ref-nav-links a:active {
  transform: translateY(0px);
}

.pw-page .pw-lg-ref-nav-links a:nth-last-child(-n+2) {
  width: 136px;
  height: 44px;
  min-width: 136px;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 136px;
  padding: 10px 12px;
  border-top-width: 1.5px;
  border-right-width: 1.5px;
  border-bottom-width: 1.5px;
  border-left-width: 1.5px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgb(0, 137, 214);
  border-right-color: rgb(0, 137, 214);
  border-bottom-color: rgb(0, 137, 214);
  border-left-color: rgb(0, 137, 214);
  border-image-source: none;
  border-image-slice: 100%;
  border-image-width: 1;
  border-image-outset: 0;
  border-image-repeat: stretch;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(0, 137, 214);
  color: rgb(255, 255, 255);
  box-shadow: rgba(0, 137, 214, 0.14) 0px 5px 14px;
}

.pw-page .pw-lg-ref-nav-links a:nth-last-child(-n+2):hover {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(5, 112, 179);
  border-top-color: rgb(5, 112, 179);
  border-right-color: rgb(5, 112, 179);
  border-bottom-color: rgb(5, 112, 179);
  border-left-color: rgb(5, 112, 179);
  color: rgb(255, 255, 255);
  box-shadow: rgba(5, 112, 179, 0.16) 0px 6px 16px;
}

@media (max-width: 1240px) {
  .pw-page .pw-lg-ref-nav-links a, .pw-page .pw-lg-ref-nav-links a:nth-last-child(-n+2) {
  width: 126px;
  height: 42px;
  min-width: 126px;
  flex-basis: 126px;
  padding: 9px 10px;
  font-size: 13px;
  }
}

.pw-page button {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizelegibility;
  font-kerning: normal;
  font-synthesis-weight: none;
  font-synthesis-style: none;
  font-synthesis-small-caps: none;
}

.pw-page input {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizelegibility;
  font-kerning: normal;
  font-synthesis-weight: none;
  font-synthesis-style: none;
  font-synthesis-small-caps: none;
}

.pw-page select {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizelegibility;
  font-kerning: normal;
  font-synthesis-weight: none;
  font-synthesis-style: none;
  font-synthesis-small-caps: none;
}

.pw-page textarea {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizelegibility;
  font-kerning: normal;
  font-synthesis-weight: none;
  font-synthesis-style: none;
  font-synthesis-small-caps: none;
}

.pw-page span {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizelegibility;
  font-kerning: normal;
  font-synthesis-weight: none;
  font-synthesis-style: none;
  font-synthesis-small-caps: none;
}

.pw-page strong {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizelegibility;
  font-kerning: normal;
  font-synthesis-weight: none;
  font-synthesis-style: none;
  font-synthesis-small-caps: none;
}

.pw-page b {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizelegibility;
  font-kerning: normal;
  font-synthesis-weight: none;
  font-synthesis-style: none;
  font-synthesis-small-caps: none;
}

.pw-page small {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizelegibility;
  font-kerning: normal;
  font-synthesis-weight: none;
  font-synthesis-style: none;
  font-synthesis-small-caps: none;
}

.pw-page label {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizelegibility;
  font-kerning: normal;
  font-synthesis-weight: none;
  font-synthesis-style: none;
  font-synthesis-small-caps: none;
}

.pw-page h1 {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizelegibility;
  font-kerning: normal;
  font-synthesis-weight: none;
  font-synthesis-style: none;
  font-synthesis-small-caps: none;
}

.pw-page h2 {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizelegibility;
  font-kerning: normal;
  font-synthesis-weight: none;
  font-synthesis-style: none;
  font-synthesis-small-caps: none;
}

.pw-page h3 {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizelegibility;
  font-kerning: normal;
  font-synthesis-weight: none;
  font-synthesis-style: none;
  font-synthesis-small-caps: none;
}

.pw-page h4 {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizelegibility;
  font-kerning: normal;
  font-synthesis-weight: none;
  font-synthesis-style: none;
  font-synthesis-small-caps: none;
}

.pw-page h5 {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizelegibility;
  font-kerning: normal;
  font-synthesis-weight: none;
  font-synthesis-style: none;
  font-synthesis-small-caps: none;
}

.pw-page h6 {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizelegibility;
  font-kerning: normal;
  font-synthesis-weight: none;
  font-synthesis-style: none;
  font-synthesis-small-caps: none;
}

.pw-page svg text {
  text-rendering: geometricprecision;
  font-kerning: normal;
  font-synthesis-weight: none;
  font-synthesis-style: none;
  font-synthesis-small-caps: none;
}

.pw-page img, .pw-page canvas, .pw-page video {
  max-width: 100%;
  image-rendering: auto;
}

.pw-page :not(video) {
  will-change: auto !important;
}

.pw-page .pw-mobile-menu-toggle {
  display: none;
}

@media (max-width: 1100px) {
  .pw-page .pw-mobile-menu-toggle {
  display: inline-flex;
  width: 44px;
  height: 44px;
  min-width: 44px;
  padding: 0px;
  align-items: center;
  justify-content: center;
  border-top-width: 1.5px;
  border-right-width: 1.5px;
  border-bottom-width: 1.5px;
  border-left-width: 1.5px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgb(0, 137, 214);
  border-right-color: rgb(0, 137, 214);
  border-bottom-color: rgb(0, 137, 214);
  border-left-color: rgb(0, 137, 214);
  border-image-source: none;
  border-image-slice: 100%;
  border-image-width: 1;
  border-image-outset: 0;
  border-image-repeat: stretch;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(255, 255, 255);
  color: rgb(0, 137, 214);
  cursor: pointer;
  box-shadow: rgba(0, 137, 214, 0.08) 0px 4px 14px;
  -webkit-tap-highlight-color: transparent;
  }
}

@media (max-width: 560px) {
  .pw-page .pw-mobile-menu-toggle {
  width: 42px;
  height: 42px;
  min-width: 42px;
  }
}

.pw-page .pw-mobile-nav-panel {
  display: none;
}

@media (max-width: 1100px) {
  .pw-page .pw-mobile-nav-panel {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 100%;
  display: none;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(255, 255, 255, 0.99);
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgba(0, 137, 214, 0.12);
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(0, 137, 214, 0.16);
  box-shadow: rgba(8, 92, 156, 0.12) 0px 14px 28px;
  padding: 12px 24px 18px;
  }
}

@media (max-width: 560px) {
  .pw-page .pw-mobile-nav-panel {
  padding: 10px 16px 16px;
  }
}

@media (max-width: 1100px) {
  .pw-page .pw-mobile-menu-toggle svg {
  width: 22px;
  height: 22px;
  display: block;
  }
}

@media (max-width: 1100px) {
  .pw-page .pw-mobile-menu-toggle .pw-icon-close {
  display: none;
  }
}

@media (max-width: 1100px) {
  .pw-page .pw-mobile-menu-toggle[aria-expanded="true"] .pw-icon-menu {
  display: none;
  }
}

@media (max-width: 1100px) {
  .pw-page .pw-mobile-menu-toggle[aria-expanded="true"] .pw-icon-close {
  display: block;
  }
}

@media (max-width: 1100px) {
  .pw-page .pw-mobile-nav-panel.pw-is-open {
  display: block;
  }
}

@media (max-width: 1100px) {
  .pw-page .pw-mobile-nav-panel nav {
  width: min(100%,760px);
  margin: 0px auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0px, 1fr));
  row-gap: 8px;
  column-gap: 8px;
  }
}

@media (max-width: 560px) {
  .pw-page .pw-mobile-nav-panel nav {
  grid-template-columns: 1fr;
  row-gap: 7px;
  column-gap: 7px;
  }
}

@media (max-width: 1100px) {
  .pw-page .pw-mobile-nav-panel a {
  min-width: 0px;
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 12px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(0, 137, 214, 0.28);
  border-right-color: rgba(0, 137, 214, 0.28);
  border-bottom-color: rgba(0, 137, 214, 0.28);
  border-left-color: rgba(0, 137, 214, 0.28);
  border-image-source: none;
  border-image-slice: 100%;
  border-image-width: 1;
  border-image-outset: 0;
  border-image-repeat: stretch;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(255, 255, 255);
  color: rgb(8, 92, 156);
  font-size: 14px;
  font-weight: 650;
  text-align: center;
  line-height: 1.25;
  }
}

@media (max-width: 560px) {
  .pw-page .pw-mobile-nav-panel a {
  min-height: 42px;
  font-size: 13.5px;
  }
}

@media (max-width: 1100px) {
  .pw-page .pw-mobile-nav-panel a:last-child {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(0, 137, 214);
  border-top-color: rgb(0, 137, 214);
  border-right-color: rgb(0, 137, 214);
  border-bottom-color: rgb(0, 137, 214);
  border-left-color: rgb(0, 137, 214);
  color: rgb(255, 255, 255);
  }
}

@media (max-width: 1100px) {
  .pw-page .pw-hero-grid > * {
  min-width: 0px;
  }
}

@media (max-width: 1100px) {
  .pw-page .pw-cooperate-grid > * {
  min-width: 0px;
  }
}

@media (max-width: 560px) {
  .pw-page .pw-cooperate-ctas .pw-btn {
  width: 100%;
  }
}

@media (max-width: 768px) {
  .pw-page .pw-cooperate-ctas .pw-btn {
  white-space-collapse: collapse;
  text-wrap-mode: wrap;
  text-align: center;
  line-height: 1.25;
  min-height: 44px;
  }
}

@media (max-width: 560px) {
  .pw-page .pw-funnel-icon {
  margin-bottom: 14px;
  }
}

.lg-ref-current {
  outline-offset: 2px;
  border-top-color: rgb(0, 137, 214) !important;
  border-right-color: rgb(0, 137, 214) !important;
  border-bottom-color: rgb(0, 137, 214) !important;
  border-left-color: rgb(0, 137, 214) !important;
  background-image: initial !important;
  background-position-x: initial !important;
  background-position-y: initial !important;
  background-size: initial !important;
  background-repeat: initial !important;
  background-attachment: initial !important;
  background-origin: initial !important;
  background-clip: initial !important;
  background-color: rgb(237, 246, 253) !important;
  color: rgb(8, 92, 156) !important;
}

.lg-ref-current-cta {
  border-top-color: rgb(0, 137, 214) !important;
  border-right-color: rgb(0, 137, 214) !important;
  border-bottom-color: rgb(0, 137, 214) !important;
  border-left-color: rgb(0, 137, 214) !important;
  background-image: initial !important;
  background-position-x: initial !important;
  background-position-y: initial !important;
  background-size: initial !important;
  background-repeat: initial !important;
  background-attachment: initial !important;
  background-origin: initial !important;
  background-clip: initial !important;
  background-color: rgb(0, 137, 214) !important;
  color: rgb(255, 255, 255) !important;
  box-shadow: rgba(0, 137, 214, 0.28) 0px 0px 0px 3px !important;
}