.elementor-kit-6{--e-global-color-primary:#00AEEF;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#A6CE39;--e-global-color-e10c809:#FFFFFF;--e-global-color-d56a709:#00AEEF;--e-global-color-3843255:#A6CE39;--e-global-color-8977250:#F3F3F3;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Open Sans";--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.4em;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-weight:500;--e-global-typography-2938691-font-family:"Poppins";--e-global-typography-2938691-font-size:18px;--e-global-typography-2938691-text-transform:uppercase;--e-global-typography-fc214d0-font-family:"Poppins";--e-global-typography-fc214d0-font-size:38px;--e-global-typography-fc214d0-font-weight:600;--e-global-typography-81af094-font-family:"Poppins";--e-global-typography-81af094-font-size:30px;--e-global-typography-81af094-font-weight:400;--e-global-typography-fd72d7e-font-family:"Poppins";--e-global-typography-fd72d7e-font-size:26px;--e-global-typography-fd72d7e-font-weight:500;--e-global-typography-d39fa26-font-family:"Poppins";--e-global-typography-d39fa26-font-size:24px;--e-global-typography-d39fa26-font-weight:600;--e-global-typography-cb5b522-font-family:"Poppins";--e-global-typography-cb5b522-font-size:20px;--e-global-typography-cb5b522-font-weight:600;--e-global-typography-6981e6b-font-family:"Poppins";--e-global-typography-6981e6b-font-size:17px;--e-global-typography-6981e6b-font-weight:600;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{font-family:var( --e-global-typography-2938691-font-family ), Sans-serif;font-size:var( --e-global-typography-2938691-font-size );text-transform:var( --e-global-typography-2938691-text-transform );border-radius:30px 30px 30px 30px;padding:20px 40px 20px 40px;}.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 .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:1366px){.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{font-size:var( --e-global-typography-2938691-font-size );}}@media(max-width:1024px){.elementor-kit-6{--e-global-typography-fc214d0-font-size:34px;--e-global-typography-81af094-font-size:26px;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{font-size:var( --e-global-typography-2938691-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-6{--e-global-typography-2938691-font-size:15px;--e-global-typography-fc214d0-font-size:27px;--e-global-typography-81af094-font-size:25px;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{font-size:var( --e-global-typography-2938691-font-size );padding:18px 34px 18px 43px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */span.accent {
    color: var(--e-global-color-primary);
}
.product-button {
    fill: var(--e-global-color-e10c809);
    color: var(--e-global-color-d56a709);
    border: 1px solid var(--e-global-color-d56a709);
    background-color: var(--e-global-color-e10c809);
    font-size: var(--n-accordion-title-font-size);
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    font-weight: normal;
    border-radius: 30px 30px 30px 30px;
    padding: 10px 20px 10px 20px;
    width: fit-content;
    margin: 0 auto;
    cursor: pointer;
    display: block;
    margin-top: 20px;
}
.product-button:hover {
   border: 1px solid var(--e-global-color-accent);
   color: var(--e-global-color-accent);
}
@media(max-width: 480px){
    .product-button {
        font-size:15px;
        padding: 8px 15px 8px 15px;
        text-align: center;
    }
}

.green-text {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 400; /* default weight */
  text-transform: uppercase;
  color: #A6CE39;
}/* End custom CSS */