input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

input::-moz-placeholder {
  color: #828282;
  opacity: 1;
}

input::placeholder {
  color: #828282;
  opacity: 1;
}

textarea::-moz-placeholder {
  color: #828282;
  opacity: 1;
}

textarea::placeholder {
  color: #828282;
  opacity: 1;
}

@media screen and (min-width: 1001px) and (max-width: 10000px) {
  .formBox__inputBox {
    position: relative;
  }
  .formInput {
    float: left;
    width: 100%;
    height: calc(50vw / var(--setSize--desktop));
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0px calc(15vw / var(--setSize--desktop)) 0px calc(15vw / var(--setSize--desktop));
    color: #828282;
    font-size: calc(16vw / var(--setSize--desktop));
    font-weight: 300;
    line-height: calc(18vw / var(--setSize--desktop));
    border: 1px solid #eaeaea;
    border-radius: calc(0vw / var(--setSize--desktop));
    background: #fff;
    z-index: 4;
  }
  .formTextarea {
    float: left;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: calc(150vw / var(--setSize--desktop));
    min-height: calc(150vw / var(--setSize--desktop));
    max-height: calc(150vw / var(--setSize--desktop));
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: calc(15vw / var(--setSize--desktop));
    color: #828282;
    font-size: calc(16vw / var(--setSize--desktop));
    font-weight: 300;
    line-height: calc(18vw / var(--setSize--desktop));
    border: 1px solid #eaeaea;
    border-radius: calc(0vw / var(--setSize--desktop));
    background: #fff;
    z-index: 4;
  }
  .formSelect {
    float: left;
    width: 100%;
    height: calc(50vw / var(--setSize--desktop));
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0px calc(15vw / var(--setSize--desktop)) 0px calc(15vw / var(--setSize--desktop));
    color: #828282;
    font-size: calc(16vw / var(--setSize--desktop));
    font-weight: 300;
    line-height: calc(18vw / var(--setSize--desktop));
    background: #fff url(../images/selectArrow.svg) center right calc(10vw / var(--setSize--desktop)) no-repeat;
    border: 1px solid #eaeaea;
    border-radius: calc(0vw / var(--setSize--desktop));
    outline-color: #000;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    z-index: 4;
  }
  .formSelect option {
    color: #828282 !important;
    font-weight: 300;
  }
  .formRange {
    height: calc(50vw / var(--setSize--desktop));
    background: #fff;
    border: 1px solid #eaeaea;
    border-radius: calc(0vw / var(--setSize--desktop));
    box-shadow: none;
    position: relative;
  }
  .formRange:before {
    float: left;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    color: var(--text--color--1);
    font-size: calc(14vw / var(--setSize--desktop));
    font-weight: 300;
    line-height: calc(20vw / var(--setSize--desktop));
    text-align: center;
    z-index: 5;
    pointer-events: none !important;
  }
  .focus-input {
    border: 1px solid var(--default--color--1) !important;
  }
  .formRange .noUi-base {
    height: 100%;
    border-radius: 0;
  }
  .formRange .noUi-connects {
    background-color: #fff;
    border-radius: 0;
    height: 100%;
  }
  .formRange .noUi-connect {
    background-color: #E1DBD8;
    height: 100%;
  }
  .formRange .noUi-handle {
    width: calc(30vw / var(--setSize--desktop));
    height: calc(50vw / var(--setSize--desktop));
    top: -1px;
    background: #E1DBD8;
    border: none;
    border-radius: 0;
    box-shadow: none;
    cursor: grab;
  }
  .formRange .noUi-handle:before,
  .formRange .noUi-handle:after {
    display: none;
  }
  .formRange .noUi-handle-lower {
    right: calc(-30vw / var(--setSize--desktop));
    background: url("../images/rangeArrowLeft.svg") center no-repeat;
    background-size: calc(7vw / var(--setSize--desktop));
  }
  .formRange .noUi-handle-upper {
    right: calc(0vw / var(--setSize--desktop));
    background: url("../images/rangeArrowRight.svg") center no-repeat;
    background-size: calc(7vw / var(--setSize--desktop));
  }
  .range-values {
    display: none;
    position: absolute;
    left: 0;
    bottom: calc(-20vw / var(--setSize--desktop));
    color: var(--text--color--1);
    font-size: calc(12vw / var(--setSize--desktop));
    font-weight: 300;
    line-height: calc(14vw / var(--setSize--desktop));
  }
  .range-values #priceRangeDisplay {
    float: left;
    width: 100%;
  }
  .formBox__buttonText {
    float: left;
    width: 100%;
    height: calc(75vw / var(--setSize--desktop));
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0px;
    color: #464749;
    font-size: calc(16vw / var(--setSize--desktop));
    font-weight: 300;
    line-height: calc(18vw / var(--setSize--desktop));
  }
  .formBox__buttonText:hover {
    text-decoration: underline;
    text-underline-offset: calc(4vw / var(--setSize--desktop));
    text-decoration-color: var(--default--color--1);
  }
  .formBox__buttonText.formBox__buttonText--arrow:before {
    content: " ";
    width: calc(40vw / var(--setSize--desktop));
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: url(../images/selectArrow.svg) center no-repeat;
  }
  .formBox__buttonText.formBox__buttonText--arrow.active:before {
    transform: rotate(180deg);
  }
  .formSubmit {
    float: right;
    width: 100%;
    height: calc(75vw / var(--setSize--desktop));
    color: #464749;
    font-size: calc(16vw / var(--setSize--desktop));
    font-weight: 300;
    line-height: calc(18vw / var(--setSize--desktop));
    background-color: #E1DBD8;
    border: 1px solid #eaeaea;
    border-radius: calc(0vw / var(--setSize--desktop));
    cursor: pointer;
    transition: all 0.4s ease-in-out;
  }
  .formSubmit:hover {
    color: #fff;
    background-color: var(--default--color--2);
  }
  .formBox__checkBox {
    float: left;
    width: 100%;
    margin: 0px 0px calc(0vw / var(--setSize--desktop)) 0px;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
  }
  .formBox__checkInput {
    float: left;
    width: calc(17vw / var(--setSize--desktop));
    height: calc(17vw / var(--setSize--desktop));
    position: relative;
    border: 1px solid #eaeaea;
    display: inline-grid;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }
  .formBox__checkInput::after {
    content: "";
    width: calc(9vw / var(--setSize--desktop));
    height: calc(9vw / var(--setSize--desktop));
    margin: calc(2vw / var(--setSize--desktop)) 0px 0px calc(2vw / var(--setSize--desktop));
    transform: scale(0);
    transition: 60ms transform ease-in-out;
    box-shadow: inset 1em 1em #E1DBD8;
  }
  .formBox__checkInput:checked::after {
    transform: scale(1) !important;
    background-color: #E1DBD8;
    border: 1px solid #E1DBD8;
  }
  .formBox__checkText {
    float: left;
    width: calc(100% - 30px);
    position: relative;
    color: #000;
    font-size: calc(14vw / var(--setSize--desktop));
    font-weight: 300;
    line-height: calc(16vw / var(--setSize--desktop));
    text-align: justify;
  }
  .formBox__checkText a {
    color: #000;
    text-decoration: underline;
  }
  .formInput:focus, .formTextarea:focus, .formSelect, .formSubmit:focus {
    outline: none;
  }
  .grecaptcha-badge {
    bottom: calc(110vw / var(--setSize--desktop)) !important;
  }
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .formBox__inputBox {
    position: relative;
  }
  .formInput {
    float: left;
    width: 100%;
    height: calc(50vw / var(--setSize--mobile));
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0px calc(15vw / var(--setSize--mobile)) 0px calc(15vw / var(--setSize--mobile));
    color: #828282;
    font-size: calc(16vw / var(--setSize--mobile));
    font-weight: 300;
    line-height: calc(18vw / var(--setSize--mobile));
    border: 1px solid #eaeaea;
    border-radius: calc(0vw / var(--setSize--mobile));
    background: #fff;
    z-index: 4;
  }
  .formTextarea {
    float: left;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: calc(150vw / var(--setSize--mobile));
    min-height: calc(150vw / var(--setSize--mobile));
    max-height: calc(150vw / var(--setSize--mobile));
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: calc(15vw / var(--setSize--mobile));
    color: #828282;
    font-size: calc(16vw / var(--setSize--mobile));
    font-weight: 300;
    line-height: calc(18vw / var(--setSize--mobile));
    border: 1px solid #eaeaea;
    border-radius: calc(0vw / var(--setSize--mobile));
    background: #fff;
    z-index: 4;
  }
  .formSelect {
    float: left;
    width: 100%;
    height: calc(50vw / var(--setSize--mobile));
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0px calc(15vw / var(--setSize--mobile)) 0px calc(15vw / var(--setSize--mobile));
    color: #828282;
    font-size: calc(16vw / var(--setSize--mobile));
    font-weight: 300;
    line-height: calc(18vw / var(--setSize--mobile));
    background: #fff url(../images/selectArrow.svg) center right calc(10vw / var(--setSize--mobile)) no-repeat;
    border: 1px solid #eaeaea;
    border-radius: calc(0vw / var(--setSize--mobile));
    outline-color: #000;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    z-index: 4;
  }
  .formSelect option {
    color: #828282 !important;
    font-weight: 300;
  }
  .formRange {
    height: calc(50vw / var(--setSize--mobile));
    background: #fff;
    border: 1px solid #eaeaea;
    border-radius: calc(0vw / var(--setSize--mobile));
    box-shadow: none;
    position: relative;
  }
  .formRange:before {
    float: left;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    color: var(--text--color--1);
    font-size: calc(14vw / var(--setSize--mobile));
    font-weight: 300;
    line-height: calc(24vw / var(--setSize--mobile));
    text-align: center;
    z-index: 5;
    pointer-events: none !important;
  }
  .focus-input {
    border: 1px solid var(--default--color--1) !important;
  }
  .formRange .noUi-base {
    height: 100%;
    border-radius: 0;
  }
  .formRange .noUi-connects {
    background-color: #fff;
    border-radius: 0;
    height: 100%;
  }
  .formRange .noUi-connect {
    background-color: #E1DBD8;
    height: 100%;
  }
  .formRange .noUi-handle {
    width: calc(30vw / var(--setSize--mobile));
    height: calc(50vw / var(--setSize--mobile));
    top: -1px;
    background: #E1DBD8;
    border: none;
    border-radius: 0;
    box-shadow: none;
    cursor: grab;
  }
  .formRange .noUi-handle:before,
  .formRange .noUi-handle:after {
    display: none;
  }
  .formRange .noUi-handle-lower {
    right: calc(-30vw / var(--setSize--mobile));
    background: url("../images/rangeArrowLeft.svg") center no-repeat;
    background-size: calc(7vw / var(--setSize--mobile));
  }
  .formRange .noUi-handle-upper {
    right: calc(0vw / var(--setSize--mobile));
    background: url("../images/rangeArrowRight.svg") center no-repeat;
    background-size: calc(7vw / var(--setSize--mobile));
  }
  .range-values {
    display: none;
    position: absolute;
    left: 0;
    bottom: calc(-20vw / var(--setSize--mobile));
    color: var(--text--color--1);
    font-size: calc(12vw / var(--setSize--mobile));
    font-weight: 300;
    line-height: calc(14vw / var(--setSize--mobile));
  }
  .range-values #priceRangeDisplay {
    float: left;
    width: 100%;
  }
  .formBox__buttonText {
    float: left;
    width: 100%;
    height: calc(45vw / var(--setSize--mobile));
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0px;
    color: #464749;
    font-size: calc(16vw / var(--setSize--mobile));
    font-weight: 300;
    line-height: calc(18vw / var(--setSize--mobile));
  }
  .formBox__buttonText:hover {
    text-decoration: underline;
    text-underline-offset: calc(4vw / var(--setSize--mobile));
    text-decoration-color: var(--default--color--1);
  }
  .formBox__buttonText.formBox__buttonText--arrow:before {
    content: " ";
    width: calc(40vw / var(--setSize--mobile));
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: url(../images/selectArrow.svg) center no-repeat;
  }
  .formBox__buttonText.formBox__buttonText--arrow.active:before {
    transform: rotate(180deg);
  }
  .formSubmit {
    float: right;
    width: 100%;
    height: calc(75vw / var(--setSize--mobile));
    color: #464749;
    font-size: calc(16vw / var(--setSize--mobile));
    font-weight: 300;
    line-height: calc(18vw / var(--setSize--mobile));
    background-color: #E1DBD8;
    border: 1px solid #eaeaea;
    border-radius: calc(0vw / var(--setSize--mobile));
    cursor: pointer;
    transition: all 0.4s ease-in-out;
  }
  .formSubmit:hover {
    color: #fff;
    background-color: var(--default--color--2);
  }
  .formBox__checkBox {
    float: left;
    width: 100%;
    margin: 0px 0px calc(0vw / var(--setSize--mobile)) 0px;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
  }
  .formBox__checkInput {
    float: left;
    width: calc(17vw / var(--setSize--mobile));
    height: calc(17vw / var(--setSize--mobile));
    position: relative;
    border: 1px solid #eaeaea;
    display: inline-grid;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }
  .formBox__checkInput::after {
    content: "";
    width: calc(9vw / var(--setSize--mobile));
    height: calc(9vw / var(--setSize--mobile));
    margin: calc(2vw / var(--setSize--mobile)) 0px 0px calc(2vw / var(--setSize--mobile));
    transform: scale(0);
    transition: 60ms transform ease-in-out;
    box-shadow: inset 1em 1em #E1DBD8;
  }
  .formBox__checkInput:checked::after {
    transform: scale(1) !important;
    background-color: #E1DBD8;
    border: 1px solid #E1DBD8;
  }
  .formBox__checkText {
    float: left;
    width: calc(100% - 30px);
    position: relative;
    color: #000;
    font-size: calc(14vw / var(--setSize--mobile));
    font-weight: 300;
    line-height: calc(16vw / var(--setSize--mobile));
    text-align: justify;
  }
  .formBox__checkText a {
    color: #000;
    text-decoration: underline;
  }
  .formInput:focus, .formTextarea:focus, .formSelect, .formSubmit:focus {
    outline: none;
  }
  .grecaptcha-badge {
    bottom: calc(110vw / var(--setSize--mobile)) !important;
  }
}/*# sourceMappingURL=forms.css.map */