.elementor-kit-6{--e-global-color-primary:#3958A7;--e-global-color-secondary:#F99F37;--e-global-color-text:#D3DCE5;--e-global-color-accent:#F9F4E7;--e-global-color-ffea902:#1B365D;--e-global-color-f212168:#0F52A6;--e-global-color-65f8b1c:#FFFBF3;--e-global-color-f5c1cdd:#161616;--e-global-color-2fc45c4:#FFFFFF;--e-global-typography-primary-font-family:"kepler-std-display";--e-global-typography-primary-font-weight:500;--e-global-typography-secondary-font-family:"Lato";--e-global-typography-secondary-font-weight:700;--e-global-typography-secondary-text-transform:uppercase;--e-global-typography-text-font-family:"Lato";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Lato";--e-global-typography-accent-font-weight:700;color:var( --e-global-color-f5c1cdd );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.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-primary );color:var( --e-global-color-2fc45c4 );border-style:solid;border-width:1px 1px 1px 1px;border-color:var( --e-global-color-primary );border-radius:0px 0px 0px 0px;padding:14px 22px 14px 22px;}.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:#3958A700;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.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-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//*----------------------------
# General
----------------------------*/

.fancy-line:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: -5px;
    transform: translateY(-50%);
    width: 30px;              /* adjust */
  aspect-ratio: 457 / 120;   /* keeps the same feel as the image */
  background: #F99F37;       /* your orange */

  -webkit-clip-path: polygon(
    0% 50%,
    100% 0%,
    83% 100%
  );
  clip-path: polygon(
    0% 50%,
    100% 0%,
    83% 100%
  );
}

.scroll-to {
    height: 95px;
    margin-top: -95px;
    pointer-events: none;
}


/*----------------------------
# Form
----------------------------*/

#content form {
    padding: 0 30px 25px;
}
#content form input {
    color: #0F52A6;
}
#content form .gfield {
    margin: 0;
}
#content form .gfield.hidden_label {
  margin-top: 0;
}
#content form .gfield.hidden_label legend {
  display: none;
}
#content form label {
    color: #0F52A6;
    font-weight: 700;
    font-size: 16px;
}
#content form fieldset label {
    margin-bottom: 8px;
}
#content form fieldset {
	border: none;
	padding: 0;
	margin-bottom: 0;
}
#content form fieldset input {
	margin-bottom: 10px;
}
#content form fieldset .ginput_left,
#content form fieldset .ginput_right {
	display: block;
  width: calc(50% - 5px);
}
#content form fieldset .ginput_left {
  float: left;
}
#content form fieldset .ginput_right {
  float: right;
}

@media screen and (max-width: 699px) {

  #content form fieldset .ginput_left,
  #content form fieldset .ginput_right {
    width: 100%;
  }

}

#content form input[type="submit"] {
    color: #fff;
    margin-bottom: 0;
}
#content form input[type="submit"]:hover {
    color: #0F52A6;
}
#content form .gform_footer {
    padding-bottom: 0;
}/* End custom CSS */