<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    overflow:hidden;
}

#value-slider {
    background-image: url("../Images/dotted_background_small.svg");
    background-size: contain;
    position: relative;
}

@media (min-width: 600px) {
    #value-slider {
        padding-bottom: 300px;
    }
}

@media (min-width: 960px) {
    #value-slider {
        padding-bottom: 90px;
    }
}

#value-slider header {
    width: min(calc(100% - 3rem), calc(740px / 12 * 12));
    margin-left: max(1rem, calc((100% - 740px) / 2));
    padding-bottom: 50px;
}

@media (max-width: 600px) {
    #value-slider header {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

#value-slider header,
#value-slider header * {
    text-align: center;
}

#value-slider header h2 span,
#value-slider header h3 span,
#value-slider header h4 span {
    color: #88BC19;
}

#value-slider .slider-wrap {
    position: relative;
    padding-top: 82px;
}

@media (max-width: 600px) {
    #value-slider .slider-wrap {
        margin-top: 100px;
    }
}

@media (min-width: 601px) and (max-width: 1050px) {
    #value-slider .slider-wrap {
        margin-top: 0;
        margin-bottom: 140px;
    }
}

@media (min-width: 960px) and (max-width: 1200px) {
    #value-slider .slider-wrap {
        margin-top: 50px;
    }
}

#value-slider .value-slider-container {
    width: min(calc(100% - 3rem), calc(600px / 12 * 12));
    margin-left: max(1rem, calc((100% - 600px) / 2));
    position: relative;
    z-index: 2;
}

#value-slider .value-slider-container::before,
#value-slider .value-slider-container::after {
    position: absolute;
    width: 300px;
    height: 20px;
    text-transform: uppercase;
    color: #828282;
    font-size: 14px;
}

#value-slider .value-slider-container::before {
    content: attr(data-content-before);
    margin-top: -15px;
    left: 0;
    bottom: 15px;
}

#value-slider .value-slider-container::after {
    content: attr(data-content-after);
    margin-top: 14px;
    left: 0;
    bottom: -20px;
}

#value-slider .value-slider-container .result {
    bottom: -65px;
    color: white;
}

#value-slider .value-slider-container .result span {
    background: #88BC19;
    border-radius: 50px;
    padding: 0.5rem 1.25rem;
}

#value-slider .value-slider-container .counter {
    bottom: unset;
    top: -80px;
    color: #88BC19;
}

#value-slider .value-slider-container .result,
#value-slider .value-slider-container .counter {
    position: absolute;
    z-index: 3;
    transform: translateX(-50%);
    padding-left: 50px;
    pointer-events: none;
    width: 100%;
    height: 100px;
    font-size: 1rem;
    line-height: 15px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

#value-slider .value-slider-container input {
    -webkit-appearance: none;
    width: 100%;
    height: 4px;
    background: #88BC19;
    outline: none;
    border-radius: 10px;
}

#value-slider .value-slider-container input::-webkit-slider-thumb {
    content: "30";
    -webkit-appearance: none;
    appearance: none;
    width: 67px;
    height: 82px;
    cursor: pointer;
    transform: scale(1) translateY(-41px);
    background-image: url("data:image/svg+xml,%3Csvg width='69' height='83' viewBox='0 0 69 83' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_f_1289_101)'%3E%3Cpath d='M65 34.5C65 42.3574 60.1043 52.4583 54.0682 61C47.1642 70.7699 36.5 78.5 34.5 78.5C32.5 78.5 21.8358 70.7699 14.9318 61C8.89572 52.4583 4 42.3574 4 34.5C4 17.6553 17.6553 4 34.5 4C51.3447 4 65 17.6553 65 34.5Z' fill='%235C7D13' fill-opacity='0.8'/%3E%3C/g%3E%3Cpath d='M65 31.5C65 39.3574 60.1043 49.4583 54.0682 58C47.1642 67.7699 36.5 75.5 34.5 75.5C32.5 75.5 21.8358 67.7699 14.9318 58C8.89572 49.4583 4 39.3574 4 31.5C4 14.6553 17.6553 1 34.5 1C51.3447 1 65 14.6553 65 31.5Z' fill='%2388BC19'/%3E%3Cpath d='M61 32.2013C61 38.9513 56.7463 47.6286 51.5019 54.9664C45.5033 63.3594 36.2377 70 34.5 70C32.7623 70 23.4967 63.3594 17.4981 54.9664C12.2537 47.6286 8 38.9513 8 32.2013C8 17.7307 19.8645 6 34.5 6C49.1355 6 61 17.7307 61 32.2013Z' fill='white'/%3E%3Cdefs%3E%3Cfilter id='filter0_f_1289_101' x='0' y='0' width='69' height='82.5' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='2' result='effect1_foregroundBlur_1289_101'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");
    transition: 0.2s ease;
    background-color: transparent;
    box-shadow: none;
    border: 0;
    outline: 0;
}

#value-slider .value-slider-container input::-moz-range-thumb {
    content: "30";
    width: 67px;
    height: 82px;
    cursor: pointer;
    transform: scale(1) translateY(-41px);
    transform-origin: bottom;
    background-image: url("data:image/svg+xml,%3Csvg width='69' height='83' viewBox='0 0 69 83' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_f_1289_101)'%3E%3Cpath d='M65 34.5C65 42.3574 60.1043 52.4583 54.0682 61C47.1642 70.7699 36.5 78.5 34.5 78.5C32.5 78.5 21.8358 70.7699 14.9318 61C8.89572 52.4583 4 42.3574 4 34.5C4 17.6553 17.6553 4 34.5 4C51.3447 4 65 17.6553 65 34.5Z' fill='%235C7D13' fill-opacity='0.8'/%3E%3C/g%3E%3Cpath d='M65 31.5C65 39.3574 60.1043 49.4583 54.0682 58C47.1642 67.7699 36.5 75.5 34.5 75.5C32.5 75.5 21.8358 67.7699 14.9318 58C8.89572 49.4583 4 39.3574 4 31.5C4 14.6553 17.6553 1 34.5 1C51.3447 1 65 14.6553 65 31.5Z' fill='%2388BC19'/%3E%3Cpath d='M61 32.2013C61 38.9513 56.7463 47.6286 51.5019 54.9664C45.5033 63.3594 36.2377 70 34.5 70C32.7623 70 23.4967 63.3594 17.4981 54.9664C12.2537 47.6286 8 38.9513 8 32.2013C8 17.7307 19.8645 6 34.5 6C49.1355 6 61 17.7307 61 32.2013Z' fill='white'/%3E%3Cdefs%3E%3Cfilter id='filter0_f_1289_101' x='0' y='0' width='69' height='82.5' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='2' result='effect1_foregroundBlur_1289_101'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");
    transition: 0.2s ease;
    background-color: transparent;
    box-shadow: none;
    border: 0;
    outline: 0;
}

#value-slider .value-slider-container input:hover::-webkit-slider-thumb {
    transform: scale(1.15) translateY(-31px);
}

#value-slider .value-slider-container input:hover::-moz-range-thumb {
    transform: sclae(1.15) translateY(-31px);
}

#value-slider [id*=trees] {
    width: 25vw;
    position: absolute;
    bottom: 0%;
    z-index: 1;
}

@media (max-width: 990px) {
    #value-slider [id*=trees] {
        width: 50vw;
        bottom: unset;
        top: -130%;
    }
}

@media (max-width: 600px) {
    #value-slider [id*=trees] {
        width: 65vw;
        bottom: unset;
        top: -130%;
    }
}

@media (min-width: 601px) and (max-width: 1050px) {
    #value-slider [id*=trees] {
        width: 45vw;
        bottom: -350px;
        top: unset;
    }
}

@media (min-width: 601px) and (max-width: 767px) {
    #value-slider [id*=trees] {
        bottom: -221px;
    }
}

@media (min-width: 960px) and (max-width: 1200px) {
    #value-slider [id*=trees] {
        margin-top: 180px;
    }
}

#value-slider [id*=trees] svg {
    width: 100%;
    height: auto;
}

#value-slider [id*=trees] [id*=TREE_] {
    transform: scale(0);
    transition: 0.4s ease 0.3s;
}

#value-slider [id*=trees] #TREE_1 {
    transition: 0.6s ease 0.8s;
}

#value-slider [id*=trees] #TREE_2 {
    transition: 0.2s ease 0.6s;
}

#value-slider [id*=trees] #TREE_3 {
    transition: 0.5s ease 0.5s;
}

#value-slider [id*=trees] #TREE_4 {
    transition: 0.7s ease 0.2s;
}

#value-slider [id*=trees] #TREE_5 {
    transition: 0.9s ease 0.3s;
}

#value-slider [id*=trees] #TREE_6 {
    transition: 0.12s ease 0.6s;
}

#value-slider #trees-1 {
    left: -40px;
    max-width: 50%;
}

#value-slider #trees-1 svg {
    max-width: 100%;
}

#value-slider #trees-1 [id*=TREE_] {
    transform-origin: bottom center;
}

#value-slider #trees-2 {
    right: -40px;
    max-width: 50%;
}

#value-slider #trees-2 svg {
    max-width: 100%;
}

#value-slider #trees-2 [id*=TREE_] {
    transform-origin: bottom center;
}

#value-slider #flower {
    position: absolute;
    left: 40%;
    bottom: 4px;
    width: 40px;
}

#value-slider #flower svg {
    width: 100%;
    height: auto;
}

#value-slider #bushes {
    position: absolute;
    left: 61%;
    bottom: 4px;
    width: 40px;
    width: 100px;
}

#value-slider #bushes svg {
    width: 100%;
    height: auto;
}
</pre></body></html>