/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

/* Firefox */
input[type=number] {
  -moz-appearance: textfield; }

/** float container */
/* The magic is here */
/* ----------------- */
.form-field {
  position: relative; }

/* You can use "input ~ label" selector too */
.form-control + label {
  position: absolute;
  left: 0;
  top: 1.15em;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
  /* You have to use this to make it clickable through*/
  pointer-events: none;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  width: 100%;
  overflow: hidden; }

.form-control:focus + label,
.float-container.freeze .form-control + label {
  font-size: 1.17073rem;
  font-weight: 400;
  -webkit-transform: translateY(-2rem);
          transform: translateY(-2rem); }

.form-field {
  width: 100%;
  margin-bottom: 0.97561rem; }

.form-control:focus {
  background: transparent;
  border-color: #767676;
  color: #FBFBFB; }

.form-control + label {
  color: #FBFBFB;
  font-family: "Inter-light", sans-serif;
  opacity: 0.6; }

.form-control {
  width: 100%;
  padding: 0.97561rem 0;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #767676;
  color: #FBFBFB;
  width: 100%;
  font-size: 1.36585rem;
  margin-bottom: 0.87805rem;
  height: 4.87805rem;
  border-radius: 0;
  font-family: "Inter-light", sans-serif; }
  .form-control:focus {
    background: transparent;
    border-color: #767676; }

textarea.form-control {
  background: transparent;
  outline: none;
  border: 0;
  border-bottom: 1px solid #767676;
  margin-bottom: 2.3rem;
  width: 100%;
  font-size: 1.36585rem;
  color: #FBFBFB;
  border-radius: 0;
  padding-left: 0;
  opacity: 0.6;
  height: 100%; }
  textarea.form-control:focus, textarea.form-control:valid {
    opacity: 1; }

textarea::-webkit-input-placeholder {
  color: rgba(251, 251, 251, 0.6) !important;
  font-family: "Inter-light", sans-serif !important; }

textarea:-moz-placeholder {
  color: rgba(251, 251, 251, 0.6) !important;
  font-family: "Inter-light", sans-serif !important; }

textarea::-moz-placeholder {
  color: rgba(251, 251, 251, 0.6) !important;
  font-family: "Inter-light", sans-serif !important; }

textarea:-ms-input-placeholder {
  color: rgba(251, 251, 251, 0.6) !important;
  font-family: "Inter-light", sans-serif !important; }

textarea::-ms-input-placeholder {
  color: rgba(251, 251, 251, 0.6) !important;
  font-family: "Inter-light", sans-serif !important; }

textarea::placeholder {
  color: rgba(251, 251, 251, 0.6) !important;
  font-family: "Inter-light", sans-serif !important; }

.error-message {
  color: #A79589; }

select.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: 0; }
  select.form-control:focus {
    opacity: 1; }
  select.form-control option {
    color: #171719; }

select.form-control::-ms-expand {
  display: none; }

input[type="date"]::-webkit-inner-spin-button, input[type="date"]::-webkit-calendar-picker-indicator,
input[type="time"]::-webkit-inner-spin-button,
input[type="time"]::-webkit-calendar-picker-indicator {
  color: #FBFBFB;
  -webkit-filter: invert(0.7);
          filter: invert(0.7);
  font-size: 1.7561rem; }

input[type="date"]::-webkit-datetime-edit,
input[type="time"]::-webkit-datetime-edit {
  color: transparent; }
  .freeze input[type="date"]::-webkit-datetime-edit, .freeze
  input[type="time"]::-webkit-datetime-edit {
    color: #FBFBFB; }

input[type="date"]:focus::-webkit-datetime-edit,
input[type="time"]:focus::-webkit-datetime-edit {
  color: #FBFBFB; }

.form-field.select {
  position: relative; }
  .form-field.select:after {
    content: "";
    position: absolute;
    top: calc(50% - 3px);
    right: 0;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #FBFBFB; }

.radio-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1; }

.form-group-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0.97561rem;
  width: 100%;
  padding-bottom: 2.92683rem;
  -webkit-column-gap: 1.95122rem;
     -moz-column-gap: 1.95122rem;
          column-gap: 1.95122rem; }
  .form-group-radio label {
    position: relative;
    padding-left: 2.43902rem;
    line-height: 1.4;
    cursor: pointer; }
  .form-group-radio .form-radio-col .form-group {
    padding: 0; }
  .form-group-radio .desc {
    padding-top: 0.97561rem; }

[type="radio"]:checked,
[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
  height: 1px;
  width: 1px; }

[type="radio"]:checked + label .circle,
[type="radio"]:not(:checked) + label .circle {
  position: absolute;
  left: 0;
  top: 0;
  width: 1.56098rem;
  height: 1.56098rem;
  border-width: 1px;
  color: #FBFBFB;
  background: #111111;
  background-clip: padding-box;
  border: solid 1px transparent;
  border-radius: 50%;
  margin-top: 0.19512rem; }
  [type="radio"]:checked + label .circle:before,
  [type="radio"]:not(:checked) + label .circle:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    margin: -1px;
    border-radius: inherit;
    background: #FBFBFB; }

[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
  content: '';
  width: 0.97561rem;
  height: 0.97561rem;
  position: absolute;
  top: 0.4878rem;
  left: 0.29268rem;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }

[type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0); }

[type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  background: #FBFBFB; }

[type="radio"]:checked + label .circle::before {
  background: #FBFBFB; }

.error-message {
  opacity: 0;
  visibility: hidden; }

.form-field.error + .error-message {
  opacity: 1;
  visibility: visible; }

.toast-message {
  margin-top: 3.90244rem;
  position: relative; }
  .toast-message .close-btn {
    position: absolute;
    right: -1.46341rem;
    top: -1.46341rem; }

.toast-body {
  background: #2f2f2f;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.6);
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.6);
  border-radius: 10px;
  color: #A79589; }

.address-info {
  margin-top: 15rem; }
  .address-info .detail-info {
    padding-top: 1.46341rem;
    padding-left: 13.65854rem; }
    .address-info .detail-info .address {
      font-family: "Prata", sans-serif;
      font-size: 5.26829rem;
      color: #fbfbfb;
      text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
      margin-bottom: 3.90244rem; }
    .address-info .detail-info p {
      font-family: "Inter-light", sans-serif;
      font-size: 1.95122rem;
      color: #ffffff; }
    @media (max-width: 1024px) {
      .address-info .detail-info {
        padding-left: 0; }
        .address-info .detail-info .address {
          font-size: 1.95122rem; }
        .address-info .detail-info p {
          font-size: 1.56098rem; } }

.contact-form {
  padding-top: 16.58537rem; }
  @media (max-width: 1024px) {
    .contact-form {
      padding-top: 9.7561rem; } }
  .contact-form .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .contact-form .thumb {
    width: 50%;
    text-align: right;
    height: 103.60976rem;
    overflow: hidden; }
    .contact-form .thumb img {
      width: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
    @media (max-width: 1024px) {
      .contact-form .thumb {
        display: none; } }
  .contact-form .title {
    font-family: "Prata", sans-serif;
    padding-bottom: 1.95122rem; }
  .contact-form .sub {
    font-size: 1.95122rem;
    color: #767676;
    padding-bottom: 3.90244rem; }
  .contact-form .form {
    padding-top: 5.85366rem;
    width: 50%;
    padding-left: 9%;
    padding-right: 2.92683rem; }
    @media (max-width: 1024px) {
      .contact-form .form {
        padding: 0 1.46341rem;
        width: 100%; }
        .contact-form .form .sub {
          font-size: 1.56098rem; }
        .contact-form .form .submit-btn {
          font-size: 1.36585rem; } }
  .contact-form .form-wrap {
    max-width: 70.14634rem; }
  .contact-form .form-fields {
    font-size: 1.36585rem; }
    .contact-form .form-fields .form-group {
      margin-bottom: 2.14634rem; }
    .contact-form .form-fields .submit-btn {
      background: #2f2f2f;
      border-radius: 36px;
      border: 0;
      padding: 0.6rem 1.5rem;
      font-family: "Inter-light", sans-serif;
      font-size: 1.56098rem;
      color: #FBFBFB;
      height: 5.26829rem;
      padding: 0 2.34146rem;
      margin-top: 2.92683rem;
      text-transform: uppercase; }

.showroom {
  margin: 12.68293rem 0; }
  .showroom .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 1.21951rem;
    margin-right: 1.21951rem; }
    @media (max-width: 1024px) {
      .showroom .wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        margin: 0; } }
  .showroom .item {
    width: 33.333%;
    padding: 1.21951rem; }
    .showroom .item .inner {
      border: 1px solid rgba(118, 118, 118, 0.3);
      padding: 4.68293rem 4rem;
      height: 100%; }
    .showroom .item .name {
      color: #FBFBFB;
      text-transform: uppercase;
      font-family: "Inter-light", sans-serif;
      margin-bottom: 2.2439rem; }
    .showroom .item p {
      font-size: 1.56098rem;
      color: #767676;
      font-family: "Inter-light", sans-serif;
      margin: 0; }
      .showroom .item p:last-child {
        margin-top: 1.7561rem;
        margin-bottom: 0; }
  @media (max-width: 1024px) {
    .showroom {
      margin: 5.85366rem 0; }
      .showroom .item {
        width: 100%;
        padding: 1.95122rem 0; }
        .showroom .item .inner {
          padding: 3.41463rem; }
        .showroom .item p {
          color: #FBFBFB; }
        .showroom .item .address {
          text-decoration: underline; } }
