.nc-form-area {
  padding: 2rem 1.5rem 1.5rem 1.5rem;
  background: #E9E5DF;
  margin: 1.5rem;
}

@media screen and (min-width: 1024px) {
  .nc-form-area {
    margin: 3.5rem;
  }

}

.nc-form-area .hs_cos_wrapper_type_form, .nc-form-area form {
  background: transparent; 
  padding: 0;
}

.nc-form-area ::placeholder, .nc-form-area label:not(.hs-error-msg) {
  color: rgba(39,39,39, 0.6); 
}

.nc-form-area .hs-form-field input, 
.nc-form-area .hs-form-field select, 
.nc-form-area .hs-form-field textarea {
  padding: 1.55rem 1rem 0.8rem 1rem;
  border: 1px solid rgba(39,39,39, 0.12);
}

.nc-form-area .hs-form-field input:focus-visible, .nc-form-area .hs-form-field select:focus-visible, .nc-form-area .hs-form-field textarea:focus-visible {
  outline: none;
  box-shadow: 0 0 0 0.5px rgb(184 167 142 / 60%);
}

.nc-form-area .hs-submit input, .hsfc-Button {
  background: #B8A68E !important;
  font-weight: 700 !important;
  transition: all .2s ease-in-out;
}

.nc-form-area .hs-submit input:hover, .hsfc-Button:hover {
  background: #A87862 !important;
  transform: translateY(-1px);
}

.hs-form .hs-fieldtype-select .input:after {
  content: url("data:image/svg+xml,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.9407 19.5595C11.5267 20.1454 12.4782 20.1454 13.0642 19.5595L22.0642 10.5595C22.6501 9.97354 22.6501 9.02197 22.0642 8.43604C21.4782 7.8501 20.5267 7.8501 19.9407 8.43604L12.0001 16.3767L4.05947 8.44072C3.47354 7.85478 2.52197 7.85478 1.93604 8.44072C1.3501 9.02666 1.3501 9.97822 1.93604 10.5642L10.936 19.5642L10.9407 19.5595Z' fill='%23272727'/%3E%3C/svg%3E%0A");
  transform: translateY(-50%) scale(0.7);
  right: 1rem;
}
.nc-form-area .legal-consent-container {
  font-size: 0.625rem;
  margin-bottom: 1.25rem;
}

.hs-form .hs-error-msg, .hs-form .hs-error-msgs {
  font-size: 12px;
}



.nc-form-area .hs-form-field {
  position: relative;
  margin-bottom: 1rem;
  margin-block-end: 1rem !important;
}

.nc-form-area .hs-form-field > label {
  position: absolute;
  top: 18px;
  left: 16px;
  pointer-events: none;
  transition: all 0.2s ease-out;
  background-color: transparent;
  margin: 0;
  z-index: 2;
  font-size: 14px;
}

.nc-form-area .hs-form-field input::placeholder,
.nc-form-area .hs-form-field textarea::placeholder {
  color: transparent !important;
}

.nc-form-area .hs-form-field.is-focused > label,
.nc-form-area .hs-form-field.has-value > label,
.nc-form-area .hs-form-field.hs-fieldtype-select > label{
  top: 8px;
  left: 16px;
  font-size: 10px;
}

.nc-form-area .hs-form-booleancheckbox > label,
.nc-form-area .hs-form-radio > label {
  position: static;
  pointer-events: auto;
}


@media (min-width: 767px) {
  .nc-hero-form .container {
    max-width: 1440px;
    padding: 0 2.5rem;
  }
  .nc-hero-form .header-area .header-wrap {
    flex-direction: row; 
    align-items: flex-end;
  }

  .nc-hero-form .header-area .hero-header {
    width: 50%;
    font-size: 3.5rem;
  }
  
  .nc-hero-form .header-area .hero-description {
    font-size: 0.875rem;
    width: 45%;
  }
  .nc-hero-form .nc-wrap {
    flex-direction: row;
  }
  .nc-hero-form .nc-wrap .form-area {
    width: 50%;
    padding: 2.5rem;
  }
  .nc-hero-form .nc-wrap .image-area {
    width: 50%;
  }
  .nc-form-area .hs-form-field {
    margin-bottom: 1.125rem;
    margin-block-end: 1.125rem !important;
  }
}


@media (min-width: 1024px) {
  .nc-hero-form .container {
    padding: 0 3.25rem;
  }
  .nc-hero-form .header-area .hero-header {
    font-size: 4.5rem;
  }
  .nc-hero-form .header-area .hero-description {
    font-size: 1rem;
  }
}

[data-hsfc-id=Renderer] .hsfc-Step .hsfc-Step__Content {
  padding: 0 !important;
}
/* 
/* Hubspot Form style overrides */
.hubspot-layout-tight .hsfc-Step .hsfc-Step__Content {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
.hubspot-layout-tight [data-hsfc-id=Renderer] .hsfc-Row {
	margin-bottom: 0 !important;
}
.hubspot-layout-tight [data-hsfc-id=Renderer] .hsfc-NavigationRow {
	margin-top: 0 !important;
}
 */
.hubspot-form-content {
  /* gap: var(--spacing-6); */
  max-width: 780px;
  margin-inline-start: auto;
  margin-inline-end: auto;
  display: grid;
}
/* 
.hubspot-form-box {
  padding: var(--spacing-6);
}

.hubspot-form-content > .form {
  width: 100%;
}

@media screen and (min-width: 700px) {
  .hubspot-form {
    border-radius: inherit;
    overflow: hidden;
  }

  .hubspot-form-content {
    /* gap: var(--spacing-8); */
  }

  .hubspot-form-content__icon {
    width: 48px;
    height: 48px;
  }

  .hubspot-form-box {
    padding: var(--spacing-12);
  }
}

@media screen and (min-width: 1000px) {
  .hubspot-form {
    grid-template-columns: .5fr .5fr;
    display: grid;
  }

  .hubspot-form-content > .form {
    max-width: 490px;
  }

  .hubspot-form > .hubspot-form-box {
    justify-content: start;
    align-items: center;
    display: grid;
  }

  .section-full .hubspot-form-box {
    background: none;
  }
}

@media screen and (min-width: 1150px) {
  .hubspot-form-box {
    padding: var(--spacing-16);
  }
}

@media screen and (min-width: 1400px) {
  .hubspot-form-box {
    padding: var(--spacing-20);
  }
}

#get-in-touch .contact-form {
	background: rgba(184, 167, 142, 0.12);
	border-radius: 10px;
}
@media screen and (min-width: 1023px)
{
	#get-in-touch .contact-form {
	padding: var(--spacing-14) !important;
	}
}
 */
.hsfc-Step__Content {
	padding: 0 0 0 0 !important;
}
h3.hsfc-Heading {
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 1.2;
	margin-top: 1.5rem;
	margin-bottom: 0rem;
}
.hsfc-Row {
	gap: 20px !important;
  margin-bottom: 1rem !important;
}
[class*="hsfc-"][class*="Field"] {
	position: relative;
}

.hsfc-FieldLabel {
	position: absolute !important;
	left: 16px !important;
	top: 16px !important; 
	transition: all 0.2s ease !important;
	pointer-events: none !important;
	color: rgba(39, 39, 39, 0.6) !important;
	z-index: 1 !important;
	font-size: 14px !important;
	margin: 0 !important;
	background: transparent !important;
}

.hsfc-TextInput, .hsfc-TextareaInput {
	width: 100% !important;
	padding: 22px 16px 6px 16px !important;
	border: 1px solid rgba(39, 39, 39, 0.4) !important;
	font-size: 14px !important;
	border-radius: 8px !important;
}
.hsfc-DateField .hsfc-FieldLabel {
	top: 8px !important;
	left: 16px !important;
	font-size: 10px !important;
	color: rgba(39, 39, 39, 0.6) !important;
	padding: 0 !important;
}
.hsfc-TextInput { height: 54px !important; }
.hsfc-TextareaInput { min-height: 120px !important; padding-top: 20px !important; }

[data-floating="true"] .hsfc-FieldLabel {
	top: 8px !important;
	left: 16px !important;
	font-size: 10px !important;
	color: rgba(39, 39, 39, 0.6) !important;
	padding: 0 !important;
}
.hsfc-PhoneField .hsfc-FieldLabel {
	top: 8px !important;
	left: 72px !important;
	font-size: 10px !important;
	color: rgba(39, 39, 39, 0.6) !important;
	padding: 0 !important;
}
.hsfc-PhoneInput__FlagAndCaret {
	border: 1px solid rgba(39, 39, 39, 0.4) !important;
	border-top-left-radius: 8px !important;
	border-bottom-left-radius: 8px !important;
}
.hsfc-PhoneInput .hsfc-TextInput {
	border-top-left-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
}
.hsfc-FileField {
	border: 1px solid rgba(39, 39, 39, 0.4) !important;
	border-radius: 8px;
	padding: 1.75rem 1rem 1rem 1rem;
	margin-top: 0;
}
.hsfc-FileField .hsfc-FieldLabel {
	top: 8px !important;
	left: 16px !important;
	font-size: 10px !important;
	color: rgba(39, 39, 39, 0.5) !important;
	padding: 0 !important;
}
.hsfc-PhoneInput__FlagAndCaret { z-index: 5 !important; border-right: 0 !important; }
.hsfc-FieldLabel__RequiredIndicator { color: rgba(39, 39, 39, 0.5) !important; }

.hsfc-DataPrivacyField .hsfc-RichText {
	color: rgb(var(--text-color)) !important; 
	line-height: 1.25;
	padding-top: 0.5rem;
}
.hsfc-DataPrivacyField .hsfc-Row { margin-bottom: 0 !important; }
.hsfc-NavigationRow { margin-top: 0 !important; }

/* .hubspot-newsletter-form-wrapper .hsfc-Step__Content,
.hubspot-newsletter-form-wrapper .hsfc-Step__Content .hsfc-Row, 
.footer__block .hsfc-Step__Content, 
.footer__block .hsfc-Step__Content .hsfc-Row { 
	padding-bottom: 0 !important; margin-bottom: 0 !important;
} */

[data-hsfc-id=Renderer] .hsfc-PhoneInput:not(.hsfc-PhoneInput--rtl) .hsfc-PhoneInput__FlagAndCaret { 
  padding: 10px !important;
}