.mainDiv {
    margin: 50px auto 0;
    max-width: 1380px;
    clear: both;
    padding: 0 30px;
}

.pageContent {
    padding: 70px 0 70px 0;
}

.short-title h4 {
    text-align: left;
}

h1 {
    font: 700 42px/1.1 var(--DM-Sans) !important;
    letter-spacing: -0.05em;
    color: transparent;
    background: var(--text-gradient-blue);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    width: max-content;
    margin: 20px 0;
}

.header-text {
    font: 400 20px/28px var(--DM-Sans) !important;
    margin-bottom: 35px;
    max-width: 950px;
    letter-spacing: 0;
}

h2 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    color: #151e5b;
    margin: 0 0 16px 0;
}

.calc ul {
    list-style: none none;
    padding: 0;
    margin: 0;
}

.calc ul.calc-main-container {
    display: flex;
    justify-content: space-between;
    gap: 50px;
    position: relative;
    width: 1030px;
    border-radius: 20px;
}

.calc ul.calc-main-container > li {
    width: 100%;
}

.calc ul li {
    width: calc(50% - 50px);
    color: #151e5b;
}

.calc ul li.calcInputs {
    padding: 30px;
    border-radius: 20px;
    background: #ffffff;
    border: 1px solid #b9b9b9;
    box-shadow: 3px 3px 23px -2px rgba(0, 0, 0, 0.25);
    position: absolute;
    width: 420px;
    max-width: 50%;
    top: 0;
    left: 0;
}

.calc ul li.calcInputs2 {
    float: left;
    width: 50%;
    padding: 0 0 30px 0;
    border-radius: 20px;
    background: #ffffff;
    border: 1px solid #b9b9b9;
    box-shadow: 3px 3px 23px -2px rgba(0, 0, 0, 0.25);
}

.calc ul li.calcResults {
    /*float: right;*/
    border: 0;
    padding: 20px 50px 50px;
    /*padding-left: calc(474px - 24px);*/
    background: linear-gradient(-84.86deg, #151E5B 12.11%, #0A2D94 46.33%, #003AC6 57.51%, #0051CF 70.1%, #00BEFF 104.36%);
    margin-left: 50px;
    margin-top: 75px;
    border-radius: 20px;
    min-height: 715px;
}

.calc-results-wrapper {
    margin-left: calc(420px - 55px);
}

.calc ul li.calcResults2 {
    float: right;
    border: 0;
    width: 50%;
}

input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
select,
textarea {
    border: none;
    padding: 0;
}

.inputItem {
    margin: 26px 0 0 0;
    font-size: 16px;
    line-height: 22px;
    min-height: 50px;
}
.inputItem ul {
    list-style: none;
    list-style-image: none;
    padding: 0;
    margin: 0;
}
.inputItem ul li {
    float: left;
    margin: 0 0 0 0;
}
.inputItem ul li.inputNum {
    margin: 0 16px 0 0;
    width: 40px;
    height: 40px;
    background: #3dbfef;
    border-radius: 50%;
    font-size: 26px;
    line-height: 40px;
    font-weight: 600;
    color: #ffffff;
    text-align: center;
}
.inputItem ul li.inputNumEmpty {
    margin: 0 16px 0 0;
    width: 40px;
    height: 40px;
}
.inputItem ul li.inputSelect {
    width: calc(100% - 56px);
    padding: 0 19px;
}
.inputItem ul li.inputText {
    width: 100%;
    padding: 8px 0 0 0;
}
.inputItem ul li.inputSpinner {
    width: 320px;
    padding: 24px 0 0 0;
}

.inputItem ul li.inputSelect2 {
    width: calc(100% - 46px);
    padding: 8px 20px 0 20px;
}
.inputItem ul li.inputText2 {
    width: calc(100% - 262px);
    padding: 8px 20px 0 20px;
}
.inputItem ul li.inputSpinner2 {
    width: 200px;
    padding: 8px 20px 0 0;
}
.inputItem ul li.inputSpinner2 input {
    width: 200px;
}
/* Volume item */
.inputItem.volume > ul {
    display: flex;
    flex-direction: column;
}

/* type choises inputs */
input[name="typeChoice"] {
    display: none;
}
.typeChoices-wrap {
    display: flex;
    padding-top: 24px;
    column-gap: 28px;
}
.typeChoices-wrap>div {
    max-width: 50%;
    border: 1px solid #D6D7E3;
    border-radius: 8px;
}

.typeChoices-wrap>div.linear-borders label {
    font-weight: 700;
}

.typeChoices-wrap>div label {
    width: 118px;
    text-align: center;
    font-size: 20px;
    padding: 9px 0;
    display: block;
    border-radius: 6px;
    background-color: #fff;
    z-index: 0;
}


.inputItemResult {
    margin: 20px 0 0 46px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    padding: 4px 10px 16px 10px;
    border-bottom: #b9b9b9 1px solid;
}
.inputItemResult2 {
    margin: 20px 5px 0 5px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    padding: 16px 15px 16px 15px;
    background: rgba(247, 247, 252, 1);
    border-bottom: #b9b9b9 1px solid;
}
.smallText {
    font-size: 12px;
    line-height: 12px;
    color: #767676;
    padding: 0 0 10px 0;
}

.ui-slider-horizontal {
    height: 5px !important;
    margin: 16px 0 0 0 !important;
}
.ui-slider .ui-slider-handle {
    margin: -5px 0 0 0;
    background: #293377 !important;
    border: #ffffff 3px solid !important;
    border-radius: 50%;
    width: 22px !important;
    height: 22px !important;
    box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.25);
}
.ui-slider .ui-slider-handle:focus {
    background: #293377;
    outline: 0px !important;
}
.ui-widget.ui-widget-content {
    /*border: 1px solid #d6d7e3 !important;
    background: #d6d7e3;*/
    width: 100%;
    border-radius: 6px;
    border: none;
    overflow: visible;

    height: 42px !important;
}

span#numberOfTransactionsDisplay {
    position: absolute;
    /* padding: 12px 20px; */
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;

    font: 700 20px/28px var(--DM-Sans) !important;
    color: var(--dark-blue) !important;
}

/*.ui-spinner-input {*/
/*    padding: 2px 0 !important;*/
/*    margin: 0 1.5% 0 !important;*/
/*    width: 97%;*/
/*    height: 45px;*/
/*    background: #ffffff !important;*/
/*    text-align: center;*/

/*    font: 500 20px/28px var(--DM-Sans) !important;*/
/*    color: var(--dark-blue) !important;*/
/*}*/

.ui-spinner-input2 {
    padding: 2px 0 !important;
    margin: 0 0 0 0 !important;
    width: 200px;
    height: 24px;
    background: #ffffff !important;
    text-align: center;
}

.ui-spinner-button {
    position: relative;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 38px !important;
    height: 33px !important;
    cursor: pointer !important;
}
.ui-spinner-down {
    top: 0 !important;
    left: 0 !important;
    border-left: 0px !important;
    border-right: #c5c5c5 1px solid !important;
}
.ui-spinner-up {
    top: 0 !important;
    right: 0 !important;
    border-right: 0px !important;
    border-left: #c5c5c5 1px solid !important;
}
.ui-button-icon-only .ui-icon {
    margin-top: -13px !important;
}

.sliderTable {
    width: 100%;
    color: #d6d7e3;
    margin-bottom: 0;
}

.sliderTable,
.sliderTable *{
    border: none;
}

.sliderTable td.sliderEdge1 {
    width: 30px;
    color: #d6d7e3;
}
.sliderTable td.sliderEdge2 {
    width: 50px;
    color: #d6d7e3;
    padding: 0 0 0 6px;
}
.sliderTable td.sliderSlide {
    width: calc(100% - 150px);
    padding: 10px 0 0 0;
}
.sliderTable td.sliderReslut {
    width: 70px;
    text-align: right;
    color: #3dbfef;
    font-weight: 600;
}

#calcForm select {
    font-size: 20px;
    padding: 4px;
    margin: 4px 0 10px 0;
    border: #c5c5c5 1px solid;
    width: 100%;
    border-radius: 3px;
    background: #ffffff;
    font-weight: 700;
}
#calcForm select#countryCode {
    margin: 0;
    border: none;
    border-radius: 6px;
    appearance: none;
    z-index: 1;
    padding: 6px 12px;
}
.linear-borders {
    padding: 0;
    border-radius: 8px;
    background-clip: padding-box;
    border: solid 2px transparent;
    position: relative;
    box-sizing: border-box;
    display: flex;
}
.linear-borders:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    margin: -2px;
    border-radius: inherit;
    background: linear-gradient(179.58deg, #00BEFF 55.94%, #000BB1 110.25%);
}
#processingVolume {
    float: right;
    color: #3dbfef;
}
#totalDeclineVolume {
    float: right;
    color: #3dbfef;
}
.calcButton {
    text-align: center;
    padding: 0;
    margin-top: 55px;
}
.calcButton.linear-borders:before{
    background: linear-gradient(180deg, #EBEAED 0%, #00BEFF 100%);
}
.calcButton button {
    background: linear-gradient(264.29deg, #00BEFF 5.73%, #000BB1 104.3%);
    border: none;
    color: #ffffff;
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    border-radius: 8px;
    padding: 12px 0;
    width: 100%;
    transition: all 0.4s ease 0s;
    z-index: 0;
}
.calcButton button:hover {
    /*background: #28337d;
    border: #28337d 1px solid;*/
    cursor: pointer;
}

.calcButton2 {
    text-align: center;
    padding: 40px 20px 0 20px;
}
.calcButton2 button {
    background: #3dbfef;
    border: #3dbfef 1px solid;
    color: #ffffff;
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
    border-radius: 30px;
    padding: 10px 0;
    width: 100%;
    transition: all 0.4s ease 0s;
    text-transform: none;
}
.calcButton2 button:hover {
    background: #151e5b;
    border: #151e5b 1px solid;
    cursor: pointer;
}

.calcTitle {
    background: #151e5b;
    color: #ffffff;
    font-weight: 600;
    font-size: 20px;
    text-align: center;
    padding: 20px 16px 16px 16px;
    margin: 0 0 0 0;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
#resultsTitle {
    color: #0AB4EE;
    font-weight: 600;
    font-size: 40px;
    padding: 20px 16px 16px 0;
    margin: 0 0 0 0;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
#resultsTitle2 {
    background: #3dbfef;
    color: #151e5b;
    font-weight: 600;
    font-size: 20px;
    text-align: center;
    padding: 20px 16px 16px 16px;
    margin: 0 0 0 0;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.calcResultsTable {
    width: 100%;
    border: none;
    color: #fff;
    margin-bottom: 0;
}

.calcResultsTable.cost {
    border-top: 1px solid #B9B9B9;
}

.calcResultsTable * {
    border: none;
}

.calcResultsTable td {
    /*padding: 18px 20px;*/
    vertical-align: top;
    font-size: 16px;
    line-height: 1;
    font-weight: 600;
}
.calcResultsTable td.hi {
    padding: 20px 8px;
    font-weight: 700;
    font-size: 24px;
    border-bottom: #0ECDE0 2px solid;
}
.calcResultsTable td.hi.val {
    text-align: right;
    color: #3dbfef !important;
    font-size: 30px;
}
.calcResultsTable td.fi {
    padding: 20px 16px;
    font-weight: 700;
    font-size: 20px;
}
/*.calcResultsTable td.fi.active {
    padding: 24px 20px 8px 20px;
    background: url(../../img/icon-close3.png) right center no-repeat;
    background-position: calc(100% - 24px) 26px;
}*/

.calcResultsTable td.icon {
    border-bottom: 0px;
}
.calcResultsTable td.icon div {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.calcResultsTable td.icon div.issuers-income {
    background: #f7f7fc url(../../img/icon-issuers-income.svg) center center
    no-repeat;
}
.calcResultsTable td.icon div.interchange-saved-transactions {
    background: #f7f7fc url(../../img/icon-interchange-saved-transactions.svg)
    center center no-repeat;
}
.calcResultsTable td.icon div.interchange-indirect-saved-transactions {
    background: #f7f7fc
    url(../../img/icon-interchange-indirect-saved-transactions.svg) center
    center no-repeat;
}
.calcResultsTable td.icon div.call-center {
    background: #f7f7fc url(../../img/icon-call-center.svg) center center
    no-repeat;
}

.calcResultsTable td.text {
    padding: 0px;
    font-size: 16px;
    font-weight: 600;
}
.calcResultsTable td.text > button {
    margin-left: 9px;
}
.calcResultsTable td.value {
    padding: 0 8px 3px 0 ;
    /*text-align: right;*/
    color: #93FFAC;
    font-size: 22px;
    font-weight: 700;
}

.calcResultsTable button {
    color: #293377;
    background: #f7f7fc;
    border: #f7f7fc 1px solid;
    width: 20px;
    height: 20px;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    border-radius: 50%;
    transition: all 0.4s ease 0s;
    padding: 0 0 0 0;
    text-transform: none;
}
.calcResultsTable button:hover {
    cursor: pointer;
    background: #e1e1e6;
}

.calc2ResultsTable {
    width: 100%;
    background: rgba(247, 247, 252, 0.8);
}
.calc2ResultsTable td {
    width: 50%;
    padding: 40px 10px;
    text-align: center;
}
.calc2ResultsTable td img {
    width: 74px;
    height: 70px;
    border-radius: 0;
    margin: 24px 0 12px 0;
}
.calc2ResultsTable td .text {
    font-weight: 700;
    font-size: 22px;
    line-height: 26px;
}
.calc2ResultsTable td .value {
    color: #3dbfef;
    font-weight: 700;
    font-size: 28px;
    line-height: 32px;
}
.calc2ResultsBottom {
    height: 20px;
    background: #151e5b;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.calcResultsTotal {
    font-weight: 600;
    font-size: 20px;
    /*border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;*/
    border-top: 2px solid #0ECDE0;

}
.calcResultsTotal table {
    width: 100%;
    border: none;
}
.calcResultsTotal td.text {
    color: #ffffff;
    padding: 20px 8px;
    border: none;
    font-size: 24px;
    font-weight: 700;
}
.calcResultsTotal td.value {
    text-align: right;
    color: #3dbfef;
    padding: 20px 8px;
    font-size: 30px;
    font-weight: 700;
}

#realValueAdded {
    /*display: none;*/
    padding-left: 16px;
}
#loading {
    background: url(../../img/loading.svg) center center no-repeat;
    background-size: cover;
    height: 300px;
    width: 300px;
    padding: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    position: absolute;
    top: 250px;
    right: 200px;
}



.infoToolTip {
    position: absolute;
    z-index: 2;
    display: none;
    max-width: 340px;
    background: #333333;
    color: #ffffff;
    padding: 8px 12px;
    font-size: 13px;
    line-height: 20px;
    border-radius: 4px;
}

.modelAssumptions {
    padding: 50px 100px 0 100px;
    font-size: 16px;
    max-width: 1180px;
}

.modelAssumptions h5 {
    font: 700 30px/1.1 var(--DM-Sans);
    letter-spacing: -0.05em;
    color: var(--dark-blue);
    margin-bottom: 22px;
}

.modelAssumptions > div *{
    font: 400 20px/28px var(--DM-Sans);
}


.clearfix:after {
    content:" ";
    visibility:hidden;
    display:block;
    height:0;
    clear:both;
}

.results-bottom-title {
    max-width: 470px;
}

.results-bottom-title h5 {
    font: 700 36px/1.1 var(--DM-Sans);
    letter-spacing: -0.05em;
    color: var(--white);
}

.results-bottom-title p {
    font: 400 20px/28px var(--DM-Sans);
    color: var(--white);
    margin-top: 16px;
}

.results-bottom-content {
    align-items: center;
    justify-content: space-between;
    margin-top: 24px;
    display: none;

    opacity: 0;
    transition: opacity 0.5s ease;
}

.results-contact-btn {
    align-self: flex-end;
}

.results-contact-btn a,
.calcButton-new button {
    font: 500 20px/22px var(--DM-Sans);
    text-align: center;
    color: var(--white) !important;
    margin: 30px auto 0;
    border-radius: var(--radius-8);
    position: relative;
    width: 100%;
    height: 48px;
    transition: all 0.3s ease;
    outline: none;
    background: var(--white);
    border: none;
    padding: 12px 48px;
}

.results-contact-btn a {
    margin: 0;
}

.results-contact-btn span,
.calcButton-new button span {
    position: relative;
    z-index: 2;
}

.results-contact-btn a:hover,
.calcButton-new button:hover {
    color: var(--dark-blue) !important;
}

.results-contact-btn a::before,
.calcButton-new button::before {
    content: '';
    background: linear-gradient(180deg, #00BEFF 0%, #000BB1 100%) border-box;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 2px solid transparent;
    border-radius: var(--radius-8);
    opacity: 0;
    transition: opacity 0.3s linear;

    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
}

.results-contact-btn a:hover::before,
.calcButton-new button:hover::before {
    opacity: 1;
}

.results-contact-btn a::after,
.calcButton-new button::after {
    content: '';
    /*background: linear-gradient(264.29deg, #00BEFF 5.73%, #000BB1 104.3%);*/

    background: linear-gradient(264.29deg, #00BEFF 5.73%, #000BB1 104.3%)padding-box,
    linear-gradient( 0deg, #00BEFF 0%, #FFFFFF 100%) border-box;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 2px solid transparent;
    border-radius: var(--radius-8);
    opacity: 1;
    transition: opacity 0.3s linear;
}

.results-contact-btn a:hover::after,
.calcButton-new button:hover::after {
    opacity: 0;
}


/*@media only screen and (min-width: 980px) and (max-width: 1169px) {*/
/*    .mainDiv {*/
/*        max-width: 900px;*/
/*    }*/
/*}*/


@media only screen and (min-width: 0px) and (max-width: 990px) {
    .pageContent {
        padding: 0 16px 20px 16px;
    }

    .mainDiv {
        padding: 0;
    }
}

@media (max-width: 1140px) {
    .calc ul.calc-main-container {
        width: auto;
    }
}

@media (max-width: 990px) {

    #loading {
        background: url(../../img/loading.svg) center center no-repeat;
        background-size: cover;
        height: 150px;
        width: 150px;
        padding: 20px;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
        position: absolute;
        top: 200px;
        right: 50%;
        transform: translateX(50%);
    }

    h1 {
        font: 700 34px / 40px var(--DM-Sans) !important;
        margin: 16px 0;
        width: 100%;
    }

    .header-text {
        font: 400 16px/20px var(--DM-Sans) !important;
        margin-bottom: 20px;
    }

    .calc ul.calc-main-container {
        flex-direction: column;
    }

    body .site-content > div > div:first-of-type .short-title {
        padding-bottom:0;
        padding-top: 30px;
    }

    .calc ul li {
        width: auto;
    }
    .calc ul li.calcInputs {
        float: none;
        clear: both;
        width: auto;
        padding: 6px 20px 20px 16px;
        /*margin: 30px 0 30px 0;*/
    }
    .calc ul li.calcInputs2 {
        float: none;
        clear: both;
        width: auto;
        padding: 0 0 20px 0;
        margin: 30px 0 30px 0;
    }
    .calc ul li.calcResults {
        float: none;
        clear: both;
        width: auto;
        margin: 0 0 0 0;
    }
    .calc ul li.calcResults2 {
        float: none;
        clear: both;
        width: auto;
        margin: 0 0 0 0;
    }

    .inputItem {
        margin: 20px 0 0 0;
        font-size: 14px;
        line-height: 18px;
        min-height: 46px;
    }
    .inputItem ul li.inputNum {
        margin: 0 10px 0 0;
        width: 30px;
        height: 30px;
        font-size: 20px;
        line-height: 31px;
    }
    .inputItem ul li.inputNumEmpty {
        margin: 0 12px 0 0;
        width: 30px;
        height: 30px;
    }
    .inputItem ul li.inputSelect {
        padding: 4px 0 0 0;
        width: calc(100% - 46px);
    }
    .inputItem ul li.inputText {
        width: calc(100% - 50px);
        padding: 4px 0 0 0;
    }
    .inputItem ul li.inputText2 {
        width: calc(100% - 50px);
        padding: 4px 20px 0 20px;
    }
    .inputItem ul li.inputSpinner {
        float: none;
        clear: both;
        width: auto;
        padding: 6px 0 0 40px;
    }
    .inputItem ul li.inputSpinner2 {
        padding: 8px 20px 0 20px;
    }

    .sliderTable td.sliderSlide {
        max-width: 120px !important;
    }
    .ui-slider-horizontal {
        max-width: 120px !important;
    }

    .inputItemResult {
        margin: 6px 0 0 40px;
        padding: 24px 10px 16px 0;
        font-size: 14px;
    }
    .inputItemResult2 {
        margin: 20px 5px 0 5px;
        padding: 16px 15px 6px 15px;
        font-size: 14px;
    }

    #processingVolume {
        float: none;
        clear: both;
        padding: 0 0 6px 0;
    }
    #totalDeclineVolume {
        float: none;
        clear: both;
        padding: 0 0 6px 0;
    }
    .calcButton button {
        font-size: 16px;
        padding: 14px 0;
    }
    .calcButton2 {
        padding: 20px 20px 0 20px;
    }

    #resultsTitle {
        font-size: 16px;
        padding: 10px 10px 6px 10px;
    }
    .calcResultsTable td {
        padding: 16px 12px;
    }
    .calcResultsTable td.hi {
        padding: 16px 12px;
        font-size: 16px;
    }
    .calcResultsTable td.fi {
        padding: 16px 12px 16px 12px;
        font-size: 16px;
        background-position: calc(100% - 12px) 19px;
    }
    .calcResultsTable td.fi.active {
        padding: 16px 12px 0 12px;
        background-position: calc(100% - 12px) 19px;
    }
    .calcResultsTable td.text {
        padding: 22px 0 16px 0;
        font-size: 14px;
        line-height: 20px;
    }
    .calcResultsTable td.value {
        padding: 22px 12px 16px 12px;
        font-size: 16px;
        line-height: 20px;
    }
    .calcResultsTable td.icon div {
        width: 32px;
        height: 32px;
    }
    .calcResultsTable td.info {
        padding: 22px 12px 16px 0;
    }

    .calc2ResultsTable td img {
        width: 45px;
        height: 47px;
        border-radius: 0;
        margin: 20px 0 11px 0;
    }
    .calc2ResultsTable td .text {
        font-size: 18px;
        line-height: 22px;
    }
    .calc2ResultsTable td .value {
        font-size: 20px;
        line-height: 24px;
    }

    .calcResultsTotal td.text {
        padding: 18px 14px;
        font-size: 16px;
    }
    .calcResultsTotal td.value {
        padding: 0;
        font-size: 16px;
        border: none;
    }

    .infoToolTip {
        max-width: 260px;
        left: 40px !important;
    }

    .modelAssumptions {
        padding: 50px 0 20px 0;
        font-size: 12px;
        line-height: 18px;
        margin-top: -20px;
    }

    .calc-results-wrapper {
        margin-left: 0;
    }

    .results-bottom-content {
        flex-direction: column;
        align-items: flex-start;
        margin-top: 50px;
    }

    .results-contact-btn {
        width: 100%;
        margin-top: 30px;
    }

    .results-bottom-title {
        max-width: 310px;
    }

    .results-bottom-title h5 {
        font: 700 24px/28px var(--DM-Sans);
    }

    .results-bottom-title p {
        font: 400 14px/16px var(--DM-Sans);
    }

    .results-contact-btn a, .calcButton-new button {
        font: 500 16px/20px var(--DM-Sans);
    }

    .modelAssumptions h5 {
        font: 700 26px / 1.1 var(--DM-Sans);
        margin-bottom: 18px;
    }

    .modelAssumptions > div * {
        font: 400 18px/24px var(--DM-Sans);
    }

}

/* NEW STYLES */
.calculator-linear-title {
    font-size: 28px;
    font-weight: 700;
    color: transparent;
    background: var(--text-gradient-blue);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    width: max-content;
}

.inputItem.volume {
    border-top: 1px solid #B9B9B9;
    border-bottom: 1px solid #B9B9B9;
    padding: 30px 20px;
}

.nfs-num {
    width: 210px;
    margin: 0 auto;
    height: 45px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.ui-spinner a.ui-button.ui-widget.ui-spinner-button {
    background-color: transparent;
    position: absolute;

    border: none !important;
    width: 50px !important;
    height: 44px !important;
    top: -1px !important;
}

.ui-button.ui-widget.ui-spinner-button .ui-icon {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0 !important;
    width: 100%;
    height: 100%;
    background-position: center;
}

.ui-button.ui-spinner-up .ui-icon {
    background-image: url("/wp-content/themes/letskipp/assets/img/calc-plus.svg");
}

.ui-button.ui-spinner-down .ui-icon {
    background-image: url("/wp-content/themes/letskipp/assets/img/calc-minus.svg");
}

.ui-state-hover.ui-spinner-up .ui-icon,
.ui-state-focus.ui-spinner-up .ui-icon,
.ui-button.ui-spinner-up:hover .ui-icon,
.ui-button.ui-spinner-up:focus .ui-icon {
    background-image: url("/wp-content/themes/letskipp/assets/img/calc-plus.svg");
}

.ui-state-hover.ui-spinner-down .ui-icon,
.ui-state-focus.ui-spinner-down .ui-icon,
.ui-button.ui-spinner-down:hover .ui-icon,
.ui-button.ui-spinner-down:focus .ui-icon {
    background-image: url("/wp-content/themes/letskipp/assets/img/calc-minus.svg");
}

.ui-spinner-up {
    right: -56px !important;
}

.ui-spinner-down {
    left: -56px !important;
}

div#realValueAdded table.calcResultsTable > tbody > tr {
    display: flex;
    align-items: flex-end;
    padding-bottom: 14px;
    justify-content: space-between;
}
div#realValueAdded.cost tbody tr:first-child td.value {
    color: #FF7575;
}
.select-country-wrap.linear-borders {
    max-width: 140px;
    margin-top: 12px;
}
.select-country-wrap.linear-borders:after {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='10' viewBox='0 0 19 10' fill='none'%3E%3Cpath d='M1 1L8.59648 8.34551C8.97671 8.71318 9.57749 8.72117 9.96736 8.36376L18 1' stroke='%23AAAAAA' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    top: calc(50%);
    right: 14px;
    z-index: 99;
    display: block;
    width: 18px;
    height: 10px;
    transform: translateY(-50%);
    pointer-events: none;
}

.inputItem label {
    font-size: 20px;
}

@media(max-width: 990px) {
    .inputItem ul li.inputSelect {
        width: 100%;
    }

    .select-country-wrap.linear-borders {
        max-width: 100%;
    }

    #calcForm select#countryCode {
        font-size: 16px;
        padding: 13px 21px 12px;
    }

    .select-country-wrap.linear-borders:after {
        width: 17px;
        height: 8px;
    }

    .inputItem.volume {
        padding: 18px 0 29px;
    }

    /*.ui-spinner-input {*/
    /*    width: 100%;*/
    /*    font-size: 16px;*/
    /*}*/

    .inputItem ul li.inputSpinner {
        padding: 16px 0 0;
    }

    .typeChoices-wrap {
        column-gap: 31px;
        padding-top: 16px;
    }

    .inputItem label {
        font-size: 16px;
    }

    .calcButton {
        margin-top: 32px;
    }

    .calc ul li.calcInputs {
        position: relative;
        max-width: 100%;
        padding: 23px 21px 25px;
    }

    .calc ul li.calcResults {
        min-height: 100px;
        padding: 44px 25px 32px;
        border-radius: 0;
        background: linear-gradient(270deg, #151E5B -50%, #0A2D94 32%, #003AC6 57.51%, #0051CF 100%, #00BEFF 181%);
        margin: 0 -16px;
    }

    #realValueAdded {
        padding: 0;
    }

    .calcResultsTable td.text {
        font-weight: 400;
        display: flex;
        align-items: center;
        padding: 0;
    }

    #resultsTitle {
        padding: 0;
        font-size: 30px;
        margin-bottom: 19px;
    }

    .calcResultsTable td.hi {
        padding: 0;
        font-size: 16px;
        padding-bottom: 18px;
        border-bottom: 1px solid #B9B9B9;
    }

    .calcResultsTable td.hi.val {
        font-size: 16px;
    }

    .calcResultsTable td.fi {
        padding: 0;
        font-size: 16px;
        padding-top: 18px;
        padding-bottom: 18px;
    }

    table.calcResultsTable.cost {
        margin-top: 17px;
    }

    div#realValueAdded table.calcResultsTable > tbody > tr {
        align-items: center;
        padding-bottom: 12px;
    }

    .calcResultsTotal td.text {
        padding: 0;
        font-size: 16px;
    }

    .calcResultsTable td.value {
        padding: 0;
    }

    td.text span {
        max-width: 142px;
        display: block;
        line-height: 1.3;
    }

    .calcResultsTotal {
        margin-top: 12px;
        padding-top: 22px;
    }

    .typeChoices-wrap > div label {
        font-size: 16px;
        width: 127px;
        padding: 13px 0;
    }

    .nfs-num {
        width: calc(100% - 110px);
    }
}