/* Blur all elements except notice */
div:not(.pwrby-t1, .pwrby-t1 div, .pwrby-t1-bg){-webkit-filter:blur(.5px);-moz-filter:blur(.5px);-o-filter:blur(.5px);-ms-filter:blur(.5px);filter:blur(.5px);}

/* Powered */
.poweredby {clear:both;padding:24px 0px 24px 0px;text-align:center;}
.poweredby a {display:inline-block;padding:0px 124px 0px 0px;font-size:14px;color:#979aaa;line-height:36px;font-weight:500;background:url(https://cdn.addevent.com/web/images/logo-t1-base.svg) no-repeat right 45%;background-size:auto 26px;text-decoration:none;}
.poweredby a span {display:none;}
.poweredby a:hover {transform:scale(1.02) translateY(1px);color:#5c5e68;}

/* Notice */
.pwrby-t1-bg {position:fixed;left:0px;top:0px;right:0px;bottom:0px;z-index:99999999998;background:#ffffff25;}
.pwrby-t1 {position:fixed;left:0px;top:50%;right:0px;z-index:99999999999;transform:translateY(-52%);}
.pwrby-t1 .aut {max-width:500px;margin:0 auto;}
.pwrby-t1 .aut .bx {clear:both;position:relative;background:#fff;overflow:hidden;box-shadow:rgb(38 57 77 / 67%) 0px 16px 30px -10px;border-radius:8px;}
.pwrby-t1 .aut .bx .px {clear:both;padding:50px 50px 55px;}
.pwrby-t1 .aut .bx .px .tx {clear:both;padding:0;}
.pwrby-t1 .aut .bx .px .tx .hd {margin: 0px 0px 12px 0px;font-size:24px;line-height:130%;font-weight: 600;color: #1d3054;}
.pwrby-t1 .aut .bx .px .tx .txt {margin:0px;font-size:20px;line-height: 170%;font-weight:400;}
.pwrby-t1 .aut .bx .px .tx .cta {margin:0;font-size:18px;line-height: 170%;font-weight:400;font-style:italic;}

/* Tablet / mobile */
@media screen and (max-width:550px){

.pwrby-t1 {bottom:0px;top:unset!important;left:12px;right:12px;transform:unset!important;}
.pwrby-t1 .aut {width:100%;max-width:unset;margin:0;}
.pwrby-t1 .aut .bx {}
.pwrby-t1 .aut .bx .px {padding:30px 40px 25px 25px;}
.pwrby-t1 .aut .bx .px .tx .hd {font-size:21px;}
.pwrby-t1 .aut .bx .px .tx .txt {font-size:18px;}

}