.elementor-kit-10858{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#ED3A43;--e-global-color-8894824:#44555F;--e-global-color-9f034da:#005387;--e-global-color-fa5ec9d:#FFFFFF;--e-global-color-1a43c35:#E5E5E5;--e-global-color-698bec3:#78AED5;--e-global-color-e5496f1:#F2F2F2;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;color:var( --e-global-color-8894824 );font-family:"Open Sans", Sans-serif;}.elementor-kit-10858 a{color:var( --e-global-color-primary );}.elementor-kit-10858 a:hover{color:#90CCE6;}.elementor-kit-10858 h1{color:#44555F;font-family:"Oswald", Sans-serif;}.elementor-kit-10858 h2{color:#44555F;font-family:"Oswald", Sans-serif;}.elementor-kit-10858 h3{color:#44555F;font-family:"Oswald", Sans-serif;}.elementor-kit-10858 h4{color:#44555F;font-family:"Oswald", Sans-serif;}.elementor-kit-10858 h5{color:#44555F;font-family:"Oswald", Sans-serif;}.elementor-kit-10858 h6{color:#44555F;font-family:"Oswald", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-10858 e-page-transition{background-color:#FFBC7D;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}@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 */.lobby-tabs-container {
    display: flex;
    flex-direction: row;
    margin-top: 20px;
    margin-bottom: 20px;
    gap: 10px;
}

.tabs-container {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.lobbyist-tab-button {
    display :block;
    background-color: white;
    border: 1px solid black;
    padding :10px;
    text-decoration: none !important;
    color: black !important;
    font-size: 20px;
    font-weight: bold;
    background-color: #fcc;
}

.lobbyist-tab-button:hover {
    background-color: #ed3a43;
}

.lobbyist-tab-button:focus {
    outline: none;
}

.lobbyist-tab-button.active {
    background-color: #ed3a43;
    z-index: 2;
}

.tabs-content-container {
    border: 1px solid black;
    z-index: 1;
}

.lobbyist-tab-content {
    display: none;
}

.lobbyist-tab-content.active {
    display: block;
}/* End custom CSS */