.c-notification{-webkit-transition:all 0.6s cubic-bezier(0.19,1,0.22,1) 0s;-o-transition:all 0.6s cubic-bezier(0.19,1,0.22,1) 0s;transition:all 0.6s cubic-bezier(0.19,1,0.22,1) 0s;position:fixed;left:0;width:100%;background:#1A259A;text-align:center;top:50px;display:none;z-index:5}@media (min-width:992px){.c-notification{top:152px}}.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{font-size:13px;font-family:sofia-pro,sans-serif;font-weight:400;padding:0;color:white;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{font-size:13px;color:white;text-decoration:underline}@media (min-width:992px){.c-notification h6 a{font-size:14px}}.c-notification__link{position:absolute;top:0;left:0;width:100%;height:100%;display:block}.c-notification__close{-webkit-transition:all 0.3s cubic-bezier(0.19,1,0.22,1);-o-transition:all 0.3s cubic-bezier(0.19,1,0.22,1);transition:all 0.3s cubic-bezier(0.19,1,0.22,1);position:absolute;top:50%;right:0;width:20px;height:20px;z-index:1;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);border:1px solid white;border-radius:50px}.c-notification__close:after,.c-notification__close:before{-webkit-transition:all 0.3s cubic-bezier(0.19,1,0.22,1);-o-transition:all 0.3s cubic-bezier(0.19,1,0.22,1);transition:all 0.3s cubic-bezier(0.19,1,0.22,1);content:"";display:block;width:1px;height:10px;background:white;position:absolute;top:50%;left:50%}.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:white}.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%)}