body {
    opacity: 1 !important
}

:root {
    --gray: #F7FBFC;
    --gray-2: #B2B5C2;
    --gray-3: #8D93A9;
    --lightGreen: #88F4DB;
    --lightGreen-2: #E7F2EF;
    --darkBlue: #001049;
    --brandPrimary: var(--darkBlue);
    --brandAccent: #313777;
    --danger: #e53e3e;
    --ok: #1f9e70
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body, html {
    background: var(--gray);
    color: var(--brandPrimary);
    font-family: Poppins, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    line-height: 1.4
}

.roi-hero {
    width: 100%;
    position: relative;
    background: #fff
}

.roi-hero::before {
    width: 100%;
    aspect-ratio: 1/.502;
    display: inline-block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: url(../img/bghersm.png) no-repeat top center/100% auto
}

.roi-hero .container {
    position: relative;
    z-index: 2
}

.roi-hero__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.roi-hero__bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.roi-hero__cont {
    width: 100%;
    max-width: 975px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 16px;
    margin-left: auto;
    margin-right: auto;
    padding: 152px 0 266px
}

.roi-hero__cont .ttl {
    width: 100%;
    text-align: center;
    font-size: 60px;
    color: #222449;
    line-height: 1.2;
    font-weight: 700
}

.roi-hero__cont p {
    text-align: center;
    width: 100%;
    max-width: 793px;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 400;
    color: #222449
}

.roi-hero__cont .subttl {
    text-align: center;
    font-size: 40px;
    line-height: 1.2;
    font-weight: 400;
    color: #222449
}

.roi-calculator {
    max-width: 960px;
    position: relative;
    z-index: 2;
    margin: -179px auto 0;
    gap: 136px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.calculator-part {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background: linear-gradient(135deg, #fff 0, #fbfdfd 100%);
    border: 1px solid var(--brandPrimary);
    border-radius: 20px;
    padding: 28px;
    -webkit-box-shadow: 0 20px 60px rgba(0, 16, 73, .08);
    box-shadow: 0 20px 60px rgba(0, 16, 73, .08);
    position: relative
}

.calculator-part .piggy1 {
    position: absolute;
    bottom: 22px;
    right: 0;
    width: 240px;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform: translate(78%, 0);
    -ms-transform: translate(78%, 0);
    transform: translate(78%, 0)
}

.calculator-part .piggy1 img {
    width: 100%;
    height: auto
}

.calculator-header {
    text-align: center;
    margin-bottom: 28px
}

.calculator-header h2 {
    font-size: 28px;
    font-weight: 800;
    margin-bottom: 10px
}

.calculator-header p {
    font-size: 18px;
    color: var(--gray-3);
    max-width: 744px
}

.calculator-section {
    background: rgba(255, 255, 255, 0);
    border-radius: 16px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: relative
}

.input-group {
    margin-bottom: 24px;
    width: 100%
}

.input-group .btn-small {
    height: 51px;
    font-size: 15px !important;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    padding: 5px 21px !important;
    border-radius: 50px !important
}

.input-group.input-group--sel {
    width: 50%
}

.input-group__head {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.input-group__head .slider-value {
    margin: 0
}

.input-group .hd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 12px;
    margin-top: 16px;
    margin-bottom: 12px
}

.input-group .hd label {
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    color: #001049
}

.input-group .hd p {
    font-size: 14px;
    font-weight: 400;
    color: #6b7280;
    line-height: 1.2
}

.input-group label {
    display: block;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 8px;
    color: #001049
}

.input-group input[type=number], .input-group select {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid #d1d5db;
    border-radius: 14px;
    background: #fff;
    color: var(--brandPrimary);
    font-size: 15px;
    outline: 0
}

.note {
    font-size: 12px;
    color: var(--danger);
    margin-top: 6px;
    display: none
}

.slider-container {
    margin-top: 0;
    margin-bottom: 12px
}

.slider-container:last-child {
    margin-bottom: 0
}

.slider-value {
    display: inline-block;
    background: #e9fffb;
    color: var(--brandPrimary);
    padding: 6px 12px;
    border-radius: 999px;
    font-weight: 700;
    font-size: 12px;
    border: 1px solid var(--brandPrimary);
    margin-bottom: 8px
}

input[type=range] {
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 12px;
    border-radius: 999px;
    background: -webkit-gradient(linear, left top, right top, from(var(--brandAccent)), color-stop(50%, var(--brandAccent)), color-stop(50%, #e8e8e8), to(#e8e8e8));
    background: linear-gradient(to right, var(--brandAccent) 0, var(--brandAccent) 50%, #e8e8e8 50%, #e8e8e8 100%);
    border: 1px solid #fff
}

input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: var(--brandAccent);
    border: 2px solid #fff;
    -webkit-box-shadow: 0 2px 8px rgba(0, 16, 73, .15);
    box-shadow: 0 2px 8px rgba(0, 16, 73, .15)
}

.results-wrapper {
    width: 100%;
    position: relative;
    margin-bottom: 28px;
    margin-top: 26px
}

.results-wrapper::before {
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    position: absolute;
    display: inline-block;
    content: "";
    background: linear-gradient(91.89deg, #39cea0 1.25%, #989dff 61.11%, #39c4ce 91.87%, #39cea0 99.6%);
    opacity: .5;
    -webkit-filter: blur(20px);
    filter: blur(20px);
    border-radius: 8px
}

.results-wrapper__wrapper {
    width: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 48px;
    position: relative;
    -webkit-box-shadow: 0 0 20px rgba(31, 41, 55, .1);
    box-shadow: 0 0 20px rgba(31, 41, 55, .1);
    border-radius: 12px;
    padding: 24px;
    background: linear-gradient(91.89deg, #39cea0 1.25%, #989dff 61.11%, #39c4ce 91.87%, #39cea0 99.6%)
}

.results-wrapper__wrapper::before {
    border-radius: 8px;
    top: 4px;
    right: 4px;
    left: 4px;
    bottom: 4px;
    background: #222449;
    display: inline-block;
    content: "";
    position: absolute
}

.results-wrapper__wrapper .results-preview {
    position: relative;
    z-index: 2;
    width: calc(50% - 24px)
}

.results-wrapper__wrapper .results-preview:not(:last-child)::after {
    height: 100%;
    display: inline-block;
    content: "";
    position: absolute;
    top: 0;
    right: -24px;
    border-right: 1px dashed #fff
}

.results-preview {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.preview-label {
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    opacity: .8
}

.preview-amount {
    font-size: 40px;
    font-weight: 600;
    margin: 20px 0 5px;
    color: #fff
}

.preview-sublabel {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    opacity: .8
}

.cta-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    gap: 8px;
    margin-top: 16px
}

.cta-group .cta-group {
    height: 51px
}

.cta-group ~ p {
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: #6b7280;
    font-weight: 400;
    margin-top: 16px;
    margin-bottom: 70px
}

.cta-group2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    gap: 8px;
    width: 100%;
    margin-bottom: 70px
}

.cta-group2 .cta-group {
    height: 51px
}

.cta-group2 p {
    width: 100%;
    max-width: 655px;
    text-align: center;
    font-size: 18px;
    color: #6b7280;
    font-weight: 400;
    margin-bottom: 16px
}

.cta-group2 .btn-small {
    height: 51px;
    font-size: 15px !important;
    padding: 5px 21px !important;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    border-radius: 50px !important
}

.cta-label {
    font-size: 24px;
    font-weight: 400;
    color: #030712;
    margin-bottom: 38px
}

.cta-label strong {
    font-weight: 700
}

.results-grid {
    grid-template-columns:repeat(auto-fit, minmax(240px, 1fr));
    gap: 14px;
    margin-bottom: 20px;
    display: none !important
}

.result-card {
    background: #fff;
    border: 1px solid var(--brandPrimary);
    border-radius: 14px;
    padding: 18px;
    text-align: center;
    -webkit-box-shadow: 0 4px 12px rgba(0, 16, 73, .06);
    box-shadow: 0 4px 12px rgba(0, 16, 73, .06)
}

.result-card-label {
    font-size: 12px;
    color: var(--gray-3);
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 6px
}

.result-card-value {
    font-size: 26px;
    font-weight: 900
}

.split {
    display: grid;
    grid-template-columns:1fr 1fr;
    gap: 24px;
    margin-bottom: 55px;
    width: 100%
}

.split .box {
    background: #fff;
    border: 1px solid #d1d5db;
    border-radius: 14px;
    padding: 24px
}

.box h4 {
    margin-bottom: 24px;
    font-size: 20px;
    font-weight: 500;
    color: #001049;
    line-height: 1
}

.box .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 6px 1px;
    font-size: 14px;
    color: #001049
}

.box .row:nth-child(odd) {
    background: #f3f4f6
}

.box .row.row--gr {
    background: #ecfdf6
}

.box .row:last-child {
    border-bottom: none
}

.box .val {
    font-weight: 700
}

.ok {
    color: #39cea0
}

.danger {
    color: var(--danger)
}

#resultsWrap {
    width: 100%
}

.comparison-chart {
    background: #fff;
    border: 1px solid var(--brandPrimary);
    border-radius: 14px;
    padding: 18px;
    display: none !important
}

.chart-title {
    font-size: 16px;
    font-weight: 800;
    margin-bottom: 6px
}

.chart-sub {
    font-size: 12px;
    color: var(--gray-3);
    margin-bottom: 14px
}

.chart-bar {
    margin-bottom: 14px
}

.chart-bar-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 6px
}

.chart-bar-container {
    height: 28px;
    background: var(--lightGreen-2);
    border: 1px solid var(--brandPrimary);
    border-radius: 999px;
    overflow: hidden
}

.chart-bar-fill {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-inline: 10px;
    color: #fff;
    font-weight: 800;
    font-size: 12px;
    -webkit-transition: width 1s ease-out;
    transition: width 1s ease-out
}

.chart-bar-fill.current {
    background: -webkit-gradient(linear, left top, right top, from(#f59ea6), to(#e53e3e));
    background: linear-gradient(90deg, #f59ea6, #e53e3e)
}

.chart-bar-fill.gen2 {
    background: -webkit-gradient(linear, left top, right top, from(#7ae5c5), to(#1f9e70));
    background: linear-gradient(90deg, #7ae5c5, #1f9e70)
}

.is-hidden {
    display: none !important
}

@media (max-width: 768px) {
    .roi-calculator {
        gap: 40px;
        margin-top: -60px
    }

    .calculator-part {
        padding: 20px
    }

    .calculator-header h2 {
        font-size: 22px
    }

    .preview-amount {
        font-size: 34px
    }

    .split {
        grid-template-columns:1fr
    }
}

#lead-form {
    width: 100%
}

.lead-form {
    width: 100%;
    max-width: 1306px;
    margin: 233px auto 0
}

.lead-form__wrap {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 50px;
    padding: 0 15px
}

.lead-form__left {
    width: 100%;
    max-width: 667px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 25px
}

.lead-form__left .ttl {
    font-size: 40px;
    font-weight: 600;
    line-height: 1.36;
    color: #001049
}

.lead-form__left .ttl strong {
    font-weight: inherit
}

.lead-form__left ul {
    width: 100%;
    gap: 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.lead-form__left ul li {
    width: 100%;
    padding-right: 20px;
    padding-left: 31px;
    position: relative;
    z-index: 2
}

.lead-form__left ul li::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    width: 16px;
    height: 15px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='15' fill='none'%3E%3Ccircle cx='7.364' cy='7.364' r='6.364' fill='%2388F4DB'/%3E%3Cpath stroke='%23001049' stroke-linecap='round' d='M13.727 7.364a6.364 6.364 0 1 1-3.181-5.513'/%3E%3Cpath stroke='%23001049' stroke-linecap='round' stroke-linejoin='round' d='M5.454 6.41 7.68 9.272l7.318-7'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center
}

.lead-form__left p {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.83;
    color: #001049;
    width: 100%;
    max-width: 455px
}

.lead-form__left li {
    font-size: 15px;
    font-weight: 400;
    line-height: 2.4;
    color: #001049
}

.lead-form__right {
    width: 100%;
    max-width: 437px
}

.lead-form__right > p {
    width: 100%;
    text-align: center;
    margin-top: 24px;
    font-size: 18px;
    line-height: 1.2;
    color: #6b7280;
    font-weight: 400
}

.frm {
    width: 100%
}

#wrapper {
    overflow-x: hidden
}

#lead-form .hs-form h2, #lead-form .hs-form h3 {
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 10px;
    color: var(--brandPrimary)
}

#lead-form .hs-form p {
    font-size: 13px;
    color: var(--gray-3);
    margin-bottom: 10px
}

#lead-form .hs-form-field {
    margin-bottom: 20px
}

#lead-form .hs-form-field label {
    display: block;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 6px;
    color: var(--brandPrimary)
}

#lead-form input[type=email], #lead-form input[type=number], #lead-form input[type=tel], #lead-form input[type=text], #lead-form select, #lead-form textarea {
    width: 100% !important;
    max-width: 100% !important;
    padding: 10px 12px !important;
    border-radius: 14px !important;
    border: 1px solid #d1d5db !important;
    background: #fff !important;
    font-size: 15px !important;
    font-family: inherit !important;
    color: var(--brandPrimary) !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

#lead-form input[type=email]:focus, #lead-form input[type=number]:focus, #lead-form input[type=tel]:focus, #lead-form input[type=text]:focus, #lead-form select:focus, #lead-form textarea:focus {
    outline: 0 !important;
    border-color: #012296 !important;
    -webkit-box-shadow: 0 0 0 1px rgba(1, 34, 150, .15) !important;
    box-shadow: 0 0 0 1px rgba(1, 34, 150, .15) !important
}

#lead-form .hs-error-msg, #lead-form .hs-error-msgs {
    font-size: 12px;
    color: var(--danger);
    margin-top: 4px
}

#lead-form .hs-button.primary, #lead-form button[type=submit], #lead-form input[type=submit] {
    background: var(--lightGreen);
    border: 1px solid var(--darkBlue);
    border-radius: 26px;
    padding: 5px 20px;
    min-width: 133px;
    min-height: 38px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: Poppins, sans-serif;
    font-weight: 600;
    font-size: 13px;
    line-height: 1.92;
    text-align: center;
    color: var(--darkBlue);
    position: relative;
    z-index: 2;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='27' fill='none'%3E%3Cpath fill='%23CCFFF3' d='M6.586.005C4.174 7.453 2.27 16.263 5.36 23.716 5.804 24.801 6.369 25.872 7 27-3.042 22.203-1.468 6.002 6.586 0v.005Z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: 7px 27px;
    height: 51px;
    margin: 40px auto 0;
    cursor: pointer
}

#lead-form .hs-button.primary:hover, #lead-form button[type=submit]:hover, #lead-form input[type=submit]:hover {
    background-color: var(--pink);
    text-shadow: .5px 0 0 #001049
}

#lead-form .hs-form .inputs-list, #lead-form .hs-form ul {
    list-style: none;
    padding-left: 0
}

#lead-form .hs-richtext, #lead-form .legal-consent-container {
    font-size: 12px;
    color: var(--gray-3)
}

#lead-form .hs-form fieldset {
    max-width: 100% !important;
    width: 100% !important
}

.actions {
    text-align: center
}

@media screen and (max-width: 1400px) {
    .lead-form {
        margin-top: 150px
    }

    .roi-hero__cont {
        padding: 120px 0 220px
    }

    .comp-logos {
        margin-bottom: 50px
    }
}

@media screen and (max-width: 1050px) {
    .roi-hero .container {
        padding: 0 23px
    }

    .roi-hero__cont {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        gap: 8px;
        padding: 36px 0 32px
    }

    .roi-hero__cont .ttl {
        font-size: 34px;
        text-align: left
    }

    .roi-hero__cont .subttl {
        font-size: 18px;
        text-align: left
    }

    .roi-hero__cont p {
        font-size: 14px;
        text-align: left
    }

    .roi-calculator {
        margin-top: 0
    }

    .calculator-header h2 {
        font-size: 20px
    }

    .calculator-header p {
        font-size: 12px
    }

    .input-group label {
        font-size: 16px
    }

    .input-group {
        margin-bottom: 16px
    }

    .cta-group ~ p {
        font-size: 12px;
        margin-top: 0;
        margin-bottom: 20px
    }

    .roi-calculator {
        gap: 30px;
        padding: 0 23px
    }

    .calculator-part .piggy1 {
        width: 140px;
        -webkit-transform: translate(60%, 0);
        -ms-transform: translate(60%, 0);
        transform: translate(60%, 0)
    }

    .cta-group2 p {
        font-size: 14px
    }

    .cta-label {
        font-size: 20px
    }
}

.footer {
    visibility: visible !important
}

.wow {
    visibility: visible !important
}

@media screen and (max-width: 767px) {
    body {
        background: #f7fbfc
    }

    .roi-calculator {
        padding: 0
    }

    .calculator-part {
        background: rgba(255, 255, 255, 0);
        border: none;
        border-radius: 0;
        padding: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .calculator-header {
        padding: 51px 20px 31px;
        margin-bottom: 0
    }

    .calculator-header p {
        font-size: 12px;
        color: #222449
    }

    .calculator-section {
        border-radius: 16px;
        padding: 21px 23px;
        background: #fff
    }

    .input-group.input-group--sel {
        width: 100%
    }

    .input-group {
        margin-bottom: 46px
    }

    .input-group .hd {
        margin-top: 0;
        margin-bottom: 46px;
        gap: 4px
    }

    .slider-container input {
        margin-top: 10px
    }

    .cta-group {
        margin: 0 0 12px
    }

    .calculator-header {
        width: 100%
    }

    .roi-calculator {
        gap: 0
    }

    .results-wrapper {
        margin-top: 0
    }

    #resultsWrap .calculator-header {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 54px 24px 32px
    }

    #resultsWrap .calculator-header h2 {
        text-align: left;
        font-size: 28px
    }

    #resultsWrap .calculator-header p {
        text-align: left;
        font-size: 18px
    }

    #resultsWrap .calculator-section {
        background: rgba(255, 255, 255, 0);
        padding-top: 0;
        padding-bottom: 0
    }

    .results-wrapper {
        max-width: calc(100% - 44px);
        margin-left: auto;
        margin-right: auto
    }

    .results-wrapper__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding: 24px;
        gap: 48px
    }

    .results-wrapper__wrapper .results-preview {
        width: 100%;
        padding: 0
    }

    .results-wrapper__wrapper .results-preview:not(:last-child)::after {
        width: 100%;
        height: 0;
        border-right: none;
        border-bottom: 1px dashed #fff;
        right: 0;
        top: calc(100% + 24px)
    }

    .preview-label {
        font-size: 14px
    }

    .preview-amount {
        font-size: 40px
    }

    .split {
        margin-bottom: 40px
    }

    .cta-group2 {
        margin-top: 0 !important;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 0;
        margin-bottom: 0
    }

    .cta-group2 p {
        margin-bottom: 24px;
        font-size: 14px;
        text-align: left
    }

    .cta-group2 span {
        display: inline-block;
        margin-bottom: 46px;
        font-size: 20px;
        text-align: left
    }

    .calculator-part .piggy1 {
        display: none
    }

    .lead-form {
        padding: 0 0 24px;
        margin-top: 70px
    }

    .lead-form__wrap {
        gap: 36px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding: 0 24px
    }

    .lead-form__left {
        max-width: 100%;
        gap: 0
    }

    .lead-form__left .ttl {
        font-size: 20px;
        font-weight: 400;
        margin-bottom: 10px
    }

    .lead-form__left .ttl strong {
        font-weight: 800;
        font-size: 24px
    }

    .lead-form__left p {
        font-size: 18px;
        margin-bottom: 36px
    }

    .lead-form__left ul {
        gap: 31px
    }

    .lead-form__left ul li {
        font-size: 14px;
        line-height: 1.2
    }

    .lead-form__left ul li::before {
        top: 2px
    }

    .lead-form__right > p {
        font-size: 14px
    }
}