body {
    background: #000;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    padding-bottom: 20px;
    color: #fff;
}
.head {
    text-align: center;
    color: #FFFFFF;
}
.head h1 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 2px;
}
.font-semibold {
    font-weight: 600;
}
.head p {
    margin: 0;
}
.head .event-info {
    margin-top: 30px;
    text-align: justify;
}
.persons {
    margin-top: 60px;
}
.person {
    margin-bottom: 30px;
    display: flex;
    align-items: center;
}
.person img {
    width: 100px;
    border-radius: 50px;
}
.person p {
    display: inline-block;
    padding-left: 15px;
    color: #fff;
}
.basevc-footer {
    border-bottom: 3px solid #EC008C;
    padding-bottom: 8px;
    text-align: center;
}
.basevc-footer img {
    padding: 10px 20px;
}
.footer-text p {
    color: #fff;
    margin: 0;
    text-align: center;
}
.footer {
    margin-top: 30px;
}
.subscription {
    text-align: center;
}
.subscription h1 {
    font-size: 16px;
    font-weight: 600;
}
.subscription {
    margin: 50px 0;
}
.subscription #mc-embedded-subscribe {
    border: 2px solid #ed008c;
    background: none;
    border-radius: 8px;
    margin-top: 20px;
    padding: 5px 20px 4px;
    outline: none;
}
.subscription #mce-EMAIL {
    background: none;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 5px 10px;
    outline: none;
    width: 100%;
    max-width: 225px;
}
.press {
    text-align: center;
}
.press h1 {
    font-size: 16px;
    font-weight: 600;
}
.press img {
    padding: 20px;
}
@media (max-width: 1200px) {
    .person {
        text-align: center;
    }
    .person p {
        display: block;
    }
}
@media (max-width: 991px) {
    .basevc-footer {
        text-align: center;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
}
@media(max-width: 761px) {
    .subscription #mce-EMAIL {
        max-width: none;
    }
}