@font-face {
    font-family: "Open Sans";
    src: url("../fonts/OpenSans.ttf") format("truetype");
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    font-size: 14px;
    line-height: 1.3;
    -webkit-text-size-adjust: 100%;
    overflow-x: clip;
}

@media (min-width: 768px) {
    html { font-size: 15px; }
}

@media (min-width: 992px) {
    html { font-size: 16px; }
}

body {
    background-color: #ffffff;
    font-family: "Open Sans", Arial, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    font-size: 1.3rem;
    color: #000000;
    line-height: 1.5;
    overflow-x: clip;
}

img {
    max-width: 100%;
    height: auto;
}

.wrapper {
    max-width: 1020px;
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
}

.container {
    max-width: 1020px;
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    line-height: 1.2;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

h1 { font-size: clamp(1.4rem, 4vw, 2rem); color: #126eb4; }
h2 { font-size: clamp(1.3rem, 3.5vw, 1.8rem); color: #126eb4; }
h3 { font-size: 1.3rem; color: #126eb4; }

p { line-height: 1.5; margin-bottom: 1em; margin-top: 1em; }
a { color: #126eb4; text-decoration: underline; }
a:hover { text-decoration: none; }

.header-advertorial {
    background: #f4f4f4;
    text-align: center;
    padding: 4px;
    font-size: 12px;
}

.header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    padding: 0.5rem 0;
}

.logo a {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: #126eb4;
    font-weight: 700;
    font-size: 1.25rem;
    min-width: 0;
}

.logo a img {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
}

.logo a span {
    min-width: 0;
}

.brand-logo img {
    max-width: 200px;
    max-height: 55px;
}

.footer-logo-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 12px;
}

.footer-logo-link span {
    min-width: 0;
}

.header-cta-button {
    display: inline-block;
    background-color: #126eb4;
    color: #ffffff;
    padding: 0 1rem;
    line-height: 2.5;
    border-radius: 4px;
    font-weight: 700;
    text-decoration: none;
    transition: 0.35s;
}

.header-cta-button:hover {
    background-color: #ef784c;
    color: #ffffff;
    text-decoration: none;
}

h1.post-info-title {
    font-size: clamp(1.4rem, 4vw, 2rem);
    color: #126eb4;
    margin-bottom: 0.75rem;
}

h3.subtitle-green {
    color: #8cbe6d;
    font-size: clamp(1.1rem, 3vw, 1.5rem);
    font-weight: 700;
    margin-bottom: 1rem;
}

.article-meta {
    display: flex;
    align-items: center;
    margin: 1rem 0;
    gap: 10px;
}

.article-meta-image img { width: 40px; height: 40px; }

.hero-image-wrap img {
    width: 100%;
    display: block;
    margin-bottom: 0.5rem;
}

.text-side-by-side-list {
    display: flex;
    flex-direction: column;
    list-style: none;
    margin: 1rem 0;
}

.text-side-by-side-item {
    display: flex;
    margin-bottom: 1rem;
    width: 100%;
    font-size: 1.1rem;
    min-width: 0;
}

.single-icon {
    margin-right: 16px;
    font-size: 1.5rem;
    flex-shrink: 0;
}

.tabbed-calculator-wrapper {
    background-color: #053c5e;
    border-radius: 6px;
    color: #ffffff;
    padding: 20px;
    margin: 2rem auto;
    max-width: 100%;
    min-width: 0;
}

.tabbed-calculator-heading {
    text-align: center;
    max-width: 640px;
    margin: 0 auto;
}

.tabbed-calculator-title { color: #ffffff; }

.tab-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3px;
    max-width: 640px;
    margin: 0 auto 24px;
    padding: 0;
    list-style: none;
}

.tab-list-item {
    min-width: 0;
    max-width: 100%;
}

.tab-list a {
    background-color: #06ab49;
    color: #ffffff;
    border-radius: 3px;
    padding: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: 0.3s;
    min-height: 90px;
    font-weight: 600;
    min-width: 0;
    max-width: 100%;
    width: 100%;
    text-align: center;
    font-size: clamp(0.75rem, 2.8vw, 1rem);
}

.tab-list a span {
    min-width: 0;
    max-width: 100%;
    word-break: break-word;
}

.tab-list a:hover { background-color: #02c14f; }

.tab-list a.js-active {
    background-color: #ffffff;
    color: #053c5e;
}

.tab-content-item {
    display: none;
    flex-direction: column;
    background: #fff;
    color: #053c5e;
    border-radius: 3px;
    padding: 20px;
    min-width: 0;
    max-width: 100%;
    overflow: visible;
}

.tab-content-item.js-active { display: flex; }

.tab-content {
    min-width: 0;
    max-width: 100%;
}

.tab-content-img {
    min-width: 0;
    max-width: 100%;
    width: 100%;
}

.tab-content-info {
    min-width: 0;
    max-width: 100%;
    width: 100%;
}

.slider-wrapper {
    min-width: 0;
    max-width: 100%;
    padding-bottom: 2.75rem;
}

.tab-content-img img {
    display: block;
}

@media (min-width: 768px) {
    .tab-content-item {
        flex-direction: row;
        align-items: flex-start;
        padding: 16px 20px;
    }
    .tab-content-img { max-width: 370px; order: 1; min-width: 0; width: auto; flex-shrink: 0; }
    .tab-content-info {
        order: 2;
        padding: 8px 20px 4px;
        flex: 1;
        min-width: 0;
        width: auto;
        align-self: center;
    }
    .tab-content-list { margin-bottom: 0.75rem; }
    .slider { margin-top: 14px; }
    .slider-wrapper { padding-bottom: 1.75rem; }
}

.tab-content-list {
    list-style: none;
    margin-bottom: 1rem;
}

.tab-content-list li { margin-bottom: 10px; }

.slider {
    background-color: #c1ced7;
    border-radius: 3px;
    height: 6px;
    position: relative;
    width: 100%;
    margin-top: 20px;
}

.slider-min, .slider-max { position: absolute; top: -3px; }

.slider-min:before, .slider-max:before {
    background-color: #06ab49;
    border-radius: 5px;
    content: "";
    display: block;
    height: 12px;
    width: 12px;
    left: -5px;
    position: absolute;
    top: -3px;
}

.slider-min strong, .slider-max strong {
    position: absolute;
    top: 16px;
    font-size: 1rem;
    left: -16px;
    white-space: nowrap;
}

.slider-tab-1 .slider-min { left: 4%; }
.slider-tab-1 .slider-max { left: 62%; }
.slider-tab-2 .slider-min { left: 33%; }
.slider-tab-2 .slider-max { left: 91%; }
.slider-tab-3 .slider-min { left: 62%; }
.slider-tab-3 .slider-max { left: 91%; }

@media (max-width: 767px) {
    .tab-content-item { padding: 14px; }
    .slider { margin-top: 12px; }
    .slider-min strong,
    .slider-max strong {
        font-size: clamp(0.78rem, 3.2vw, 0.95rem);
    }
    .slider-min strong {
        left: 0;
        transform: translateX(0);
    }
    .slider-max strong {
        left: auto;
        right: 0;
        transform: translateX(0);
    }
    .slider-tab-1 .slider-max { left: 58%; }
    .slider-tab-2 .slider-max { left: 82%; }
    .slider-tab-3 .slider-max { left: 78%; }
}

.tabbed-calculator-footer {
    text-align: center;
    max-width: 640px;
    margin: 20px auto 0;
}

.grid-cta { padding-bottom: 1rem; margin: 2rem 0; }

.grid-cta-dark {
    background-color: #053c5e;
    border-radius: 0 0 6px 6px;
    margin-top: -2rem;
    padding: 20px;
}

.grid-cta-title { margin: 0 0 0.5rem; }

.grid-cta-title a {
    display: block;
    background-color: #126eb4;
    color: #fff;
    padding: 1rem;
    font-size: clamp(1.1rem, 3vw, 1.5rem);
    font-weight: 700;
    text-align: center;
    text-decoration: none;
}

.grid-cta-subtitle {
    background-color: #ef784c;
    color: #fff;
    padding: 0.6rem;
    text-align: center;
    font-size: 1.2rem;
}

.grid-cta-options {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-top: 1rem;
    padding: 0;
    list-style: none;
}

@media (min-width: 768px) {
    .grid-cta-options[data-columns="6"] {
        grid-template-columns: repeat(4, 1fr);
    }
    .grid-cta-options[data-columns="4"] {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (min-width: 992px) {
    .grid-cta-options[data-columns="6"] {
        grid-template-columns: repeat(6, 1fr);
    }
    .grid-cta-options[data-columns="4"] {
        grid-template-columns: repeat(4, 1fr);
    }
}

.grid-cta-options li { display: flex; width: 100%; min-width: 0; }

.grid-cta-option {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #126eb4;
    color: #fff;
    padding: 0.8rem;
    font-weight: 600;
    border-radius: 4px;
    text-align: center;
    text-decoration: none;
    transition: 0.35s;
    width: 100%;
    min-width: 0;
    word-break: break-word;
}

.grid-cta-option:hover {
    background-color: #ef784c;
    color: #fff;
    text-decoration: none;
}

.section-title { color: #126eb4; }

.benefits {
    background-color: #b5d6eb;
    padding: 20px;
    margin: 20px 0;
}

.benefits-light { background-color: #e9f5fa; }

.benefits-title { color: #126eb4; }

.branded-list {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

.branded-list li {
    position: relative;
    padding-left: 2rem;
    margin-bottom: 0.8rem;
}

.list-numbers.branded-list {
    list-style: decimal;
    padding-left: 1.5rem;
}

.list-numbers.branded-list li { padding-left: 0.5rem; }

.list-numbers.branded-list li:before { display: none; }

.branded-list li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #126eb4;
    font-weight: bold;
}

.country-map-cta {
    text-align: center;
    margin: 2rem auto;
}

.country-map-cta img {
    width: 80%;
    max-width: 400px;
    height: auto;
    margin: 0 auto;
    display: block;
}

.end-of-article-cta {
    text-align: center;
    margin: 2rem 0;
}

.end-of-article-cta-link {
    display: inline-block;
    background: #ef784c;
    color: #fff;
    padding: 12px 32px;
    border-radius: 40px;
    font-weight: bold;
    text-decoration: underline;
}

.end-of-article-cta-link:hover {
    background: #ef784c;
    color: #fff;
}

.footer-top {
    background-color: #126eb4;
    color: #fff;
    padding: 1rem 0;
    font-size: 0.8rem;
}

.footer-top a { color: #fff; }

.footer-top-reference p { margin: 0 0 0.5rem; }

.footer {
    background-color: #6b7280;
    color: #ffffff;
    padding: 32px 0 70px;
    font-size: 13px;
}

.footer a { color: #ffffff; text-decoration: underline; }

.footer-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
}

@media (min-width: 768px) {
    .footer-grid {
        grid-template-columns: 1fr 2fr 1fr;
    }
}

.footer-logo {
    max-width: 160px;
    margin-bottom: 12px;
    display: block;
}

.footer-col ul {
    list-style: none;
    padding: 0;
}

.footer-col ul li { margin-bottom: 8px; }

.copyright {
    margin-top: 32px;
    text-align: center;
    font-size: 13px;
}

body.legal-page main {
    padding: 2rem 0 3rem;
}

.legal-content {
    max-width: 800px;
    margin: 0 auto;
    word-break: break-word;
}

.legal-content h1 {
    font-size: clamp(1.5rem, 4vw, 2rem);
    margin-bottom: 1.5rem;
}

.legal-content ul {
    margin: 1rem 0 1rem 1.5rem;
}

.legal-content li { margin-bottom: 0.5rem; }

.thanks-section {
    text-align: center;
    padding: 4rem 0;
    min-height: 50vh;
}

.thanks-section h1 { color: #126eb4; }

@media (max-width: 640px) {
    .header-container { flex-direction: column; align-items: flex-start; }
    .header-cta-button { width: 100%; max-width: 100%; }
    .footer-col { word-break: break-all; }
    .logo a { flex-direction: column; }
    .logo a span { word-break: break-all; min-width: 0; flex: 1; }
    .tab-list {
        grid-template-columns: 1fr;
        gap: 6px;
        max-width: 100%;
    }
    .tab-list a {
        flex-direction: row;
        justify-content: center;
        min-height: auto;
        padding: 12px 16px;
        gap: 8px;
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .wrapper, .container { padding: 0 16px; }
    .tabbed-calculator-wrapper { padding: 16px; }
    .grid-cta-option { font-size: 0.95rem; padding: 0.7rem 0.4rem; }
}
