.c-notification{background:#1a259a;display:none;left:0;position:fixed;text-align:center;top:75px;-webkit-transition:all .6s cubic-bezier(.19,1,.22,1) 0s;-o-transition:all .6s cubic-bezier(.19,1,.22,1) 0s;transition:all .6s cubic-bezier(.19,1,.22,1) 0s;width:100%;z-index:5}@media (min-width:992px){.c-notification{top:94px}}.c-notification :is(h1,h2,h3,h4,h5,h6,p):last-child{margin-bottom:0}.c-notification__container{margin-left:auto;margin-right:auto;max-width:1300px;padding:10px 0;position:relative}@media (max-width:1450px){.c-notification__container{width:calc(100% - 60px)}}.c-notification__text--regular{font-weight:400!important}.c-notification__text--bold{font-weight:600!important}.c-notification__text--extra-bold{font-weight:800!important}@media (max-width:767px){.c-notification__text{max-width:90%}}.c-notification h6{color:#fff;font-family:sofia-pro,sans-serif;font-size:13px;font-weight:400;padding:0;text-transform:none}@media (min-width:992px){.c-notification h6{font-size:14px}}@media (min-width:768px){.c-notification h6{padding:0 30px}}.c-notification h6 a{color:#fff;font-size:13px;text-decoration:underline}@media (min-width:992px){.c-notification h6 a{font-size:14px}}.c-notification__link{display:block;height:100%;left:0;position:absolute;top:0;width:100%}.c-notification__close{border:1px solid #fff;border-radius:50px;height:20px;right:0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:20px;z-index:1}.c-notification__close,.c-notification__close:after,.c-notification__close:before{position:absolute;top:50%;-webkit-transition:all .3s cubic-bezier(.19,1,.22,1);-o-transition:all .3s cubic-bezier(.19,1,.22,1);transition:all .3s cubic-bezier(.19,1,.22,1)}.c-notification__close:after,.c-notification__close:before{background:#fff;content:"";display:block;height:10px;left:50%;width:1px}.c-notification__close:before{-webkit-transform:translateY(-50%) rotate(-45deg);-ms-transform:translateY(-50%) rotate(-45deg);transform:translateY(-50%) rotate(-45deg)}.c-notification__close:after{-webkit-transform:translateY(-50%) rotate(45deg);-ms-transform:translateY(-50%) rotate(45deg);transform:translateY(-50%) rotate(45deg)}.c-notification__close:hover{background:#fff}.c-notification__close:hover:after,.c-notification__close:hover:before{background:#1a259a}body.js-scroll-down .c-notification{top:0;-webkit-transform:translatey(-100%);-ms-transform:translatey(-100%);transform:translatey(-100%)}