body {
    font-family: 'Quicksand', sans-serif !important;
}
.bg_growth_ops {
    background-image: url('https://assets-global.website-files.com/607d49b61828080acc1b8fe0/60b51e52e0cc81418f05e0e9_Video%20Background.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.bg_img_map {
    background-image: url('https://assets-global.website-files.com/607d49b61828080acc1b8fe0/60b52c3f851f718feaf32dc3_Map.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.bg_cover_growth {
    background-image: url('https://assets-global.website-files.com/607d49b61828080acc1b8fe0/60b556abb56fd5fae9b98a2e_GrowthIQ.png');
    background-repeat: no-repeat;
    background-position: 50%;
    margin-left: auto;
    margin-right: auto;
}

.bg_img_network {
    background-image: url('https://assets-global.website-files.com/607d49b61828080acc1b8fe0/6093c8065e4cde764cfcfb3b_Team%20World%20Map.svg');
    background-position: 50% 100%;
    background-repeat: no-repeat;
}

/* The side navigation menu */
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 12;
    top: 0;
    left: 0;
    overflow-x: hidden;
    background-color: black;
    opacity: 0.9;
    padding-top: 60px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.hide-sidenav {
    left: -110%;
}

.show-sidenav {
    left: 0;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

#main {
    -webkit-transition: margin-left .5s;
    -o-transition: margin-left .5s;
    transition: margin-left .5s;
    padding: 20px;
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

    .sidenav a {
        font-size: 18px;
    }
}


/* Style the tab */
.c_tabs {
    overflow: hidden;
}

/* Style the buttons that are used to open the tab content */
.c_tabs ul li {
    border: none;
    outline: none;
    cursor: pointer;
    color: gray;
}

/* Change background color of buttons on hover */
.c_tabs ul li:hover {
    background-color: #ddd;
}

/* Create an active/current tablink class */
.c_tabs ul li.c_active {
    background-color: #ed631969;
    color: white;
}

/* Style the tab content */
.c_tabbedPanes>* {
    opacity: 0;
    -webkit-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
}

.c_tabbedPanes>.active {
    opacity: 1;
}