@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

html,
body {
  overflow-x: clip;
}

/* Reset and Base */
    * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }
    html {
      font-size: 14px;
      line-height: 1.5;
      -webkit-text-size-adjust: 100%;
    }
    @media (min-width: 768px) {
      html { font-size: 15px; }
    }
    @media (min-width: 992px) {
      html { font-size: 16px; }
    }
    body {
      font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
      font-size: 1.4rem;
      color: #2d3350;
      background: #fff;
      position: relative;
      margin: 0;
    }
    .wrapper {
      max-width: 1020px;
      margin: 0 auto;
      padding: 0 20px;
      width: 100%;
    }
    a {
      color: #1c9077;
      text-decoration: none;
    }
    a:hover {
      color: #2d3350;
      text-decoration: underline;
    }
    img {
      display: block;
      height: auto;
      max-width: 100%;
    }
    h1 {
      font-size: 2.5rem;
      font-weight: 800;
      line-height: 1.2;
      color: #2d3350;
    }
    h2 {
      font-size: 1.6rem;
      font-weight: 800;
      line-height: 1.1;
      margin: 1rem 0;
      color: #2d3350;
    }
    @media (min-width: 576px) {
      h2 { font-size: 1.65rem; margin-top: 2rem; }
    }
    @media (min-width: 992px) {
      h2 { font-size: 1.8rem; line-height: 1.2; }
    }
    h3 {
      color: #2d3350;
    }
    p {
      margin-bottom: 1em;
      margin-top: 1em;
    }
    .site {
      overflow: hidden;
    }

    /* Header Advertorial */
    .header-advertorial p {
      line-height: 1.5;
      margin: 0;
      text-align: center;
      font-size: 0.9rem;
      color: #333;
    }
    .header-container {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 0.5rem 0;
    }
    @media (max-width: 640px) {
      .header-container {
        flex-direction: column;
        align-items: stretch;
        gap: 10px;
      }
      .header-cta {
        width: 100%;
        max-width: 100%;
      }
      .header-cta-button {
        max-width: 100%;
      }
    }
    .brand-logo img {
      max-height: 70px;
      width: auto;
    }
    .header-cta-button {
      display: block;
      font-size: 1.1rem;
      font-weight: 700;
      line-height: 2.5;
      padding: 0 1rem;
      text-align: center;
      text-decoration: none;
      background-color: #1c9077;
      color: #ffffff;
      border-radius: 4px;
      transition: 0.3s;
      max-width: 500px;
      width: 100%;
    }
    .header-cta-button:hover {
      background-color: #2d3350;
      color: #ffffff;
      text-decoration: none;
    }
    @media (min-width: 576px) {
      .header-cta-button { display: block; }
    }
    @media (min-width: 768px) {
      .header-cta-button { font-size: 1.3rem; padding: 0 2.5rem; }
    }

    /* Content */
    .content-area {
      padding-top: 1rem;
      position: relative;
    }
    .post-info-title {
      font-size: 2.5rem;
      font-weight: 800;
      line-height: 1.2;
      color: #2d3350;
      margin: 0 0 0.5rem;
    }
    .post-info-subtitle {
      font-size: 1.4rem;
      font-weight: 400;
      line-height: 1.2;
      margin: 1rem 0;
      color: #2d3350;
    }
    @media (min-width: 768px) {
      .post-info-subtitle { font-size: 1.6rem; line-height: 1.3; }
    }

    .article-meta {
      display: flex;
      align-items: center;
      margin-bottom: 1rem;
    }
    .article-meta-image {
      height: 40px;
      width: 40px;
      min-width: 40px;
      margin-right: 10px;
    }
    .article-meta-image img {
      width: 40px;
      height: 40px;
    }
    .article-meta-title {
      font-size: 1rem;
      font-weight: 700;
    }
    .article-meta-updated {
      font-size: 0.9rem;
    }

    .hero-image-wrap img {
      width: 100%;
      height: auto;
      margin-bottom: 10px;
    }
    .hero-image-caption {
      color: #aaa;
      font-size: 14px;
      line-height: 1.5;
    }

    /* Grid CTA */
    .grid-cta {
      --cta-color: #ffffff;
      --cta-background: #1c9077;
      --cta-hover-color: #ffffff;
      --cta-hover-background: #2d3350;
      padding-bottom: 1rem;
    }
    .grid-cta-title {
      background-color: #2d3350;
      margin: 0 0 0.5rem;
    }
    .grid-cta-title a {
      display: block;
      font-size: 1.4rem;
      font-weight: 700;
      line-height: 1.5;
      padding: 1rem;
      text-align: center;
      text-decoration: none;
      color: #ffffff;
    }
    @media (min-width: 576px) {
      .grid-cta-title a { font-size: 1.5rem; padding: 1rem 2.4rem; }
    }
    @media (min-width: 768px) {
      .grid-cta-title a { font-size: 2rem; padding: 1.2rem 2.5rem; }
    }
    .grid-cta-options {
      display: grid;
      gap: 10px;
      grid-template-columns: repeat(9, 1fr);
      list-style: none;
      padding: 0;
      margin: 0;
    }
    .grid-cta-options li {
      display: flex;
      width: 100%;
      min-width: 0;
      max-width: 100%;
    }
    .grid-cta-option {
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: var(--cta-background);
      color: var(--cta-color);
      font-size: 1.05rem;
      font-weight: 600;
      padding: 1rem 0.8rem;
      text-align: center;
      text-decoration: none;
      width: 100%;
      max-width: 100%;
      transition: 0.35s;
      border-radius: 4px;
    }
    .grid-cta-option:hover {
      background-color: var(--cta-hover-background);
      color: var(--cta-hover-color);
      text-decoration: none;
    }
    @media (max-width: 768px) {
      .grid-cta-options {
        grid-template-columns: repeat(5, 1fr);
      }
    }
    @media (max-width: 480px) {
      .grid-cta-options {
        grid-template-columns: repeat(3, 1fr);
      }
    }

    /* Quote Box */
    .quote-box {
      padding: 1.2rem 1rem;
      margin: 1rem 0;
    }
    .quote-box.background-light {
      background-color: #dddddd;
    }
    .quote-box.background-dark {
      background-color: #1c9077;
      color: #ffffff;
    }
    .quote-box-content {
      text-align: center;
    }
    .quote-box-content p {
      margin: 0;
    }

    /* Country Map */
    .country-map-cta {
      margin: 2rem auto;
      text-align: center;
    }
    .country-map-cta svg {
      height: auto;
      width: 80%;
      max-width: 600px;
    }
    .country-map-fill-color path {
      fill: #1c9077;
    }

    /* End of article CTA */
    .end-of-article-cta {
      margin-top: 1.5rem;
      text-align: center;
    }
    .end-of-article-cta-link {
      display: block;
      font-size: 1.6rem;
      font-weight: 700;
      line-height: 1.5;
      padding: 1.2rem 0;
      background-color: #1c9077;
      color: #ffffff;
      text-decoration: none;
      transition: 0.3s;
      border-radius: 4px;
    }
    .end-of-article-cta-link:hover {
      background-color: #2d3350;
      color: #ffffff;
      text-decoration: none;
    }

    /* Footer */
    .footer-top {
      padding: 1rem 0;
      background-color: #2d3350;
      color: #ffffff;
    }
    .footer-top a {
      color: #ffffff;
    }
    .footer-top a:hover {
      color: #ffffff;
    }
    .footer-top-reference {
      font-size: 0.8rem;
      line-height: 1.8;
      margin: 1rem 0;
      text-align: center;
    }
    .footer-top-reference p {
      margin: 0 0 0.5rem;
    }
    .footer-top-reference ol {
      list-style: none;
      padding: 0;
    }
    .footer-top-reference ol li {
      display: block;
      font-size: 0.8rem;
      margin: 0 0 0.5rem;
    }
    .footer-top-copyright {
      font-size: 0.8rem;
      text-align: center;
    }
    .footer-top-copyright p {
      margin: 1rem 0;
    }

    .flexi-comp-footer {
      --footer-background: #2d3350;
      --text-color: #ffffff;
      background-color: #2d3350;
      color: #ffffff;
      padding: 32px 0;
      font-size: 13px;
    }
    .flexi-comp-footer a {
      color: #ffffff;
    }
    .flexi-comp-footer a:hover {
      color: #ffffff;
    }
    .flexi-comp-footer-container {
      max-width: 1020px;
      margin: 0 auto;
      padding: 0 20px;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
    }
    .flexi-comp-footer-menu {
      display: flex;
      flex-wrap: wrap;
      list-style: none;
      padding: 0;
      margin: 0;
      gap: 24px;
      font-size: 13px;
    }
    .flexi-comp-footer-menu li {
      margin: 0;
    }
    .flexi-comp-footer-divider {
      border-color: #ffffff;
      border-width: 0 0 1px;
      margin: 32px 0;
      width: 100%;
    }
    .flexi-comp-footer-disclosure {
      max-width: 540px;
      text-align: right;
      font-size: 13px;
    }
    @media (max-width: 768px) {
      .flexi-comp-footer-container {
        flex-direction: column;
        align-items: center;
        text-align: center;
      }
      .flexi-comp-footer-menu {
        justify-content: center;
        margin-bottom: 16px;
      }
      .flexi-comp-footer-disclosure {
        text-align: center;
        max-width: 100%;
        margin-top: 16px;
      }
    }

    /* Utility */
    .vc_empty_space {
      height: 2rem;
      clear: both;
    }
    .wpb_single_image {
      text-align: center;
      padding: 1.5rem 0 1rem;
    }
    .wpb_single_image img {
      display: block;
      margin: 0 auto;
    }
    .post-content ol, .post-content ul {
      margin: 0 0 15px;
      padding-left: 20px;
    }
    .post-content .grid-cta-options {
      padding-left: 0;
      margin-left: 0;
      list-style: none;
    }
    .post-content .grid-cta-options li {
      list-style: none;
      margin-bottom: 0;
    }
    .post-content li {
      line-height: 1.5;
      margin-bottom: 0.3rem;
    }
    .post-content ol li {
      list-style-type: decimal;
    }
    .post-content ul li {
      list-style-type: disc;
    }

.footer {
  background: #2d3350;
  color: #ffffff;
  padding: 40px 16px 24px;
}
.footer .container {
  max-width: 1020px;
  margin: 0 auto;
}
.footer .row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
@media (min-width: 768px) {
  .footer .row {
    grid-template-columns: 1fr 2fr 1fr;
    gap: 32px;
  }
}
.footer-brand {
  display: block;
  font-size: 18px;
  margin-bottom: 16px;
}
.footer img {
  max-width: 168px;
  margin-bottom: 16px;
}
.footer b {
  display: block;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.footer p {
  font-size: 14px;
  line-height: 22px;
  color: #e0e0e0;
  margin-top: 0;
}
.footer a {
  color: #ffffff;
  word-break: break-word;
}
.footer a:hover {
  text-decoration: underline;
}
.footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.footer ul a {
  font-size: 14px;
  line-height: 24px;
  color: #e0e0e0;
}
.footer .copyright {
  margin-top: 24px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 14px;
  color: #e0e0e0;
  text-align: center;
}
.legal-body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.legal-body .site {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
}
.legal-body .legal-page {
  flex: 1 0 auto;
}
.legal-page {
  padding: 32px 16px 48px;
  background: #f5f5f5;
}
.legal-content {
  max-width: 900px;
  margin: 0 auto;
  background: #fff;
  padding: 32px 24px;
  border-radius: 4px;
  word-break: break-word;
}
.legal-content .container,
.legal-content .wrapper {
  max-width: none;
  padding: 0;
  margin: 0;
}
.legal-content h1 {
  font-size: clamp(1.5rem, 4vw, 2rem);
  margin-bottom: 8px;
}
.legal-updated {
  font-size: 14px;
  color: #666;
  margin-bottom: 24px;
}
.legal-content h2 {
  font-size: clamp(1.15rem, 3vw, 1.5rem);
  margin: 28px 0 12px;
}
.legal-content h3,
.legal-content h4 {
  font-size: clamp(1rem, 2.5vw, 1.2rem);
  margin: 20px 0 10px;
}
.legal-content p,
.legal-content li {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 12px;
}
.legal-content ul {
  list-style: disc;
  padding-left: 24px;
  margin-bottom: 16px;
}
.legal-header-logo a {
  display: inline-block;
}
@media (max-width: 480px) {
  .wrapper {
    padding: 0 12px;
  }
  .legal-page {
    padding: 20px 12px 32px;
  }
  .legal-content {
    padding: 20px 16px;
  }
  .footer {
    padding: 28px 12px 20px;
  }
  h1, .post-info-title {
    font-size: clamp(1.5rem, 6vw, 2.5rem);
  }
}
@media (max-width: 640px) {
  .footer p,
  .footer a,
  .footer .copyright {
    word-break: break-all;
  }
  .brand-logo a,
  .header-logo {
    word-break: break-all;
    min-width: 0;
  }
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.quiz-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
}
.quiz-modal[hidden] {
  display: none;
}
body.quiz-modal-open {
  overflow: hidden;
}
.quiz-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(45, 51, 80, 0.72);
}
.quiz-modal__dialog {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 560px;
  max-height: calc(100vh - 32px);
  overflow-y: auto;
  background: #fff;
  border-radius: 8px;
  padding: 28px 20px 24px;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.2);
}
.quiz-modal__close {
  position: absolute;
  top: 10px;
  right: 12px;
  width: 36px;
  height: 36px;
  border: 0;
  background: transparent;
  font-size: 28px;
  line-height: 1;
  color: #2d3350;
  cursor: pointer;
}
.quiz__progress {
  height: 6px;
  background: #e8e8e8;
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 20px;
}
.quiz__progressBar {
  height: 100%;
  width: 0;
  background: #1c9077;
  border-radius: 3px;
  transition: width 0.3s ease;
}
.quiz__step {
  display: none;
}
.quiz__step_active {
  display: block;
}
.quiz__title {
  font-size: clamp(1.25rem, 4vw, 1.6rem);
  font-weight: 800;
  color: #2d3350;
  margin: 0 0 8px;
  line-height: 1.25;
}
.quiz__sub {
  font-size: 1rem;
  color: #666;
  margin: 0 0 16px;
}
.quiz__yearDisplay {
  display: inline-block;
  margin-bottom: 16px;
  padding: 8px 12px;
  background: #eef7f4;
  color: #1c9077;
  font-weight: 700;
  border-radius: 4px;
  font-size: 0.95rem;
}
.quiz__yearDisplay[hidden] {
  display: none;
}
.quiz__grid {
  display: grid;
  gap: 10px;
  margin-bottom: 20px;
}
.quiz__grid_2 {
  grid-template-columns: 1fr 1fr;
}
.quiz__grid_3 {
  grid-template-columns: 1fr;
}
.quiz__option {
  display: block;
  width: 100%;
  max-width: 100%;
  cursor: pointer;
}
.quiz__option input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.quiz__option span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 14px;
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  color: #2d3350;
  background: #f4f4f4;
  border: 2px solid transparent;
  border-radius: 4px;
  transition: 0.2s;
}
.quiz__option input:checked + span,
.quiz__option span:hover {
  background: #1c9077;
  color: #fff;
  border-color: #1c9077;
}
.quiz__fieldWrap {
  margin-bottom: 14px;
}
.quiz__input {
  width: 100%;
  max-width: 100%;
  padding: 12px 14px;
  font-size: 1rem;
  font-family: inherit;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #2d3350;
}
.quiz__input:focus {
  outline: none;
  border-color: #1c9077;
}
.quiz__nav {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 8px;
}
.quiz__back,
.quiz__next,
.quiz__submit {
  flex: 1 1 auto;
  min-width: 0;
  padding: 12px 18px;
  font-size: 1rem;
  font-weight: 700;
  font-family: inherit;
  border-radius: 4px;
  border: 0;
  cursor: pointer;
  transition: 0.2s;
}
.quiz__back {
  background: #f4f4f4;
  color: #2d3350;
}
.quiz__next,
.quiz__submit {
  background: #1c9077;
  color: #fff;
}
.quiz__next:hover,
.quiz__submit:hover {
  background: #2d3350;
}
.quiz__back:hover {
  background: #e0e0e0;
}
.quiz__secure {
  margin-top: 12px;
  font-size: 0.85rem;
  color: #888;
  text-align: center;
}
.thanks-page {
  padding: 48px 16px 64px;
  text-align: center;
}
.thanks-page__inner {
  max-width: 560px;
  margin: 0 auto;
  background: #fff;
  padding: 40px 24px;
  border-radius: 8px;
}
.thanks-page h1 {
  margin-bottom: 12px;
}
.thanks-page p {
  margin-bottom: 24px;
  color: #555;
}
.thanks-page__btn {
  display: inline-block;
  padding: 12px 24px;
  background: #1c9077;
  color: #fff;
  font-weight: 700;
  border-radius: 4px;
  text-decoration: none;
}
.thanks-page__btn:hover {
  background: #2d3350;
  color: #fff;
  text-decoration: none;
}
@media (max-width: 480px) {
  .quiz-modal__dialog {
    padding: 24px 16px 20px;
  }
  .quiz__grid_2 {
    grid-template-columns: 1fr;
  }
}
