



.banner-with-bg.banner-webinar{
    position: relative;
    overflow: hidden;
    padding-top: 65px;
    padding-bottom: 55px;
}
.banner-with-bg::before {
    content: "";
    display: block;
    max-width: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.banner-with-bg.banner-webinar .flex-row {
    display: flex
}
@media(min-width: 139px) {
    .banner-with-bg.banner-webinar .flex-row {
        flex-direction:column;
        align-items: center
    }
}

@media(min-width: 992px) {
    .banner-with-bg.banner-webinar .flex-row {
        flex-direction:row;
        align-items: center;
        justify-content: space-between
    }
}
.banner-with-bg.banner-webinar .col-left {
    text-align: center;
    padding: 0px 130px;
    max-width: inherit;
}
.banner-with-bg.banner-webinar .col-left .date{
   color: #fff !important;
   font-family: 'Commissioner';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 110%;
    /* or 35px */
    text-transform: none;
    letter-spacing: 0.01em;
    margin-bottom: 15px;
}
.banner-with-bg.banner-webinar .col-left h3 {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 900;
    font-size: 54px;
    line-height: 110%;
    text-align: center;
    letter-spacing: 0.05em;
    color: #fff;
    margin-bottom: 25px;
}
.banner-with-bg.banner-webinar .col-left p{
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 800;
    font-size: 30px;
    line-height: 41px;
    color: #fff;
    margin-bottom: 25px;
}
.banner-with-bg.banner-webinar .col-left .list-box{
    min-width: max-content;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 25px 40px;
    gap: 10px;
   text-align: left !important;
   font-size: 20px;
   color: #391A84;
   border-radius: 40px;
   background: linear-gradient(0deg, rgba(255, 255, 255, 0.58), rgba(255, 255, 255, 0.58)), linear-gradient(109.86deg, rgba(244, 238, 244, 0.17) -59.62%, rgba(98, 28, 100, 0) 140.65%, #FA06FF 140.67%);
backdrop-filter: blur(14.5px);

margin-bottom: 30px;
}
.banner-with-bg.banner-webinar .col-left .list-box li{
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    color: #391A84;
    background: url(../../images/dev/plus.png) no-repeat 0 20%; 
    padding-left: 30px;
    margin-bottom: 30px;
}
.banner-with-bg.banner-webinar .col-left .list-box li:last-child{
    margin-bottom: 0;
}
.banner-with-bg.banner-webinar .col-left .link {
    color: #fff;
    background: #543CE7;
    margin: 0 auto;
}
.banner-with-bg.banner-webinar .col-left .link:hover {
    background: #3e3465;
}
.banner-webinar .link {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 220px;
    min-height: 65px;
    background: #a9a7ff;
    backdrop-filter: blur(58.9031px);
    border-radius: 21px;
    font-family: "Commissioner",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: calc(17px + 2*(100vw - 139px)/1461);
    line-height: 100%;
    color: #000;
    transition: all .4s ease-in;
    -webkit-transition: all .4s ease-in;
    -moz-transition: all .4s ease-in;
    -ms-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
}
