<!DOCTYPE html><html  lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1"><title>April O&#x27;Leary | Publisher - Author - Speaker</title><link rel="preconnect" href="https://fonts.gstatic.com/" crossorigin="anonymous"><link rel="preconnect" href="https://backend.leadconnectorhq.com" crossorigin="anonymous"><link rel="preconnect" href="https://images.leadconnectorhq.com" crossorigin="anonymous"><link rel="preconnect" href="https://cdn.filesafe.space" crossorigin="anonymous"><style> 

 :root{ --primary: #37ca37;
--secondary: #188bf6;
--white: #ffffff;
--gray: #cbd5e0;
--black: #000000;
--red: #e93d3d;
--orange: #f6ad55;
--yellow: #faf089;
--green: #9ae6b4;
--teal: #81e6d9;
--malibu: #63b3ed;
--indigo: #757BBD;
--purple: #d6bcfa;
--pink: #fbb6ce;
--transparent: transparent;
--overlay: rgba(0, 0, 0, 0.5);
--color-l2z3na2e: #f7542b;
--color-l2z3p0aq: #bacoc3;
--color-l2z3y09f: #1d1d1d;
--color-l2z5k81c: #F1F5F8;
--color-lbwfr752: #679DBF;
--color-lbzcx8ks: #F1991A;
--color-lsuorsnv: #CE1213;
--color-lt0f3a6y: #F8F8FA;
--color-lt0f9d9z: #87878C;
--color-ltkharay: #66767A;
--color-lx3ftc26: #CFD2D5;
--arial: 'Arial';
--lato: 'Lato';
--open-sans: 'Open Sans';
--montserrat: 'Montserrat';
--roboto: 'Roboto';
--quando: 'Quando';
--quattrocento-sans: 'Quattrocento Sans';
--encode-sans: 'Encode Sans';
--single-day: 'Single Day';
--beth-ellen: 'Beth Ellen';
--cormorant-garamond: 'Cormorant Garamond';
--poppins: 'Poppins';
--headlinefont: 'Poppins';
--contentfont: 'Poppins';
--text-color: #000000;
--link-color: var(--color-lsuorsnv); } .bg-fixed{bottom:0;top:0;left:0;right:0;position:fixed;overflow:auto;background-color:var(--white)} 
      
      .drop-zone-draggable .hl_main_popup{padding:0;margin-top:0;border-color:var(--gray);border-width:10px;border-style:solid;background-color:var(--transparent)}
      
      
#hl_main_popup{padding:0;margin-top:0;border-color:var(--gray);border-width:10px;border-style:solid;background-color:var(--transparent);width:720px}@media screen and (min-width:0px) and (max-width:480px){#hl_main_popup{width:380px!important}} /*-----------------Logo Carrousel CSS Code-----------------------*/

/*-----------------Logo Carrousel-----------------------*/


/* prevent overflow from items moving out of the frame*/
html, body {
    overflow-x: hidden;
}

/* section format and speed animation for mobile*/
@media (max-width: 800px) {
  

  
    /*---for client logo -----*/
    .imagelogo1 {
        width: 10vw !important;
    }
}
/*-----------------Logo Carrousel CSS Code (END)--------------*/
/* ------------------logo marquee animation code----------------*/
.imagelogo1 {
    width: 6vw;
 /* width for 6 logos */
    align-items: center;
    justify-content: center;
}

#row-v20iWw6lnV {
    align-items: center !important;
    justify-content: center !important;
    transform-origin: center !important;
    width: 200vw !important;
    animation: Scrolltest2 30s linear infinite;
 /*adjust speed here */
}

#row-v20iWw6lnV:hover {
    animation-play-state: paused;
}

@keyframes Scrolltest2 {
    0% {
        transform: translateX(0vw);
        -webkit-transform: translateX(0vw);
    }

    100% {
        transform: translateX(-99vw);
        -webkit-transform: translateX(-99vw);
    }
}


/*-----------------Past Work Slide on Scroll Element--------------*/

/****---Remember to edit the column and row CSS selectors---****/


/* section format and offset*/
#section--CPifz590b {
    width: 2100px;
    left: -5%;
}


/* Animation of past work slider (on scroll)*/
#col-SKvhZZOkGO, #col-6QWHpBnx5g ,#col-HrSsNNrWag_, #col-nCs4rNa0PVG, #col-NLeOxDR7DOj {
    animation: newmove1 1.5s linear infinite;
    animation-play-state: paused;
  /*adjust sensitivity here (how fast it moves, in seconds) */
    animation-delay: calc(var(--scroll) * -3s);
}


 /* section format and speed animation for mobile*/
@media (max-width: 800px) {
  
  /*---for the past work -----*/ 
    #section--CPifz590b {
        width: 1300px;
    }

    #col-SKvhZZOkGO, #col-6QWHpBnx5g, #col-HrSsNNrWag_, #col-nCs4rNa0PVG, #col-NLeOxDR7DOj {
        animation: newmove1 1.5s linear infinite;
        animation-play-state: paused;
        /*adjust sensitivity for mobile here (how fast it moves, in seconds) */
        animation-delay: calc(var(--scroll) * -5s);
    }
}

 /* animation is negative so it goes right to left*/
@keyframes newmove1 {
    to {
        transform: translateX(-1000px);
        overflow-x: hidden;
    }
}


/*shadow and make bigger upon hover */

/*----1st image/elemet----*/ 
#image-P2AlC-8Tx9 {
    transition: 0.5s;
    margin: 0px 5px;
}

#image-P2AlC-8Tx9:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    transform: scale(1.1);
    z-index: 10 !important;
    transition: 0.5s;
}

/*----2nd Image/element----*/
#image-wB4zE09hS5 {
    transition: 0.5s;
    margin: 0px 5px;
}

#image-wB4zE09hS5:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    transform: scale(1.1);
    z-index: 10 !important;
    transition: 0.5s;
}

/*----3rd Image/element---*/
#image-yzcKFpjj2o {
    transition: 0.5s;
    margin: 0px 5px;
}

#image-yzcKFpjj2o:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    transform: scale(1.1);
    z-index: 10 !important;
    transition: 0.5s;
}

/*----4th Image/element---*/

#image-PcTrs-6bdZ {
    transition: 0.5s;
    margin: 0px 5px;
}

#image-PcTrs-6bdZ:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    transform: scale(1.1);
    z-index: 10 !important;
    transition: 0.5s;
}


/*----5th Image/element---*/
#image-dGwKYXmQwO {
    transition: 0.5s;
    margin: 0px 5px;
}

#image-dGwKYXmQwO:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    transform: scale(1.1);
    z-index: 10 !important;
    transition: 0.5s;
}

/*-----------------Past Work Slide on Scroll Element (END)--------------*/


/* Border to divide sections */

#section-sQAb2QeYCC {
    border-bottom: 1px solid #66767A !important;
}
 /* ---- Header styles ----- */  
 :root{--white:#ffffff;--black:#000000;--transparent:transparent;--color-l2z3y09f:#1d1d1d;--color-lsuorsnv:#CE1213}.hl_page-preview--content .section-kscgD3WVhB{padding:10px 0;margin:0;background-color:var(--white);border-color:var(--black);border-width:2px;border-style:solid}.hl_page-preview--content .col-mg4GiwO8az,.hl_page-preview--content .row-SQy_wNoEbT{margin:0;padding:0;background-color:var(--transparent);border-color:var(--black);border-width:2px;border-style:solid;width:100%}.hl_page-preview--content .col-mg4GiwO8az{padding:0 5px;width:80.8%;margin:0 20px 0 0}.hl_page-preview--content .cnav-menu-g8tRE-tvXl{font-family:var(--headlinefont);padding:0;margin-top:0;background-color:var(--white);mobile-background-color:var(--white);color:var(--color-l2z3y09f);cart-icon-color:#000;cart-icon-active-color:#155eef;bold-text-color:var(--text-color);italic-text-color:var(--text-color);underline-text-color:var(--text-color);icon-color:var(--color-lsuorsnv);secondary-color:var(--color-lsuorsnv);nav-menu-item-hover-background-color:var(--transparent);line-height:1.3em;text-transform:none;letter-spacing:0;text-align:center;border-color:var(--black);border-width:2px;border-style:solid;nav-menu-item-spacing-x:20px;nav-menu-item-spacing-y:5px;dropdown-background:var(--black);dropdown-text-color:var(--white);dropdown-hover-color:var(--color-lsuorsnv);dropdown-item-spacing:10px}#section-kscgD3WVhB>.inner{max-width:100%}#col-mg4GiwO8az>.inner{flex-direction:row;justify-content:flex-start;align-items:inherit;flex-wrap:wrap}#nav-menu-g8tRE-tvXl .nav-menu,.--mobile #nav-menu-g8tRE-tvXl .nav-menu{font-size:18px;font-weight:undefined}#nav-menu-popup.nav-menu-g8tRE-tvXl .nav-menu-body{background:var(--white)}#nav-menu-g8tRE-tvXl .nav-menu li.nav-menu-item{display:flex;align-items:center;white-space:nowrap}#nav-menu-g8tRE-tvXl .items-cart-active{color:#155eef}#nav-menu-g8tRE-tvXl .items-cart{color:#000}#nav-menu-g8tRE-tvXl .nav-menu .nav-menu-item a,#nav-menu-popup.nav-menu-g8tRE-tvXl .nav-menu .nav-menu-item a{color:var(--color-l2z3y09f);cursor:pointer;height:inherit;display:flex;align-items:center;padding:5px 20px;transition:all .3s ease}#nav-menu-g8tRE-tvXl .nav-menu .nav-menu-item:hover a{color:var(--color-lsuorsnv);background:var(--transparent)}#nav-menu-g8tRE-tvXl .nav-menu .dropdown-menu .dropdown-item:hover a,#nav-menu-popup.nav-menu-g8tRE-tvXl .nav-menu .nav-menu-item:hover a,#nav-menu-popup.nav-menu-g8tRE-tvXl .nav-menu-body .nav-menu .nav-menu-item:hover{color:var(--color-lsuorsnv)}.--mobile #nav-menu-g8tRE-tvXl .nav-menu .dropdown-menu .dropdown-item{font-size:16px;font-weight:undefined}#nav-menu-popup.nav-menu-g8tRE-tvXl .nav-menu{font-size:18px;font-family:var(--headlinefont);font-weight:undefined}#nav-menu-g8tRE-tvXl .nav-menu-mobile span::before,#nav-menu-popup.nav-menu-g8tRE-tvXl .nav-menu-body .close-menu{color:var(--color-lsuorsnv);font-size:18px;font-weight:600}#nav-menu-popup.nav-menu-g8tRE-tvXl .nav-menu-body .nav-menu .nav-menu-item{color:var(--color-l2z3y09f);text-align:center;transition:all .3s ease;font-size:16px;font-weight:undefined}#nav-menu-g8tRE-tvXl .nav-menu .dropdown-menu .dropdown-item{font-size:16px;text-align:center;font-weight:undefined}#nav-menu-g8tRE-tvXl .nav-menu .dropdown-menu .dropdown-item a,#nav-menu-popup.nav-menu-g8tRE-tvXl .nav-menu .nav-dropdown-menu .nav-menu-item:hover a{color:var(--white);background:var(--black);padding:10px;transition:all .3s ease}#nav-menu-popup.nav-menu-g8tRE-tvXl .nav-menu-body .nav-dropdown-menu .nav-menu-item{background:var(--black);font-size:16px;font-weight:undefined}#nav-menu-popup.nav-menu-g8tRE-tvXl .nav-menu-body .nav-dropdown-menu .nav-menu-item a{color:var(--white)}#nav-menu-popup.nav-menu-g8tRE-tvXl .nav-menu-body .nav-dropdown-menu .nav-menu-item:hover a{color:var(--color-lsuorsnv)}#nav-menu-g8tRE-tvXl .nav-menu-mobile span::before{cursor:pointer;content:"";font-family:"Font Awesome 5 Free"}@media screen and (min-width:0px) and (max-width:480px){.nav-menu-g8tRE-tvXl .branding .title{font-size:18px;line-height:1.3em;font-weight:undefined}#nav-menu-g8tRE-tvXl .hl-autocomplete-results li{font-size:18px}}@media screen and (min-width:481px) and (max-width:10000px){.nav-menu-g8tRE-tvXl .branding .title{font-size:18px;line-height:1.3em;font-weight:undefined}#nav-menu-g8tRE-tvXl .hl-autocomplete-results li{font-size:18px}}#nav-menu-g8tRE-tvXl strong{font-weight:700}#nav-menu-g8tRE-tvXl em,#nav-menu-g8tRE-tvXl strong,#nav-menu-g8tRE-tvXl u{color:var(--text-color)!important}#nav-menu-g8tRE-tvXl .hl-autocomplete-input{border:1px solid #cacaca;margin:1px;border-radius:16px}#nav-menu-g8tRE-tvXl .hl-autocomplete{font-family:inherit}#nav-menu-g8tRE-tvXl .hl-autocomplete-button{background:#fff}#nav-menu-g8tRE-tvXl .hl-autocomplete-input-wrapper{color:#000;background-color:#fff}#nav-menu-g8tRE-tvXl .hl-autocomplete-results{border:1px solid #cacaca;border-top:none;border-radius:16px;border-top-left-radius:0;border-top-right-radius:0;color:var(--color-l2z3y09f);background-color:var(--white)}#nav-menu-g8tRE-tvXl .hl-autocomplete-input:hover{border-width:1.5px;margin:.5px}#nav-menu-g8tRE-tvXl .hl-autocomplete-input:focus-within{border-width:2px;margin:0} 
 /* ---- Section styles ----- */ 
:root{--white:#ffffff;--black:#000000;--transparent:transparent;--overlay:rgba(0, 0, 0, 0.5)}.hl_page-preview--content .row-34t5TFaCv3,.hl_page-preview--content .section-rGk00vp8cX{padding:0;margin:0;background-color:var(--transparent);border-color:var(--black);border-width:2px;border-style:solid}.hl_page-preview--content .row-34t5TFaCv3{margin:0 auto;padding:300px 0 10px;width:100%}@media screen and (min-width:0px) and (max-width:480px){.hl_page-preview--content .row-34t5TFaCv3{padding-top:80px;padding-bottom:80px}}.hl_page-preview--content .col-I3daDJb4ON{padding:0 80px 10px;background-color:var(--transparent);width:100%;border-color:var(--black);border-width:2px;border-style:solid;margin:0}.hl_page-preview--content #heading-2VXlBJSFNJ{margin:0 80px 20px}.hl_page-preview--content .cheading-2VXlBJSFNJ,.hl_page-preview--content .csub-heading-wGXaSC9_Ti{font-family:var(--headlinefont);background-color:var(--transparent);color:var(--white);icon-color:var(--text-color);font-weight:400;padding:0;opacity:1;text-shadow:0 0 0 transparent;border-color:var(--black);border-width:2px;border-style:solid;line-height:1.3em;text-transform:none;letter-spacing:0;text-align:left}.hl_page-preview--content #sub-heading-wGXaSC9_Ti{margin:0 100px}@media screen and (min-width:0px) and (max-width:480px){.hl_page-preview--content #sub-heading-wGXaSC9_Ti{margin-left:20px;margin-right:20px}}.hl_page-preview--content .csub-heading-wGXaSC9_Ti{background-color:var(--overlay);padding:10px;letter-spacing:1px}#section-rGk00vp8cX>.inner{max-width:100%}#col-I3daDJb4ON>.inner{flex-direction:column;justify-content:flex-end;align-items:inherit;flex-wrap:nowrap}.heading-2VXlBJSFNJ,.sub-heading-wGXaSC9_Ti{font-weight:400}.heading-2VXlBJSFNJ strong{color:var(--white)!important}.heading-2VXlBJSFNJ em,.heading-2VXlBJSFNJ u,.sub-heading-wGXaSC9_Ti em,.sub-heading-wGXaSC9_Ti strong,.sub-heading-wGXaSC9_Ti u{color:var(--text-color)!important}.heading-2VXlBJSFNJ a,.heading-2VXlBJSFNJ a *,.sub-heading-wGXaSC9_Ti a,.sub-heading-wGXaSC9_Ti a *{color:var(--link-color)!important;text-decoration:none}.heading-2VXlBJSFNJ a:hover,.sub-heading-wGXaSC9_Ti a:hover{text-decoration:underline}@media screen and (min-width:0px) and (max-width:480px){.heading-2VXlBJSFNJ h1,.heading-2VXlBJSFNJ h2,.heading-2VXlBJSFNJ h3,.heading-2VXlBJSFNJ h4,.heading-2VXlBJSFNJ h5,.heading-2VXlBJSFNJ h6,.heading-2VXlBJSFNJ ul li,.heading-2VXlBJSFNJ.text-output{font-size:32px!important;font-weight:400}}@media screen and (min-width:481px) and (max-width:10000px){.heading-2VXlBJSFNJ h1,.heading-2VXlBJSFNJ h2,.heading-2VXlBJSFNJ h3,.heading-2VXlBJSFNJ h4,.heading-2VXlBJSFNJ h5,.heading-2VXlBJSFNJ h6,.heading-2VXlBJSFNJ ul li,.heading-2VXlBJSFNJ.text-output{font-size:60px!important;font-weight:400}}.heading-2VXlBJSFNJ.text-output h1:first-child:before,.heading-2VXlBJSFNJ.text-output h2:first-child:before,.heading-2VXlBJSFNJ.text-output h3:first-child:before,.heading-2VXlBJSFNJ.text-output h4:first-child:before,.heading-2VXlBJSFNJ.text-output h5:first-child:before,.heading-2VXlBJSFNJ.text-output h6:first-child:before,.heading-2VXlBJSFNJ.text-output p:first-child:before,.sub-heading-wGXaSC9_Ti.text-output h1:first-child:before,.sub-heading-wGXaSC9_Ti.text-output h2:first-child:before,.sub-heading-wGXaSC9_Ti.text-output h3:first-child:before,.sub-heading-wGXaSC9_Ti.text-output h4:first-child:before,.sub-heading-wGXaSC9_Ti.text-output h5:first-child:before,.sub-heading-wGXaSC9_Ti.text-output h6:first-child:before,.sub-heading-wGXaSC9_Ti.text-output p:first-child:before{color:var(--text-color);content:'\';
    font-family: '';margin-right:5px;font-weight:700}@media screen and (min-width:0px) and (max-width:480px){.sub-heading-wGXaSC9_Ti h1,.sub-heading-wGXaSC9_Ti h2,.sub-heading-wGXaSC9_Ti h3,.sub-heading-wGXaSC9_Ti h4,.sub-heading-wGXaSC9_Ti h5,.sub-heading-wGXaSC9_Ti h6,.sub-heading-wGXaSC9_Ti ul li,.sub-heading-wGXaSC9_Ti.text-output{font-size:18px!important;font-weight:400}}@media screen and (min-width:481px) and (max-width:10000px){.sub-heading-wGXaSC9_Ti h1,.sub-heading-wGXaSC9_Ti h2,.sub-heading-wGXaSC9_Ti h3,.sub-heading-wGXaSC9_Ti h4,.sub-heading-wGXaSC9_Ti h5,.sub-heading-wGXaSC9_Ti h6,.sub-heading-wGXaSC9_Ti ul li,.sub-heading-wGXaSC9_Ti.text-output{font-size:22px!important;font-weight:400}} 
 /* ---- Section styles ----- */ 
:root{--black:#000000;--transparent:transparent;--color-lt0f3a6y:#F8F8FA}.hl_page-preview--content .section-dB6nPHIPFo{padding:20px 10px;margin:0;background-color:var(--color-lt0f3a6y);border-color:var(--black);border-width:2px;border-style:solid}.hl_page-preview--content .col-1WkJjm9vo8,.hl_page-preview--content .row-c2jqvCxC7G{margin:0 auto;padding:0;background-color:var(--transparent);border-color:var(--black);border-width:2px;border-style:solid;width:100%}.hl_page-preview--content .col-1WkJjm9vo8{padding:10px 5px;width:42.3%;margin:0}.hl_page-preview--content #bulletList-_4MV-vALFU,.hl_page-preview--content #heading-DP0K5SuTlo{margin:0}.hl_page-preview--content .cbulletList-_4MV-vALFU{font-family:var(--contentfont);color:var(--text-color);icon-color:var(--text-color);padding:20px 20px 0;opacity:1;text-shadow:0 0 0 transparent;line-height:1.3em;text-transform:none;letter-spacing:0;text-align:left}.hl_page-preview--content .cbulletList-_4MV-vALFU,.hl_page-preview--content .cheading-DP0K5SuTlo,.hl_page-preview--content .col-M3PypePMGe{background-color:var(--transparent);border-color:var(--black);border-width:2px;border-style:solid}.hl_page-preview--content .cheading-DP0K5SuTlo{font-family:var(--headlinefont);color:var(--text-color);icon-color:var(--text-color);font-weight:400;padding:0;opacity:1;text-shadow:0 0 0 transparent;line-height:1.3em;letter-spacing:0;text-align:center}.hl_page-preview--content .col-M3PypePMGe{padding:0 5px;width:57.7%;margin:0}.hl_page-preview--content #heading-1TfWuE4iWh,.hl_page-preview--content .video-1ckXGMJYZE{margin:0}.hl_page-preview--content .cheading-1TfWuE4iWh,.hl_page-preview--content .cvideo-1ckXGMJYZE{padding:10px;background-color:var(--transparent);border-color:var(--black);border-width:2px;border-style:solid}.hl_page-preview--content .cheading-1TfWuE4iWh{font-family:var(--headlinefont);color:var(--text-color);icon-color:var(--text-color);font-weight:400;padding:0;opacity:1;text-shadow:0 0 0 transparent;line-height:1.3em;letter-spacing:0;text-align:center}#section-dB6nPHIPFo>.inner{max-width:1170px}#col-1WkJjm9vo8>.inner,#col-M3PypePMGe>.inner{flex-direction:column;justify-content:space-evenly;align-items:inherit;flex-wrap:nowrap}.bulletList-_4MV-vALFU,.heading-1TfWuE4iWh,.heading-DP0K5SuTlo{font-weight:undefined}.bulletList-_4MV-vALFU em,.bulletList-_4MV-vALFU strong,.bulletList-_4MV-vALFU u,.heading-1TfWuE4iWh em,.heading-1TfWuE4iWh strong,.heading-1TfWuE4iWh u,.heading-DP0K5SuTlo em,.heading-DP0K5SuTlo strong,.heading-DP0K5SuTlo u{color:var(--text-color)!important}.bulletList-_4MV-vALFU a,.bulletList-_4MV-vALFU a *,.heading-1TfWuE4iWh a,.heading-1TfWuE4iWh a *,.heading-DP0K5SuTlo a,.heading-DP0K5SuTlo a *{color:var(--link-color)!important;text-decoration:none}.bulletList-_4MV-vALFU a:hover,.heading-1TfWuE4iWh a:hover,.heading-DP0K5SuTlo a:hover{text-decoration:underline}@media screen and (min-width:0px) and (max-width:480px){.bulletList-_4MV-vALFU h1,.bulletList-_4MV-vALFU h2,.bulletList-_4MV-vALFU h3,.bulletList-_4MV-vALFU h4,.bulletList-_4MV-vALFU h5,.bulletList-_4MV-vALFU h6,.bulletList-_4MV-vALFU ul li,.bulletList-_4MV-vALFU.text-output{font-size:17px!important;font-weight:undefined}}@media screen and (min-width:481px) and (max-width:10000px){.bulletList-_4MV-vALFU h1,.bulletList-_4MV-vALFU h2,.bulletList-_4MV-vALFU h3,.bulletList-_4MV-vALFU h4,.bulletList-_4MV-vALFU h5,.bulletList-_4MV-vALFU h6,.bulletList-_4MV-vALFU ul li,.bulletList-_4MV-vALFU.text-output{font-size:17px!important;font-weight:undefined}}.bulletList-_4MV-vALFU.text-output ul{list-style-type:none;margin:0;padding:0 0 0 1.5em}.bulletList-_4MV-vALFU.text-output ol{padding-left:1.5em}.bulletList-_4MV-vALFU.text-output ol li,.bulletList-_4MV-vALFU.text-output ul li{padding-inline-start:.5em}.bulletList-_4MV-vALFU.text-output ul li{list-style-type:"✓"!important}.bulletList-_4MV-vALFU.text-output ul li::marker{font-family:"";font-weight:700;color:var(--text-color);margin-right:.3em;margin-left:-1.5em;text-align:right}@media screen and (min-width:0px) and (max-width:480px){.heading-DP0K5SuTlo h1,.heading-DP0K5SuTlo h2,.heading-DP0K5SuTlo h3,.heading-DP0K5SuTlo h4,.heading-DP0K5SuTlo h5,.heading-DP0K5SuTlo h6,.heading-DP0K5SuTlo ul li,.heading-DP0K5SuTlo.text-output{font-size:32px!important;font-weight:undefined}}@media screen and (min-width:481px) and (max-width:10000px){.heading-DP0K5SuTlo h1,.heading-DP0K5SuTlo h2,.heading-DP0K5SuTlo h3,.heading-DP0K5SuTlo h4,.heading-DP0K5SuTlo h5,.heading-DP0K5SuTlo h6,.heading-DP0K5SuTlo ul li,.heading-DP0K5SuTlo.text-output{font-size:32px!important;font-weight:undefined}}.heading-1TfWuE4iWh.text-output h1:first-child:before,.heading-1TfWuE4iWh.text-output h2:first-child:before,.heading-1TfWuE4iWh.text-output h3:first-child:before,.heading-1TfWuE4iWh.text-output h4:first-child:before,.heading-1TfWuE4iWh.text-output h5:first-child:before,.heading-1TfWuE4iWh.text-output h6:first-child:before,.heading-1TfWuE4iWh.text-output p:first-child:before,.heading-DP0K5SuTlo.text-output h1:first-child:before,.heading-DP0K5SuTlo.text-output h2:first-child:before,.heading-DP0K5SuTlo.text-output h3:first-child:before,.heading-DP0K5SuTlo.text-output h4:first-child:before,.heading-DP0K5SuTlo.text-output h5:first-child:before,.heading-DP0K5SuTlo.text-output h6:first-child:before,.heading-DP0K5SuTlo.text-output p:first-child:before{color:var(--text-color);content:'\';
    font-family: '';margin-right:5px;font-weight:700}@media screen and (min-width:0px) and (max-width:480px){.heading-1TfWuE4iWh h1,.heading-1TfWuE4iWh h2,.heading-1TfWuE4iWh h3,.heading-1TfWuE4iWh h4,.heading-1TfWuE4iWh h5,.heading-1TfWuE4iWh h6,.heading-1TfWuE4iWh ul li,.heading-1TfWuE4iWh.text-output{font-size:32px!important;font-weight:undefined}}@media screen and (min-width:481px) and (max-width:10000px){.heading-1TfWuE4iWh h1,.heading-1TfWuE4iWh h2,.heading-1TfWuE4iWh h3,.heading-1TfWuE4iWh h4,.heading-1TfWuE4iWh h5,.heading-1TfWuE4iWh h6,.heading-1TfWuE4iWh ul li,.heading-1TfWuE4iWh.text-output{font-size:32px!important;font-weight:undefined}}
 /* ---- Logo Scroll styles ----- */  
 :root{--white:#ffffff;--black:#000000;--orange:#f6ad55;--green:#9ae6b4;--transparent:transparent;--overlay:rgba(0, 0, 0, 0.5);--color-lbwfr752:#679DBF;--color-lsuorsnv:#CE1213}.hl_page-preview--content .section-TFfGaNfgnd{padding:10px 0 0;margin-top:0;margin-bottom:0;background-color:var(--black);border-color:var(--white);border-width:1px;border-style:solid}.hl_page-preview--content .col-nchiiTvVGS .inner,.hl_page-preview--content .row-v20iWw6lnV{margin-top:0;margin-bottom:0;padding:0;background-color:var(--transparent);border-color:var(--black);border-width:2px;border-style:solid;width:100%}.hl_page-preview--content .col-nchiiTvVGS{width:100%}.hl_page-preview--content .col-nchiiTvVGS .inner{padding:20px 0;background-color:var(--overlay);margin-top:20px;margin-bottom:20px}@media screen and (min-width:0px) and (max-width:480px){.hl_page-preview--content .col-nchiiTvVGS .inner{margin-top:10px;margin-bottom:10px}}.hl_page-preview--content #heading-12R7NClLoF,.hl_page-preview--content #heading-J_l3jWk-cM,.hl_page-preview--content #heading-Pb7eL8jwiw,.hl_page-preview--content #heading-ThSXJPMR0B,.hl_page-preview--content #heading-rwwIEKH47u{margin:0}.hl_page-preview--content .cheading-ThSXJPMR0B,.hl_page-preview--content .cheading-rwwIEKH47u{font-family:var(--headlinefont);background-color:var(--transparent);color:var(--white);icon-color:var(--text-color);font-weight:400;padding:0 20px;opacity:1;text-shadow:0 0 0 transparent;border-color:var(--black);border-width:2px;border-style:solid;line-height:1.3em;text-transform:none;letter-spacing:0;text-align:left}.hl_page-preview--content .cheading-ThSXJPMR0B{padding:0 10px}@media screen and (min-width:0px) and (max-width:480px){.hl_page-preview--content .cheading-ThSXJPMR0B{padding-left:20px;padding-right:20px}}.hl_page-preview--content .cheading-12R7NClLoF,.hl_page-preview--content .cheading-J_l3jWk-cM,.hl_page-preview--content .cheading-Pb7eL8jwiw{font-family:var(--headlinefont);background-color:var(--transparent);color:var(--white);icon-color:var(--text-color);font-weight:400;padding:0 20px;opacity:1;text-shadow:0 0 0 transparent;border-color:var(--black);border-width:2px;border-style:solid;line-height:1.3em;letter-spacing:0;text-align:left}#section-TFfGaNfgnd>.inner{max-width:100%}#col-nchiiTvVGS>.inner{flex-direction:row;justify-content:space-evenly;align-items:flex-start;flex-wrap:wrap}.heading-12R7NClLoF,.heading-J_l3jWk-cM,.heading-Pb7eL8jwiw,.heading-ThSXJPMR0B,.heading-rwwIEKH47u{font-weight:undefined}.heading-rwwIEKH47u strong{color:var(--orange)!important}.heading-12R7NClLoF em,.heading-12R7NClLoF u,.heading-J_l3jWk-cM em,.heading-J_l3jWk-cM u,.heading-Pb7eL8jwiw em,.heading-Pb7eL8jwiw u,.heading-ThSXJPMR0B em,.heading-ThSXJPMR0B u,.heading-rwwIEKH47u em,.heading-rwwIEKH47u u{color:var(--text-color)!important}.heading-12R7NClLoF a,.heading-12R7NClLoF a *,.heading-J_l3jWk-cM a,.heading-J_l3jWk-cM a *,.heading-Pb7eL8jwiw a,.heading-Pb7eL8jwiw a *,.heading-ThSXJPMR0B a,.heading-ThSXJPMR0B a *,.heading-rwwIEKH47u a,.heading-rwwIEKH47u a *{color:var(--link-color)!important;text-decoration:none}.heading-12R7NClLoF a:hover,.heading-J_l3jWk-cM a:hover,.heading-Pb7eL8jwiw a:hover,.heading-ThSXJPMR0B a:hover,.heading-rwwIEKH47u a:hover{text-decoration:underline}@media screen and (min-width:0px) and (max-width:480px){.heading-rwwIEKH47u h1,.heading-rwwIEKH47u h2,.heading-rwwIEKH47u h3,.heading-rwwIEKH47u h4,.heading-rwwIEKH47u h5,.heading-rwwIEKH47u h6,.heading-rwwIEKH47u ul li,.heading-rwwIEKH47u.text-output{font-size:12px!important;font-weight:undefined}}@media screen and (min-width:481px) and (max-width:10000px){.heading-rwwIEKH47u h1,.heading-rwwIEKH47u h2,.heading-rwwIEKH47u h3,.heading-rwwIEKH47u h4,.heading-rwwIEKH47u h5,.heading-rwwIEKH47u h6,.heading-rwwIEKH47u ul li,.heading-rwwIEKH47u.text-output{font-size:18px!important;font-weight:undefined}}.heading-12R7NClLoF.text-output h1:first-child:before,.heading-12R7NClLoF.text-output h2:first-child:before,.heading-12R7NClLoF.text-output h3:first-child:before,.heading-12R7NClLoF.text-output h4:first-child:before,.heading-12R7NClLoF.text-output h5:first-child:before,.heading-12R7NClLoF.text-output h6:first-child:before,.heading-12R7NClLoF.text-output p:first-child:before,.heading-J_l3jWk-cM.text-output h1:first-child:before,.heading-J_l3jWk-cM.text-output h2:first-child:before,.heading-J_l3jWk-cM.text-output h3:first-child:before,.heading-J_l3jWk-cM.text-output h4:first-child:before,.heading-J_l3jWk-cM.text-output h5:first-child:before,.heading-J_l3jWk-cM.text-output h6:first-child:before,.heading-J_l3jWk-cM.text-output p:first-child:before,.heading-Pb7eL8jwiw.text-output h1:first-child:before,.heading-Pb7eL8jwiw.text-output h2:first-child:before,.heading-Pb7eL8jwiw.text-output h3:first-child:before,.heading-Pb7eL8jwiw.text-output h4:first-child:before,.heading-Pb7eL8jwiw.text-output h5:first-child:before,.heading-Pb7eL8jwiw.text-output h6:first-child:before,.heading-Pb7eL8jwiw.text-output p:first-child:before,.heading-ThSXJPMR0B.text-output h1:first-child:before,.heading-ThSXJPMR0B.text-output h2:first-child:before,.heading-ThSXJPMR0B.text-output h3:first-child:before,.heading-ThSXJPMR0B.text-output h4:first-child:before,.heading-ThSXJPMR0B.text-output h5:first-child:before,.heading-ThSXJPMR0B.text-output h6:first-child:before,.heading-ThSXJPMR0B.text-output p:first-child:before,.heading-rwwIEKH47u.text-output h1:first-child:before,.heading-rwwIEKH47u.text-output h2:first-child:before,.heading-rwwIEKH47u.text-output h3:first-child:before,.heading-rwwIEKH47u.text-output h4:first-child:before,.heading-rwwIEKH47u.text-output h5:first-child:before,.heading-rwwIEKH47u.text-output h6:first-child:before,.heading-rwwIEKH47u.text-output p:first-child:before{color:var(--text-color);content:'\';
    font-family: '';margin-right:5px;font-weight:700}.heading-ThSXJPMR0B strong{color:var(--color-lsuorsnv)!important}@media screen and (min-width:0px) and (max-width:480px){.heading-ThSXJPMR0B h1,.heading-ThSXJPMR0B h2,.heading-ThSXJPMR0B h3,.heading-ThSXJPMR0B h4,.heading-ThSXJPMR0B h5,.heading-ThSXJPMR0B h6,.heading-ThSXJPMR0B ul li,.heading-ThSXJPMR0B.text-output{font-size:12px!important;font-weight:undefined}}@media screen and (min-width:481px) and (max-width:10000px){.heading-ThSXJPMR0B h1,.heading-ThSXJPMR0B h2,.heading-ThSXJPMR0B h3,.heading-ThSXJPMR0B h4,.heading-ThSXJPMR0B h5,.heading-ThSXJPMR0B h6,.heading-ThSXJPMR0B ul li,.heading-ThSXJPMR0B.text-output{font-size:18px!important;font-weight:undefined}}.heading-12R7NClLoF strong,.heading-Pb7eL8jwiw strong{color:var(--green)!important}@media screen and (min-width:0px) and (max-width:480px){.heading-12R7NClLoF h1,.heading-12R7NClLoF h2,.heading-12R7NClLoF h3,.heading-12R7NClLoF h4,.heading-12R7NClLoF h5,.heading-12R7NClLoF h6,.heading-12R7NClLoF ul li,.heading-12R7NClLoF.text-output{font-size:12px!important;font-weight:undefined}}@media screen and (min-width:481px) and (max-width:10000px){.heading-12R7NClLoF h1,.heading-12R7NClLoF h2,.heading-12R7NClLoF h3,.heading-12R7NClLoF h4,.heading-12R7NClLoF h5,.heading-12R7NClLoF h6,.heading-12R7NClLoF ul li,.heading-12R7NClLoF.text-output{font-size:18px!important;font-weight:undefined}}@media screen and (min-width:0px) and (max-width:480px){.heading-Pb7eL8jwiw h1,.heading-Pb7eL8jwiw h2,.heading-Pb7eL8jwiw h3,.heading-Pb7eL8jwiw h4,.heading-Pb7eL8jwiw h5,.heading-Pb7eL8jwiw h6,.heading-Pb7eL8jwiw ul li,.heading-Pb7eL8jwiw.text-output{font-size:12px!important;font-weight:undefined}}@media screen and (min-width:481px) and (max-width:10000px){.heading-Pb7eL8jwiw h1,.heading-Pb7eL8jwiw h2,.heading-Pb7eL8jwiw h3,.heading-Pb7eL8jwiw h4,.heading-Pb7eL8jwiw h5,.heading-Pb7eL8jwiw h6,.heading-Pb7eL8jwiw ul li,.heading-Pb7eL8jwiw.text-output{font-size:18px!important;font-weight:undefined}}.heading-J_l3jWk-cM strong{color:var(--color-lbwfr752)!important}@media screen and (min-width:0px) and (max-width:480px){.heading-J_l3jWk-cM h1,.heading-J_l3jWk-cM h2,.heading-J_l3jWk-cM h3,.heading-J_l3jWk-cM h4,.heading-J_l3jWk-cM h5,.heading-J_l3jWk-cM h6,.heading-J_l3jWk-cM ul li,.heading-J_l3jWk-cM.text-output{font-size:12px!important;font-weight:undefined}}@media screen and (min-width:481px) and (max-width:10000px){.heading-J_l3jWk-cM h1,.heading-J_l3jWk-cM h2,.heading-J_l3jWk-cM h3,.heading-J_l3jWk-cM h4,.heading-J_l3jWk-cM h5,.heading-J_l3jWk-cM h6,.heading-J_l3jWk-cM ul li,.heading-J_l3jWk-cM.text-output{font-size:18px!important;font-weight:undefined}} 
 /* ---- Section styles ----- */ 
:root{--secondary:#188bf6;--white:#ffffff;--black:#000000;--transparent:transparent}.hl_page-preview--content .section-qYqvnwPC1n{padding:0;margin:0;background-color:var(--white);border-color:var(--black);border-width:2px;border-style:solid}@media screen and (min-width:0px) and (max-width:480px){.hl_page-preview--content .section-qYqvnwPC1n{padding-top:0}}.hl_page-preview--content .row-oTpNc-oi5F{margin:0 auto;padding:10px 0;background-color:var(--transparent);border-color:var(--black);border-width:2px;border-style:solid;width:100%}.hl_page-preview--content .col-yLi0u06cHd{padding:10px 5px;width:100%;margin:0}.hl_page-preview--content #heading-A1-JUH1nJu{margin:0}.hl_page-preview--content .cheading-A1-JUH1nJu,.hl_page-preview--content .col-yLi0u06cHd,.hl_page-preview--content .row-MxQb1VnZq9{background-color:var(--transparent);border-color:var(--black);border-width:2px;border-style:solid}.hl_page-preview--content .cheading-A1-JUH1nJu{font-family:var(--headlinefont);color:var(--text-color);icon-color:var(--text-color);font-weight:400;padding:0;opacity:1;text-shadow:0 0 0 transparent;line-height:1.3em;letter-spacing:0;text-align:center}.hl_page-preview--content .row-MxQb1VnZq9{margin:0 auto;padding:0 20px 15px;width:100%}.hl_page-preview--content .col-M_SL6dOkPx{padding:10px 5px 0;width:58.4%;margin:0}.hl_page-preview--content #paragraph-mo6z7bpcKx{margin:0 20px}.hl_page-preview--content .col-M_SL6dOkPx,.hl_page-preview--content .col-p7GofpLq7R,.hl_page-preview--content .cparagraph-mo6z7bpcKx{background-color:var(--transparent);border-color:var(--black);border-width:2px;border-style:solid}.hl_page-preview--content .cparagraph-mo6z7bpcKx{font-family:var(--contentfont);color:var(--text-color);icon-color:var(--text-color);font-weight:400;padding:10px 0;opacity:1;text-shadow:0 0 0 transparent;line-height:1.3em;text-transform:none;letter-spacing:0;text-align:left}.hl_page-preview--content .col-p7GofpLq7R{padding:10px 5px 0;width:41.6%;margin:0 10px 0 0}.hl_page-preview--content .image-iKKgkF-Dmm{margin:0}.hl_page-preview--content .image-iKKgkF-Dmm .image-container img{box-shadow:undefined;width:320px}.hl_page-preview--content .cimage-iKKgkF-Dmm{padding:10px 10px 0;background-color:var(--transparent);opacity:1;text-align:center}#section-qYqvnwPC1n>.inner{max-width:100%}#col-yLi0u06cHd>.inner{flex-direction:column;justify-content:center;align-items:inherit;flex-wrap:nowrap}.heading-A1-JUH1nJu,.paragraph-mo6z7bpcKx{font-weight:undefined}.heading-A1-JUH1nJu em,.heading-A1-JUH1nJu strong,.heading-A1-JUH1nJu u,.paragraph-mo6z7bpcKx em,.paragraph-mo6z7bpcKx strong,.paragraph-mo6z7bpcKx u{color:var(--text-color)!important}.heading-A1-JUH1nJu a,.heading-A1-JUH1nJu a *{color:var(--link-color)!important;text-decoration:none}.heading-A1-JUH1nJu a:hover,.paragraph-mo6z7bpcKx a:hover{text-decoration:underline}@media screen and (min-width:0px) and (max-width:480px){.heading-A1-JUH1nJu h1,.heading-A1-JUH1nJu h2,.heading-A1-JUH1nJu h3,.heading-A1-JUH1nJu h4,.heading-A1-JUH1nJu h5,.heading-A1-JUH1nJu h6,.heading-A1-JUH1nJu ul li,.heading-A1-JUH1nJu.text-output{font-size:32px!important;font-weight:undefined}}@media screen and (min-width:481px) and (max-width:10000px){.heading-A1-JUH1nJu h1,.heading-A1-JUH1nJu h2,.heading-A1-JUH1nJu h3,.heading-A1-JUH1nJu h4,.heading-A1-JUH1nJu h5,.heading-A1-JUH1nJu h6,.heading-A1-JUH1nJu ul li,.heading-A1-JUH1nJu.text-output{font-size:32px!important;font-weight:undefined}}.heading-A1-JUH1nJu.text-output h1:first-child:before,.heading-A1-JUH1nJu.text-output h2:first-child:before,.heading-A1-JUH1nJu.text-output h3:first-child:before,.heading-A1-JUH1nJu.text-output h4:first-child:before,.heading-A1-JUH1nJu.text-output h5:first-child:before,.heading-A1-JUH1nJu.text-output h6:first-child:before,.heading-A1-JUH1nJu.text-output p:first-child:before,.paragraph-mo6z7bpcKx.text-output h1:first-child:before,.paragraph-mo6z7bpcKx.text-output h2:first-child:before,.paragraph-mo6z7bpcKx.text-output h3:first-child:before,.paragraph-mo6z7bpcKx.text-output h4:first-child:before,.paragraph-mo6z7bpcKx.text-output h5:first-child:before,.paragraph-mo6z7bpcKx.text-output h6:first-child:before,.paragraph-mo6z7bpcKx.text-output p:first-child:before{color:var(--text-color);content:'\';
    font-family: '';margin-right:5px;font-weight:700}#col-M_SL6dOkPx>.inner,#col-p7GofpLq7R>.inner{flex-direction:column;justify-content:flex-start;align-items:inherit;flex-wrap:nowrap}.paragraph-mo6z7bpcKx a,.paragraph-mo6z7bpcKx a *{color:var(--secondary)!important;text-decoration:none}@media screen and (min-width:0px) and (max-width:480px){.paragraph-mo6z7bpcKx h1,.paragraph-mo6z7bpcKx h2,.paragraph-mo6z7bpcKx h3,.paragraph-mo6z7bpcKx h4,.paragraph-mo6z7bpcKx h5,.paragraph-mo6z7bpcKx h6,.paragraph-mo6z7bpcKx ul li,.paragraph-mo6z7bpcKx.text-output{font-size:20px!important;font-weight:undefined}}@media screen and (min-width:481px) and (max-width:10000px){.paragraph-mo6z7bpcKx h1,.paragraph-mo6z7bpcKx h2,.paragraph-mo6z7bpcKx h3,.paragraph-mo6z7bpcKx h4,.paragraph-mo6z7bpcKx h5,.paragraph-mo6z7bpcKx h6,.paragraph-mo6z7bpcKx ul li,.paragraph-mo6z7bpcKx.text-output{font-size:20px!important;font-weight:undefined}} 
 /* ---- Section styles ----- */ 
:root{--secondary:#188bf6;--white:#ffffff;--black:#000000;--green:#9ae6b4;--transparent:transparent}.hl_page-preview--content .section-hdXQ6NcJ8c{padding:0 0 10px;margin:0;background-color:var(--white);border-color:var(--black);border-width:2px;border-style:solid}.hl_page-preview--content .col-wU-CnSCY5y,.hl_page-preview--content .row-pq1f3vypey{margin:0 auto;padding:15px 20px;background-color:var(--transparent);border-color:var(--black);border-width:2px;border-style:solid;width:100%}.hl_page-preview--content .col-wU-CnSCY5y{padding:20px 5px 10px;width:37.5%;margin:0}.hl_page-preview--content .image-O_l9CY7qMG{margin:0 0 0 10px}.hl_page-preview--content .image-O_l9CY7qMG .image-container img{box-shadow:undefined;width:320px}.hl_page-preview--content .cimage-O_l9CY7qMG{padding:0 10px 0 0;background-color:var(--transparent);opacity:1;text-align:center}.hl_page-preview--content .col-M-pkB7rzzB,.hl_page-preview--content .cparagraph-V-obQMotyi{background-color:var(--transparent);border-color:var(--black);border-width:2px;border-style:solid}.hl_page-preview--content .col-M-pkB7rzzB{padding:10px 5px;width:62.5%;margin:0}.hl_page-preview--content #paragraph-V-obQMotyi{margin:0 20px}.hl_page-preview--content .cparagraph-V-obQMotyi{font-family:var(--contentfont);color:var(--text-color);icon-color:var(--text-color);font-weight:400;padding:0;opacity:1;text-shadow:0 0 0 transparent;line-height:1.3em;letter-spacing:0;text-align:left}.hl_page-preview--content .col--tx2vmkmaN,.hl_page-preview--content .row-5_jyJiIMJp{margin:0 auto;box-shadow:none;padding:15px 0;background-color:var(--transparent);border-color:var(--black);border-width:2px;border-style:solid;width:100%}.hl_page-preview--content .col--tx2vmkmaN{padding:10px 5px;margin:0}.hl_page-preview--content .button-jT0yEAgZvL{margin:0;text-align:center}.hl_page-preview--content .cbutton-jT0yEAgZvL{font-family:var(--contentfont);background-color:var(--secondary);color:var(--white);secondary-color:var(--white);text-decoration:none;padding:15px 20px;border-color:var(--green);border-width:2px;border-style:solid;letter-spacing:0;text-transform:none;width:auto%;box-shadow:none;text-shadow:none}@media screen and (min-width:0px) and (max-width:480px){.hl_page-preview--content .cbutton-jT0yEAgZvL{padding:0 10px}}#section-hdXQ6NcJ8c>.inner{max-width:100%}#col-M-pkB7rzzB>.inner,#col-wU-CnSCY5y>.inner{flex-direction:column;justify-content:flex-start;align-items:inherit;flex-wrap:nowrap}.paragraph-V-obQMotyi{font-weight:undefined}.paragraph-V-obQMotyi em,.paragraph-V-obQMotyi strong,.paragraph-V-obQMotyi u{color:var(--text-color)!important}.paragraph-V-obQMotyi a,.paragraph-V-obQMotyi a *{color:var(--secondary)!important;text-decoration:none}.paragraph-V-obQMotyi a:hover{text-decoration:underline}@media screen and (min-width:0px) and (max-width:480px){.paragraph-V-obQMotyi h1,.paragraph-V-obQMotyi h2,.paragraph-V-obQMotyi h3,.paragraph-V-obQMotyi h4,.paragraph-V-obQMotyi h5,.paragraph-V-obQMotyi h6,.paragraph-V-obQMotyi ul li,.paragraph-V-obQMotyi.text-output{font-size:20px!important;font-weight:undefined}}@media screen and (min-width:481px) and (max-width:10000px){.paragraph-V-obQMotyi h1,.paragraph-V-obQMotyi h2,.paragraph-V-obQMotyi h3,.paragraph-V-obQMotyi h4,.paragraph-V-obQMotyi h5,.paragraph-V-obQMotyi h6,.paragraph-V-obQMotyi ul li,.paragraph-V-obQMotyi.text-output{font-size:20px!important;font-weight:undefined}}.paragraph-V-obQMotyi.text-output h1:first-child:before,.paragraph-V-obQMotyi.text-output h2:first-child:before,.paragraph-V-obQMotyi.text-output h3:first-child:before,.paragraph-V-obQMotyi.text-output h4:first-child:before,.paragraph-V-obQMotyi.text-output h5:first-child:before,.paragraph-V-obQMotyi.text-output h6:first-child:before,.paragraph-V-obQMotyi.text-output p:first-child:before{color:var(--text-color);content:'\';
    font-family: '';margin-right:5px;font-weight:700}#col--tx2vmkmaN>.inner{flex-direction:column;justify-content:center;align-items:inherit;flex-wrap:nowrap}@media screen and (min-width:481px) and (max-width:10000px){.button-jT0yEAgZvL .button-icon-end,.button-jT0yEAgZvL .button-icon-start,.button-jT0yEAgZvL .main-heading-button{font-size:20px;font-weight:500}.button-jT0yEAgZvL .button-icon-start{margin-right:5px}.button-jT0yEAgZvL .button-icon-end{margin-left:5px}.button-jT0yEAgZvL .sub-heading-button{font-size:15px;color:var(--white);font-weight:400}}@media screen and (min-width:0px) and (max-width:480px){.button-jT0yEAgZvL .button-icon-end,.button-jT0yEAgZvL .button-icon-start,.button-jT0yEAgZvL .main-heading-button{font-size:18px;font-weight:500}.button-jT0yEAgZvL .button-icon-start{margin-right:5px}.button-jT0yEAgZvL .button-icon-end{margin-left:5px}.button-jT0yEAgZvL .sub-heading-button{font-size:15px;color:var(--white);font-weight:undefined}}
 /* ---- Speaking Engagements styles ----- */  
 :root{--white:#ffffff;--gray:#cbd5e0;--black:#000000;--transparent:transparent;--color-lbwfr752:#679DBF}.hl_page-preview--content .section-MuBl9y5TIr{padding:20px 10px;margin:10px 20px;background-color:var(--color-lbwfr752);border-color:var(--black);border-width:2px;border-style:solid}.hl_page-preview--content .col-Z0qUpzb_F-,.hl_page-preview--content .row--jAGnQo2B3{margin:0 auto;padding:0;background-color:var(--transparent);border-color:var(--black);border-width:2px;border-style:solid;width:100%}.hl_page-preview--content .col-Z0qUpzb_F-{padding:0 5px;width:26.5%;margin:0}.hl_page-preview--content #heading-ecNLCiZb0W{margin:0 0 10px}@media screen and (min-width:0px) and (max-width:480px){.hl_page-preview--content #heading-ecNLCiZb0W{margin-bottom:0}}.hl_page-preview--content .cheading-ecNLCiZb0W,.hl_page-preview--content .csub-heading-uhjHRKS2NB{font-family:var(--headlinefont);background-color:var(--transparent);color:var(--text-color);icon-color:var(--text-color);font-weight:400;padding:0;opacity:1;text-shadow:0 0 0 transparent;border-color:var(--black);border-width:2px;border-style:solid;line-height:1.3em;letter-spacing:0;text-align:center}.hl_page-preview--content #sub-heading-uhjHRKS2NB{margin:0 0 20px}@media screen and (min-width:0px) and (max-width:480px){.hl_page-preview--content #sub-heading-uhjHRKS2NB{margin-bottom:10px}}.hl_page-preview--content .csub-heading-uhjHRKS2NB{color:var(--white)}@media screen and (min-width:0px) and (max-width:480px){.hl_page-preview--content .csub-heading-uhjHRKS2NB{text-align:left;padding-left:10px;padding-right:10px}}.hl_page-preview--content .col-bO1o2L4TLu,.hl_page-preview--content .row-qlMn59pYIR{margin:0 auto;padding:0;background-color:var(--transparent);border-color:var(--black);border-width:2px;border-style:solid;width:100%}.hl_page-preview--content .col-bO1o2L4TLu{padding:10px 5px;width:77.8%;border-color:var(--gray);margin:0 10px}@media screen and (min-width:0px) and (max-width:480px){.hl_page-preview--content .col-bO1o2L4TLu{margin-bottom:10px}}.hl_page-preview--content #heading-7yV_yJgLtd{margin:0 0 20px}.hl_page-preview--content .cheading-7yV_yJgLtd,.hl_page-preview--content .cparagraph-2mhh-rrT9m{font-family:var(--headlinefont);background-color:var(--transparent);color:var(--text-color);icon-color:var(--text-color);font-weight:400;padding:10px 0 0;opacity:1;text-shadow:0 0 0 transparent;border-color:var(--black);border-width:2px;border-style:solid;line-height:1.3em;letter-spacing:0;text-align:center}.hl_page-preview--content #paragraph-2mhh-rrT9m{margin:0 0 10px}.hl_page-preview--content .cparagraph-2mhh-rrT9m{font-family:var(--contentfont);color:var(--white);padding:10px;text-align:left}@media screen and (min-width:0px) and (max-width:480px){.hl_page-preview--content .cparagraph-2mhh-rrT9m{padding-left:10px;padding-right:10px}}.hl_page-preview--content .col-QUCuZajfmW{padding:10px 5px;background-color:var(--transparent);width:77.8%;border-color:var(--gray);border-width:2px;border-style:solid;margin:0 10px}@media screen and (min-width:0px) and (max-width:480px){.hl_page-preview--content .col-QUCuZajfmW{margin-bottom:10px}}.hl_page-preview--content #heading-oxbhBkN6EA{margin:0 0 20px}.hl_page-preview--content .cheading-oxbhBkN6EA,.hl_page-preview--content .cparagraph-NCrdfaoyZW{font-family:var(--headlinefont);background-color:var(--transparent);color:var(--text-color);icon-color:var(--text-color);font-weight:400;padding:10px 0 0;opacity:1;text-shadow:0 0 0 transparent;border-color:var(--black);border-width:2px;border-style:solid;line-height:1.3em;letter-spacing:0;text-align:center}.hl_page-preview--content #paragraph-NCrdfaoyZW{margin:0 0 10px}.hl_page-preview--content .cparagraph-NCrdfaoyZW{font-family:var(--contentfont);color:var(--white);padding:10px 10px 0;text-align:left}@media screen and (min-width:0px) and (max-width:480px){.hl_page-preview--content .cparagraph-NCrdfaoyZW{padding-left:10px;padding-right:10px}}.hl_page-preview--content .col-u8Ukli_yy0{padding:10px 5px;background-color:var(--transparent);width:77.8%;border-color:var(--gray);border-width:2px;border-style:solid;margin:0 10px}@media screen and (min-width:0px) and (max-width:480px){.hl_page-preview--content .col-u8Ukli_yy0{margin-bottom:10px}}.hl_page-preview--content #heading-yGXvDD8lqZ{margin:0 0 20px}.hl_page-preview--content .cheading-yGXvDD8lqZ,.hl_page-preview--content .cparagraph-nTmKQtY_Wt{font-family:var(--headlinefont);background-color:var(--transparent);color:var(--text-color);icon-color:var(--text-color);font-weight:400;padding:10px 0 0;opacity:1;text-shadow:0 0 0 transparent;border-color:var(--black);border-width:2px;border-style:solid;line-height:1.3em;letter-spacing:0;text-align:center}.hl_page-preview--content #paragraph-nTmKQtY_Wt{margin:0 0 10px}.hl_page-preview--content .cparagraph-nTmKQtY_Wt{font-family:var(--contentfont);color:var(--white);padding:10px 10px 0;text-align:left}@media screen and (min-width:0px) and (max-width:480px){.hl_page-preview--content .cparagraph-nTmKQtY_Wt{padding-left:10px;padding-right:10px}}.hl_page-preview--content .col-I3QKdg6MTm{padding:10px 5px;background-color:var(--transparent);width:77.8%;border-color:var(--gray);border-width:2px;border-style:solid;margin:0 10px}.hl_page-preview--content #heading-N-0e5XigU1{margin:0 0 20px}.hl_page-preview--content .cheading-N-0e5XigU1,.hl_page-preview--content .cparagraph-_UI7SEIWjF{font-family:var(--headlinefont);background-color:var(--transparent);color:var(--text-color);icon-color:var(--text-color);font-weight:400;padding:10px 0 0;opacity:1;text-shadow:0 0 0 transparent;border-color:var(--black);border-width:2px;border-style:solid;line-height:1.3em;letter-spacing:0;text-align:center}.hl_page-preview--content #paragraph-_UI7SEIWjF{margin:0 0 10px}.hl_page-preview--content .cparagraph-_UI7SEIWjF{font-family:var(--contentfont);color:var(--white);padding:10px;text-transform:none;text-align:left}@media screen and (min-width:0px) and (max-width:480px){.hl_page-preview--content .cparagraph-_UI7SEIWjF{padding-left:10px;padding-right:10px}}#section-MuBl9y5TIr>.inner{max-width:100%}#col-Z0qUpzb_F->.inner{flex-direction:column;justify-content:space-around;align-items:inherit;flex-wrap:nowrap}.heading-7yV_yJgLtd,.heading-N-0e5XigU1,.heading-ecNLCiZb0W,.heading-oxbhBkN6EA,.heading-yGXvDD8lqZ,.paragraph-2mhh-rrT9m,.paragraph-NCrdfaoyZW,.paragraph-_UI7SEIWjF,.paragraph-nTmKQtY_Wt,.sub-heading-uhjHRKS2NB{font-weight:undefined}.heading-ecNLCiZb0W strong{color:var(--white)!important}.heading-7yV_yJgLtd em,.heading-7yV_yJgLtd u,.heading-ecNLCiZb0W em,.heading-ecNLCiZb0W u,.heading-oxbhBkN6EA em,.heading-oxbhBkN6EA u,.paragraph-2mhh-rrT9m em,.paragraph-2mhh-rrT9m u,.paragraph-NCrdfaoyZW u,.sub-heading-uhjHRKS2NB em,.sub-heading-uhjHRKS2NB strong,.sub-heading-uhjHRKS2NB u{color:var(--text-color)!important}.heading-7yV_yJgLtd a,.heading-7yV_yJgLtd a *,.heading-N-0e5XigU1 a,.heading-N-0e5XigU1 a *,.heading-ecNLCiZb0W a,.heading-ecNLCiZb0W a *,.heading-oxbhBkN6EA a,.heading-oxbhBkN6EA a *,.heading-yGXvDD8lqZ a,.heading-yGXvDD8lqZ a *,.paragraph-2mhh-rrT9m a,.paragraph-2mhh-rrT9m a *,.paragraph-NCrdfaoyZW a,.paragraph-NCrdfaoyZW a *,.paragraph-_UI7SEIWjF a,.paragraph-_UI7SEIWjF a *,.paragraph-nTmKQtY_Wt a,.paragraph-nTmKQtY_Wt a *,.sub-heading-uhjHRKS2NB a,.sub-heading-uhjHRKS2NB a *{color:var(--link-color)!important;text-decoration:none}.heading-7yV_yJgLtd a:hover,.heading-N-0e5XigU1 a:hover,.heading-ecNLCiZb0W a:hover,.heading-oxbhBkN6EA a:hover,.heading-yGXvDD8lqZ a:hover,.paragraph-2mhh-rrT9m a:hover,.paragraph-NCrdfaoyZW a:hover,.paragraph-_UI7SEIWjF a:hover,.paragraph-nTmKQtY_Wt a:hover,.sub-heading-uhjHRKS2NB a:hover{text-decoration:underline}@media screen and (min-width:0px) and (max-width:480px){.heading-ecNLCiZb0W h1,.heading-ecNLCiZb0W h2,.heading-ecNLCiZb0W h3,.heading-ecNLCiZb0W h4,.heading-ecNLCiZb0W h5,.heading-ecNLCiZb0W h6,.heading-ecNLCiZb0W ul li,.heading-ecNLCiZb0W.text-output{font-size:32px!important;font-weight:undefined}}@media screen and (min-width:481px) and (max-width:10000px){.heading-ecNLCiZb0W h1,.heading-ecNLCiZb0W h2,.heading-ecNLCiZb0W h3,.heading-ecNLCiZb0W h4,.heading-ecNLCiZb0W h5,.heading-ecNLCiZb0W h6,.heading-ecNLCiZb0W ul li,.heading-ecNLCiZb0W.text-output{font-size:32px!important;font-weight:undefined}}.heading-7yV_yJgLtd.text-output h1:first-child:before,.heading-7yV_yJgLtd.text-output h2:first-child:before,.heading-7yV_yJgLtd.text-output h3:first-child:before,.heading-7yV_yJgLtd.text-output h4:first-child:before,.heading-7yV_yJgLtd.text-output h5:first-child:before,.heading-7yV_yJgLtd.text-output h6:first-child:before,.heading-7yV_yJgLtd.text-output p:first-child:before,.heading-N-0e5XigU1.text-output h1:first-child:before,.heading-N-0e5XigU1.text-output h2:first-child:before,.heading-N-0e5XigU1.text-output h3:first-child:before,.heading-N-0e5XigU1.text-output h4:first-child:before,.heading-N-0e5XigU1.text-output h5:first-child:before,.heading-N-0e5XigU1.text-output h6:first-child:before,.heading-N-0e5XigU1.text-output p:first-child:before,.heading-ecNLCiZb0W.text-output h1:first-child:before,.heading-ecNLCiZb0W.text-output h2:first-child:before,.heading-ecNLCiZb0W.text-output h3:first-child:before,.heading-ecNLCiZb0W.text-output h4:first-child:before,.heading-ecNLCiZb0W.text-output h5:first-child:before,.heading-ecNLCiZb0W.text-output h6:first-child:before,.heading-ecNLCiZb0W.text-output p:first-child:before,.heading-oxbhBkN6EA.text-output h1:first-child:before,.heading-oxbhBkN6EA.text-output h2:first-child:before,.heading-oxbhBkN6EA.text-output h3:first-child:before,.heading-oxbhBkN6EA.text-output h4:first-child:before,.heading-oxbhBkN6EA.text-output h5:first-child:before,.heading-oxbhBkN6EA.text-output h6:first-child:before,.heading-oxbhBkN6EA.text-output p:first-child:before,.heading-yGXvDD8lqZ.text-output h1:first-child:before,.heading-yGXvDD8lqZ.text-output h2:first-child:before,.heading-yGXvDD8lqZ.text-output h3:first-child:before,.heading-yGXvDD8lqZ.text-output h4:first-child:before,.heading-yGXvDD8lqZ.text-output h5:first-child:before,.heading-yGXvDD8lqZ.text-output h6:first-child:before,.heading-yGXvDD8lqZ.text-output p:first-child:before,.paragraph-2mhh-rrT9m.text-output h1:first-child:before,.paragraph-2mhh-rrT9m.text-output h2:first-child:before,.paragraph-2mhh-rrT9m.text-output h3:first-child:before,.paragraph-2mhh-rrT9m.text-output h4:first-child:before,.paragraph-2mhh-rrT9m.text-output h5:first-child:before,.paragraph-2mhh-rrT9m.text-output h6:first-child:before,.paragraph-2mhh-rrT9m.text-output p:first-child:before,.paragraph-NCrdfaoyZW.text-output h1:first-child:before,.paragraph-NCrdfaoyZW.text-output h2:first-child:before,.paragraph-NCrdfaoyZW.text-output h3:first-child:before,.paragraph-NCrdfaoyZW.text-output h4:first-child:before,.paragraph-NCrdfaoyZW.text-output h5:first-child:before,.paragraph-NCrdfaoyZW.text-output h6:first-child:before,.paragraph-NCrdfaoyZW.text-output p:first-child:before,.paragraph-_UI7SEIWjF.text-output h1:first-child:before,.paragraph-_UI7SEIWjF.text-output h2:first-child:before,.paragraph-_UI7SEIWjF.text-output h3:first-child:before,.paragraph-_UI7SEIWjF.text-output h4:first-child:before,.paragraph-_UI7SEIWjF.text-output h5:first-child:before,.paragraph-_UI7SEIWjF.text-output h6:first-child:before,.paragraph-_UI7SEIWjF.text-output p:first-child:before,.paragraph-nTmKQtY_Wt.text-output h1:first-child:before,.paragraph-nTmKQtY_Wt.text-output h2:first-child:before,.paragraph-nTmKQtY_Wt.text-output h3:first-child:before,.paragraph-nTmKQtY_Wt.text-output h4:first-child:before,.paragraph-nTmKQtY_Wt.text-output h5:first-child:before,.paragraph-nTmKQtY_Wt.text-output h6:first-child:before,.paragraph-nTmKQtY_Wt.text-output p:first-child:before,.sub-heading-uhjHRKS2NB.text-output h1:first-child:before,.sub-heading-uhjHRKS2NB.text-output h2:first-child:before,.sub-heading-uhjHRKS2NB.text-output h3:first-child:before,.sub-heading-uhjHRKS2NB.text-output h4:first-child:before,.sub-heading-uhjHRKS2NB.text-output h5:first-child:before,.sub-heading-uhjHRKS2NB.text-output h6:first-child:before,.sub-heading-uhjHRKS2NB.text-output p:first-child:before{color:var(--text-color);content:'\';
    font-family: '';margin-right:5px;font-weight:700}@media screen and (min-width:0px) and (max-width:480px){.sub-heading-uhjHRKS2NB h1,.sub-heading-uhjHRKS2NB h2,.sub-heading-uhjHRKS2NB h3,.sub-heading-uhjHRKS2NB h4,.sub-heading-uhjHRKS2NB h5,.sub-heading-uhjHRKS2NB h6,.sub-heading-uhjHRKS2NB ul li,.sub-heading-uhjHRKS2NB.text-output{font-size:18px!important;font-weight:undefined}}@media screen and (min-width:481px) and (max-width:10000px){.sub-heading-uhjHRKS2NB h1,.sub-heading-uhjHRKS2NB h2,.sub-heading-uhjHRKS2NB h3,.sub-heading-uhjHRKS2NB h4,.sub-heading-uhjHRKS2NB h5,.sub-heading-uhjHRKS2NB h6,.sub-heading-uhjHRKS2NB ul li,.sub-heading-uhjHRKS2NB.text-output{font-size:23px!important;font-weight:undefined}}#col-I3QKdg6MTm>.inner,#col-QUCuZajfmW>.inner,#col-bO1o2L4TLu>.inner,#col-u8Ukli_yy0>.inner{flex-direction:column;justify-content:flex-start;align-items:inherit;flex-wrap:nowrap}.heading-7yV_yJgLtd strong,.heading-N-0e5XigU1 strong,.heading-oxbhBkN6EA strong,.heading-yGXvDD8lqZ strong,.paragraph-2mhh-rrT9m strong,.paragraph-NCrdfaoyZW em,.paragraph-NCrdfaoyZW strong,.paragraph-_UI7SEIWjF strong,.paragraph-nTmKQtY_Wt strong{color:var(--white)!important}@media screen and (min-width:0px) and (max-width:480px){.heading-7yV_yJgLtd h1,.heading-7yV_yJgLtd h2,.heading-7yV_yJgLtd h3,.heading-7yV_yJgLtd h4,.heading-7yV_yJgLtd h5,.heading-7yV_yJgLtd h6,.heading-7yV_yJgLtd ul li,.heading-7yV_yJgLtd.text-output{font-size:24px!important;font-weight:undefined}}@media screen and (min-width:481px) and (max-width:10000px){.heading-7yV_yJgLtd h1,.heading-7yV_yJgLtd h2,.heading-7yV_yJgLtd h3,.heading-7yV_yJgLtd h4,.heading-7yV_yJgLtd h5,.heading-7yV_yJgLtd h6,.heading-7yV_yJgLtd ul li,.heading-7yV_yJgLtd.text-output{font-size:24px!important;font-weight:undefined}}@media screen and (min-width:0px) and (max-width:480px){.paragraph-2mhh-rrT9m h1,.paragraph-2mhh-rrT9m h2,.paragraph-2mhh-rrT9m h3,.paragraph-2mhh-rrT9m h4,.paragraph-2mhh-rrT9m h5,.paragraph-2mhh-rrT9m h6,.paragraph-2mhh-rrT9m ul li,.paragraph-2mhh-rrT9m.text-output{font-size:18px!important;font-weight:undefined}}@media screen and (min-width:481px) and (max-width:10000px){.paragraph-2mhh-rrT9m h1,.paragraph-2mhh-rrT9m h2,.paragraph-2mhh-rrT9m h3,.paragraph-2mhh-rrT9m h4,.paragraph-2mhh-rrT9m h5,.paragraph-2mhh-rrT9m h6,.paragraph-2mhh-rrT9m ul li,.paragraph-2mhh-rrT9m.text-output{font-size:18px!important;font-weight:undefined}}@media screen and (min-width:0px) and (max-width:480px){.heading-oxbhBkN6EA h1,.heading-oxbhBkN6EA h2,.heading-oxbhBkN6EA h3,.heading-oxbhBkN6EA h4,.heading-oxbhBkN6EA h5,.heading-oxbhBkN6EA h6,.heading-oxbhBkN6EA ul li,.heading-oxbhBkN6EA.text-output{font-size:25px!important;font-weight:undefined}}@media screen and (min-width:481px) and (max-width:10000px){.heading-oxbhBkN6EA h1,.heading-oxbhBkN6EA h2,.heading-oxbhBkN6EA h3,.heading-oxbhBkN6EA h4,.heading-oxbhBkN6EA h5,.heading-oxbhBkN6EA h6,.heading-oxbhBkN6EA ul li,.heading-oxbhBkN6EA.text-output{font-size:25px!important;font-weight:undefined}}@media screen and (min-width:0px) and (max-width:480px){.paragraph-NCrdfaoyZW h1,.paragraph-NCrdfaoyZW h2,.paragraph-NCrdfaoyZW h3,.paragraph-NCrdfaoyZW h4,.paragraph-NCrdfaoyZW h5,.paragraph-NCrdfaoyZW h6,.paragraph-NCrdfaoyZW ul li,.paragraph-NCrdfaoyZW.text-output{font-size:18px!important;font-weight:undefined}}@media screen and (min-width:481px) and (max-width:10000px){.paragraph-NCrdfaoyZW h1,.paragraph-NCrdfaoyZW h2,.paragraph-NCrdfaoyZW h3,.paragraph-NCrdfaoyZW h4,.paragraph-NCrdfaoyZW h5,.paragraph-NCrdfaoyZW h6,.paragraph-NCrdfaoyZW ul li,.paragraph-NCrdfaoyZW.text-output{font-size:18px!important;font-weight:undefined}}.heading-N-0e5XigU1 em,.heading-N-0e5XigU1 u,.heading-yGXvDD8lqZ em,.heading-yGXvDD8lqZ u,.paragraph-_UI7SEIWjF em,.paragraph-_UI7SEIWjF u,.paragraph-nTmKQtY_Wt em,.paragraph-nTmKQtY_Wt u{color:var(--text-color)!important}@media screen and (min-width:0px) and (max-width:480px){.heading-yGXvDD8lqZ h1,.heading-yGXvDD8lqZ h2,.heading-yGXvDD8lqZ h3,.heading-yGXvDD8lqZ h4,.heading-yGXvDD8lqZ h5,.heading-yGXvDD8lqZ h6,.heading-yGXvDD8lqZ ul li,.heading-yGXvDD8lqZ.text-output{font-size:24px!important;font-weight:undefined}}@media screen and (min-width:481px) and (max-width:10000px){.heading-yGXvDD8lqZ h1,.heading-yGXvDD8lqZ h2,.heading-yGXvDD8lqZ h3,.heading-yGXvDD8lqZ h4,.heading-yGXvDD8lqZ h5,.heading-yGXvDD8lqZ h6,.heading-yGXvDD8lqZ ul li,.heading-yGXvDD8lqZ.text-output{font-size:24px!important;font-weight:undefined}}@media screen and (min-width:0px) and (max-width:480px){.paragraph-nTmKQtY_Wt h1,.paragraph-nTmKQtY_Wt h2,.paragraph-nTmKQtY_Wt h3,.paragraph-nTmKQtY_Wt h4,.paragraph-nTmKQtY_Wt h5,.paragraph-nTmKQtY_Wt h6,.paragraph-nTmKQtY_Wt ul li,.paragraph-nTmKQtY_Wt.text-output{font-size:18px!important;font-weight:undefined}}@media screen and (min-width:481px) and (max-width:10000px){.paragraph-nTmKQtY_Wt h1,.paragraph-nTmKQtY_Wt h2,.paragraph-nTmKQtY_Wt h3,.paragraph-nTmKQtY_Wt h4,.paragraph-nTmKQtY_Wt h5,.paragraph-nTmKQtY_Wt h6,.paragraph-nTmKQtY_Wt ul li,.paragraph-nTmKQtY_Wt.text-output{font-size:18px!important;font-weight:undefined}}@media screen and (min-width:0px) and (max-width:480px){.heading-N-0e5XigU1 h1,.heading-N-0e5XigU1 h2,.heading-N-0e5XigU1 h3,.heading-N-0e5XigU1 h4,.heading-N-0e5XigU1 h5,.heading-N-0e5XigU1 h6,.heading-N-0e5XigU1 ul li,.heading-N-0e5XigU1.text-output{font-size:24px!important;font-weight:undefined}}@media screen and (min-width:481px) and (max-width:10000px){.heading-N-0e5XigU1 h1,.heading-N-0e5XigU1 h2,.heading-N-0e5XigU1 h3,.heading-N-0e5XigU1 h4,.heading-N-0e5XigU1 h5,.heading-N-0e5XigU1 h6,.heading-N-0e5XigU1 ul li,.heading-N-0e5XigU1.text-output{font-size:24px!important;font-weight:undefined}}@media screen and (min-width:0px) and (max-width:480px){.paragraph-_UI7SEIWjF h1,.paragraph-_UI7SEIWjF h2,.paragraph-_UI7SEIWjF h3,.paragraph-_UI7SEIWjF h4,.paragraph-_UI7SEIWjF h5,.paragraph-_UI7SEIWjF h6,.paragraph-_UI7SEIWjF ul li,.paragraph-_UI7SEIWjF.text-output{font-size:18px!important;font-weight:undefined}}@media screen and (min-width:481px) and (max-width:10000px){.paragraph-_UI7SEIWjF h1,.paragraph-_UI7SEIWjF h2,.paragraph-_UI7SEIWjF h3,.paragraph-_UI7SEIWjF h4,.paragraph-_UI7SEIWjF h5,.paragraph-_UI7SEIWjF h6,.paragraph-_UI7SEIWjF ul li,.paragraph-_UI7SEIWjF.text-output{font-size:18px!important;font-weight:undefined}}
 /* ---- Footer styles ----- */  
 :root{--secondary:#188bf6;--black:#000000;--transparent:transparent}.hl_page-preview--content .section-CqHsPokPRl{padding:10px 0;margin-top:0;margin-bottom:0;background-color:var(--color-l2ja63yc);border-color:var(--black);border-width:2px;border-style:solid}.hl_page-preview--content .col-lxmJ0W9PmIF .inner,.hl_page-preview--content .row--4WTqVX-Pip{margin-top:0;margin-bottom:0;padding:5px 0;background-color:var(--transparent);border-color:var(--black);border-width:2px;border-style:solid;width:100%}.hl_page-preview--content .col-lxmJ0W9PmIF{width:100%}.hl_page-preview--content .col-lxmJ0W9PmIF .inner{padding:0 5px}.hl_page-preview--content #sub-heading-0QaRoUgOgtW,.hl_page-preview--content #sub-heading-W1OH0sDTrt5{margin-top:10px;margin-bottom:0}.hl_page-preview--content .csub-heading-0QaRoUgOgtW,.hl_page-preview--content .csub-heading-W1OH0sDTrt5{font-family:var(--headlinefont);background-color:var(--transparent);color:var(--color-l2knfomd);icon-color:var(--text-color);font-weight:400;padding:0;opacity:1;text-shadow:0 0 0 transparent;border-color:var(--black);border-width:2px;border-style:solid;line-height:1.3em;letter-spacing:0;text-align:center}#section-CqHsPokPRl>.inner{max-width:1170px}#col-lxmJ0W9PmIF>.inner{flex-direction:column;justify-content:center;align-items:inherit;flex-wrap:nowrap}.sub-heading-0QaRoUgOgtW,.sub-heading-W1OH0sDTrt5{font-weight:undefined}.sub-heading-0QaRoUgOgtW em,.sub-heading-0QaRoUgOgtW strong,.sub-heading-0QaRoUgOgtW u,.sub-heading-W1OH0sDTrt5 em,.sub-heading-W1OH0sDTrt5 strong,.sub-heading-W1OH0sDTrt5 u{color:var(--text-color)!important}.sub-heading-W1OH0sDTrt5 a,.sub-heading-W1OH0sDTrt5 a *{color:var(--link-color)!important;text-decoration:none}.sub-heading-0QaRoUgOgtW a:hover,.sub-heading-W1OH0sDTrt5 a:hover{text-decoration:underline}@media screen and (min-width:0px) and (max-width:480px){.sub-heading-W1OH0sDTrt5 h1,.sub-heading-W1OH0sDTrt5 h2,.sub-heading-W1OH0sDTrt5 h3,.sub-heading-W1OH0sDTrt5 h4,.sub-heading-W1OH0sDTrt5 h5,.sub-heading-W1OH0sDTrt5 h6,.sub-heading-W1OH0sDTrt5 ul li,.sub-heading-W1OH0sDTrt5.text-output{font-size:16px!important;font-weight:undefined}}@media screen and (min-width:481px) and (max-width:10000px){.sub-heading-W1OH0sDTrt5 h1,.sub-heading-W1OH0sDTrt5 h2,.sub-heading-W1OH0sDTrt5 h3,.sub-heading-W1OH0sDTrt5 h4,.sub-heading-W1OH0sDTrt5 h5,.sub-heading-W1OH0sDTrt5 h6,.sub-heading-W1OH0sDTrt5 ul li,.sub-heading-W1OH0sDTrt5.text-output{font-size:18px!important;font-weight:undefined}}.sub-heading-0QaRoUgOgtW.text-output h1:first-child:before,.sub-heading-0QaRoUgOgtW.text-output h2:first-child:before,.sub-heading-0QaRoUgOgtW.text-output h3:first-child:before,.sub-heading-0QaRoUgOgtW.text-output h4:first-child:before,.sub-heading-0QaRoUgOgtW.text-output h5:first-child:before,.sub-heading-0QaRoUgOgtW.text-output h6:first-child:before,.sub-heading-0QaRoUgOgtW.text-output p:first-child:before,.sub-heading-W1OH0sDTrt5.text-output h1:first-child:before,.sub-heading-W1OH0sDTrt5.text-output h2:first-child:before,.sub-heading-W1OH0sDTrt5.text-output h3:first-child:before,.sub-heading-W1OH0sDTrt5.text-output h4:first-child:before,.sub-heading-W1OH0sDTrt5.text-output h5:first-child:before,.sub-heading-W1OH0sDTrt5.text-output h6:first-child:before,.sub-heading-W1OH0sDTrt5.text-output p:first-child:before{color:var(--text-color);content:'\';
    font-family: '';margin-right:5px;font-weight:700}.sub-heading-0QaRoUgOgtW a,.sub-heading-0QaRoUgOgtW a *{color:var(--secondary)!important;text-decoration:none}@media screen and (min-width:0px) and (max-width:480px){.sub-heading-0QaRoUgOgtW h1,.sub-heading-0QaRoUgOgtW h2,.sub-heading-0QaRoUgOgtW h3,.sub-heading-0QaRoUgOgtW h4,.sub-heading-0QaRoUgOgtW h5,.sub-heading-0QaRoUgOgtW h6,.sub-heading-0QaRoUgOgtW ul li,.sub-heading-0QaRoUgOgtW.text-output{font-size:16px!important;font-weight:undefined}}@media screen and (min-width:481px) and (max-width:10000px){.sub-heading-0QaRoUgOgtW h1,.sub-heading-0QaRoUgOgtW h2,.sub-heading-0QaRoUgOgtW h3,.sub-heading-0QaRoUgOgtW h4,.sub-heading-0QaRoUgOgtW h5,.sub-heading-0QaRoUgOgtW h6,.sub-heading-0QaRoUgOgtW ul li,.sub-heading-0QaRoUgOgtW.text-output{font-size:18px!important;font-weight:undefined}}

/*-----------------Logo Carrousel CSS Code-----------------------*/

/*-----------------Logo Carrousel-----------------------*/


/* prevent overflow from items moving out of the frame*/
html, body {
    overflow-x: hidden;
}

/* section format and speed animation for mobile*/
@media (max-width: 800px) {
  

  
    /*---for client logo -----*/
    .imagelogo1 {
        width: 10vw !important;
    }
}
/*-----------------Logo Carrousel CSS Code (END)--------------*/
/* ------------------logo marquee animation code----------------*/
.imagelogo1 {
    width: 6vw;
 /* width for 6 logos */
    align-items: center;
    justify-content: center;
}

#row-v20iWw6lnV {
    align-items: center !important;
    justify-content: center !important;
    transform-origin: center !important;
    width: 200vw !important;
    animation: Scrolltest2 30s linear infinite;
 /*adjust speed here */
}

#row-v20iWw6lnV:hover {
    animation-play-state: paused;
}

@keyframes Scrolltest2 {
    0% {
        transform: translateX(0vw);
        -webkit-transform: translateX(0vw);
    }

    100% {
        transform: translateX(-99vw);
        -webkit-transform: translateX(-99vw);
    }
}


/*-----------------Past Work Slide on Scroll Element--------------*/

/****---Remember to edit the column and row CSS selectors---****/


/* section format and offset*/
#section--CPifz590b {
    width: 2100px;
    left: -5%;
}


/* Animation of past work slider (on scroll)*/
#col-SKvhZZOkGO, #col-6QWHpBnx5g ,#col-HrSsNNrWag_, #col-nCs4rNa0PVG, #col-NLeOxDR7DOj {
    animation: newmove1 1.5s linear infinite;
    animation-play-state: paused;
  /*adjust sensitivity here (how fast it moves, in seconds) */
    animation-delay: calc(var(--scroll) * -3s);
}


 /* section format and speed animation for mobile*/
@media (max-width: 800px) {
  
  /*---for the past work -----*/ 
    #section--CPifz590b {
        width: 1300px;
    }

    #col-SKvhZZOkGO, #col-6QWHpBnx5g, #col-HrSsNNrWag_, #col-nCs4rNa0PVG, #col-NLeOxDR7DOj {
        animation: newmove1 1.5s linear infinite;
        animation-play-state: paused;
        /*adjust sensitivity for mobile here (how fast it moves, in seconds) */
        animation-delay: calc(var(--scroll) * -5s);
    }
}

 /* animation is negative so it goes right to left*/
@keyframes newmove1 {
    to {
        transform: translateX(-1000px);
        overflow-x: hidden;
    }
}


/*shadow and make bigger upon hover */

/*----1st image/elemet----*/ 
#image-P2AlC-8Tx9 {
    transition: 0.5s;
    margin: 0px 5px;
}

#image-P2AlC-8Tx9:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    transform: scale(1.1);
    z-index: 10 !important;
    transition: 0.5s;
}

/*----2nd Image/element----*/
#image-wB4zE09hS5 {
    transition: 0.5s;
    margin: 0px 5px;
}

#image-wB4zE09hS5:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    transform: scale(1.1);
    z-index: 10 !important;
    transition: 0.5s;
}

/*----3rd Image/element---*/
#image-yzcKFpjj2o {
    transition: 0.5s;
    margin: 0px 5px;
}

#image-yzcKFpjj2o:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    transform: scale(1.1);
    z-index: 10 !important;
    transition: 0.5s;
}

/*----4th Image/element---*/

#image-PcTrs-6bdZ {
    transition: 0.5s;
    margin: 0px 5px;
}

#image-PcTrs-6bdZ:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    transform: scale(1.1);
    z-index: 10 !important;
    transition: 0.5s;
}


/*----5th Image/element---*/
#image-dGwKYXmQwO {
    transition: 0.5s;
    margin: 0px 5px;
}

#image-dGwKYXmQwO:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    transform: scale(1.1);
    z-index: 10 !important;
    transition: 0.5s;
}

/*-----------------Past Work Slide on Scroll Element (END)--------------*/


/* Border to divide sections */

#section-sQAb2QeYCC {
    border-bottom: 1px solid #66767A !important;
}</style><link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lato:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i%7COpen%20Sans:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i%7CMontserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i%7CRoboto:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i%7CQuando:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i%7CQuattrocento%20Sans:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i%7CEncode%20Sans:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i%7CSingle%20Day:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i%7CBeth%20Ellen:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i%7C'Cormorant%20Garamond':100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i%7CPoppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap" media="print" onload="this.media='all'"><style>
  @media (max-width: 480px) {
        .bg-row-34t5TFaCv3 {
          background: url(https://assets.cdn.filesafe.space/SsLXmBY0DEKdYOC7TbX8/media/66031ad16047135ca58f93d2.jpeg);
    opacity: 1

        }
    }
    
    @media (min-width: 481px) and (max-width: 1024px) {
        .bg-row-34t5TFaCv3 {
          background: url(https://assets.cdn.filesafe.space/SsLXmBY0DEKdYOC7TbX8/media/66031ad16047135ca58f93d2.jpeg);
    opacity: 1

        }
    }

    @media (min-width: 1025px) {
        .bg-row-34t5TFaCv3 {
          background: url(https://assets.cdn.filesafe.space/SsLXmBY0DEKdYOC7TbX8/media/66031ad16047135ca58f93d2.jpeg);
        opacity: 1

        }
    }
  </style><style>.cart-nav-wrapper{align-items:center;background-color:inherit;display:flex;gap:24px}.nav-menu-wrapper.default .branding .logo{position:relative;width:-moz-max-content;width:max-content}</style><style>.video-container[data-v-2f714085]{background-position:50%!important;background-size:cover!important;margin:auto;position:relative;text-align:center}.thumbnail-container[data-v-2f714085],.video-overlay[data-v-2f714085]{align-items:center;display:flex;height:100%;justify-content:center;opacity:1;z-index:1}.iframe-container[data-v-2f714085]{position:relative}.iframe-container[data-v-2f714085],iframe[data-v-2f714085]{background-color:#000;margin:auto;width:100%}iframe[data-v-2f714085]{border:none;box-shadow:none;height:100%;left:0;position:absolute;top:0;z-index:2}.figure[data-v-2f714085]{margin:auto}.figure span[data-v-2f714085]{cursor:pointer;display:block;position:relative;text-decoration:none}.figure span[data-v-2f714085]:focus:after,.figure span[data-v-2f714085]:hover:after{background-color:#87cefa;opacity:1}.figure.youtube span[data-v-2f714085]:focus:after,.figure.youtube span[data-v-2f714085]:hover:after{background-color:red}.figure span[data-v-2f714085]:after{background-color:#00000080;border-radius:10px;color:#fff;content:"▶";display:block;font-size:25px;height:50px;inset:0;line-height:2;margin:auto;opacity:.75;position:absolute;text-align:center;transition:background-color .25s,opacity .25s;width:75px}.video-icon[data-v-2f714085]:before{color:#fff;content:"";font-family:Font Awesome\ 5 Free;font-size:20px;font-weight:700;left:50%;margin-right:5px;position:absolute;top:50%;transform:translate(-50%,-50%)}</style><style>.testimonial-modal-overlay{align-items:center;background:#0000004d;display:flex;height:100vh;justify-content:center;left:0;position:fixed;top:0;width:100vw;z-index:10000}.testimonial-modal-content{align-items:stretch;background:none;display:flex;flex-direction:column;max-height:600px;max-width:540px;width:100%}.testimonial-modal-close{align-items:center;background:#fff;border:none;border-radius:50%;cursor:pointer;display:flex;height:36px;justify-content:center;position:absolute;right:20px;top:20px;transition:background .15s;width:36px;z-index:2}.testimonial-modal-close-icon{color:#222;height:22px;width:22px}@media(max-width:768px){.testimonial-modal-content{border-radius:10px;max-width:98vw}.testimonial-modal-close{right:10px;top:10px}}</style><style>.pdp-modal-overlay{align-items:center;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#344054b3;display:flex;justify-content:center;inset:0;position:fixed;z-index:9999}.pdp-modal-container{background:#fff;border-radius:12px;box-shadow:0 20px 60px #00000026;display:flex;flex-direction:column;max-height:min(640px,85vh);max-width:1024px;position:relative;width:90%}.pdp-modal-container--mobile{border-radius:0;height:100%;max-height:100%;max-width:100%;width:100%}.pdp-modal-close{align-items:center;background:transparent;border:none;cursor:pointer;display:flex;height:32px;justify-content:center;padding:0;position:absolute;right:-8px;top:-8px;width:32px;z-index:10}.pdp-modal-scroll{border-radius:12px;flex:1;font-family:var(--contentfont,inherit);font-size:14px;margin-top:24px;overflow-x:hidden;overflow-y:auto;padding:12px}.pdp-modal-container--mobile .pdp-modal-scroll{padding:12px}@media(max-width:1024px){.pdp-modal-overlay{align-items:flex-start;box-sizing:border-box;padding:8px 12px 12px}.pdp-modal-container{border-radius:0;height:100%;max-height:100%;max-width:100%;width:100%}.pdp-modal-container .pdp-modal-scroll{padding:12px}}.pdp-modal-scroll .c-product-details--sticky{position:static!important}.pdp-modal-scroll .hl-product-image-container{height:auto!important;position:static!important;top:auto!important}.pdp-modal-scroll .product-detail-container{flex-wrap:wrap!important;height:auto!important}.pdp-modal-scroll .c-product-details{min-width:0;overflow-wrap:break-word;word-break:break-word}.pdp-modal-scroll .ecomm-price-desktop-container .flex{flex-wrap:wrap}.pdp-modal-scroll>div{container-type:inline-size;width:100%}</style><style>.drawer{visibility:hidden}.drawer.is-visible{visibility:visible}.drawer.is-open .drawer__overlay{opacity:.5}.drawer.is-open .drawer__content{transform:translate(0)}.drawer__overlay{background-color:#000;left:0;opacity:0;transition-property:opacity;-webkit-user-select:none;-moz-user-select:none;user-select:none;z-index:200}.drawer__content,.drawer__overlay{bottom:0;position:fixed;right:0;top:0;width:100%}.drawer__content{box-shadow:0 2px 6px #777;display:flex;flex-direction:column;height:100%;overflow:auto;transform:translate(100%);transition-property:transform;transition:all .45s cubic-bezier(.29,.63,.44,1);z-index:9999}</style><link rel="stylesheet" href="https://stcdn.leadconnectorhq.com/_preview/entry.iSOF46tA.css" crossorigin><link rel="preload" as="style" href="https://fonts.googleapis.com/css?family=Lato:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i%7COpen%20Sans:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i%7CMontserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i%7CRoboto:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i%7CQuando:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i%7CQuattrocento%20Sans:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i%7CEncode%20Sans:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i%7CSingle%20Day:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i%7CBeth%20Ellen:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i%7C'Cormorant%20Garamond':100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i%7CPoppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap"><link  as="script" crossorigin href="https://stcdn.leadconnectorhq.com/_preview/DQy-T-RX.js"><link  as="script" crossorigin href="https://stcdn.leadconnectorhq.com/_preview/Ci_zJlSb.js"><link  as="script" crossorigin href="https://stcdn.leadconnectorhq.com/_preview/Bicqs0SM.js"><link  as="script" crossorigin href="https://stcdn.leadconnectorhq.com/_preview/CXkXnThC.js"><link  as="script" crossorigin href="https://stcdn.leadconnectorhq.com/_preview/Djo6EZl6.js"><link  as="script" crossorigin href="https://stcdn.leadconnectorhq.com/_preview/jUv6YHtV.js"><link  as="script" crossorigin href="https://stcdn.leadconnectorhq.com/_preview/D2PA7-6i.js"><link  as="script" crossorigin href="https://stcdn.leadconnectorhq.com/_preview/rXsivhay.js"><link  as="script" crossorigin href="https://stcdn.leadconnectorhq.com/_preview/blenbN0i.js"><link  as="script" crossorigin href="https://stcdn.leadconnectorhq.com/_preview/D44U5dDE.js"><link  as="script" crossorigin href="https://stcdn.leadconnectorhq.com/_preview/DyglZCIR.js"><link  as="script" crossorigin href="https://stcdn.leadconnectorhq.com/_preview/Cituqf0F.js"><link  as="script" crossorigin href="https://stcdn.leadconnectorhq.com/_preview/6Yo2MQJh.js"><link  as="script" crossorigin href="https://stcdn.leadconnectorhq.com/_preview/77c1DPU1.js"><link  as="script" crossorigin href="https://stcdn.leadconnectorhq.com/_preview/D_X8gyEf.js"><link  as="script" crossorigin href="https://stcdn.leadconnectorhq.com/_preview/DCpaT-6e.js"><link  as="script" crossorigin href="https://stcdn.leadconnectorhq.com/_preview/BWykW20w.js"><link  as="script" crossorigin href="https://stcdn.leadconnectorhq.com/_preview/DKeuBCMA.js"><link  as="script" crossorigin href="https://stcdn.leadconnectorhq.com/_preview/DvUZiVPR.js"><link  as="script" crossorigin href="https://stcdn.leadconnectorhq.com/_preview/DH7ri__3.js"><link  as="script" crossorigin href="https://stcdn.leadconnectorhq.com/_preview/C3e4t58V.js"><link  as="script" crossorigin href="https://stcdn.leadconnectorhq.com/_preview/BBLcz1Bd.js"><link  as="script" crossorigin href="https://stcdn.leadconnectorhq.com/_preview/CSbTsBPf.js"><link  as="script" crossorigin href="https://stcdn.leadconnectorhq.com/_preview/B__5GNU2.js"><link  as="script" crossorigin href="https://stcdn.leadconnectorhq.com/_preview/C9fmiMWl.js"><link  as="script" crossorigin href="https://stcdn.leadconnectorhq.com/_preview/V1h4Ddvn.js"><link  as="script" crossorigin href="https://stcdn.leadconnectorhq.com/_preview/DYa7OZHt.js"><link  as="script" crossorigin href="https://stcdn.leadconnectorhq.com/_preview/Dd_UsjTW.js"><link  as="script" crossorigin href="https://stcdn.leadconnectorhq.com/_preview/sumjY3Kv.js"><link  as="script" crossorigin href="https://stcdn.leadconnectorhq.com/_preview/CenvAvwo.js"><link  as="script" crossorigin href="https://stcdn.leadconnectorhq.com/_preview/BD7Pp2GI.js"><link  as="script" crossorigin href="https://stcdn.leadconnectorhq.com/_preview/By-yR-ds.js"><link  as="script" crossorigin href="https://stcdn.leadconnectorhq.com/_preview/D19iB8FX.js"><link  as="script" crossorigin href="https://stcdn.leadconnectorhq.com/_preview/CHJKFSMz.js"><link  as="script" crossorigin href="https://stcdn.leadconnectorhq.com/_preview/gchIOHio.js"><link  as="script" crossorigin href="https://stcdn.leadconnectorhq.com/_preview/BYa5qQOR.js"><script type="module" src="https://stcdn.leadconnectorhq.com/_preview/DQy-T-RX.js" crossorigin></script><link rel="dns-prefetch" href="https://services.leadconnectorhq.com"><link rel="icon" href="https://storage.googleapis.com/msgsndr/SsLXmBY0DEKdYOC7TbX8/media/66c3796ce8896c1ee0597396.png"><link rel="canonical" href="https://kendrapettyofficial.com/home"><meta name="title" content="April O'Leary | Publisher - Author - Speaker"><meta property="og:title" content="April O'Leary | Publisher - Author - Speaker"><meta name="description" content="April O'Leary is a book publisher and a professional speaker whose aim is to inspire your audience to embrace their story."><meta property="og:description" content="April O'Leary is a book publisher and a professional speaker whose aim is to inspire your audience to embrace their story."><meta name="author" content="O'Leary Publishing"><meta property="og:author" content="O'Leary Publishing"><meta name="image" content="https://assets.cdn.filesafe.space/SsLXmBY0DEKdYOC7TbX8/media/66c01717809108e51fb8884c.png"><meta property="og:image" content="https://assets.cdn.filesafe.space/SsLXmBY0DEKdYOC7TbX8/media/66c01717809108e51fb8884c.png"><meta name="keywords" content="Public speaking, keynote address, author, business speaker, motivational speaker, cult survivor"><meta property="og:keywords" content="Public speaking, keynote address, author, business speaker, motivational speaker, cult survivor"><meta property="og:type" content="website"><meta property="twitter:type" content="website"><meta property="Speaking" content="Speaking"></head><body><div id="__nuxt"><!--[--><div></div><!--[--><div class="bgCover bg-fixed"></div><div><!--[--><div><!----><!----><div><div id="nav-menu-popup" style="display:none;" class="hide"><div class="nav-menu-body"><i class="close-menu fas fa-times"></i><ul class="nav-menu"><!--[--><!--]--></ul></div></div></div><!----><!--[--><!--]--><div id="preview-container" class="preview-container hl_page-preview--content"><div><!----><!--[--><!--[--><div class="fullSection shadow40 noBorder radius0 none c-section c-wrapper section-kscgD3WVhB" style="" id="section-kscgD3WVhB"><!----><!----><div class="inner"><!----><!--[--><!--[--><div class="row-align-center none noBorder radius0 none c-row c-wrapper row-SQy_wNoEbT" id="row-SQy_wNoEbT"><!----><!----><div class="inner"><!----><!--[--><!--[--><div class="none noBorder radius0 none c-column c-wrapper col-mg4GiwO8az" id="col-mg4GiwO8az"><!----><!----><div class="horizontal inner"><!----><!--[--><!--[--><div id="nav-menu-g8tRE-tvXl" class="c-nav-menu c-wrapper nav-menu-g8tRE-tvXl"><!----><!----><!----><!----><!----><!----><!----><span></span><!----><!----><!----><!----><!----><!----><!----><!----><div class="default nav-menu-wrapper cnav-menu-g8tRE-tvXl noBorder radius0 none"><div class="branding"><div class="logo"><div style="cursor:default;" class="image-container noBorder radius0 none"><div><div><img style="width:auto;height:100px;" src="https://assets.cdn.filesafe.space/SsLXmBY0DEKdYOC7TbX8/media/66c01717809108e51fb8884c.png" alt="April O&#39;Leary" class="noBorder radius0 none" data-animation-class loading="lazy"></div></div></div></div><!----></div><div class="cart-nav-wrapper"><div class="nav-menu-mobile"><span class="menu-icon" role="button" tabindex="0" aria-label="Toggle menu"></span></div><ul class="nav-menu"><!--[--><li class="nav-menu-item"><a aria-label="Home" href="https://www.apriloleary.com/home" target>Home</a><!----></li><li class="nav-menu-item"><a aria-label="Books" href="https://www.apriloleary.com/books" target>Books</a><!----></li><li class="nav-menu-item"><a aria-label="Media" href="https://www.apriloleary.com/media" target>Media</a><!----></li><li class="nav-menu-item"><a aria-label="Contact April" href="https://www.apriloleary.com/contact" target>Contact April</a><!----></li><!--]--></ul><!----><!----></div></div><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----></div><!--]--><!--]--></div><!----><!----><!----><!----><span></span><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----></div><!--]--><!--]--></div><!----><!----><!----><!----><span></span><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----></div><!--]--><!--]--></div><!----><!----><!----><!----><span></span><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----></div><!--]--><!--[--><div class="fullSection none noBorder radius0 none c-section c-wrapper section-rGk00vp8cX" style="" id="section-rGk00vp8cX"><!----><!----><div class="inner"><!----><!--[--><!--[--><div class="row-align-center none noBorder radius0 none c-row c-wrapper row-34t5TFaCv3" id="row-34t5TFaCv3"><div class="bg full-center bg-row-34t5TFaCv3 none" style="border-radius:0px;position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;"></div><!----><div class="inner"><!----><!--[--><!--[--><div class="none noBorder radius0 none c-column c-wrapper col-I3daDJb4ON" id="col-I3daDJb4ON"><!----><!----><div class="vertical inner"><!----><!--[--><!--[--><div id="heading-2VXlBJSFNJ" class="c-heading c-wrapper"><!----><!----><!----><div class="heading-2VXlBJSFNJ text-output cheading-2VXlBJSFNJ none noBorder radius0 none" data-animation-class style=""><div><h1><strong>Publisher  Author  Speaker</strong></h1></div></div><!----><!----><!----><span></span><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----></div><!--]--><!--[--><div id="sub-heading-wGXaSC9_Ti" class="c-sub-heading c-wrapper"><!----><!----><!----><div class="sub-heading-wGXaSC9_Ti text-output csub-heading-wGXaSC9_Ti none noBorder radius0 none" data-animation-class style=""><div><h2>April O'Leary is an engaging storyteller who will bring humor and heart to your event. She will share with your audience the power of embracing your story as your inherent superpower to accomplish more than you ever dreamed possible.</h2></div></div><!----><!----><!----><span></span><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----></div><!--]--><!--]--></div><!----><!----><!----><!----><span></span><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----></div><!--]--><!--]--></div><!----><!----><!----><!----><span></span><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----></div><!--]--><!--]--></div><!----><!----><!----><!----><span></span><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----></div><!--]--><!--[--><div class="fullSection none noBorder radius0 none c-section c-wrapper section-dB6nPHIPFo" style="" id="section-dB6nPHIPFo"><!----><!----><div class="inner"><!----><!--[--><!--[--><div class="row-align-center none noBorder radius0 none c-row c-wrapper row-c2jqvCxC7G" id="row-c2jqvCxC7G"><!----><!----><div class="inner"><!----><!--[--><!--[--><div class="none noBorder radius0 none c-column c-wrapper col-M3PypePMGe" id="col-M3PypePMGe"><!----><!----><div class="vertical inner"><!----><!--[--><!--[--><div id="heading-1TfWuE4iWh" class="c-heading c-wrapper"><!----><!----><!----><div class="heading-1TfWuE4iWh text-output cheading-1TfWuE4iWh none noBorder radius0 none" data-animation-class style=""><div><h1><strong>April's Speaker Reel</strong></h1></div></div><!----><!----><!----><span></span><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----></div><!--]--><!--[--><div id="video-1ckXGMJYZE" class="c-video c-wrapper video-1ckXGMJYZE"><!----><!----><!----><!----><figure class="video-container w-100 figure cvideo-1ckXGMJYZE none noBorder radius0 none" data-v-2f714085><span class="w-100" data-v-2f714085><div data-bg-src="https://i.vimeocdn.com/video/1899062946-9aa2e26ac076d050b8c6cac630cf7a0cd5ecf7ac177bf36514976bb6b94364e1-d_1280.jpg" style="background-size:cover;padding-bottom:56.25%;" class="w-100" data-v-2f714085></div></span><!----></figure><!----><!----><span></span><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----></div><!--]--><!--]--></div><!----><!----><!----><!----><span></span><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----></div><!--]--><!--[--><div class="none noBorder radius0 none c-column c-wrapper col-1WkJjm9vo8" id="col-1WkJjm9vo8"><!----><!----><div class="vertical inner"><!----><!--[--><!--[--><div id="heading-DP0K5SuTlo" class="c-heading c-wrapper"><!----><!----><!----><div class="heading-DP0K5SuTlo text-output cheading-DP0K5SuTlo none noBorder radius0 none" data-animation-class style=""><div><h1><strong>What You'll Get</strong></h1></div></div><!----><!----><!----><span></span><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----></div><!--]--><!--[--><div id="bulletList-_4MV-vALFU" class="c-bullet-list c-wrapper"><!----><!----><!----><div class="bulletList-_4MV-vALFU text-output cbulletList-_4MV-vALFU none noBorder radius0 none" data-animation-class style=""><div><ul><li><p>A customized talk for your particular event and audience</p></li><li><p>A straightforward process to book</p></li><li><p>A professional presentation with humor and heart</p></li><li><p>A feel-good, story-based talk to inspire your audience to live their best life</p></li><li><p>An easy-going experience from start to finish</p></li><li><p>She brings fun and a personable approach to everything she does</p></li><li><p>She can customize talks on the power of writing, leaving a legacy, finding your passion, navigating transition and more.</p><p></p></li></ul></div></div><!----><!----><!----><span></span><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----></div><!--]--><!--]--></div><!----><!----><!----><!----><span></span><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----></div><!--]--><!--]--></div><!----><!----><!----><!----><span></span><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----></div><!--]--><!--]--></div><!----><!----><!----><!----><span></span><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----></div><!--]--><!--[--><div class="fullSection none noBorder radius0 none c-section c-wrapper section-TFfGaNfgnd desktop-only" style="" id="section-TFfGaNfgnd"><!----><!----><div class="inner"><!----><!--[--><!--[--><div class="row-align-center none noBorder radius0 none c-row c-wrapper row-v20iWw6lnV desktop-only" id="row-v20iWw6lnV"><!----><!----><div class="inner"><!----><!--[--><!--[--><div class="c-column c-wrapper col-nchiiTvVGS" id="col-nchiiTvVGS"><!----><!----><div class="none noBorder radius0 none bg bgCover horizontal inner"><!----><!--[--><!--[--><div id="heading-ThSXJPMR0B" class="c-heading c-wrapper"><!----><!----><!----><div class="heading-ThSXJPMR0B text-output cheading-ThSXJPMR0B none noBorder radius0 none" data-animation-class style=""><div><p>Thank you April and O’Leary publishing for giving me the opportunity to share my story with the world through my book, She Looks Fine. Thank you also for inviting me to be one of your Keynote speakers at your event. You and your staff are not only professional but made my experience enjoyable.."</p><p></p><p><strong>Kir</strong></p></div></div><!----><!----><!----><span></span><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----></div><!--]--><!--[--><!----><!--]--><!--[--><div id="heading-12R7NClLoF" class="c-heading c-wrapper"><!----><!----><!----><div class="heading-12R7NClLoF text-output cheading-12R7NClLoF none noBorder radius0 none" data-animation-class style=""><div><p>“After all the twists and turns, I ended up with a beautiful product, that, thanks to their help, was actually BETTER than I had envisioned it in the beginning. So, thank you, April, and Team. Everything you did is greatly appreciated, and I look forward to more projects in the future. You have my absolute highest recommendation!”</p><p></p><p><strong>Thomas Hudson, MD, Author</strong></p></div></div><!----><!----><!----><span></span><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----></div><!--]--><!--[--><div id="heading-J_l3jWk-cM" class="c-heading c-wrapper"><!----><!----><!----><div class="heading-J_l3jWk-cM text-output cheading-J_l3jWk-cM none noBorder radius0 none" data-animation-class style=""><div><p>“April is ridiculously knowledgable about the book industry, AND she's a delightful person in general. She is honest and forthright (which is so important when you're looking for someone to help you with your book baby) while always maintaining a very friendly, approachable atmosphere. Highly recommend!”</p><p><strong><br>Amanda Nell Edgar, Page &amp; Podium Press</strong></p></div></div><!----><!----><!----><span></span><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----></div><!--]--><!--[--><div id="heading-rwwIEKH47u" class="c-heading c-wrapper"><!----><!----><!----><div class="heading-rwwIEKH47u text-output cheading-rwwIEKH47u none noBorder radius0 none" data-animation-class style=""><div><p>“April and her team personify the words customer service. I should probably get out my thesaurus to fully verbalize all of the positive things I have to say about this company. April is the first person you meet. She's friendly, down to earth, positive, and encouraging.”</p><p></p><p><strong>Joy Good, Author</strong></p></div></div><!----><!----><!----><span></span><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----></div><!--]--><!--[--><div id="heading-Pb7eL8jwiw" class="c-heading c-wrapper"><!----><!----><!----><div class="heading-Pb7eL8jwiw text-output cheading-Pb7eL8jwiw none noBorder radius0 none" data-animation-class style=""><div><p>“April O'Leary is a rare find in the business landscape. She navigates publishing, speaking, and launching people to their next level with style!”</p><p><strong><br>Anne Hagan, President, Naples Sunrise Bay Toastmasters Club</strong></p></div></div><!----><!----><!----><span></span><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----></div><!--]--><!--[--><!----><!--]--><!--]--></div><!----><!----><!----><!----><span></span><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----></div><!--]--><!--]--></div><!----><!----><!----><!----><span></span><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----></div><!--]--><!--]--></div><!----><!----><!----><!----><span></span><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----></div><!--]--><!--[--><div class="fullSection none noBorder radius0 none c-section c-wrapper section-qYqvnwPC1n" style="" id="section-qYqvnwPC1n"><!----><!----><div class="inner"><!----><!--[--><!--[--><div class="row-align-center none noBorder radius0 none c-row c-wrapper row-oTpNc-oi5F" id="row-oTpNc-oi5F"><!----><!----><div class="inner"><!----><!--[--><!--[--><div class="none noBorder radius0 none c-column c-wrapper col-yLi0u06cHd" id="col-yLi0u06cHd"><!----><!----><div class="vertical inner"><!----><!--[--><!--[--><div id="heading-A1-JUH1nJu" class="c-heading c-wrapper"><!----><!----><!----><div class="heading-A1-JUH1nJu text-output cheading-A1-JUH1nJu none noBorder radius0 none" data-animation-class style=""><div><h1><strong>About April</strong></h1></div></div><!----><!----><!----><span></span><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----></div><!--]--><!--]--></div><!----><!----><!----><!----><span></span><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----></div><!--]--><!--]--></div><!----><!----><!----><!----><span></span><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----></div><!--]--><!--[--><div class="row-align-center none noBorder radius0 none c-row c-wrapper row-MxQb1VnZq9" id="row-MxQb1VnZq9"><!----><!----><div class="inner"><!----><!--[--><!--[--><div class="none noBorder radius0 none c-column c-wrapper col-M_SL6dOkPx" id="col-M_SL6dOkPx"><!----><!----><div class="vertical inner"><!----><!--[--><!--[--><div id="paragraph-mo6z7bpcKx" class="c-paragraph c-wrapper"><!----><!----><!----><div class="paragraph-mo6z7bpcKx text-output cparagraph-mo6z7bpcKx none noBorder radius0 none" data-animation-class style=""><div><p>April O'Leary is the owner of <a target="_blank" rel="noopener noreferrer" href="https://olearypublishing.com/">O'Leary Publishing</a>, an independent book publishing company specializing in brand-building books for experts, professionals and leaders. She hosts the annual <a target="_blank" rel="noopener noreferrer" href="https://youtube.com/playlist?list=PLUbAQiR4dgslNBpghxLMfLaCl9puokvA2&amp;si=x4BIbFfNJsSQzHBY">Booked Naples</a> speaker event and built the <a target="_self" rel="noopener noreferrer" href="https://naplesspeakers.com/">Naples Speakers</a> to serve the southwest Florida area.</p><p></p><p>April has a degree in Education from Northeastern IL University and a Life Coaching certification. She is the creator and host of the <a target="_blank" rel="noopener noreferrer" href="https://olearypublishing.com/podcast">I'm Booked Podcast</a> featuring authors and publishing industry experts and the author of six books. She resides in Naples, Florida, and is a mother of three daughters and has a Persian cat named Cloud. </p></div></div><!----><!----><!----><span></span><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----></div><!--]--><!--]--></div><!----><!----><!----><!----><span></span><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----></div><!--]--><!--[--><div class="none noBorder radius0 none c-column c-wrapper col-p7GofpLq7R" id="col-p7GofpLq7R"><!----><!----><div class="vertical inner"><!----><!--[--><!--[--><div id="image-iKKgkF-Dmm" class="c-image c-wrapper image-iKKgkF-Dmm"><!----><!----><!----><!----><!----><div style="cursor:default;" class="image-container cimage-iKKgkF-Dmm"><div><div><img style="" src="https://assets.cdn.filesafe.space/SsLXmBY0DEKdYOC7TbX8/media/651c81b548d6613019e6e957.jpeg" alt class="img-round-corners img-border-none img-shadow-none img-effects-none" data-animation-class loading="lazy"></div></div></div><!----><span></span><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----></div><!--]--><!--]--></div><!----><!----><!----><!----><span></span><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----></div><!--]--><!--]--></div><!----><!----><!----><!----><span></span><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----></div><!--]--><!--]--></div><!----><!----><!----><!----><span></span><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----></div><!--]--><!--[--><div class="fullSection none noBorder radius0 none c-section c-wrapper section-hdXQ6NcJ8c" style="" id="section-hdXQ6NcJ8c"><!----><!----><div class="inner"><!----><!--[--><!--[--><div class="row-align-center none noBorder radius0 none c-row c-wrapper row-pq1f3vypey" id="row-pq1f3vypey"><!----><!----><div class="inner"><!----><!--[--><!--[--><div class="none noBorder radius0 none c-column c-wrapper col-wU-CnSCY5y" id="col-wU-CnSCY5y"><!----><!----><div class="vertical inner"><!----><!--[--><!--[--><div id="image-O_l9CY7qMG" class="c-image c-wrapper image-O_l9CY7qMG"><!----><!----><!----><!----><!----><div style="cursor:default;" class="image-container cimage-O_l9CY7qMG"><div><div><img style="" src="https://assets.cdn.filesafe.space/SsLXmBY0DEKdYOC7TbX8/media/66c0120f71b5f116fb86d5df.jpeg" alt class="img-round-corners img-border-none img-shadow-none img-effects-none" data-animation-class loading="lazy"></div></div></div><!----><span></span><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----></div><!--]--><!--]--></div><!----><!----><!----><!----><span></span><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----></div><!--]--><!--[--><div class="none noBorder radius0 none c-column c-wrapper col-M-pkB7rzzB" id="col-M-pkB7rzzB"><!----><!----><div class="vertical inner"><!----><!--[--><!--[--><div id="paragraph-V-obQMotyi" class="c-paragraph c-wrapper"><!----><!----><!----><div class="paragraph-V-obQMotyi text-output cparagraph-V-obQMotyi none noBorder radius0 none" data-animation-class style=""><div><p>April began her entrepreneurial journey in 2010 as a Life Coach, and authored her first book <a target="_blank" rel="noopener noreferrer" href="https://amzn.to/4dNUOJ2">Ride the Wave: Journey to Peaceful Living</a> in 2012. She continued her coaching, writing and speaking until a new opportunity presented itself.</p><p></p><p>In 2019, April launched O'Leary Publishing after being asked by a few others if she could help them publish too. To date she has published almost 50 titles for others and speaks often about the power of sharing your story.</p><p></p><p>If you're looking for someone who has been in the trenches of building a business, raising a family and pivoting through personal and professional challenges, April is your girl!</p></div></div><!----><!----><!----><span></span><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----></div><!--]--><!--]--></div><!----><!----><!----><!----><span></span><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----></div><!--]--><!--]--></div><!----><!----><!----><!----><span></span><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----></div><!--]--><!--[--><div class="row-align-center noBorder radius0 none c-row c-wrapper row-5_jyJiIMJp" id="row-5_jyJiIMJp"><!----><!----><div class="inner"><!----><!--[--><!--[--><div class="noBorder radius0 none c-column c-wrapper col--tx2vmkmaN" id="col--tx2vmkmaN"><!----><!----><div class="vertical inner"><!----><!--[--><!--[--><div id="button-jT0yEAgZvL" class="c-button c-wrapper button-jT0yEAgZvL"><!----><!----><!----><!----><!----><!----><!--[--><!----><div><div class="drawer"><div class="drawer__overlay"></div><div class="drawer__content" style="max-width:370px;background-color:#fafafa;"><!--[--><!--]--></div></div></div><a id="button-jT0yEAgZvL_btn" href="https://www.apriloleary.com/contact" target="" data-animation-class="buttonRocking" class="cbutton-jT0yEAgZvL custom btn-vp btn-hp  noBorder radius0 none buttonRocking text-center" style="" aria-label="Click to Schedule a Zoom Consultation with April "><span style="" class="main-heading-group"><span style="margin-right:5px;" class="button-icon-start"></span><span class="main-heading-button">Click to Schedule a Zoom Consultation with April</span><span style="margin-left:5px;" class="button-icon-end"></span></span><!----></a><!----><!----><div><!----></div><!----><!----><!--]--><span></span><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----></div><!--]--><!--]--></div><!----><!----><!----><!----><span></span><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----></div><!--]--><!--]--></div><!----><!----><!----><!----><span></span><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----></div><!--]--><!--]--></div><!----><!----><!----><!----><span></span><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----></div><!--]--><!--[--><div class="fullSection none noBorder radius0 none c-section c-wrapper section-MuBl9y5TIr" style="" id="section-MuBl9y5TIr"><!----><!----><div class="inner"><!----><!--[--><!--[--><div class="row-align-center none noBorder radius0 none c-row c-wrapper row--jAGnQo2B3" id="row--jAGnQo2B3"><!----><!----><div class="inner"><!----><!--[--><!--[--><div class="none noBorder radius0 none c-column c-wrapper col-Z0qUpzb_F-" id="col-Z0qUpzb_F-"><!----><!----><div class="vertical inner"><!----><!--[--><!--[--><div id="heading-ecNLCiZb0W" class="c-heading c-wrapper"><!----><!----><!----><div class="heading-ecNLCiZb0W text-output cheading-ecNLCiZb0W none noBorder radius0 none" data-animation-class style=""><div><h1><strong>Event Availability</strong></h1></div></div><!----><!----><!----><span></span><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----></div><!--]--><!--[--><div id="sub-heading-uhjHRKS2NB" class="c-sub-heading c-wrapper"><!----><!----><!----><div class="sub-heading-uhjHRKS2NB text-output csub-heading-uhjHRKS2NB none noBorder radius0 none" data-animation-class style=""><div><h2>I am happy to work with you in-person or virtually.</h2></div></div><!----><!----><!----><span></span><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----></div><!--]--><!--]--></div><!----><!----><!----><!----><span></span><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----></div><!--]--><!--]--></div><!----><!----><!----><!----><span></span><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----></div><!--]--><!--[--><div class="row-align-center none noBorder radius0 none c-row c-wrapper row-qlMn59pYIR" id="row-qlMn59pYIR"><!----><!----><div class="inner"><!----><!--[--><!--[--><div class="none borderFull radius10 none c-column c-wrapper col-bO1o2L4TLu" id="col-bO1o2L4TLu"><!----><!----><div class="vertical inner"><!----><!--[--><!--[--><div id="heading-7yV_yJgLtd" class="c-heading c-wrapper"><!----><!----><!----><div class="heading-7yV_yJgLtd text-output cheading-7yV_yJgLtd none noBorder radius0 none" data-animation-class style=""><div><h1><strong>Opening Keynotes</strong></h1></div></div><!----><!----><!----><span></span><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----></div><!--]--><!--[--><div id="paragraph-2mhh-rrT9m" class="c-paragraph c-wrapper"><!----><!----><!----><div class="paragraph-2mhh-rrT9m text-output cparagraph-2mhh-rrT9m none noBorder radius0 none" data-animation-class style=""><div><p>Starting off your event with humor and heart is important. I'll welcome your attendees with positive energy and excitement for what is to come during your impactful event. The opening keynote sets the tone, so I'll work with you to ensure it aligns perfectly with your event's goals. </p></div></div><!----><!----><!----><span></span><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----></div><!--]--><!--]--></div><!----><!----><!----><!----><span></span><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----></div><!--]--><!--[--><div class="none borderFull radius10 none c-column c-wrapper col-QUCuZajfmW" id="col-QUCuZajfmW"><!----><!----><div class="vertical inner"><!----><!--[--><!--[--><div id="heading-oxbhBkN6EA" class="c-heading c-wrapper"><!----><!----><!----><div class="heading-oxbhBkN6EA text-output cheading-oxbhBkN6EA none noBorder radius0 none" data-animation-class style=""><div><h1><strong>Closing Keynotes</strong></h1></div></div><!----><!----><!----><span></span><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----></div><!--]--><!--[--><div id="paragraph-NCrdfaoyZW" class="c-paragraph c-wrapper"><!----><!----><!----><div class="paragraph-NCrdfaoyZW text-output cparagraph-NCrdfaoyZW none noBorder radius0 none" data-animation-class style=""><div><p>It's been said that <em>people don't remember what you said, but they remember how you made them feel</em>. After this keynote, your attendees will have a heart full of hope, inspiration and motivation. They'll be glad they came to your event and will be ready to put what they’ve learned into action. </p></div></div><!----><!----><!----><span></span><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----></div><!--]--><!--]--></div><!----><!----><!----><!----><span></span><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----></div><!--]--><!--[--><div class="none borderFull radius10 none c-column c-wrapper col-u8Ukli_yy0" id="col-u8Ukli_yy0"><!----><!----><div class="vertical inner"><!----><!--[--><!--[--><div id="heading-yGXvDD8lqZ" class="c-heading c-wrapper"><!----><!----><!----><div class="heading-yGXvDD8lqZ text-output cheading-yGXvDD8lqZ none noBorder radius0 none" data-animation-class style=""><div><h1><strong>Panel Discussions</strong></h1></div></div><!----><!----><!----><span></span><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----></div><!--]--><!--[--><div id="paragraph-nTmKQtY_Wt" class="c-paragraph c-wrapper"><!----><!----><!----><div class="paragraph-nTmKQtY_Wt text-output cparagraph-nTmKQtY_Wt none noBorder radius0 none" data-animation-class style=""><div><p>I love being on panel discussions and sharing my thoughts on a range of topics that will leave your audience feeling empowered and inspired. As a panel member, I’ll bring my experience to complement the group and align with your event’s theme.</p></div></div><!----><!----><!----><span></span><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----></div><!--]--><!--]--></div><!----><!----><!----><!----><span></span><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----></div><!--]--><!--[--><div class="none borderFull radius10 none c-column c-wrapper col-I3QKdg6MTm" id="col-I3QKdg6MTm"><!----><!----><div class="vertical inner"><!----><!--[--><!--[--><div id="heading-N-0e5XigU1" class="c-heading c-wrapper"><!----><!----><!----><div class="heading-N-0e5XigU1 text-output cheading-N-0e5XigU1 none noBorder radius0 none" data-animation-class style=""><div><h1><strong>Workshops</strong></h1></div></div><!----><!----><!----><span></span><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----></div><!--]--><!--[--><div id="paragraph-_UI7SEIWjF" class="c-paragraph c-wrapper"><!----><!----><!----><div class="paragraph-_UI7SEIWjF text-output cparagraph-_UI7SEIWjF none noBorder radius0 none" data-animation-class style=""><div><p>As a trained educator, I love diving deeper into actionable workshops and developing hands-on activities.  I keep it interactive, challenging everyone to overcome adversity and embrace a life of joy. My sessions are engaging, motivational, and practical for everyone.</p></div></div><!----><!----><!----><span></span><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----></div><!--]--><!--]--></div><!----><!----><!----><!----><span></span><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----></div><!--]--><!--]--></div><!----><!----><!----><!----><span></span><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----></div><!--]--><!--]--></div><!----><!----><!----><!----><span></span><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----></div><!--]--><!--[--><div class="fullSection none noBorder radius0 none c-section c-wrapper section-CqHsPokPRl" style="" id="section-CqHsPokPRl"><!----><!----><div class="inner"><!----><!--[--><!--[--><div class="row-align-center none noBorder radius0 none c-row c-wrapper row--4WTqVX-Pip" id="row--4WTqVX-Pip"><!----><!----><div class="inner"><!----><!--[--><!--[--><div class="c-column c-wrapper col-lxmJ0W9PmIF" id="col-lxmJ0W9PmIF"><!----><!----><div class="none noBorder radius0 none bg bgCover vertical inner"><!----><!--[--><!--[--><div id="sub-heading-W1OH0sDTrt5" class="c-sub-heading c-wrapper"><!----><!----><!----><div class="sub-heading-W1OH0sDTrt5 text-output csub-heading-W1OH0sDTrt5 none noBorder radius0 none" data-animation-class style=""><div><h2>Copyright 2026 . All rights reserved.</h2></div></div><!----><!----><!----><span></span><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----></div><!--]--><!--[--><div id="sub-heading-0QaRoUgOgtW" class="c-sub-heading c-wrapper"><!----><!----><!----><div class="sub-heading-0QaRoUgOgtW text-output csub-heading-0QaRoUgOgtW none noBorder radius0 none" data-animation-class style=""><div><h2>This website was created and is maintained by <a target="_blank" rel="noopener noreferrer" href="https://olearypublishing.com/"><strong>O'Leary Publishing</strong></a></h2></div></div><!----><!----><!----><span></span><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----></div><!--]--><!--]--></div><!----><!----><!----><!----><span></span><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----></div><!--]--><!--]--></div><!----><!----><!----><!----><span></span><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----></div><!--]--><!--]--></div><!----><!----><!----><!----><span></span><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----></div><!--]--><!--]--></div></div><!----><!----><!----></div><!--]--></div><!--]--><!--]--></div><div id="teleports"></div><script>window.__NUXT__={};window.__NUXT__.config={public:{baseUrl:"https://apisystem.tech",newBaseURL:"https://backend.leadconnectorhq.com/appengine",serverBaseUrl:"https://apisystem.tech",NODE_ENV:"production",OLD_STORAGE_API_URL1_CDN:"https://cdn.msgsndr.com",OLD_STORAGE_API_URL2_CDN:"https://assets.cdn.msgsndr.com",STORAGE_API_URL1_CDN:"https://cdn.filesafe.space",STORAGE_API_URL2_CDN:"https://assets.cdn.filesafe.space",REVIEW_WIDGET_URL:"https://backend.leadconnectorhq.com/appengine/reviews/get_widget/",REST_API_URLS:"https://backend.leadconnectorhq.com",STATS_API_URL:"https://backend.leadconnectorhq.com",paymentsServiceUrl:"https://backend.leadconnectorhq.com",HLS_URL:"https://content.apisystem.tech",IMAGE_CDN:"https://images.leadconnectorhq.com",IMAGE_CDN_WHITELIST:["assets.cdn.msgsndr.com","cdn.msgsndr.com","cdn.filesafe.space","assets.cdn.filesafe.space","storage.googleapis.com","firebasestorage.googleapis.com"],authorizeAcceptJsUrlTestMode:"https://jstest.authorize.net/v1/Accept.js",authorizeAcceptJsUrlLiveMode:"https://js.authorize.net/v1/Accept.js",nmiPaymentProviderScriptUrl:"https://secure.safewebservices.com/token/Collect.js",FORMS_SERVICE_URL:"https://backend.leadconnectorhq.com",SURVEYS_SERVICE_URL:"https://backend.leadconnectorhq.com",QR_CODE_SERVICE_URL:"https://backend.leadconnectorhq.com",GOOGLE_API_SERVICE_URL:"https://services.leadconnectorhq.com/common-google",ECOMMERCE_SERVICE_URL:"https://backend.leadconnectorhq.com/ecommerce",HL_HOMEPAGE_STEPID:"6dcfb06b-9734-44bd-bbcc-8bd4b7fec976",STRIPE_BNPL_CONFIGURATION_TEST:"pmc_1OaAR1FpU9DlKp7RH0HHU4xH",STRIPE_BNPL_CONFIGURATION_LIVE:"pmc_1OlnyOFpU9DlKp7R4tTHuihw",STRIPE_PMC_KEY_TEST:"pmc_1Ps2bTFpU9DlKp7RmgTzmJUL",STRIPE_PMC_KEY_LIVE:"pmc_1PzYYpFpU9DlKp7RcgxVmcvS",STRIPE_DEFAULT_CONFIGURATION_TEST:"pmc_1M95aRFpU9DlKp7ReIqqY0PP",STRIPE_DEFAULT_CONFIGURATION_LIVE:"pmc_1NYilsFpU9DlKp7RkMiUNrKE",STRIPE_DEFAULT_CONFIGURATION_TEST_SURVEY:"pmc_1QrvB7FpU9DlKp7RcL9L2idV",STRIPE_DEFAULT_CONFIGURATION_LIVE_SURVEY:"pmc_1Qwds7FpU9DlKp7RMCBlclQ0",STRIPE_DEFAULT_CONFIGURATION_TEST_FORM:"pmc_1Qodu1FpU9DlKp7RoWHB8Txx",STRIPE_DEFAULT_CONFIGURATION_LIVE_FORM:"pmc_1QwcV0FpU9DlKp7RORUHPK8B",STRIPE_CARD_ONLY_TEST_PMC:"pmc_1PVvmcFpU9DlKp7RFsjX5G7G",STRIPE_CARD_ONLY_LIVE_PMC:"pmc_1PVvogFpU9DlKp7Rj8F0ITLV",ENTERPRISE_RECAPTCHA_SITE_KEY:"6LeDBFwpAAAAAJe8ux9-imrqZ2ueRsEtdiWoDDpX",ENTERPRISE_RECAPTCHA_CHECKBOX_SITE_KEY:"6Lfjxx4sAAAAAIsnmlR5mKNS7QwIWqDjABW2SUu7",STRIPE_ONE_STEP_PMC_ID_TEST:"pmc_1QodqYFpU9DlKp7R8EIapiwE",STRIPE_TWO_STEP_PMC_ID_TEST:"pmc_1QodsEFpU9DlKp7RHRyay2KC",STRIPE_ONE_STEP_PMC_ID_LIVE:"pmc_1QwcLrFpU9DlKp7Rl9zb07x1",STRIPE_TWO_STEP_PMC_ID_LIVE:"pmc_1QwcP4FpU9DlKp7R4L0ytWkJ",RECAPTCHA_SITE_KEY:"6LfcbMseAAAAAI-EJoB-lUh7_TJaYloLbcbmnhEO",i18n:{baseUrl:"",defaultLocale:"en",defaultDirection:"ltr",strategy:"no_prefix",lazy:true,rootRedirect:"",routesNameSeparator:"___",defaultLocaleRouteNameSuffix:"default",skipSettingLocaleOnNavigate:true,differentDomains:false,trailingSlash:false,detectBrowserLanguage:{alwaysRedirect:false,cookieCrossOrigin:false,cookieDomain:"",cookieKey:"i18n_redirected",cookieSecure:false,fallbackLocale:"",redirectOn:"root",useCookie:true},experimental:{localeDetector:"",switchLocalePathLinkSSR:false,autoImportTranslationFunctions:false,typedPages:true,typedOptionsAndMessages:false,generatedLocaleFilePathFormat:"absolute",alternateLinkCanonicalQueries:false,hmr:true},multiDomainLocales:false,domainLocales:{da:{domain:""},de:{domain:""},en:{domain:""},es:{domain:""},fi:{domain:""},"fr-ca":{domain:""},fr:{domain:""},hu:{domain:""},it:{domain:""},nl:{domain:""},no:{domain:""},pl:{domain:""},"pt-br":{domain:""},pt:{domain:""},sv:{domain:""}}}},app:{baseURL:"/",buildId:"b3f804b0-b784-4e9f-b5a8-232b70d3b883",buildAssetsDir:"/_preview/",cdnURL:"https://stcdn.leadconnectorhq.com/"}}</script><script type="application/json" data-nuxt-data="nuxt-app" data-ssr="true" id="__NUXT_DATA__">[["ShallowReactive",1],{"data":2,"state":1400,"once":1534,"_errors":1535,"serverRendered":48},["ShallowReactive",3],{"pageData":4},{"elements":5,"popup":1376,"fontsToLoad":1377,"customFonts":1378,"meta":1379,"domainName":1391,"pageUrl":1392,"pageId":1393,"pageName":115,"locationId":1394,"headerCode":45,"footerCode":45,"popupsList":1395,"favicon":1396,"globalHeadTrackingCode":45,"globalBodyTrackingCode":45,"funnelId":1397,"funnelName":1398,"stepId":118,"affiliateId":-1,"cookieConsent":-1,"disablePageLevelCookieConsent":41,"pixelToInit":1399,"isOptimisePageLoad":48,"backgroundSettingsClass":47,"schemaMarkup":152,"isGeolocationNeeded":41},[6,17,54,79,107,175,198,220,245,261,277,297,318,342,358,372,396,427,441,462,482,510,524,538,552,566,580,601,620,643,657,677,699,715,737,763,784,804,826,846,868,882,900,921,965,987,1006,1030,1044,1058,1080,1105,1119,1133,1156,1170,1184,1207,1221,1235,1258,1272,1286,1307,1326,1348,1362],{"id":7,"child":8},"hl_main",[9,10,11,12,13,14,15,16],"section-kscgD3WVhB","section-rGk00vp8cX","section-dB6nPHIPFo","section-TFfGaNfgnd","section-qYqvnwPC1n","section-hdXQ6NcJ8c","section-MuBl9y5TIr","section-CqHsPokPRl",{"id":9,"type":18,"child":19,"class":21,"styles":32,"extra":36,"meta":18,"tagName":52,"title":53,"_id":9,"isGlobal":48},"section",[20],"row-SQy_wNoEbT",{"width":22,"boxShadow":24,"borders":26,"borderRadius":28,"radiusEdge":30},{"value":23},"fullSection",{"value":25},"shadow40",{"value":27},"noBorder",{"value":29},"radius0",{"value":31},"none",{"borderWidth":33},{"value":34,"unit":35},"2","px",{"sticky":37,"visibility":39,"bgImage":42,"allowRowMaxWidth":49,"customClass":50},{"value":38},"stickyTop",{"value":40},{"hideDesktop":41,"hideMobile":41},false,{"value":43},{"mediaType":44,"url":45,"opacity":46,"options":47,"svgCode":45,"videoUrl":45,"videoThumbnail":45,"videoLoop":48},"image","","1","bgCover",true,{"value":48},{"value":51},[],"c-section","Header",{"id":20,"type":55,"child":56,"class":58,"styles":65,"extra":67,"tagName":77,"meta":55,"title":78},"row",[57],"col-mg4GiwO8az",{"alignRow":59,"boxShadow":61,"borders":62,"borderRadius":63,"radiusEdge":64},{"value":60},"row-align-center",{"value":31},{"value":27},{"value":29},{"value":31},{"borderWidth":66},{"value":34,"unit":35},{"visibility":68,"bgImage":70,"rowWidth":72,"customClass":75},{"value":69},{"hideDesktop":41,"hideMobile":41},{"value":71},{"mediaType":44,"url":45,"opacity":46,"options":47,"svgCode":45,"videoUrl":45,"videoThumbnail":45,"videoLoop":48},{"value":73,"unit":74},100,"%",{"value":76},[],"c-row","1 Column Row",{"id":57,"type":80,"child":81,"class":83,"styles":88,"extra":90,"tagName":105,"meta":80,"title":106},"col",[82],"nav-menu-g8tRE-tvXl",{"boxShadow":84,"borders":85,"borderRadius":86,"radiusEdge":87},{"value":31},{"value":27},{"value":29},{"value":31},{"borderWidth":89},{"value":34,"unit":35},{"visibility":91,"bgImage":93,"columnLayout":95,"justifyContentColumnLayout":96,"alignContentColumnLayout":98,"forceColumnLayoutForMobile":100,"customClass":101,"elementVersion":103},{"value":92},{"hideDesktop":41,"hideMobile":41},{"value":94},{"mediaType":44,"url":45,"opacity":46,"options":47,"svgCode":45,"videoUrl":45,"videoThumbnail":45,"videoLoop":48},{"value":55},{"value":97},"flex-start",{"value":99},"inherit",{"value":48},{"value":102},[],{"value":104},2,"c-column","1st Column",{"extra":108,"id":82,"meta":165,"tagName":166,"class":167,"styles":171},{"nodeId":109,"visibility":110,"menuItems":112,"mobileFontSize":137,"desktopFontSize":139,"typography":140,"icon":142,"text":148,"imageProperties":150,"includeLogoInMenu":156,"imageActions":157,"visitWebsite":158,"includeHeadlineInMenu":160,"menuLayout":161,"customClass":163},"cnav-menu-g8tRE-tvXl",{"value":111},{"hideDesktop":45,"hideMobile":45},{"value":113},[114,120,125,131],{"id":46,"title":115,"goTo":116,"url":117,"goToId":118,"openInNewTab":41,"childs":119},"Home","go-to-funnel-step","#home","d71db5b8-bf04-46a1-926a-7f3e48d5f460",[],{"id":34,"title":121,"goTo":116,"url":122,"goToId":123,"openInNewTab":41,"childs":124},"Books","#about","2d80a209-cbe0-496a-8317-d7131a9123fb",[],{"id":126,"title":127,"goTo":116,"url":128,"goToId":129,"openInNewTab":41,"childs":130},"3","Media","#contact","dda63526-ca77-4a60-8e18-4c3492ce195c",[],{"id":132,"title":133,"goTo":116,"url":134,"goToId":135,"openInNewTab":41,"childs":136},"menu-item-TUX5_x1ZTK","Contact April","#new-menu-item","548ddc67-da12-451c-b8e7-e34a63256509",[],{"value":138,"unit":35},18,{"value":138,"unit":35},{"value":141},"var(--headlinefont)",{"value":143},{"name":144,"unicode":145,"fontFamily":146,"color":147},"bars","f0c9","Font Awesome 5 Free","var(--black)",{"value":149},"\u003Cp>\u003Cstrong>Business Name\u003C/strong>\u003C/p>",{"value":151},{"width":152,"height":153,"url":154,"altText":155,"compression":48,"placeholderBase64":45,"servingUrl":45,"imageMeta":45},null,"100px","https://storage.googleapis.com/msgsndr/SsLXmBY0DEKdYOC7TbX8/media/66c01717809108e51fb8884c.png","April O'Leary",{"value":48},{"value":31},{"value":159},{"url":45,"newTab":41},{"value":41},{"value":162},"default",{"value":164},[],"nav-menu","c-nav-menu",{"borders":168,"borderRadius":169,"radiusEdge":170},{"value":27},{"value":29},{"value":31},{"borderWidth":172,"iconColor":173},{"value":34,"unit":35},{"value":174},"var(--color-lsuorsnv)",{"id":10,"type":18,"child":176,"class":178,"styles":184,"extra":186,"meta":18,"tagName":52,"title":197,"_id":10},[177],"row-34t5TFaCv3",{"width":179,"boxShadow":180,"borders":181,"borderRadius":182,"radiusEdge":183},{"value":23},{"value":31},{"value":27},{"value":29},{"value":31},{"borderWidth":185},{"value":34,"unit":35},{"sticky":187,"visibility":189,"bgImage":191,"allowRowMaxWidth":194,"customClass":195},{"value":188},"noneSticky",{"value":190},{"hideDesktop":41,"hideMobile":41},{"value":192},{"url":45,"opacity":46,"options":47,"svgCode":45,"videoUrl":45,"videoThumbnail":45,"mediaType":193,"videoLoop":48},"video",{"value":48},{"value":196},[],"Section",{"id":177,"type":55,"child":199,"class":201,"styles":207,"extra":209,"tagName":77,"meta":55,"title":78},[200],"col-I3daDJb4ON",{"alignRow":202,"boxShadow":203,"borders":204,"borderRadius":205,"radiusEdge":206},{"value":60},{"value":31},{"value":27},{"value":29},{"value":31},{"borderWidth":208},{"value":34,"unit":35},{"visibility":210,"bgImage":212,"rowWidth":216,"customClass":218},{"value":211},{"hideDesktop":41,"hideMobile":41},{"value":213},{"url":214,"opacity":46,"options":215,"svgCode":45,"videoUrl":45,"videoThumbnail":45,"mediaType":44,"videoLoop":48,"servingUrl":45,"placeholderBase64":45,"imageMeta":45,"showSvgToggle":41},"https://storage.googleapis.com/msgsndr/SsLXmBY0DEKdYOC7TbX8/media/66031ad16047135ca58f93d2.jpeg","full-center",{"value":217,"unit":74},"100",{"value":219},[],{"id":200,"type":80,"child":221,"class":224,"styles":229,"extra":231,"tagName":105,"meta":80,"title":106},[222,223],"heading-2VXlBJSFNJ","sub-heading-wGXaSC9_Ti",{"boxShadow":225,"borders":226,"borderRadius":227,"radiusEdge":228},{"value":31},{"value":27},{"value":29},{"value":31},{"borderWidth":230},{"value":34,"unit":35},{"visibility":232,"bgImage":234,"columnLayout":236,"justifyContentColumnLayout":238,"alignContentColumnLayout":240,"forceColumnLayoutForMobile":241,"customClass":242,"elementVersion":244},{"value":233},{"hideDesktop":41,"hideMobile":41},{"value":235},{"mediaType":44,"url":45,"opacity":46,"options":47,"svgCode":45,"videoUrl":45,"videoThumbnail":45,"videoLoop":48},{"value":237},"column",{"value":239},"flex-end",{"value":99},{"value":48},{"value":243},[],{"value":104},{"extra":246,"id":222,"tagName":254,"class":255,"meta":260},{"visibility":247,"text":249,"nodeId":251,"customClass":252},{"value":248},{"hideMobile":45,"hideDesktop":45},{"value":250},"\u003Ch1>\u003Cstrong>Publisher  Author  Speaker\u003C/strong>\u003C/h1>","cheading-2VXlBJSFNJ",{"value":253},[],"c-heading",{"boxShadow":256,"borders":257,"borderRadius":258,"radiusEdge":259},{"value":31},{"value":27},{"value":29},{"value":31},"heading",{"extra":262,"id":223,"tagName":270,"class":271,"meta":276},{"visibility":263,"text":265,"nodeId":267,"customClass":268},{"value":264},{"hideMobile":45,"hideDesktop":45},{"value":266},"\u003Ch2>April O'Leary is an engaging storyteller who will bring humor and heart to your event. She will share with your audience the power of embracing your story as your inherent superpower to accomplish more than you ever dreamed possible.\u003C/h2>","csub-heading-wGXaSC9_Ti",{"value":269},[],"c-sub-heading",{"boxShadow":272,"borders":273,"borderRadius":274,"radiusEdge":275},{"value":31},{"value":27},{"value":29},{"value":31},"sub-heading",{"id":11,"type":18,"child":278,"class":280,"styles":286,"extra":288,"meta":18,"tagName":52,"title":197,"_id":11},[279],"row-c2jqvCxC7G",{"width":281,"boxShadow":282,"borders":283,"borderRadius":284,"radiusEdge":285},{"value":23},{"value":31},{"value":27},{"value":29},{"value":31},{"borderWidth":287},{"value":34,"unit":35},{"sticky":289,"visibility":290,"bgImage":292,"allowRowMaxWidth":294,"customClass":295},{"value":188},{"value":291},{"hideDesktop":41,"hideMobile":41},{"value":293},{"mediaType":44,"url":45,"opacity":46,"options":47,"svgCode":45,"videoUrl":45,"videoThumbnail":45,"videoLoop":48},{"value":41},{"value":296},[],{"id":279,"type":55,"child":298,"class":301,"styles":307,"extra":309,"tagName":77,"meta":55,"title":317},[299,300],"col-M3PypePMGe","col-1WkJjm9vo8",{"alignRow":302,"boxShadow":303,"borders":304,"borderRadius":305,"radiusEdge":306},{"value":60},{"value":31},{"value":27},{"value":29},{"value":31},{"borderWidth":308},{"value":34,"unit":35},{"visibility":310,"bgImage":312,"rowWidth":314,"customClass":315},{"value":311},{"hideDesktop":41,"hideMobile":41},{"value":313},{"mediaType":44,"url":45,"opacity":46,"options":47,"svgCode":45,"videoUrl":45,"videoThumbnail":45,"videoLoop":48},{"value":73,"unit":74},{"value":316},[],"2 Column Row",{"id":300,"type":80,"child":319,"class":322,"styles":327,"extra":329,"tagName":105,"meta":80,"title":106},[320,321],"heading-DP0K5SuTlo","bulletList-_4MV-vALFU",{"boxShadow":323,"borders":324,"borderRadius":325,"radiusEdge":326},{"value":31},{"value":27},{"value":29},{"value":31},{"borderWidth":328},{"value":34,"unit":35},{"visibility":330,"bgImage":332,"columnLayout":334,"justifyContentColumnLayout":335,"alignContentColumnLayout":337,"forceColumnLayoutForMobile":338,"customClass":339,"elementVersion":341},{"value":331},{"hideDesktop":41,"hideMobile":41},{"value":333},{"mediaType":44,"url":45,"opacity":46,"options":47,"svgCode":45,"videoUrl":45,"videoThumbnail":45,"videoLoop":48},{"value":237},{"value":336},"space-evenly",{"value":99},{"value":48},{"value":340},[],{"value":104},{"extra":343,"id":321,"tagName":351,"class":352,"meta":357},{"visibility":344,"text":346,"nodeId":348,"customClass":349},{"value":345},{"hideMobile":45,"hideDesktop":45},{"value":347},"\u003Cul>\u003Cli>\u003Cp>A customized talk for your particular event and audience\u003C/p>\u003C/li>\u003Cli>\u003Cp>A straightforward process to book\u003C/p>\u003C/li>\u003Cli>\u003Cp>A professional presentation with humor and heart\u003C/p>\u003C/li>\u003Cli>\u003Cp>A feel-good, story-based talk to inspire your audience to live their best life\u003C/p>\u003C/li>\u003Cli>\u003Cp>An easy-going experience from start to finish\u003C/p>\u003C/li>\u003Cli>\u003Cp>She brings fun and a personable approach to everything she does\u003C/p>\u003C/li>\u003Cli>\u003Cp>She can customize talks on the power of writing, leaving a legacy, finding your passion, navigating transition and more.\u003C/p>\u003Cp>\u003C/p>\u003C/li>\u003C/ul>","cbulletList-_4MV-vALFU",{"value":350},[],"c-bullet-list",{"boxShadow":353,"borders":354,"borderRadius":355,"radiusEdge":356},{"value":31},{"value":27},{"value":29},{"value":31},"bulletList",{"extra":359,"id":320,"tagName":254,"class":367,"meta":260},{"visibility":360,"text":362,"nodeId":364,"customClass":365},{"value":361},{"hideMobile":45,"hideDesktop":45},{"value":363},"\u003Ch1>\u003Cstrong>What You'll Get\u003C/strong>\u003C/h1>","cheading-DP0K5SuTlo",{"value":366},[],{"boxShadow":368,"borders":369,"borderRadius":370,"radiusEdge":371},{"value":31},{"value":27},{"value":29},{"value":31},{"id":299,"type":80,"child":373,"class":376,"styles":381,"extra":383,"tagName":105,"meta":80,"title":395},[374,375],"heading-1TfWuE4iWh","video-1ckXGMJYZE",{"boxShadow":377,"borders":378,"borderRadius":379,"radiusEdge":380},{"value":31},{"value":27},{"value":29},{"value":31},{"borderWidth":382},{"value":34,"unit":35},{"visibility":384,"bgImage":386,"columnLayout":388,"justifyContentColumnLayout":389,"alignContentColumnLayout":390,"forceColumnLayoutForMobile":391,"customClass":392,"elementVersion":394},{"value":385},{"hideDesktop":41,"hideMobile":41},{"value":387},{"mediaType":44,"url":45,"opacity":46,"options":47,"svgCode":45,"videoUrl":45,"videoThumbnail":45,"videoLoop":48},{"value":237},{"value":336},{"value":99},{"value":48},{"value":393},[],{"value":104},"2nd Column",{"extra":397,"id":375,"tagName":421,"meta":193,"class":422},{"visibility":398,"videoProperties":400,"playBackControls":414,"leadVideoOptions":415,"checkStep":416,"customClass":418,"nodeId":420},{"value":399},{"hideMobile":45,"hideDesktop":45},{"value":401},{"width":73,"url":402,"thumbnailURL":403,"autoplay":404,"controls":405,"type":406,"embedURL":407,"selfHostedVideo":408},"https://vimeo.com/983655545?share=copy","https://i.vimeocdn.com/video/1899062946-9aa2e26ac076d050b8c6cac630cf7a0cd5ecf7ac177bf36514976bb6b94364e1-d_1280.jpg",0,1,"vimeo","https://player.vimeo.com/video/983655545?app_id=122963&autoplay=0&controls=1",{"id":409,"name":410,"thumbnail":411,"thumbnailName":412,"url":413},"662c460f8f22b95f85316c60","Kendra Petty ‘Speaker Reel’ 2024.mp4","https://storage.googleapis.com/msgsndr/Ti07blKN4YQ1rai5jNyn/media/660d9edce56c79d857fbc5a8.jpeg","Hero Image - Kendra.jpg","https://storage.googleapis.com/msgsndr/Ti07blKN4YQ1rai5jNyn/media/662c460f8f22b95f85316c60.mp4",{"autoplay":48,"allowPlayPause":48,"playBackSpeed":48,"showPendingTime":41,"showProgressBar":48,"showFullScreenToggle":48},{"isLeadGenVideo":41,"isVideoPlayAllowed":41,"timeStamp":404,"formElement":152},{"checkStep":41,"step":417},{},{"value":419},[],"cvideo-1ckXGMJYZE","c-video",{"boxShadow":423,"borders":424,"borderRadius":425,"radiusEdge":426},{"value":31},{"value":27},{"value":29},{"value":31},{"extra":428,"id":374,"tagName":254,"class":436,"meta":260},{"visibility":429,"text":431,"nodeId":433,"customClass":434},{"value":430},{"hideMobile":45,"hideDesktop":45},{"value":432},"\u003Ch1>\u003Cstrong>April's Speaker Reel\u003C/strong>\u003C/h1>","cheading-1TfWuE4iWh",{"value":435},[],{"boxShadow":437,"borders":438,"borderRadius":439,"radiusEdge":440},{"value":31},{"value":27},{"value":29},{"value":31},{"id":12,"type":18,"child":442,"class":444,"styles":450,"extra":452,"meta":18,"tagName":52,"title":461,"_id":12,"isGlobal":48},[443],"row-v20iWw6lnV",{"width":445,"boxShadow":446,"borders":447,"borderRadius":448,"radiusEdge":449},{"value":23},{"value":31},{"value":27},{"value":29},{"value":31},{"borderWidth":451},{"value":46,"unit":35},{"sticky":453,"visibility":454,"bgImage":456,"allowRowMaxWidth":458,"customClass":459},{"value":188},{"value":455},{"hideDesktop":41,"hideMobile":48},{"value":457},{"mediaType":44,"url":45,"opacity":46,"options":47,"svgCode":45,"videoUrl":45,"videoThumbnail":45,"videoLoop":48},{"value":48},{"value":460},[],"Logo Scroll",{"id":443,"type":55,"child":463,"class":465,"styles":471,"extra":473,"tagName":77,"meta":55,"title":481},[464],"col-nchiiTvVGS",{"alignRow":466,"boxShadow":467,"borders":468,"borderRadius":469,"radiusEdge":470},{"value":60},{"value":31},{"value":27},{"value":29},{"value":31},{"borderWidth":472},{"value":34,"unit":35},{"visibility":474,"bgImage":476,"rowWidth":478,"customClass":479},{"value":475},{"hideDesktop":41,"hideMobile":48},{"value":477},{"mediaType":44,"url":45,"opacity":46,"options":47,"svgCode":45,"videoUrl":45,"videoThumbnail":45,"videoLoop":48},{"value":73,"unit":74},{"value":480},[],"Logo Slider Row",{"id":464,"type":80,"child":483,"class":491,"styles":496,"extra":498,"tagName":105,"meta":80,"title":509},[484,485,486,487,488,489,490],"heading-ThSXJPMR0B","heading-TFrtbXaucXK","heading-12R7NClLoF","heading-J_l3jWk-cM","heading-rwwIEKH47u","heading-Pb7eL8jwiw","heading-IuXDCyxl5XU",{"boxShadow":492,"borders":493,"borderRadius":494,"radiusEdge":495},{"value":31},{"value":27},{"value":29},{"value":31},{"borderWidth":497},{"value":34,"unit":35},{"visibility":499,"bgImage":501,"columnLayout":503,"justifyContentColumnLayout":504,"alignContentColumnLayout":505,"forceColumnLayoutForMobile":506,"customClass":507},{"value":500},{"hideDesktop":41,"hideMobile":41},{"value":502},{"mediaType":44,"url":45,"opacity":46,"options":47,"svgCode":45,"videoUrl":45,"videoThumbnail":45,"videoLoop":48},{"value":55},{"value":336},{"value":97},{"value":48},{"value":508},[],"6th Column",{"extra":511,"id":488,"tagName":254,"class":519,"meta":260},{"visibility":512,"text":514,"nodeId":516,"customClass":517},{"value":513},{"hideMobile":45,"hideDesktop":45},{"value":515},"\u003Cp>“April and her team personify the words customer service. I should probably get out my thesaurus to fully verbalize all of the positive things I have to say about this company. April is the first person you meet. She's friendly, down to earth, positive, and encouraging.”\u003C/p>\u003Cp>\u003C/p>\u003Cp>\u003Cstrong>Joy Good, Author\u003C/strong>\u003C/p>","cheading-rwwIEKH47u",{"value":518},[],{"boxShadow":520,"borders":521,"borderRadius":522,"radiusEdge":523},{"value":31},{"value":27},{"value":29},{"value":31},{"extra":525,"id":484,"tagName":254,"class":533,"meta":260},{"visibility":526,"text":528,"nodeId":530,"customClass":531},{"value":527},{"hideMobile":45,"hideDesktop":45},{"value":529},"\u003Cp>Thank you April and O’Leary publishing for giving me the opportunity to share my story with the world through my book, She Looks Fine. Thank you also for inviting me to be one of your Keynote speakers at your event. You and your staff are not only professional but made my experience enjoyable..\"\u003C/p>\u003Cp>\u003C/p>\u003Cp>\u003Cstrong>Kir\u003C/strong>\u003C/p>","cheading-ThSXJPMR0B",{"value":532},[],{"boxShadow":534,"borders":535,"borderRadius":536,"radiusEdge":537},{"value":31},{"value":27},{"value":29},{"value":31},{"extra":539,"id":486,"tagName":254,"class":547,"meta":260},{"visibility":540,"text":542,"nodeId":544,"customClass":545},{"value":541},{"hideMobile":45,"hideDesktop":45},{"value":543},"\u003Cp>“After all the twists and turns, I ended up with a beautiful product, that, thanks to their help, was actually BETTER than I had envisioned it in the beginning. So, thank you, April, and Team. Everything you did is greatly appreciated, and I look forward to more projects in the future. You have my absolute highest recommendation!”\u003C/p>\u003Cp>\u003C/p>\u003Cp>\u003Cstrong>Thomas Hudson, MD, Author\u003C/strong>\u003C/p>","cheading-12R7NClLoF",{"value":546},[],{"boxShadow":548,"borders":549,"borderRadius":550,"radiusEdge":551},{"value":31},{"value":27},{"value":29},{"value":31},{"extra":553,"id":489,"tagName":254,"class":561,"meta":260},{"visibility":554,"text":556,"nodeId":558,"customClass":559},{"value":555},{"hideMobile":45,"hideDesktop":45},{"value":557},"\u003Cp>“April O'Leary is a rare find in the business landscape. She navigates publishing, speaking, and launching people to their next level with style!”\u003C/p>\u003Cp>\u003Cstrong>\u003Cbr>Anne Hagan, President, Naples Sunrise Bay Toastmasters Club\u003C/strong>\u003C/p>","cheading-Pb7eL8jwiw",{"value":560},[],{"boxShadow":562,"borders":563,"borderRadius":564,"radiusEdge":565},{"value":31},{"value":27},{"value":29},{"value":31},{"extra":567,"id":487,"tagName":254,"class":575,"meta":260},{"visibility":568,"text":570,"nodeId":572,"customClass":573},{"value":569},{"hideMobile":45,"hideDesktop":45},{"value":571},"\u003Cp>“April is ridiculously knowledgable about the book industry, AND she's a delightful person in general. She is honest and forthright (which is so important when you're looking for someone to help you with your book baby) while always maintaining a very friendly, approachable atmosphere. Highly recommend!”\u003C/p>\u003Cp>\u003Cstrong>\u003Cbr>Amanda Nell Edgar, Page &amp; Podium Press\u003C/strong>\u003C/p>","cheading-J_l3jWk-cM",{"value":574},[],{"boxShadow":576,"borders":577,"borderRadius":578,"radiusEdge":579},{"value":31},{"value":27},{"value":29},{"value":31},{"id":13,"type":18,"child":581,"class":584,"styles":590,"extra":592,"meta":18,"tagName":52,"title":197,"_id":13},[582,583],"row-oTpNc-oi5F","row-MxQb1VnZq9",{"width":585,"boxShadow":586,"borders":587,"borderRadius":588,"radiusEdge":589},{"value":23},{"value":31},{"value":27},{"value":29},{"value":31},{"borderWidth":591},{"value":34,"unit":35},{"sticky":593,"visibility":594,"bgImage":596,"allowRowMaxWidth":598,"customClass":599},{"value":188},{"value":595},{"hideDesktop":41,"hideMobile":41},{"value":597},{"mediaType":44,"url":45,"opacity":46,"options":47,"svgCode":45,"videoUrl":45,"videoThumbnail":45,"videoLoop":48},{"value":48},{"value":600},[],{"id":582,"type":55,"child":602,"class":604,"styles":610,"extra":612,"tagName":77,"meta":55,"title":78},[603],"col-yLi0u06cHd",{"alignRow":605,"boxShadow":606,"borders":607,"borderRadius":608,"radiusEdge":609},{"value":60},{"value":31},{"value":27},{"value":29},{"value":31},{"borderWidth":611},{"value":34,"unit":35},{"visibility":613,"bgImage":615,"rowWidth":617,"customClass":618},{"value":614},{"hideDesktop":41,"hideMobile":41},{"value":616},{"mediaType":44,"url":45,"opacity":46,"options":47,"svgCode":45,"videoUrl":45,"videoThumbnail":45,"videoLoop":48},{"value":73,"unit":74},{"value":619},[],{"id":603,"type":80,"child":621,"class":623,"styles":628,"extra":630,"tagName":105,"meta":80,"title":106},[622],"heading-A1-JUH1nJu",{"boxShadow":624,"borders":625,"borderRadius":626,"radiusEdge":627},{"value":31},{"value":27},{"value":29},{"value":31},{"borderWidth":629},{"value":34,"unit":35},{"visibility":631,"bgImage":633,"columnLayout":635,"justifyContentColumnLayout":636,"alignContentColumnLayout":638,"forceColumnLayoutForMobile":639,"customClass":640,"elementVersion":642},{"value":632},{"hideDesktop":41,"hideMobile":41},{"value":634},{"mediaType":44,"url":45,"opacity":46,"options":47,"svgCode":45,"videoUrl":45,"videoThumbnail":45,"videoLoop":48},{"value":237},{"value":637},"center",{"value":99},{"value":48},{"value":641},[],{"value":104},{"extra":644,"id":622,"tagName":254,"class":652,"meta":260},{"visibility":645,"text":647,"nodeId":649,"customClass":650},{"value":646},{"hideMobile":45,"hideDesktop":45},{"value":648},"\u003Ch1>\u003Cstrong>About April\u003C/strong>\u003C/h1>","cheading-A1-JUH1nJu",{"value":651},[],{"boxShadow":653,"borders":654,"borderRadius":655,"radiusEdge":656},{"value":31},{"value":27},{"value":29},{"value":31},{"id":583,"type":55,"child":658,"class":661,"styles":667,"extra":669,"tagName":77,"meta":55,"title":78},[659,660],"col-M_SL6dOkPx","col-p7GofpLq7R",{"alignRow":662,"boxShadow":663,"borders":664,"borderRadius":665,"radiusEdge":666},{"value":60},{"value":31},{"value":27},{"value":29},{"value":31},{"borderWidth":668},{"value":34,"unit":35},{"visibility":670,"bgImage":672,"rowWidth":674,"customClass":675},{"value":671},{"hideDesktop":41,"hideMobile":41},{"value":673},{"mediaType":44,"url":45,"opacity":46,"options":47,"svgCode":45,"videoUrl":45,"videoThumbnail":45,"videoLoop":48},{"value":73,"unit":74},{"value":676},[],{"id":659,"type":80,"child":678,"class":680,"styles":685,"extra":687,"tagName":105,"meta":80,"title":106},[679],"paragraph-mo6z7bpcKx",{"boxShadow":681,"borders":682,"borderRadius":683,"radiusEdge":684},{"value":31},{"value":27},{"value":29},{"value":31},{"borderWidth":686},{"value":34,"unit":35},{"visibility":688,"bgImage":690,"columnLayout":692,"justifyContentColumnLayout":693,"alignContentColumnLayout":694,"forceColumnLayoutForMobile":695,"customClass":696,"elementVersion":698},{"value":689},{"hideDesktop":41,"hideMobile":41},{"value":691},{"mediaType":44,"url":45,"opacity":46,"options":47,"svgCode":45,"videoUrl":45,"videoThumbnail":45,"videoLoop":48},{"value":237},{"value":97},{"value":99},{"value":48},{"value":697},[],{"value":104},{"extra":700,"id":679,"tagName":708,"class":709,"meta":714},{"visibility":701,"text":703,"nodeId":705,"customClass":706},{"value":702},{"hideMobile":45,"hideDesktop":45},{"value":704},"\u003Cp>April O'Leary is the owner of \u003Ca target=\"_blank\" rel=\"noopener noreferrer\" href=\"https://olearypublishing.com/\">O'Leary Publishing\u003C/a>, an independent book publishing company specializing in brand-building books for experts, professionals and leaders. She hosts the annual \u003Ca target=\"_blank\" rel=\"noopener noreferrer\" href=\"https://youtube.com/playlist?list=PLUbAQiR4dgslNBpghxLMfLaCl9puokvA2&amp;si=x4BIbFfNJsSQzHBY\">Booked Naples\u003C/a> speaker event and built the \u003Ca target=\"_self\" rel=\"noopener noreferrer\" href=\"https://naplesspeakers.com/\">Naples Speakers\u003C/a> to serve the southwest Florida area.\u003C/p>\u003Cp>\u003C/p>\u003Cp>April has a degree in Education from Northeastern IL University and a Life Coaching certification. She is the creator and host of the \u003Ca target=\"_blank\" rel=\"noopener noreferrer\" href=\"https://olearypublishing.com/podcast\">I'm Booked Podcast\u003C/a> featuring authors and publishing industry experts and the author of six books. She resides in Naples, Florida, and is a mother of three daughters and has a Persian cat named Cloud. \u003C/p>","cparagraph-mo6z7bpcKx",{"value":707},[],"c-paragraph",{"boxShadow":710,"borders":711,"borderRadius":712,"radiusEdge":713},{"value":31},{"value":27},{"value":29},{"value":31},"paragraph",{"id":660,"type":80,"child":716,"class":718,"styles":723,"extra":725,"tagName":105,"meta":80,"title":106},[717],"image-iKKgkF-Dmm",{"boxShadow":719,"borders":720,"borderRadius":721,"radiusEdge":722},{"value":31},{"value":27},{"value":29},{"value":31},{"borderWidth":724},{"value":34,"unit":35},{"visibility":726,"bgImage":728,"columnLayout":730,"justifyContentColumnLayout":731,"alignContentColumnLayout":732,"forceColumnLayoutForMobile":733,"customClass":734,"elementVersion":736},{"value":727},{"hideDesktop":41,"hideMobile":41},{"value":729},{"mediaType":44,"url":45,"opacity":46,"options":47,"svgCode":45,"videoUrl":45,"videoThumbnail":45,"videoLoop":48,"servingUrl":45,"placeholderBase64":45,"imageMeta":45},{"value":237},{"value":97},{"value":99},{"value":48},{"value":735},[],{"value":104},{"extra":738,"id":717,"meta":44,"tagName":753,"class":754},{"nodeId":739,"visibility":740,"imageActions":742,"visitWebsite":743,"imageProperties":745,"theme":748,"customClass":750,"elementVersion":752,"downloadFile":45},"cimage-iKKgkF-Dmm",{"value":741},{"hideDesktop":45,"hideMobile":45},{"value":31},{"value":744},{"url":45,"newTab":41},{"value":746},{"url":747,"compression":48},"https://storage.googleapis.com/msgsndr/SsLXmBY0DEKdYOC7TbX8/media/651c81b548d6613019e6e957.jpeg",{"value":749},"brand",{"value":751},[],{"value":104},"c-image",{"imageRadius":755,"imageBorder":757,"imageShadow":759,"imageEffects":761},{"value":756},"img-round-corners",{"value":758},"img-border-none",{"value":760},"img-shadow-none",{"value":762},"img-effects-none",{"id":14,"type":18,"child":764,"class":767,"styles":773,"extra":775,"meta":18,"tagName":52,"title":197,"_id":14},[765,766],"row-pq1f3vypey","row-5_jyJiIMJp",{"width":768,"boxShadow":769,"borders":770,"borderRadius":771,"radiusEdge":772},{"value":23},{"value":31},{"value":27},{"value":29},{"value":31},{"borderWidth":774},{"value":34,"unit":35},{"sticky":776,"visibility":777,"bgImage":779,"allowRowMaxWidth":781,"customClass":782},{"value":188},{"value":778},{"hideDesktop":41,"hideMobile":41},{"value":780},{"mediaType":44,"url":45,"opacity":46,"options":47,"svgCode":45,"videoUrl":45,"videoThumbnail":45,"videoLoop":48},{"value":48},{"value":783},[],{"id":765,"type":55,"child":785,"class":788,"styles":794,"extra":796,"tagName":77,"meta":55,"title":317},[786,787],"col-wU-CnSCY5y","col-M-pkB7rzzB",{"alignRow":789,"boxShadow":790,"borders":791,"borderRadius":792,"radiusEdge":793},{"value":60},{"value":31},{"value":27},{"value":29},{"value":31},{"borderWidth":795},{"value":34,"unit":35},{"visibility":797,"bgImage":799,"rowWidth":801,"customClass":802},{"value":798},{"hideDesktop":41,"hideMobile":41},{"value":800},{"mediaType":44,"url":45,"opacity":46,"options":47,"svgCode":45,"videoUrl":45,"videoThumbnail":45,"videoLoop":48},{"value":73,"unit":74},{"value":803},[],{"id":786,"type":80,"child":805,"class":807,"styles":812,"extra":814,"tagName":105,"meta":80,"title":395},[806],"image-O_l9CY7qMG",{"boxShadow":808,"borders":809,"borderRadius":810,"radiusEdge":811},{"value":31},{"value":27},{"value":29},{"value":31},{"borderWidth":813},{"value":34,"unit":35},{"visibility":815,"bgImage":817,"columnLayout":819,"justifyContentColumnLayout":820,"alignContentColumnLayout":821,"forceColumnLayoutForMobile":822,"customClass":823,"elementVersion":825},{"value":816},{"hideDesktop":41,"hideMobile":41},{"value":818},{"mediaType":44,"url":45,"opacity":46,"options":47,"svgCode":45,"videoUrl":45,"videoThumbnail":45,"videoLoop":48},{"value":237},{"value":97},{"value":99},{"value":48},{"value":824},[],{"value":104},{"extra":827,"id":806,"meta":44,"tagName":753,"class":841},{"nodeId":828,"visibility":829,"imageActions":831,"visitWebsite":832,"imageProperties":834,"theme":837,"customClass":838,"elementVersion":840,"downloadFile":45},"cimage-O_l9CY7qMG",{"value":830},{"hideDesktop":45,"hideMobile":45},{"value":31},{"value":833},{"url":45,"newTab":41},{"value":835},{"url":836,"compression":48},"https://storage.googleapis.com/msgsndr/SsLXmBY0DEKdYOC7TbX8/media/66c0120f71b5f116fb86d5df.jpeg",{"value":749},{"value":839},[],{"value":104},{"imageRadius":842,"imageBorder":843,"imageShadow":844,"imageEffects":845},{"value":756},{"value":758},{"value":760},{"value":762},{"id":787,"type":80,"child":847,"class":849,"styles":854,"extra":856,"tagName":105,"meta":80,"title":395},[848],"paragraph-V-obQMotyi",{"boxShadow":850,"borders":851,"borderRadius":852,"radiusEdge":853},{"value":31},{"value":27},{"value":29},{"value":31},{"borderWidth":855},{"value":34,"unit":35},{"visibility":857,"bgImage":859,"columnLayout":861,"justifyContentColumnLayout":862,"alignContentColumnLayout":863,"forceColumnLayoutForMobile":864,"customClass":865,"elementVersion":867},{"value":858},{"hideDesktop":41,"hideMobile":41},{"value":860},{"mediaType":44,"url":45,"opacity":46,"options":47,"svgCode":45,"videoUrl":45,"videoThumbnail":45,"videoLoop":48},{"value":237},{"value":97},{"value":99},{"value":48},{"value":866},[],{"value":104},{"extra":869,"id":848,"tagName":708,"class":877,"meta":714},{"visibility":870,"text":872,"nodeId":874,"customClass":875},{"value":871},{"hideMobile":45,"hideDesktop":45},{"value":873},"\u003Cp>April began her entrepreneurial journey in 2010 as a Life Coach, and authored her first book \u003Ca target=\"_blank\" rel=\"noopener noreferrer\" href=\"https://amzn.to/4dNUOJ2\">Ride the Wave: Journey to Peaceful Living\u003C/a> in 2012. She continued her coaching, writing and speaking until a new opportunity presented itself.\u003C/p>\u003Cp>\u003C/p>\u003Cp>In 2019, April launched O'Leary Publishing after being asked by a few others if she could help them publish too. To date she has published almost 50 titles for others and speaks often about the power of sharing your story.\u003C/p>\u003Cp>\u003C/p>\u003Cp>If you're looking for someone who has been in the trenches of building a business, raising a family and pivoting through personal and professional challenges, April is your girl!\u003C/p>","cparagraph-V-obQMotyi",{"value":876},[],{"boxShadow":878,"borders":879,"borderRadius":880,"radiusEdge":881},{"value":31},{"value":27},{"value":29},{"value":31},{"id":766,"type":55,"child":883,"class":885,"styles":890,"extra":892,"tagName":77,"meta":55,"title":78},[884],"col--tx2vmkmaN",{"alignRow":886,"borders":887,"borderRadius":888,"radiusEdge":889},{"value":60},{"value":27},{"value":29},{"value":31},{"borderWidth":891},{"value":34,"unit":35},{"visibility":893,"bgImage":895,"rowWidth":897,"customClass":898},{"value":894},{"hideDesktop":41,"hideMobile":41},{"value":896},{"mediaType":44,"url":45,"opacity":46,"options":47,"svgCode":45,"videoUrl":45,"videoThumbnail":45,"videoLoop":48},{"value":73,"unit":74},{"value":899},[],{"id":884,"type":80,"child":901,"class":903,"styles":907,"extra":909,"tagName":105,"meta":80,"title":106},[902],"button-jT0yEAgZvL",{"borders":904,"borderRadius":905,"radiusEdge":906},{"value":27},{"value":29},{"value":31},{"borderWidth":908},{"value":34,"unit":35},{"visibility":910,"bgImage":912,"columnLayout":914,"justifyContentColumnLayout":915,"alignContentColumnLayout":916,"forceColumnLayoutForMobile":917,"customClass":918,"elementVersion":920},{"value":911},{"hideDesktop":41,"hideMobile":41},{"value":913},{"mediaType":44,"url":45,"opacity":46,"options":47,"svgCode":45,"videoUrl":45,"videoThumbnail":45,"videoLoop":48},{"value":237},{"value":637},{"value":99},{"value":48},{"value":919},[],{"value":104},{"extra":922,"id":902,"tagName":950,"meta":951,"class":952},{"visibility":923,"text":925,"subText":927,"productId":928,"action":930,"visitWebsite":931,"downloadFile":932,"hideElements":933,"showElements":934,"scrollToElement":935,"stepPath":936,"saleAction":937,"phoneNumber":938,"emailAddress":939,"popupId":940,"storeProductId":941,"storeProductPriceId":943,"storeCollectionId":945,"customClass":947,"nodeId":949},{"value":924},{"hideMobile":45,"hideDesktop":45},{"value":926},"Click to Schedule a Zoom Consultation with April",{},{"value":929},{},{"value":116},{},{},{},{},{},{"value":135},{},{},{},{},{"value":942},{},{"value":944},{},{"value":946},{},{"value":948},[],"cbutton-jT0yEAgZvL","c-button","button",{"buttonBgStyle":953,"buttonVp":955,"buttonHp":957,"hoverAnimation":959,"borders":960,"borderRadius":961,"radiusEdge":962,"entranceAnimation":963},{"value":954},"custom",{"value":956},"btn-vp",{"value":958},"btn-hp",{"value":152},{"value":27},{"value":29},{"value":31},{"value":964},"buttonRocking",{"id":15,"type":18,"child":966,"class":969,"styles":975,"extra":977,"meta":18,"tagName":52,"title":986,"_id":15,"isGlobal":48},[967,968],"row--jAGnQo2B3","row-qlMn59pYIR",{"width":970,"boxShadow":971,"borders":972,"borderRadius":973,"radiusEdge":974},{"value":23},{"value":31},{"value":27},{"value":29},{"value":31},{"borderWidth":976},{"value":34,"unit":35},{"sticky":978,"visibility":979,"bgImage":981,"allowRowMaxWidth":983,"customClass":984},{"value":188},{"value":980},{"hideDesktop":41,"hideMobile":41},{"value":982},{"mediaType":44,"url":45,"opacity":46,"options":47,"svgCode":45,"videoUrl":45,"videoThumbnail":45,"videoLoop":48},{"value":48},{"value":985},[],"Speaking Engagements",{"id":967,"type":55,"child":988,"class":990,"styles":996,"extra":998,"tagName":77,"meta":55,"title":317},[989],"col-Z0qUpzb_F-",{"alignRow":991,"boxShadow":992,"borders":993,"borderRadius":994,"radiusEdge":995},{"value":60},{"value":31},{"value":27},{"value":29},{"value":31},{"borderWidth":997},{"value":34,"unit":35},{"visibility":999,"bgImage":1001,"rowWidth":1003,"customClass":1004},{"value":1000},{"hideDesktop":41,"hideMobile":41},{"value":1002},{"mediaType":44,"url":45,"opacity":46,"options":47,"svgCode":45,"videoUrl":45,"videoThumbnail":45,"videoLoop":48},{"value":73,"unit":74},{"value":1005},[],{"id":989,"type":80,"child":1007,"class":1010,"styles":1015,"extra":1017,"tagName":105,"meta":80,"title":395},[1008,1009],"heading-ecNLCiZb0W","sub-heading-uhjHRKS2NB",{"boxShadow":1011,"borders":1012,"borderRadius":1013,"radiusEdge":1014},{"value":31},{"value":27},{"value":29},{"value":31},{"borderWidth":1016},{"value":34,"unit":35},{"visibility":1018,"bgImage":1020,"columnLayout":1022,"justifyContentColumnLayout":1023,"alignContentColumnLayout":1025,"forceColumnLayoutForMobile":1026,"customClass":1027,"elementVersion":1029},{"value":1019},{"hideDesktop":41,"hideMobile":41},{"value":1021},{"mediaType":44,"url":45,"opacity":46,"options":47,"svgCode":45,"videoUrl":45,"videoThumbnail":45,"videoLoop":48},{"value":237},{"value":1024},"space-around",{"value":99},{"value":48},{"value":1028},[],{"value":104},{"extra":1031,"id":1008,"tagName":254,"class":1039,"meta":260},{"visibility":1032,"text":1034,"nodeId":1036,"customClass":1037},{"value":1033},{"hideMobile":45,"hideDesktop":45},{"value":1035},"\u003Ch1>\u003Cstrong>Event Availability\u003C/strong>\u003C/h1>","cheading-ecNLCiZb0W",{"value":1038},[],{"boxShadow":1040,"borders":1041,"borderRadius":1042,"radiusEdge":1043},{"value":31},{"value":27},{"value":29},{"value":31},{"extra":1045,"id":1009,"tagName":270,"class":1053,"meta":276},{"visibility":1046,"text":1048,"nodeId":1050,"customClass":1051},{"value":1047},{"hideMobile":45,"hideDesktop":45},{"value":1049},"\u003Ch2>I am happy to work with you in-person or virtually.\u003C/h2>","csub-heading-uhjHRKS2NB",{"value":1052},[],{"boxShadow":1054,"borders":1055,"borderRadius":1056,"radiusEdge":1057},{"value":31},{"value":27},{"value":29},{"value":31},{"id":968,"type":55,"child":1059,"class":1064,"styles":1070,"extra":1072,"tagName":77,"meta":55,"title":317},[1060,1061,1062,1063],"col-bO1o2L4TLu","col-QUCuZajfmW","col-u8Ukli_yy0","col-I3QKdg6MTm",{"alignRow":1065,"boxShadow":1066,"borders":1067,"borderRadius":1068,"radiusEdge":1069},{"value":60},{"value":31},{"value":27},{"value":29},{"value":31},{"borderWidth":1071},{"value":34,"unit":35},{"visibility":1073,"bgImage":1075,"rowWidth":1077,"customClass":1078},{"value":1074},{"hideDesktop":41,"hideMobile":41},{"value":1076},{"mediaType":44,"url":45,"opacity":46,"options":47,"svgCode":45,"videoUrl":45,"videoThumbnail":45,"videoLoop":48},{"value":73,"unit":74},{"value":1079},[],{"id":1060,"type":80,"child":1081,"class":1084,"styles":1091,"extra":1093,"tagName":105,"meta":80,"title":395},[1082,1083],"heading-7yV_yJgLtd","paragraph-2mhh-rrT9m",{"boxShadow":1085,"borders":1086,"borderRadius":1088,"radiusEdge":1090},{"value":31},{"value":1087},"borderFull",{"value":1089},"radius10",{"value":31},{"borderWidth":1092},{"value":34,"unit":35},{"visibility":1094,"bgImage":1096,"columnLayout":1098,"justifyContentColumnLayout":1099,"alignContentColumnLayout":1100,"forceColumnLayoutForMobile":1101,"customClass":1102,"elementVersion":1104},{"value":1095},{"hideDesktop":41,"hideMobile":41},{"value":1097},{"mediaType":44,"url":45,"opacity":46,"options":47,"svgCode":45,"videoUrl":45,"videoThumbnail":45,"videoLoop":48},{"value":237},{"value":97},{"value":99},{"value":48},{"value":1103},[],{"value":104},{"extra":1106,"id":1082,"tagName":254,"class":1114,"meta":260},{"visibility":1107,"text":1109,"nodeId":1111,"customClass":1112},{"value":1108},{"hideMobile":45,"hideDesktop":45},{"value":1110},"\u003Ch1>\u003Cstrong>Opening Keynotes\u003C/strong>\u003C/h1>","cheading-7yV_yJgLtd",{"value":1113},[],{"boxShadow":1115,"borders":1116,"borderRadius":1117,"radiusEdge":1118},{"value":31},{"value":27},{"value":29},{"value":31},{"extra":1120,"id":1083,"tagName":708,"class":1128,"meta":714},{"visibility":1121,"text":1123,"nodeId":1125,"customClass":1126},{"value":1122},{"hideMobile":45,"hideDesktop":45},{"value":1124},"\u003Cp>Starting off your event with humor and heart is important. I'll welcome your attendees with positive energy and excitement for what is to come during your impactful event. The opening keynote sets the tone, so I'll work with you to ensure it aligns perfectly with your event's goals. \u003C/p>","cparagraph-2mhh-rrT9m",{"value":1127},[],{"boxShadow":1129,"borders":1130,"borderRadius":1131,"radiusEdge":1132},{"value":31},{"value":27},{"value":29},{"value":31},{"id":1061,"type":80,"child":1134,"class":1137,"styles":1142,"extra":1144,"tagName":105,"meta":80,"title":395},[1135,1136],"heading-oxbhBkN6EA","paragraph-NCrdfaoyZW",{"boxShadow":1138,"borders":1139,"borderRadius":1140,"radiusEdge":1141},{"value":31},{"value":1087},{"value":1089},{"value":31},{"borderWidth":1143},{"value":34,"unit":35},{"visibility":1145,"bgImage":1147,"columnLayout":1149,"justifyContentColumnLayout":1150,"alignContentColumnLayout":1151,"forceColumnLayoutForMobile":1152,"customClass":1153,"elementVersion":1155},{"value":1146},{"hideDesktop":41,"hideMobile":41},{"value":1148},{"mediaType":44,"url":45,"opacity":46,"options":47,"svgCode":45,"videoUrl":45,"videoThumbnail":45,"videoLoop":48},{"value":237},{"value":97},{"value":99},{"value":48},{"value":1154},[],{"value":104},{"extra":1157,"id":1135,"tagName":254,"class":1165,"meta":260},{"visibility":1158,"text":1160,"nodeId":1162,"customClass":1163},{"value":1159},{"hideMobile":45,"hideDesktop":45},{"value":1161},"\u003Ch1>\u003Cstrong>Closing Keynotes\u003C/strong>\u003C/h1>","cheading-oxbhBkN6EA",{"value":1164},[],{"boxShadow":1166,"borders":1167,"borderRadius":1168,"radiusEdge":1169},{"value":31},{"value":27},{"value":29},{"value":31},{"extra":1171,"id":1136,"tagName":708,"class":1179,"meta":714},{"visibility":1172,"text":1174,"nodeId":1176,"customClass":1177},{"value":1173},{"hideMobile":45,"hideDesktop":45},{"value":1175},"\u003Cp>It's been said that \u003Cem>people don't remember what you said, but they remember how you made them feel\u003C/em>. After this keynote, your attendees will have a heart full of hope, inspiration and motivation. They'll be glad they came to your event and will be ready to put what they’ve learned into action. \u003C/p>","cparagraph-NCrdfaoyZW",{"value":1178},[],{"boxShadow":1180,"borders":1181,"borderRadius":1182,"radiusEdge":1183},{"value":31},{"value":27},{"value":29},{"value":31},{"id":1062,"type":80,"child":1185,"class":1188,"styles":1193,"extra":1195,"tagName":105,"meta":80,"title":395},[1186,1187],"heading-yGXvDD8lqZ","paragraph-nTmKQtY_Wt",{"boxShadow":1189,"borders":1190,"borderRadius":1191,"radiusEdge":1192},{"value":31},{"value":1087},{"value":1089},{"value":31},{"borderWidth":1194},{"value":34,"unit":35},{"visibility":1196,"bgImage":1198,"columnLayout":1200,"justifyContentColumnLayout":1201,"alignContentColumnLayout":1202,"forceColumnLayoutForMobile":1203,"customClass":1204,"elementVersion":1206},{"value":1197},{"hideDesktop":41,"hideMobile":41},{"value":1199},{"mediaType":44,"url":45,"opacity":46,"options":47,"svgCode":45,"videoUrl":45,"videoThumbnail":45,"videoLoop":48},{"value":237},{"value":97},{"value":99},{"value":48},{"value":1205},[],{"value":104},{"extra":1208,"id":1186,"tagName":254,"class":1216,"meta":260},{"visibility":1209,"text":1211,"nodeId":1213,"customClass":1214},{"value":1210},{"hideMobile":45,"hideDesktop":45},{"value":1212},"\u003Ch1>\u003Cstrong>Panel Discussions\u003C/strong>\u003C/h1>","cheading-yGXvDD8lqZ",{"value":1215},[],{"boxShadow":1217,"borders":1218,"borderRadius":1219,"radiusEdge":1220},{"value":31},{"value":27},{"value":29},{"value":31},{"extra":1222,"id":1187,"tagName":708,"class":1230,"meta":714},{"visibility":1223,"text":1225,"nodeId":1227,"customClass":1228},{"value":1224},{"hideMobile":45,"hideDesktop":45},{"value":1226},"\u003Cp>I love being on panel discussions and sharing my thoughts on a range of topics that will leave your audience feeling empowered and inspired. As a panel member, I’ll bring my experience to complement the group and align with your event’s theme.\u003C/p>","cparagraph-nTmKQtY_Wt",{"value":1229},[],{"boxShadow":1231,"borders":1232,"borderRadius":1233,"radiusEdge":1234},{"value":31},{"value":27},{"value":29},{"value":31},{"id":1063,"type":80,"child":1236,"class":1239,"styles":1244,"extra":1246,"tagName":105,"meta":80,"title":395},[1237,1238],"heading-N-0e5XigU1","paragraph-_UI7SEIWjF",{"boxShadow":1240,"borders":1241,"borderRadius":1242,"radiusEdge":1243},{"value":31},{"value":1087},{"value":1089},{"value":31},{"borderWidth":1245},{"value":34,"unit":35},{"visibility":1247,"bgImage":1249,"columnLayout":1251,"justifyContentColumnLayout":1252,"alignContentColumnLayout":1253,"forceColumnLayoutForMobile":1254,"customClass":1255,"elementVersion":1257},{"value":1248},{"hideDesktop":41,"hideMobile":41},{"value":1250},{"mediaType":44,"url":45,"opacity":46,"options":47,"svgCode":45,"videoUrl":45,"videoThumbnail":45,"videoLoop":48},{"value":237},{"value":97},{"value":99},{"value":48},{"value":1256},[],{"value":104},{"extra":1259,"id":1237,"tagName":254,"class":1267,"meta":260},{"visibility":1260,"text":1262,"nodeId":1264,"customClass":1265},{"value":1261},{"hideMobile":45,"hideDesktop":45},{"value":1263},"\u003Ch1>\u003Cstrong>Workshops\u003C/strong>\u003C/h1>","cheading-N-0e5XigU1",{"value":1266},[],{"boxShadow":1268,"borders":1269,"borderRadius":1270,"radiusEdge":1271},{"value":31},{"value":27},{"value":29},{"value":31},{"extra":1273,"id":1238,"tagName":708,"class":1281,"meta":714},{"visibility":1274,"text":1276,"nodeId":1278,"customClass":1279},{"value":1275},{"hideMobile":45,"hideDesktop":45},{"value":1277},"\u003Cp>As a trained educator, I love diving deeper into actionable workshops and developing hands-on activities.  I keep it interactive, challenging everyone to overcome adversity and embrace a life of joy. My sessions are engaging, motivational, and practical for everyone.\u003C/p>","cparagraph-_UI7SEIWjF",{"value":1280},[],{"boxShadow":1282,"borders":1283,"borderRadius":1284,"radiusEdge":1285},{"value":31},{"value":27},{"value":29},{"value":31},{"id":16,"type":18,"child":1287,"class":1289,"styles":1295,"extra":1297,"meta":18,"tagName":52,"title":1306,"_id":16,"isGlobal":48},[1288],"row--4WTqVX-Pip",{"width":1290,"boxShadow":1291,"borders":1292,"borderRadius":1293,"radiusEdge":1294},{"value":23},{"value":31},{"value":27},{"value":29},{"value":31},{"borderWidth":1296},{"value":34,"unit":35},{"sticky":1298,"visibility":1299,"bgImage":1301,"allowRowMaxWidth":1303,"customClass":1304},{"value":188},{"value":1300},{"hideDesktop":41,"hideMobile":41},{"value":1302},{"url":45,"opacity":46,"options":47,"svgCode":45},{"value":41},{"value":1305},[],"Footer",{"id":1288,"type":55,"child":1308,"class":1310,"styles":1316,"extra":1318,"tagName":77,"meta":55,"title":78},[1309],"col-lxmJ0W9PmIF",{"alignRow":1311,"boxShadow":1312,"borders":1313,"borderRadius":1314,"radiusEdge":1315},{"value":60},{"value":31},{"value":27},{"value":29},{"value":31},{"borderWidth":1317},{"value":34,"unit":35},{"visibility":1319,"bgImage":1321,"rowWidth":1323,"customClass":1324},{"value":1320},{"hideDesktop":41,"hideMobile":41},{"value":1322},{"url":45,"opacity":46,"options":47,"svgCode":45},{"value":73,"unit":74},{"value":1325},[],{"id":1309,"type":80,"child":1327,"class":1330,"styles":1335,"extra":1337,"tagName":105,"meta":80,"title":106},[1328,1329],"sub-heading-W1OH0sDTrt5","sub-heading-0QaRoUgOgtW",{"boxShadow":1331,"borders":1332,"borderRadius":1333,"radiusEdge":1334},{"value":31},{"value":27},{"value":29},{"value":31},{"borderWidth":1336},{"value":34,"unit":35},{"visibility":1338,"bgImage":1340,"columnLayout":1342,"justifyContentColumnLayout":1343,"alignContentColumnLayout":1344,"forceColumnLayoutForMobile":1345,"customClass":1346},{"value":1339},{"hideDesktop":41,"hideMobile":41},{"value":1341},{"url":45,"opacity":46,"options":47,"svgCode":45},{"value":237},{"value":637},{"value":99},{"value":48},{"value":1347},[],{"extra":1349,"id":1328,"tagName":270,"class":1357,"meta":276},{"visibility":1350,"text":1352,"nodeId":1354,"customClass":1355},{"value":1351},{"hideMobile":45,"hideDesktop":45},{"value":1353},"\u003Ch2>Copyright {{right_now.year}} . All rights reserved.\u003C/h2>","csub-heading-W1OH0sDTrt5",{"value":1356},[],{"boxShadow":1358,"borders":1359,"borderRadius":1360,"radiusEdge":1361},{"value":31},{"value":27},{"value":29},{"value":31},{"extra":1363,"id":1329,"tagName":270,"class":1371,"meta":276},{"visibility":1364,"text":1366,"nodeId":1368,"customClass":1369},{"value":1365},{"hideMobile":45,"hideDesktop":45},{"value":1367},"\u003Ch2>This website was created and is maintained by \u003Ca target=\"_blank\" rel=\"noopener noreferrer\" href=\"https://olearypublishing.com/\">\u003Cstrong>O'Leary Publishing\u003C/strong>\u003C/a>\u003C/h2>","csub-heading-0QaRoUgOgtW",{"value":1370},[],{"boxShadow":1372,"borders":1373,"borderRadius":1374,"radiusEdge":1375},{"value":31},{"value":27},{"value":29},{"value":31},[],"https://fonts.googleapis.com/css?family=Lato:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i%7COpen%20Sans:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i%7CMontserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i%7CRoboto:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i%7CQuando:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i%7CQuattrocento%20Sans:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i%7CEncode%20Sans:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i%7CSingle%20Day:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i%7CBeth%20Ellen:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i%7C'Cormorant%20Garamond':100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i%7CPoppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap",[],{"author":1380,"canonicalMeta":1381,"customMeta":1384,"description":1387,"imageUrl":154,"keywords":1388,"language":1389,"title":1390,"isPreviewUrl":41},"O'Leary Publishing",[1382],{"content":1383},"https://kendrapettyofficial.com/home",[1385],{"content":1386,"name":1386},"Speaking","April O'Leary is a book publisher and a professional speaker whose aim is to inspire your audience to embrace their story.","Public speaking, keynote address, author, business speaker, motivational speaker, cult survivor","en","April O'Leary | Publisher - Author - Speaker","www.apriloleary.com","/","7uNM2lMNNs1ZQOnIbkeH","SsLXmBY0DEKdYOC7TbX8",[],"https://storage.googleapis.com/msgsndr/SsLXmBY0DEKdYOC7TbX8/media/66c3796ce8896c1ee0597396.png","l2aVSLRxwxBiovI3Kz9D","April O'Leary | Speaker",[],["Reactive",1401],{"$snuxt-i18n-meta":1402,"$spreviewState":1403,"$smetaPixelOptions":1529,"$stracking-providers":1533,"$stracking-initialized":41},{},{"defaultSettings":1404,"mobileDevice":41,"funnelId":1397,"funnelDomain":1391,"stepId":118,"locationId":1394,"funnelPageId":1393,"locationCode":1486,"funnelNextStep":1487,"fingerprint":45,"funnelNextPageId":1488,"stripePublishableKey":-1,"enablePaymentElement":-1,"merchantLoginId":45,"paypalPublishableKey":45,"merchantAccountId":-1,"stripeAccountId":-1,"isLivePaymentMode":48,"version":1489,"funnelSteps":1490,"cartItems":1502,"funnelName":1398,"orderFormVersion":104,"currency":1503,"businessCurrency":1503,"blogSlug":45,"domain":1391,"pageUrl":1392,"pageName":115,"pageSeo":1504,"affiliateId":-1,"videoExistsInPage":41,"pageType":1505,"contactId":-1,"email":-1,"phone":45,"categoryId":45,"blogSearchTerm":45,"categoryUrlSlug":45,"authorSlug":45,"tagSlug":45,"authorId":45,"defaultPaymentProvider":45,"productCollections":1506,"ecomSelectedCollection":45,"imageOptimizationEnabled":41,"nmiMerchantGatewayId":45,"squareMerchantGatewayId":45,"mercadoPagoUserId":45,"fontsToLoad":1507,"ecomProductId":45,"isGdprCompliant":41,"isOptimisePageLoad":48,"ecommercePage":405,"isBlogActive":41,"blogData":1519,"blogPaths":-1,"blogId":1397,"allowedCookies":1520,"paymentProviderDetails":-1,"events":1521,"searchTerm":45,"countryList":1522,"pixelToInit":1399,"formAction":45,"ecomProduct":1523,"requireCreditCard":48,"haveBlogWidget":41,"isFacebookIAB":41,"userAgent":45,"companyId":1524,"customerLoginToken":45,"cookieConsentList":1525,"cookieConsentExpiry":1526,"mediaFormats":1527,"adyenMerchantGatewayId":45,"webinarProperties":152,"webinarSession":152,"userWebinarSession":152,"productDetailPageStyles":152,"geoCountry":152,"isCurrencyFormattingEnabled":41},{"typography":1405,"background":1424,"percentWidth":1429,"offsetColor":1463,"progressBarSize":1476},{"fonts":1406,"colors":1417},{"headlineFont":1407,"contentFont":1413},{"id":1408,"text":1409,"value":1410},"headlinefont","Headline Font",{"text":1411,"value":1412},"Poppins","var(--poppins)",{"id":1414,"text":1415,"value":1416},"contentfont","Content Font",{"text":1411,"value":1412},{"textColor":1418,"linkColor":1421},{"value":1419},{"label":147,"value":1420},"#000000",{"value":1422},{"label":1423,"value":174},"var(--blue)",{"bgImage":1425,"backgroundColor":1427},{"value":1426},{"url":45,"options":47},{"value":1428},"var(--white)",[1430,1433,1436,1439,1442,1445,1448,1451,1454,1457,1460],{"text":1431,"value":1432},"0 Percent","progress0",{"text":1434,"value":1435},"10 Percent","progress10",{"text":1437,"value":1438},"20 Percent","progress20",{"text":1440,"value":1441},"30 Percent","progress30",{"text":1443,"value":1444},"40 Percent","progress40",{"text":1446,"value":1447},"50 Percent","progress50",{"text":1449,"value":1450},"60 Percent","progress60",{"text":1452,"value":1453},"70 Percent","progress70",{"text":1455,"value":1456},"80 Percent","progress80",{"text":1458,"value":1459},"90 Percent","progress90",{"text":1461,"value":1462},"100 Percent","progress100",[1464,1467,1470,1473],{"text":1465,"value":1466},"White","progressbarOffsetWhite",{"text":1468,"value":1469},"Transparent White","progressbarOffsetTransparentWhite",{"text":1471,"value":1472},"Black","progressbarOffsetBlack",{"text":1474,"value":1475},"Transparent Black","progressbarOffsetTransparentBlack",[1477,1480,1483],{"text":1478,"value":1479},"Small","progressbarSmall",{"text":1481,"value":1482},"Medium","progressbarMedium",{"text":1484,"value":1485},"Large","progressbarLarge","US","/books","fYT1c722XxTVoRlgCJ7u",4,[1491,1494,1495,1499],{"url":1492,"value":118,"type":1493,"sequence":405,"id":1393,"name":115},"/home","optin_funnel_page",{"url":1487,"value":123,"type":1493,"sequence":104,"id":1488,"name":121},{"url":1496,"value":129,"type":1493,"sequence":1497,"id":1498,"name":127},"/media",3,"ruDUCM099tNtw27APyLc",{"url":1500,"value":135,"type":1493,"sequence":1489,"id":1501,"name":133},"/contact","WrfJIHlkqLUobPAiQknS",[],"USD",{"title":1390,"description":1387,"imageUrl":154},"website",[],[1508,1509,1510,1511,1512,1513,1514,1515,1516,1517,1518,1411],"Arial","Lato","Open Sans","Montserrat","Roboto","Quando","Quattrocento Sans","Encode Sans","Single Day","Beth Ellen","'Cormorant Garamond'",{},[],[],[],{},"0mBBwctKZNEDmLiVS0RT",[],["Date","2026-06-14T04:48:44.962Z"],{"formats":1528},[],{"pixelID":152,"disabled":41,"track":1530,"version":1531,"isEnabled":48,"pixelLoaded":41,"manualMode":48,"userData":152,"eventsQueue":1532},"PageView","2.0",[],[],["Set"],["ShallowReactive",1536],{"pageData":-1}]</script></body></html>