.elementor-kit-6{--e-global-color-primary:#1A1919;--e-global-color-secondary:#BC8D57;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"alverata";--e-global-typography-primary-font-size:28px;--e-global-typography-primary-font-weight:600;--e-global-typography-primary-text-transform:uppercase;--e-global-typography-primary-line-height:1.1em;--e-global-typography-primary-letter-spacing:2.7px;--e-global-typography-secondary-font-family:"alverata";--e-global-typography-secondary-font-size:25px;--e-global-typography-secondary-font-weight:400;--e-global-typography-secondary-line-height:1.2em;--e-global-typography-secondary-letter-spacing:0.6px;--e-global-typography-text-font-family:"alverata";--e-global-typography-text-font-size:14px;--e-global-typography-text-font-weight:500;--e-global-typography-text-line-height:1.7em;--e-global-typography-text-letter-spacing:0.4px;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;--e-global-typography-186d1f7-font-family:"alverata";--e-global-typography-186d1f7-font-weight:600;--e-global-typography-186d1f7-text-transform:uppercase;--e-global-typography-186d1f7-letter-spacing:1.7px;font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );letter-spacing:var( --e-global-typography-text-letter-spacing );--e-preloader-animation:eicon-spin;--e-preloader-animation-duration:1500ms;--e-preloader-delay:0ms;--e-preloader-color:#FFF;--e-preloader-size:20px;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{background-color:var( --e-global-color-secondary );font-family:var( --e-global-typography-186d1f7-font-family ), Sans-serif;font-weight:var( --e-global-typography-186d1f7-font-weight );text-transform:var( --e-global-typography-186d1f7-text-transform );letter-spacing:var( --e-global-typography-186d1f7-letter-spacing );color:#FFFFFF;border-style:none;padding:12px 24px 12px 24px;}.elementor-kit-6 button:hover,.elementor-kit-6 button:focus,.elementor-kit-6 input[type="button"]:hover,.elementor-kit-6 input[type="button"]:focus,.elementor-kit-6 input[type="submit"]:hover,.elementor-kit-6 input[type="submit"]:focus,.elementor-kit-6 .elementor-button:hover,.elementor-kit-6 .elementor-button:focus{background-color:#CC9658;color:#FFFFFF;}.elementor-kit-6 e-page-transition{background-color:var( --e-global-color-secondary );}.elementor-kit-6 a{color:var( --e-global-color-secondary );}.elementor-kit-6 a:hover{color:var( --e-global-color-secondary );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-kit-6{--e-global-typography-primary-font-size:25px;font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );letter-spacing:var( --e-global-typography-text-letter-spacing );}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{letter-spacing:var( --e-global-typography-186d1f7-letter-spacing );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-6{--e-global-typography-primary-font-size:20px;font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );letter-spacing:var( --e-global-typography-text-letter-spacing );}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{letter-spacing:var( --e-global-typography-186d1f7-letter-spacing );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* mobile horizontal scroll fix */
html,
body{
width:100%;
overflow-x:hidden;
}

/* turn off the outline link bug we had */
a {
    outline: none!important;
}

/* === ACTEOL FORM: FINAL WORKING TEST STYLES === */

/* All text white + forced line height */
.display-acteol-block,
.display-acteol-block * {
  color: #212529;
  line-height: 1.2em !important;
}

/* Inputs */
.display-acteol-block input.form-control {
  color: #000000 !important;
}

/* Placeholder text */
.display-acteol-block input.form-control::placeholder {
  color: #000000 !important;
  opacity: 0.6;
}

/* Space each field/label block */
.display-acteol-block .form-group {
  margin-bottom: 15px !important;
}

/* Safety: if any controls are not in .form-group, add spacing directly */
.display-acteol-block .form-control {
  margin-bottom: 0px !important;
}

/* Base: mobile-first – all fields full width */
.acteol-two-column-form {
  display: flex;
  flex-wrap: wrap;
}
.acteol-two-column-form > .form-group {
  width: 100%;
  box-sizing: border-box;
  padding-right: 0;
}

/* From 768px up (tablet/desktop): only fields 1 and 2 side by side */
@media (min-width: 768px) {
  .acteol-two-column-form > .form-group:nth-of-type(1),
  .acteol-two-column-form > .form-group:nth-of-type(2) {
    width: 50%;
  }

  /* Add right padding only to the first column */
  .acteol-two-column-form > .form-group:nth-of-type(1) {
    padding-right: 10px;
  }
}/* End custom CSS */