.elementor-8228292 .elementor-element.elementor-element-47b90f3{--display:flex;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0;--padding-bottom:var(--lg100);--padding-left:0;--padding-right:0;}.elementor-8228292 .elementor-element.elementor-element-2495f4c{width:100%;max-width:100%;}@media(min-width:768px){.elementor-8228292 .elementor-element.elementor-element-47b90f3{--width:100%;}}/* Start custom CSS */ {
    -webkit-font-smoothing: antialiased;
}

/* || AI Tooltip Style */


.ai-tooltip .e-hotspot__button {
    border: 1px solid #000;
    background: #fff !important
}


.ai-tooltip  .e-hotspot__button:before {
    padding: 2px;
    left: -2px;
    top: -2px;
}

.ai-tooltip:is(:hover, :focus-within) .e-hotspot__button {
    background: #E9A7F5 !important
}

.ai-tooltip .e-hotspot:focus-within .e-hotspot__tooltip {
    opacity: 1 !important
}

.ai-tooltip.right .e-hotspot__tooltip {
    right: 0 !important;
}

.ai-tooltip.left .e-hotspot__tooltip {
    left: 0 !important;
}

.ai-tooltip .e-hotspot__tooltip {
    background: #fff;
    display: flex;
    white-space: initial;
    border-radius: 4px
}


.ai-tooltip .e-hotspot__tooltip p {
   width: 100%;
   display: flex;
   flex-direction: column;
   align-items: flex-end; 
}


.ai-tooltip .e-hotspot__tooltip strong {
   border: 1px solid rgba(0, 0, 0, 0.3);
   padding: 4px 8px;
   width: 100%;
   line-height: 1.4em
}
  
.ai-tooltip .e-hotspot__tooltip button {
    display: inline-flex;
    justify-content: center;
    width: 100%;
    background: #F0ABFC;
    color: #000;
    padding: 8px 10px;
    border-radius: 4px;
    align-items: center;
    border: none;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5em;
    margin-top: 16px;
}

.ai-tooltip .e-hotspot__tooltip button:is(:hover, :focus-visible) {
    background: #F3BAFD;
    color: #000;
    opacity: .8;
}


.ai-tooltip .e-hotspot__tooltip button:after {
    content: "";
    width: 16px;
    height: 15px;
    background-image: url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 17 16'%3E%3Cpath d='M12.088 13.053c.453 0 .887.181 1.207.504.32.323.5.761.5 1.218 0-.457.179-.895.499-1.218.32-.322.754-.504 1.206-.504-.452 0-.886-.181-1.206-.504a1.73 1.73 0 0 1-.5-1.218c0 .457-.18.895-.5 1.218-.32.323-.753.504-1.206.504Zm0-10.331c.453 0 .887.181 1.207.504.32.323.5.761.5 1.218 0-.457.179-.895.499-1.218.32-.323.754-.504 1.206-.504-.452 0-.886-.182-1.206-.504a1.73 1.73 0 0 1-.5-1.218c0 .457-.18.895-.5 1.218-.32.322-.753.504-1.206.504Zm-5.97 10.331c0-1.37.539-2.684 1.499-3.653a5.094 5.094 0 0 1 3.618-1.513 5.094 5.094 0 0 1-3.618-1.512 5.19 5.19 0 0 1-1.5-3.653A5.19 5.19 0 0 1 4.62 6.375 5.094 5.094 0 0 1 1 7.888c1.357 0 2.659.544 3.619 1.512a5.19 5.19 0 0 1 1.499 3.653Z' fill='%23000' stroke='%23000' stroke-width='1.087' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 6px;
}

.featured-block.active .ai-default,
.featured-block.active .ai-tooltip, 
.ai-tooltip.hidden, 
.featured-block .ai-hidden {
   opacity: 0; 
   transition: opacity .2s ease-in-out;
}

.featured-block.active .ai-hidden {
   opacity: 1;
   transition: opacity .2s ease-in-out;
}



@media (max-width: 767px) {
    .ai-tooltip .e-hotspot__tooltip button {
        font-size: 14px;
        margin-top: 16px;
    }
}


/* || Learn More Buttons */


 .learn-more-btn svg {
    width: 11px;
    height: auto;
    transform: none !important
}

 .learn-more-btn.blog .elementor-align-icon-right {
    width: 0;
    overflow: hidden;
    margin-right: -6px;
    transition: all .2s ease-in-out
}

 .learn-more-btn.video:not(:last-child) .elementor-button-text {
    visibility: hidden;
    width: 0;
    height: 0;
    overflow: hidden
}

 .learn-more-btn.video:not(:last-child) .elementor-button-icon {
    margin-inline-end: -3px;
}

@media(min-width: 768px) {
 .learn-more-btn:hover .elementor-align-icon-right {
    width: auto;
    margin: 0;
} 
}/* End custom CSS */