@charset "UTF-8";
#page-offer {
  background: #FFFFFF;
}
#page-offer .color-gray {
  color: #444444;
}

.spl-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 16px;
  border-radius: 30px;
  border: 1px solid #EBE9E6;
  background: #FFFFFF;
  box-shadow: 0px 5px 10px 0px rgba(77, 137, 199, 0.1);
  font-family: "SFProText", sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #0C1D3D;
  line-height: 1;
  height: 40px;
}

.badge-title {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  height: 40px;
  padding: 5px 10px;
  border-radius: 30px;
  border: 1px solid #EBE9E6;
  background: #FFFFFF;
  box-shadow: 0px 5px 10px 0px rgba(77, 137, 199, 0.1);
  font-family: "SFProText", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.06em;
  text-align: center;
  text-transform: uppercase;
  color: #0C1D3D;
}

#page-offer .pb-container,
.off-hero .pb-container,
.off-plans .pb-container,
.off-herminia .pb-container,
.off-testimonials .pb-container,
.off-faq .pb-container,
.off-final-cta .pb-container {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}
@media (max-width: 1260px) {
  #page-offer .pb-container,
  .off-hero .pb-container,
  .off-plans .pb-container,
  .off-herminia .pb-container,
  .off-testimonials .pb-container,
  .off-faq .pb-container,
  .off-final-cta .pb-container {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  #page-offer .pb-container,
  .off-hero .pb-container,
  .off-plans .pb-container,
  .off-herminia .pb-container,
  .off-testimonials .pb-container,
  .off-faq .pb-container,
  .off-final-cta .pb-container {
    padding: 0 20px;
  }
}

.off-hero {
  padding-top: 140px;
  padding-bottom: 0;
  background: linear-gradient(180deg, #FFFFFF 0%, #EBF6FF 61.55%);
}
@media (max-width: 991px) {
  .off-hero {
    padding-top: 110px;
  }
}
@media (max-width: 767px) {
  .off-hero {
    padding-top: 90px;
  }
}
@media (max-width: 568px) {
  .off-hero {
    padding-top: 80px;
  }
}
.off-hero__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-bottom: 40px;
}
.off-hero__trust {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 24px;
  font-size: 14px;
  color: #0C1D3D;
}
@media (max-width: 568px) {
  .off-hero__trust {
    flex-wrap: wrap;
    justify-content: center;
    gap: 6px;
  }
}
.off-hero__trust-label {
  font-weight: 600;
}
.off-hero__trust-stars {
  display: flex;
  gap: 2px;
}
.off-hero__trust-tp {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 13px;
  font-weight: 500;
}
.off-hero__title {
  font-family: "PT Serif", serif;
  font-weight: 700;
  font-size: 54px;
  line-height: 1.3;
  letter-spacing: 0;
  color: #0C1D3D;
  max-width: 940px;
  margin-bottom: 20px;
}
.off-hero__title .color-light-blue {
  color: #1A4C8B;
}
@media (max-width: 1100px) {
  .off-hero__title {
    font-size: 46px;
  }
}
@media (max-width: 991px) {
  .off-hero__title {
    font-size: 38px;
    max-width: 680px;
  }
}
@media (max-width: 767px) {
  .off-hero__title {
    font-size: 30px;
  }
}
@media (max-width: 568px) {
  .off-hero__title {
    font-size: 24px;
    margin-bottom: 16px;
  }
}
@media (max-width: 430px) {
  .off-hero__title {
    font-size: 22px;
  }
}
.off-hero__desc {
  font-family: "SFProText", sans-serif;
  font-size: 18px;
  line-height: 27.2px;
  color: #444444;
  max-width: 860px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .off-hero__desc {
    font-size: 16px;
    max-width: 560px;
  }
}
@media (max-width: 568px) {
  .off-hero__desc {
    font-size: 15px;
  }
}
.off-hero__video-wrap {
  position: relative;
  border-radius: 8px 8px 0 0;
  overflow: hidden;
  max-width: 1200px;
  margin: 32px auto 0;
  box-shadow: 0 8px 40px rgba(12, 29, 61, 0.14);
}
@media (max-width: 568px) {
  .off-hero__video-wrap {
    border-radius: 4px 4px 0 0;
    margin-top: 24px;
  }
}
.off-hero__video-thumb {
  width: 100%;
  height: auto;
  min-height: 675px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 400ms ease;
}
.off-hero__play-btn {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
}
.off-hero__play-btn:hover .off-hero__play-svg {
  transform: scale(1.05);
}
.off-hero__play-svg {
  width: 142px;
  height: 142px;
  transition: transform 200ms ease;
}
.off-hero__play-svg .cls-1 {
  fill: #f8e7c3;
}
@media (max-width: 991px) {
  .off-hero__play-svg {
    width: 110px;
    height: 110px;
  }
}
@media (max-width: 767px) {
  .off-hero__play-svg {
    width: 88px;
    height: 88px;
  }
}
@media (max-width: 480px) {
  .off-hero__play-svg {
    width: 66px;
    height: 66px;
  }
}

.off-plans {
  padding: 80px 0;
  background-color: #EBF6FF;
}
@media (max-width: 991px) {
  .off-plans {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .off-plans {
    padding: 48px 0;
  }
}
@media (max-width: 568px) {
  .off-plans {
    padding: 36px 0;
  }
}
.off-plans__header {
  text-align: center;
  margin-bottom: 48px;
}
@media (max-width: 568px) {
  .off-plans__header {
    margin-bottom: 32px;
  }
}
.off-plans__eyebrow-wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.off-plans__title {
  font-family: "PT Serif", serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.4;
  color: #0C1D3D;
  margin-bottom: 12px;
}
.off-plans__title .color-light-blue {
  color: #1A4C8B;
}
@media (max-width: 991px) {
  .off-plans__title {
    font-size: 34px;
  }
}
@media (max-width: 767px) {
  .off-plans__title {
    font-size: 28px;
  }
}
@media (max-width: 568px) {
  .off-plans__title {
    font-size: 22px;
    margin-bottom: 8px;
  }
}
.off-plans__subtitle {
  font-family: "SFProText", sans-serif;
  font-size: 17px;
  line-height: 1.65;
  color: #444444;
  max-width: 480px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .off-plans__subtitle {
    font-size: 15px;
  }
}
.off-plans__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
@media (max-width: 767px) {
  .off-plans__grid {
    grid-template-columns: 1fr;
    max-width: 480px;
    margin: 0 auto;
    gap: 28px;
  }
}

.off-card {
  background: #FFFFFF;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0px 5px 10px 0px rgba(8, 26, 73, 0.04);
  display: flex;
  flex-direction: column;
  position: relative;
}
.off-card--featured {
  border: 2px solid #4D89C7;
}
.off-card__top-badge {
  display: flex;
  align-items: center;
  gap: 6px;
  background: #0C1D3D;
  color: #FFFFFF;
  font-family: "SFProText", sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 8px 20px;
  line-height: 1;
}
.off-card__body {
  padding: 36px 60px 32px;
  flex: 1;
}
@media (max-width: 1100px) {
  .off-card__body {
    padding: 28px 28px 24px;
  }
}
@media (max-width: 568px) {
  .off-card__body {
    padding: 24px 20px 20px;
  }
}
.off-card__heading {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}
.off-card__icon {
  flex-shrink: 0;
  line-height: 0;
}
.off-card__title {
  font-family: "PT Serif", serif;
  font-weight: 700;
  font-size: 34px;
  line-height: 54.5px;
  color: #013368;
}
@media (max-width: 1100px) {
  .off-card__title {
    font-size: 24px;
  }
}
@media (max-width: 568px) {
  .off-card__title {
    font-size: 20px;
  }
}
.off-card__desc {
  font-family: "SFProText", sans-serif;
  font-size: 17px;
  line-height: 27.2px;
  color: #444444;
  margin-bottom: 24px;
  margin-top: 24px;
}
@media (max-width: 568px) {
  .off-card__desc {
    font-size: 14px;
    margin-bottom: 16px;
  }
}
.off-card__price-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 4px;
}
.off-card__price-original {
  font-family: "PT Serif", serif;
  font-weight: 700;
  font-size: 24px;
  color: #939597;
  text-decoration: line-through;
  opacity: 0.6;
}
@media (max-width: 568px) {
  .off-card__price-original {
    font-size: 22px;
  }
}
.off-card__price {
  font-family: "PT Serif", serif;
  font-weight: 700;
  font-size: 34px;
  line-height: 54.4px;
  color: #618E00;
}
@media (max-width: 1100px) {
  .off-card__price {
    font-size: 40px;
  }
}
@media (max-width: 568px) {
  .off-card__price {
    font-size: 34px;
  }
}
.off-card__period {
  font-family: "SFProText", sans-serif;
  font-size: 17px;
  color: #444444;
}
@media (max-width: 568px) {
  .off-card__period {
    margin-bottom: 16px;
  }
}
.off-card__tagline {
  font-family: "SFProText", sans-serif;
  font-size: 17px;
  color: #444444;
  margin: 0 0 24px;
}
@media (max-width: 568px) {
  .off-card__tagline {
    margin-bottom: 12px;
  }
}
.off-card__features {
  list-style: none;
  margin: 0 0 24px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 568px) {
  .off-card__features {
    gap: 8px;
    margin-bottom: 16px;
  }
}
.off-card__feature {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-family: "SFProText", sans-serif;
  font-size: 17px;
  line-height: 27.2px;
  max-width: 444px;
}
@media (max-width: 568px) {
  .off-card__feature {
    font-size: 14px;
  }
}
.off-card__feature-strong {
  font-weight: 700;
}
.off-card__check {
  flex-shrink: 0;
  margin-top: 1px;
  line-height: 0;
}
.off-card__extra-note {
  color: #444444;
  margin-left: 4px;
}
.off-card__cta {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  max-width: 253px !important;
  background: #1A4C8B !important;
  color: #FFFFFF !important;
  font-family: "SFProText", sans-serif;
  font-weight: 600 !important;
  font-size: 16px;
  padding: 14px 24px;
  border-radius: 4px;
  text-decoration: none;
  transition: background 200ms ease;
  box-sizing: border-box;
  margin-top: auto;
}
.off-card__cta:hover {
  background: rgb(19.5709090909, 57.2072727273, 104.6290909091) !important;
}
@media (max-width: 568px) {
  .off-card__cta {
    font-size: 14px;
    padding: 13px 20px;
  }
}
.off-card--has-image {
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: contain;
  padding-bottom: 55px;
}
@media (max-width: 1100px) {
  .off-card--has-image {
    padding-bottom: 180px;
  }
}
@media (max-width: 767px) {
  .off-card--has-image {
    padding-bottom: 220px;
  }
}
@media (max-width: 568px) {
  .off-card--has-image {
    padding-bottom: 160px;
  }
}

.off-herminia {
  padding: 100px 0 80px;
  background: #FFFFFF;
}
@media (max-width: 991px) {
  .off-herminia {
    padding: 72px 0 60px;
  }
}
@media (max-width: 767px) {
  .off-herminia {
    padding: 52px 0 40px;
  }
}
@media (max-width: 568px) {
  .off-herminia {
    padding: 40px 0 32px;
  }
}
.off-herminia__inner {
  display: flex;
  align-items: center;
  gap: 80px;
}
@media (max-width: 991px) {
  .off-herminia__inner {
    gap: 48px;
  }
}
@media (max-width: 767px) {
  .off-herminia__inner {
    flex-direction: column;
    gap: 36px;
  }
}
.off-herminia__image-col {
  flex: 1 1 480px;
  max-width: 520px;
  box-sizing: border-box;
  overflow: hidden;
}
@media (max-width: 1100px) {
  .off-herminia__image-col {
    max-width: 420px;
    padding: 32px 32px 0;
  }
}
@media (max-width: 991px) {
  .off-herminia__image-col {
    max-width: 360px;
    padding: 28px 28px 0;
  }
}
@media (max-width: 767px) {
  .off-herminia__image-col {
    flex: 0 0 auto;
    width: 100%;
    max-width: 460px;
    margin: 0 auto;
    padding: 24px 24px 0;
  }
}
.off-herminia__image {
  width: 100%;
  height: auto;
  display: block;
  box-shadow: 0 12px 32px rgba(12, 29, 61, 0.1);
}
.off-herminia__mockup-placeholder {
  background: #f5f7fa;
  border-radius: 8px 8px 0 0;
  overflow: hidden;
  aspect-ratio: 3/4;
  box-shadow: 0 12px 32px rgba(12, 29, 61, 0.1);
}
.off-herminia__mockup-bar {
  background: #e8ecf0;
  padding: 10px 14px;
  display: flex;
  gap: 6px;
  align-items: center;
}
.off-herminia__mockup-bar span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ccc;
}
.off-herminia__mockup-body {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.off-herminia__mockup-bubble {
  height: 36px;
  border-radius: 18px;
  background: #e0e8f0;
}
.off-herminia__mockup-bubble--in {
  width: 70%;
  align-self: flex-start;
  background: #EBF6FF;
}
.off-herminia__mockup-bubble--out {
  width: 55%;
  align-self: flex-end;
  background: #dce8dc;
}
.off-herminia__content {
  flex: 1;
}
.off-herminia__icon-badge {
  width: 64px;
  height: 64px;
  border-radius: 14px;
  background: #4D89C7;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}
@media (max-width: 568px) {
  .off-herminia__icon-badge {
    width: 56px;
    height: 56px;
    border-radius: 12px;
    margin-bottom: 20px;
  }
}
.off-herminia__eyebrow-wrap {
  margin-bottom: 20px;
}
.off-herminia__title {
  font-family: "PT Serif", serif;
  font-weight: 400;
  font-size: 40px;
  line-height: 130%;
  color: #0C1D3D;
  margin-bottom: 8px;
}
@media (max-width: 991px) {
  .off-herminia__title {
    font-size: 34px;
  }
}
@media (max-width: 767px) {
  .off-herminia__title {
    font-size: 28px;
  }
}
@media (max-width: 568px) {
  .off-herminia__title {
    font-size: 24px;
  }
}
.off-herminia__subtitle {
  font-family: "SFProText", sans-serif;
  font-size: 16px;
  line-height: 150%;
  color: #6D6969 !important;
  margin-bottom: 32px;
}
@media (max-width: 568px) {
  .off-herminia__subtitle {
    font-size: 15px;
    margin-bottom: 24px;
  }
}
.off-herminia__steps {
  list-style: none;
  margin: 0 0 32px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 568px) {
  .off-herminia__steps {
    gap: 12px;
    margin-bottom: 24px;
  }
}
.off-herminia__step {
  display: flex;
  align-items: center;
  gap: 14px;
  font-family: "SFProText", sans-serif;
  font-size: 16px;
  line-height: 150%;
  color: #6D6969 !important;
}
@media (max-width: 568px) {
  .off-herminia__step {
    font-size: 15px;
    gap: 10px;
  }
}
.off-herminia__step.color-gray {
  color: #6D6969;
}
.off-herminia__step-num {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #4D89C7;
  color: #FFFFFF;
  font-family: "SFProText", sans-serif;
  font-weight: 700;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.off-herminia__free-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "PT Serif", serif;
  font-weight: 700;
  font-size: 20px;
  color: #1A4C8B;
}
@media (max-width: 568px) {
  .off-herminia__free-badge {
    font-size: 16px;
  }
}

.off-tagline-bar {
  background: #FFFFFF;
  padding: 0 0 100px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .off-tagline-bar {
    padding-bottom: 72px;
  }
}
@media (max-width: 767px) {
  .off-tagline-bar {
    padding-bottom: 52px;
  }
}
@media (max-width: 568px) {
  .off-tagline-bar {
    padding-bottom: 40px;
  }
}
.off-tagline-bar__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px 0;
}
@media (max-width: 767px) {
  .off-tagline-bar__inner {
    flex-direction: column;
    gap: 12px;
    padding: 0 20px;
  }
}
.off-tagline-bar__item {
  font-family: "PT Serif", serif;
  font-size: 20px;
  font-weight: 700;
  color: #1A4C8B;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .off-tagline-bar__item {
    font-size: 16px;
    white-space: normal;
    text-align: center;
  }
}
.off-tagline-bar__item:not(:last-child)::after {
  content: "✦";
  margin: 0 16px;
  color: #DBA116;
  font-size: 14px;
}
@media (max-width: 767px) {
  .off-tagline-bar__item:not(:last-child)::after {
    display: none;
  }
}

.off-testimonials {
  padding: 80px 0;
  background: #FAF9F7;
}
@media (max-width: 767px) {
  .off-testimonials {
    padding: 60px 0;
  }
}
@media (max-width: 568px) {
  .off-testimonials {
    padding: 48px 0;
  }
}
.off-testimonials .font-header {
  margin-top: 24px;
}
.off-testimonials .color-gray {
  font-family: "SFProText", sans-serif;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  color: #6D6969;
  margin-top: 24px;
  margin-bottom: 30px;
}
.off-testimonials .testimonial-card {
  background: #FFFFFF;
}
.off-testimonials .icon-3 {
  left: 29.4%;
  bottom: 10%;
}

.off-faq {
  padding: 80px 0;
  background: linear-gradient(180deg, #EBF6FF 0%, #FFFFFF 61.55%);
}
@media (max-width: 767px) {
  .off-faq {
    padding: 60px 0;
  }
}
@media (max-width: 568px) {
  .off-faq {
    padding: 48px 0;
  }
}
.off-faq .accordion {
  max-width: 820px;
  margin: 0 auto;
}

.still-have-questions {
  margin-top: 48px;
  font-family: "SFProText", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
  color: #444444;
}
.still-have-questions a {
  color: #1A4C8B;
  font-weight: 600;
  text-decoration: none;
}
.still-have-questions a:hover {
  text-decoration: underline;
}

.off-final-cta {
  padding: 100px 0 0;
  overflow: hidden;
  background-color: #EBF6FF;
}
@media (max-width: 991px) {
  .off-final-cta {
    padding: 72px 0 0;
  }
}
@media (max-width: 767px) {
  .off-final-cta {
    padding: 52px 0 0;
  }
}
@media (max-width: 568px) {
  .off-final-cta {
    padding: 40px 0 0;
  }
}
.off-final-cta__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-bottom: 48px;
}
@media (max-width: 568px) {
  .off-final-cta__inner {
    padding-bottom: 32px;
  }
}
.off-final-cta__title {
  font-family: "PT Serif", serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.4;
  color: #0C1D3D;
  margin: 16px auto 20px;
  text-transform: capitalize;
}
.off-final-cta__title .color-light-blue {
  color: #1A4C8B;
}
@media (max-width: 991px) {
  .off-final-cta__title {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .off-final-cta__title {
    font-size: 26px;
  }
}
@media (max-width: 568px) {
  .off-final-cta__title {
    font-size: 22px;
    margin: 12px auto 16px;
  }
}
.off-final-cta__desc {
  font-family: "SFProText", sans-serif;
  font-size: 17px;
  line-height: 1.65;
  color: #6D6969 !important;
  max-width: 640px;
  margin: 0 auto 32px;
}
@media (max-width: 568px) {
  .off-final-cta__desc {
    font-size: 15px;
    margin-bottom: 24px;
  }
}
.off-final-cta__cta {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #1A4C8B !important;
  color: #FFFFFF !important;
  font-family: "SFProText", sans-serif;
  font-weight: 600;
  font-size: 16px;
  padding: 14px 32px;
  border-radius: 4px;
  text-decoration: none;
  transition: background 200ms ease;
  width: 100%;
  max-width: 367px !important;
  box-sizing: border-box;
}
.off-final-cta__cta:hover {
  background: rgb(19.5709090909, 57.2072727273, 104.6290909091) !important;
}
@media (max-width: 568px) {
  .off-final-cta__cta {
    font-size: 14px;
    padding: 13px 20px;
  }
}
.off-final-cta__illustration {
  width: 100%;
  line-height: 0;
  margin-top: 60px;
}
.off-final-cta__illustration img, .off-final-cta__illustration p {
  width: 100%;
  height: auto;
  display: block;
}

#page-offer button:hover {
  background: transparent !important;
}/*# sourceMappingURL=offer.css.map */