@media(min-width:768px){.elementor-6912 .elementor-element.elementor-element-14eb0e8{width:100%;}}/* Start custom CSS for html, class: .elementor-element-3937e6c *//* =====================================================
   MAIN WRAPPER
===================================================== */

.vi-health-wrapper {
    font-family: Arial, Helvetica, sans-serif;
    color: #061e51;
    width: 100%;
    box-sizing: border-box;

    /* Prevent browser/theme scroll anchoring */
    overflow-anchor: none;
}

.vi-health-wrapper * {
    box-sizing: border-box;
}


/* =====================================================
   CONTAINER
===================================================== */

.vi-health-container {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;

    display: grid;
    grid-template-columns: 1fr 1fr;

    gap: 40px;
    align-items: center;

    padding: 30px 20px;
}


/* =====================================================
   LEFT CONTENT
===================================================== */

.vi-left-content {
    padding: 20px 10px;
}

.vi-brand {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 28px;
}

.vi-brand-logo {
    width: 48px;
    height: 48px;

    border-radius: 12px;

    background: #061e51;
    color: #ffffff;

    display: flex;
    align-items: center;
    justify-content: center;

    font-weight: 800;
}

.vi-brand-name {
    font-size: 18px;
    font-weight: 800;
}

.vi-brand-sub {
    font-size: 12px;
    letter-spacing: 1.5px;
    margin-top: 2px;
}

.vi-left-content h1 {
    font-size: 46px;
    line-height: 1.08;

    margin: 0 0 18px;

    font-weight: 800;
}

.vi-left-content h1 span {
    color: #0b63ff;
}

.vi-description {
    font-size: 17px;
    line-height: 1.7;

    color: #64748b;

    max-width: 560px;
}


/* =====================================================
   BENEFITS
===================================================== */

.vi-benefits {
    display: grid;
    gap: 16px;

    margin: 28px 0;
}

.vi-benefit {
    display: flex;
    gap: 14px;

    align-items: center;
}

.vi-benefit-icon {
    width: 42px;
    height: 42px;

    border-radius: 12px;

    background: #f1f5f9;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 21px;

    flex: 0 0 42px;
}

.vi-benefit strong,
.vi-benefit span {
    display: block;
}

.vi-benefit strong {
    font-size: 15px;
}

.vi-benefit span {
    font-size: 13px;
    color: #64748b;

    margin-top: 3px;
}

.vi-trust {
    font-size: 13px;
    color: #64748b;
}

.vi-trust span {
    color: #16a34a;
    font-weight: 800;

    margin-right: 5px;
}


/* =====================================================
   FORM CARD
===================================================== */

.vi-form-card {
    width: 100%;

    background: #ffffff;

    border: 1px solid #e2e8f0;
    border-radius: 18px;

    padding: 28px;

    box-shadow:
        0 12px 35px rgba(15, 23, 42, 0.08);

    min-height: 560px;

    /* Prevent browser scroll anchoring */
    overflow-anchor: none;
}


/* =====================================================
   FORM STEPS
===================================================== */

.vi-form-step {
    display: none;

    overflow-anchor: none;
}

.vi-form-step.active {
    display: block;
}


/* =====================================================
   PROGRESS
===================================================== */

.vi-progress {
    width: 100%;
    height: 5px;

    background: #e5e7eb;

    border-radius: 10px;

    overflow: hidden;
}

.vi-progress-bar {
    height: 100%;

    background: #0b63ff;

    border-radius: 10px;

    transition: width 0.3s ease;
}

.vi-progress-text {
    font-size: 12px;
    color: #64748b;

    margin: 9px 0 24px;
}


/* =====================================================
   FORM HEADINGS
===================================================== */

.vi-form-step h2 {
    font-size: 30px;
    line-height: 1.2;

    margin: 0 0 10px;

    color: #061e51;
}

.vi-step-description {
    color: #64748b;

    font-size: 14px;
    line-height: 1.5;

    margin: 0 0 25px;
}

.vi-field-title,
.vi-popular-title {
    font-size: 14px;
    font-weight: 600;

    margin: 22px 0 12px;
}


/* =====================================================
   GENDER
===================================================== */

.vi-gender-grid {
    display: grid;

    grid-template-columns: 1fr 1fr;

    gap: 12px;
}

.vi-choice {
    position: relative;
    cursor: pointer;
}

.vi-choice input {
    position: absolute;

    opacity: 0;
    pointer-events: none;
}

.vi-choice-box {
    border: 1px solid #dbe2ea;

    border-radius: 14px;

    min-height: 62px;

    display: flex;
    align-items: center;
    justify-content: center;

    gap: 12px;

    font-weight: 700;

    transition: 0.2s;
}

.vi-choice input:checked + .vi-choice-box {
    border: 2px solid #0b63ff;

    background: #f5f9ff;

    color: #0057e7;
}

.vi-choice-icon {
    width: 40px;
    height: 40px;

    display: flex;
    align-items: center;
    justify-content: center;
}

.vi-choice-icon img {
    display: block !important;

    width: 36px !important;
    height: 36px !important;

    max-width: 36px !important;
    max-height: 36px !important;

    object-fit: contain !important;

    visibility: visible !important;
    opacity: 1 !important;
}


/* =====================================================
   MEMBER GRID
===================================================== */

.vi-member-grid {
    display: grid;

    grid-template-columns: repeat(3, 1fr);

    gap: 12px;
}

.vi-member {
    position: relative;

    cursor: pointer;

    border: 1px solid #dbe2ea;

    border-radius: 14px;

    min-height: 118px;

    padding: 12px 8px;

    display: flex;
    flex-direction: column;

    align-items: center;
    justify-content: center;

    text-align: center;

    transition: 0.2s;
}

.vi-member input {
    position: absolute;

    opacity: 0;
    pointer-events: none;
}

.vi-member.selected {
    border: 2px solid #0b63ff;

    background: #f5f9ff;

    color: #0057e7;
}


/* =====================================================
   MEMBER ICONS
===================================================== */

.vi-member-icon {
    width: 62px !important;
    height: 62px !important;

    display: flex !important;

    align-items: center !important;
    justify-content: center !important;

    margin-bottom: 9px;

    overflow: visible !important;
}

.vi-member-icon img {
    display: block !important;

    width: 56px !important;
    height: 56px !important;

    max-width: 56px !important;
    max-height: 56px !important;

    object-fit: contain !important;

    visibility: visible !important;
    opacity: 1 !important;
}

.vi-member-name {
    font-size: 14px;
    line-height: 1.3;
}


/* =====================================================
   INPUTS
===================================================== */

.vi-input-group {
    width: 100%;

    margin-bottom: 18px;
}

.vi-input-group label {
    display: block;

    font-size: 13px;
    font-weight: 600;

    margin-bottom: 7px;
}

.vi-input,
.vi-select {
    width: 100%;

    min-height: 48px;

    border: 1px solid #dbe2ea;

    border-radius: 11px;

    padding: 13px 14px;

    font-size: 14px;

    color: #061e51;

    background: #ffffff;

    outline: none;

    font-family: Arial, Helvetica, sans-serif;

    -webkit-appearance: none;
    appearance: none;
}

.vi-input:focus,
.vi-select:focus {
    border-color: #0b63ff;

    box-shadow:
        0 0 0 3px rgba(11, 99, 255, 0.08);
}

.vi-select {
    cursor: pointer;
}


/* =====================================================
   PHONE
===================================================== */

.vi-phone-wrapper {
    display: flex;

    width: 100%;
}

.vi-country-code {
    display: flex;

    align-items: center;

    padding: 0 12px;

    border: 1px solid #dbe2ea;

    border-right: 0;

    border-radius: 11px 0 0 11px;

    background: #f8fafc;

    font-size: 14px;

    white-space: nowrap;
}

.vi-phone-input {
    min-width: 0;

    flex: 1;

    border-radius: 0 11px 11px 0;
}


/* =====================================================
   CITY
===================================================== */

.vi-city-buttons {
    display: grid;

    grid-template-columns: repeat(4, 1fr);

    gap: 8px;
}

.vi-city {
    border: 1px solid #dbe2ea;

    background: #ffffff;

    border-radius: 9px;

    padding: 10px 7px;

    color: #061e51;

    cursor: pointer;

    transition: 0.2s;

    font-size: 13px;
}

.vi-city:hover {
    border-color: #0b63ff;
}

.vi-city.selected {
    border-color: #0b63ff;

    background: #f5f9ff;

    color: #0057e7;
}


/* =====================================================
   MEDICAL
===================================================== */

.vi-medical-grid {
    display: grid;

    grid-template-columns: 1fr 1fr;

    gap: 10px;
}

.vi-medical {
    position: relative;

    border: 1px solid #dbe2ea;

    border-radius: 10px;

    padding: 12px;

    cursor: pointer;

    font-size: 13px;

    transition: 0.2s;
}

.vi-medical input {
    position: absolute;

    opacity: 0;
    pointer-events: none;
}

.vi-medical.selected {
    border-color: #0b63ff;

    background: #f5f9ff;

    color: #0057e7;
}


/* =====================================================
   FINAL NOTE
===================================================== */

.vi-final-note {
    font-size: 12px;

    line-height: 1.5;

    color: #64748b;

    background: #f8fafc;

    padding: 12px;

    border-radius: 10px;

    margin-top: 18px;
}


/* =====================================================
   FORM BUTTONS
===================================================== */

.vi-form-actions {
    display: flex;

    gap: 10px;

    margin-top: 26px;
}

.vi-btn {
    flex: 1;

    border: 0;

    border-radius: 12px;

    padding: 14px 18px;

    background: #061e51;

    color: #ffffff;

    font-weight: 700;

    font-size: 14px;

    cursor: pointer;

    transition: 0.2s;
}

.vi-btn:hover {
    opacity: 0.92;
}

.vi-btn:disabled {
    opacity: 0.65;

    cursor: not-allowed;
}

.vi-btn-secondary {
    background: #eef2f7;

    color: #061e51;
}

.vi-btn span {
    margin-left: 5px;
}


/* =====================================================
   CONSENT
===================================================== */

.vi-consent {
    display: flex;

    gap: 8px;

    align-items: flex-start;

    font-size: 12px;

    line-height: 1.45;

    color: #64748b;

    margin: 10px 0 16px;
}

.vi-consent input {
    margin-top: 2px;

    flex: 0 0 auto;
}


/* =====================================================
   HONEYPOT
===================================================== */

.vi-honeypot {
    position: absolute !important;

    left: -9999px !important;

    width: 1px !important;
    height: 1px !important;
}


/* =====================================================
   AGE / DOB LIST
===================================================== */

.vi-age-list {
    display: grid;

    gap: 12px;
}

.vi-age-row {
    display: grid;

    grid-template-columns:
        52px
        1fr
        minmax(170px, 1.2fr);

    align-items: center;

    gap: 12px;

    border: 1px solid #dbe2ea;

    border-radius: 13px;

    padding: 12px 14px;

    background: #ffffff;
}

.vi-age-icon {
    width: 46px;
    height: 46px;

    border-radius: 50%;

    background: #f1f5f9;

    display: flex;

    align-items: center;
    justify-content: center;

    overflow: hidden;
}

.vi-age-icon img {
    width: 40px;
    height: 40px;

    object-fit: contain;

    display: block;
}

.vi-age-name {
    font-weight: 700;

    font-size: 14px;
}

.vi-age-label {
    font-size: 11px;

    color: #64748b;

    margin-top: 4px;
}

.vi-dob-wrapper {
    min-width: 0;
}

.vi-dob {
    width: 100%;

    min-height: 44px;

    padding: 10px 11px;
}

.vi-age-result {
    font-size: 11px;

    color: #0b63ff;

    font-weight: 700;

    margin-top: 5px;
}


/* =====================================================
   THANK YOU
===================================================== */

.vi-thankyou {
    text-align: center;

    padding: 60px 10px;
}

.vi-success-icon {
    width: 65px;
    height: 65px;

    border-radius: 50%;

    background: #dcfce7;

    color: #16a34a;

    display: flex;

    align-items: center;
    justify-content: center;

    font-size: 30px;

    font-weight: 800;

    margin: 0 auto 18px;
}

.vi-thankyou h2 {
    margin-bottom: 12px;
}

.vi-thankyou p {
    color: #64748b;

    line-height: 1.6;
}

.vi-thankyou-contact {
    margin-top: 20px;

    font-size: 13px;

    color: #64748b;
}


/* =====================================================
   TABLET
===================================================== */

@media (max-width: 900px) {

    .vi-health-container {
        display: grid;

        grid-template-columns: 1fr;

        width: 100%;
        max-width: 720px;

        gap: 25px;

        padding: 25px 18px;

        align-items: stretch;
    }

    .vi-left-content {
        width: 100%;

        padding: 10px 5px;
    }

    .vi-left-content h1 {
        font-size: 38px;

        line-height: 1.12;
    }

    .vi-description {
        max-width: 100%;

        font-size: 16px;
    }

    .vi-form-card {
        width: 100%;

        max-width: 100%;

        padding: 25px;

        min-height: auto;
    }

    .vi-city-buttons {
        grid-template-columns: repeat(2, 1fr);
    }
}


/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 600px) {

    /* MAIN */

    .vi-health-container {
        display: flex;

        flex-direction: column;

        width: 100%;
        max-width: 100%;

        gap: 20px;

        padding: 15px 12px 30px;

        margin: 0;
    }


    /* LEFT */

    .vi-left-content {
        width: 100%;

        padding: 5px 2px;
    }

    .vi-brand {
        gap: 10px;

        margin-bottom: 20px;
    }

    .vi-brand-logo {
        width: 42px;
        height: 42px;

        border-radius: 10px;

        font-size: 14px;
    }

    .vi-brand-name {
        font-size: 16px;
    }

    .vi-brand-sub {
        font-size: 10px;

        letter-spacing: 1px;
    }

    .vi-left-content h1 {
        font-size: 31px;

        line-height: 1.12;

        margin-bottom: 14px;
    }

    .vi-description {
        width: 100%;

        font-size: 15px;

        line-height: 1.6;
    }


    /* BENEFITS */

    .vi-benefits {
        gap: 12px;

        margin: 22px 0;
    }

    .vi-benefit {
        gap: 11px;

        align-items: flex-start;
    }

    .vi-benefit-icon {
        width: 38px;
        height: 38px;

        flex: 0 0 38px;

        border-radius: 10px;

        font-size: 18px;
    }

    .vi-benefit strong {
        font-size: 14px;

        line-height: 1.35;
    }

    .vi-benefit span {
        font-size: 12px;

        line-height: 1.4;
    }

    .vi-trust {
        font-size: 12px;

        line-height: 1.5;
    }


    /* FORM */

    .vi-form-card {
        width: 100%;
        max-width: 100%;

        padding: 20px 15px;

        border-radius: 16px;

        min-height: auto;

        box-shadow:
            0 8px 25px rgba(15, 23, 42, 0.08);
    }


    /* PROGRESS */

    .vi-progress {
        width: 100%;

        height: 5px;
    }

    .vi-progress-text {
        font-size: 11px;

        margin: 8px 0 20px;
    }


    /* HEADINGS */

    .vi-form-step h2 {
        font-size: 25px;

        line-height: 1.2;

        margin-bottom: 9px;
    }

    .vi-step-description {
        font-size: 13px;

        line-height: 1.5;

        margin-bottom: 20px;
    }

    .vi-field-title,
    .vi-popular-title {
        font-size: 13px;

        margin: 18px 0 10px;
    }


    /* GENDER */

    .vi-gender-grid {
        grid-template-columns: 1fr 1fr;

        gap: 8px;
    }

    .vi-choice-box {
        min-height: 56px;

        border-radius: 11px;

        gap: 7px;

        font-size: 13px;
    }

    .vi-choice-icon {
        width: 32px;
        height: 32px;
    }

    .vi-choice-icon img {
        width: 30px !important;
        height: 30px !important;

        max-width: 30px !important;
        max-height: 30px !important;
    }


    /* MEMBERS */

    .vi-member-grid {
        grid-template-columns: repeat(3, 1fr);

        gap: 7px;
    }

    .vi-member {
        min-height: 100px;

        padding: 8px 3px;

        border-radius: 11px;
    }

    .vi-member-icon {
        width: 48px !important;
        height: 48px !important;

        margin-bottom: 6px;
    }

    .vi-member-icon img {
        width: 43px !important;
        height: 43px !important;

        max-width: 43px !important;
        max-height: 43px !important;
    }

    .vi-member-name {
        font-size: 11px;

        line-height: 1.25;
    }


    /* INPUTS */

    .vi-input-group {
        width: 100%;

        margin-bottom: 15px;
    }

    .vi-input-group label {
        font-size: 12px;

        margin-bottom: 6px;
    }

    .vi-input,
    .vi-select {
        width: 100%;

        height: 48px;

        min-height: 48px;

        padding: 11px 12px;

        font-size: 14px;

        border-radius: 10px;
    }


    /* PHONE */

    .vi-phone-wrapper {
        width: 100%;

        display: flex;
    }

    .vi-country-code {
        padding: 0 10px;

        font-size: 13px;

        border-radius: 10px 0 0 10px;
    }

    .vi-phone-input {
        min-width: 0;

        width: 100%;

        border-radius: 0 10px 10px 0;
    }


    /* CITY */

    .vi-city-buttons {
        grid-template-columns: repeat(2, 1fr);

        gap: 7px;
    }

    .vi-city {
        min-height: 42px;

        padding: 10px 6px;

        font-size: 12px;
    }


    /* MEDICAL */

    .vi-medical-grid {
        grid-template-columns: 1fr 1fr;

        gap: 8px;
    }

    .vi-medical {
        padding: 10px;

        font-size: 12px;

        line-height: 1.35;
    }


    /* AGE / DOB */

    .vi-age-list {
        gap: 10px;
    }

    .vi-age-row {
        display: grid;

        grid-template-columns: 42px 1fr;

        gap: 9px;

        padding: 10px;

        border-radius: 11px;
    }

    .vi-age-icon {
        width: 40px;
        height: 40px;
    }

    .vi-age-icon img {
        width: 35px;
        height: 35px;
    }

    .vi-age-name {
        font-size: 13px;
    }

    .vi-age-label {
        font-size: 10px;

        margin-top: 3px;
    }

    .vi-dob-wrapper {
        grid-column: 1 / -1;

        width: 100%;
    }

    .vi-dob {
        width: 100%;

        height: 44px;

        min-height: 44px;

        font-size: 13px;

        padding: 9px 10px;
    }

    .vi-age-result {
        font-size: 10px;

        margin-top: 4px;
    }


    /* FINAL NOTE */

    .vi-final-note {
        font-size: 11px;

        line-height: 1.5;

        padding: 10px;

        margin-top: 15px;
    }


    /* BUTTONS */

    .vi-form-actions {
        display: flex;

        flex-direction: row;

        width: 100%;

        gap: 8px;

        margin-top: 20px;
    }

    .vi-btn {
        width: 100%;

        min-height: 46px;

        padding: 12px 8px;

        border-radius: 10px;

        font-size: 13px;
    }

    .vi-btn span {
        margin-left: 3px;
    }


    /* CONSENT */

    .vi-consent {
        gap: 7px;

        font-size: 11px;

        line-height: 1.45;

        margin: 8px 0 14px;
    }

    .vi-consent input {
        flex: 0 0 auto;
    }


    /* THANK YOU */

    .vi-thankyou {
        padding: 45px 8px;
    }

    .vi-success-icon {
        width: 58px;
        height: 58px;

        font-size: 26px;

        margin-bottom: 15px;
    }

    .vi-thankyou h2 {
        font-size: 24px;
    }

    .vi-thankyou p {
        font-size: 13px;
    }

    .vi-thankyou-contact {
        font-size: 12px;
    }
}


/* =====================================================
   SMALL MOBILE
   451px - 600px
===================================================== */

@media (min-width: 451px) and (max-width: 600px) {

    .vi-health-container {
        padding-left: 18px;
        padding-right: 18px;
    }

    .vi-form-card {
        padding: 22px 20px;
    }

    .vi-left-content h1 {
        font-size: 33px;
    }

    .vi-member {
        min-height: 105px;
    }

    .vi-member-name {
        font-size: 12px;
    }
}


/* =====================================================
   SMALL MOBILE
   381px - 450px
===================================================== */

@media (max-width: 450px) {

    .vi-health-container {
        padding-left: 10px;
        padding-right: 10px;
    }

    .vi-left-content h1 {
        font-size: 29px;
    }

    .vi-form-card {
        padding: 18px 13px;
    }

    .vi-form-step h2 {
        font-size: 23px;
    }

    .vi-member {
        min-height: 96px;
    }

    .vi-member-name {
        font-size: 10.5px;
    }

    .vi-city {
        font-size: 11px;
    }
}


/* =====================================================
   VERY SMALL MOBILE
   380px AND BELOW
===================================================== */

@media (max-width: 380px) {

    .vi-health-container {
        width: 100%;

        padding: 10px 8px 25px;

        gap: 15px;
    }

    .vi-left-content {
        padding: 2px;
    }

    .vi-left-content h1 {
        font-size: 26px;

        line-height: 1.15;
    }

    .vi-description {
        font-size: 14px;

        line-height: 1.55;
    }


    /* FORM */

    .vi-form-card {
        padding: 15px 11px;

        border-radius: 14px;
    }

    .vi-form-step h2 {
        font-size: 21px;
    }

    .vi-step-description {
        font-size: 12px;
    }


    /* MEMBERS */

    .vi-member-grid {
        gap: 5px;
    }

    .vi-member {
        min-height: 90px;

        padding: 6px 2px;

        border-radius: 9px;
    }

    .vi-member-icon {
        width: 40px !important;
        height: 40px !important;

        margin-bottom: 5px;
    }

    .vi-member-icon img {
        width: 37px !important;
        height: 37px !important;

        max-width: 37px !important;
        max-height: 37px !important;
    }

    .vi-member-name {
        font-size: 9.5px;

        line-height: 1.2;
    }


    /* GENDER */

    .vi-gender-grid {
        gap: 6px;
    }

    .vi-choice-box {
        min-height: 52px;

        font-size: 12px;

        gap: 5px;
    }

    .vi-choice-icon {
        width: 28px;
        height: 28px;
    }

    .vi-choice-icon img {
        width: 27px !important;
        height: 27px !important;

        max-width: 27px !important;
        max-height: 27px !important;
    }


    /* INPUTS */

    .vi-input,
    .vi-select {
        height: 46px;

        min-height: 46px;

        font-size: 13px;

        padding: 10px;
    }

    .vi-input-group label {
        font-size: 11px;
    }


    /* PHONE */

    .vi-country-code {
        padding: 0 8px;

        font-size: 12px;
    }


    /* CITY */

    .vi-city-buttons {
        gap: 5px;
    }

    .vi-city {
        min-height: 40px;

        padding: 9px 5px;

        font-size: 11px;
    }


    /* MEDICAL */

    .vi-medical-grid {
        gap: 6px;
    }

    .vi-medical {
        padding: 9px 7px;

        font-size: 11px;
    }


    /* BUTTONS */

    .vi-form-actions {
        gap: 6px;
    }

    .vi-btn {
        min-height: 44px;

        padding: 11px 6px;

        font-size: 12px;

        border-radius: 9px;
    }


    /* CONSENT */

    .vi-consent {
        font-size: 10px;

        gap: 6px;
    }


    /* AGE */

    .vi-age-row {
        grid-template-columns: 38px 1fr;

        padding: 8px;

        gap: 8px;
    }

    .vi-age-icon {
        width: 37px;
        height: 37px;
    }

    .vi-age-icon img {
        width: 33px;
        height: 33px;
    }

    .vi-age-name {
        font-size: 12px;
    }

    .vi-age-label {
        font-size: 9px;
    }

    .vi-dob {
        height: 42px;

        min-height: 42px;

        font-size: 12px;
    }


    /* THANK YOU */

    .vi-thankyou {
        padding: 35px 5px;
    }

    .vi-thankyou h2 {
        font-size: 21px;
    }

    .vi-thankyou p {
        font-size: 12px;
    }
}


/* =====================================================
   EXTRA SAFETY FOR VERY NARROW SCREENS
   320px AND BELOW
===================================================== */

@media (max-width: 320px) {

    .vi-health-container {
        padding-left: 6px;
        padding-right: 6px;
    }

    .vi-form-card {
        padding: 13px 9px;
    }

    .vi-left-content h1 {
        font-size: 24px;
    }

    .vi-member-grid {
        gap: 4px;
    }

    .vi-member {
        min-height: 86px;
    }

    .vi-member-name {
        font-size: 9px;
    }

    .vi-form-actions {
        flex-direction: column;
    }

    .vi-btn {
        width: 100%;
    }

    .vi-medical-grid {
        grid-template-columns: 1fr;
    }
}/* End custom CSS */