.page .cover {
  width: 100%;
  height: 100vh;
  position: relative;
  height: -moz-max-content;
  height: max-content;
}
.page .cover .content {
  padding-inline: 20px;
  padding-top: 140px;
  padding-bottom: 20px;
  height: 100%;
  position: relative;
}
.page .cover .content .text {
  text-align: left;
  position: relative;
  z-index: 100;
}
.page .cover .content .text .cover-h1 {
  color: #1F1F1F;
  font-size: 30px;
}
.page .contact-cards {
  padding-top: 0;
  position: relative;
  width: 100%;
  height: auto;
}
.page .contact-cards .content {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.page .contact-cards .content .right {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.page .contact-cards .content .contact-card {
  padding: 35px 20px;
  padding-top: 20px;
  background: white;
  border-radius: 40px;
}
.page .contact-cards .content .contact-card img {
  border-radius: 12px;
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
.page .contact-cards .content .contact-card .button {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #E95245;
  color: white;
  text-decoration: none;
  width: 100%;
  border-radius: 14px;
  height: 59px;
  margin-top: 25px;
  margin-bottom: 15px;
}
.page .contact-cards .content .contact-card .contact-option {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  margin-top: 25px;
  text-align: right;
}
.page .contact-cards .content .contact-card .contact-option span, .page .contact-cards .content .contact-card .contact-option a {
  font-size: 16px;
  color: #1F1F1F;
  text-decoration: none;
}
.page .contact-cards .content .contact-form {
  padding: 35px 20px;
  background: white;
  border-radius: 40px;
}
.page .contact-cards .content .contact-form .sell-flex {
  display: flex;
  flex-direction: row;
  gap: 25px;
}
.page .contact-cards .content .contact-form p {
  font-size: 22px;
  color: #1F1F1F;
}
.page .contact-cards .content .contact-form button {
  background: #E95245;
  color: white;
  border: none;
  outline: none;
  width: 100%;
  border-radius: 14px;
  height: 59px;
  margin-bottom: 15px;
  margin-top: 45px;
}
.page .contact-cards .content .contact-form .form-content {
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.page .contact-cards .content .contact-form .form-content .input-label label {
  color: #1F1F1F;
  font-size: 16px;
}
.page .contact-cards .content .contact-form .form-content .input-label input, .page .contact-cards .content .contact-form .form-content .input-label textarea {
  border: 1px solid rgba(211, 211, 211, 0.7);
  outline: none;
  border-radius: 6px;
  width: 100%;
  color: #1F1F1F;
  padding: 14px;
  height: 50px;
}
.page .contact-cards .content .contact-form .form-content .input-label input:active, .page .contact-cards .content .contact-form .form-content .input-label input:focus, .page .contact-cards .content .contact-form .form-content .input-label textarea:active, .page .contact-cards .content .contact-form .form-content .input-label textarea:focus {
  border-color: rgb(190, 190, 190);
}
.page .contact-cards .content .contact-form .form-content .input-label textarea {
  height: 100px;
  min-height: 100px;
  max-height: 180px;
}
.page .contact-cards .content .contact-map {
  padding: 35px 20px;
  background: white;
  border-radius: 40px;
}
.page .contact-cards .content .contact-map .top {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.page .contact-cards .content .contact-map .top p {
  font-size: 22px;
  color: #1F1F1F;
}
.page .contact-cards .content .contact-map .top p span {
  font-size: 16px;
  opacity: 0.8;
}
.page .contact-cards .content .contact-map .top .button {
  background: rgba(202, 64, 52, 0.1176470588);
  color: #E95245;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  height: 48px;
  width: -moz-max-content;
  width: max-content;
  padding-inline: 25px;
}
.page .contact-cards .content .contact-map .top .button i {
  margin-right: 15px;
}
.page .contact-cards .content .contact-map iframe {
  width: 100%;
  height: 450px;
  margin-top: 25px;
  border-radius: 18px;
}

@media only screen and (min-device-width: 1140px) {
  .page .cover {
    width: 100%;
    position: relative;
    overflow: hidden;
  }
  .page .cover .content {
    position: relative;
    padding-inline: 50px;
    padding-top: 140px;
    max-width: 1380px;
    margin-inline: auto;
    transition: 0.4s;
    z-index: 0;
  }
  .page .cover .content .text {
    text-align: left;
    position: relative;
    z-index: 0;
  }
  .page .cover .content .text .cover-h1 {
    color: #1F1F1F;
    font-size: 38px;
  }
  .page .cover .content .text .cover-p {
    margin-top: 20px;
    font-size: 23px;
    padding-right: 100px;
    color: white;
    max-width: 600px;
  }
  .page .cover .content .text button {
    width: 460px;
    height: 53px;
  }
  .page .cover .content .text button.secondary {
    color: white;
    border: 2px solid #E95245;
    margin-top: 25px;
  }
  .page .contact-cards {
    padding-top: 0;
    position: relative;
    width: 100%;
    height: auto;
  }
  .page .contact-cards .content {
    display: flex;
    flex-direction: row;
    gap: 25px;
    max-width: 1380px;
    margin-inline: auto;
    padding-inline: 50px;
  }
  .page .contact-cards .content .right {
    display: flex;
    flex-direction: column;
    gap: 25px;
    width: 100%;
  }
  .page .contact-cards .content .contact-card {
    min-width: 440px;
    max-width: 440px;
    padding: 35px 20px;
    padding-top: 20px;
    background: white;
    border-radius: 40px;
    height: -moz-max-content;
    height: max-content;
  }
  .page .contact-cards .content .contact-card img {
    border-radius: 12px;
    width: 100%;
    height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .page .contact-cards .content .contact-card .button {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #E95245;
    color: white;
    text-decoration: none;
    width: 100%;
    border-radius: 14px;
    height: 59px;
    margin-top: 25px;
    margin-bottom: 15px;
  }
  .page .contact-cards .content .contact-card .contact-option {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    margin-top: 25px;
    text-align: right;
  }
  .page .contact-cards .content .contact-card .contact-option span, .page .contact-cards .content .contact-card .contact-option a {
    font-size: 16px;
    color: #1F1F1F;
    text-decoration: none;
  }
  .page .contact-cards .content .contact-form {
    padding: 35px 20px;
    background: white;
    border-radius: 40px;
    width: 100%;
  }
  .page .contact-cards .content .contact-form .sell-flex {
    display: flex;
    flex-direction: row;
    gap: 25px;
  }
  .page .contact-cards .content .contact-form p {
    font-size: 22px;
    color: #1F1F1F;
  }
  .page .contact-cards .content .contact-form button {
    background: #E95245;
    color: white;
    border: none;
    outline: none;
    width: 100%;
    border-radius: 14px;
    height: 59px;
    margin-bottom: 15px;
  }
  .page .contact-cards .content .contact-form .form-content {
    padding-top: 20px;
    display: flex;
    flex-direction: row;
    gap: 25px;
    flex-wrap: wrap;
  }
  .page .contact-cards .content .contact-form .form-content .input-label {
    width: calc(33% - 25px);
    min-width: calc(33% - 25px);
  }
  .page .contact-cards .content .contact-form .form-content .input-label.message {
    width: 100%;
    min-width: 100%;
  }
  .page .contact-cards .content .contact-form .form-content .input-label label {
    color: #1F1F1F;
    font-size: 16px;
    opacity: 0.8;
  }
  .page .contact-cards .content .contact-form .form-content .input-label input, .page .contact-cards .content .contact-form .form-content .input-label textarea {
    border: 1px solid rgba(211, 211, 211, 0.7);
    outline: none;
    border-radius: 6px;
    width: 100%;
    color: #1F1F1F;
    padding: 14px;
    height: 50px;
  }
  .page .contact-cards .content .contact-form .form-content .input-label textarea {
    height: 160px;
    min-height: 160px;
    max-height: 260px;
  }
  .page .contact-cards .content .contact-map {
    padding: 35px 20px;
    background: white;
    border-radius: 40px;
    width: 100%;
  }
  .page .contact-cards .content .contact-map .top {
    display: flex;
    flex-direction: row;
    gap: 10px;
    justify-content: space-between;
    align-items: flex-start;
  }
  .page .contact-cards .content .contact-map .top p {
    font-size: 22px;
    color: #1F1F1F;
  }
  .page .contact-cards .content .contact-map .top p span {
    font-size: 16px;
    opacity: 0.8;
  }
  .page .contact-cards .content .contact-map .top .button {
    background: rgba(202, 64, 52, 0.1176470588);
    color: #E95245;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    height: 48px;
    width: -moz-max-content;
    width: max-content;
    padding-inline: 25px;
  }
  .page .contact-cards .content .contact-map .top .button i {
    margin-right: 15px;
  }
  .page .contact-cards .content .contact-map iframe {
    width: 100%;
    height: 390px;
    margin-top: 25px;
    border-radius: 18px;
  }
}/*# sourceMappingURL=sell.css.map */