/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 28 2022 | 12:57:02 */
.tab {

    display: -webkit-box;

    display: -webkit-flex;

    display: -ms-flexbox;

    display: flex;

    -webkit-flex-wrap: wrap;

    -ms-flex-wrap: wrap;

    flex-wrap: wrap;

}



/* Style the buttons that are used to open the tab content */

.tab button {

font-family: sf pro display;

    font-size: 13px;

    font-weight: 400;

    line-height: 22px;

    display: block;

    margin-right: 6px;

    margin-bottom: 6px;

    padding: 0 12px;

    cursor: pointer;

    text-decoration: none;

    color: #495358;

    border: 1px solid #e4e9eb;

    border-radius: 4px;

    background-color: #fff;

}



/* Change background color of buttons on hover */

.tab button:hover {

    background-color: #ddd;

}



/* Create an active/current tablink class */

.tab button.active {

    color: #fff;

    border-color: #fc4a1a;

    background-color: #fc4a1a;

}



/* Style the tab content */

.tabcontent {

    display: none;

    padding: 6px 12px;

}