:root {
    --primary-color: #1C4945; /* Dark green */
    --primary-color-2:#2A524E;
    --seconday-color:#E3FFA2;
    --light-green:#E8F0EA;
    --secondary-light:#96BB9F;
    --container-width:1400px;
}


.header-finbot {
    background: var(--primary-color);
}

.flex-header-finbot {
    align-items: center;
    align-content: center;
    display: grid;
    grid-gap: 10px;
    grid-template-columns: 1fr 4fr 1.3fr;
    padding: 14px 0px;
}


ul#menu-finbot-header-menu {
	margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}

ul#menu-finbot-header-menu li a{
    color: #fff;
    text-decoration: none;
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 14px;
    padding: 4px 8px;
    border-radius: 3px;
}

.logo-finbot svg{
    max-width: 100%;
    height: auto;	
}

.secondary-btn.btn-finbot {
    background: var(--seconday-color);
    color: var(--primary-color);
    text-decoration: none;
    font-weight: 800;
    border: 0;
    padding: 20px;
    display: inline-block;
    border-radius: 3px;
    text-align: center;
    line-height: 100%;
    font-size: 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.flex-header-finbot .secondary-btn.btn-finbot {
	float:right;
}

body.home .entry-header{
    display: none;
}

.entry-content {
    margin: 0;
}

body {
    font-family: inter;
}

.container{
	width: var(--container-width);
	max-width: 100%;
	margin: 0 auto;
}

.calculator-finbot-white {
    background: #fff;
    border-radius: 3px;
    box-sizing: border-box;
    box-shadow: 0px 0px 6px 1px #3333335c;
    min-height: 300px;
}

.calc-slider {
    margin: 20px auto;
    padding: 0px 0px;
    position: relative;
    width: 85%;
    align-items: center;
    background: var(--primary-color);
    border: 1px solid var(--primary-color) !important;
    margin-bottom: 50px;
    margin-top: 30px;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: 1px solid var(--secondary-light) !important;
    background: var(--secondary-light) !important;
    font-weight: normal;
    color: #454545;
    outline: none;
    border-radius: 30%;
    height: 22px;
    width: 22px;
}

.calc-slider .minimum-value-slider {
    position: absolute;
    top: -25px;
    font-size: 12px;
    color: #777;
    font-weight: 100;
    left: 0px;
}

.maximum-value-slider{
    position: absolute;
    top: -25px;
    font-size: 12px;
    color: #777;
    font-weight: 100;
    right: 0px;   
}

.calc-slider span.plus {
 
    border: 1px solid var(--primary-color);
    width: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: -50px;
    height: 32px;
    top: -11px;
    border-radius: 6px;
    font-size: 26px;
    font-weight: 100;

}

.slider-value-display {
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(0%);
    display: none;
    background: none;
    border: 0;
    text-align: center;
    white-space: nowrap;
    font-weight: 800;
    color: var(--primary-color);
    font-size: 24px;
}

.calc-slider span.minus {
   border: 1px solid var(--primary-color);
    width: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: -50px;
    height: 32px;
    top: -11px;
    border-radius: 6px;
    font-size: 26px;
    font-weight: 100;
}

.calc-question-finbot {
    margin-bottom: 30px;
    display: block;
    margin-top: 10px;
    color: var(--primary-color);
    font-weight: 600;
    font-size: 24px;
}

.primary-btn {
    border: 1px solid var(--primary-color);
    color: var(--primary-color) !important;
    display: inline-block;
    padding: 10px 40px;
    border-radius: 3px;
    text-decoration: none;
    font-weight: 800;
}

.calculator-finbot-white .primary-btn {
    margin: 20px 0px;
    box-sizing: border-box;
    margin-left: 5px;
    margin-right: 5px;
    display: block;
    text-align: center;
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.inner-padding {
    padding: 10px 20px;
}

.privacy-notice{
    background: var(--light-green);
    font-weight: 200;    
}

.calculator-finbot-white .inner-padding {
    padding-bottom: 0;
}

.calculator-finbot-white > div:not(.privacy-notice) {
    /* Your CSS styles here */
}


.privacy-notice{
    
}

.privacy-notice p {
    font-size: 10px;
    padding: 10px 20px;
}





.post, .page {
    margin-bottom: 0;
}

footer.entry-footer{
    display: none;
}

footer {
    padding: 40px 20px;
    background: var(--light-green);
    border: 0;
    margin-top: 120px;
    text-align: center;
    color: var(--primary-color);
    font-weight: 200;
}

.dark-logo svg{
}

.dark-logo svg path{
	fill: var(--primary-color);
}

.finbot-description-wrapper a.dark-logo{
	display: block;
    margin-bottom: 30px;
    text-align: left;
}

.finbot-footer-flex {
    align-items: center;
    align-content: center;
    display: grid;
    grid-gap: 10px;
    grid-template-columns: 2fr 1fr 1fr;
    padding: 40px 0px;
    justify-items: start;
}

.finbot-footer-flex ul{
    list-style-type: none;
    text-align: left;
    padding: 0;
    margin: 0;
}

.finbot-footer-flex ul li a{
    color: var(--primary-color);
    font-weight: 300;
    display: block;
    margin: 5px 0px;
    text-decoration: none;
}

.finbot-footer-flex ul li a:hover{
    text-decoration: underline;
}

.finbot-footer-title {
    text-align: left;
    font-size: 20px;
    font-weight: 800;
    color: var(--primary-color-2);
}

.wrapper-copyright {
    padding: 10px 0px;
    background: #fff;
    color: var(--primary-color);
    font-size: 11px;
}

.finbot-rating-system{
	display: inline-block;	
	position: relative;
}

.finbot-rating-system svg{
    width: 16px;
    height: 16px;	
}

.finbot-rating-system .finbot-rating-rating-before svg path{
    fill: var(--secondary-light);
}
.finbot-rating-system .finbot-rating-rating-after  svg path{
	fill: var(--primary-color-2);
}

.finbot-rating-rating-after {
    position: absolute;
    top: 0px;
    left: 0px;
    overflow: hidden;
    white-space: nowrap;
}


.testimonials-people-wrapper {
	display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: stretch;
    justify-content: flex-start;
    gap: 2em;
    margin: 4em 0px;
}

.testimonials-people-wrapper .testimonial-people{
    flex-basis: 48%;
    display: flex;
    max-width: 49%;
    padding: 2em;
    background: var(--light-green);
    border-radius: 3px;
    gap: 2em;
}

.testimonials-people-wrapper .testimonial-people-image{
    overflow: hidden;
    border-radius: 50%;
    width: 128px;
    height: 128px;
    min-width: 128px;
    border: 4px solid #fff;
    box-shadow: 0px 0px 8px 2px #33333321;	
	position:relative;
}

.testimonials-people-wrapper .testimonial-people-image img {
    position: absolute;
    height: 100%;
    width: auto;
    max-width: 100%;
}

.testimonial-people-name {
    font-size: 20px;
    font-weight: 800;
}


.testimonial-people-description p {
    margin: 0;
    font-size: 16px;
    line-height: 120%;
}

.page-title-block .block-title-page{
    width: 100%;
    display: block;
    text-align: center;
    max-width: 100%;
    color: var(--primary-color);
    margin: 4em 0px;
    font-size: 2em;
}

.page-title-block .block-title-page{
	
}

.page-title-block .block-title-page h1 span::before {
    content: '';
    display: block;
    background: var(--light-green);
    height: 45%;
    width: 100%;
    position: absolute;
    bottom: 5%;
    z-index: 0;
    left: 5%;
    transform: translateZ(-1px);
    opacity: 0.3;
}

.page-title-block .block-title-page h1 span {
    display: inline-block;
    position: relative;
    z-index: 2;
    transform-style: preserve-3d;
}

.form-finbot-wrapper {
    border: 1px solid var(--light-green);
    padding: 4em;
    background: var(--light-green);
    border-radius: .5em;
    width: 640px;
    margin: 0 auto;
    max-width: 100%;
}

.form-finbot-wrapper  .btn-finbot{
    border: 0;
    background: var(--secondary-light);
    color: #fff !important;
    padding: 1em 2em;
    display: block;
    width: 100%;
    font-size: 1.2em;
    font-weight: 800;
    letter-spacing: 0.2em;
    cursor: pointer;
    margin-top: 4em;
}

.finbot-form-field label{
	font-size: 1.2em;
    color: var(--primary-color);
    font-weight: bold;
}

.finbot-form-field input{
    width: 100%;
    border: 0;
    padding: .6em;
    margin-top: .2em;
	outline:none;
}

.finbot-form-field{
    margin: 1.2em 0px;
}


.finbot-footer-description {
    width: 480px;
    max-width: 100%;
    line-height: 110%;
    text-align: left;
}

.testimonials-main-description{
	text-align:center;
}

.radio_field_wrapper {
    display: flex;
    justify-content: flex-start;
    width: auto;
    align-items: center;
    line-height: 110%;
}

.radio_field_wrapper input {
    width: 24px;
    margin-right: 4px;
}


.radio_field_wrapper label {
    margin-top: 5px;
    font-size: 14px;
    font-weight: normal;
}

.flex-wrapper-general {
    display: flex;
    gap: 10px;
    margin: 10px 0px;
}

.birthday-form-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.birthday-form-flex .finbot-form-field{
    display: flex;
    flex-direction: column;
    flex-basis: 32%;
    max-width: 32%;
}


.birthday-form-flex .finbot-form-field label{
    font-size: 16px;
    font-weight: 400;
}

.birthday-form-flex .finbot-form-field select {
    padding: .8em;
    border: 0;
}


.finbot-form-field select {
    width: 100%;
    padding: 0.8em;
    margin: 0.5em 0px;
    border: 0;
}

.prefill-input::before {
    content: '$';
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: gray; /* Optional: Change the color to differentiate it from the input text */
    pointer-events: none; /* Ensure the pseudo-element doesn't interfere with input interaction */
}

input[type=text].personalCode {
    font: 1.6ch consolas, monospace;
    background: repeating-linear-gradient(90deg, #272222 0, #272222 1ch, transparent 0, transparent 1.5ch) 0 100% / 27ch 1px no-repeat;
    letter-spacing: .5ch;
    width: 100%;
    padding: .8em;
    background-position-x: 13px;
    background-position-y: 70%;
    background-color: #fff;
    outline: none;
}

.prefill-container {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    margin:.5em 0px;
}

.prefill-symbol {
    background: var(--primary-color-2);
    height: 100%;
    margin-top: .2em;
    padding: .6em 1.3em;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    color: #fff;
    font-weight: bold;
}

.radio-container {
    display: flex;
    justify-content: flex-start;
    float: left;
    gap: 10px;
}

.radio-wrapper-finbot {
    display: flex;
    gap: 2em;
    margin: 1em 0px;
}

.radio-container label {
    font-weight: 500;
}

input[type=text].bankcode-input {
    font: 1.6ch consolas, monospace;
    background: repeating-linear-gradient(90deg, #272222 0, #272222 1ch, transparent 0, transparent 1.5ch) 0 100% / 16ch 1px no-repeat;
    letter-spacing: .5ch;
    width: 100%;
    padding: .8em;
    background-position-x: 13px;
    background-position-y: 70%;
    background-color: #fff;
    outline: none;
}

.agreement-form-field-finbot{
    margin: 1em 0px;
}

input[type="text"]::placeholder {
	opacity: 0.4; /* Optional for better visibility */
	color: grey; /* Change color to distinguish placeholder from input */
}

.block-title-benefits h2{
	line-height: 100%;	
}

.benefit-block-one-title {
    line-height: 100%;
    margin-bottom: .25em;
}

.blog-article-big {
    box-shadow: 0px 0px 8px 1px #eee;
    padding: 1.5em;
    border: 1px solid var(--light-green);
}

.blog-article-big .thumbnail{
    position: relative;
    margin-bottom: 1em;
    height: 25em;
    overflow: hidden;	
}

.blog-article-big .thumbnail img{
	width: 100%;
}

.blog-article-big .blog-title a{
    color: var(--primary-color);
    font-size: 2em;
    text-decoration: none;
    font-weight: 900;	
}

.blog-article-big .blog-description {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.blog-articles-small {
    display: flex;
    flex-wrap: wrap;
    gap: 1em;
    margin-top: 2em;
}

.blog-articles-small .wrapper-news-articles-another {
    border-bottom: 0;
    padding-bottom: 10px;
    flex-basis: 24%;
    max-width: 24%;
    box-shadow: 0px 0px 8px 1px #eee;
    padding: .5em;
    border: 1px solid var(--light-green);
    margin-bottom: 0;
    margin-top: 0;
}

.blog-articles-small .wrapper-news-articles-another .thumbnail{
    height: 8em;
    overflow: hidden;
    margin-bottom: 1em;
}

.blog-articles-small .wrapper-news-articles-another .thumbnail img{
    width: 100%;
    height: auto;
}

.finance-wall-of-orders {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 1em;
}

.finance-wall-of-orders .finance-wall-of-order{
    flex-basis: 24%;
    max-width: 24%;
    border: 1px solid var(--light-green);
    border-radius: .2em;
    box-sizing: border-box;
    padding: 10px;
}


.wall-of-order-title {
    font-weight: 800;
    margin-bottom: .5em;
    font-size: 1.2em;
}

.cta-btn-wall-of-order a{
    width: 100%;
    background: var(--primary-color);
    color: #fff !important;
    text-align: center;
}

.wall-of-offers-values-title {
    font-weight: 800;
    color: var(--primary-color);
    line-height: 90%;
    margin-bottom: 0px;
}

.wall-of-offers-values-value {
    color: var(--secondary-light);
    font-weight: 800;
}

.wall-of-offers-values {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: .5em;
    gap: 5px;
}

.wall-of-offers-values .wall-of-offer-value-one{
    flex-basis: 49%;
    max-width: 49%;
}

img.partner-logo-wall-of-offers {
    max-width: 160px;
    height: auto;
}

.wall-of-offers-partner-image {
    border-bottom: 1px solid var(--light-green);
    margin-bottom: .5em;
}

.value-props-wall-of-offers {
    margin: .5em 0px;
    margin-top: 0;
}


.value-prop-wall-offer {
    font-size: 11px;
    border: 1px solid var(--secondary-light);
    padding: .25em .5em;
    display: inline-block;
    border-radius: 3px;
    font-weight: 200;
    color: var(--secondary-light);
}

.contact-form-text ul {
    padding-left: 0;
    margin-left: 20px;
}

select.wpcf7-select{
    width: 100%;
    padding: .5em;
    border: 0;
    margin-top: .5em;
    border-radius: .15em;
}

#dynamic-response-finbot.loading {
    border: 1px solid #e6fefc;
    padding: 20px 20px;
    margin: 20px 0px;
    background: #1c4945;
    color: #ffff;
    border-radius: 3px;
    background-image: url('finbot-anim.svg');
    background-repeat: no-repeat;
    background-size: 40px;
    background-position: center right+20px;    
}

.wall-of-offer-finance.hide{
    display: none;
}

.finbot-calc-question-two{
    display: none;
}


@media only screen and (max-width: 640px) {

   .flex-header-finbot {
    grid-template-columns: 1fr;
    overflow: hidden;
}


.cms-text-image-wrapper {
    gap: .5em;
    flex-wrap: wrap;
    padding: 0px 1em;
}

.cms-image-wrapper img {
    position: relative;
    left: 0px;
    top: 0;
}

.cms-text-image-wrapper > div {
    flex-basis: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

.right-hero {
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin-top: 18em;
	background: var(--primary-color);
	display: flex;
	flex-direction: column;
}

.right-hero h1 {
    font-size: 1.7em;
    letter-spacing: 2px;
    line-height: 100%;
    padding: 1em;
    padding-bottom: 0;
}

/* HEADER */
.logo-finbot {
    text-align: center;
    margin: 1em 0px;
}

.flex-header-finbot .secondary-btn.btn-finbot {
    float: none;
}

.flex-header-finbot .cta-header-finbot {
    text-align: center;
	display:none;
}

ul#menu-finbot-header-menu {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-direction: column;
    align-content: center;
    text-align: left;
    position: fixed;
    right: -20em;
    background: var(--primary-color-2);
    top: 0px;
    height: 100%;
}

.values-props-banner {
    display: flex;
    flex-wrap: wrap;
    margin: 40px 0px;
    gap: 10px;
}

.value-prop-icon {
    flex-basis: 10%;
    max-width: 30px;
}

.value-prop-one {
    flex-basis: 100%;
    max-width: 100%;
}

    .hero-calculator {
        background-repeat: no-repeat;
        background-position: top;
        display: flex;
        flex-direction: column;
        min-height: 0;
        height: auto;
    }

.calculator-finbot-white > div:not(.privacy-notice) {
    padding: 1em 3em;
}

.calculator-finbot-white {
    box-shadow: none;
	order: -1;	
}

.calculator-finbot-white .primary-btn {
    font-size: 17px;
    letter-spacing: 1px;
    margin: 0;
    line-height: 120%;
}

.title_block_finbot h2 {
    font-size: 50px;
    padding: 0px 1em;
    line-height: 120%;
    margin-top: 0;
}

.functions-props-banner .function-prop-one {
    flex-basis: 100%;
    max-width: 100%;
}

.wrapper-benefits-flex {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}

.finbot-footer-flex {
    grid-template-columns: 1fr;
}

.block-title-benefits {
    flex-basis: 100%;
    max-width: 100%;
    font-size: 26px;
    line-height: 160%;
    padding: 0px 1em;
}

.block-benefits-icons {
    flex-basis: 100%;
    max-width: 100%;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    padding: 0px 1em;
    gap: 10px;
    flex-wrap: wrap;
    flex-direction: column;
}

.benefits-block-benefit-one {
    display: flex;
    align-items: center;
    background: #00000030;
    box-sizing: border-box;
    padding: 20px;
    border-radius: 3px;
    flex-basis: 100%;
    max-width: 100%;
}

.cta-block-dark-flex .cta-block-text-part {
    flex-basis: 100%;
    max-width: 100%;
}

.cta-block-dark-flex {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
}

.cta-block-dark-flex .cta-block-btn-part {
    flex-basis: 100%;
    max-width: 100%;
    margin: 2em 0px;
    margin-bottom: 0;
}

.header-menu-class,
.main-menu-finbot {
    overflow: hidden;
}

.function-prop-area .function-prop-icon {
    font-size: 22px;
    color: var(--primary-color);
    font-weight: 800;
    line-height: 110%;
}

.header-finbot {
    overflow: hidden;
}

.page-title-block .block-title-page {
    font-size: 1.5em;
    line-height: 2.5em;
    margin: 2em 0px;
}

.function-prop-value p {
    margin: 0;
    font-size: 16px;
    font-weight: 200;
    line-height: 110%;
    margin-top: .5em;
}

.finbot-footer-description {
    width: 320px;
    max-width: 100%;
    line-height: 110%;
    text-align: left;
}

.contain-page-button-small-area {
    text-align: center;
    margin-top: 0;
    padding: 1em 1em;
}

.wrapper-block-title-functions a.btn-finbot {
    font-size: 19px;
    padding: 16px 20px;
    background: var(--primary-color);
    color: #fff !important;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.functions-props-banner {
    gap: 0;
}

.benefit-block-icon {
    max-width: 32px;
    margin-right: 20px;
}

.benefit-block-icon svg {
    max-width: 100%;
    height: auto;
}

.benefit-block-one-title {
    font-size: 20px;
    line-height: 110%;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.benefit-block-one-description {
    font-weight: 200;
    line-height: 120%;
    font-size: 14px;
}

.cta-block-dark-bottom .cta-block-text-title {
    font-size: 30px;
    font-weight: bold;
    padding-bottom: 10px;
    line-height: 110%;
}

.cta-block-text-desc p {
    margin: 0;
    font-size: 18px;
    font-weight: 100;
    line-height: 120%;
}

.cta-block-dark-flex a.btn-finbot {
    width: 100%;
    font-size: 20px;
}

.news-recent-block-articles {
    flex-wrap: wrap;
    justify-content: flex-start;
    border-radius: 0;
}

.article-featured-news {
    position: relative;
    flex-basis: 100%;
    max-width: 100%;
    min-height: 0;
}

.articles-another-wrapper {
    flex-basis: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding: 10px 20px;
    padding-left: 20px;
}

.wrapper-news-articles-another a {
    color: var(--primary-color) !important;
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
}

.testimonials-main-description {
    text-align: center;
    padding: 0px 1em;
    line-height: 110%;
}

.testimonials-people-wrapper {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: stretch;
    justify-content: flex-start;
    gap: 0;
    margin: 1em 0px;
}

.finbot-text-block {
    padding: 0px 1em;
    line-height: 120%;
    font-size: 14px;
}

.testimonials-people-wrapper .testimonial-people {
    flex-basis: 100%;
    display: flex;
    max-width: 100%;
    padding: 2em;
    background: var(--light-green);
    border-radius: 3px;
    gap: 2em;
    flex-wrap: wrap;
    justify-content: center;
}

.benefits-block-dark {
    margin-top: 0px;
}

.value-props-banner {
    padding: 0em 1em;
}

.privacy-notice p {
    margin-bottom: 0;
}

    .form-finbot-wrapper {
        padding: 1em;
        width: 100%;
        margin: 0 auto;
        max-width: 100%;
        border-radius: 0;
        background: #fff;
        border: 0;
    }

.form-finbot-wrapper .btn-finbot {
    margin-top: 1em;
}

.finbot-form-field input {
    width: 100%;
    border: 0;
    padding: .6em;
    margin-top: .2em;
    outline: none;
    background: var(--light-green);
}

.birthday-form-flex .finbot-form-field select {
    background: var(--light-green);
}

.finbot-form-field select {
    background: var(--light-green);
}

input[type=text].personalCode, input[type=text].bankcode-input {
    background-color: var(--light-green);
}

footer {
    margin-top: 1em;
}

.wrapper-copyright {
    padding: 10px 20px;
}


.blog-articles-small .wrapper-news-articles-another {
    flex-basis: 47%;
    max-width: 47%;
}

.blog-article-big .blog-title a {
    font-size: 1.3em;
    line-height: 110%;
}

.blog-articles-small .wrapper-news-articles-another .thumbnail {
    height: 4em;
}

.wrapper-nws-flex-date {
    flex-direction: column;
}

.blog-article-big .thumbnail {
    height: 12em;
}

body.page-template-template-blogs .container {
    padding: 0px 1em;
    box-sizing: border-box;
}

.slider-calculator-btns {
    width: 115%;
    left: -20px;
    position: relative;
}

body.page-template-funnel .slider-calculator-btns {
    width: 100%;
    left: 0px;
}

body.page-template-funnel .calc-slider {
    width: 75%;
}

.finance-wall-of-orders .finance-wall-of-order {
    flex-basis: 100%;
    max-width: 100%;
}

#dynamic-response-finbot.loading {
    margin: 0px 20px;
    margin-bottom: 40px;
    padding-right: 40px;
    background-size: 30px;
    background-position: center right +10px; 
    line-height: 110%;   
}

}