.elementor-6589 .elementor-element.elementor-element-2bbf856{--display:flex;--margin-top:0px;--margin-bottom:25px;--margin-left:0px;--margin-right:0px;}.elementor-6589 .elementor-element.elementor-element-5824be0{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-nested-tabs.elementor-widget-n-tabs > .elementor-widget-container > .e-n-tabs[data-touch-mode='false'] > .e-n-tabs-heading > .e-n-tab-title[aria-selected="false"]:hover{background:var( --e-global-color-accent );}.elementor-widget-nested-tabs.elementor-widget-n-tabs > .elementor-widget-container > .e-n-tabs > .e-n-tabs-heading > .e-n-tab-title[aria-selected="true"], .elementor-widget-nested-tabs.elementor-widget-n-tabs > .elementor-widget-container > .e-n-tabs[data-touch-mode='true'] > .e-n-tabs-heading > .e-n-tab-title[aria-selected="false"]:hover{background:var( --e-global-color-accent );}.elementor-widget-nested-tabs.elementor-widget-n-tabs > .elementor-widget-container > .e-n-tabs > .e-n-tabs-heading > :is( .e-n-tab-title > .e-n-tab-title-text, .e-n-tab-title ){font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-6589 .elementor-element.elementor-element-2699bc9{--display:flex;}.elementor-6589 .elementor-element.elementor-element-c854bf2{--display:flex;}.elementor-6589 .elementor-element.elementor-element-3d43d65{--n-tabs-direction:column;--n-tabs-heading-direction:row;--n-tabs-heading-width:initial;--n-tabs-title-flex-basis:content;--n-tabs-title-flex-shrink:0;--n-tabs-heading-justify-content:flex-start;--n-tabs-title-width:initial;--n-tabs-title-height:initial;--n-tabs-title-align-items:center;--n-tabs-title-flex-grow:0;--n-tabs-heading-wrap:wrap;--n-tabs-heading-overflow-x:initial;--n-tabs-title-white-space:initial;}.elementor-6589 .elementor-element.elementor-element-24362bf{--display:flex;}/* Start custom CSS for html, class: .elementor-element-f790302 */button {
    background: #fff;
    padding: 15px;
    border: 0px;
    transition: background 0.3s ease, color 0.3s ease;
    text-align: center;
    font-size: 16px;
    box-sizing: border-box;
}

button:hover {
    background: #dd5903;
    color: #fff;
}

/* Styles for Mobile Devices */
@media (max-width: 768px) {
    .e-n-tabs-headings {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
    }

    button {
        width: 100%;
        height: 50px;
        padding: 0;
        margin: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #fff;
        color: #111;
        border: 0px;
        transition: background 0.3s ease, color 0.3s ease;
        text-align: center;
        font-size: 16px;
        box-sizing: border-box;
    }

    button:hover {
        background: #dd5903;
        color: #fff;
    }
}/* End custom CSS */
/* Start custom CSS for nested-tabs, class: .elementor-element-3d43d65 */.e-n-tabs-heading{
    display: none !important;
}/* End custom CSS */