.wtmg-homepage-v2 {
    --hpv2-blue: #1f4f99;
    --hpv2-blue-dark: #153b75;
    --hpv2-blue-soft: #eef6ff;
    --hpv2-green: #17734f;
    --hpv2-green-soft: #eef8f1;
    --hpv2-ink: #17233c;
    --hpv2-muted: #66758a;
    --hpv2-line: #e2ebf5;
    --hpv2-bg: #f7fbff;
    --hpv2-cream: #f7efe0;
    color: var(--hpv2-ink);
    background: #fff;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.wtmg-homepage-v2 * {
    box-sizing: border-box;
}

.wtmg-homepage-v2 a {
   // color: inherit;
}

.wtmg-homepage-v2 svg {
    display: block;
    width: 20px;
    height: 20px;
}

.hpv2-container {
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
}

.hpv2-section {
    padding: 20px 0;
}

.hpv2-section-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 16px;
}

.hpv2-section-title {
     margin: 0;
    font-size: 21px;
    line-height: 1.18;
    font-weight: 600;
    letter-spacing: 0;
}

.hpv2-section-text {
    margin: 12px 0 17px;
    color: var(--hpv2-muted);
    font-size: 13px;
    line-height: 1.55;
}

.hpv2-link {
    color: var(--hpv2-blue);
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
}

.hpv2-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    padding: 0 15px;
    border: 1px solid transparent;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
    cursor: pointer;
}

.hpv2-button-primary {
    background: var(--hpv2-blue);
    color: #fff;
    box-shadow: 0 10px 22px rgba(31, 79, 153, .16);
}

.hpv2-button-secondary {
    background: #fff;
    color: var(--hpv2-blue);
    border-color: #cddbeb;
}

.hpv2-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--hpv2-blue-soft);
    color: var(--hpv2-blue);
}

.hpv2-icon-green {
    background: var(--hpv2-green-soft);
    color: var(--hpv2-green);
}

.hpv2-icon svg,
.hpv2-line-icon {
    fill: none;
    stroke: currentColor;
    stroke-width: 1.0;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.hpv2-header-compat {
    background: #fff;
    border-bottom: 1px solid rgba(226, 235, 245, .75);
}

.hpv2-header-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    min-height: 66px;
}

.hpv2-brand {
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
}

.hpv2-brand img {
    display: block;
    width: auto;
    height: 42px;
    object-fit: contain;
}

.hpv2-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    min-width: 0;
    flex: 1 1 auto;
}

.hpv2-nav a {
    color: #17233c;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
}

.hpv2-header-actions {
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
}

.hpv2-header-actions .hpv2-button {
    min-height: 34px;
    padding: 0 14px;
    border-radius: 5px;
    font-size: 11px;
}

.hpv2-profile-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border: 1px solid #bccce2;
    border-radius: 50%;
    background: #fff;
    color: var(--hpv2-blue);
    text-decoration: none;
    flex: 0 0 auto;
}

.hpv2-hero {
    position: relative;
    overflow: visible;
    min-height: 360px;
    background: #f5f9fd;
}

.hpv2-hero-media {
    position: absolute;
    inset: 0;
    overflow: hidden;
}

.hpv2-hero-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 78% center;
}

.hpv2-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, #fff 0%, rgba(255,255,255,.98) 34%, rgba(255,255,255,.78) 50%, rgba(255,255,255,.2) 72%, rgba(255,255,255,0) 100%);
    pointer-events: none;
}

.hpv2-hero-inner {
    position: relative;
    z-index: 1;
    min-height: 360px;
    display: flex;
    align-items: center;
    padding-bottom: 60px;
}

.hpv2-hero-copy {
    max-width: 620px;
}

.hpv2-hero-title {
    margin: 0;
    color: #111827;
    font-family: inherit;
    font-size: 50px;
    font-weight: 700;
    line-height: 1.02;
    letter-spacing: 0;
}

.hpv2-hero-title span {
    display: block;
    color: var(--hpv2-blue);
    white-space: nowrap;
}

.hpv2-hero-copy p {
    max-width: 440px;
    margin: 18px 0 0;
    color: #3f4d61;
    font-size: 14px;
    line-height: 1.58;
}

.hpv2-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 11px;
    margin-top: 24px;
}

.hpv2-search-wrap {
    position: relative;
    z-index: 2;
    margin-top: -70px;
}

.hpv2-search {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr)) auto;
    gap: 12px;
    width: min(1120px, 100%);
    margin: 0 auto;
    padding: 17px;
    border-radius: 14px;
    background: rgba(255,255,255,.98);
    box-shadow: 0 20px 48px rgba(26, 50, 82, .14);
}

.hpv2-search label {
    display: block;
    margin-bottom: 7px;
    color: #526174;
    font-size: 11px;
    font-weight: 850;
}

.hpv2-search select {
    width: 100%;
    min-height: 44px;
    border: 1px solid #d8e3ef;
    border-radius: 8px;
    background: #fff;
    color: var(--hpv2-ink);
    font-size: 13px;
}

.hpv2-search button {
    align-self: end;
    min-height: 44px;
    border: 0;
    border-radius: 8px;
    background: var(--hpv2-blue-dark);
    color: #fff;
    font-size: 13px;
    font-weight: 850;
    padding: 0 24px;
}

.hpv2-trust {
    padding: 30px 0 18px;
    background: #fff;
}

.hpv2-trust-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.hpv2-trust-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 5px 18px;
    border-right: 1px solid var(--hpv2-line);
}

.hpv2-trust-item:last-child {
    border-right: 0;
}

.hpv2-trust-item strong {
    display: block;
    font-size: 15px;
    line-height: 1.2;
}

.hpv2-trust-item span {
    color: var(--hpv2-muted);
    font-size: 13px;
}

.hpv2-how {
    padding-top: 30px;
    background: #fff;
}

.hpv2-how .hpv2-section-head {
    justify-content: center;
    text-align: center;
    margin-bottom: 20px;
}

.hpv2-how-flow {
    display: grid;
    grid-template-columns: 1fr auto 1fr auto 1fr;
    gap: 30px;
    align-items: start;
    max-width: 1000px;
    margin: 0 auto;
}

.hpv2-how-step {
    text-align: left;
	display: flex;
}

.hpv2-how-visual {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 60px;
    border-width: 1px;
    border-style: solid;
    border-color: #e5e5e5;
    margin-bottom: 0px;
    background: #f1f6ff;
    color: var(--hpv2-blue);
    box-shadow: 0 14px 28px rgba(31, 79, 153, .08);
	border-radius: 10px;
}

.hpv2-how-visual svg {
    width: 35px;
    height: 35px;
}

.hpv2-step-number {
    position: absolute;
    top: -2px;
    left: -4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: var(--hpv2-blue);
    color: #fff;
    font-size: 12px;
    font-weight: 900;
}

.hpv2-how-arrow {
    display: flex;
    justify-content: center;
    padding-top: 27px;
    color: #c9d7e8;
}

.hpv2-how-arrow svg {
    width: 42px;
    height: 18px;
}

.hpv2-how-step h3 {
      margin: 6px 0px 6px;
    font-size: 13px;
    line-height: 1.25;
    padding-left: 15px;
    font-weight: 600;
}

.hpv2-how-step p {
    margin: 0;
    color: var(--hpv2-muted);
    font-size: 12px;
    line-height: 1.45;
	padding-left: 15px;
}

.hpv2-featured {
    background: var(--hpv2-bg);
}

.hpv2-provider-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.hpv2-provider-card {
    display: flex;
    flex-direction: column;
    min-height: 232px;
    padding: 17px;
    border: 1px solid rgba(224, 234, 246, .85);
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 14px 30px rgba(27, 49, 81, .08);
}

.hpv2-provider-head {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
}

.hpv2-provider-logo,
.hpv2-provider-avatar {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    border-radius: 13px;
    background: linear-gradient(135deg, #edf6ff 0%, #dceafe 100%);
    color: var(--hpv2-blue);
    overflow: hidden;
    box-shadow: inset 0 0 0 1px rgba(31, 79, 153, .1);
}

.hpv2-provider-logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hpv2-provider-avatar svg {
    width: 26px;
    height: 26px;
}

.hpv2-provider-name {
    margin: 0;
    font-size: 13.5px;
    line-height: 1.25;
    font-weight: 900;
}

.hpv2-badge {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    width: fit-content;
    margin-top: 7px;
    padding: 4px 7px;
    border-radius: 999px;
    background: var(--hpv2-green-soft);
    color: var(--hpv2-green);
    font-size: 10px;
    font-weight: 850;
}

.hpv2-badge svg,
.hpv2-provider-meta svg {
    width: 11px;
    height: 11px;
}

.hpv2-provider-meta {
    display: grid;
    gap: 8px;
    margin-bottom: 16px;
    color: var(--hpv2-muted);
    font-size: 11px;
    line-height: 1.35;
}

.hpv2-provider-meta span {
    display: flex;
    align-items: flex-start;
    gap: 7px;
}

.hpv2-provider-card .hpv2-button {
    width: 100%;
    min-height: 34px;
    margin-top: auto;
}

.hpv2-services {
    background: #fff;
}

.hpv2-service-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 12px;
}

.hpv2-service-card {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    min-height: 122px;
    padding: 19px 10px;
    text-align: center;
    border: 1px solid rgba(224, 234, 246, .92);
    border-radius: 12px;
    background: #fff;
    text-decoration: none;
    box-shadow: 0 9px 22px rgba(27, 49, 81, .055);
}

.hpv2-service-card .hpv2-icon {
    width: 50px;
    height: 50px;
    background: #f3f8ff;
}

.hpv2-service-card svg {
    width: 30px;
    height: 30px;
}

.hpv2-service-card h3 {
    margin: 11px 0 0;
    font-size: 13px;
    line-height: 1.3;
}

.hpv2-audience-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
}

.hpv2-audience-card {
	position: relative;
    overflow: hidden;
    min-height: 291px;
    padding: 26px;
    border-radius: 8px;
    padding-top: 20px;
}

.hpv2-audience-card-blue {
    background: linear-gradient(135deg, #eaf5ff 0%, #f8fcff 100%);
	    box-shadow: 0 9px 22px rgba(27, 49, 81, .055);
}

.hpv2-audience-card-green {
    background: linear-gradient(135deg, #eaf7ee 0%, #f8fff9 100%);
	    box-shadow: 0 9px 22px rgba(27, 49, 81, .055);
}

.hpv2-audience-content {
    position: relative;
    z-index: 1;
    max-width: 56%;
}

.hpv2-audience-card h2,
.hpv2-cta-card h2 {
    margin: 0 0 8px;
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: 0;
}

.hpv2-audience-card p,
.hpv2-cta-card p {
    margin: 0 0 18px;
    color: var(--hpv2-muted);
    font-size: 14px;
    line-height: 1.55;
}

.hpv2-list {
    display: grid;
    gap: 9px;
    margin: 0 0 22px;
    padding: 0;
    list-style: none;
}

.hpv2-list li {
    display: flex;
    align-items: center;
    gap: 9px;
    font-size: 13px;
    font-weight: 500;
}

.hpv2-list li::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--hpv2-blue);
}

.hpv2-audience-card-green .hpv2-list li::before {
    background: var(--hpv2-green);
}

.hpv2-illustration {
    position: absolute;
    right: 12px;
    bottom: 0;
    width: 46%;
    max-width: 280px;
}

.hpv2-illustration svg {
    width: 100%;
    height: auto;
}

.hpv2-destination-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 14px;
}

.hpv2-destination-card {
    overflow: hidden;
    border: 1px solid var(--hpv2-line);
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 8px 20px rgba(27, 49, 81, .05);
}

.hpv2-destination-card img {
    display: block;
    width: 100%;
    aspect-ratio: 1.45 / 1;
    object-fit: cover;
    background: #dbeafe;
}

.hpv2-destination-body {
    padding: 11px 12px 13px;
}

.hpv2-destination-body h3 {
    margin: 0;
    font-size: 13px;
    line-height: 1.25;
}

.hpv2-destination-body p {
    margin: 4px 0 0;
    color: var(--hpv2-muted);
    font-size: 11px;
}

.hpv2-why-grid {
    display: grid;
    grid-template-columns: 35% 65%;
    gap: 0;
    align-items: stretch;
    padding: 32px 30px;
    border-radius: 10px;
    background: linear-gradient(135deg, #f5fbff 0%, #eaf5ff 100%);
	    box-shadow: 0 9px 22px rgba(27, 49, 81, .055);
}

.hpv2-why-copy {
    padding-right: 28px;
}

.hpv2-why-features {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.hpv2-benefit {
    padding: 17px 18px;
    border-left: 1px solid #d9e5f1;
	text-align: center;
}

.hpv2-benefit .hpv2-icon {
    width: 54px;
    height: 54px;
    background: transparent;
}

.hpv2-benefit svg {
    width: 44px;
    height: 44px;
}

.hpv2-benefit h3 {
    margin: 11px 0 8px;
    font-size: 14px;
    line-height: 1.25;
}

.hpv2-benefit p {
    margin: 0;
    color: var(--hpv2-muted);
    font-size: 13px;
    line-height: 1.85;
}

.hpv2-cta-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
}

.hpv2-cta-card {
    position: relative;
    overflow: hidden;
    min-height: 220px;
    padding: 34px;
    border-radius: 16px;
    background: linear-gradient(135deg, #f8fbff 0%, #edf6ff 100%);
	    box-shadow: 0 9px 22px rgba(27, 49, 81, .055);
}

.hpv2-cta-card-green {
    background: linear-gradient(135deg, #f8fffb 0%, #ecf8f0 100%);
	    box-shadow: 0 9px 22px rgba(27, 49, 81, .055);
}

.hpv2-cta-copy {
    position: relative;
    z-index: 1;
    max-width: 64%;
}

.hpv2-cta-art {
    position: absolute;
    right: 18px;
    bottom: 0;
    width: 36%;
    max-width: 230px;
}

.hpv2-footer {
padding: 46px 0 22px;
    background: white;
    border-top: solid;
    border-width: 1px;
    border-color: #dddddd;
    margin-top: 46px;
}

.hpv2-footer-grid {
    display: grid;
    grid-template-columns: 1.28fr repeat(3, 1fr) 1.22fr;
    gap: 28px;
}

.hpv2-footer-logo img {
    display: block;
    width: auto;
    height: 42px;
    object-fit: contain;
}

.hpv2-footer p {
margin: 14px 0 13px;
    color: #697384;
    font-size: 13px;
    line-height: 1.6;
}

.hpv2-footer h3 {
    margin: 0 0 12px;
    font-size: 13px;
    font-weight: 900;
}

.hpv2-footer ul {
    display: grid;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.hpv2-footer a {
    color: #4c596d;
    font-size: 13px;
    text-decoration: none;
}

.hpv2-social {
    display: flex;
    gap: 9px;
    margin-top: 18px;
}

.hpv2-social span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #2b64d7;
    color: #ffffff;
}

.hpv2-social svg {
    width: 14px;
    height: 14px;
}

.hpv2-footer-form-wrap {

    display:flex;

    width:100%;

    max-width:260px;

}


.hpv2-footer-form input {

    flex:1;

    height:42px;

    border:1px solid #e5e7eb;

    border-right:none;

    border-radius:8px 0 0 8px;

    padding:0 14px;

    font-size:14px;

    background:#fff;

}


.hpv2-footer-form button {

    width:48px;

    height:42px;

    padding:0;

    border:none;

    border-radius:0 8px 8px 0;

    background:#153b75;

    display:flex;

    align-items:center;

    justify-content:center;

}


.hpv2-footer-form button svg {

    width:18px;

    height:18px;

    stroke:#fff;

    fill:none;

}

.hpv2-footer-bottom {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid rgba(90, 78, 54, .14);
    color: #697384;
    font-size: 12px;
}

.hpv2-footer-bottom nav {
    display: flex;
    gap: 18px;
}

@media (max-width: 1060px) {
    .hpv2-header-row {
        flex-wrap: wrap;
        padding: 10px 0;
    }

    .hpv2-nav {
        order: 3;
        width: 100%;
        justify-content: flex-start;
        overflow-x: auto;
        padding-bottom: 2px;
    }

    .hpv2-search {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hpv2-search button {
        grid-column: 1 / -1;
    }

    .hpv2-provider-grid,
    .hpv2-service-grid,
    .hpv2-destination-grid,
    .hpv2-why-features {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .hpv2-how-flow {
        grid-template-columns: 1fr;
    }

    .hpv2-how-arrow {
        display: none;
    }

    .hpv2-why-grid,
    .hpv2-footer-grid {
        grid-template-columns: 1fr;
    }

    .hpv2-why-copy {
        padding-right: 0;
        margin-bottom: 18px;
    }
}

@media (max-width: 780px) {
    .hpv2-section {
        padding: 36px 0;
    }

    .hpv2-section-head,
    .hpv2-footer-bottom {
        display: block;
    }

    .hpv2-header-actions {
        margin-left: auto;
    }

    .hpv2-header-actions .hpv2-button {
        display: none;
    }

    .hpv2-hero {
        min-height: 640px;
    }

    .hpv2-hero-media img {
        object-position: 70% center;
    }

    .hpv2-hero::after {
        background: linear-gradient(180deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.95) 55%, rgba(255,255,255,.48) 100%);
    }

    .hpv2-hero-title {
        font-size: 42px;
    }

    .hpv2-search,
    .hpv2-trust-grid,
    .hpv2-provider-grid,
    .hpv2-service-grid,
    .hpv2-audience-grid,
    .hpv2-destination-grid,
    .hpv2-why-features,
    .hpv2-cta-grid,
    .hpv2-footer-grid {
        grid-template-columns: 1fr;
    }

    .hpv2-trust-item,
    .hpv2-benefit {
        border-right: 0;
        border-left: 0;
        border-bottom: 1px solid var(--hpv2-line);
    }

    .hpv2-audience-content,
    .hpv2-cta-copy {
        max-width: 100%;
        padding-bottom: 112px;
    }

    .hpv2-illustration,
    .hpv2-cta-art {
        right: 10px;
        width: 48%;
        opacity: .92;
    }
}
/* CTA illustration isolation */

.hpv2-cta-art-quote svg {

    width:220px;
    height:220px;

}


.hpv2-cta-art-business svg {

    width:220px;
    height:220px;

}


/* prevent global svg rules */

.hpv2-cta-art svg {

    max-width:none;

}
a:hover{
	color: #ffe22a !important;
}

/* Homepage theme chrome overrides */
body:has(.wtmg-homepage-v2) .site-header,
body:has(.wtmg-homepage-v2) #site-navigation,
body:has(.wtmg-homepage-v2) .main-navigation,
body:has(.wtmg-homepage-v2) .site-footer,
body:has(.wtmg-homepage-v2) .footer-widgets,
body:has(.wtmg-homepage-v2) .site-info {
    display: none !important;
}
.separate-containers .inside-article {
	padding-top: 0px !important;
}