.elementor-kit-247{--e-global-color-primary:#FFFFFF;--e-global-color-secondary:#14114B;--e-global-color-text:#565577;--e-global-color-accent:#D54120;--e-global-color-4f50c82:#FFE727;--e-global-color-dc86626:#B6B5C7;--e-global-typography-primary-font-family:"Onest";--e-global-typography-primary-font-weight:500;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;--e-global-typography-da9fd9a-font-family:"Onest";--e-global-typography-da9fd9a-font-size:1.6rem;--e-global-typography-da9fd9a-font-weight:400;--e-global-typography-17d979c-font-family:"Onest";--e-global-typography-17d979c-font-size:2rem;--e-global-typography-17d979c-font-weight:600;--e-global-typography-17d979c-line-height:1em;--e-global-typography-369160a-font-family:"Onest";--e-global-typography-369160a-font-size:4.8rem;--e-global-typography-369160a-font-weight:600;--e-global-typography-369160a-line-height:1.2em;--e-global-typography-3f7e951-font-family:"Onest";--e-global-typography-3f7e951-font-size:4rem;--e-global-typography-3f7e951-font-weight:600;--e-global-typography-2edcf4c-font-family:"Onest";--e-global-typography-2edcf4c-font-size:3.2rem;--e-global-typography-2edcf4c-font-weight:600;--e-global-typography-ec72204-font-family:"Onest";--e-global-typography-ec72204-font-size:2.4rem;--e-global-typography-ec72204-font-weight:500;--e-global-typography-ec72204-line-height:1.2em;--e-global-typography-64941b3-font-family:"Onest";--e-global-typography-64941b3-font-size:1.6rem;--e-global-typography-64941b3-font-weight:600;--e-global-typography-64941b3-line-height:2.3em;}.elementor-kit-247 e-page-transition{background-color:#FFBC7D;}.elementor-kit-247 h2{color:var( --e-global-color-secondary );font-family:"Onest", Sans-serif;font-size:3.2rem;font-weight:600;}.elementor-kit-247 img{border-radius:10px 10px 10px 10px;filter:brightness( 100% ) contrast( 100% ) saturate( 100% ) blur( 0px ) hue-rotate( 0deg );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1000px;}.e-con{--container-max-width:1000px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){margin-block-end:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}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-247{--e-global-typography-3f7e951-font-size:3.2rem;--e-global-typography-2edcf4c-font-size:2.4rem;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-247{--e-global-typography-17d979c-font-size:2rem;--e-global-typography-17d979c-line-height:1em;--e-global-typography-369160a-font-size:3.2rem;--e-global-typography-369160a-line-height:1.3em;--e-global-typography-3f7e951-font-size:2.8rem;--e-global-typography-3f7e951-line-height:1.3em;--e-global-typography-2edcf4c-font-size:2.4rem;--e-global-typography-ec72204-font-size:2rem;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */html {
  font-size: 62.5%; /* 1rem = 10px */
}

p:last-of-type {
    margin-block-end: 0;
}

.multi-line-underline h3.elementor-post__title, .eael-entry-title a{
    display: inline;
    background-image: linear-gradient(to right, #14114B 0%, #14114B 0%);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    transition: background-size 0.5s ease-out;
    padding-bottom: 0px;
}
  
.multi-line-underline h3.elementor-post__title:hover, .eael-entry-title a:hover{
    background-size: 100% 2px;
}

/* Disable hover effects on  mobile devices */
@media (max-width: 1024px) {
    .elementor-button:hover {
        color: #14114B!important;
        background-color: #FFE727!important;
    }
    .orange .elementor-button:hover {
        color: white!important;
        background-color: #D54120!important;
    }

@media (max-width: 1024px) {
    .multi-line-underline h3.elementor-post__title:hover, 
    .eael-entry-title a:hover {
        background-size: 0% 2px;
    }
}/* End custom CSS */