.elementor-6556 .elementor-element.elementor-element-7907363 .elementor-heading-title{font-size:1.5rem;font-weight:900;}.elementor-6556 .elementor-element.elementor-element-7907363{width:var( --container-widget-width, 80% );max-width:80%;--container-widget-width:80%;--container-widget-flex-grow:0;}.elementor-6556 .elementor-element.elementor-element-96a6130{width:auto;max-width:auto;}.elementor-6556 .elementor-element.elementor-element-7dc77d1{font-size:1rem;}.elementor-6556 .elementor-element.elementor-element-7dc77d1 > .elementor-widget-container{margin:15px 0px 0px 0px;}@media(max-width:800px){.elementor-6556 .elementor-element.elementor-element-7907363 .elementor-heading-title{font-size:1rem;}.elementor-6556 .elementor-element.elementor-element-7dc77d1{font-size:0.685rem;}}/* Start custom CSS for html, class: .elementor-element-96a6130 */.switch-container {
    display: flex;
    gap: 10px;
}

.switch {
    width: 50px;
    height: 25px;
    background-color: #ccc;
    border-radius: 25px;
    position: relative;
    cursor: pointer;
    transition: background-color 0.3s;
}

.switch .switch-handler {
    width: 20px;
    height: 20px;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 2.5px;
    transform: translateY(-50%);
    transition: left 0.3s;
}

.switch--enable {
    background-color: #4CAF50;
}

.switch--enable .switch-handler {
    left: 27.5px;
}/* End custom CSS */