.elementor-kit-12270{--e-global-color-primary:#F79623;--e-global-color-secondary:#1D6FB7;--e-global-color-text:#383838;--e-global-color-accent:#1D6FB7BA;--e-global-color-69a65c1:#FFFFFF;--e-global-color-5ca5b36:#0DAAE0;--e-global-color-313c685:#FDC10D;--e-global-typography-primary-font-family:"Prompt";--e-global-typography-primary-font-size:45px;--e-global-typography-primary-font-weight:200;--e-global-typography-secondary-font-family:"Prompt";--e-global-typography-secondary-font-size:20px;--e-global-typography-secondary-font-weight:300;--e-global-typography-text-font-family:"Prompt";--e-global-typography-text-font-size:18px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:30px;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-size:15px;--e-global-typography-accent-font-weight:500;--e-global-typography-8f71c42-font-family:"Prompt";--e-global-typography-8f71c42-font-size:18px;--e-global-typography-8f71c42-font-weight:400;--e-global-typography-8f71c42-text-transform:uppercase;--e-global-typography-8f71c42-line-height:20px;}.elementor-kit-12270 a{color:var( --e-global-color-primary );}.elementor-kit-12270 a:hover{color:var( --e-global-color-secondary );}.elementor-kit-12270 button,.elementor-kit-12270 input[type="button"],.elementor-kit-12270 input[type="submit"],.elementor-kit-12270 .elementor-button{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-size:var( --e-global-typography-accent-font-size );font-weight:var( --e-global-typography-accent-font-weight );color:var( --e-global-color-69a65c1 );background-color:var( --e-global-color-primary );}.elementor-kit-12270 button:hover,.elementor-kit-12270 button:focus,.elementor-kit-12270 input[type="button"]:hover,.elementor-kit-12270 input[type="button"]:focus,.elementor-kit-12270 input[type="submit"]:hover,.elementor-kit-12270 input[type="submit"]:focus,.elementor-kit-12270 .elementor-button:hover,.elementor-kit-12270 .elementor-button:focus{color:var( --e-global-color-69a65c1 );}.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);}.elementor-kit-12270 e-page-transition{background-color:#FFBC7D;}.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-kit-12270{--e-global-typography-primary-font-size:25px;}.elementor-kit-12270 button,.elementor-kit-12270 input[type="button"],.elementor-kit-12270 input[type="submit"],.elementor-kit-12270 .elementor-button{font-size:var( --e-global-typography-accent-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-12270{--e-global-typography-primary-font-size:26px;--e-global-typography-primary-line-height:1em;}.elementor-kit-12270 button,.elementor-kit-12270 input[type="button"],.elementor-kit-12270 input[type="submit"],.elementor-kit-12270 .elementor-button{font-size:var( --e-global-typography-accent-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.elementor-button {
  color: #FFF;
  border-radius: 5px;
  padding: 15px 36px;
  letter-spacing: 1px;
  cursor: pointer;
  box-shadow: inset 0 0 0 0 #F79623;
  -webkit-transition: ease-out 0.4s;
  -moz-transition: ease-out 0.4s;
  transition: ease-out 0.4s;
}
.elementor-button:hover {
  box-shadow: inset 400px 0 0 0 #1D6FB7;
 letter-spacing: 1px;

}


ul.ks-cboxtags {
    font-size:16px;
    list-style: none;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

ul.ks-cboxtags li label{
    display: inline-block;
   
    background-color: #F79623;
    color: white;
    border-radius: 25px;
    white-space: nowrap;
    margin: 6px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    transition: all .2s;
}

ul.ks-cboxtags li label {
    padding: 8px 12px;
    cursor: pointer;
}


ul.ks-cboxtags li input[type="checkbox"]:checked + label {
    border: 2px solid #F79623;
    background-color: #F9B35C;
    color: #fff;
    transition: all .2s;
}

ul.ks-cboxtags li input[type="checkbox"] {
  display: absolute;
}
ul.ks-cboxtags li input[type="checkbox"] {
  position: absolute;
  opacity: 0;
}
ul.ks-cboxtags li input[type="checkbox"]:focus + label {
  border: 2px solid #3983C0;
}/* End custom CSS */