.elementor-kit-58989{--e-global-color-primary:#FFFFFF;--e-global-color-secondary:#54595F;--e-global-color-text:#D1C1B0;--e-global-color-accent:#F1AA75;--e-global-color-d3838e9:#6C7C69;--e-global-color-db512ea:#FCEFE1;--e-global-color-da368a2:#FF57DD;--e-global-typography-primary-font-family:"Hedvig Letters Serif";--e-global-typography-primary-font-size:15px;--e-global-typography-primary-font-weight:400;--e-global-typography-primary-font-style:normal;--e-global-typography-primary-line-height:1px;--e-global-typography-secondary-font-family:"Hedvig Letters Serif";--e-global-typography-secondary-font-size:15px;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Hedvig Letters Serif";--e-global-typography-text-font-size:12px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Hedvig Letters Serif";--e-global-typography-accent-font-size:12px;--e-global-typography-accent-font-weight:500;background-color:transparent;background-image:linear-gradient(0deg, var( --e-global-color-text ) 0%, var( --e-global-color-text ) 100%);}.elementor-kit-58989 button:hover,.elementor-kit-58989 button:focus,.elementor-kit-58989 input[type="button"]:hover,.elementor-kit-58989 input[type="button"]:focus,.elementor-kit-58989 input[type="submit"]:hover,.elementor-kit-58989 input[type="submit"]:focus,.elementor-kit-58989 .elementor-button:hover,.elementor-kit-58989 .elementor-button:focus{background-color:var( --e-global-color-accent );color:var( --e-global-color-text );border-style:solid;}.elementor-kit-58989 e-page-transition{background-color:#FFBC7D;}.elementor-kit-58989 input:not([type="button"]):not([type="submit"]),.elementor-kit-58989 textarea,.elementor-kit-58989 .elementor-field-textual{padding:0px 0px 0px 0px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){--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 *//* Container for the tooltip/speech bubble */
.elementor-kit-58989 {
    position: relative; /* Establishes positioning context for child elements */
}

/* Styles for the speech bubble text */
.elementor-kit-58989 .bubble-text {
    visibility: hidden; /* Hidden by default */
    opacity: 0; /* Fully transparent by default */
    width: 120px; /* Width of the speech bubble */
    background-color: #333; /* Background color of the bubble */
    color: #fff; /* Text color */
    text-align: center;
    border-radius: 6px; /* Rounded corners */
    padding: 5px 0; /* Vertical padding, no horizontal padding */
    position: absolute; /* Absolute positioning relative to the '.elementor-kit-58989' */
    z-index: 1000; /* Ensures the bubble appears on top of other elements */
    bottom: 125%; /* Positions the bubble above the icon (icon height + a little extra) */
    left: 50%; /* Starts the bubble at the horizontal center */
    margin-left: -60px; /* Moves the bubble left by half its width to truly center it */
    transition: opacity 0.3s; /* Smooth fade-in/out animation */
    font-size: 14px; /* Font size of the text */
    white-space: nowrap; /* Prevents text from wrapping */
}

/* Styles for the speech bubble's 'tail' (arrow) */
.elementor-kit-58989 .bubble-text::after {
    content: ""; /* Required for pseudo-elements */
    position: absolute;
    top: 100%; /* Positions the tail at the bottom of the bubble */
    left: 50%; /* Centers the tail horizontally */
    margin-left: -5px; /* Moves the tail left by half its width to truly center it */
    border-width: 5px; /* Size of the tail */
    border-style: solid;
    border-color: #333 transparent transparent transparent; /* Colors the tail to match the bubble, making others transparent */
}

/* Shows the bubble on hover */
.elementor-kit-58989:hover .bubble-text {
    visibility: visible; /* Makes the bubble visible */
    opacity: 1; /* Makes the bubble fully opaque */
}/* End custom CSS */