@charset "UTF-8";
#page-30days .pb-container {
  max-width: 1200px;
  padding: 0 0px;
}
@media (max-width: 568px) {
  #page-30days .pb-container {
    padding: 0 16px;
  }
}

#page-30days .td-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #FFFFFF;
  border: 1px solid #EBE9E6;
  border-radius: 100px;
  padding: 6px 16px;
  font-family: "SFProText", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #013368;
  box-shadow: 0 2px 8px rgba(12, 29, 61, 0.06);
}

#page-30days .td-eyebrow-wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

#page-30days .td-section-title {
  font-family: "PT Serif", serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 130%;
  color: #0C1D3D;
  text-align: center;
  margin: 0 auto 40px;
  max-width: 525px;
}
@media (max-width: 991px) {
  #page-30days .td-section-title {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  #page-30days .td-section-title {
    font-size: 28px;
    margin-bottom: 28px;
  }
}
@media (max-width: 568px) {
  #page-30days .td-section-title {
    font-size: 24px;
  }
}

.color-blue {
  color: #1A4C8B;
}

#page-30days .td-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: "SFProText", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  border-radius: 2px;
  padding: 14px 24px;
  text-decoration: none;
  transition: opacity 200ms ease, transform 200ms ease;
  cursor: pointer;
  border: none;
  color: #FFFFFF;
}
#page-30days .td-btn:hover {
  opacity: 0.88;
  transform: translateY(-1px);
}
#page-30days .td-btn:active {
  transform: translateY(0);
  opacity: 1;
}

#page-30days .td-btn--dark {
  background: #1A4C8B;
  color: #FFFFFF;
}

#page-30days .td-btn--large {
  font-size: 16px;
  padding: 18px 36px;
  border-radius: 2px;
  letter-spacing: 0%;
}

.td-hero {
  background: linear-gradient(180deg, #FFFFFF 0%, #EBF6FF 61.55%);
  padding: 140px 0 80px;
  text-align: center;
}
@media (max-width: 991px) {
  .td-hero {
    padding: 110px 0 60px;
  }
}
@media (max-width: 767px) {
  .td-hero {
    padding: 90px 0 48px;
  }
}
@media (max-width: 568px) {
  .td-hero {
    padding: 80px 0 40px;
  }
}
.td-hero__badge-wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 28px;
}
.td-hero__title {
  font-family: "PT Serif", serif;
  font-weight: 700;
  font-size: 54px;
  line-height: 1.15;
  color: #0C1D3D;
  max-width: 760px;
  margin: 0 auto 20px;
}
@media (max-width: 1100px) {
  .td-hero__title {
    font-size: 50px;
  }
}
@media (max-width: 991px) {
  .td-hero__title {
    font-size: 42px;
  }
}
@media (max-width: 767px) {
  .td-hero__title {
    font-size: 34px;
  }
}
@media (max-width: 568px) {
  .td-hero__title {
    font-size: 28px;
  }
}
.td-hero__desc {
  font-family: "SFProText", sans-serif;
  font-size: 18px;
  line-height: 1.6;
  color: #6D6969;
  max-width: 770px;
  margin: 0 auto 48px;
}
@media (max-width: 767px) {
  .td-hero__desc {
    font-size: 16px;
    margin-bottom: 32px;
  }
}
@media (max-width: 568px) {
  .td-hero__desc {
    font-size: 15px;
  }
}

.td-video-wrap {
  max-width: 1200px;
  margin: 0 auto;
}

.td-video-inner {
  position: relative;
  overflow: hidden;
  box-shadow: 0 8px 40px rgba(12, 29, 61, 0.14);
  background: #0C1D3D;
  aspect-ratio: 16/9;
}
@media (max-width: 568px) {
  .td-video-inner {
    border-radius: 6px;
  }
}

.td-video-thumb,
.td-video-placeholder {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  position: absolute;
  inset: 0;
  transition: opacity 300ms ease;
}

.td-video-placeholder {
  background: rgb(8.6465753425, 20.895890411, 43.9534246575);
}

.td-video-inner.is-playing .td-video-thumb,
.td-video-inner.is-playing .td-video-placeholder,
.td-video-inner.is-playing .td-play-btn {
  opacity: 0;
  pointer-events: none;
}

.td-video-inner.is-playing iframe {
  opacity: 1;
}

.td-video-inner iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: none;
  opacity: 0;
  transition: opacity 400ms ease 200ms;
}

.td-play-btn {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  transition: opacity 200ms ease;
}
.td-play-btn:hover .td-play-btn__svg {
  transform: scale(1.06);
  filter: drop-shadow(0 4px 16px rgba(12, 29, 61, 0.3));
}
.td-play-btn__svg {
  width: 80px;
  height: 80px;
  transition: transform 250ms ease, filter 250ms ease;
}
@media (max-width: 767px) {
  .td-play-btn__svg {
    width: 64px;
    height: 64px;
  }
}
@media (max-width: 568px) {
  .td-play-btn__svg {
    width: 52px;
    height: 52px;
  }
}

.td-formats {
  background: #FFFFFF;
  padding: 88px 0 96px;
}
@media (max-width: 767px) {
  .td-formats {
    padding: 64px 0 72px;
  }
}
@media (max-width: 568px) {
  .td-formats {
    padding: 52px 0 60px;
  }
}
.td-formats__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
@media (max-width: 900px) {
  .td-formats__grid {
    grid-template-columns: 1fr;
    max-width: 480px;
    margin: 0 auto;
  }
}
.td-formats .td-section-title {
  max-width: 100% !important;
}

.td-fmt-card {
  background: #FFFFFF;
  border: 1px solid #EBE9E6;
  padding: 40px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  box-shadow: 0px 4px 20px 0px rgba(8, 26, 73, 0.08);
  transition: box-shadow 200ms ease, transform 200ms ease;
}
.td-fmt-card:hover {
  box-shadow: 0 8px 32px rgba(8, 26, 73, 0.12);
  transform: translateY(-2px);
}
.td-fmt-card__icon {
  margin-bottom: 16px;
  line-height: 0;
}
.td-fmt-card__icon svg {
  display: block;
}
.td-fmt-card__icon img {
  height: 100%;
  max-height: 60px;
  width: auto;
}
.td-fmt-card__title {
  font-family: "PT Serif", serif;
  font-size: 24px;
  font-weight: 700;
  color: #1A1A1A;
  margin: 0 0 12px;
  line-height: 36px;
}
.td-fmt-card__desc {
  font-family: "SFProText", sans-serif;
  font-size: 17px;
  line-height: 1.6;
  color: #364153;
  margin: 0 0 24px;
  flex: 1;
  text-align: center;
}
.td-fmt-card .td-btn {
  width: 100%;
  margin-top: auto;
  background: #1A4C8B;
  max-width: 240px;
  margin: auto;
}

.td-journey-cta {
  background: linear-gradient(180deg, #ECF7FF 0%, #EBF6FF 40%, #FFFFFF 100%);
  padding: 88px 0 0;
  text-align: center;
  overflow: hidden;
}
@media (max-width: 767px) {
  .td-journey-cta {
    padding: 64px 0 0;
  }
}
.td-journey-cta__title {
  max-width: 520px;
  margin-bottom: 24px;
}
.td-journey-cta__desc {
  font-family: "SFProText", sans-serif;
  font-size: 18px;
  line-height: 1.65;
  color: #6D6969;
  max-width: 760px;
  margin: 0 auto 36px;
}
@media (max-width: 767px) {
  .td-journey-cta__desc {
    font-size: 16px;
  }
}
.td-journey-cta__btn {
  margin-bottom: 56px;
}
@media (max-width: 568px) {
  .td-journey-cta__btn {
    width: 100%;
    max-width: 360px;
  }
}
.td-journey-cta__illustration {
  margin: 0 auto;
  line-height: 0;
  margin-top: 20px;
}
.td-journey-cta__illustration img {
  width: 100%;
  height: auto;
  display: block;
}

button:hover, button:focus, button:active, .button:hover, .button:focus, .button:active {
  background: transparent;
}

.td-activities {
  background: #FFFFFF;
  padding: 88px 0 96px;
}
@media (max-width: 767px) {
  .td-activities {
    padding: 64px 0 72px;
  }
}
@media (max-width: 568px) {
  .td-activities {
    padding: 52px 0 60px;
  }
}
.td-activities .td-section-title {
  max-width: 100% !important;
}
.td-activities__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media (max-width: 900px) {
  .td-activities__grid {
    grid-template-columns: 1fr;
    max-width: 480px;
    margin: 0 auto;
  }
}

.td-act-card {
  background: #FFFFFF;
  border: 1px solid #EBE9E6;
  border-radius: 0px;
  padding: 36px 28px 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  box-shadow: 0px 4px 20px 0px rgba(8, 26, 73, 0.06);
  transition: box-shadow 200ms ease, transform 200ms ease;
}
.td-act-card:hover {
  box-shadow: 0 8px 32px rgba(8, 26, 73, 0.1);
  transform: translateY(-2px);
}
.td-act-card__hex-wrap {
  margin-bottom: 20px;
}
.td-act-card__hex {
  background: transparent !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.td-act-card__icon-img {
  width: 122px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.td-act-card__title {
  font-family: "PT Serif", serif;
  font-weight: 700;
  font-style: Bold;
  font-size: 24px;
  leading-trim: NONE;
  line-height: 36px;
  letter-spacing: 0px;
  text-align: center;
  text-transform: capitalize;
  color: #1A1A1A;
  margin-bottom: 10px;
}
.td-act-card__desc {
  font-family: "SFProText", sans-serif;
  font-weight: 400;
  font-style: Regular;
  font-size: 17px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: -0.31px;
  text-align: center;
  color: #364153;
}

.td-roadmap {
  background-size: cover;
  background-repeat: no-repeat;
  padding: 88px 0 96px;
  position: relative;
  overflow: hidden;
  text-align: center;
}
@media (max-width: 767px) {
  .td-roadmap {
    padding: 64px 0 72px;
  }
}
.td-roadmap__path {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.td-roadmap {
  /* Badge: white pill with dark text (same as .td-badge default) */
}
.td-roadmap .td-eyebrow-wrap {
  position: relative;
  z-index: 1;
}
.td-roadmap .td-section-title {
  color: #FFFFFF !important;
  font-family: "PT Serif", serif !important;
  font-weight: 700;
  font-style: Bold;
  font-size: 40px;
  leading-trim: NONE;
  line-height: 130%;
  letter-spacing: 0%;
  text-transform: capitalize;
  max-width: 100% !important;
}
.td-roadmap .td-section-title .color-blue {
  color: #4D89C7 !important;
}
.td-roadmap__desc {
  font-family: "SFProText", sans-serif;
  font-size: 17px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.75);
  max-width: 745px;
  margin: -16px auto 40px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .td-roadmap__desc {
    font-size: 15px;
  }
}
.td-roadmap {
  /* ── Form state ─────────────────────────────────────────── */
}
.td-roadmap__form-state {
  transition: opacity 300ms ease;
  position: relative;
  z-index: 1;
}
.td-roadmap__form-state.is-hiding {
  opacity: 0;
  pointer-events: none;
}
.td-roadmap__form-wrap {
  background: #FFFFFF;
  border: 1px solid #EBE9E6;
  border-radius: 0px;
  padding: 24px;
  max-width: 540px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  text-align: left;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}
.td-roadmap__form-wrap .forminator-row .forminator-field label {
  font-family: "SFProText", sans-serif !important;
  font-weight: 600;
  font-style: Semibold;
  font-size: 16px !important;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  text-transform: capitalize;
  color: #505050 !important;
  margin-bottom: 5px !important;
}
.td-roadmap__form-wrap .forminator-row .forminator-field .forminator-input {
  height: 45px;
  border: 1px solid #DEE2E7 !important;
  background: #FFFFFF !important;
  font-family: "SFProText", sans-serif;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
}
.td-roadmap__form-wrap .forminator-row .forminator-field .forminator-button {
  width: 214px !important;
  height: 48px !important;
  font-family: "SFProText", sans-serif !important;
  font-weight: 600 !important;
  font-style: Semibold;
  font-size: 16px !important;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #FFFFFF !important;
  margin: auto !important;
  background: #1A4C8B !important;
  display: block !important;
}
@media (max-width: 600px) {
  .td-roadmap__form-wrap {
    padding: 28px 20px;
  }
}
.td-roadmap {
  /* ── Success state ──────────────────────────────────────── */
}
.td-roadmap__success-state {
  display: none;
  transition: opacity 400ms ease;
  position: relative;
  z-index: 1;
}
.td-roadmap__success-state.is-visible {
  display: block;
  opacity: 1;
}
.td-roadmap__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 48px;
}
@media (max-width: 900px) {
  .td-roadmap__cards {
    grid-template-columns: 1fr;
    max-width: 400px;
    margin: 48px auto 0;
  }
}

.td-rm-card {
  background: #FFFFFF;
  border-radius: 0px;
  padding: 40px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
}
.td-rm-card__icon {
  margin-bottom: 20px;
  line-height: 0;
}
.td-rm-card__icon img, .td-rm-card__icon svg {
  display: block;
}
.td-rm-card__icon img {
  width: 56px;
  height: auto;
}
.td-rm-card__title {
  font-family: "PT Serif", serif;
  font-size: 24px;
  font-weight: 700;
  color: #1A1A1A;
  margin: 0 0 10px;
  line-height: 1.3;
}
.td-rm-card__desc {
  font-family: "SFProText", sans-serif;
  font-size: 17px;
  line-height: 1.65;
  color: #364153;
  margin: 0 0 24px;
  flex: 1;
}

.td-rm-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: "SFProText", sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
  border-radius: 8px;
  padding: 13px 20px;
  text-decoration: none;
  width: 100%;
  cursor: pointer;
  transition: opacity 200ms ease, transform 200ms ease;
}
.td-rm-btn:hover {
  opacity: 0.85;
  transform: translateY(-1px);
}
.td-rm-btn:active {
  transform: translateY(0);
  opacity: 1;
}
.td-rm-btn .td-btn__icon {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}
.td-rm-btn {
  max-width: 240px;
  height: 48px;
}
.td-rm-btn--filled {
  background: #1A4C8B;
  color: #FFFFFF;
  border-radius: 2px;
  font-size: 16px;
}
.td-rm-btn--filled svg path {
  stroke: #FFFFFF;
}
.td-rm-btn--outline {
  background: transparent;
  color: #1A4C8B;
  border: 1.5px solid #1A4C8B;
  border-radius: 2px;
  font-size: 16px;
}
.td-rm-btn--outline svg path {
  stroke: #1A4C8B;
}/*# sourceMappingURL=30days.css.map */