@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
body {
    font-family: Montserrat;
}
.banner__countdown-wrapper::before {
    content: "the meeting will start in:";           
    margin-right: 8px;                     
    display: inline-block;
    vertical-align: middle;
}
.page-header {
  color: #fff;
  background: url('/conf-data/pnh2025/images/PNH_BANNER_1920x500_178-242.jpg');
  background-size: cover !important;
  background-position: center;
}
.section-title-wrapper {
    color: #7f174a;
}
.navbar-inverse {
    background: #7f174a;
    border-color: #7f174a;
}
.aside-navbar-wrapper.navbar-inverse {
    background: #7f174a;
}
.content-box--icon-boxed .content-box__icon {

    display: none;
}
.content-box--icon-boxed .content-box__icon-col {
    padding-top: 20px;
}
.content-box--icon-boxed {
    background: #ffffffcc;
    border: 3px solid #7f174a;
    border-radius: 20px;
}
.footer {
    background: #ca1e57;
    color: #f0f3f4;
}
.footer__content {
    min-height: 0px;
}
.navbar-inverse .navbar-brand {
    color: #ffffffa3;
}
.section-title:after {
    width: auto;
}
.img-w20 img{
width: 20%;
}
.img-w30 img{
width: 30%;
}
.img-w40 img{
width: 40%;
}
.sponsors-row .sponsors-cell {
        border-bottom: 1px solid #fff;
    }