@import url("//fonts.googleapis.com/css?family=Roboto:400,300,700|Roboto+Condensed:400,300,700");
.whitebutton {
    font-size: 16px;
    background-color: white;
    font-weight: 700;
    font-family: "Roboto Condensed", "Roboto", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    border: 1px solid #e9e9e9;
    padding: 8px 15px 8px 45px;
    -webkit-box-shadow: 0 0px 3px 0 rgba(0, 0, 0, 0.04);
    -moz-box-shadow: 0 0px 3px 0 rgba(0, 0, 0, 0.04);
    -ms-box-shadow: 0 0px 3px 0 rgba(0, 0, 0, 0.04);
    -o-box-shadow: 0 0px 3px 0 rgba(0, 0, 0, 0.04);
    box-shadow: 0 0px 3px 0 rgba(0, 0, 0, 0.04);
    margin-left: 0;
    outline: none;
    color: #555
}

.whitebutton:hover {
    cursor: pointer;
    background-color: #fafafa;
    color: #333
}

.whitebutton:active {
    cursor: pointer;
    color: #111;
    -webkit-box-shadow: inset 0 1px 4px 0 rgba(0, 0, 0, 0.05)!important;
    -moz-box-shadow: inset 0 1px 4px 0 rgba(0, 0, 0, 0.05)!important;
    -ms-box-shadow: inset 0 1px 4px 0 rgba(0, 0, 0, 0.05)!important;
    -o-box-shadow: inset 0 1px 4px 0 rgba(0, 0, 0, 0.05)!important;
    box-shadow: inset 0 1px 4px 0 rgba(0, 0, 0, 0.05)!important
}

#interakt_chat,
#interakt_chat * {
    border: none;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    line-height: 1;
    vertical-align: baseline;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

#interakt_chat {
    z-index: 9999999;
    -webkit-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
    -ms-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
    max-width: 200px;
    width: 100%;
    position: fixed;
    bottom: -384px;
    overflow: hidden;
    -webkit-box-shadow: 0 -1px 10px 0 rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 -1px 10px 0 rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 0 -1px 10px 0 rgba(0, 0, 0, 0.05);
    -o-box-shadow: 0 -1px 10px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 -1px 10px 0 rgba(0, 0, 0, 0.05);
    border-radius: 4px 4px 0 0;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

#interakt_chat.right {
    float: none;
    right: 30px!important
}

#interakt_chat.left {
    float: none;
    left: 30px!important
}

#interakt_chat.outofview {
    -webkit-transform: translate3d(0, 100px, 0);
    -moz-transform: translate3d(0, 100px, 0);
    -ms-transform: translate3d(0, 100px, 0);
    -o-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0)
}

#interakt_chat iframe {
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%
}

#interakt_chat *,
#interakt_chat *:after,
#interakt_chat *:before {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

#interakt_chat .chatwrap {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
    overflow-x: hidden;
    position: relative;
    height: 384px;
    border-right: 1px solid rgba(0, 0, 0, 0.15);
    border-left: 1px solid rgba(0, 0, 0, 0.15)
}

#interakt_chat .chathead {
    padding: 10px 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05);
    -o-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05);
    border: none;
    background: #333;
    position: relative;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    -ms-border-radius: 4px 4px 0 0;
    -o-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    background-color: #f9f9f9;
    cursor: pointer;
    font-style: normal;
    height: 38px;
    -webkit-transition: width 300ms cubic-bezier(0.77, 0, 0.175, 1)!important;
    -moz-transition: width 300ms cubic-bezier(0.77, 0, 0.175, 1)!important;
    -ms-transition: width 300ms cubic-bezier(0.77, 0, 0.175, 1)!important;
    -o-transition: width 300ms cubic-bezier(0.77, 0, 0.175, 1)!important;
    transition: width 300ms cubic-bezier(0.77, 0, 0.175, 1)!important
}

#interakt_chat .chathead:before {
    width: 16px;
    height: 16px;
    content: " ";
    display: block;
    position: absolute;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background-color: #8bc34a;
    left: 12px;
    top: 11px
}

#interakt_chat.offline .chathead:before {
    background-color: #bbb
}

.chathead,
.chathead * {
    -webkit-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
    -ms-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
    cursor: pointer
}

#interakt_chat .chathead:hover {
    cursor: pointer
}

#interakt_chat .chathead .chatshrink {
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    right: 7px;
    top: 7px;
    opacity: 0.5;
    -webkit-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
    -ms-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
    background: url(https://app.interakt.co/assets/chatsprites-49c1df46f20caa8b60db8e9ab26e84a5.png) no-repeat -6px -104px
}

#interakt_chat .chathead .chatshrink:hover {
    opacity: 0.9;
    cursor: pointer;
    bottom: calc(100vh -320px)
}

#interakt_chat .chathead .chatlabel {
    font-family: "Roboto Condensed", "Roboto", "Helvetica Neue", "Helvetica", "Arial", sans-serif!important;
    font-weight: 700;
    font-size: 16px!important;
    color: #fff;
    line-height: 18px!important;
    margin: 0;
    padding: 0;
    text-align: center;
    border: none
}

body.show-interakt-chat #interakt_chat {
    bottom: -2px!important;
    max-width: 320px
}

body.show-interakt-chat #interakt_chat.right {
    right: 30px!important
}

body.show-interakt-chat #interakt_chat.left {
    left: 30px!important
}

body.show-interakt-chat #interakt_chat .chathead:hover {
    cursor: pointer
}

body.show-interakt-chat #interakt_chat .ichatshrink {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAMCAYAAAAkuj5RAAAABGdBTUEAALGPC/xhBQAAANJJREFUSA3tlTEOAVEQhs3SqXWboOIEHEGzJYljuIFSqVBwDSqtA6wGiVA5AhGqzfMNdkkcYN8k/uTLm9ltvvd2dlcK7zjnhLIHXWhCFYqQd+4IHGAHExHZ/AghH0IMvidBcAp62K/QlGENljJK/QXrAc04vWBkdXjWGadTQNE2Iv2tqSPU0gu6gZsWBvP01g3MDcqfcV6pd8AcLVhn2hhJgmcf72vmy4tcgiFcwOfskYsycYrP95SGmxWWDjSgBjpieUd/ZEfYwpKT1yfwjzcn8ACPdzHoTLa9NAAAAABJRU5ErkJggg==");
    background-size: 14px;
    opacity: 1
}

body.show-interakt-chat #interakt_chat.panel {
    max-width: 320px!important
}

body.show-interakt-chat #interakt_chat.panel.right {
    right: 0px!important
}

body.show-interakt-chat #interakt_chat.panel.left {
    left: 0px!important
}

.ichatshrink {
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    right: 8px;
    top: 9px;
    opacity: 0.8;
    cursor: pointer;
    -webkit-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
    -ms-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAABGdBTUEAALGPC/xhBQAAAmdJREFUWAnFl09LFVEYxu+kpUn3RiBaaZIoGrhxIWIfQKXatHdl4KYvEHRRUFoErkKihfQV+gAuFVwZiXTdeBO7F6S0FiqhUXT7Pcc7MlfHuWds7umFZ86/97zPM2feOWfGS8WwUqnUj/sw6AC3QDP4BrZBASx4nrdGmZxB2gJmwRawsU2cXgKJu7gRoAlMgn1wEdtj0nPQGFsFkzrAB5CErRCkzVoEzkPgaxLMgRjb1AeqisCpC3wPTEyyukOwu+eKYDAD1pNkDIm1Rt+1UBEMvAmZUIuuV0EBnhqw9FJ8BPVq19h+Ef8e+8WmeC6VyV5QuiAX3WUwo4rM4+4zlLvgijoc2RE8zazCD63AQ+CSXPeozWlUFQl4pMp/MMOr594dg3wF33GwHzFHMbPgSYSPhrp0kbNONVvL89z0tkQaeSWh1QTcVhAloRKiQQ1LK+J3EOFbx1gPMK94hN8BN5PRCsQVcCciaJyhQzlLgD4orqthYav4TICwHGin/x2wjbWDrxHwidIkhDqqWI5l0/M9YzzKPJ1fgK0AsxNqBZbACLCxMYgGcQxbASWzSSybQPgsyk9JeJ9yWQ3HNsBqvvcPI71afQ4F6EBqQsBv7YSy18eFs2tB5GLzBcxTzzmjD+wjRkBZzVME/HEk4qrP469AChGLdD7zB2pcdpL8J9wVXAzMARf2uII42IB9yoGCDTjO37QYHAGfayzkbfDGz9QhT4MsSPpHxb+v3WpHphGFt7JWn24PgP93bMb+4aKzYNpKwGkSBLXSp51T576O55vgBkgDnS/6JvgJdOTugSIoBFDkrVN/6i8RGGRGbw1fegAAAABJRU5ErkJggg==");
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transform: scale(0.9, 0.9);
    -moz-transform: scale(0.9, 0.9);
    -ms-transform: scale(0.9, 0.9);
    -o-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
    cursor: pointer
}

.ichatshrink:hover {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1)
}

.ichatshrink:active {
    opacity: 1;
    -webkit-transform: scale(0.9, 0.9);
    -moz-transform: scale(0.9, 0.9);
    -ms-transform: scale(0.9, 0.9);
    -o-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9)
}

#interakt_chat {
    background-color: #fff
}

#interakt_chat.panel {
    top: 0;
    -webkit-box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 0!important;
    -moz-border-radius: 0!important;
    -ms-border-radius: 0!important;
    -o-border-radius: 0!important;
    border-radius: 0!important;
    min-width: 370px;
    width: 100%;
    max-width: 370px
}

#interakt_chat.panel.right {
    right: -400px!important
}

#interakt_chat.panel.left {
    left: -400px!important
}

#interakt_chat.panel .chatwrap {
    height: calc(100vh - 48px)
}

#interakt_chat.panel iframe {
    height: calc(100vh - 52px)
}

#interakt_chat.panel .chathead {
    -webkit-border-radius: 0!important;
    -moz-border-radius: 0!important;
    -ms-border-radius: 0!important;
    -o-border-radius: 0!important;
    border-radius: 0!important;
    padding: 0 40px;
    height: 48px
}

#interakt_chat.panel .chathead:before {
    left: 15px;
    top: 15px
}

#interakt_chat.panel .chathead .ichatshrink {
    right: 12px;
    top: 12px
}

#interakt_chat.panel .chathead .chatlabel {
    line-height: 46px!important;
    border: none
}

.chatter {
    width: 54px!important;
    height: 54px!important;
    padding: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    position: fixed;
    bottom: 30px!important;
    z-index: 9999;
    text-indent: 200px;
    -webkit-box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.1);
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEMAAABDCAMAAADwFEhBAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAACClBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8AAAAMvIKlAAAArHRSTlMACD1wm7/Z7fn26ta5lWczAxJq9/CsWwlDqviZL0nG/rE2J7yiFgSA72IbwqQMP9dYOGD88z5WNxwX5ssGAY5zSNx9ORqzkC4Qmm4HylQopnsCK181h49mwK5kgs+l4VO07m1En8P7zvH6tsjFHQVyNHwiVzH1KR+72JJjQCDiGZidHoph4G+Ix7AV2+jp3jKJ/d8PQdp/jfIO0ZwmeLpl9OO9edLd7MmTRSoLfccq4QAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxIAAAsSAdLdfvwAAAKUSURBVFjDpdf3QxMxFAfwqyId1kUrWhWrKEOGoNQJ1YoTXB1SquA4FGcFB2BVxAqKiuJeuPd8f6S5Li7X5O6SfH+8pJ/2knevOUmixDJlasG0QqsN7I7pzhkzZ82WGDOnyOkCPO65xfMYhPmeBUCKe+Eik0LJYqDGu2SpCaF0GejGu7zMQCivsIFRKlfoElXVhoKSmlo6sdJhigCoK6UR9cb3kY11FZlY3WCaAPCtIRFrWQhUK4RNXmf+RtJxrNcSGzYyEgCNTTjhdzITAJtwYzMHAd4AVls+HgO2WFSGh4sAaJ4ktnISYN+WM7bzGrAjS+z0chu+XRmjhZsAaE0TuysFjD1pY68AAbAvZewXMoIKEbIKGdWKERYiwKXUakTMgAPIaKOM2aLt2hTFCPOKkXGQYhwi9Do/oe93oOudFKOK1DAr8ucdRpePUIyjJIPwZB1Dl2lVKncd1yZwgjCvGxls7Tw/ncg4KWicQoZb0OjWWVOA0/JkzlBnnUXGOcpY/Lx6Q3p6aY2qQKcfX9Bsa4wy76JOrV/SGLR6rkdjlyljLX6M6OunzBtAg1doi1WXUCVG+0u3hpRvuAoi8aR+5TUh43rKGBQybqSM0JAA4cgseYeAkcgYN1mPUaoks3t/i98IZo1hF7fRlSvCEW7jds6ovSNuSAHeI8io6pGKchp3VUbTPT7jvvrZHnvAZTwMqZGw2ZcXPCVYlwmP8xhxvFUNPOJB2vGWWRbnMPof40jPk6fsyLPnmu794iU7MqI9HVheMb9DDOWfMcZev2FcEYmQida3LMY7iZz3Hz6avCd7m0WiprzvU7Lxs97Hv3xN9gYmJKP4hwcj36I1ie8/fsqoPzTI8njhL6fndzDy5++/7KT/bsbj4SOIw4oAAAAASUVORK5CYII=");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px;
    cursor: pointer;
    -webkit-transition: all 100ms cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: all 100ms cubic-bezier(0.77, 0, 0.175, 1);
    -ms-transition: all 100ms cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all 100ms cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 100ms cubic-bezier(0.77, 0, 0.175, 1);
    display: none
}

.chatter.panel {
    display: block
}

.chatter:hover {
    -webkit-transform: scale(1.02, 1.02);
    -moz-transform: scale(1.02, 1.02);
    -ms-transform: scale(1.02, 1.02);
    -o-transform: scale(1.02, 1.02);
    transform: scale(1.02, 1.02)
}

.chatter:active {
    -webkit-transform: scale(0.8, 0.8);
    -moz-transform: scale(0.8, 0.8);
    -ms-transform: scale(0.8, 0.8);
    -o-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8)
}

.chatter.right {
    right: 30px
}

.chatter.left {
    left: 30px
}

.interakt_wrap {
    position: relative;
    z-index: 999999;
    -webkit-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
    -ms-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1)
}

.interakt_wrap *,
.interakt_wrap *:after,
.interakt_wrap *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box
}

.interakt_wrap * {
    font-size: 14px;
    margin: 0;
    padding: 0;
    border: none;
    outline: none
}

.interakt_wrap.hasblocker {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: -10;
    opacity: 0;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    background: none;
    background-color: rgba(0, 0, 0, 0.8)
}

.interakt_wrap.hasblocker .notifyblocker {
    -webkit-transform: scale(0.8, 0.8);
    -moz-transform: scale(0.8, 0.8);
    -ms-transform: scale(0.8, 0.8);
    -o-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8);
    opacity: 0
}

.interakt_wrap.hasblocker.showblock {
    z-index: 9999999;
    opacity: 1
}

.interakt_wrap.hasblocker.showblock .notifyblocker {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1
}

.interakt_wrap .interakt_notification {
    height: auto;
    -webkit-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
    -ms-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
    font-family: "Roboto", "Helvetica Neue", "Helvetica", "Arial", sans-serif!important;
    z-index: 999999;
    opacity: 1;
    -webkit-transform: translate(0, 0) scale(1, 1);
    -moz-transform: translate(0, 0) scale(1, 1);
    -ms-transform: translate(0, 0) scale(1, 1);
    -o-transform: translate(0, 0) scale(1, 1);
    transform: translate(0, 0) scale(1, 1)
}

.interakt_wrap .interakt_notification .notification_social_links {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px
}

.interakt_wrap .interakt_notification .notification_social_links a {
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    text-indent: 50px;
    overflow: hidden;
    background-color: #ccc;
    margin-right: 2px;
    border-radius: 4px;
    opacity: 0.8
}

.interakt_wrap .interakt_notification .notification_social_links a:hover {
    opacity: 0.9
}

.interakt_wrap .interakt_notification .notification_social_links a:active {
    opacity: 1
}

.interakt_wrap .interakt_notification .notification_social_links a.fb_link {
    background: #3b5998 url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAo0lEQVRYw2NgIBP8/ftX4t+/f41AfByI3wLx3/9YALnm4wVAy3yA+ON/IgDVLQf6XAVo+VdiLKeJA4CWTyfWclo54PZAO+DnQDsAp2VAuaNAvBoZU90BeCw/SXXLSHQA9X07KBwANDgEGeNJb8fR1YIwzXxMDAAV0QPtgOsD7YD9A+2AlQPtgMkUO4BYBw3fcmDUAaMOGHXAqANGHTDqgGHvAAAmy7++RX1tFQAAAABJRU5ErkJggg==") no-repeat center;
    background-size: 16px
}

.interakt_wrap .interakt_notification .notification_social_links a.twt_link {
    background: #55acee url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAACDUlEQVRYw+1XMUjDQBQtpZQiUoqDOImDSCcRBwcnEScpDuIgIuIgpRQHhw7i5uAoxUEcnB2KODk4dXAUB5EiRcRBpFMRESlpmib1ffgpbUyT3LWpIP3wuJL8++/9y7+730BgYP/FNE0bMgxjD7gDFEAHXoATXdcnrP54NqMoSsicHMGDtCw55sZB9NzoYHhXATbBE8O4DtwAV80A/JAcUxLkY5hXargYr4jOv8uYN94q4JRfEPZFBMD/wo3cIuQN5AmM2xh3zSA5i1OuXq/H3MjhMwpfTVCAwuNTk8NcAYtjCdhAoQQdsl8VIW+J/Uifrq0GnJyBLapyGwEpCXLKfLgtEO0Ct0LC+y/6NEAS6mdVVY06CXeIk++0nCtmlXoMRFAlBFzbbaUDyoZH4aCCAs7tsj/zk9QiIGO7/P0SgFVe+CUABRWEiEIfsq/UarVIpyN1mirdZwGXjicb3VBwKvolAPGX3Y7WEWAKjocQ8tHj7ItOp6q5ApOiZ7uAgLWAF4Nj1gfyvCdyPpbD1Cz0kPzTriNytGq1StsyDbx3SU5NSEKIvNWoaKB+DkHuJcl3pMm5KJcQ5EGCXKUrXJgQSx/msyAjQ8zk1HLNeybFvqcsb7kDkt6CnHUW8aLCmXNDkqSs6Z4XJC4Dx21dbpffPc5/MKj7KdA24oIism/glfv6I/gu4iIL9YR4YH9lP9cWmEv6+tEZAAAAAElFTkSuQmCC") no-repeat center;
    background-size: 16px
}

.interakt_wrap .interakt_notification .notification_social_links a.goog_link {
    background: #dd4b39 url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAABh0lEQVRYw2NgGAWjYBTgAX///lUDYp9///6FAGmXP3/+SNDcUqAlQkALm4H48X80ABQD4dNAHPPjxw8mWvjYC2j4y/9EAKC6g0D11AsRoIFxQPyXGMuhDvgIdIAVtXxuBTTwN5oFN4E4ByinB4wWOSBtA+R3A/FXIH4L5JsRaz7QOAtQOgJhDMmfP3+yACWuolk++/fv32w4HAtKmAYkhu5qmNnYJIPQLN/47ds3qiYwQg5YiWT5b6DvFKhpOTEOeIjkgP3YDECOQ1wY6HABXOqB/ONIdqDoY0BOfED2ZEI+wAWADnAiRT08RKjlAKAaL3IdQDAKQA4DSt9FxkCx12ghYEFuFJCVCIFqe5H0/QVmWwE8aqmbDUFFMFDdeyQ9J8nOBaQWRMBSUQQofxxNfQrZDoD6iJii2AzIr0KvrID8i79+/WLB54D/+IpiJFeSVBlBLX8NdJgGMWmGKADKSiRUx9eBlmtRzXKkOCbUILkOxAXANMJBdcvRAZYmmQzNLR0Fo2DEAQA+KUjAhlOnkAAAAABJRU5ErkJggg==") no-repeat center;
    background-size: 16px
}

.interakt_wrap .interakt_notification .noti-copy {
    display: inline-block;
    vertical-align: middle;
    text-align: left
}

.interakt_wrap .interakt_notification .nowrapView {
    white-space: nowrap;
    display: inline-block;
    vertical-align: middle
}

.interakt_wrap .interakt_notification .notification_email {
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    margin-left: 10px
}

.interakt_wrap .interakt_notification .notification_email form {
    margin: 0;
    padding: 0
}

.interakt_wrap .interakt_notification .notification_email button,
.interakt_wrap .interakt_notification .notification_email .button,
.interakt_wrap .interakt_notification .notification_email input[type='email'],
.interakt_wrap .interakt_notification .notification_email input[type='text'] {
    display: inline-block;
    vertical-align: middle;
    border: none
}

.interakt_wrap .interakt_notification .notification_email input[type='email'],
.interakt_wrap .interakt_notification .notification_email input[type='text'] {
    padding: 5px 5px 5px 10px;
    font-size: 14px;
    width: 100%;
    max-width: 160px;
    font-weight: 400;
    color: #333;
    height: 34px;
    line-height: 24px;
    margin: 0 -5px 0 0;
    border: 1px solid #9c0;
    -webkit-border-radius: 4px 0 0 4px!important;
    -moz-border-radius: 4px 0 0 4px!important;
    -ms-border-radius: 4px 0 0 4px!important;
    -o-border-radius: 4px 0 0 4px!important;
    border-radius: 4px 0 0 4px!important
}

.interakt_wrap .interakt_notification .notification_email input[type='email']::-webkit-input-placeholder,
.interakt_wrap .interakt_notification .notification_email input[type='text']::-webkit-input-placeholder {
    color: #666
}

.interakt_wrap .interakt_notification .notification_email input[type='email']:-moz-placeholder,
.interakt_wrap .interakt_notification .notification_email input[type='text']:-moz-placeholder {
    color: #666
}

.interakt_wrap .interakt_notification .notification_email input[type='email']::-moz-placeholder,
.interakt_wrap .interakt_notification .notification_email input[type='text']::-moz-placeholder {
    color: #666
}

.interakt_wrap .interakt_notification .notification_email input[type='email']:-ms-input-placeholder,
.interakt_wrap .interakt_notification .notification_email input[type='text']:-ms-input-placeholder {
    color: #666
}

.interakt_wrap .interakt_notification .notification_email button,
.interakt_wrap .interakt_notification .notification_email .button {
    -webkit-border-radius: 0 4px 4px 0!important;
    -moz-border-radius: 0 4px 4px 0!important;
    -ms-border-radius: 0 4px 4px 0!important;
    -o-border-radius: 0 4px 4px 0!important;
    border-radius: 0 4px 4px 0!important;
    height: 34px!important;
    font-size: 14px;
    width: 80px;
    padding: 0;
    text-align: center;
    line-height: 32px;
    letter-spacing: 0px;
    background: rgba(0, 0, 0, 0.2);
    color: #fff
}

.interakt_wrap .interakt_notification .interaktlink {
    width: 24px;
    height: 24px;
    overflow: hidden
}

.interakt_wrap .interakt_notification .interaktlink svg {
    fill: rgba(0, 0, 0, 0.3);
    width: 22px;
    height: 22px
}

.interakt_wrap .interakt_notification .interaktlink:hover svg {
    fill: #3f91cb
}

.interakt_wrap .interakt_notification .notifylink,
.interakt_wrap .interakt_notification .notifymsg {
    -webkit-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
    -ms-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1)
}

.interakt_wrap .interakt_notification .closebar {
    display: inline-block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #999;
    color: #999;
    padding: 5px;
    width: 26px;
    height: 26px;
    text-align: center;
    margin: 0;
    font-weight: 700
}

.interakt_wrap .interakt_notification .closebar svg {
    fill: #666;
    width: 10px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 10px
}

.interakt_wrap .interakt_notification .closebar:hover {
    color: #c30;
    border-color: #c30
}

.interakt_wrap .interakt_notification .closebar:hover svg {
    fill: #c30
}

.interakt_wrap .interakt_notification .closebar:active {
    -webkit-transform: scale(0.99, 0.99);
    -moz-transform: scale(0.99, 0.99);
    transform: scale(0.99, 0.99)
}

.interakt_wrap .interakt_notification .notifymsg {
    line-height: 1.4;
    color: #fff;
    font-weight: 400;
    font-size: 14px
}

.interakt_wrap .interakt_notification .notifylink {
    background-color: #09c;
    display: inline-block;
    line-height: 36px;
    padding: 0 15px;
    margin-left: 10px;
    color: #fff;
    font-size: 14px;
    font-family: "Roboto Condensed", "Roboto", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-weight: 700;
    vertical-align: middle;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
    -ms-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1)
}

.interakt_wrap .interakt_notification .notifylink:hover {
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05)
}

.interakt_wrap .interakt_notification .notifylink:active {
    -webkit-transform: scale(0.95, 0.95);
    -moz-transform: scale(0.95, 0.95);
    -ms-transform: scale(0.95, 0.95);
    -o-transform: scale(0.95, 0.95);
    transform: scale(0.95, 0.95)
}

.interakt_wrap .interakt_notification .notification_header {
    margin-bottom: 5px;
    font-weight: 700;
    color: #fff;
    font-size: 16px
}

.interakt_wrap .interakt_notification .notification-image {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%
}

.interakt_wrap .interakt_notification .notification-image img {
    max-width: 100%
}

.interakt_wrap .interakt_notification .notifycontent.hasbgimage {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.interakt_wrap .interakt_notification .notifycontent.hasbgimage .notification-image {
    display: none!important
}

.interakt_wrap .interakt_notification .notifycontent.nobgimage {
    background-image: none!important;
    text-shadow: none
}

.interakt_wrap .interakt_notification #notifypeek.notifypeek.notifycontent {
    background-image: none
}

.interakt_wrap .interakt_notification.notifybar {
    position: fixed;
    left: 0;
    right: 0;
    -webkit-transition: top 300ms cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: top 300ms cubic-bezier(0.77, 0, 0.175, 1);
    -ms-transition: top 300ms cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: top 300ms cubic-bezier(0.77, 0, 0.175, 1);
    transition: top 300ms cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1)
}

.interakt_wrap .interakt_notification.notifybar .notifycontent {
    padding: 5px;
    position: relative;
    text-align: center;
    border: 1px solid #222
}

.interakt_wrap .interakt_notification.notifybar .notifycontent .notifymsg {
    line-height: 1
}

.interakt_wrap .interakt_notification.notifybar .notifycontent .closebar {
    display: inline-block;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    transform: translate(0, -50%);
    right: 7px;
    background-color: transparent;
    border-color: rgba(0, 0, 0, 0.3)
}

.interakt_wrap .interakt_notification.notifybar .notifycontent .closebar svg {
    fill: rgba(0, 0, 0, 0.3)
}

.interakt_wrap .interakt_notification.notifybar .notifycontent .closebar:hover {
    background-color: #c30;
    border-color: #fff
}

.interakt_wrap .interakt_notification.notifybar .notifycontent .closebar:hover svg {
    fill: #fff
}

.interakt_wrap .interakt_notification.notifybar .notifycontent .closebar:active {
    background-color: #b32d00;
    border-color: #fff
}

.interakt_wrap .interakt_notification.notifybar .notifycontent .closebar:active svg {
    fill: #fff
}

.interakt_wrap .interakt_notification.notifybar .notifycontent .interaktlink {
    position: absolute;
    left: 14px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.interakt_wrap .interakt_notification.notifybar.bottom {
    bottom: 0
}

.interakt_wrap .interakt_notification.notifybar.bottom.outofview {
    bottom: -200px
}

.interakt_wrap .interakt_notification.notifybar.top {
    top: 0
}

.interakt_wrap .interakt_notification.notifybar.top.outofview {
    top: -200px
}

.interakt_wrap .interakt_notification.notifybar.big .notifycontent {
    padding: 10px;
    white-space: nowrap
}

.interakt_wrap .interakt_notification.notifybar.big .notifycontent .noti-copy,
.interakt_wrap .interakt_notification.notifybar.big .notifycontent .notification-image {
    display: inline-block;
    vertical-align: middle
}

.interakt_wrap .interakt_notification.notifybar.big .notifycontent .notification-image img {
    max-height: 50px;
    max-width: 200px
}

.interakt_wrap .interakt_notification.notifybar.big .notifycontent .noti-copy {
    margin-left: 10px;
    text-align: left
}

.interakt_wrap .interakt_notification.notifybar.big .notifycontent .interaktlink {
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left: 10px
}

.interakt_wrap .interakt_notification.notifybar.big .notifycontent .closebar {
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    transform: translate(0, -50%);
    right: 10px
}

.interakt_wrap .interakt_notification.notifybubble {
    -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
    position: fixed
}

.interakt_wrap .interakt_notification.notifybubble.top {
    top: 80px
}

.interakt_wrap .interakt_notification.notifybubble.bottom {
    bottom: 20px
}

.interakt_wrap .interakt_notification.notifybubble.left {
    left: 20px
}

.interakt_wrap .interakt_notification.notifybubble.left.outofview {
    left: -600px
}

.interakt_wrap .interakt_notification.notifybubble.right {
    right: 20px
}

.interakt_wrap .interakt_notification.notifybubble.right.outofview {
    right: -600px
}

.interakt_wrap .interakt_notification.notifybubble .notifycontent {
    width: 270px;
    padding: 15px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    text-align: left;
    border: 1px solid #222
}

.interakt_wrap .interakt_notification.notifybubble .notifycontent .notifymsg {
    line-height: 1.4;
    width: 100%;
    margin-bottom: 10px
}

.interakt_wrap .interakt_notification.notifybubble .notifycontent .notification_header {
    width: 100%
}

.interakt_wrap .interakt_notification.notifybubble .notifycontent .notification_social_links {
    margin-left: 0
}

.interakt_wrap .interakt_notification.notifybubble .notifycontent .nowrapView {
    white-space: nowrap;
    display: block
}

.interakt_wrap .interakt_notification.notifybubble .notifycontent .notifylink {
    margin-left: 0
}

.interakt_wrap .interakt_notification.notifybubble .notifycontent .notification-image {
    display: block;
    vertical-align: middle;
    max-width: 100%;
    width: 100%;
    margin-bottom: 10px
}

.interakt_wrap .interakt_notification.notifybubble .notifycontent .notification-image img {
    max-width: 100%
}

.interakt_wrap .interakt_notification.notifybubble .notifycontent .closebar {
    display: inline-block;
    position: absolute;
    top: -15px;
    right: -15px
}

.interakt_wrap .interakt_notification.notifybubble .notifycontent .closebar svg:hover {
    color: #c30;
    border-color: #c30
}

.interakt_wrap .interakt_notification.notifybubble .notifycontent .closebar svg:hover svg {
    fill: #c30
}

.interakt_wrap .interakt_notification.notifybubble .notifycontent .closebar svg:active {
    -webkit-transform: scale(0.9, 0.9);
    -moz-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9)
}

.interakt_wrap .interakt_notification.notifybubble .notifycontent .interaktlink {
    display: inline-block;
    margin-top: 10px
}

.interakt_wrap .interakt_notification.notifybubble .notifycontent .notification_email {
    margin-left: 0
}

.interakt_wrap .interakt_notification.notifyblocker {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    background-color: transparent
}

.interakt_wrap .interakt_notification.notifyblocker .notification-wrap {
    position: fixed;
    left: 50%;
    top: 50%;
    width: 100%;
    z-index: 2;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.interakt_wrap .interakt_notification.notifyblocker .notification-wrap .notifycontent {
    text-align: center;
    padding: 30px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    min-height: 210px;
    -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
    background-color: #fff;
    position: relative;
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
    border: 1px solid transparent
}

.interakt_wrap .interakt_notification.notifyblocker .notification-wrap .notifycontent .notifymsg {
    line-height: 1.5;
    color: #fff;
    text-align: center;
    font-weight: 300;
    font-size: 24px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1)
}

.interakt_wrap .interakt_notification.notifyblocker .notification-wrap .notifycontent .notification_header {
    font-size: 30px
}

.interakt_wrap .interakt_notification.notifyblocker .notification-wrap .notifycontent .notification-image {
    margin-bottom: 20px
}

.interakt_wrap .interakt_notification.notifyblocker .notification-wrap .notifycontent .noti-copy {
    text-align: center
}

.interakt_wrap .interakt_notification.notifyblocker .notification-wrap .notifycontent .notifyclose,
.interakt_wrap .interakt_notification.notifyblocker .notification-wrap .notifycontent .notifylink {
    font-weight: 700;
    font-size: 20px;
    margin: 0 8px;
    background-color: #09c;
    border: 1px solid #09c;
    padding: 4px 30px;
    display: inline-block;
    vertical-align: middle;
    line-height: 38px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px
}

.interakt_wrap .interakt_notification.notifyblocker .notification-wrap .notifycontent .notifyclose {
    background-color: transparent;
    border: 1px solid #09c;
    font-weight: 400
}

.interakt_wrap .interakt_notification.notifyblocker .notification-wrap .notifycontent .notifyclose:hover {
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05)
}

.interakt_wrap .interakt_notification.notifyblocker .notification-wrap .notifycontent .notifyclose:active {
    -webkit-transform: scale(0.95, 0.95);
    -moz-transform: scale(0.95, 0.95);
    -ms-transform: scale(0.95, 0.95);
    -o-transform: scale(0.95, 0.95);
    transform: scale(0.95, 0.95)
}

.interakt_wrap .interakt_notification.notifyblocker .notification-wrap .notifycontent .closebar {
    position: absolute;
    top: -10px;
    right: -10px
}

.interakt_wrap .interakt_notification.notifyblocker .notification-wrap .notifycontent .interaktlink {
    position: absolute;
    left: 15px;
    top: 15px
}

.interakt_wrap .interakt_notification.notifyblocker .notification-wrap .notifycontent .notification_social_links {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    padding-right: 12px;
    margin-right: 10px
}

.interakt_wrap .interakt_notification.notifyblocker .notification-wrap .notifycontent .notification_social_links a {
    height: 48px;
    width: 48px;
    margin-right: 10px;
    background-size: 24px
}

.interakt_wrap .interakt_notification.notifyblocker .notification-wrap .notifycontent .notification_email input[type='email'],
.interakt_wrap .interakt_notification.notifyblocker .notification-wrap .notifycontent .notification_email input[type='text'] {
    padding: 10px 10px 10px 15px;
    font-size: 20px;
    width: 100%;
    max-width: 240px;
    font-weight: 400;
    color: #333;
    height: 48px;
    line-height: 28px;
    margin: 0 -4px 0 0;
    border: 1px solid #9c0;
    -webkit-border-radius: 4px 0 0 4px!important;
    -moz-border-radius: 4px 0 0 4px!important;
    -ms-border-radius: 4px 0 0 4px!important;
    -o-border-radius: 4px 0 0 4px!important;
    border-radius: 4px 0 0 4px!important;
    background: #fff
}

.interakt_wrap .interakt_notification.notifyblocker .notification-wrap .notifycontent .notification_email input[type='email']::-webkit-input-placeholder,
.interakt_wrap .interakt_notification.notifyblocker .notification-wrap .notifycontent .notification_email input[type='text']::-webkit-input-placeholder {
    color: #666
}

.interakt_wrap .interakt_notification.notifyblocker .notification-wrap .notifycontent .notification_email input[type='email']:-moz-placeholder,
.interakt_wrap .interakt_notification.notifyblocker .notification-wrap .notifycontent .notification_email input[type='text']:-moz-placeholder {
    color: #666
}

.interakt_wrap .interakt_notification.notifyblocker .notification-wrap .notifycontent .notification_email input[type='email']::-moz-placeholder,
.interakt_wrap .interakt_notification.notifyblocker .notification-wrap .notifycontent .notification_email input[type='text']::-moz-placeholder {
    color: #666
}

.interakt_wrap .interakt_notification.notifyblocker .notification-wrap .notifycontent .notification_email input[type='email']:-ms-input-placeholder,
.interakt_wrap .interakt_notification.notifyblocker .notification-wrap .notifycontent .notification_email input[type='text']:-ms-input-placeholder {
    color: #666
}

.interakt_wrap .interakt_notification.notifyblocker .notification-wrap .notifycontent .notification_email button,
.interakt_wrap .interakt_notification.notifyblocker .notification-wrap .notifycontent .notification_email .button {
    -webkit-border-radius: 0 4px 4px 0!important;
    -moz-border-radius: 0 4px 4px 0!important;
    -ms-border-radius: 0 4px 4px 0!important;
    -o-border-radius: 0 4px 4px 0!important;
    border-radius: 0 4px 4px 0!important;
    padding: 0 20px;
    height: 48px!important;
    font-size: 20px;
    width: auto;
    line-height: 46px;
    background: rgba(0, 0, 0, 0.2);
    color: #fff
}

.interakt_wrap .interakt_notification.notifyblocker .notification-wrap .notifycontent .notification_email button:hover,
.interakt_wrap .interakt_notification.notifyblocker .notification-wrap .notifycontent .notification_email .button:hover {
    background: rgba(0, 0, 0, 0.3)
}

.interakt_wrap .interakt_notification.notifyfullpage {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.8)
}

.interakt_wrap .interakt_notification.notifyfullpage .notifycontent {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border: 1px solid transparent;
    -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1)
}

.interakt_wrap .interakt_notification.notifyfullpage .notifycontent-wrap {
    text-align: center;
    padding: 30px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    min-height: 240px;
    max-width: 700px;
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.interakt_wrap .interakt_notification.notifyfullpage .notifycontent-wrap .notifymsg {
    line-height: 1.5;
    color: #fff;
    text-align: center;
    font-weight: 300;
    font-size: 24px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1)
}

.interakt_wrap .interakt_notification.notifyfullpage .notifycontent-wrap .notification_header {
    font-size: 30px
}

.interakt_wrap .interakt_notification.notifyfullpage .notifycontent-wrap .notification-image {
    margin-bottom: 20px
}

.interakt_wrap .interakt_notification.notifyfullpage .notifycontent-wrap .noti-copy {
    text-align: center
}

.interakt_wrap .interakt_notification.notifyfullpage .notifycontent-wrap .notifyclose,
.interakt_wrap .interakt_notification.notifyfullpage .notifycontent-wrap .notifylink {
    font-weight: 700;
    font-size: 20px;
    margin: 0 8px;
    background-color: #09c;
    border: 1px solid #09c;
    padding: 4px 30px;
    display: inline-block;
    vertical-align: middle;
    line-height: 38px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px
}

.interakt_wrap .interakt_notification.notifyfullpage .notifycontent-wrap .notifyclose {
    background-color: transparent;
    border: 1px solid #09c;
    font-weight: 400
}

.interakt_wrap .interakt_notification.notifyfullpage .notifycontent-wrap .notifyclose:hover {
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05)
}

.interakt_wrap .interakt_notification.notifyfullpage .notifycontent-wrap .notifyclose:active {
    -webkit-transform: scale(0.95, 0.95);
    -moz-transform: scale(0.95, 0.95);
    -ms-transform: scale(0.95, 0.95);
    -o-transform: scale(0.95, 0.95);
    transform: scale(0.95, 0.95)
}

.interakt_wrap .interakt_notification.notifyfullpage .notifycontent-wrap .closebar {
    display: none!important
}

.interakt_wrap .interakt_notification.notifyfullpage .notifycontent-wrap .interaktlink {
    position: fixed;
    left: 20px;
    bottom: 20px;
    z-index: 99
}

.interakt_wrap .interakt_notification.notifyfullpage .notifycontent-wrap .notification_social_links {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    padding-right: 12px;
    margin-right: 10px
}

.interakt_wrap .interakt_notification.notifyfullpage .notifycontent-wrap .notification_social_links a {
    height: 48px;
    width: 48px;
    margin-right: 10px;
    background-size: 24px
}

.interakt_wrap .interakt_notification.notifyfullpage .notifycontent-wrap .notification_email input[type='email'],
.interakt_wrap .interakt_notification.notifyfullpage .notifycontent-wrap .notification_email input[type='text'] {
    padding: 10px 10px 10px 15px;
    font-size: 20px;
    width: 100%;
    max-width: 240px;
    font-weight: 400;
    color: #333;
    height: 48px;
    line-height: 28px;
    margin: 0 -4px 0 0;
    border: 1px solid #9c0;
    -webkit-border-radius: 4px 0 0 4px!important;
    -moz-border-radius: 4px 0 0 4px!important;
    -ms-border-radius: 4px 0 0 4px!important;
    -o-border-radius: 4px 0 0 4px!important;
    border-radius: 4px 0 0 4px!important;
    background: #fff
}

.interakt_wrap .interakt_notification.notifyfullpage .notifycontent-wrap .notification_email input[type='email']::-webkit-input-placeholder,
.interakt_wrap .interakt_notification.notifyfullpage .notifycontent-wrap .notification_email input[type='text']::-webkit-input-placeholder {
    color: #666
}

.interakt_wrap .interakt_notification.notifyfullpage .notifycontent-wrap .notification_email input[type='email']:-moz-placeholder,
.interakt_wrap .interakt_notification.notifyfullpage .notifycontent-wrap .notification_email input[type='text']:-moz-placeholder {
    color: #666
}

.interakt_wrap .interakt_notification.notifyfullpage .notifycontent-wrap .notification_email input[type='email']::-moz-placeholder,
.interakt_wrap .interakt_notification.notifyfullpage .notifycontent-wrap .notification_email input[type='text']::-moz-placeholder {
    color: #666
}

.interakt_wrap .interakt_notification.notifyfullpage .notifycontent-wrap .notification_email input[type='email']:-ms-input-placeholder,
.interakt_wrap .interakt_notification.notifyfullpage .notifycontent-wrap .notification_email input[type='text']:-ms-input-placeholder {
    color: #666
}

.interakt_wrap .interakt_notification.notifyfullpage .notifycontent-wrap .notification_email button,
.interakt_wrap .interakt_notification.notifyfullpage .notifycontent-wrap .notification_email .button {
    -webkit-border-radius: 0 4px 4px 0!important;
    -moz-border-radius: 0 4px 4px 0!important;
    -ms-border-radius: 0 4px 4px 0!important;
    -o-border-radius: 0 4px 4px 0!important;
    border-radius: 0 4px 4px 0!important;
    padding: 0 20px;
    height: 48px!important;
    font-size: 20px;
    line-height: 0;
    line-height: 46px;
    width: auto;
    background: rgba(0, 0, 0, 0.2);
    color: #fff
}

.interakt_wrap .interakt_notification.notifyfullpage .notifycontent-wrap .notification_email button:hover,
.interakt_wrap .interakt_notification.notifyfullpage .notifycontent-wrap .notification_email .button:hover {
    background: rgba(0, 0, 0, 0.3)
}

.int-client-popup-box {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 99999999;
    -webkit-box-shadow: 0 2px 12px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 12px 1px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 2px 12px 1px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 2px 12px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 12px 1px rgba(0, 0, 0, 0.1);
    border: 1px solid #e9e9e9;
    width: 320px;
    white-space: nowrap;
    text-align: left;
    background-color: #fff;
    -webkit-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
    -ms-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-transform: translate(-50%, -110%);
    -moz-transform: translate(-50%, -110%);
    -ms-transform: translate(-50%, -110%);
    -o-transform: translate(-50%, -110%);
    transform: translate(-50%, -110%);
    font-family: "Helevtica Neue", "Helevtica", 'Arial', sans-serif
}

.int-client-popup-box.show-int-popup {
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

.int-client-popup-box,
.int-client-popup-box * {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

.int-client-popup-box .int-client-popup-icon {
    display: inline-block;
    vertical-align: top;
    width: 80px;
    height: 80px
}

.int-client-popup-box .int-client-popup-icon img {
    width: 100%;
    height: auto;
    max-height: 80px
}

.int-client-popup-box .int-client-popup-content {
    display: inline-block;
    vertical-align: top;
    width: 240px;
    margin-left: -5px;
    position: relative;
    padding: 10px;
    height: 92px
}

.int-client-popup-box .int-client-popup-header {
    font-weight: 700;
    font-size: 13px;
    line-height: 1.3;
    letter-spacing: 0;
    white-space: normal
}

.int-client-popup-box .int-client-popup-footer {
    position: static;
    margin: 10px 0
}

.int-client-popup-box .int-client-popup-footer:after {
    content: "";
    display: block;
    clear: both
}

.int-client-popup-box .int-client-popup-branding {
    font-size: 10px;
    font-weight: 700;
    background: #fafafa;
    text-align: center;
    border-top: 1px solid #f3f3f3;
    margin-top: 3px;
    letter-spacing: 0;
    line-height: 24px;
    color: #999
}

.int-client-popup-box .int-client-popup-actions {
    width: 100%
}

.int-client-popup-box .int-client-popup-actions a {
    line-height: 20px;
    display: inline-block;
    border: 1px solid #eaeaea;
    padding: 4px 10px;
    width: 100%;
    max-width: 100px;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    color: #666
}

.int-client-popup-box .int-client-popup-actions a:hover {
    color: #333;
    border-color: #ddd
}

.int-client-popup-box .int-client-popup-actions a:active {
    color: #222;
    background-color: #f1f1f1
}

.int-client-popup-box .int-client-popup-actions a.int-client-allow-button {
    background-color: #8bc34a;
    border-color: #7eb73d;
    color: #fff;
    margin-left: 8px
}

.int-client-popup-box .int-client-popup-actions a.int-client-allow-button:hover {
    color: #fff;
    border-color: #71a436;
    background-color: #7eb73d
}

.int-client-popup-box .int-client-popup-actions a.int-client-allow-button:active {
    color: #fff;
    border-color: #649130;
    background-color: #71a436
}

.show-interakt-feedback .int-feedback-wrap {
    visibility: visible!important;
    z-index: 99999!important;
    opacity: 1!important
}

.show-interakt-feedback .int-feedback-wrap .feedwrap {
    opacity: 1!important;
    -webkit-transition-delay: .3s!important;
    -moz-transition-delay: .3s!important;
    transition-delay: .3s!important;
    -webkit-transform: translate(-50%, -50%) scale(1, 1)!important;
    -moz-transform: translate(-50%, -50%) scale(1, 1)!important;
    -ms-transform: translate(-50%, -50%) scale(1, 1)!important;
    -o-transform: translate(-50%, -50%) scale(1, 1)!important;
    transform: translate(-50%, -50%) scale(1, 1)!important
}

.show-interakt-feedback .feedbackhead {
    opacity: 0!important;
    visibility: hidden!important
}

#interakt_feedback {
    z-index: 999999
}

#interakt_feedback *,
#interakt_feedback *:after,
#interakt_feedback *:before {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

#interakt_feedback * {
    font-size: 14px;
    margin: 0;
    padding: 0;
    border: none
}

#interakt_feedback.pushfeedback .feedbackhead {
    position: fixed;
    cursor: pointer;
    z-index: 999999;
    opacity: 1;
    visibility: visible;
    -webkit-transition: 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -moz-transition: 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -ms-transition: 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -o-transition: 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    font-weight: 700
}

#interakt_feedback.pushfeedback .feedbackhead.button_left {
    left: 0px;
    bottom: 50%;
    padding: 0 10px;
    border-radius: 6px 6px 0 0;
    line-height: 30px;
    color: #fff;
    letter-spacing: 0.04em;
    float: left;
    transform-origin: top center;
    -webkit-transform: translate(-20%, 100%) rotate(90deg);
    -moz-transform: translate(-20%, 100%) rotate(90deg);
    -ms-transform: translate(-20%, 100%) rotate(90deg);
    -o-transform: translate(-20%, 100%) rotate(90deg);
    transform: translate(-20%, 100%) rotate(90deg)
}

#interakt_feedback.pushfeedback .feedbackhead.button_left:hover {
    opacity: .9;
    -webkit-box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.3)
}

#interakt_feedback.pushfeedback .feedbackhead.button_left:active {
    opacity: 1
}

#interakt_feedback.pushfeedback .feedbackhead.button_right {
    right: 0px;
    bottom: 50%;
    padding: 0 10px;
    border-radius: 6px 6px 0 0;
    line-height: 30px;
    color: #fff;
    letter-spacing: 0.04em;
    float: left;
    transform-origin: top center;
    -webkit-transform: translate(20%, 100%) rotate(-90deg);
    -moz-transform: translate(20%, 100%) rotate(-90deg);
    -ms-transform: translate(20%, 100%) rotate(-90deg);
    -o-transform: translate(20%, 100%) rotate(-90deg);
    transform: translate(20%, 100%) rotate(-90deg)
}

#interakt_feedback.pushfeedback .feedbackhead.button_right:hover {
    opacity: .9;
    -webkit-box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.3)
}

#interakt_feedback.pushfeedback .feedbackhead.button_right:active {
    opacity: 1
}

#interakt_feedback.pushfeedback .feedbackhead.icon_left {
    width: 54px;
    height: 54px;
    overflow: hidden;
    left: 30px;
    bottom: 30px;
    text-indent: -200px;
    color: transparent;
    line-height: 54px;
    max-width: 54px;
    background: #666 url(https://app.interakt.co/assets/chatsprites-49c1df46f20caa8b60db8e9ab26e84a5.png) no-repeat -7px -319px;
    border: 1px solid rgba(235, 235, 235, 0.99)
}

#interakt_feedback.pushfeedback .feedbackhead.icon_left:hover {
    -webkit-transform: translate(0, -1px);
    -moz-transform: translate(0, -1px);
    -ms-transform: translate(0, -1px);
    -o-transform: translate(0, -1px);
    transform: translate(0, -1px)
}

#interakt_feedback.pushfeedback .feedbackhead.icon_right {
    width: 54px;
    height: 54px;
    overflow: hidden;
    right: 30px;
    bottom: 30px;
    overflow: hidden;
    text-indent: -200px;
    color: transparent;
    line-height: 54px;
    max-width: 54px;
    background: #666 url(https://app.interakt.co/assets/chatsprites-49c1df46f20caa8b60db8e9ab26e84a5.png) no-repeat -7px -319px;
    border: 1px solid rgba(235, 235, 235, 0.99)
}

#interakt_feedback.pushfeedback .feedbackhead.icon_right:hover {
    -webkit-transform: translate(0, -1px);
    -moz-transform: translate(0, -1px);
    -ms-transform: translate(0, -1px);
    -o-transform: translate(0, -1px);
    transform: translate(0, -1px)
}

#interakt_feedback.pushfeedback .feedbackhead.help_left {
    width: 54px;
    height: 54px;
    overflow: hidden;
    left: 30px;
    bottom: 30px;
    text-indent: -200px;
    color: transparent;
    line-height: 54px;
    max-width: 54px;
    background: #666 url(https://app.interakt.co/assets/chatsprites-49c1df46f20caa8b60db8e9ab26e84a5.png) no-repeat -14px -541px;
    border: 1px solid rgba(235, 235, 235, 0.99)
}

#interakt_feedback.pushfeedback .feedbackhead.help_left:hover {
    -webkit-transform: translate(0, -1px);
    -moz-transform: translate(0, -1px);
    -ms-transform: translate(0, -1px);
    -o-transform: translate(0, -1px);
    transform: translate(0, -1px)
}

#interakt_feedback.pushfeedback .feedbackhead.help_right {
    width: 54px;
    height: 54px;
    overflow: hidden;
    color: transparent;
    line-height: 54px;
    max-width: 54px;
    right: 30px;
    bottom: 30px;
    overflow: hidden;
    text-indent: -200px;
    background: #666 url(https://app.interakt.co/assets/chatsprites-49c1df46f20caa8b60db8e9ab26e84a5.png) no-repeat -14px -541px;
    border: 1px solid rgba(235, 235, 235, 0.99)
}

#interakt_feedback.pushfeedback .feedbackhead.help_right:hover {
    -webkit-transform: translate(0, -1px);
    -moz-transform: translate(0, -1px);
    -ms-transform: translate(0, -1px);
    -o-transform: translate(0, -1px);
    transform: translate(0, -1px)
}

#interakt_feedback.pushfeedback .feedbackhead.message_left {
    left: 30px;
    bottom: 30px;
    width: 54px;
    height: 54px;
    overflow: hidden;
    color: transparent;
    line-height: 54px;
    max-width: 54px;
    text-indent: -200px;
    border: 1px solid rgba(235, 235, 235, 0.99);
    background: #666 url(https://app.interakt.co/assets/chatsprites-49c1df46f20caa8b60db8e9ab26e84a5.png) no-repeat -14px -643px
}

#interakt_feedback.pushfeedback .feedbackhead.message_left:hover {
    -webkit-transform: translate(0, -1px);
    -moz-transform: translate(0, -1px);
    -ms-transform: translate(0, -1px);
    -o-transform: translate(0, -1px);
    transform: translate(0, -1px)
}

#interakt_feedback.pushfeedback .feedbackhead.message_right {
    right: 30px;
    bottom: 30px;
    width: 54px;
    height: 54px;
    overflow: hidden;
    color: transparent;
    line-height: 54px;
    max-width: 54px;
    overflow: hidden;
    text-indent: -200px;
    border: 1px solid rgba(235, 235, 235, 0.99);
    background: #666 url(https://app.interakt.co/assets/chatsprites-49c1df46f20caa8b60db8e9ab26e84a5.png) no-repeat -14px -643px
}

#interakt_feedback.pushfeedback .feedbackhead.message_right:hover {
    -webkit-transform: translate(0, -1px);
    -moz-transform: translate(0, -1px);
    -ms-transform: translate(0, -1px);
    -o-transform: translate(0, -1px);
    transform: translate(0, -1px)
}

#interakt_feedback.pushfeedback .int-feedback-wrap {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.8);
    visibility: hidden;
    z-index: -999;
    opacity: 0;
    -webkit-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -moz-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -ms-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -o-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955)
}

#interakt_feedback.pushfeedback .feedwrap {
    width: 400px;
    position: fixed;
    left: 50%;
    top: 50%;
    opacity: 0;
    display: block;
    height: auto;
    max-height: 96vh;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
    -webkit-transform: translate(-50%, -45%) scale(0.9, 0.9);
    -moz-transform: translate(-50%, -45%) scale(0.9, 0.9);
    -ms-transform: translate(-50%, -45%) scale(0.9, 0.9);
    -o-transform: translate(-50%, -45%) scale(0.9, 0.9);
    transform: translate(-50%, -45%) scale(0.9, 0.9);
    background-color: #fff;
    -webkit-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
    -ms-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1)
}

#interakt_feedback.pushfeedback .feedwrap .feedheader {
    position: relative;
    z-index: 2;
    line-height: 50px;
    text-align: left;
    padding: 0 20px;
    font-family: "Roboto Condensed", "Roboto", "Helvetica Neue", "Helvetica", Arial, sans-serif;
    text-transform: uppercase;
    color: #333;
    font-weight: 700;
    background-color: #fff;
    border-bottom: 1px solid #ddd
}

#interakt_feedback.pushfeedback .feedwrap .feedheader,
#interakt_feedback.pushfeedback .feedwrap .feedheader span {
    font-size: 16px
}

#interakt_feedback.pushfeedback .feedwrap iframe {
    width: 100%;
    margin: 0;
    padding: 0;
    min-height: 444px!important;
    max-height: calc(96vh - 50px)!important;
    overflow: auto
}

#interakt_feedback.pushfeedback .feedwrap .closefbb {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    font-weight: 300;
    color: #666;
    font-size: 22px!important;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    -webkit-border-radius: 0 4px 0 0;
    -moz-border-radius: 0 4px 0 0;
    border-radius: 0 4px 0 0;
    cursor: pointer;
    z-index: 10;
    font-family: "Roboto", "Helvetica Neue", "Helvetica", "Arial", sans-serif
}

#interakt_feedback.pushfeedback .feedwrap .closefbb:hover {
    color: #d64700;
    background-color: #f6f6f6;
    cursor: pointer
}

#interakt_feedback.pushfeedback .feedwrap .closefbb:active {
    color: #d64700;
    background-color: #eaeaea;
    cursor: pointer
}

.animatebody {
    -webkit-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
    -ms-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1)
}

.intBlock {
    height: 100%;
    overflow: hidden
}

html.interakt-widget-show {
    width: 100%!important;
    height: 106%!important;
    overflow: visible!important
}

@media all and (min-width: 320px) and (max-width: 599px) {
    .interakt_wrap .interakt_notification.notifybar,
    .interakt_wrap .interakt_notification.notifybubble {
        position: fixed;
        top: 0!important;
        left: 0!important;
        right: 0!important;
        border-radius: 0!important;
        bottom: auto!important;
        height: auto!important;
        width: auto!important;
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    .interakt_wrap .interakt_notification.notifybar.outofview,
    .interakt_wrap .interakt_notification.notifybubble.outofview {
        opacity: 0;
        -webkit-transform: translate(0, -600px)!important;
        -moz-transform: translate(0, -600px)!important;
        -ms-transform: translate(0, -600px)!important;
        -o-transform: translate(0, -600px)!important;
        transform: translate(0, -600px)!important
    }
    .interakt_wrap .interakt_notification.notifybar .notifycontent,
    .interakt_wrap .interakt_notification.notifybubble .notifycontent {
        width: 100%!important;
        text-align: center!important;
        padding: 30px!important;
        -webkit-border-radius: 0!important;
        -moz-border-radius: 0!important;
        -ms-border-radius: 0!important;
        -o-border-radius: 0!important;
        border-radius: 0!important;
        white-space: normal!important
    }
    .interakt_wrap .interakt_notification.notifybar .notifycontent .notifymsg,
    .interakt_wrap .interakt_notification.notifybubble .notifycontent .notifymsg {
        display: block!important;
        text-align: center
    }
    .interakt_wrap .interakt_notification.notifybar .notifycontent .notification-image,
    .interakt_wrap .interakt_notification.notifybar .notifycontent .notification_header,
    .interakt_wrap .interakt_notification.notifybar .notifycontent .notifymsg,
    .interakt_wrap .interakt_notification.notifybar .notifycontent .nowrapView,
    .interakt_wrap .interakt_notification.notifybubble .notifycontent .notification-image,
    .interakt_wrap .interakt_notification.notifybubble .notifycontent .notification_header,
    .interakt_wrap .interakt_notification.notifybubble .notifycontent .notifymsg,
    .interakt_wrap .interakt_notification.notifybubble .notifycontent .nowrapView {
        width: 100%
    }
    .interakt_wrap .interakt_notification.notifybar .notifycontent .notification-image,
    .interakt_wrap .interakt_notification.notifybubble .notifycontent .notification-image {
        margin-bottom: 20px!important
    }
    .interakt_wrap .interakt_notification.notifybar .notifycontent .notification-image img,
    .interakt_wrap .interakt_notification.notifybubble .notifycontent .notification-image img {
        max-width: 90%;
        max-height: auto
    }
    .interakt_wrap .interakt_notification.notifybar .notifycontent .noti-copy,
    .interakt_wrap .interakt_notification.notifybubble .notifycontent .noti-copy {
        margin-bottom: 10px;
        text-align: center
    }
    .interakt_wrap .interakt_notification.notifybar .notifycontent .notifymsg,
    .interakt_wrap .interakt_notification.notifybubble .notifycontent .notifymsg {
        font-size: 16px
    }
    .interakt_wrap .interakt_notification.notifybar .notifycontent .notification_header,
    .interakt_wrap .interakt_notification.notifybubble .notifycontent .notification_header {
        font-size: 20px
    }
    .interakt_wrap .interakt_notification.notifybar .notifycontent .closebar,
    .interakt_wrap .interakt_notification.notifybubble .notifycontent .closebar {
        padding: 10px;
        width: 36px;
        height: 36px;
        top: initial!important;
        background-color: white!important;
        bottom: -18px;
        right: unset!important;
        left: 50%!important;
        -webkit-transform: translate(-50%, 0)!important;
        -moz-transform: translate(-50%, 0)!important;
        -ms-transform: translate(-50%, 0)!important;
        -o-transform: translate(-50%, 0)!important;
        transform: translate(-50%, 0)!important
    }
    .interakt_wrap .interakt_notification.notifybar .notifycontent .closebar svg,
    .interakt_wrap .interakt_notification.notifybubble .notifycontent .closebar svg {
        width: 14px;
        height: 14px
    }
    .interakt_wrap .interakt_notification.notifybar .notifycontent .closebar:hover,
    .interakt_wrap .interakt_notification.notifybubble .notifycontent .closebar:hover {
        background-color: #f44336!important;
        color: white!important;
        border-color: white!important
    }
    .interakt_wrap .interakt_notification.notifybar .notifycontent .closebar:hover svg,
    .interakt_wrap .interakt_notification.notifybubble .notifycontent .closebar:hover svg {
        fill: white!important
    }
    .interakt_wrap .interakt_notification.notifybar .notifycontent .closebar:active,
    .interakt_wrap .interakt_notification.notifybubble .notifycontent .closebar:active {
        background-color: #f32c1e!important;
        color: white!important;
        border-color: white!important
    }
    .interakt_wrap .interakt_notification.notifybar .notifycontent .closebar:active svg,
    .interakt_wrap .interakt_notification.notifybubble .notifycontent .closebar:active svg {
        fill: white!important
    }
    .interakt_wrap .interakt_notification.notifybar .notification_email,
    .interakt_wrap .interakt_notification.notifybubble .notification_email {
        text-align: center;
        display: inline-block!important
    }
    .interakt_wrap .interakt_notification.notifyblocker .notification-wrap {
        max-width: 90%!important
    }
    .interakt_wrap .interakt_notification.notifyblocker .notification-wrap .notifycontent .notifymsg {
        font-size: 18px!important;
        line-height: 1.3;
        padding-bottom: 20px;
        margin-bottom: 20px
    }
    .interakt_wrap .interakt_notification.notifyblocker .notification-wrap .notifycontent .notification_header {
        font-size: 24px!important
    }
    .interakt_wrap .interakt_notification.notifyblocker .notification-wrap .notifycontent .nowrapView {
        max-width: 100%
    }
    .interakt_wrap .interakt_notification.notifyblocker .notification-wrap .notifycontent .notification_email {
        width: 100%;
        margin: 0!important
    }
    .interakt_wrap .interakt_notification.notifyblocker .notification-wrap .notifycontent .notification_email button,
    .interakt_wrap .interakt_notification.notifyblocker .notification-wrap .notifycontent .notification_email input[type='email'],
    .interakt_wrap .interakt_notification.notifyblocker .notification-wrap .notifycontent .notification_email input[type='text'] {
        line-height: 41px!important;
        height: 41px!important;
        padding: 0 10px;
        font-size: 18px!important
    }
    .interakt_wrap .interakt_notification.notifyblocker .notification-wrap .notifycontent .notification_email input[type='email'],
    .interakt_wrap .interakt_notification.notifyblocker .notification-wrap .notifycontent .notification_email input[type='text'] {
        max-width: 80.1%;
        width: 80.1%!important
    }
    .interakt_wrap .interakt_notification.notifyblocker .notification-wrap .notifycontent .notification_email button {
        width: 20%!important;
        overflow: hidden;
        text-indent: 200px;
        height: 41px!important;
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAACyUlEQVRo3tWaS27CMBCGWfUAiBXiBD1C1RN02TVHYFFVXfYWiNNUWaCuEeIAWfYAVRShAA6dP7IjY5Fk/ErSkUZ1obVnPJ/Hz8kkgJzP54UQYlmW5Zo0IU1JM1IhNZOf4bs1/hb/E6JtH6NnZMg7GbQjvTrqDnWgrj4Nn1PDG9L8agiMcimjLtSJuqMZfjweH6i3Pu8Zfk9cnEHdaANthe71R6r84IGKrR7QZhDjL5fLKwZhrF5viUaGtr2Mp3CukEU4xsdwBm3DBh/j+0KmVa2dkNgIvVf6RsiMBBsnOWBZzPfhjPZZ1jmwkb56zjbW2ak1xco83xjKrnJEhOoybGxCZ86dpFwQIi1UdF0Q0r7L787YcnkQM/z56XSaBUJ0Y/b+TPV+LIRQP9qSTuxdEVJ13SwAsSIMhU6XA9KJKZxwQUgJbNbx8VkSsxHSo6474ag7hc/CIpQ/5PmHo76Z40454YBQpdWmCLsjCyz2VlM6Q7pw6sBoCXzWFmEL7oCkwBWnNRxILLJMFAe0SOy4CMlyAgfSIRHSpSiKqUooTHtSOJANjVCTEwzN4IAYA0JtkWhBSFQOjAUhXWhgvzDsEaNDCEKblydq65eLUDomhJTxzCxUDeJkLAjpPc+0JxnFRGYabzWRyUPZQREi459LbR/OnciqpYS5mOsbIWW87VqoXsxBbCYO0m/SrfxpltXvW7NMvfXVZrzzchqib2i4ONmWzf1AEzZchG42NPqWMpS0OdCFTRdCpbmllBhF39QHwEbpxsSxPlaJiRAHGwZCeeNFCA6NIiJ05mLThlDjwRbk3x8tSpTqw91YODki1H24q2WJ+nh9JMo/XtfGw4o7Q8cUmfO9bmnEgAi5XzEZOPnmbRf1v+QzBvahR2zCXbMq0S+6Y052US66jWjUTw1CLjPK2E8N7jhy89jDAZNqSdz7Y48GZwZ7bvMHBhnrtp4ihp0AAAAASUVORK5CYII=")!important;
        background-repeat: no-repeat!important;
        background-position: center!important;
        background-size: 24px!important
    }
    .interakt_wrap .interakt_notification.notifyblocker .notification-wrap .notifycontent .notifyclose,
    .interakt_wrap .interakt_notification.notifyblocker .notification-wrap .notifycontent .notifylink {
        margin: 20px 0 0!important;
        display: block!important;
        line-height: 36px!important;
        height: 44px!important;
        font-size: 20px!important
    }
    .interakt_wrap .interakt_notification.notifyblocker .notification-wrap .notifycontent .closebar {
        padding: 10px;
        width: 36px;
        height: 36px;
        background-color: white!important;
        top: -18px!important;
        right: -18px!important
    }
    .interakt_wrap .interakt_notification.notifyblocker .notification-wrap .notifycontent .closebar svg {
        width: 14px;
        height: 14px
    }
    .interakt_wrap .interakt_notification.notifyblocker .notification-wrap .notifycontent .interaktlink {
        display: none!important
    }
    .interakt_wrap .interakt_notification.notifyfullpage .notification-wrap {
        max-width: 90%!important
    }
    .interakt_wrap .interakt_notification.notifyfullpage .notification-wrap .notifycontent .notifymsg {
        font-size: 18px!important;
        line-height: 1.3;
        padding-bottom: 20px;
        margin-bottom: 20px
    }
    .interakt_wrap .interakt_notification.notifyfullpage .notification-wrap .notifycontent .notification_header {
        font-size: 24px!important
    }
    .interakt_wrap .interakt_notification.notifyfullpage .notification-wrap .notifycontent .nowrapView {
        max-width: 100%
    }
    .interakt_wrap .interakt_notification.notifyfullpage .notification-wrap .notifycontent .notification_email {
        width: 100%;
        margin: 0!important
    }
    .interakt_wrap .interakt_notification.notifyfullpage .notification-wrap .notifycontent .notification_email button,
    .interakt_wrap .interakt_notification.notifyfullpage .notification-wrap .notifycontent .notification_email input[type='email'],
    .interakt_wrap .interakt_notification.notifyfullpage .notification-wrap .notifycontent .notification_email input[type='text'] {
        line-height: 41px!important;
        height: 41px!important;
        padding: 0 10px;
        font-size: 18px!important
    }
    .interakt_wrap .interakt_notification.notifyfullpage .notification-wrap .notifycontent .notification_email input[type='email'],
    .interakt_wrap .interakt_notification.notifyfullpage .notification-wrap .notifycontent .notification_email input[type='text'] {
        max-width: 80.1%;
        width: 80.1%!important
    }
    .interakt_wrap .interakt_notification.notifyfullpage .notification-wrap .notifycontent .notification_email button {
        width: 20%!important;
        overflow: hidden;
        text-indent: 200px;
        height: 41px!important;
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAACyUlEQVRo3tWaS27CMBCGWfUAiBXiBD1C1RN02TVHYFFVXfYWiNNUWaCuEeIAWfYAVRShAA6dP7IjY5Fk/ErSkUZ1obVnPJ/Hz8kkgJzP54UQYlmW5Zo0IU1JM1IhNZOf4bs1/hb/E6JtH6NnZMg7GbQjvTrqDnWgrj4Nn1PDG9L8agiMcimjLtSJuqMZfjweH6i3Pu8Zfk9cnEHdaANthe71R6r84IGKrR7QZhDjL5fLKwZhrF5viUaGtr2Mp3CukEU4xsdwBm3DBh/j+0KmVa2dkNgIvVf6RsiMBBsnOWBZzPfhjPZZ1jmwkb56zjbW2ak1xco83xjKrnJEhOoybGxCZ86dpFwQIi1UdF0Q0r7L787YcnkQM/z56XSaBUJ0Y/b+TPV+LIRQP9qSTuxdEVJ13SwAsSIMhU6XA9KJKZxwQUgJbNbx8VkSsxHSo6474ag7hc/CIpQ/5PmHo76Z40454YBQpdWmCLsjCyz2VlM6Q7pw6sBoCXzWFmEL7oCkwBWnNRxILLJMFAe0SOy4CMlyAgfSIRHSpSiKqUooTHtSOJANjVCTEwzN4IAYA0JtkWhBSFQOjAUhXWhgvzDsEaNDCEKblydq65eLUDomhJTxzCxUDeJkLAjpPc+0JxnFRGYabzWRyUPZQREi459LbR/OnciqpYS5mOsbIWW87VqoXsxBbCYO0m/SrfxpltXvW7NMvfXVZrzzchqib2i4ONmWzf1AEzZchG42NPqWMpS0OdCFTRdCpbmllBhF39QHwEbpxsSxPlaJiRAHGwZCeeNFCA6NIiJ05mLThlDjwRbk3x8tSpTqw91YODki1H24q2WJ+nh9JMo/XtfGw4o7Q8cUmfO9bmnEgAi5XzEZOPnmbRf1v+QzBvahR2zCXbMq0S+6Y052US66jWjUTw1CLjPK2E8N7jhy89jDAZNqSdz7Y48GZwZ7bvMHBhnrtp4ihp0AAAAASUVORK5CYII=")!important;
        background-repeat: no-repeat!important;
        background-position: center!important;
        background-size: 24px!important
    }
    .interakt_wrap .interakt_notification.notifyfullpage .notification-wrap .notifycontent .notifyclose,
    .interakt_wrap .interakt_notification.notifyfullpage .notification-wrap .notifycontent .notifylink {
        margin: 20px 0 0!important;
        display: block!important;
        line-height: 36px!important;
        height: 44px!important;
        font-size: 20px!important
    }
    .interakt_wrap .interakt_notification.notifyfullpage .notification-wrap .notifycontent .closebar {
        padding: 10px;
        width: 36px;
        height: 36px;
        background-color: white!important;
        top: -18px!important;
        right: -18px!important
    }
    .interakt_wrap .interakt_notification.notifyfullpage .notification-wrap .notifycontent .closebar svg {
        width: 14px;
        height: 14px
    }
    .interakt_wrap .interakt_notification.notifyfullpage .notification-wrap .notifycontent .interaktlink {
        display: none!important
    }
    body.show-interakt-chat {
        width: 100%!important;
        height: 100%!important;
        overflow: hidden!important
    }
    body.show-interakt-chat #interakt_chat,
    body.show-interakt-chat #interakt_chat.left,
    body.show-interakt-chat #interakt_chat.panel,
    body.show-interakt-chat #interakt_chat.right {
        overflow: visible;
        top: 0!important;
        left: 0!important;
        right: 0!important;
        width: 100%!important;
        min-width: 320px!important;
        max-width: 100%!important
    }
    .chatter {
        display: block
    }
    #interakt_chat {
        max-width: 100%!important;
        left: 0;
        right: 0;
        top: 120%!important
    }
    #interakt_chat .chatwrap {
        height: calc(100vh - 48px)
    }
    #interakt_chat .chathead {
        -webkit-border-radius: 0!important;
        -moz-border-radius: 0!important;
        -ms-border-radius: 0!important;
        -o-border-radius: 0!important;
        border-radius: 0!important;
        padding: 0 40px;
        height: 48px
    }
    #interakt_chat .chathead:before {
        left: 15px;
        top: 15px
    }
    #interakt_chat .chathead .ichatshrink {
        right: 12px;
        top: 12px
    }
    #interakt_chat .chathead .chatlabel {
        line-height: 46px!important;
        border: none
    }
    #interakt_chat iframe {
        height: calc(100vh - 52px)
    }
    #interakt_feedback.pushfeedback .feedwrap {
        width: 94%
    }
    #interakt_feedback.pushfeedback iframe {
        width: 100%;
        min-width: 100%;
        max-width: 100%
    }
}

@media all and (min-width: 600px) and (max-width: 800px) {
    .interakt_notification.notifybar {
        white-space: normal
    }
    .interakt_notification.notifybar .notification-image,
    .interakt_notification.notifybar .notification_header,
    .interakt_notification.notifybar .notifymsg,
    .interakt_notification.notifybar .nowrapView {
        width: 100%
    }
    .interakt_notification.notifybar .notifycontent {
        padding: 20px!important;
        white-space: normal!important
    }
    .interakt_notification.notifybar .notification-image {
        margin-bottom: 20px
    }
    .interakt_notification.notifybar .notification-image img {
        max-width: 90%;
        max-height: auto
    }
    .interakt_notification.notifybar .noti-copy {
        margin-bottom: 20px
    }
    .interakt_notification.notifybar .closebar {
        padding: 15px;
        width: 48px;
        height: 48px
    }
    .interakt_notification.notifybar .closebar svg {
        width: 16px;
        height: 16px
    }
    .interakt_notification.notifyblocker .notifycontent {
        max-width: 94%
    }
    .interakt_notification.notifyblocker .notifycontent .notifymsg {
        font-size: 32px;
        line-height: 1.3;
        padding-bottom: 20px;
        margin-bottom: 20px
    }
    .interakt_notification.notifyblocker .notifycontent .notification_email {
        width: 100%;
        margin: 0!important
    }
    .interakt_notification.notifyblocker .notifycontent .notification_email button,
    .interakt_notification.notifyblocker .notifycontent .notification_email input[type='email'],
    .interakt_notification.notifyblocker .notifycontent .notification_email input[type='text'] {
        line-height: 54px!important;
        height: 54px!important;
        font-size: 24px!important
    }
    .interakt_notification.notifyblocker .notifycontent .notification_email input[type='email'],
    .interakt_notification.notifyblocker .notifycontent .notification_email input[type='text'] {
        max-width: 80%!important;
        width: 80%!important
    }
    .interakt_notification.notifyblocker .notifycontent .notification_email button {
        width: 20%!important;
        overflow: hidden;
        text-indent: 200px;
        height: 54px!important;
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAACyUlEQVRo3tWaS27CMBCGWfUAiBXiBD1C1RN02TVHYFFVXfYWiNNUWaCuEeIAWfYAVRShAA6dP7IjY5Fk/ErSkUZ1obVnPJ/Hz8kkgJzP54UQYlmW5Zo0IU1JM1IhNZOf4bs1/hb/E6JtH6NnZMg7GbQjvTrqDnWgrj4Nn1PDG9L8agiMcimjLtSJuqMZfjweH6i3Pu8Zfk9cnEHdaANthe71R6r84IGKrR7QZhDjL5fLKwZhrF5viUaGtr2Mp3CukEU4xsdwBm3DBh/j+0KmVa2dkNgIvVf6RsiMBBsnOWBZzPfhjPZZ1jmwkb56zjbW2ak1xco83xjKrnJEhOoybGxCZ86dpFwQIi1UdF0Q0r7L787YcnkQM/z56XSaBUJ0Y/b+TPV+LIRQP9qSTuxdEVJ13SwAsSIMhU6XA9KJKZxwQUgJbNbx8VkSsxHSo6474ag7hc/CIpQ/5PmHo76Z40454YBQpdWmCLsjCyz2VlM6Q7pw6sBoCXzWFmEL7oCkwBWnNRxILLJMFAe0SOy4CMlyAgfSIRHSpSiKqUooTHtSOJANjVCTEwzN4IAYA0JtkWhBSFQOjAUhXWhgvzDsEaNDCEKblydq65eLUDomhJTxzCxUDeJkLAjpPc+0JxnFRGYabzWRyUPZQREi459LbR/OnciqpYS5mOsbIWW87VqoXsxBbCYO0m/SrfxpltXvW7NMvfXVZrzzchqib2i4ONmWzf1AEzZchG42NPqWMpS0OdCFTRdCpbmllBhF39QHwEbpxsSxPlaJiRAHGwZCeeNFCA6NIiJ05mLThlDjwRbk3x8tSpTqw91YODki1H24q2WJ+nh9JMo/XtfGw4o7Q8cUmfO9bmnEgAi5XzEZOPnmbRf1v+QzBvahR2zCXbMq0S+6Y052US66jWjUTw1CLjPK2E8N7jhy89jDAZNqSdz7Y48GZwZ7bvMHBhnrtp4ihp0AAAAASUVORK5CYII=")!important;
        background-repeat: no-repeat!important;
        background-position: center!important;
        background-size: 32px!important
    }
    .interakt_notification.notifyblocker .notifycontent .notifyclose,
    .interakt_notification.notifyblocker .notifycontent .notifylink {
        margin: 20px 0 0!important;
        display: block!important;
        line-height: 54px!important;
        height: 54px!important;
        font-size: 24px!important
    }
    .interakt_notification.notifyblocker .notifycontent .closebar {
        padding: 15px;
        width: 48px;
        height: 48px;
        top: -24px!important;
        right: -24px!important
    }
    .interakt_notification.notifyblocker .notifycontent .closebar svg {
        width: 16px;
        height: 16px
    }
    .interakt_notification.notifyblocker .notifycontent .interaktlink {
        display: none!important
    }
}