.elementor-kit-9{--e-global-color-primary:#222222;--e-global-color-secondary:#54595F;--e-global-color-text:#FCFCFC;--e-global-color-accent:#FF6F00;--e-global-color-1624a10:#828588;--e-global-typography-primary-font-family:"Outfit";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Outfit";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Outfit";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Outfit";--e-global-typography-accent-font-weight:500;font-family:"Outfit", Sans-serif;overscroll-behavior:auto;}.elementor-kit-9 button,.elementor-kit-9 input[type="button"],.elementor-kit-9 input[type="submit"],.elementor-kit-9 .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );color:var( --e-global-color-text );}.elementor-kit-9 e-page-transition{background-color:#FFBC7D;}.elementor-kit-9 h1{font-family:"Outfit", Sans-serif;}.elementor-kit-9 h2{font-family:"Outfit", Sans-serif;}.elementor-kit-9 h3{font-family:"Gellix", Sans-serif;}.elementor-kit-9 h4{font-family:"Gellix", Sans-serif;}.elementor-kit-9 h5{font-family:"Outfit", Sans-serif;}.elementor-kit-9 h6{font-family:"Outfit", Sans-serif;}.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 *//* Style the checkbox input */
.elementor-field-type-checkbox input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    background-color: white;
    border: 2px solid #ccc;
    border-radius: 3px;
    margin-right: 8px;
    position: relative;
    cursor: pointer;
    vertical-align: middle;
}

/* Style the checkbox when checked */
.elementor-field-type-checkbox input[type="checkbox"]:checked {
    background-color: #ff6f00;
    border-color: #ff6f00;
}

/* Create the checkmark */
.elementor-field-type-checkbox input[type="checkbox"]:checked:after {
    content: '';
    position: absolute;
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

/* Style the checkbox label */
.elementor-field-type-checkbox .elementor-field-option label {
    cursor: pointer;
    vertical-align: middle;
}/* End custom CSS */