.region2 {
    width: 100%; height: 100%; padding-top: 24px; flex-direction: column; justify-content: flex-start; align-items: center; gap: 46px; display: inline-flex;
}

.subRegion2 {
    align-self: stretch; justify-content: flex-start; align-items: center; gap: 60px; display: inline-flex;
}

.subRegion21 {
    flex: 1 1 0; flex-direction: column; justify-content: flex-start; align-items: flex-start; gap: 20px; display: inline-flex;
}

.projectAssets {
    width: 335px; height: 23px; color: #5C5C5C; font-size: 16px; font-family: Inter; font-weight: 400; word-wrap: break-word;
}

.form_sections {
    align-self: stretch; height: 70px; flex-direction: column; justify-content: flex-start; align-items: flex-start; gap: 8px; display: flex;
}

.form_question {
    width: 335px; height: 23px; color: #5C5C5C; font-size: 16px; font-family: Inter; font-weight: 400; word-wrap: break-word;
}

.form_question input {
    top: 10px; position: relative; padding: 10px; width: 620px; height: 40px; color: #D9D9D9; font-size: 16px; font-family: Inter; font-weight: 400; word-wrap: break-word; align-self: stretch; border-radius: 10px; overflow: scroll; scrollbar-width: none; border: 1px #D9D9D9 solid; justify-content: flex-start; align-items: center; display: inline-flex; background: linear-gradient(0deg, rgb(249, 245, 245) 0%, rgb(249, 245, 245) 100%), linear-gradient(0deg, #5C5C5C 0%, #5C5C5C 100%), linear-gradient(0deg, white 0%, white 100%);
}

.field input {
    overflow: visible; top: 15px; position: relative; padding: 3px; width: 620px; height: 4px; color: white; font-size: 16px; font-family: Inter; font-weight: 400; word-wrap: break-word; align-self: stretch; border-radius: 10px; scrollbar-width: none; border: 1px #5C5C5C solid; justify-content: flex-start; align-items: center; display: inline-flex; background: #5C5C5C;
}

.weeksCon {
    width: 400px; height: 100%; justify-content: flex-start; align-items: center; gap: 8px; display: inline-flex; position: relative; top: 20px;
}

.weeks_subCon {
    height: 70px; flex-direction: column; justify-content: space-between; align-items: flex-start; gap: 8px; display: flex; position: absolute;
}

.text-weeks {
    width: 33px; height: 23px; color: #5C5C5C; font-size: 16px; font-family: Inter; font-weight: 400; word-wrap: break-word;
}

.text-weeks input {
    text-align: center; top: 10px; position: relative; padding: 10px; width: 150px; height: 20px; color: black; font-size: 10px; font-family: Inter; font-weight: 400; word-wrap: break-word; align-self: stretch; border-radius: 10px; overflow: scroll; scrollbar-width: none; border: 1px #D9D9D9 solid; justify-content: flex-start; align-items: center; display: inline-flex; background: linear-gradient(0deg, rgb(249, 245, 245) 0%, rgb(249, 245, 245) 100%), linear-gradient(0deg, #5C5C5C 0%, #5C5C5C 100%), linear-gradient(0deg, white 0%, white 100%);
}

.dash {
    width: 5.60px; height: 2px; background: #5C5C5C; border-radius: 0.70px; position: absolute; left: 175px; top: 0px; left: 180px;
}


.range {
    height: 65px;
    width: 380px;
    background: linear-gradient(0deg, rgb(249, 245, 245) 0%, rgb(249, 245, 245) 100%), linear-gradient(0deg, #5C5C5C 0%, #5C5C5C 100%), linear-gradient(0deg, white 0%, white 100%); 
    border-radius: 10px;
    padding: 0 65px 0 45px;
    position: relative;
    top: 20px;
}

.range .field {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;

}
.range .field .value {
    position: absolute;
    color: black;
    font-size: 9.80px;
    font-family: "Inter";
    font-weight: 400;
    word-wrap: break-word;
}

.range .sliderValue {
    width: 100%;
    position: absolute;
}

.range .sliderValue span {
    position: absolute;
    width: 45px;
    height: 45px;
    background-color: #5C5C5C;
    color: black;
    font-weight: 400;
    top: -40px;
    transform: translateX(-50%) scale(0);
    transform-origin: bottom;
    transition: transform 0.3s ease-in-out;
    line-height: 55px;
    z-index: 2;
}

.range .sliderValue span.show {
    transform: translateX(-50%) scale(1);
}

.range .sliderValue span:after {
    position: absolute;
    content: "";
    width: 45px;
    height: 45px;
    background-color: #5C5C5C;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    border: 3px solid white;
    z-index: -1;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-left-radius: 50%;
}

.range .field .value.left {
    top: 20px;
    left: -22px;
}

.range .field .value.right {
    top: 20px;
    right: -43px;
}

.range .field input {
    -webkit-appearance: none;
    height: 3px;
    width: 100%;
    background-color: #5C5C5C;
    border-radius: 5px;
    outline: none;
    border: none;
}

.range .field .input::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 4px;
    width: 4px;
    background-color: #5C5C5C;
    border-radius: 50%;
    border: 1px solid #5C5C5C;
    cursor: pointer;
}

.range .field .input::-moz-range-progess {
    background-color: #5C5C5C;
}