@font-face {
  font-family: "Helvetica Neue";
  src: url("../fonts/HelveticaNeueRoman.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica Neue";
  src: url("../fonts/HelveticaNeueMedium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica Neue";
  src: url("../fonts/HelveticaNeueHeavy.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica Neue";
  src: url("../fonts/HelveticaNeueBold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

body {
  margin: 0;
}

.body-content {
  padding: 0 16px;
}

.main-container {
  max-width: 876px;
  margin: 50px auto 0 auto;
  font-family: "Inter", sans-serif;
  color: #010101;
}

.page-title {
  font-weight: 700;
  font-style: Bold;
  font-size: 42px;
  line-height: 120%;
  letter-spacing: -0.04em;
}

.page-title span {
  color: #027186;
}

.page-author-row {
  display: flex;
  align-items: center;
  gap: 15px;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  margin-top: 24px;
}

.author-info {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.headline-container {
  background-color: #f8f2e4;
  border-left: 4px solid #000000;
  padding: 20px 32px;
  font-weight: 400;
  font-style: Bold;
  font-size: 18px;
  line-height: 100%;
  vertical-align: middle;
  margin-top: 24px;
}

.comparison-img {
  width: 100%;
  max-width: 876px;
}

.comparison-img-mob {
  display: none;
}

.tldr {
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  letter-spacing: 0%;
  vertical-align: middle;
  margin-top: 32px;
}

.reason-card {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  align-items: center;
}

.reason-text {
  display: flex;
  flex-direction: column;
  max-width: 444px;
  gap: 24px;
}

.reason-title {
  font-weight: 700;
  font-size: 32px;
  line-height: 120%;
  letter-spacing: -0.04em;
  vertical-align: middle;
}

.reason-description {
  display: flex;
  flex-direction: column;
  gap: 16px;
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  vertical-align: middle;
}

.reason-cta {
  font-weight: 700;
  font-style: Bold;
  font-size: 18px;
  line-height: 160%;
  letter-spacing: -0.03em;
  vertical-align: middle;
  text-transform: uppercase;
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  color: #010101;
}

.d-none-desktop {
  display: none;
}

.reason-img {
  width: 100%;
  height: auto;
  max-width: 377px;
}

.italic {
  font-style: italic;
}

.cta-container {
  background-color: #f8f2e4;
  margin-top: 80px;
  padding-top: 52px;
  padding-bottom: 104px;
  padding-left: 16px;
  padding-right: 16px;
}

.cta-title {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-style: Bold;
  font-size: 38px;
  line-height: 120%;
  letter-spacing: -0.04em;
  text-align: center;
  vertical-align: middle;
}

.cta-ring {
  width: 100%;
  height: auto;
  max-width: 442px;
}

.cta-card-white {
  max-width: 876px;
  margin: 60px auto 0 auto;
  background-color: #ffffff;
  display: flex;
  border-radius: 12px;
  border: 1px dashed #010101;
}

.cta-card-white-text {
  max-width: 410px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  justify-content: center;
  width: 100%;
  box-sizing: border-box;
}

.cta-card-white-title {
  font-family: "Inter", sans-serif;
  font-weight: 800;
  font-size: 31px;
  line-height: 120%;
  letter-spacing: -0.04em;
  text-align: center;
  vertical-align: middle;
  color: #010101;
}

.cta-card-white-title span {
  color: #017186;
}

.cta-card-white-banner {
  background-color: #f5f5fa;
  border: 1px solid #0171861a;
  max-width: 300px;
  border-radius: 8px;
  padding: 8px 21px;
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  text-align: center;
  vertical-align: middle;
  margin-top: 10px;
}

.cta-card-white-banner span {
  color: #c8202f;
  font-weight: 700;
}

.cta-card-white-list {
  margin-top: 10px;
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 160%;
  vertical-align: middle;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.cta-card-white-list-item {
  display: flex;
  align-items: center;
  gap: 4px;
}

.cta-card-white-divider {
  width: 100%;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  border-top: 1px dashed #000000;
  opacity: 50%;
  margin-top: 10px;
  margin-bottom: 10px;
}

.cta-card-white-description {
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
}

.cta-card-white-btn {
  background-color: #000000;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: Bold;
  font-size: 20px;
  line-height: 120%;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  color: #fff9f6;
  text-decoration: none;
  padding: 14px 0;
  border-radius: 24px;
  width: 100%;
  margin-top: 16px;
}

.cta-card-white-alert {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 160%;
  text-align: center;
  vertical-align: middle;
  margin-top: 14px;
}

.cta-card-white-alert span {
  color: #c8202f;
  font-weight: 700;
}

.alert-icon {
  display: inline-flex;
  width: 14px;
  height: 14px;
  vertical-align: -2px;
}

.author-image {
  width: 52px;
  height: 52px;
}

.alert-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

footer {
  background-color: #000;
  padding: 31px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer-links {
  display: flex;
  gap: 24px;
  align-items: center;
  color: #fbf6ef;
  font-size: 18px;
  margin-top: 32px;
}

.footer-links a {
  color: #fbf6ef;
  text-decoration: none;
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
}

.copiright {
  color: #fbf6ef;
  margin-top: 24px;
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
}

.custom-promo-banner-text {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 3%;
  text-align: center;
  vertical-align: middle;
  color: #fff;
}

.custom-promo-banner-text span {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  letter-spacing: 0%;
  vertical-align: middle;
}

.custom-promo-banner {
  display: flex;
  justify-content: center;
  background-color: #017186;
  padding: 12px;
}

.custom-promo-banner-timer {
  display: flex;
  background-color: #fff;
  border-radius: 4px;
  padding: 6px 10px;
}

.custom-promo-banner {
  gap: 12px;
}

.custom-promo-banner-timer {
  text-align: center;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-style: Medium;
  font-size: 10px;
  line-height: 100%;
  letter-spacing: 3%;
  vertical-align: middle;
  gap: 7px;
}

.timer-dots {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-style: Bold;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 3%;
  vertical-align: middle;
}

.custom-promo-banner-timer span {
  font-family: "Inter", sans-serif;
  font-weight: 900;
  font-style: Black;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 3%;
  vertical-align: middle;
}

@media screen and (max-width: 991px) {
  .custom-promo-banner-text{
    font-size: 12px;
    line-height: 100%;
  }

  .custom-promo-banner{
    padding: 8px;
  }

  .custom-promo-banner-text span{
    font-size: 14px;
    line-height: 21px;
  }

  .reason-card {
    flex-direction: column;
    gap: 16px;
    margin-top: 24px;
  }

  .cta-card-white-banner {
    font-size: 14px;
    line-height: 140%;
  }

  .cta-card-white-text {
    margin-top: 23.6px;
    width: 100%;
    max-width: 100%;
    padding: 0 9px;
  }

  .cta-card-white-title {
    font-size: 24px;
    line-height: 120%;
  }

  .cta-card-white {
    flex-direction: column;
    width: 100%;
    max-width: 420px;
    padding-bottom: 30px;
    box-sizing: border-box;
    margin-top: 30px;
  }

  .tldr {
    font-size: 16px;
    line-height: 150%;
    margin-top: 24px;
  }

  .d-none-desktop {
    display: block;
  }

  .d-none-mobile {
    display: none;
  }

  .d-none-mobile-375 {
    display: none;
  }

  .reason-title {
    font-size: 22px;
    line-height: 120%;
  }

  .reason-description {
    gap: 16px;
    font-size: 16px;
    line-height: 150%;
  }

  .reason-cta {
    font-size: 16px;
    line-height: 160%;
  }

  .main-container {
    margin: 20px auto 0 auto;
  }

  .page-title {
    font-size: 28px;
    line-height: 120%;
  }

  .page-author-row {
    margin-top: 16px;
    font-size: 14px;
    gap: 8px;
  }

  .reason-text {
    gap: 16px;
  }

  .author-image {
    width: 40px;
    height: 40px;
  }

  .headline-container {
    margin-top: 16px;
    padding: 8px 16px;
    font-size: 16px;
  }

  .comparison-img {
    margin-top: 16px;
  }

  .cta-card-white-btn {
    font-size: 18px;
    line-height: 120%;
  }

  .cta-container {
    padding-bottom: 44px;
    padding-top: 30px;
    margin-top: 40px;
  }

  .cta-title {
    font-size: 24px;
    line-height: 120%;
  }
}

@media screen and (max-width: 500px) {
  .comparison-img {
    display: none;
  }

  .comparison-img-mob {
    display: block;
    width: 100%;
  }

  .footer-links {
    font-size: 14px;
    gap: 10px;
  }

  .footer-links a {
    font-size: 14px;
  }
}

@media screen and (max-width: 375px) {
  .d-none-mobile-375 {
    display: block;
  }
}
