<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
    box-sizing: border-box;
}

h2,
h3 {
    font-family: var(--secondaryfont-bold);
}

.range-slider {
    width: 100%;
    margin: 0 auto;
    position: relative;
    margin-top: 2.5rem;
    margin-bottom: 2rem;
}

.range {
    -webkit-appearance: none;
    width: 100%;
    margin: 0px;
}

.range:focus {
    outline: none;
}

.range::before,
.range::after {
    position: absolute;
    top: 2rem;
    color: #333;
    font-size: 14px;
    line-height: 1;
    padding: 3px 5px;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    display: none;
}

.range::before {
    left: 0;
    content: attr(data-min);
}

.range::after {
    right: 0;
    content: attr(data-max);
}

.range::-webkit-slider-runnable-track {
    width: 100%;
    height: 4px;
    cursor: pointer;
    animation: 0.2s;
    background: linear-gradient(90deg, #397ff5 var(--range-progress), #e6efff var(--range-progress));
    border-radius: 1rem;
}

.range::-webkit-slider-thumb {
    -webkit-appearance: none;
    border-radius: 100%;
    background: #397ff5;
    cursor: pointer;
    height: 15px;
    width: 15px;
    transform: translateY(calc(-50% + 1px));
}

#tooltip {
    position: absolute;
    top: -3rem;
}

#tooltip span {
    position: absolute;
    text-align: center;
    display: block;
    line-height: 1;
    padding: 0.125rem 0.25rem;
    color: #fff;
    border-radius: 0.125rem;
    background: #397ff5;
    font-size: 1.25rem;
    left: 50%;
}

#tooltip span::before {
    position: absolute;
    content: "";
    left: 50%;
    bottom: 0px;
    transform: translateX(-50%);
    width: 0;
    height: 0;
}

.range-section {
    width: calc(65% - 25px);
    max-width: 800px;
}

.calculations {
    width: calc(35% - 25px);
    max-width: 400px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.calculation-box {
    background: #397FF5;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.zwc_calculation-spot .content-wrap {
    max-width: 1380px;
}

.calculation-wrapper{
    background: #FFFFFF;
    padding: 3% 5%;
    border-radius: 20px;
}
.range-and-calculations {
    display: flex;
    gap: 50px;
    flex-wrap: wrap;
}

.range-spot .zwc-slider label {
    font-family: var(--zf-primary-regular);
    display: block;
    font-size: 17px;
    margin-bottom: 4px;
}

.output {
    padding-left: 35px;
    font-family: var(--primaryfont-semibold);
    width: 100%;
    height: 60px;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 0;
    box-sizing: border-box;
    max-width: 100%;
    padding: 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #CEE0FF;
    border-radius: 6px;
}

.zwc-lbl-val {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px 20px;
}

.zwc-lbl-val .zwc-slider {
    width: calc(100% - 195px);
}

.zwc-lbl-val .zwc-slider-output {
    width: 175px;
}

.range-spot {
    position: relative;
    padding: 10px 20px;
    margin-bottom: 8px;
    background: #F8FBFF;
    border-radius: 3px;
    border: 1px solid #cee0ff;
}

.range-spot:last-child {
    margin-bottom: 0;
}

.calculation-btn a {
    background: #f0483e;
    color: #fff;
    font-family: var(--zf-primary-semibold), sans-serif;
    padding: 12px 30px;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
    border: 1px solid transparent;
    cursor: pointer;
    z-index: 1;
    font-size: 16px;
    width: 450px;
    max-width: 100%;
    display: block;
    border-radius: 5px;
}

.each-calc-row {
    text-align: center;
    padding: 15px;
    position: relative;
}

.each-calc-row::after {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    background: rgba(255, 255, 255, 0.35);
}

.each-calc-row span {
    display: block;
    font-family: var(--secondaryfont-bold);
    font-size: 32px;
    line-height: 1;
    color: #fff;
    margin-bottom: 10px;
}

.each-calc-row label {
    font-size: 18px;
    color: #fff;
}

.end_cta_btn {
    text-align: center;
    padding: 20px 15px 35px;
}

.end_cta_btn a {
    padding: 12px 35px;
    background: #fff;
    color: #266bde;
    border-radius: 5px;
}

.static-value span {
    display: inline-block;
    position: relative;
    font-family: var(--zf-primary-semibold);
    font-size: 14px;
}

.static-value {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.start-value {
    padding-left: 4px;
}

.zwc_roi_clm h1 {
    color: #000;
    margin-bottom: 0;
    font-size: 42px;
    width: 660px;
    text-align: center;
    margin: 0 auto;
}

.zwc_roi_clm {
    padding-top: 50px;
    background: #F0F6FF;
}

.zw-product-header {
    background: #F0F6FF;
}

.disclaimer-txt {
    margin-bottom: 20px;
}

.disclaimer-txt span {
    font-size: 16px;
    display: block;
    margin-top: 15px;
}

.disclaimer-txt b {
    font-family: var(--primaryfont-semibold);
}

.zwc_roi_clm p {
    text-align: center;
    width: 820px;
    max-width: 100%;
    margin: 20px auto 0;
    font-size: 18px;
}

.zwc_roi_clm p a {
    font-family: var(--primaryfont-semibold);
}

.range-section h2 {
    font-size: 32px;
    margin-bottom: 20px;
}

.zwc_calculation-spot {
    padding: 70px 0;
    background: #F0F6FF;
}

.calculations p {
    text-align: center;
    margin: 20px 0 0;
    font-size: 18px;
}

.calculations p a {
    font-family: var(--primaryfont-semibold);
}

.c-hd h6 {
    color: #fff;
    font-size: 32px;
    margin-bottom: 0;
    font-family: var(--primaryfont-bold);
    text-align: center;
}

.c-hd {
    position: relative;
    background: #4889F8;
    padding: 15px;
    border-radius: 6px 6px 0px 0px;
}

.each-calc-row strong {
    display: block;
    font-weight: normal;
}

.zwc-dollar &gt; input,
.zwc-percentage &gt; input {
    padding-right: 25px;
}
.zwc-percentage,
.zwc-dollar{
    position: relative;
}
.zwc-percentage::before,
.zwc-dollar::before {
    font-family: var(--primaryfont-semibold);
    font-size: 28px;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    height: 45px;
}
.zwc-percentage::before {
    content: "\0025";
}
.zwc-dollar::before {
    content: "\0024";
}


@keyframes bounceIn {

    0%,
    20%,
    40%,
    60%,
    80%,
    100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }

    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.range-slider {
    width: 100%;
    margin: 0 auto;
    position: relative;
    margin-top: 2.5rem;
    margin-bottom: 2rem;
}

.range {
    -webkit-appearance: none;
    width: 100%;
}

.range:focus {
    outline: none;
}

.range::before,
.range::after {
    position: absolute;
    top: 2rem;
    color: #333;
    font-size: 14px;
    line-height: 1;
    padding: 3px 5px;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    display: none;
}

.range::before {
    left: 0;
    content: attr(data-min);
}

.range::after {
    right: 0;
    content: attr(data-max);
}

.range::-webkit-slider-runnable-track,
.range::-moz-range-track {
    width: 100%;
    height: 4px;
    cursor: pointer;
    animation: 0.2s;
    border-radius: 1rem;
    background: #e6efff;
    background: linear-gradient(90deg, #397ff5 0%, #397ff5 var(--range-progress), #e6efff var(--range-progress), #e6efff 100%);
}

.range::-webkit-slider-thumb,
.range::-moz-range-thumb {
    -webkit-appearance: none;
    border-radius: 100%;
    background: #397ff5;
    cursor: pointer;
    height: 15px;
    width: 15px;
    transform: translateY(calc(-50% + 1px));
}

.range::-moz-range-thumb {
    transform: translateY(calc(-50% + 8px));
}

@media only screen and (max-width:1199px) {
    .zwc_roi_clm h1 {
        font-size: 32px;
        width: 490px;
    }

    .zwc_roi_clm {
        padding-top: 30px;
    }

    .range-section h2,
    .c-hd h6 {
        font-size: 26px;
    }

    .calculations p {
        font-size: 17px;
        max-width: 300px;
        margin: 20px auto 0;
        line-height: 1.25;
    }

    .c-hd {
        margin-bottom: 40px;
    }

    .range-and-calculations {
        gap: 30px;
    }

    .range-section{
        width: calc(65% - 15px);
    }

    .calculations {
        width: calc(35% - 15px);
    }
}

@media only screen and (max-width:991px) {
    .content-wrap {
        max-width: 700px;
    }

    .range-section,
    .calculations {
        width: 100%;
        margin: 0px auto;
    }

    .range-section h2 {
        text-align: center;
    }

    .zwc-lbl-val {
        justify-content: space-between;
    }

    .calculation-btn a {
        margin: 10px auto 0;
    }

    .disclaimer-txt span {
        text-align: center;
    }

    .calculation-wrapper {
        padding: 40px 30px;
    }
}

@media only screen and (max-width:767px) {
    .zwc_calculation-spot {
        padding: 45px 0;
    }


    .zwc_roi_clm h1 {
        width: 420px;
        max-width: 100%;
    }

    .zwc_roi_clm p {
        font-size: 16px;
        max-width: 491px;
        width: 100%;
    }

    .range-spot .zwc-slider label {
        font-size: 15px;
    }

    .each-calc-row span {
        font-size: 27px;
    }

    .each-calc-row label {
        font-size: 15px;
    }

    .zwc_roi_clm {
        padding: 40px 0 40px 0;
    }

    .range-spot::before {
        width: 4px;
        height: 4px;
        top: 10px;
    }
    .calculation-wrapper{
        padding: 40px 25px;
    }

    .range-and-calculations {
        gap: 40px;
    }

    .c-hd {
        margin-bottom: 30px;
    }

    .calculation-btn a {
        width: 274px;
    }

    div.zgdprform-countrylist-container {
        max-width: 100%;
    }

    div.zgdprform-state-container {
        margin-top: 20px;
    }

    .output{
        font-size: 22px;
    }
}

@media only screen and (max-width:600px) {
    
    .end_cta_btn a {
        padding: 12px 16px;
    }

    .range-spot {
        padding: 20px;
    }

    .zwc-lbl-val .zwc-slider,
    .zwc-lbl-val .zwc-slider-output {
        width: 100%;
    }
}</pre></body></html>