.elementor-kit-46{--e-global-color-primary:#00251D;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#2D2D2D;--e-global-color-accent:#03FFC5;--e-global-color-f117654:#D8FFF763;--e-global-color-fd809bf:#D8FFF7;--e-global-color-0d2d69a:#00251D21;--e-global-color-0a2f5e7:#09B48DAB;--e-global-color-763326d:#09B48D;--e-global-color-c213731:#00251DB0;--e-global-color-bd8b0c8:#000A08;--e-global-typography-text-font-weight:400;--e-global-typography-5bc1656-font-family:"Poppins";--e-global-typography-5bc1656-font-size:4rem;--e-global-typography-5bc1656-font-weight:700;--e-global-typography-bc7548b-font-family:"Poppins";--e-global-typography-bc7548b-font-size:2.5rem;--e-global-typography-bc7548b-font-weight:700;--e-global-typography-8934a24-font-family:"Poppins";--e-global-typography-8934a24-font-size:1rem;--e-global-typography-7e16473-font-size:18px;--e-global-typography-3b83e97-font-size:2.2rem;--e-global-typography-3b83e97-font-weight:600;--e-global-typography-3b83e97-line-height:40px;--e-global-typography-84d93e2-font-size:16px;}.elementor-kit-46 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-kit-46{--e-global-typography-7e16473-font-size:18px;--e-global-typography-84d93e2-font-size:18px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-46{--e-global-typography-text-font-size:16px;--e-global-typography-5bc1656-font-size:2rem;--e-global-typography-bc7548b-font-size:1.4rem;--e-global-typography-8934a24-font-size:0.8rem;--e-global-typography-7e16473-font-size:16px;--e-global-typography-7e16473-line-height:1.5em;--e-global-typography-3b83e97-font-size:1.5rem;--e-global-typography-3b83e97-line-height:1.3em;--e-global-typography-84d93e2-font-size:16px;--e-global-typography-84d93e2-line-height:1.5em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;--container-default-padding-top:0px;--container-default-padding-right:20px;--container-default-padding-bottom:0px;--container-default-padding-left:20px;}}/* Start custom CSS */:root {
    --main-font: Poppins;
    --lime-green-color: #03FFC5;
    --main-dark-green: #00251D;
}

.page-header {
    display: none;
}

.background-line:after {
    content: '';
    height: 25px;
    background: #03FFC5;
    display: block;
    width: 280px;
    margin: -40px auto 30px;
}

p {
    margin: 0px !important;
}

textarea, input {
    border-radius: 5px !important;
    border-color: #CCD3D6 !important;
    box-shadow: inset 0px 1px 8px rgba(0, 0, 0, 0.1) !important;
}

.lime-tag-pills {
    display: block; border-radius: 5px;
    padding: 1px 5px 0px;
    background-color: var(--lime-green-color);
}

button {
    border-radius: 5px !important;
    background-color: var(--main-dark-green) !important;
    color: var(--lime-green-color) !important;
    box-shadow: 6px 5px 0px 0px var(--lime-green-color) !important;
    width: 200px !important;
    border-style: none !important;
    font-family: var(--main-font);
    
}/* End custom CSS */