.elementor-kit-8{--e-global-color-primary:#27AAE1;--e-global-color-secondary:#1A3768;--e-global-color-text:#15131C;--e-global-color-accent:#DD3449;--e-global-color-ff4a95b:#222032;--e-global-color-9fbc3cd:#13234A;--e-global-color-853859f:#6F1C32;--e-global-color-bae96c7:#FFFFFF;--e-global-color-d77cbd2:#F4FAFD;--e-global-typography-primary-font-family:"Ubuntu";--e-global-typography-primary-font-size:50px;--e-global-typography-primary-font-weight:700;--e-global-typography-primary-font-style:normal;--e-global-typography-secondary-font-family:"Ubuntu";--e-global-typography-secondary-font-size:26px;--e-global-typography-secondary-font-weight:400;--e-global-typography-secondary-line-height:36px;--e-global-typography-text-font-family:"Ubuntu";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:26px;--e-global-typography-accent-font-family:"Ubuntu";--e-global-typography-accent-font-size:20px;--e-global-typography-accent-font-weight:400;--e-global-typography-accent-line-height:32px;--e-global-typography-6afdb10-font-size:40px;--e-global-typography-6afdb10-font-weight:700;--e-global-typography-8becf35-font-size:30px;--e-global-typography-8becf35-font-weight:700;}.elementor-kit-8 button,.elementor-kit-8 input[type="button"],.elementor-kit-8 input[type="submit"],.elementor-kit-8 .elementor-button{background-color:var( --e-global-color-accent );font-family:"Ubuntu", Sans-serif;font-size:16px;font-weight:700;color:var( --e-global-color-bae96c7 );border-radius:10px 10px 10px 10px;}.elementor-kit-8 button:hover,.elementor-kit-8 button:focus,.elementor-kit-8 input[type="button"]:hover,.elementor-kit-8 input[type="button"]:focus,.elementor-kit-8 input[type="submit"]:hover,.elementor-kit-8 input[type="submit"]:focus,.elementor-kit-8 .elementor-button:hover,.elementor-kit-8 .elementor-button:focus{background-color:var( --e-global-color-primary );color:var( --e-global-color-bae96c7 );border-radius:10px 10px 10px 10px;}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.elementor-kit-8 h1{font-size:50px;font-weight:700;}.elementor-kit-8 h2{font-size:50px;font-weight:700;line-height:50px;}.elementor-kit-8 h3{font-size:18px;font-weight:700;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing: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{padding-inline-end:0px;padding-inline-start:0px;}@media(max-width:1024px){.elementor-kit-8 h2{line-height:48px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-8 h1{font-size:36px;}.elementor-kit-8 h2{font-size:32px;line-height:36px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Utility Styles */
.expand-above {
    margin-top: auto;
}


.bulleted-list ol li::marker {
  font-weight: bold;
}

.bulleted-list ul, .bulleted-list ol {
    padding-left: 20px;
}

.list-margin-bottom ul li:last-child {
  margin-bottom: 25px;
}

.list-margin-correction p {
    margin-bottom: 0 !important;
}

.list-margin-correction ul {
    margin-bottom: 25px;
}

h1, h2, h3 {
    margin-top: 0;
    margin-bottom: 0;
}



/* GRAVITY FORMS */

/* Remove default fieldset styling */
fieldset {
  border: none;
  padding: 0;
}

/* Stack span elements and add spacing between them */
fieldset .ginput_container span:not(:first-child) {
  display: block;
  margin-top: 1rem;
}

/* Add spacing between fields */
.gfield {
  margin-top: 1rem;
}

/* Typography and color */
.gravity-form {
  font-family: var(--e-global-typography-text-font-family);
  font-weight: bold;
}

/* Form heading (legend) */
.gravity-form legend {
  color: var(--e-global-color-primary);
  margin-bottom: 0.5rem;
}

/* Labels and field descriptions */
.gravity-form label,
.gravity-form .gfield_description {
  color: var(--e-global-color-bae96c7);
  margin-bottom: 0.5rem;
}

/* Validation and error messages */
.gravity-form .gform_submission_error {
  text-align: center;
  margin-bottom: 2rem;
}

.gravity-form .validation_message,
.gravity-form .gform_submission_error {
  color: var(--e-global-color-accent) !important;
}

/* Input fields */
.gravity-form input, .gravity-form textarea, .gravity-form select {
  border-radius: 10px;
  border: none;
  outline: none;
}

/* Hide honeypot field completely */
.gfield--type-honeypot {
  display: none !important;
  visibility: hidden;
  height: 0;
  overflow: hidden;
}

/* Required field asterisk */
.gravity-form .gfield_required {
  margin-left: 2px;
}

/* Form footer and buttons */
.gravity-form .gform-footer {
  display: grid;
  align-items: center;
}

.gravity-form .gform-footer input {
  max-width: fit-content;
  margin-inline: auto;
  padding: 1rem;
  text-transform: uppercase;
}

.ui-datepicker {
    background-color: #1a3768 !important;
    outline: 2px solid #fff;
    border-radius: 8px;
    box-shadow: 0 0 15px rgba(0,0,0,0.5);
}

.ui-datepicker thead {
    color: #fff !important;
}

.ui-datepicker-unselectable {
    color: #ccc !important;
}

.ui-datepicker-prev, .ui-datepicker-next {
    color: #fff !important;
    padding-inline: 10px !important;
    cursor: pointer;
}

.ui-datepicker-header {
        padding-top: 15px !important;
}

.ui-datepicker-title {
    padding-top: 15px !important;
}

.ui-datepicker-calendar {
    font-size: 1rem !important;
    margin-bottom: 0 !important;
}

.ginput_container_fileupload {
    color: #fff !important;
}

.ui-state-default {
    font-weight: 700 !important;
}/* End custom CSS */