.elementor-kit-9{--e-global-color-primary:#F16C29;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#373737;--e-global-color-accent:#D5380F;--e-global-color-e09e70d:#F16C29;--e-global-color-d6aaf12:#E6E9ED;--e-global-color-ff38c8b:#292929;--e-global-color-bb190ce:#F36041;--e-global-color-48b7b43:#D5380F;--e-global-color-60ca976:#E29023;--e-global-color-c7bba30:#E29023;--e-global-color-01d8fb8:#FFEDD6;--e-global-color-9fb641f:#F4F5F6;--e-global-color-aeb57d3:#DE791D;--e-global-typography-primary-font-family:"Helvetica";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Helvetica";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-weight:500;}.elementor-kit-9 e-page-transition{background-color:#FFBC7D;}.elementor-kit-9 img{filter:brightness( 100% ) contrast( 100% ) saturate( 100% ) blur( 0px ) hue-rotate( 0deg );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1450px;}.e-con{--container-max-width:1450px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS */.hugging-highlight-orange {
    background-color: #df791e; /* Replace with your hex color code */
    padding: 4px 14px; /* Adjust these numbers to change how far the background extends past the text */
    display: inline; /* Forces the background to hug the text */
    -webkit-box-decoration-break: clone; /* CRUCIAL: Ensures the padding looks even on both sides when text breaks to a new line */
    box-decoration-break: clone;
    line-height: 1.8; /* Prevents the backgrounds of wrapped lines from overlapping */
    border-radius: 20px; /* Rounds the edges */
}

.hugging-highlight-cream {
    background-color: #FFEDD6; /* Replace with your hex color code */
    padding: 4px 14px; /* Adjust these numbers to change how far the background extends past the text */
    display: inline; /* Forces the background to hug the text */
    -webkit-box-decoration-break: clone; /* CRUCIAL: Ensures the padding looks even on both sides when text breaks to a new line */
    box-decoration-break: clone;
    line-height: 1.8; /* Prevents the backgrounds of wrapped lines from overlapping */
    border-radius: 20px; /* Rounds the edges */
}

table{
  width: 100%;
  height: 300px;
}

th, td {
  text-align: left;
  padding: 8px;
  border: 2px solid #DDD;
}

.tableheadings {
  background-color: #EEEEEE;
}
tr:hover {background-color: #EEEEEE;}

.hugging-highlight {
    background-color: #000000; /* Replace with your hex color code */
    padding: 4px 8px; /* Adjust these numbers to change how far the background extends past the text */
    display: inline; /* Forces the background to hug the text */
    -webkit-box-decoration-break: clone; /* CRUCIAL: Ensures the padding looks even on both sides when text breaks to a new line */
    box-decoration-break: clone;
    line-height: 1.8; /* Prevents the backgrounds of wrapped lines from overlapping */
}

.call-out {
     transition: all .3s ease-in-out;
}

.call-out:hover {
    transform: scale(1.05);
}

.elementor-kit-9 figure {
    background-color: transparent !important;
    border: none !important;
    padding: 0 !important;
}

.elementor-kit-9 .frm_forms {
    max-width: 100% !important;
    width: 100% !important;
}

.elementor-kit-9 iframe {
    width: 100% !important;
    max-width: 100% !important;
}/* End custom CSS */