.elementor-kit-5{--e-global-color-primary:#231F20;--e-global-color-secondary:#5C3B44;--e-global-color-text:#666263;--e-global-color-accent:#D91A5D;--e-global-color-641a627:#ED4982;--e-global-color-6e3cad1:#FAF5F7;--e-global-color-cc3c888:#EEEBEC;--e-global-color-6e58637:#CDC6C8;--e-global-typography-primary-font-family:"Piazzolla";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Piazzolla";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Manrope";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Manrope";--e-global-typography-accent-font-weight:500;background-color:var( --e-global-color-6e3cad1 );}.elementor-kit-5 button,.elementor-kit-5 input[type="button"],.elementor-kit-5 input[type="submit"],.elementor-kit-5 .elementor-button{color:var( --e-global-color-6e3cad1 );background-color:var( --e-global-color-accent );border-radius:0px 0px 0px 0px;}.elementor-kit-5 button:hover,.elementor-kit-5 button:focus,.elementor-kit-5 input[type="button"]:hover,.elementor-kit-5 input[type="button"]:focus,.elementor-kit-5 input[type="submit"]:hover,.elementor-kit-5 input[type="submit"]:focus,.elementor-kit-5 .elementor-button:hover,.elementor-kit-5 .elementor-button:focus{color:var( --e-global-color-6e3cad1 );background-color:var( --e-global-color-641a627 );}.elementor-kit-5 label{color:var( --e-global-color-primary );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-kit-5 input:not([type="button"]):not([type="submit"]),.elementor-kit-5 textarea,.elementor-kit-5 .elementor-field-textual{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-primary );accent-color:var( --e-global-color-accent );background-color:#FFFFFF;border-style:solid;border-width:1px 1px 1px 1px;border-color:var( --e-global-color-6e58637 );border-radius:0px 0px 0px 0px;padding:15px 20px 15px 20px;}.elementor-kit-5 input:focus:not([type="button"]):not([type="submit"]),.elementor-kit-5 textarea:focus,.elementor-kit-5 .elementor-field-textual:focus{border-style:solid;border-width:1px 1px 1px 1px;border-color:var( --e-global-color-accent );}.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;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.site-header{padding-right:0px;padding-left:0px;}@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 */form label{
    width: 100%;
}

form input{
    outline: none !important;
}

form br{
    display: none;
}

form p{
    margin: 1.1rem 0;
}

.wpcf7-list-item{
    margin: 1rem 1.5rem 1.5rem 0;
    display: block;
}

.wpcf7-list-item-label{
    padding-left: 2rem;
}

/* The container */
.wpcf7-list-item label {
  display: block;
  position: relative;
  cursor: pointer;
  font-size: 16px;
  line-height: 1rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.wpcf7-list-item input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.wpcf7-list-item .wpcf7-list-item-label::before{
    content: "";
  position: absolute;
  top: -0.2rem;
  left: 0;
  height: 1.6rem;
  width: 1.6rem;
  border: 1px solid var(--e-global-color-6e58637);
  background-color: white;
  color: white;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* On mouse-over, add a grey background color */
.wpcf7-list-item:hover input ~ .wpcf7-list-item-label::before {
  background-color: var(--e-global-color-cc3c888);
}

/* When the checkbox is checked, add a blue background */
.wpcf7-list-item input:checked ~ .wpcf7-list-item-label::before {
  background-color: var(--e-global-color-accent);
  border-color: var(--e-global-color-accent);
  content: "✓";
}


.wpcf7-list-item-label {
	display: block;
}/* End custom CSS */