.elementor-27 .elementor-element.elementor-element-e194497{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0em 4em;--row-gap:0em;--column-gap:4em;--overlay-opacity:0.8;--padding-top:5rem;--padding-bottom:5rem;--padding-left:1rem;--padding-right:1rem;}.elementor-27 .elementor-element.elementor-element-e194497::before, .elementor-27 .elementor-element.elementor-element-e194497 > .elementor-background-video-container::before, .elementor-27 .elementor-element.elementor-element-e194497 > .e-con-inner > .elementor-background-video-container::before, .elementor-27 .elementor-element.elementor-element-e194497 > .elementor-background-slideshow::before, .elementor-27 .elementor-element.elementor-element-e194497 > .e-con-inner > .elementor-background-slideshow::before, .elementor-27 .elementor-element.elementor-element-e194497 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-color:var( --e-global-color-secondary );--background-overlay:'';}.elementor-27 .elementor-element.elementor-element-c6cebe6{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:11em;--padding-bottom:0em;--padding-left:0em;--padding-right:0em;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-27 .elementor-element.elementor-element-384cd29{border-style:none;text-align:start;}.elementor-27 .elementor-element.elementor-element-384cd29 .elementor-heading-title{font-family:"Chewy", Sans-serif;font-size:3.3vw;font-weight:500;color:var( --e-global-color-7437ec7 );}.elementor-widget-text-editor{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 );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );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 );}.elementor-27 .elementor-element.elementor-element-f52026e img{border-radius:30px 30px 30px 30px;}.elementor-27 .elementor-element.elementor-element-962c179{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-27 .elementor-element.elementor-element-fa51673 .gk-gravity-form{text-align:left;}.elementor-27 .elementor-element.elementor-element-9cf9c48{padding:1em 1em 1em 1em;text-align:center;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-27 .elementor-element.elementor-element-c6cebe6{--width:35%;}.elementor-27 .elementor-element.elementor-element-962c179{--width:65%;}}@media(max-width:1024px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );}.elementor-27 .elementor-element.elementor-element-384cd29{text-align:center;}.elementor-27 .elementor-element.elementor-element-384cd29 .elementor-heading-title{font-size:4.8vw;}.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );}.elementor-widget-image .widget-image-caption{font-size:var( --e-global-typography-text-font-size );}}@media(max-width:767px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );}.elementor-27 .elementor-element.elementor-element-384cd29{padding:20px 0px 20px 0px;border-radius:0px 0px 1px 0px;}.elementor-27 .elementor-element.elementor-element-384cd29 .elementor-heading-title{font-size:32px;}.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );}.elementor-widget-image .widget-image-caption{font-size:var( --e-global-typography-text-font-size );}}/* Start custom CSS for gk_elementor_gravity_form, class: .elementor-element-fa51673 *//* Clean 2-column grid using Foundation layout */
.gform-theme--foundation .gform_fields {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

/* Full width fields span both columns */
.gform-theme--foundation .gfield--width-full {
  grid-column: span 2;
}

/* Inputs fill properly */
.gform-theme--foundation input,
.gform-theme--foundation select,
.gform-theme--foundation textarea {
  width: 100% !important;
}

/* Fix the medium width issue */
.gform-theme--foundation .gfield input.medium,
.gform-theme--foundation .gfield select.medium {
  max-width: 100% !important;
}
/* Button base */
.gform-theme--foundation button,
.gform-theme--foundation .gform_button {
  background-color: #D61043 !important;
  border-color: #D61043 !important;
  color: #ffffff !important;
    width: 140px !important;
}

/* Hover */
.gform-theme--foundation button:hover,
.gform-theme--foundation .gform_button:hover {
  background-color: #EC5D86 !important;
  border-color: #EC5D86 !important;
    width: 140px !important;
}
/* FORM CONTAINER */
.gform-theme--foundation {
  background: #ffffff;
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 8px 30px rgba(0,0,0,0.06);
}

/* SECTION TITLE (Personal Information) */
.gform-theme--foundation .gsection_title {
  color: #EC5D86;
  font-weight: 600;
  font-size: 24px;
}

/* LABELS */
.gform-theme--foundation .gfield_label {
  color: #1F2A44;
  font-weight: 500;
  margin-bottom: 6px;
}

/* REQUIRED TEXT */
.gform-theme--foundation .gfield_required {
  color: #D61043;
  font-weight: 500;
}

/* INPUTS */
.gform-theme--foundation input,
.gform-theme--foundation select,
.gform-theme--foundation textarea {
  background: #F9FAFB;
  border: 1px solid #E5E7EB;
  border-radius: 8px;
  padding: 12px 14px;
  font-size: 15px;
  transition: all 0.2s ease;
}

/* INPUT FOCUS */
.gform-theme--foundation input:focus,
.gform-theme--foundation select:focus,
.gform-theme--foundation textarea:focus {
  border-color: #D61043;
  background: #ffffff;
  box-shadow: 0 0 0 2px rgba(214,16,67,0.1);
  outline: none;
}

/* PLACEHOLDER */
.gform-theme--foundation ::placeholder {
  color: #9CA3AF;
}

/* DROPDOWN ARROW ALIGN */
.gform-theme--foundation select {
  height: 44px;
}

/* GRID SPACING */
.gform-theme--foundation .gform_fields {
  gap: 16px;
}

/* BUTTON */
.gform-theme--foundation .gform_button {
  background-color: #D61043;
  border: none;
  color: #ffffff;
  width: 150px;
  padding: 12px;
  border-radius: 30px;
  font-weight: 600;
  transition: all 0.2s ease;
}

/* BUTTON HOVER */
.gform-theme--foundation .gform_button:hover {
  background-color: #EC5D86;
}

/* CENTER BUTTON */
.gform-theme--foundation .gform_footer {
  text-align: center;
  margin-top: 20px;
}

/* REMOVE HARSH LINES */
.gform-theme--foundation .gsection {
  border-bottom: none;
  margin-bottom: 20px;
}

/* OPTIONAL: soften overall spacing */
.gform-theme--foundation .gfield {
  margin-bottom: 10px;
}/* End custom CSS */