.elementor-kit-10688{--e-global-color-primary:#FFFFFF;--e-global-color-secondary:#000000;--e-global-color-text:#FFFFFF;--e-global-color-accent:#7030D0;--e-global-color-e33e332:#334455;--e-global-color-6a19273:#576D83;--e-global-color-0176d83:#961333;--e-global-color-c89a8ab:#FCD56D;--e-global-color-8f9cfb3:#FFF296;--e-global-color-a8d67dd:#CFDEA0;--e-global-color-c10687c:#90B276;--e-global-color-f1fa0f1:#BFCCD9;--e-global-color-e14e205:#92BAE6;--e-global-typography-primary-font-family:"Ubuntu";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Bitter";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Ubuntu";--e-global-typography-text-font-size:20px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.6em;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;--e-global-typography-1cb0f93-font-weight:100;--e-global-typography-1cb0f93-text-transform:uppercase;--e-global-typography-1cb0f93-letter-spacing:0.4px;--e-global-typography-59e6ab1-font-size:26px;--e-global-typography-59e6ab1-font-weight:100;--e-global-typography-59e6ab1-line-height:1.8em;--e-global-typography-610d80c-font-size:50px;--e-global-typography-610d80c-font-weight:700;--e-global-typography-e238e46-font-size:50px;--e-global-typography-e238e46-font-weight:300;--e-global-typography-e238e46-line-height:1.1em;--e-global-typography-e238e46-letter-spacing:0px;--e-global-typography-395184e-font-size:33px;--e-global-typography-395184e-font-weight:400;--e-global-typography-395184e-letter-spacing:1px;--e-global-typography-5f7cde1-font-family:"Bitter";--e-global-typography-5f7cde1-font-size:30px;--e-global-typography-5f7cde1-font-weight:200;--e-global-typography-5f7cde1-font-style:italic;color:#FFFFFF;font-family:"Ubuntu", Sans-serif;background-color:var( --e-global-color-e33e332 );}.elementor-kit-10688 a{color:#7030D0;}.elementor-kit-10688 a:hover{color:#998EF8;}.elementor-kit-10688 h1{font-weight:300;}.elementor-kit-10688 h2{font-size:18px;font-weight:700;line-height:18px;}.elementor-kit-10688 h3{font-size:18px;font-weight:900;line-height:1em;}.elementor-kit-10688 h4{font-size:18px;font-weight:400;font-style:italic;line-height:18px;}.elementor-kit-10688 button,.elementor-kit-10688 input[type="button"],.elementor-kit-10688 input[type="submit"],.elementor-kit-10688 .elementor-button{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );color:var( --e-global-color-primary );background-color:#961333;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-10688 e-page-transition{background-color:#FFBC7D;}@media(max-width:1024px){.elementor-kit-10688{--e-global-typography-text-font-size:20px;--e-global-typography-text-line-height:1.6em;--e-global-typography-1cb0f93-font-size:16px;--e-global-typography-59e6ab1-font-size:22px;--e-global-typography-610d80c-font-size:33px;--e-global-typography-395184e-font-size:24px;}.elementor-kit-10688 button,.elementor-kit-10688 input[type="button"],.elementor-kit-10688 input[type="submit"],.elementor-kit-10688 .elementor-button{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-10688{--e-global-typography-text-font-size:16px;--e-global-typography-text-line-height:1.6em;--e-global-typography-59e6ab1-font-size:18px;--e-global-typography-610d80c-font-size:25px;--e-global-typography-a72163f-font-size:16px;--e-global-typography-395184e-font-size:20px;--e-global-typography-5f7cde1-font-size:16px;}.elementor-kit-10688 button,.elementor-kit-10688 input[type="button"],.elementor-kit-10688 input[type="submit"],.elementor-kit-10688 .elementor-button{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.highlight-me {
  background-color: #C6DB81; /* or your favorite color */
  display: inline-block;     /* ensures top/bottom padding works */
  padding: 0.1em 0;         /* extra space above/below text */
}
      /* Ensure the entire audio player wrapper stays inline with the text */
.compact_audio_player_wrapper, 
.sc_player_container1 {
    display: inline-block !important; /* Force inline-block behavior */
    vertical-align: middle !important; /* Align with text */
    margin-left: 5px; /* Add space between text and player */
}
/* Target the input buttons (play and stop) */
.sc_player_container1 input {
    display: inline-block !important; /* Ensure buttons are inline */
    vertical-align: middle !important; /* Align buttons with text */
    margin: 0 !important; /* Remove any unwanted margins */
    padding: 0 !important; /* Remove unwanted padding */
}

/* Optional: Align any additional child elements inside the player */
#sm2-container {
    display: inline-block !important;
    vertical-align: middle !important;
}
@import url('https://fonts.googleapis.com/css2?family=Bitter:ital,wght@0,100..900;1,100..900&display=swap');

p {
  margin-bottom: 18px;
}

h3 {
  margin-top: 40px;
  margin-bottom: 6px;
  font-weight: bold;
}

h5 {
  margin-top: 25px;
  margin-bottom: 10px;
}

h4 {
  margin-top: 40px;
  margin-bottom: 10px;
  font-family: 'Bitter', serif;
  font-size: 18pt;
  font-style: italic;
}

h2 {
  margin-top: 45px;
  margin-bottom: 6px;
  font-family: 'Bitter', serif;
  font-size: 18pt;
}/* End custom CSS */