<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    font-family: 'PT Sans', sans-serif;
    color: #4E5B61;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
}

img.partners {
    height: 65px;
    margin: 1em;
}

.countdown {
    font-size: 45px;
    font-weight: 600;
    color: #F1C40F;
}

h2 {
    color: #9E846D;
    font-size: 20px;
    margin-bottom: 1em;
    font-weight: 600;
    font-style: normal;
}

h3 {
    font-weight: 600;
    font-style: normal;
    font-size: 18px;
    color: #D35400;
}

h4 {
    font-weight: 600;
    font-size: 16px;
    font-style: normal;
}

.striped {
    background-color: #F7F9F9;
    padding-top: 3em;
    padding-bottom: 3em;
}

.no-striped {
    background-color: #fff;
    padding-top: 3em;
    padding-bottom: 3em;
}

.speaker img {
    /*width: 350px;*/
    width: 100%;
    height: 233px;
}

.speaker-name {
    position: absolute;
    right: 20px;
    top: 188px;
    background-color: #D35400;
    color: #fff;
    padding: 5px;
    font-weight: 600;
    font-size: 20px;
}

.speaker-description{
    padding-top: 20px;
}


.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath d='M1.5 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
    color: black;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
    color: black;
}

.carousel-caption {
    color: #4E5B61;
}

.carousel-caption h5 {
    font-weight: 600;
}

#top-navbar {
    font-weight: 600;
    color: #9E846D;
    font-size: 20px;
    text-transform: uppercase;
}

/* nav.navbar {
  width: inherit;
  top: 0%;
  left: 40%;
  transform: translateX(-34%);
  background-color: #fff;
} */
</pre></body></html>