.elementor-kit-5{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--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;text-decoration:none;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.site-header{background-color:#4A0005;}.elementor-kit-5 a{text-decoration:none;}.elementor-kit-5 h2{text-decoration:none;}.elementor-kit-5 h3{text-decoration:none;}.elementor-kit-5 h4{text-decoration:none;}.elementor-kit-5 h5{text-decoration:none;}.elementor-kit-5 h6{text-decoration:none;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1150px;}.e-con{--container-max-width:1150px;}.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:row;align-items:center;}.site-header .header-inner{width:100%;max-width:100%;}.site-header .site-title{font-family:"Bayon", Sans-serif;font-size:40px;}.site-header .site-title a{color:#FFFFFF;}.site-header .site-navigation ul.menu li a{color:#FFFFFF;}.site-header .site-navigation-toggle .site-navigation-toggle-icon{color:#FFFFFF;}.site-header .site-navigation .menu li{font-size:18px;}.site-footer .footer-inner{width:98%;max-width:100%;}@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;}.site-header .site-branding{gap:0px;}.site-header .site-title{font-size:30px;}}
/* Start custom CSS */.gradient-text {
    background: linear-gradient(90deg, #FB616D, #D51322);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline;
    position: relative;
}
.curvy-underline{
    position:relative;
    display:inline-block;
    padding-bottom:10px;
}

.curvy-underline::after{
    content:"";
    position:absolute;
    left:0;
    bottom:-4px;
    width:100%;
    height:20px;

    background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 15 Q100 0 195 15' stroke='%23ff3c3c' stroke-width='4' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");

    background-repeat:no-repeat;
    background-size:100% 100%;
}
.gradient-text2 {
    background: linear-gradient(
        90deg,
        #ff5a5a 0%,
        #ff7a7a 35%,
        #ff9a9a 65%,
        #ffd6d6 100%
    );

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;

    display: inline;
}/* End custom CSS */