.elementor-16390 .elementor-element.elementor-element-1860d6d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-64cfcb0 *//* Get PrEP-pared landing page. Paste into Elementor Custom CSS. */
.elementor-widget-html .elementor-widget-container { width: 100%; }
/* No viewport tricks. Full width comes from the Elementor container set to Full Width, padding 0. */
.prep-page { width: 100%; max-width: none; margin: 0; padding: 0; position: static; overflow-x: clip; }
.prep-page .prep-header, .prep-page .prep-footer { width: 100%; max-width: none; padding-left: 0; padding-right: 0; }
.prep-page .prep-footer { padding-top: 58px; padding-bottom: 36px; }
.prep-page h1, .prep-page h2, .prep-page h3 { color: inherit; margin-top: 0; }
.prep-page p { margin-top: 0; }
.prep-page a, .prep-page a:hover { text-decoration: none; }

:root {
  --teal: #12515b;
  --teal-deep: #06414d;
  --teal-dark: #03171c;
  --teal-soft: #1b6270;
  --cyan: #10a4bd;
  --yellow: #ffca27;
  --cream: #fdfaf3;
  --beige: #f5f0e5;
  --blue: #d2eef4;
  --ink: #0d1719;
  --muted: #455254;
  --line: #d8dedb;
  --white: #ffffff;
  --serif: "Fraunces", Georgia, "Times New Roman", serif;
  --sans: "Inter", Arial, Helvetica, sans-serif;
  --content: min(1160px, calc(100% - 48px));
  --wide: min(1140px, calc(100% - 48px));
  --radius: 22px;
  --button-shadow: 0 14px 26px rgba(4, 67, 77, 0.18);
}

.prep-page * { box-sizing: border-box; }
.prep-page {
  margin: 0;
  background: var(--cream);
  color:#00161A;
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
.prep-page img { display: block; width: 100%; max-width: 100%; }
.prep-page a { color: inherit; text-decoration: none; }
.prep-page button, .prep-page input, .prep-page textarea, .prep-page select { font: inherit; }
.prep-page button { color: inherit; }
.prep-page h1, .prep-page h2, .prep-page h3, .prep-page h4 {
  font-family: var(--serif);
}
.prep-page h2 { font-weight:300 !important;}
.prep-page section { scroll-margin-top: 76px; }

.prep-page .prep-container { width: var(--content); margin-inline: auto; }
.prep-page .prep-container-wide { width: var(--wide); margin-inline: auto; }

.prep-page .display {
  margin: 0;
  font-family: var(--serif);
  font-weight: 600;
  letter-spacing: -0.035em;
  line-height: 1.02;
}

.prep-page .eyebrow {
  display: flex;
  align-items: center;
  gap: 13px;
  margin: 0 0 18px;
  color: #00BAD3;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}
.prep-page .eyebrow::before {
  content: "";
  width: 24px;
  height: 1px;
  background: currentColor;
  flex: 0 0 auto;
}
.prep-page .eyebrow.center { justify-content: center; }
.prep-page .eyebrow.center::before { display: none; }
.prep-page .eyebrow.no-line::before { display: none; }

.prep-page .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  min-height: 48px;
  padding: 0 30px;
  border: 0;
  border-radius: 999px;
  background: #FFCE34;
  color: #0a171a;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  box-shadow: var(--button-shadow);
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
}
.prep-page .btn:hover { transform: translateY(-2px); box-shadow: 0 18px 34px rgba(4, 67, 77, 0.24); filter: saturate(1.04); }
.prep-page .btn:focus-visible, .prep-page .faq-question:focus-visible, .prep-page a:focus-visible { outline: 3px solid rgba(16, 164, 189, 0.5); outline-offset: 3px; }
.prep-page .btn.small { min-height: 38px; padding-inline: 19px; font-size: 14px; box-shadow: none;font-weight: 600; }
.prep-page .btn.outline {
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.46);
  box-shadow: none;
}
.prep-page .arrow img { width: auto; height: 12px; display: inline-block; }
.prep-page .arrow-white { margin-bottom: -4px; padding-left: 5px; }
.prep-page .arrow { display: inline-block; transform: translateY(-1px); font-size: 16px; line-height: 1; }

/* Sticky header */
.prep-page .prep-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(18, 81, 91, 0.97);
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
.prep-page .prep-header-inner {
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.prep-page .brand { display: inline-flex; align-items: center; flex: 0 0 auto; }
.prep-page .brand img { width: 140px; height: auto; }
.prep-page .prep-header .btn { min-height: 36px; padding-inline:25px; font-size: 12px; box-shadow: none; }

/* Hero */
.prep-page .hero {
  position: relative;
  overflow: hidden;
  color: #fff; background:url(https://www.chnnyc.org/wp-content/uploads/2026/08/Hero-Background.jpg) no-repeat; background-size:cover;
}
.prep-page .hero-grid {
  min-height: 680px;
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(330px, 0.88fr);
  align-items: center;
  gap: 94px;
  padding: 78px 0 92px;
}
.prep-page .hero-copy { max-width: 610px; }
.prep-page .hero-title { color: #fff; font-size: clamp(72px, 6.25vw, 96px); margin-bottom: 28px; }
.prep-page .hero-title .accent { color: #FFCE34; font-style: italic; }
.prep-page .hero-text {
  max-width: 570px;
  margin: 0;
  color: rgba(255, 255, 255, 0.85);
  font-size: 16px;
  line-height: 1.55;
}
.prep-page .hero-text strong { color: #fff; font-weight: 700; }
.prep-page .hero-actions { display: flex; align-items: center; gap: 24px; margin-top: 30px; }
.prep-page .watch-link { color: rgba(255, 255, 255, 0.92); font-size: 14px; font-weight: 500; }
.prep-page .micro-copy { margin-top: 12px; color: rgba(255, 255, 255, 0.58); font-size: 11px; letter-spacing: 0.04em; }
.prep-page .hero-visual { position: relative; width: min(100%, 390px); justify-self: end; }
.prep-page .hero-visual img { filter: drop-shadow(0 24px 30px rgba(1, 25, 31, 0.14)); }

/* Weekend */
.prep-page .weekend { background: var(--cream); padding: 116px 0 126px; }
.prep-page .weekend-grid { display: grid; grid-template-columns: 0.82fr 1.18fr; align-items: center; gap: 84px; }
.prep-page .weekend h2 { font-size: 48px; margin-bottom: 24px; font-weight:600 !important; }
.prep-page .section-copy { margin: 0; color: var(--muted); font-size: 16px; line-height: 1.52; }
.prep-page .weekend .section-copy { max-width: 390px; }
.prep-page .italic-line { margin: 17px 0 23px; color: #0995ac; font-family: var(--serif); font-size:20px; font-style: italic; }
.prep-page .video-wrap { position: relative; }
.prep-page .video-wrap img { border-radius: 18px; box-shadow: 0 18px 28px rgba(22, 42, 40, 0.14); }
.prep-page .play-button {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 66px;
  height: 66px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #FFCE34;
  color: #0e2529;
  transform: translate(-50%, -50%);
  box-shadow: 0 10px 25px rgba(3, 49, 59, 0.2);
  font-size: 23px;
  padding-left: 4px;
}
.prep-page .video-caption { margin-top: 18px; text-align: center; color: #0995ac; font-family: var(--serif); font-size: 15px; font-style: italic; }

/* Product */
.prep-page .product { background: #f7f3e8; padding: 116px 0 112px; }
.prep-page .product-head { max-width: 760px; margin: 0 auto 52px; text-align: center; }
.prep-page .product h2 { font-size: 49px; margin-bottom: 22px; }
.prep-page .product-intro { margin: 0; color: #5b6464; font-size: 16px; line-height: 1.55; }
.prep-page .product-cards { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.prep-page .product-card { overflow: hidden; background: rgba(255, 255, 255, 0.66); border: 1px solid #dce4df; border-radius: 18px; }
.prep-page .product-card img { aspect-ratio: 1.67 / 1; object-fit: cover; }
.prep-page .product-card-copy { padding: 24px 26px 31px; }
.prep-page .option { margin-bottom: 12px; color: #078fa7; font-size:12px; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; }
.prep-page .product-card h3 { margin: 0 0 13px; font-family: var(--serif); font-size:30px; font-weight: 600; line-height: 1.08; }
.prep-page .product-card p { margin: 0; color: #414b4d; font-size: 14px; line-height: 1.55; }
.prep-page .insurance-banner {
  margin-top: 28px;
  min-height: 98px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
  padding: 24px 28px;
  border-radius: 18px;
  background: #004A54;
  color: #fff;
}
.prep-page .insurance-banner p { max-width: 670px; margin: 0; color: rgba(255, 255, 255, 0.9); font-size: 18px; line-height: 1.6; }

/* Women */
.prep-page .women { background: var(--cream); padding: 132px 0 130px; }
.prep-page .women-grid { display: grid; grid-template-columns: 0.94fr 1.06fr; align-items: center; gap: 76px; }
.prep-page .women-visual img { border-radius: 26px; }
.prep-page .women h2 { max-width: 540px; font-size:48px; margin-bottom: 23px; }
.prep-page .women .section-copy { max-width: 560px; }
.prep-page .women .section-copy + .section-copy { margin-top: 16px; }
.prep-page .power { margin: 22px 0 26px; color:#0995ac; font-family: var(--serif); font-size: 20px; font-style: italic; }

/* Doxy */
.prep-page .doxy { background: var(--blue); padding: 115px 0; }
.prep-page .doxy-grid { display: grid; grid-template-columns: 1.22fr 0.78fr; align-items: center; gap: 92px; }
.prep-page .doxy h2 { font-size:60px; margin-bottom: 22px;    font-weight: 600 !important; }
.prep-page .doxy .section-copy { max-width: 620px; color:#004A54; }
.prep-page .provider-card { padding: 30px 28px 25px; border: 1px solid rgba(28, 91, 99, 0.14); border-radius: 18px; background: rgba(255, 253, 246, 0.78); box-shadow: 0 10px 26px rgba(28, 91, 99, 0.05); }
.prep-page .provider-card h3 { margin: 0 0 15px; color: #00BAD3; font-size: 14px; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase;    font-family: "Inter", Arial, Helvetica, sans-serif; }
.prep-page .provider-card p { margin: 0 0 22px; color: #325159; font-size: 18px; line-height: 1.4; }
.prep-page .provider-card .btn { width: 100%; }
.prep-page .provider-note { margin-top: 10px; color: #78868a; font-size: 11px; }

/* Steps */
.prep-page .steps { background: var(--cream); padding: 116px 0 123px; }
.prep-page .steps-head { margin-bottom: 48px; text-align: center; }
.prep-page .steps h2 { font-size: 48px; }
.prep-page .step-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.prep-page .step-card { min-height: 230px; padding: 32px 30px; border: 1px solid #cfe2e6; border-radius: 14px;  }
.prep-page .step-number { margin-bottom: 18px; color: #FFCE34; font-family: var(--serif); font-size: 54px; font-style: italic; font-weight: 600; line-height: 0.9; }
.prep-page .step-card h3 { margin: 0 0 13px; font-family: var(--serif); font-size:20px; line-height: 1.2; font-weight: 500;}
.prep-page .step-card p { margin: 0; color: #596365; font-size: 14px; line-height: 1.52; }
.prep-page .steps-cta { margin-top: 36px; text-align: center; }

/* Why us */
.prep-page .why { background: var(--beige); padding: 108px 0 112px; }
.prep-page .why-grid { display: grid; grid-template-columns: 0.78fr 1.22fr; gap: 90px; align-items: start; }
.prep-page .why h2 { max-width: 360px; font-size: 46px; }
.prep-page .why-intro { margin: 4px 0 32px; color: #3f4b4d; font-size: 18px; line-height: 1.52; }
.prep-page .reason-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.prep-page .reason-card { min-height: 120px; padding: 20px 20px 18px; border: 1px solid #dce1dc; border-radius: 12px; background: rgba(255, 255, 255, 0.55); }
.prep-page .reason-mark { width: 28px; height: 7px; margin-bottom: 17px; border-radius: 999px; background: #FFCE34; }
.prep-page .reason-card p { margin: 0; color: #344144; font-size: 14px;  line-height: 1.55; }

/* FAQ */
.prep-page .faq { background: var(--cream); padding: 116px 0 126px; }
.prep-page .faq-grid { display: grid; grid-template-columns: 0.72fr 1.28fr; gap: 90px; align-items: start; }
.prep-page .faq h2 { max-width: 380px; font-size: 49px; }
.prep-page .accordion { border-top: 1px solid var(--line); }
.prep-page .faq-item { border-bottom: 1px solid var(--line); }
.prep-page .faq-question {
  width: 100%;
  min-height:50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 15px 0;
  border: 0;
  background: transparent;
  text-align: left;
  color: #172326;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
}
.prep-page .faq-icon { color: #00BAD3; font-size: 17px; font-weight: 400; transition: transform 180ms ease;border: 1px solid #cfe2e6;
    padding: 0px 7px;
    border-radius: 100%; }
.prep-page .faq-answer { display: grid; grid-template-rows: 0fr; transition: grid-template-rows 220ms ease; }
.prep-page .faq-answer > div { overflow: hidden; }
.prep-page .faq-answer p { margin: 0; padding: 0 40px 20px 0; color: #5b6668; font-size: 14px; line-height: 1.65; }
.prep-page .faq-item.open .faq-answer { grid-template-rows: 1fr; }
.prep-page .faq-item.open .faq-icon { transform: rotate(45deg); }

/* Final CTA */
.prep-page .final-cta {
  position: relative;
  overflow: hidden; background:url(https://www.chnnyc.org/wp-content/uploads/2026/08/Footer-Background.jpg) no-repeat top center; background-size: cover; 
  color: #fff;
  padding: 112px 0 105px;
  text-align: center;
}
.prep-page .final-cta h2 { max-width: 780px; margin: 0 auto 22px; font-size: 56px; color: #fff; }
.prep-page .final-cta h2 em { color: #FFCE34; font-style: italic; }
.prep-page .final-cta p { margin: 0; color: rgba(255, 255, 255, 0.74); font-size: 18px; }
.prep-page .final-actions { display: flex; justify-content: center; align-items: center; gap: 16px; margin-top: 28px; }
.prep-page .final-note { margin-top: 27px; color: #FFCE34; font-size: 10px; font-weight: 700; letter-spacing: 0.23em; text-transform: uppercase; }

/* Footer */
.prep-page .prep-footer { background:#00161A; color: #fff; padding: 58px 0 36px; }
.prep-page .prep-footer-grid { display: grid; grid-template-columns: 1.7fr 0.7fr 0.7fr; gap: 70px; align-items: start; }
.prep-page .footer-logo { width: 140px; margin-bottom: 22px; }
.prep-page .footer-about { max-width: 380px; margin: 0; color: rgba(255, 255, 255, 0.7); font-size: 11px; line-height: 1.65; }
.prep-page .footer-title { margin: 0 0 16px; color:#fff; font-size:10px; font-weight:500; letter-spacing: 0.16em; text-transform: uppercase; }
.prep-page .footer-links { display: grid; gap: 9px; }
.prep-page .footer-links a { color: rgba(255, 255, 255, 0.78); font-size: 11px; }
.prep-page .footer-links a:hover { color: #fff; }
.prep-page .footer-legal { margin-top: 50px; padding-top: 24px; border-top: 1px solid rgba(255, 255, 255, 0.08); color: rgba(255, 255, 255, 0.42); font-size: 11px; line-height: 1.65; }
.prep-page .video-player {
            position: relative;
            width: 100%;            
            margin: 0 auto;
            aspect-ratio: 650 / 366;
            overflow: hidden;
            border-radius: 20px;
            
        }

        .prep-page .video-thumbnail {
            position: absolute;
            inset: 0;
            width: 100%;
            height: 100%;
            padding: 0;
            border: 0;
            display: block;
            cursor: pointer;
           
        }

        .prep-page .video-thumbnail img {
            width: 100%;
            height: 100%;
            display: block;
            object-fit: cover;
        }

        .prep-page .video-player iframe, .prep-page .video-player video {
            position: absolute;
            inset: 0;
            width: 100%;
            height: 100%;
            display: block;
            border: 0;
            object-fit: cover;
            border-radius: 20px;
            background: #000;
        }


/* Tablet */
@media (max-width: 980px) {
  :root { --content: min(760px, calc(100% - 40px)); --wide: min(820px, calc(100% - 40px)); }
  .prep-page .hero-grid { grid-template-columns: 1fr 0.76fr; gap: 46px; min-height: 620px; }
  .prep-page .hero-title { font-size: 68px; }
  .prep-page .hero-text { font-size: 13px; }
  .prep-page .weekend-grid, .prep-page .women-grid, .prep-page .doxy-grid, .prep-page .why-grid, .prep-page .faq-grid { gap: 48px; }
  .prep-page .weekend h2, .prep-page .product h2, .prep-page .women h2, .prep-page .doxy h2, .prep-page .steps h2, .prep-page .why h2, .prep-page .faq h2 { font-size: 41px; }
  .prep-page .product-card h3 { font-size: 23px; }
  .prep-page .reason-grid { grid-template-columns: 1fr; }
  .prep-page .reason-card { min-height: 0; }
}

/* Mobile */
@media (max-width: 720px) {
  :root { --content: min(100% - 34px, 620px); --wide: min(100% - 34px, 620px); }
  .prep-page section { scroll-margin-top: 64px; }
  .prep-page .prep-header-inner { height: 64px; }
  .prep-page .brand img { width: 106px; }
  .prep-page .prep-header .btn { min-height: 34px; padding-inline: 14px; font-size:12px; }

  .prep-page .hero-grid { min-height: auto; grid-template-columns: 1fr; gap: 50px; padding: 64px 0 78px; }
  .prep-page .hero-copy { max-width: none; }
  .prep-page .hero-title { font-size: clamp(52px, 15vw, 70px); margin-bottom: 22px; }
  .prep-page .hero-text { max-width: none; font-size: 13px; }
  .prep-page .hero-actions { flex-wrap: wrap; gap: 18px; }
  .prep-page .watch-link { font-size: 11px; }
  .prep-page .hero-visual { width: min(82vw, 390px); justify-self: center; }

  .prep-page .weekend, .prep-page .product, .prep-page .women, .prep-page .doxy, .prep-page .steps, .prep-page .why, .prep-page .faq { padding: 82px 0; }
  .prep-page .weekend-grid, .prep-page .women-grid, .prep-page .doxy-grid, .prep-page .why-grid, .prep-page .faq-grid { grid-template-columns: 1fr; gap: 42px; }
  .prep-page .weekend h2, .prep-page .product h2, .prep-page .women h2, .prep-page .doxy h2, .prep-page .steps h2, .prep-page .why h2, .prep-page .faq h2 { font-size: clamp(37px, 10vw, 46px); }
  .prep-page .section-copy, .prep-page .weekend .section-copy, .prep-page .doxy .section-copy { max-width: none; font-size: 13px; }
  .prep-page .weekend-copy { order: 1; }
  .prep-page .video-wrap { order: 2; }
  .prep-page .play-button { width: 58px; height: 58px; }

  .prep-page .product-head { margin-bottom: 36px; }
  .prep-page .product-cards { grid-template-columns: 1fr; }
  .prep-page .product-card-copy { padding: 23px 23px 27px; }
  .prep-page .insurance-banner { align-items: flex-start; flex-direction: column; gap: 20px; padding: 24px; }
  .prep-page .insurance-banner .btn { width: 100%; }

  .prep-page .women-visual { order: 1; }
  .prep-page .women-copy { order: 2; }
  .prep-page .provider-card { padding: 25px 22px 21px; }

  .prep-page .step-grid { grid-template-columns: 1fr; gap: 15px; }
  .prep-page .step-card { min-height: 0; }
  .prep-page .why-grid { gap: 34px; }
  .prep-page .reason-grid { grid-template-columns: 1fr; }
  .prep-page .faq-grid { gap: 38px; }
  .prep-page .faq-question { min-height: 62px; font-size: 12px; }

  .prep-page .final-cta { padding: 86px 0 80px; }
  .prep-page .final-cta h2 { font-size: clamp(42px, 12vw, 56px); }
  .prep-page .final-actions { flex-direction: column; }
  .prep-page .final-actions .btn { width: min(100%, 310px); }

  .prep-page .prep-footer { padding-top: 52px; }
  .prep-page .prep-footer-grid { grid-template-columns: 1fr 1fr; gap: 38px 24px; }
  .prep-page .footer-main { grid-column: 1 / -1; }
}

@media (max-width: 460px) {
  :root { --content: calc(100% - 28px); --wide: calc(100% - 28px); }
  .prep-page .brand img { width: 96px; }
  .prep-page .prep-header .btn { padding-inline:30px; font-size:10px; }
  .prep-page .btn { min-height: 39px; padding-inline: 20px; font-size: 11px; }
  .prep-page .hero-grid { padding-top: 52px; padding-left:15px; padding-right:15px; }
  .prep-page .hero-title { font-size: 50px; }
  .prep-page .hero-actions { align-items: flex-start; flex-direction: column; }
  .prep-page .weekend, .prep-page .product, .prep-page .women, .prep-page .doxy, .prep-page .steps, .prep-page .why, .prep-page .faq { padding: 70px 10px; }
  .prep-page .product h2 br { display: none; }
  .prep-page .prep-footer-grid { grid-template-columns: 1fr; }
  .prep-page .footer-main { grid-column: auto; }
  .prep-page .footer-legal { margin-top: 36px; }
}

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

/* Supplied image assets */
.prep-page .hero-visual img, .prep-page .video-wrap img, .prep-page .product-card img, .prep-page .women-visual img {
  height: auto;
}

.prep-page .product-card img {
  object-position: center;
}/* End custom CSS */