
        :root {
            --idfagreen:#3AB44A;
            --idfablue:#1F81C0;
        }
        body {
            font-size: 18px;
            font-family: 'Roboto', Arial, Helvetica, sans-serif;
        }
        h1, h2 {
            font-weight: 900;
            font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
        }
        .conference-bg {
            height: 800px;
            background-image: url(https://www.certitrek.com/wp-content/uploads/2023/08/IDFA-2023.jpg);
            background-repeat: no-repeat;
            background-position: center bottom;
            background-size: cover;
            position: relative;
            margin:0;
        }
        .conference-bg.smaller-header {
            height: 300px;
        }
        .conference-bg::after {
            content:'' ;
            position: absolute;
            height: 100%;
            width: 100%;
            margin:0;
            top:0px;
            left:0px;
            background: linear-gradient(180deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.65) 33.33%, rgba(0, 0, 0, 0.75) 100%);
        }
        .menu-top, .hero-text {
            position: relative;
            z-index: 1;
        }
        .nav-link {
            color:white;
            font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
            font-weight: 700;
        }
        .nav-link:link {
            color:white;
        } 
        .nav-link:visited, .nav-link:hover {
            color: var(--idfablue);
        }
        .logo {
            height: 40px;
        }
        .hero-text {
            height: 600px;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }
        .smaller-header .hero-text {
            height: 200px;
        }
        
        .hero-text p, h1 {
            color:white;
        }
        .idfa-green {
            color: var(--idfagreen);
        }
        .idfa-blue, .speaker-name {
            color: var(--idfablue);
        }
        .rotate {
            transform: translate(-18px, 30px) rotate(-90deg);
        }
        .small-header {
            display: block;
            position: absolute;
            font-size: 34px;
        }
        .hero-header {
            position: relative;
            font-size: 96px;
            font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
            line-height: 1;
        }
        .small-header .hero-text .hero-header {
            font-size: 60px !important;
        }
        .idfa-top {
            margin-left: 30px;
        }
        .btn {
            border-radius: 25px;
            padding: 10px 35px;
            background-color:var(--idfablue);
            border:1px solid var(--idfablue);
        }
        .cicle-button{
            width: 250px;
            height: 250px;
            border: 4px solid var(--idfagreen);
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 50px;
            text-decoration: none;
            font-weight: bold;
            transition: all ease-in-out 250ms;
        }
        .cicle-button:link {
            color: var(--idfagreen);
        }
        .cicle-button:hover {
            background-color: var(--idfagreen);
            color: white !important;
        }
        .btn-green {
            color: white;
            background-color:var(--idfagreen);
            border:1px solid var(--idfagreen);
        }
        .btn-green:hover {
            border:1px solid var(--idfagreen);
            background-color:transparent;
            color: var(--idfagreen);
        }
        .speaker-name {
            font-size: 20px;
            font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
        }
        .card-transparent img {
            border-radius: 50%;
            width: 250px;
            border: 4px solid var(--idfagreen);
            margin-bottom: 10px;
        }
        .sched-time {
            min-width: 250px;
            text-align: left;
        }
        .sched-topic {
            text-align: left;
        }
        @media screen and (min-width:1366px) {
            .md-set-right {
                text-align: right;
            }
        }
        @media screen and (max-width:425px) {
            .hero-header {
                font-size: 42px;
            }
            .smaller-header .hero-text {
                height: 120px;
            }
            .copy-text {
                text-align: center;
            }
        }
        .ui-tabs .ui-tabs-nav {
            padding: 0px;
            border-bottom: 1px solid #cccccc;
        }
        .ui-widget-content {
            border: none;
            background: transparent
        }
        .ui-widget.ui-widget-content{
            border: none;
        }
        .ui-widget-header {
            border: none;
            background: transparent;
        }
        .ui-tabs-nav {
            display: flex;
            justify-content: space-between;
        }
        .ui-tabs-tab{
            border: none !important;
            background: transparent !important;
            color: #333333;
        }
        .ui-tabs-tab a:hover{
            border: none !important;
            background: transparent !important;
            color: var(--idfagreen);
        }
        .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
            border-top: none;
            border-left: none;
            border-right: none;
            border-bottom: 4px solid var(--idfablue) !important;
            background: transparent;
            font-weight: normal;
            color: var(--idfablue) !important;
        }
        .ui-tabs-anchor {
            color: #333333;
            font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
            font-size: 24px;
        }
        .ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
            color: var(--idfablue);
            text-decoration: none;
            font-weight:bold;
        }
        .ui-helper-clearfix:before, .ui-helper-clearfix:after {
            display: none;
        }