/* common styles */

h2,
h3 {
    font-family: var(--secondaryfont-bold);
}

.zw-product-header, .zw-template-inner {
    background: #2148aa;
}

/* banner section */
.zwc_roi_clm {
	padding: 80px 0;
    text-align: center;
	color: #fff;
}

.zwc_roi_clm h1 {
    font-size: 48px;
    text-align: center;
}

.zwc_roi_clm p {
	max-width: 820px;
    margin: 20px auto 30px;
    font-size: 18px;
}

.zwc_roi_clm a {
    padding: 15px 38px;
	display: inline-block;
    font-family: var(--zf-primary-semibold), sans-serif;
    margin: 0;
    border: 1px solid transparent;
    cursor: pointer;
    z-index: 1;
    font-size: 17px;
    text-transform: uppercase;
	border-radius: 4px;
	color: #fff;
}

.zwc_roi_clm .cont-btn
{
    background: #f0483e;
}

.zwc_roi_clm .getq-btn
{
	margin:  0 0 0 15px;
	border: 1px solid;
}

/* range slider */
.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, #2148aa var(--range-progress), #b5c0e0 var(--range-progress));
    border-radius: 1rem;
}

.range::-webkit-slider-thumb {
    -webkit-appearance: none;
    border-radius: 100%;
    background: #2148aa;
    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: #2148aa;
    font-size: 1.25rem;
    left: 50%;
}

#tooltip span::before {
    position: absolute;
    content: "";
    left: 50%;
    bottom: 0px;
    transform: translateX(-50%);
    width: 0;
    height: 0;
}

/* calculation wrapper */

.calculation-wrapper{
    background: #FFFFFF;
    border-radius: 20px;
}
.range-and-calculations {
    display: flex;
    flex-wrap: wrap;
    background: #f5f5f7;
    border-radius: 18px;
}

.range-section {
    width: 70%;
	padding: 60px 0 30px;
}

.range-section h2 {
    font-size: 32px;
    max-width: 720px;
    margin: 0 auto 20px;
}

.range-spot {
    padding: 30px 20px;
}

.range-spot:nth-child(odd) {
    background: #eceef4;
}

.zwc-lbl-val {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px 80px;
    max-width: 720px;
    margin: 0 auto;
}

.zwc-lbl-val .zwc-slider {
    width: calc(100% - 255px);
}

.zwc-lbl-val .zwc-slider-output {
    width: 175px;
    background: #fff;
    text-align: center;
    padding: 15px 10px;
    border: 1px solid #cee0ff;
    border-radius: 6px;
    color: #2148aa;
    font-family: var(--zf-secondary-medium);
}

.range-spot .zwc-slider label {
	font-family: var(--zf-primary-regular);
    display: block;
    font-size: 19px;
    margin-bottom: 4px;
    max-width: 450px;
}

.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;
}

.output {
    font-family: var(--primaryfont-bold);
    width: 100%;
    height: 40px;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 0;
    box-sizing: border-box;
    max-width: 100%;
    padding: 0px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    border-radius: 0;
    text-align: center;
    color: #2148aa;
}

.calculation-btn {
    max-width: 720px;
    margin: 0 auto;
    padding: 30px 0 20px;
}

.calculation-btn a {
	background: #000;
    color: #fff;
    font-family: var(--zf-primary-semibold), sans-serif;
    padding: 12px 30px;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
    cursor: pointer;
    width: 380px;
    max-width: 100%;
    display: block;
    border-radius: 4px;
}

.disclaimer-txt {
    max-width: 720px;
    margin: 0 auto;
	font-size: 12px;
}

.disclaimer-txt b {
    font-family: var(--primaryfont-semibold);
	font-size: 14px;
}

.disclaimer-txt ol {
    list-style: number;
    margin: 10px 0 0 20px;
    padding: 0;
}

.disclaimer-txt ol > li,
.disclaimer-txt ul li {
    padding: 3px 0;
}

.disclaimer-txt ul {
    list-style: disc;
    margin: 5px 0 0 10px;
}

/* right side calculations */

.calculations {
    width: 30%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.calculation-box {
	background: #ffc241;
    border-radius: 18px;
    display: flex;
    flex-direction: column;
    justify-content: center;
	text-align: center;
    box-shadow: -3px 0px 11px 0px #54545440;
}

.c-hd {
    position: relative;
    padding: 55px 15px 15px;
}

.c-hd h6 {
    font-size: 32px;
    font-family: var(--primaryfont-bold);
}

.calculations p {
    text-align: center;
    margin: 20px 0 0;
    font-size: 18px;
}

.calculations p a {
    font-family: var(--primaryfont-semibold);
}

.each-calc-row {
    padding: 33px 15px;
    position: relative;
}

.each-calc-row::after {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    background: transparent radial-gradient(closest-side at 50% 50%, #000 0%, #ffc241 100%) 0% 0% no-repeat padding-box;

}

.each-calc-row span {
	display: block;
    font-family: var(--secondaryfont-bold);
    font-size: 32px;
    line-height: 1;
    margin-bottom: 10px;
}

.each-calc-row label {
    max-width: 280px;
    margin: 0 auto;
    display: block;
}

.end_cta_btn {
    padding: 70px 15px;
}

.end_cta_btn a {
	padding: 14px 35px;
    font-size: 17px;
    border-radius: 4px;
}

.feedback-content {
    background: #f7bc3f;
    padding: 30px 0;
    border-radius: 0 0 20px 20px;
}

.feedback-content p {
    margin: 0;
}

.feedback-content a {
    color: #2148aa;
}

.zwc_calculation-spot {
    padding: 20px 0 80px;
}

.each-calc-row strong {
    display: block;
    font-weight: normal;
}

.zwc-dollar > input,
.zwc-percentage > 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: #b5c0e0;
    background: linear-gradient(90deg, #2148aa 0%, #2148aa var(--range-progress), #b5c0e0 var(--range-progress), #b5c0e0 100%);
}

.range::-webkit-slider-thumb,
.range::-moz-range-thumb {
    -webkit-appearance: none;
    border-radius: 100%;
    background: #2148aa;
    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: 36px;
    }

    .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;
    }

	.range-spot .zwc-slider label {
		font-size: 17px;
	}

	.range-section h2
	{
		padding: 0 15px;
	}
	.calculation-btn {
		padding: 30px 15px;
	}
	.disclaimer-txt {
		padding: 0 15px;
	}
	.each-calc-row {
		padding: 35px 15px;
	}
	.each-calc-row span {
		font-size: 28px;
	}
}

@media only screen and (max-width:991px) {
    .content-wrap {
        max-width: 720px;
    }

    .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;
    }
	.end_cta_btn {
		padding: 30px 15px;
	}
	.calculations p {
		font-size: 17px;
		max-width: 300px;
		margin: 0 auto;
		line-height: 1.25;
	}
}

@media only screen and (max-width:767px) {
    .zwc_calculation-spot {
        padding: 45px 0;
    }

    .zwc_roi_clm h1 {
		max-width: 420px;
		margin: 0 auto;
    }

    .zwc_roi_clm p {
		font-size: 16px;
		max-width: 540px;
    }

    .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;
    }

    .c-hd {
        margin-bottom: 0;
    }

    .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) {
	.zwc_roi_clm h1 {
		font-size: 30px;
	}
	.range-section h2, .c-hd h6 {
		font-size: 24px;
	}

	.zwc_roi_clm a {
		padding: 12px 30px;
		font-size: 15px;
	}

	.c-hd {
		padding: 40px 15px 0;
	}

	.range-section {
		padding: 40px 0 20px;
	}
    
    .end_cta_btn a {
        padding: 12px 16px;
		font-size: 15px;
    }

	.zwc_roi_clm .getq-btn {
		margin: 15px auto;
		display: block;
		max-width: 190px;
	}

    .button-group .button {
        padding: 20px 25px;
    }

	.zwc_calculation-spot {
		padding: 0 0 45px;
	}

    .webFormClose::before,
    .webFormClose::after {
        left: 63%;
        top: 0px;
    }

    .range-spot {
        padding: 20px;
    }

    .zwc-lbl-val .zwc-slider,
    .zwc-lbl-val .zwc-slider-output {
        width: 100%;
    }
}