.ease--bezier{-webkit-transition:all 400ms cubic-bezier(0.445,0.05,0.55,0.95);transition:all 400ms cubic-bezier(0.445,0.05,0.55,0.95)}
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */.burger{font:inherit;display:inline-block;overflow:visible;margin:0;padding:15px;cursor:pointer;transition-timing-function:linear;transition-duration:.15s;transition-property:opacity,filter;text-transform:none;color:inherit;border:0;background-color:transparent}
.burger.is-active:hover,.burger:hover{opacity:.7}
.burger.is-active .burger-inner,.burger.is-active .burger-inner:after,.burger.is-active .burger-inner:before{background-color:#000}
.burger-box{position:relative;display:inline-block;width:40px;height:24px}
.burger-inner{top:50%;display:block;margin-top:-2px}
.burger-inner,.burger-inner:after,.burger-inner:before{position:absolute;width:40px;height:4px;transition-timing-function:ease;transition-duration:.15s;transition-property:transform;border-radius:4px;background-color:#000}
.burger-inner:after,.burger-inner:before{display:block;content:""}
.burger-inner:before{top:-10px}
.burger-inner:after{bottom:-10px}
.burger--3dx .burger-box{perspective:80px}
.burger--3dx .burger-inner{transition:transform .15s cubic-bezier(0.645,0.045,0.355,1),background-color 0 cubic-bezier(0.645,0.045,0.355,1) .1s}
.burger--3dx .burger-inner:after,.burger--3dx .burger-inner:before{transition:transform 0 cubic-bezier(0.645,0.045,0.355,1) .1s}
.burger--3dx.is-active .burger-inner{transform:rotateY(180deg);background-color:transparent !important}
.burger--3dx.is-active .burger-inner:before{transform:translate3d(0,10px,0) rotate(45deg)}
.burger--3dx.is-active .burger-inner:after{transform:translate3d(0,-10px,0) rotate(-45deg)}
.burger--3dx-r .burger-box{perspective:80px}
.burger--3dx-r .burger-inner{transition:transform .15s cubic-bezier(0.645,0.045,0.355,1),background-color 0 cubic-bezier(0.645,0.045,0.355,1) .1s}
.burger--3dx-r .burger-inner:after,.burger--3dx-r .burger-inner:before{transition:transform 0 cubic-bezier(0.645,0.045,0.355,1) .1s}
.burger--3dx-r.is-active .burger-inner{transform:rotateY(-180deg);background-color:transparent !important}
.burger--3dx-r.is-active .burger-inner:before{transform:translate3d(0,10px,0) rotate(45deg)}
.burger--3dx-r.is-active .burger-inner:after{transform:translate3d(0,-10px,0) rotate(-45deg)}
.burger--3dy .burger-box{perspective:80px}
.burger--3dy .burger-inner{transition:transform .15s cubic-bezier(0.645,0.045,0.355,1),background-color 0 cubic-bezier(0.645,0.045,0.355,1) .1s}
.burger--3dy .burger-inner:after,.burger--3dy .burger-inner:before{transition:transform 0 cubic-bezier(0.645,0.045,0.355,1) .1s}
.burger--3dy.is-active .burger-inner{transform:rotateX(-180deg);background-color:transparent !important}
.burger--3dy.is-active .burger-inner:before{transform:translate3d(0,10px,0) rotate(45deg)}
.burger--3dy.is-active .burger-inner:after{transform:translate3d(0,-10px,0) rotate(-45deg)}
.burger--3dy-r .burger-box{perspective:80px}
.burger--3dy-r .burger-inner{transition:transform .15s cubic-bezier(0.645,0.045,0.355,1),background-color 0 cubic-bezier(0.645,0.045,0.355,1) .1s}
.burger--3dy-r .burger-inner:after,.burger--3dy-r .burger-inner:before{transition:transform 0 cubic-bezier(0.645,0.045,0.355,1) .1s}
.burger--3dy-r.is-active .burger-inner{transform:rotateX(180deg);background-color:transparent !important}
.burger--3dy-r.is-active .burger-inner:before{transform:translate3d(0,10px,0) rotate(45deg)}
.burger--3dy-r.is-active .burger-inner:after{transform:translate3d(0,-10px,0) rotate(-45deg)}
.burger--3dxy .burger-box{perspective:80px}
.burger--3dxy .burger-inner{transition:transform .15s cubic-bezier(0.645,0.045,0.355,1),background-color 0 cubic-bezier(0.645,0.045,0.355,1) .1s}
.burger--3dxy .burger-inner:after,.burger--3dxy .burger-inner:before{transition:transform 0 cubic-bezier(0.645,0.045,0.355,1) .1s}
.burger--3dxy.is-active .burger-inner{transform:rotateX(180deg) rotateY(180deg);background-color:transparent !important}
.burger--3dxy.is-active .burger-inner:before{transform:translate3d(0,10px,0) rotate(45deg)}
.burger--3dxy.is-active .burger-inner:after{transform:translate3d(0,-10px,0) rotate(-45deg)}
.burger--3dxy-r .burger-box{perspective:80px}
.burger--3dxy-r .burger-inner{transition:transform .15s cubic-bezier(0.645,0.045,0.355,1),background-color 0 cubic-bezier(0.645,0.045,0.355,1) .1s}
.burger--3dxy-r .burger-inner:after,.burger--3dxy-r .burger-inner:before{transition:transform 0 cubic-bezier(0.645,0.045,0.355,1) .1s}
.burger--3dxy-r.is-active .burger-inner{transform:rotateX(180deg) rotateY(180deg) rotate(-180deg);background-color:transparent !important}
.burger--3dxy-r.is-active .burger-inner:before{transform:translate3d(0,10px,0) rotate(45deg)}
.burger--3dxy-r.is-active .burger-inner:after{transform:translate3d(0,-10px,0) rotate(-45deg)}
.burger--arrow.is-active .burger-inner:before{transform:translate3d(-8px,0,0) rotate(-45deg) scaleX(0.7)}
.burger--arrow.is-active .burger-inner:after{transform:translate3d(-8px,0,0) rotate(45deg) scaleX(0.7)}
.burger--arrow-r.is-active .burger-inner:before{transform:translate3d(8px,0,0) rotate(45deg) scaleX(0.7)}
.burger--arrow-r.is-active .burger-inner:after{transform:translate3d(8px,0,0) rotate(-45deg) scaleX(0.7)}
.burger--arrowalt .burger-inner:before{transition:top .1s ease .1s,transform .1s cubic-bezier(0.165,0.84,0.44,1)}
.burger--arrowalt .burger-inner:after{transition:bottom .1s ease .1s,transform .1s cubic-bezier(0.165,0.84,0.44,1)}
.burger--arrowalt.is-active .burger-inner:before{top:0;transition:top .1s ease,transform .1s cubic-bezier(0.895,0.03,0.685,0.22) .1s;transform:translate3d(-8px,-10px,0) rotate(-45deg) scaleX(0.7)}
.burger--arrowalt.is-active .burger-inner:after{bottom:0;transition:bottom .1s ease,transform .1s cubic-bezier(0.895,0.03,0.685,0.22) .1s;transform:translate3d(-8px,10px,0) rotate(45deg) scaleX(0.7)}
.burger--arrowalt-r .burger-inner:before{transition:top .1s ease .1s,transform .1s cubic-bezier(0.165,0.84,0.44,1)}
.burger--arrowalt-r .burger-inner:after{transition:bottom .1s ease .1s,transform .1s cubic-bezier(0.165,0.84,0.44,1)}
.burger--arrowalt-r.is-active .burger-inner:before{top:0;transition:top .1s ease,transform .1s cubic-bezier(0.895,0.03,0.685,0.22) .1s;transform:translate3d(8px,-10px,0) rotate(45deg) scaleX(0.7)}
.burger--arrowalt-r.is-active .burger-inner:after{bottom:0;transition:bottom .1s ease,transform .1s cubic-bezier(0.895,0.03,0.685,0.22) .1s;transform:translate3d(8px,10px,0) rotate(-45deg) scaleX(0.7)}
.burger--arrowturn.is-active .burger-inner{transform:rotate(-180deg)}
.burger--arrowturn.is-active .burger-inner:before{transform:translate3d(8px,0,0) rotate(45deg) scaleX(0.7)}
.burger--arrowturn.is-active .burger-inner:after{transform:translate3d(8px,0,0) rotate(-45deg) scaleX(0.7)}
.burger--arrowturn-r.is-active .burger-inner{transform:rotate(-180deg)}
.burger--arrowturn-r.is-active .burger-inner:before{transform:translate3d(-8px,0,0) rotate(-45deg) scaleX(0.7)}
.burger--arrowturn-r.is-active .burger-inner:after{transform:translate3d(-8px,0,0) rotate(45deg) scaleX(0.7)}
.burger--boring .burger-inner,.burger--boring .burger-inner:after,.burger--boring .burger-inner:before{transition-property:none}
.burger--boring.is-active .burger-inner{transform:rotate(45deg)}
.burger--boring.is-active .burger-inner:before{top:0;opacity:0}
.burger--boring.is-active .burger-inner:after{bottom:0;transform:rotate(-90deg)}
.burger--collapse .burger-inner{top:auto;bottom:0;transition-delay:.13s;transition-timing-function:cubic-bezier(0.55,0.055,0.675,0.19);transition-duration:.13s}
.burger--collapse .burger-inner:after{top:-20px;transition:top .2s cubic-bezier(0.33333,0.66667,0.66667,1) .2s,opacity .1s linear}
.burger--collapse .burger-inner:before{transition:top .12s cubic-bezier(0.33333,0.66667,0.66667,1) .2s,transform .13s cubic-bezier(0.55,0.055,0.675,0.19)}
.burger--collapse.is-active .burger-inner{transition-delay:.22s;transition-timing-function:cubic-bezier(0.215,0.61,0.355,1);transform:translate3d(0,-10px,0) rotate(-45deg)}
.burger--collapse.is-active .burger-inner:after{top:0;transition:top .2s cubic-bezier(0.33333,0,0.66667,0.33333),opacity .1s linear .22s;opacity:0}
.burger--collapse.is-active .burger-inner:before{top:0;transition:top .1s cubic-bezier(0.33333,0,0.66667,0.33333) .16s,transform .13s cubic-bezier(0.215,0.61,0.355,1) .25s;transform:rotate(-90deg)}
.burger--collapse-r .burger-inner{top:auto;bottom:0;transition-delay:.13s;transition-timing-function:cubic-bezier(0.55,0.055,0.675,0.19);transition-duration:.13s}
.burger--collapse-r .burger-inner:after{top:-20px;transition:top .2s cubic-bezier(0.33333,0.66667,0.66667,1) .2s,opacity .1s linear}
.burger--collapse-r .burger-inner:before{transition:top .12s cubic-bezier(0.33333,0.66667,0.66667,1) .2s,transform .13s cubic-bezier(0.55,0.055,0.675,0.19)}
.burger--collapse-r.is-active .burger-inner{transition-delay:.22s;transition-timing-function:cubic-bezier(0.215,0.61,0.355,1);transform:translate3d(0,-10px,0) rotate(45deg)}
.burger--collapse-r.is-active .burger-inner:after{top:0;transition:top .2s cubic-bezier(0.33333,0,0.66667,0.33333),opacity .1s linear .22s;opacity:0}
.burger--collapse-r.is-active .burger-inner:before{top:0;transition:top .1s cubic-bezier(0.33333,0,0.66667,0.33333) .16s,transform .13s cubic-bezier(0.215,0.61,0.355,1) .25s;transform:rotate(90deg)}
.burger--elastic .burger-inner{top:2px;transition-timing-function:cubic-bezier(0.68,-0.55,0.265,1.55);transition-duration:.275s}
.burger--elastic .burger-inner:before{top:10px;transition:opacity .125s ease .275s}
.burger--elastic .burger-inner:after{top:20px;transition:transform .275s cubic-bezier(0.68,-0.55,0.265,1.55)}
.burger--elastic.is-active .burger-inner{transition-delay:75ms;transform:translate3d(0,10px,0) rotate(135deg)}
.burger--elastic.is-active .burger-inner:before{transition-delay:0;opacity:0}
.burger--elastic.is-active .burger-inner:after{transition-delay:75ms;transform:translate3d(0,-20px,0) rotate(-270deg)}
.burger--elastic-r .burger-inner{top:2px;transition-timing-function:cubic-bezier(0.68,-0.55,0.265,1.55);transition-duration:.275s}
.burger--elastic-r .burger-inner:before{top:10px;transition:opacity .125s ease .275s}
.burger--elastic-r .burger-inner:after{top:20px;transition:transform .275s cubic-bezier(0.68,-0.55,0.265,1.55)}
.burger--elastic-r.is-active .burger-inner{transition-delay:75ms;transform:translate3d(0,10px,0) rotate(-135deg)}
.burger--elastic-r.is-active .burger-inner:before{transition-delay:0;opacity:0}
.burger--elastic-r.is-active .burger-inner:after{transition-delay:75ms;transform:translate3d(0,-20px,0) rotate(270deg)}
.burger--emphatic{overflow:hidden}
.burger--emphatic .burger-inner{transition:background-color .125s ease-in .175s}
.burger--emphatic .burger-inner:before{left:0;transition:transform .125s cubic-bezier(0.6,0.04,0.98,0.335),top .05s linear .125s,left .125s ease-in .175s}
.burger--emphatic .burger-inner:after{top:10px;right:0;transition:transform .125s cubic-bezier(0.6,0.04,0.98,0.335),top .05s linear .125s,right .125s ease-in .175s}
.burger--emphatic.is-active .burger-inner{transition-delay:0;transition-timing-function:ease-out;background-color:transparent !important}
.burger--emphatic.is-active .burger-inner:before{top:-80px;left:-80px;transition:left .125s ease-out,top .05s linear .125s,transform .125s cubic-bezier(0.075,0.82,0.165,1) .175s;transform:translate3d(80px,80px,0) rotate(45deg)}
.burger--emphatic.is-active .burger-inner:after{top:-80px;right:-80px;transition:right .125s ease-out,top .05s linear .125s,transform .125s cubic-bezier(0.075,0.82,0.165,1) .175s;transform:translate3d(-80px,80px,0) rotate(-45deg)}
.burger--emphatic-r{overflow:hidden}
.burger--emphatic-r .burger-inner{transition:background-color .125s ease-in .175s}
.burger--emphatic-r .burger-inner:before{left:0;transition:transform .125s cubic-bezier(0.6,0.04,0.98,0.335),top .05s linear .125s,left .125s ease-in .175s}
.burger--emphatic-r .burger-inner:after{top:10px;right:0;transition:transform .125s cubic-bezier(0.6,0.04,0.98,0.335),top .05s linear .125s,right .125s ease-in .175s}
.burger--emphatic-r.is-active .burger-inner{transition-delay:0;transition-timing-function:ease-out;background-color:transparent !important}
.burger--emphatic-r.is-active .burger-inner:before{top:80px;left:-80px;transition:left .125s ease-out,top .05s linear .125s,transform .125s cubic-bezier(0.075,0.82,0.165,1) .175s;transform:translate3d(80px,-80px,0) rotate(-45deg)}
.burger--emphatic-r.is-active .burger-inner:after{top:80px;right:-80px;transition:right .125s ease-out,top .05s linear .125s,transform .125s cubic-bezier(0.075,0.82,0.165,1) .175s;transform:translate3d(-80px,-80px,0) rotate(45deg)}
.burger--minus .burger-inner:after,.burger--minus .burger-inner:before{transition:bottom .08s ease-out 0,top .08s ease-out 0,opacity 0 linear}
.burger--minus.is-active .burger-inner:after,.burger--minus.is-active .burger-inner:before{transition:bottom .08s ease-out,top .08s ease-out,opacity 0 linear .08s;opacity:0}
.burger--minus.is-active .burger-inner:before{top:0}
.burger--minus.is-active .burger-inner:after{bottom:0}
.burger--slider .burger-inner{top:2px}
.burger--slider .burger-inner:before{top:10px;transition-timing-function:ease;transition-duration:.15s;transition-property:transform,opacity}
.burger--slider .burger-inner:after{top:20px}
.burger--slider.is-active .burger-inner{transform:translate3d(0,10px,0) rotate(45deg)}
.burger--slider.is-active .burger-inner:before{transform:rotate(-45deg) translate3d(-5.71429px,-6px,0);opacity:0}
.burger--slider.is-active .burger-inner:after{transform:translate3d(0,-20px,0) rotate(-90deg)}
.burger--slider-r .burger-inner{top:2px}
.burger--slider-r .burger-inner:before{top:10px;transition-timing-function:ease;transition-duration:.15s;transition-property:transform,opacity}
.burger--slider-r .burger-inner:after{top:20px}
.burger--slider-r.is-active .burger-inner{transform:translate3d(0,10px,0) rotate(-45deg)}
.burger--slider-r.is-active .burger-inner:before{transform:rotate(45deg) translate3d(5.71429px,-6px,0);opacity:0}
.burger--slider-r.is-active .burger-inner:after{transform:translate3d(0,-20px,0) rotate(90deg)}
.burger--spin .burger-inner{transition-timing-function:cubic-bezier(0.55,0.055,0.675,0.19);transition-duration:.22s}
.burger--spin .burger-inner:before{transition:top .1s ease-in .25s,opacity .1s ease-in}
.burger--spin .burger-inner:after{transition:bottom .1s ease-in .25s,transform .22s cubic-bezier(0.55,0.055,0.675,0.19)}
.burger--spin.is-active .burger-inner{transition-delay:.12s;transition-timing-function:cubic-bezier(0.215,0.61,0.355,1);transform:rotate(225deg)}
.burger--spin.is-active .burger-inner:before{top:0;transition:top .1s ease-out,opacity .1s ease-out .12s;opacity:0}
.burger--spin.is-active .burger-inner:after{bottom:0;transition:bottom .1s ease-out,transform .22s cubic-bezier(0.215,0.61,0.355,1) .12s;transform:rotate(-90deg)}
.burger--spin-r .burger-inner{transition-timing-function:cubic-bezier(0.55,0.055,0.675,0.19);transition-duration:.22s}
.burger--spin-r .burger-inner:before{transition:top .1s ease-in .25s,opacity .1s ease-in}
.burger--spin-r .burger-inner:after{transition:bottom .1s ease-in .25s,transform .22s cubic-bezier(0.55,0.055,0.675,0.19)}
.burger--spin-r.is-active .burger-inner{transition-delay:.12s;transition-timing-function:cubic-bezier(0.215,0.61,0.355,1);transform:rotate(-225deg)}
.burger--spin-r.is-active .burger-inner:before{top:0;transition:top .1s ease-out,opacity .1s ease-out .12s;opacity:0}
.burger--spin-r.is-active .burger-inner:after{bottom:0;transition:bottom .1s ease-out,transform .22s cubic-bezier(0.215,0.61,0.355,1) .12s;transform:rotate(90deg)}
.burger--spring .burger-inner{top:2px;transition:background-color 0 linear .13s}
.burger--spring .burger-inner:before{top:10px;transition:top .1s cubic-bezier(0.33333,0.66667,0.66667,1) .2s,transform .13s cubic-bezier(0.55,0.055,0.675,0.19)}
.burger--spring .burger-inner:after{top:20px;transition:top .2s cubic-bezier(0.33333,0.66667,0.66667,1) .2s,transform .13s cubic-bezier(0.55,0.055,0.675,0.19)}
.burger--spring.is-active .burger-inner{transition-delay:.22s;background-color:transparent !important}
.burger--spring.is-active .burger-inner:before{top:0;transition:top .1s cubic-bezier(0.33333,0,0.66667,0.33333) .15s,transform .13s cubic-bezier(0.215,0.61,0.355,1) .22s;transform:translate3d(0,10px,0) rotate(45deg)}
.burger--spring.is-active .burger-inner:after{top:0;transition:top .2s cubic-bezier(0.33333,0,0.66667,0.33333),transform .13s cubic-bezier(0.215,0.61,0.355,1) .22s;transform:translate3d(0,10px,0) rotate(-45deg)}
.burger--spring-r .burger-inner{top:auto;bottom:0;transition-delay:0;transition-timing-function:cubic-bezier(0.55,0.055,0.675,0.19);transition-duration:.13s}
.burger--spring-r .burger-inner:after{top:-20px;transition:top .2s cubic-bezier(0.33333,0.66667,0.66667,1) .2s,opacity 0 linear}
.burger--spring-r .burger-inner:before{transition:top .1s cubic-bezier(0.33333,0.66667,0.66667,1) .2s,transform .13s cubic-bezier(0.55,0.055,0.675,0.19)}
.burger--spring-r.is-active .burger-inner{transition-delay:.22s;transition-timing-function:cubic-bezier(0.215,0.61,0.355,1);transform:translate3d(0,-10px,0) rotate(-45deg)}
.burger--spring-r.is-active .burger-inner:after{top:0;transition:top .2s cubic-bezier(0.33333,0,0.66667,0.33333),opacity 0 linear .22s;opacity:0}
.burger--spring-r.is-active .burger-inner:before{top:0;transition:top .1s cubic-bezier(0.33333,0,0.66667,0.33333) .15s,transform .13s cubic-bezier(0.215,0.61,0.355,1) .22s;transform:rotate(90deg)}
.burger--stand .burger-inner{transition:transform 75ms cubic-bezier(0.55,0.055,0.675,0.19) .15s,background-color 0 linear 75ms}
.burger--stand .burger-inner:before{transition:top 75ms ease-in 75ms,transform 75ms cubic-bezier(0.55,0.055,0.675,0.19) 0}
.burger--stand .burger-inner:after{transition:bottom 75ms ease-in 75ms,transform 75ms cubic-bezier(0.55,0.055,0.675,0.19) 0}
.burger--stand.is-active .burger-inner{transition:transform 75ms cubic-bezier(0.215,0.61,0.355,1) 0,background-color 0 linear .15s;transform:rotate(90deg);background-color:transparent !important}
.burger--stand.is-active .burger-inner:before{top:0;transition:top 75ms ease-out .1s,transform 75ms cubic-bezier(0.215,0.61,0.355,1) .15s;transform:rotate(-45deg)}
.burger--stand.is-active .burger-inner:after{bottom:0;transition:bottom 75ms ease-out .1s,transform 75ms cubic-bezier(0.215,0.61,0.355,1) .15s;transform:rotate(45deg)}
.burger--stand-r .burger-inner{transition:transform 75ms cubic-bezier(0.55,0.055,0.675,0.19) .15s,background-color 0 linear 75ms}
.burger--stand-r .burger-inner:before{transition:top 75ms ease-in 75ms,transform 75ms cubic-bezier(0.55,0.055,0.675,0.19) 0}
.burger--stand-r .burger-inner:after{transition:bottom 75ms ease-in 75ms,transform 75ms cubic-bezier(0.55,0.055,0.675,0.19) 0}
.burger--stand-r.is-active .burger-inner{transition:transform 75ms cubic-bezier(0.215,0.61,0.355,1) 0,background-color 0 linear .15s;transform:rotate(-90deg);background-color:transparent !important}
.burger--stand-r.is-active .burger-inner:before{top:0;transition:top 75ms ease-out .1s,transform 75ms cubic-bezier(0.215,0.61,0.355,1) .15s;transform:rotate(-45deg)}
.burger--stand-r.is-active .burger-inner:after{bottom:0;transition:bottom 75ms ease-out .1s,transform 75ms cubic-bezier(0.215,0.61,0.355,1) .15s;transform:rotate(45deg)}
.burger--squeeze .burger-inner{transition-timing-function:cubic-bezier(0.55,0.055,0.675,0.19);transition-duration:75ms}
.burger--squeeze .burger-inner:before{transition:top 75ms ease .12s,opacity 75ms ease}
.burger--squeeze .burger-inner:after{transition:bottom 75ms ease .12s,transform 75ms cubic-bezier(0.55,0.055,0.675,0.19)}
.burger--squeeze.is-active .burger-inner{transition-delay:.12s;transition-timing-function:cubic-bezier(0.215,0.61,0.355,1);transform:rotate(45deg)}
.burger--squeeze.is-active .burger-inner:before{top:0;transition:top 75ms ease,opacity 75ms ease .12s;opacity:0}
.burger--squeeze.is-active .burger-inner:after{bottom:0;transition:bottom 75ms ease,transform 75ms cubic-bezier(0.215,0.61,0.355,1) .12s;transform:rotate(-90deg)}
.burger--vortex .burger-inner{transition-timing-function:cubic-bezier(0.19,1,0.22,1);transition-duration:.2s}
.burger--vortex .burger-inner:after,.burger--vortex .burger-inner:before{transition-delay:.1s;transition-timing-function:linear;transition-duration:0}
.burger--vortex .burger-inner:before{transition-property:top,opacity}
.burger--vortex .burger-inner:after{transition-property:bottom,transform}
.burger--vortex.is-active .burger-inner{transition-timing-function:cubic-bezier(0.19,1,0.22,1);transform:rotate(765deg)}
.burger--vortex.is-active .burger-inner:after,.burger--vortex.is-active .burger-inner:before{transition-delay:0}
.burger--vortex.is-active .burger-inner:before{top:0;opacity:0}
.burger--vortex.is-active .burger-inner:after{bottom:0;transform:rotate(90deg)}
.burger--vortex-r .burger-inner{transition-timing-function:cubic-bezier(0.19,1,0.22,1);transition-duration:.2s}
.burger--vortex-r .burger-inner:after,.burger--vortex-r .burger-inner:before{transition-delay:.1s;transition-timing-function:linear;transition-duration:0}
.burger--vortex-r .burger-inner:before{transition-property:top,opacity}
.burger--vortex-r .burger-inner:after{transition-property:bottom,transform}
.burger--vortex-r.is-active .burger-inner{transition-timing-function:cubic-bezier(0.19,1,0.22,1);transform:rotate(-765deg)}
.burger--vortex-r.is-active .burger-inner:after,.burger--vortex-r.is-active .burger-inner:before{transition-delay:0}
.burger--vortex-r.is-active .burger-inner:before{top:0;opacity:0}
.burger--vortex-r.is-active .burger-inner:after{bottom:0;transform:rotate(-90deg)}
.nn-branded{color:blue;min-height:100px;font-family:'Font Awesome 5 Free';font-weight:900;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1;vertical-align:-0.125em;position:relative;width:100%}
html body,html{font-size:14px !important}
body>div.content-wrapper{background-color:#fff;background-image:none}
sup{font-size:65%}
.full-width{width:100%}
.nn-brand{font-family:Verdana,sans-serif;color:#333}
.nn-brand .branded-text-white{color:#fff}
.nn-brand .branded-text-dark{color:#333}
.nn-brand .hr--bottom-custom{border-bottom:1px solid #e2e5e8;margin-bottom:auto;padding-bottom:auto}
.nn-brand .hr--bottom{border-bottom:1px solid #e2e5e8;margin-bottom:80px !important;padding-bottom:80px}
.nn-brand .margin--top--none{margin-top:0}
.nn-brand .margin--top--sm{margin-top:15px}
.nn-brand .margin--top--md{margin-top:30px}
.nn-brand .margin--top--lg{margin-top:50px}
.nn-brand .margin--top--xl{margin-top:80px}
.nn-brand .margin--bottom--none{margin-bottom:0}
.nn-brand .margin--bottom--sm{margin-bottom:15px}
.nn-brand .margin--bottom--md{margin-bottom:30px}
.nn-brand .margin--bottom--lg{margin-bottom:50px}
.nn-brand .margin--bottom--xl{margin-bottom:80px}
.nn-brand .padding--top--none{padding-top:0}
.nn-brand .padding--top--sm{padding-top:15px}
.nn-brand .padding--top--md{padding-top:30px}
.nn-brand .padding--top--lg{padding-top:50px}
.nn-brand .padding--top--xl{padding-top:80px}
.nn-brand .padding--bottom--none{padding-bottom:0}
.nn-brand .padding--bottom--sm{padding-bottom:15px}
.nn-brand .padding--bottom--md{padding-bottom:30px}
.nn-brand .padding--bottom--lg{padding-bottom:50px}
.nn-brand .padding--bottom--xl{padding-bottom:80px}
.nn-brand--hr{border-bottom:1px solid #e2e5e8;margin-bottom:50px}
.nn-brand .nnimage_container{text-align:center}
.nn-brand .nnimage_container img{max-width:100%;width:auto;height:auto}
.nn-brand .iframevideo{width:100%}
.nn-brand h1{font-size:4.2rem;margin-bottom:25px;line-height:1em}
.nn-brand h2{font-size:3.5rem;margin-bottom:25px;line-height:1em}
.nn-brand h3{font-weight:normal;font-size:2.5rem;line-height:1.5em}
.nn-brand h4{font-weight:normal;font-size:2rem;line-height:1.5em}
.nn-brand h5{font-weight:normal;font-size:1.5rem;line-height:1.5em}
.nn-brand h6{font-weight:normal;font-size:1.3rem;line-height:1.35em}
.nn-brand p{font-size:1rem;line-height:1.35em}
.nn-brand a{color:#009fda;text-decoration:none}
.nn-brand a:hover{text-decoration:underline}
@media screen and (max-width:1023px){.nn-brand h1{font-size:2.5rem}
.nn-brand h2{font-size:2.2rem}
.nn-brand h3{font-size:2rem}
.nn-brand h4{font-size:1.75rem}
.nn-brand h5{font-size:1.5rem}
.nn-brand h6{font-size:1.1rem}
.nn-brand p{font-size:1rem}
}
.nn-brand .brandedimage{width:100%}
.nn-brand__image{text-align:center}
.nn-brand__image img{max-width:100%}
.nn-brand__image--full-width{width:100%}
.nn-brand__image--full-width img{width:100%;height:auto}
.nn-brand__image--center{text-align:center}
.nn-brand .branded-image-overlay-container{position:relative}
.nn-brand .branded-image-overlay{position:absolute;bottom:0;left:0;right:0;background-color:rgba(84,84,84,0.75);overflow:hidden;width:100%;height:0;transition:.5s ease}
.nn-brand .branded-image-overlay-container:hover .branded-image-overlay{height:100%}
.nn-brand .branded-image-overlay-text{color:white;font-size:20px;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);text-align:center}
.nn-brand .spacing-next-item-10{margin-bottom:0}
.nn-brand__caption{position:absolute}
@media screen and (max-width:1023px){.nn-brand__caption{display:none !important}
}
.nn-brand__caption--white{color:rgba(255,255,255,0.9)}
.nn-brand__caption--black{color:#000}
.nn-brand__caption--gray{color:#82786f}
.nn-brand__caption__title,.nn-brand__caption p{margin:0;font-size:1.1rem;line-height:1.2rem;max-width:475px}
.nn-brand__caption__title{text-transform:uppercase}
.nn-brand__caption--top-left{top:20px;left:30px;text-align:left}
.nn-brand__caption--top-right{top:20px;right:30px;text-align:right}
.nn-brand__caption--bottom-left{bottom:20px;left:30px;text-align:left}
.nn-brand__caption--bottom-right{bottom:20px;right:30px;text-align:right}
.nn-brand__container{position:relative}
.nn-brand__container--white ul,.nn-brand__container--gray ul,.nn-brand__container--brand-primary ul,.nn-brand__container--brand-secondary ul,.nn-brand__container--brand-gradient ul,.nn-brand__container--imageDark ul,.nn-brand__container--imageBright ul,.nn-brand__container--white ol,.nn-brand__container--gray ol,.nn-brand__container--brand-primary ol,.nn-brand__container--brand-secondary ol,.nn-brand__container--brand-gradient ol,.nn-brand__container--imageDark ol,.nn-brand__container--imageBright ol{font-size:1.0rem}
.nn-brand__container--white .brand__product__button a,.nn-brand__container--gray .brand__product__button a,.nn-brand__container--brand-primary .brand__product__button a,.nn-brand__container--brand-secondary .brand__product__button a,.nn-brand__container--brand-gradient .brand__product__button a,.nn-brand__container--imageDark .brand__product__button a,.nn-brand__container--imageBright .brand__product__button a,.nn-brand__container--white .brand__product__link a,.nn-brand__container--gray .brand__product__link a,.nn-brand__container--brand-primary .brand__product__link a,.nn-brand__container--brand-secondary .brand__product__link a,.nn-brand__container--brand-gradient .brand__product__link a,.nn-brand__container--imageDark .brand__product__link a,.nn-brand__container--imageBright .brand__product__link a{cursor:pointer}
.nn-brand__container--white a:not(.nn-brand__button,.brand__product__button),.nn-brand__container--gray a:not(.nn-brand__button,.brand__product__button),.nn-brand__container--brand-primary a:not(.nn-brand__button,.brand__product__button),.nn-brand__container--brand-secondary a:not(.nn-brand__button,.brand__product__button),.nn-brand__container--brand-gradient a:not(.nn-brand__button,.brand__product__button),.nn-brand__container--imageDark a:not(.nn-brand__button,.brand__product__button),.nn-brand__container--imageBright a:not(.nn-brand__button,.brand__product__button){-webkit-transition:all 400ms cubic-bezier(0.445,0.05,0.55,0.95);transition:all 400ms cubic-bezier(0.445,0.05,0.55,0.95);color:#fff;font-size:1rem;padding-right:5px}
.nn-brand__container--white a:not(.nn-brand__button,.brand__product__button):hover,.nn-brand__container--gray a:not(.nn-brand__button,.brand__product__button):hover,.nn-brand__container--brand-primary a:not(.nn-brand__button,.brand__product__button):hover,.nn-brand__container--brand-secondary a:not(.nn-brand__button,.brand__product__button):hover,.nn-brand__container--brand-gradient a:not(.nn-brand__button,.brand__product__button):hover,.nn-brand__container--imageDark a:not(.nn-brand__button,.brand__product__button):hover,.nn-brand__container--imageBright a:not(.nn-brand__button,.brand__product__button):hover{color:inherit;text-decoration:underline}
.nn-brand__container--white{background-color:#fff}
.nn-brand__container--gray{background-color:#e2e5e8;color:#333}
.nn-brand__container--gray a{color:#009fda}
.nn-brand__container--brand-primary{background-color:#009fda;color:#fff}
.nn-brand__container--brand-primary a{color:#fff}
.nn-brand__container--brand-primary .nn-brand__accordion{border-color:#fff;color:#fff}
.nn-brand__container--brand-primary .nn-brand__accordion__expanded,.nn-brand__container--brand-primary .nn-brand__accordion__collapsed,.nn-brand__container--brand-primary .nn-brand__accordion .fa{color:#fff}
.nn-brand__container--brand-secondary{background-color:#001964;color:#009fda}
.nn-brand__container--brand-secondary a{color:#009fda}
.nn-brand__container--brand-secondary .nn-brand__accordion{border-color:#fff;color:#fff}
.nn-brand__container--brand-secondary .nn-brand__accordion__expanded,.nn-brand__container--brand-secondary .nn-brand__accordion__collapsed,.nn-brand__container--brand-secondary .nn-brand__accordion .fa{color:#fff}
.nn-brand__container--brand-gradient{background:linear-gradient(to right,#009fd9 0,#001964 100%);color:#fff}
.nn-brand__container--brand-gradient .nn-brand__accordion{border-color:#fff;color:#fff}
.nn-brand__container--brand-gradient .nn-brand__accordion__expanded,.nn-brand__container--brand-gradient .nn-brand__accordion__collapsed,.nn-brand__container--brand-gradient .nn-brand__accordion .fa{color:#fff}
.nn-brand__container--imageDark{background-position:center center;background-repeat:no-repeat;background-size:cover;color:#fff}
.nn-brand__container--imageBright{background-position:center center;background-repeat:no-repeat;background-size:cover;color:#333}
.nn-brand a.nn-brand__button{-webkit-transition:all 400ms cubic-bezier(0.445,0.05,0.55,0.95);transition:all 400ms cubic-bezier(0.445,0.05,0.55,0.95);text-align:center;white-space:nowrap;cursor:pointer;border-radius:12px;padding:15px 45px;font-size:1.1rem;margin-top:15px;display:inline-block;position:relative;border-width:2px;border-style:solid;box-shadow:0 0 5px 0 rgba(0,0,0,0)}
.nn-brand a.nn-brand__button:hover{color:#fff;text-decoration:none;transform:scale(1.05);box-shadow:0 5px 5px 0 rgba(0,0,0,0.1)}
.nn-brand a.nn-brand__button--full-width{width:100%}
.nn-brand a.nn-brand__button--primary{background-color:#009fda;border-color:#009fda;color:#fff}
.nn-brand a.nn-brand__button--primary:hover{color:#fff}
.nn-brand a.nn-brand__button--secondary{background-color:#001964;border-color:#001964;color:#009fda}
.nn-brand a.nn-brand__button--secondary:hover{color:#009fda}
.nn-brand a.nn-brand__button--white{background-color:#fff;border-color:#fff;color:#009fda}
.nn-brand a.nn-brand__button--white:hover{color:#009fda}
.nn-brand a.nn-brand__button--gradient{border-color:transparent;background:linear-gradient(to right,#009fd9 0,#001964 100%);color:#fff;border:0}
.nn-brand a.nn-brand__button--gradient:hover{color:#fff}
@media screen and (max-width:965px){.nn-brand a.nn-brand__button{padding:10px 20px}
}
.nn-brand__accordion{border-top:1px solid #e2e5e8}
.nn-brand__accordion .fa{-webkit-transition:all 400ms cubic-bezier(0.445,0.05,0.55,0.95);transition:all 400ms cubic-bezier(0.445,0.05,0.55,0.95);color:#009fda;margin-left:15px}
.nn-brand__accordion__expanded,.nn-brand__accordion__collapsed{color:#009fda}
.nn-brand__accordion--expanded .fa{transform:rotate(90deg)}
.nn-brand__accordion--expanded .nn-brand__accordion__collapsed{display:none}
.nn-brand__accordion--collapsed .nn-brand__accordion__expanded{display:none}
.nn-brand__accordion__title{border-bottom:1px solid #e2e5e8}
.nn-brand__accordion__title .row{cursor:pointer;display:flex;align-items:center;padding-top:10px;padding-bottom:10px}
.nn-brand__accordion__title h1,.nn-brand__accordion__title h2,.nn-brand__accordion__title h3,.nn-brand__accordion__title h4,.nn-brand__accordion__title h5,.nn-brand__accordion__title h6{margin-bottom:0}
.nn-brand__accordion__item{display:none;padding-top:15px;padding-bottom:15px}
.nn-brand__accordion__item p{line-height:1.75rem;font-size:1rem}
.nn-brand__accordion__item .nn-brand__multi-column .row{font-size:1rem}
.nn-brand__accordion__item--show{display:block !important}
.nn-brand__logo{background:linear-gradient(to top,#ebebeb 100%,#fefefe 0)}
@media screen and (min-width:1024px){.nn-brand__logo{padding:30px 0}
.nn-brand__logo img{max-height:80px;width:auto}
}
@media screen and (max-width:1023px){.nn-brand__logo{padding:20px 0}
.nn-brand__logo img{max-height:40px;width:auto}
}
.nn-brand__multi-column .row{font-size:1.2rem;line-height:1.6rem}
.nn-brand__multi-column .row .col-sm-2 .nn-brand__branded-box{padding-left:20px;padding-right:20px}
.nn-brand__multi-column .row .col-sm-3 .nn-brand__branded-box{padding-left:25px;padding-right:25px}
.nn-brand__multi-column .row .col-sm-4 .nn-brand__branded-box{padding-left:30px;padding-right:30px}
.nn-brand__multi-column .row .col-sm-6 .nn-brand__branded-box{padding-left:35px;padding-right:35px}
@media screen and (max-width:1023px){.nn-brand__multi-column .row [class*=col-]{padding-left:15px;padding-right:15px}
}
.nn-brand__multi-column .row--eq-height{display:flex !important;align-items:center}
@media screen and (min-width:1024px){.nn-brand__multi-column .row--eq-height [class*=col-]{display:table;flex-direction:column;justify-content:center}
.nn-brand__multi-column .row--eq-height [class*=col-] .brandedbox{height:100%;width:100%}
.nn-brand__multi-column .row--eq-height [class*=col-] .brandedbox .nn-brand__branded-box{height:100%}
}
@media screen and (max-width:767px){.nn-brand__multi-column .row--direction-left{flex-direction:column}
.nn-brand__multi-column .row--direction-right{flex-direction:column-reverse}
.nn-brand__multi-column .row .nnimage_container img{margin-bottom:30px}
}
@media screen and (min-width:768px){.nn-brand__multi-column .row--3{margin-left:-7px;margin-right:-7px}
.nn-brand__multi-column .row--4,.nn-brand__multi-column .row--6,.nn-brand__multi-column .row--8{margin-left:-12px;margin-right:-12px}
.nn-brand__multi-column .row .col-sm-3{padding-left:7px;padding-right:7px}
.nn-brand__multi-column .row .col-sm-4,.nn-brand__multi-column .row .col-sm-6,.nn-brand__multi-column .row .col-sm-8{padding-left:12px;padding-right:12px}
}
.nn-brand__multi-column .nnimage_container.space-next-item-10{margin-bottom:0}
.nn-brand__hero-banner{padding:80px 0;text-align:center;position:relative;margin-bottom:130px}
.nn-brand__hero-banner h1{margin-bottom:70px}
.nn-brand__hero-banner h6{margin-bottom:25px}
@media screen and (min-width:1024px){.nn-brand__hero-banner__product-image{position:absolute;bottom:-75px;left:50%;transform:translateX(-50%)}
}
@media screen and (max-width:1023px){.nn-brand__hero-banner__product-image{position:absolute;bottom:-30px;left:50%;transform:translateX(-50%);max-width:85%;height:auto}
}
.nn-brand__branded-box{border-radius:12px;padding:35px}
@media screen and (max-width:1023px){.nn-brand__branded-box{padding:20px}
}
.nn-brand__branded-box--brand-gradient{background:linear-gradient(to right,#009fd9 0,#001964 100%);color:#fff}
.nn-brand__branded-box--brand-gradient h1,.nn-brand__branded-box--brand-gradient h2,.nn-brand__branded-box--brand-gradient h3,.nn-brand__branded-box--brand-gradient h4,.nn-brand__branded-box--brand-gradient h5,.nn-brand__branded-box--brand-gradient h6{color:#fff}
.nn-brand__branded-box--brand-gradient ul>li::before{color:#fff}
.nn-brand__branded-box--brand-primary{background-color:#009fda;color:#fff}
.nn-brand__branded-box--brand-primary h1,.nn-brand__branded-box--brand-primary h2,.nn-brand__branded-box--brand-primary h3,.nn-brand__branded-box--brand-primary h4,.nn-brand__branded-box--brand-primary h5,.nn-brand__branded-box--brand-primary h6{color:#fff}
.nn-brand__branded-box--brand-primary ul>li::before{color:#fff}
.nn-brand__branded-box--brand-secondary{background-color:#001964;color:#009fda}
.nn-brand__branded-box--brand-secondary h1,.nn-brand__branded-box--brand-secondary h2,.nn-brand__branded-box--brand-secondary h3,.nn-brand__branded-box--brand-secondary h4,.nn-brand__branded-box--brand-secondary h5,.nn-brand__branded-box--brand-secondary h6{color:#333}
.nn-brand__branded-box--brand-secondary ul>li::before{color:#009fda}
.nn-brand__branded-box--brand-gradient ul,.nn-brand__branded-box--brand-primary ul,.nn-brand__branded-box--brand-secondary ul{list-style:none}
.nn-brand__branded-box--brand-gradient ul>li::before,.nn-brand__branded-box--brand-primary ul>li::before,.nn-brand__branded-box--brand-secondary ul>li::before{background-color:transparent;height:auto;content:"\2022";font-weight:bold;display:inline-block;width:1rem;margin-top:-5px}
.nn-brand__branded-box--white{background:#fff}
.nn-brand__branded-box--gray{background:#e2e5e8}
.nn-brand__branded-box--transparent{background:rgba(255,255,255,0.9)}
.nn-brand nav.cmp-breadcrumb ol.cmp-breadcrumb__list{list-style:none}
.nn-brand nav.cmp-breadcrumb ol.cmp-breadcrumb__list>li{display:inline-block}
.nn-brand nav.cmp-breadcrumb ol.cmp-breadcrumb__list>li:first-of-type:before{display:none}
.nn-brand nav.cmp-breadcrumb ol.cmp-breadcrumb__list>li:before{content:'/';padding-left:5px;padding-right:5px}
@media(max-width:768px){.nn-brand nav.cmp-breadcrumb.hide-on-mobile{display:none}
}
.nn-brand .brand__product.brand--fiasp .brand__product__link p,.nn-brand .brand__product.brand--tresiba .brand__product__link p,.nn-brand .brand__product.brand--fiasp .brand__product__link a,.nn-brand .brand__product.brand--tresiba .brand__product__link a{color:#333}
.nn-brand .brand__product.nn-brand--levemir .brand__product__link p,.nn-brand .brand__product.brand--novo .brand__product__link p,.nn-brand .brand__product.brand--ozempic .brand__product__link p,.nn-brand .brand__product.brand--ryzodeg .brand__product__link p,.nn-brand .brand__product.brand--saxenda .brand__product__link p,.nn-brand .brand__product.brand--victoza .brand__product__link p,.nn-brand .brand__product.brand--xultophy .brand__product__link p,.nn-brand .brand__product.brand--esperoct .brand__product__link p,.nn-brand .brand__product.brand--rybelsus .brand__product__link p,.nn-brand .brand__product.nn-brand--levemir .brand__product__link a,.nn-brand .brand__product.brand--novo .brand__product__link a,.nn-brand .brand__product.brand--ozempic .brand__product__link a,.nn-brand .brand__product.brand--ryzodeg .brand__product__link a,.nn-brand .brand__product.brand--saxenda .brand__product__link a,.nn-brand .brand__product.brand--victoza .brand__product__link a,.nn-brand .brand__product.brand--xultophy .brand__product__link a,.nn-brand .brand__product.brand--esperoct .brand__product__link a,.nn-brand .brand__product.brand--rybelsus .brand__product__link a{color:#fff}
.nn-brand__sms-reminder #reminder-container,.nn-brand__sms-reminder-unsubscribe #reminder-container,.nn-brand__sms-reminder #reminder-unsubscribe-container,.nn-brand__sms-reminder-unsubscribe #reminder-unsubscribe-container{display:flex;max-width:965px;margin:auto;justify-content:center;border:2px solid;border-radius:10px;padding:25px}
.nn-brand__sms-reminder #reminder-container .form-check-inline,.nn-brand__sms-reminder-unsubscribe #reminder-container .form-check-inline,.nn-brand__sms-reminder #reminder-unsubscribe-container .form-check-inline,.nn-brand__sms-reminder-unsubscribe #reminder-unsubscribe-container .form-check-inline,.nn-brand__sms-reminder #reminder-container #hours,.nn-brand__sms-reminder-unsubscribe #reminder-container #hours,.nn-brand__sms-reminder #reminder-unsubscribe-container #hours,.nn-brand__sms-reminder-unsubscribe #reminder-unsubscribe-container #hours,.nn-brand__sms-reminder #reminder-container #minutes,.nn-brand__sms-reminder-unsubscribe #reminder-container #minutes,.nn-brand__sms-reminder #reminder-unsubscribe-container #minutes,.nn-brand__sms-reminder-unsubscribe #reminder-unsubscribe-container #minutes{display:inline-flex;align-items:center;max-width:200px}
.nn-brand__sms-reminder #reminder-container .form-check-inline label,.nn-brand__sms-reminder-unsubscribe #reminder-container .form-check-inline label,.nn-brand__sms-reminder #reminder-unsubscribe-container .form-check-inline label,.nn-brand__sms-reminder-unsubscribe #reminder-unsubscribe-container .form-check-inline label,.nn-brand__sms-reminder #reminder-container #hours label,.nn-brand__sms-reminder-unsubscribe #reminder-container #hours label,.nn-brand__sms-reminder #reminder-unsubscribe-container #hours label,.nn-brand__sms-reminder-unsubscribe #reminder-unsubscribe-container #hours label,.nn-brand__sms-reminder #reminder-container #minutes label,.nn-brand__sms-reminder-unsubscribe #reminder-container #minutes label,.nn-brand__sms-reminder #reminder-unsubscribe-container #minutes label,.nn-brand__sms-reminder-unsubscribe #reminder-unsubscribe-container #minutes label{padding-left:.15rem;padding-right:.15rem}
.nn-brand__sms-reminder #reminder-container .time-fields,.nn-brand__sms-reminder-unsubscribe #reminder-container .time-fields,.nn-brand__sms-reminder #reminder-unsubscribe-container .time-fields,.nn-brand__sms-reminder-unsubscribe #reminder-unsubscribe-container .time-fields{display:flex}
.nn-brand__sms-reminder #reminder-container .form-check-inline,.nn-brand__sms-reminder-unsubscribe #reminder-container .form-check-inline,.nn-brand__sms-reminder #reminder-unsubscribe-container .form-check-inline,.nn-brand__sms-reminder-unsubscribe #reminder-unsubscribe-container .form-check-inline{display:flex;flex-direction:column}
.nn-brand__sms-reminder #reminder-container .third-column,.nn-brand__sms-reminder-unsubscribe #reminder-container .third-column,.nn-brand__sms-reminder #reminder-unsubscribe-container .third-column,.nn-brand__sms-reminder-unsubscribe #reminder-unsubscribe-container .third-column{display:flex;flex-direction:column}
.nn-brand__sms-reminder #reminder-container .first-column,.nn-brand__sms-reminder-unsubscribe #reminder-container .first-column,.nn-brand__sms-reminder #reminder-unsubscribe-container .first-column,.nn-brand__sms-reminder-unsubscribe #reminder-unsubscribe-container .first-column,.nn-brand__sms-reminder #reminder-container .third-column,.nn-brand__sms-reminder-unsubscribe #reminder-container .third-column,.nn-brand__sms-reminder #reminder-unsubscribe-container .third-column,.nn-brand__sms-reminder-unsubscribe #reminder-unsubscribe-container .third-column{max-width:250px}
.nn-brand__sms-reminder #reminder-container #hours,.nn-brand__sms-reminder-unsubscribe #reminder-container #hours,.nn-brand__sms-reminder #reminder-unsubscribe-container #hours,.nn-brand__sms-reminder-unsubscribe #reminder-unsubscribe-container #hours,.nn-brand__sms-reminder #reminder-container #minutes,.nn-brand__sms-reminder-unsubscribe #reminder-container #minutes,.nn-brand__sms-reminder #reminder-unsubscribe-container #minutes,.nn-brand__sms-reminder-unsubscribe #reminder-unsubscribe-container #minutes{margin-right:.75rem;background-color:#fff;border:1px solid #ccc;height:34px;font-size:14px}
.nn-brand__sms-reminder #reminder-container #hours option,.nn-brand__sms-reminder-unsubscribe #reminder-container #hours option,.nn-brand__sms-reminder #reminder-unsubscribe-container #hours option,.nn-brand__sms-reminder-unsubscribe #reminder-unsubscribe-container #hours option,.nn-brand__sms-reminder #reminder-container #minutes option,.nn-brand__sms-reminder-unsubscribe #reminder-container #minutes option,.nn-brand__sms-reminder #reminder-unsubscribe-container #minutes option,.nn-brand__sms-reminder-unsubscribe #reminder-unsubscribe-container #minutes option{background-color:#fff;height:34px;font-size:14px}
.nn-brand__sms-reminder #reminder-container #interval-type,.nn-brand__sms-reminder-unsubscribe #reminder-container #interval-type,.nn-brand__sms-reminder #reminder-unsubscribe-container #interval-type,.nn-brand__sms-reminder-unsubscribe #reminder-unsubscribe-container #interval-type{background-color:#fff;border:1px solid #ccc;height:34px;font-size:14px}
.nn-brand__sms-reminder #reminder-container #interval-type option,.nn-brand__sms-reminder-unsubscribe #reminder-container #interval-type option,.nn-brand__sms-reminder #reminder-unsubscribe-container #interval-type option,.nn-brand__sms-reminder-unsubscribe #reminder-unsubscribe-container #interval-type option{background-color:#fff;height:34px;font-size:14px}
.nn-brand__sms-reminder #reminder-container #submit-form,.nn-brand__sms-reminder-unsubscribe #reminder-container #submit-form,.nn-brand__sms-reminder #reminder-unsubscribe-container #submit-form,.nn-brand__sms-reminder-unsubscribe #reminder-unsubscribe-container #submit-form{margin-top:auto;margin-left:auto;width:fit-content}
.nn-brand__sms-reminder #reminder-container .form-group,.nn-brand__sms-reminder-unsubscribe #reminder-container .form-group,.nn-brand__sms-reminder #reminder-unsubscribe-container .form-group,.nn-brand__sms-reminder-unsubscribe #reminder-unsubscribe-container .form-group{margin:0 15px;flex-basis:0;flex-grow:1}
.nn-brand__sms-reminder #reminder-container .second-column,.nn-brand__sms-reminder-unsubscribe #reminder-container .second-column,.nn-brand__sms-reminder #reminder-unsubscribe-container .second-column,.nn-brand__sms-reminder-unsubscribe #reminder-unsubscribe-container .second-column{flex-grow:2}
.nn-brand__sms-reminder #reminder-container .form-field,.nn-brand__sms-reminder-unsubscribe #reminder-container .form-field,.nn-brand__sms-reminder #reminder-unsubscribe-container .form-field,.nn-brand__sms-reminder-unsubscribe #reminder-unsubscribe-container .form-field{margin-bottom:10px}
.nn-brand__sms-reminder #reminder-container .form-check,.nn-brand__sms-reminder-unsubscribe #reminder-container .form-check,.nn-brand__sms-reminder #reminder-unsubscribe-container .form-check,.nn-brand__sms-reminder-unsubscribe #reminder-unsubscribe-container .form-check{margin-bottom:3px}
.nn-brand__sms-reminder #reminder-container .form-check-label,.nn-brand__sms-reminder-unsubscribe #reminder-container .form-check-label,.nn-brand__sms-reminder #reminder-unsubscribe-container .form-check-label,.nn-brand__sms-reminder-unsubscribe #reminder-unsubscribe-container .form-check-label{margin-bottom:5px}
.nn-brand__sms-reminder #reminder-container #consent-label,.nn-brand__sms-reminder-unsubscribe #reminder-container #consent-label,.nn-brand__sms-reminder #reminder-unsubscribe-container #consent-label,.nn-brand__sms-reminder-unsubscribe #reminder-unsubscribe-container #consent-label{display:inline}
.nn-brand__sms-reminder #reminder-container input[type=text],.nn-brand__sms-reminder-unsubscribe #reminder-container input[type=text],.nn-brand__sms-reminder #reminder-unsubscribe-container input[type=text],.nn-brand__sms-reminder-unsubscribe #reminder-unsubscribe-container input[type=text],.nn-brand__sms-reminder #reminder-container input[type=number],.nn-brand__sms-reminder-unsubscribe #reminder-container input[type=number],.nn-brand__sms-reminder #reminder-unsubscribe-container input[type=number],.nn-brand__sms-reminder-unsubscribe #reminder-unsubscribe-container input[type=number]{background-color:#fff;padding:0 10px}
.nn-brand__sms-reminder #reminder-container #mobileNumber,.nn-brand__sms-reminder-unsubscribe #reminder-container #mobileNumber,.nn-brand__sms-reminder #reminder-unsubscribe-container #mobileNumber,.nn-brand__sms-reminder-unsubscribe #reminder-unsubscribe-container #mobileNumber{margin-bottom:0}
.nn-brand__sms-reminder #reminder-container #phoneInfo,.nn-brand__sms-reminder-unsubscribe #reminder-container #phoneInfo,.nn-brand__sms-reminder #reminder-unsubscribe-container #phoneInfo,.nn-brand__sms-reminder-unsubscribe #reminder-unsubscribe-container #phoneInfo,.nn-brand__sms-reminder #reminder-container #phoneInfoUnsubscribe,.nn-brand__sms-reminder-unsubscribe #reminder-container #phoneInfoUnsubscribe,.nn-brand__sms-reminder #reminder-unsubscribe-container #phoneInfoUnsubscribe,.nn-brand__sms-reminder-unsubscribe #reminder-unsubscribe-container #phoneInfoUnsubscribe,.nn-brand__sms-reminder #reminder-container #formInfo,.nn-brand__sms-reminder-unsubscribe #reminder-container #formInfo,.nn-brand__sms-reminder #reminder-unsubscribe-container #formInfo,.nn-brand__sms-reminder-unsubscribe #reminder-unsubscribe-container #formInfo,.nn-brand__sms-reminder #reminder-container #formInfoUnsubscribe,.nn-brand__sms-reminder-unsubscribe #reminder-container #formInfoUnsubscribe,.nn-brand__sms-reminder #reminder-unsubscribe-container #formInfoUnsubscribe,.nn-brand__sms-reminder-unsubscribe #reminder-unsubscribe-container #formInfoUnsubscribe{color:red}
.nn-brand__sms-reminder #reminder-container #select-time,.nn-brand__sms-reminder-unsubscribe #reminder-container #select-time,.nn-brand__sms-reminder #reminder-unsubscribe-container #select-time,.nn-brand__sms-reminder-unsubscribe #reminder-unsubscribe-container #select-time{margin-top:10px}
.nn-brand__sms-reminder #reminder-container .consent-parsys,.nn-brand__sms-reminder-unsubscribe #reminder-container .consent-parsys,.nn-brand__sms-reminder #reminder-unsubscribe-container .consent-parsys,.nn-brand__sms-reminder-unsubscribe #reminder-unsubscribe-container .consent-parsys{margin-top:15px}
.nn-brand__sms-reminder #reminder-container .weekdays-columns,.nn-brand__sms-reminder-unsubscribe #reminder-container .weekdays-columns,.nn-brand__sms-reminder #reminder-unsubscribe-container .weekdays-columns,.nn-brand__sms-reminder-unsubscribe #reminder-unsubscribe-container .weekdays-columns{display:flex;flex-direction:row;justify-content:space-between}
.nn-brand__sms-reminder #reminder-unsubscribe-container .col,.nn-brand__sms-reminder-unsubscribe #reminder-unsubscribe-container .col{display:flex;margin-bottom:10px}
.nn-brand__sms-reminder #reminder-unsubscribe-container .col2,.nn-brand__sms-reminder-unsubscribe #reminder-unsubscribe-container .col2{display:block;margin:auto;align-self:center}
.nn-brand__sms-reminder #reminder-unsubscribe-container #mobileNumberUnsubscribe,.nn-brand__sms-reminder-unsubscribe #reminder-unsubscribe-container #mobileNumberUnsubscribe{margin:auto}
.nn-brand__sms-reminder #reminder-unsubscribe-container #submit-unsubscribe-form,.nn-brand__sms-reminder-unsubscribe #reminder-unsubscribe-container #submit-unsubscribe-form{margin:auto;align-self:center}
.nn-brand .branded-data-table-wrapper .branded-data-table table{width:100%;border-collapse:collapse;border:1px solid #ddd}
.nn-brand .branded-data-table-wrapper .branded-data-table table tr.odd,.nn-brand .branded-data-table-wrapper .branded-data-table table tr.odd>.sorting_1{background-color:rgba(0,0,0,0.05)}
.nn-brand .branded-data-table-wrapper .branded-data-table table tr.even,.nn-brand .branded-data-table-wrapper .branded-data-table table tr.even>.sorting_1{background-color:rgba(0,0,0,0)}
.nn-brand .branded-data-table-wrapper .branded-data-table table td,.nn-brand .branded-data-table-wrapper .branded-data-table table th{border:1px solid #ddd}
.nn-brand .branded-data-table-wrapper .branded-data-table table th{padding-left:10px;padding-right:10px}
.nn-brand .branded-data-table-wrapper .branded-data-table .paginate_button.disabled{display:none}
.nn-brand .branded-data-table-wrapper.disable-stripes table tr.odd,.nn-brand .branded-data-table-wrapper.disable-stripes table tr.even{background-color:rgba(0,0,0,0)}
.nn-brand .branded-data-table-wrapper.disable-stripes table tr.odd>.sorting_1,.nn-brand .branded-data-table-wrapper.disable-stripes table tr.even>.sorting_1{background-color:rgba(0,0,0,0)}
.nn-brand .branded-data-table-wrapper.disable-horizontal-borders table,.nn-brand .branded-data-table-wrapper.disable-horizontal-borders table td,.nn-brand .branded-data-table-wrapper.disable-horizontal-borders table th{border-top:0;border-bottom:0}
.nn-brand .branded-data-table-wrapper.disable-vertical-borders table,.nn-brand .branded-data-table-wrapper.disable-vertical-borders table td,.nn-brand .branded-data-table-wrapper.disable-vertical-borders table th{border-left:0;border-right:0}
.nn-brand .floatingLinksMenu{display:flex;flex-direction:column;justify-content:center;position:fixed;bottom:50px;right:50px;z-index:3000}
.nn-brand .floatingLinksMenu .floatingLinksMenu__button{width:300px;max-width:100%;display:block;text-decoration:none;padding:10px;box-sizing:border-box;outline:0;cursor:pointer;text-align:center;white-space:normal}
.nn-brand .floatingLinksMenu .floatingLinksMenu__main-action{position:relative;z-index:2}
.nn-brand .floatingLinksMenu .floatingLinksMenu__actions{position:absolute;bottom:100%;pointer-events:none}
.nn-brand .floatingLinksMenu .floatingLinksMenu__actions>*{z-index:1;display:block;margin:5px 0;transition:all .2s ease-in-out;visibility:hidden;opacity:0;pointer-events:all}
.nn-brand .floatingLinksMenu.floatingLinksMenu--shown .floatingLinksMenu__actions>*{visibility:visible;opacity:1}
@media(max-width:768px){.nn-brand #reminder-container,.nn-brand #reminder-unsubscribe-container{flex-direction:column;max-width:496px}
.nn-brand #reminder-container .col,.nn-brand #reminder-unsubscribe-container .col{flex-basis:auto}
.nn-brand #reminder-container .first-column,.nn-brand #reminder-unsubscribe-container .first-column,.nn-brand #reminder-container .third-column,.nn-brand #reminder-unsubscribe-container .third-column{max-width:none}
.nn-brand #reminder-container .third-column-unsubscribe,.nn-brand #reminder-unsubscribe-container .third-column-unsubscribe{margin-top:10px}
}
@media(min-width:768px) and (max-width:1023px){.container{width:720px !important}
html body{min-width:720px !important}
}
@media(min-width:576px){.fiveColumn{width:100%}
}
@media(min-width:768px){.fiveColumn{width:calc((100% - 40px)/5);margin-left:10px}
.fiveColumn:first-of-type{margin-left:0}
}
.novotext ul li{padding-bottom:7px}
.novotext ul li:before{height:5px;width:5px;top:.45em}
.nn-brand .novotext .branded-text-reference{font-size:80%}
div.nn-brand--fiasp h1,div.nn-brand--fiasp h2{color:#003b5c}
div.nn-brand--fiasp h3,div.nn-brand--fiasp h4,div.nn-brand--fiasp h5,div.nn-brand--fiasp h6{color:#333}
div.nn-brand--fiasp .branded-text-primary{color:#fedd00}
div.nn-brand--fiasp .branded-text-secondary{color:#003b5c}
div.nn-brand--fiasp .nn-brand__accordion__expanded,div.nn-brand--fiasp .nn-brand__accordion__collapsed,div.nn-brand--fiasp .nn-brand__accordion .fa{color:#003b5c}
div.nn-brand--fiasp .nn-brand__container--white{background-color:#fff}
div.nn-brand--fiasp .nn-brand__container--white h1,div.nn-brand--fiasp .nn-brand__container--white h2,div.nn-brand--fiasp .nn-brand__container--white a,div.nn-brand--fiasp .nn-brand__container--white .invalid-feedback,div.nn-brand--fiasp .nn-brand__container--white nav.cmp-breadcrumb a{color:#003b5c}
div.nn-brand--fiasp .nn-brand__container--white .dataTables_wrapper .dataTables_paginate .paginate_button{color:#003b5c !important}
div.nn-brand--fiasp .nn-brand__container--white .dataTables_wrapper .dataTables_paginate .paginate_button.current{color:#000 !important}
div.nn-brand--fiasp .nn-brand__container--white .branded-data-table .dataTables_info{color:#003b5c}
div.nn-brand--fiasp .nn-brand__container--white form button,div.nn-brand--fiasp .nn-brand__container--white .form_button_submit{background-color:#fedd00;border-color:#fedd00;color:#fff}
div.nn-brand--fiasp .nn-brand__container--gray{background-color:#e2e5e8;color:#333}
div.nn-brand--fiasp .nn-brand__container--gray h1,div.nn-brand--fiasp .nn-brand__container--gray h2,div.nn-brand--fiasp .nn-brand__container--gray a,div.nn-brand--fiasp .nn-brand__container--gray .invalid-feedback,div.nn-brand--fiasp .nn-brand__container--gray nav.cmp-breadcrumb a{color:#003b5c}
div.nn-brand--fiasp .nn-brand__container--gray .dataTables_wrapper .dataTables_paginate .paginate_button{color:#003b5c !important}
div.nn-brand--fiasp .nn-brand__container--gray .dataTables_wrapper .dataTables_paginate .paginate_button.current{color:#000 !important}
div.nn-brand--fiasp .nn-brand__container--gray .branded-data-table .dataTables_info{color:#333}
div.nn-brand--fiasp .nn-brand__container--gray form button,div.nn-brand--fiasp .nn-brand__container--gray .form_button_submit{background-color:#fedd00;border-color:#fedd00;color:#fff}
div.nn-brand--fiasp .nn-brand__container--brand-primary{background-color:#fedd00;color:#003b5c}
div.nn-brand--fiasp .nn-brand__container--brand-primary h1,div.nn-brand--fiasp .nn-brand__container--brand-primary h2,div.nn-brand--fiasp .nn-brand__container--brand-primary h3,div.nn-brand--fiasp .nn-brand__container--brand-primary h4,div.nn-brand--fiasp .nn-brand__container--brand-primary h5,div.nn-brand--fiasp .nn-brand__container--brand-primary h6,div.nn-brand--fiasp .nn-brand__container--brand-primary ul,div.nn-brand--fiasp .nn-brand__container--brand-primary ol,div.nn-brand--fiasp .nn-brand__container--brand-primary a,div.nn-brand--fiasp .nn-brand__container--brand-primary p,div.nn-brand--fiasp .nn-brand__container--brand-primary .invalid-feedback,div.nn-brand--fiasp .nn-brand__container--brand-primary nav.cmp-breadcrumb a{color:#003b5c}
div.nn-brand--fiasp .nn-brand__container--brand-primary a:hover{border-color:#003b5c}
div.nn-brand--fiasp .nn-brand__container--brand-primary .dataTables_wrapper .dataTables_paginate .paginate_button{color:#003b5c !important}
div.nn-brand--fiasp .nn-brand__container--brand-primary .dataTables_wrapper .dataTables_paginate .paginate_button.current{color:#000 !important}
div.nn-brand--fiasp .nn-brand__container--brand-primary .branded-data-table .dataTables_info{color:#003b5c}
div.nn-brand--fiasp .nn-brand__container--brand-primary form button,div.nn-brand--fiasp .nn-brand__container--brand-primary .form_button_submit{background-color:#fff;border-color:#fff;color:#003b5c}
div.nn-brand--fiasp .nn-brand__container--brand-primary form button:hover,div.nn-brand--fiasp .nn-brand__container--brand-primary .form_button_submit:hover{color:#003b5c}
div.nn-brand--fiasp .nn-brand__container--brand-primary .nn-brand__accordion{border-color:#003b5c;color:#003b5c}
div.nn-brand--fiasp .nn-brand__container--brand-primary .nn-brand__accordion__expanded,div.nn-brand--fiasp .nn-brand__container--brand-primary .nn-brand__accordion__collapsed,div.nn-brand--fiasp .nn-brand__container--brand-primary .nn-brand__accordion .fa{color:#003b5c}
div.nn-brand--fiasp .nn-brand__container--brand-secondary{background-color:#003b5c;color:#fff}
div.nn-brand--fiasp .nn-brand__container--brand-secondary h1,div.nn-brand--fiasp .nn-brand__container--brand-secondary h2,div.nn-brand--fiasp .nn-brand__container--brand-secondary h3,div.nn-brand--fiasp .nn-brand__container--brand-secondary h4,div.nn-brand--fiasp .nn-brand__container--brand-secondary h5,div.nn-brand--fiasp .nn-brand__container--brand-secondary h6,div.nn-brand--fiasp .nn-brand__container--brand-secondary a,div.nn-brand--fiasp .nn-brand__container--brand-secondary ol,div.nn-brand--fiasp .nn-brand__container--brand-secondary ul,div.nn-brand--fiasp .nn-brand__container--brand-secondary .invalid-feedback,div.nn-brand--fiasp .nn-brand__container--brand-secondary nav.cmp-breadcrumb a{color:#fff}
div.nn-brand--fiasp .nn-brand__container--brand-secondary .dataTables_wrapper .dataTables_paginate .paginate_button{color:#fff !important}
div.nn-brand--fiasp .nn-brand__container--brand-secondary .dataTables_wrapper .dataTables_paginate .paginate_button.current{color:#000 !important}
div.nn-brand--fiasp .nn-brand__container--brand-secondary .branded-data-table .dataTables_info{color:#fff}
div.nn-brand--fiasp .nn-brand__container--brand-secondary .invalid-feedback{color:#fedd00}
div.nn-brand--fiasp .nn-brand__container--brand-secondary form button,div.nn-brand--fiasp .nn-brand__container--brand-secondary .form_button_submit{background-color:#fedd00;border-color:#fedd00;color:#fff}
div.nn-brand--fiasp .nn-brand__container--brand-secondary .nn-brand__accordion{border-color:#fff;color:#fff}
div.nn-brand--fiasp .nn-brand__container--brand-secondary .nn-brand__accordion__expanded,div.nn-brand--fiasp .nn-brand__container--brand-secondary .nn-brand__accordion__collapsed,div.nn-brand--fiasp .nn-brand__container--brand-secondary .nn-brand__accordion .fa{color:#fff}
div.nn-brand--fiasp .nn-brand__container--brand-gradient{background:#fedd00;color:#003b5c}
div.nn-brand--fiasp .nn-brand__container--brand-gradient h1,div.nn-brand--fiasp .nn-brand__container--brand-gradient h2,div.nn-brand--fiasp .nn-brand__container--brand-gradient h3,div.nn-brand--fiasp .nn-brand__container--brand-gradient h4,div.nn-brand--fiasp .nn-brand__container--brand-gradient h5,div.nn-brand--fiasp .nn-brand__container--brand-gradient h6,div.nn-brand--fiasp .nn-brand__container--brand-gradient ul,div.nn-brand--fiasp .nn-brand__container--brand-gradient ol,div.nn-brand--fiasp .nn-brand__container--brand-gradient a,div.nn-brand--fiasp .nn-brand__container--brand-gradient p,div.nn-brand--fiasp .nn-brand__container--brand-gradient .invalid-feedback,div.nn-brand--fiasp .nn-brand__container--brand-gradient nav.cmp-breadcrumb a{color:#003b5c}
div.nn-brand--fiasp .nn-brand__container--brand-gradient .dataTables_wrapper .dataTables_paginate .paginate_button{color:#003b5c !important}
div.nn-brand--fiasp .nn-brand__container--brand-gradient .dataTables_wrapper .dataTables_paginate .paginate_button.current{color:#000 !important}
div.nn-brand--fiasp .nn-brand__container--brand-gradient .branded-data-table .dataTables_info{color:#003b5c}
div.nn-brand--fiasp .nn-brand__container--brand-gradient form button,div.nn-brand--fiasp .nn-brand__container--brand-gradient .form_button_submit{background-color:#fff;border-color:#fff;color:#003b5c}
div.nn-brand--fiasp .nn-brand__container--brand-gradient form button:hover,div.nn-brand--fiasp .nn-brand__container--brand-gradient .form_button_submit:hover{color:#003b5c}
div.nn-brand--fiasp .nn-brand__container--brand-gradient .nn-brand__accordion{border-color:#003b5c;color:#003b5c}
div.nn-brand--fiasp .nn-brand__container--brand-gradient .nn-brand__accordion__expanded,div.nn-brand--fiasp .nn-brand__container--brand-gradient .nn-brand__accordion__collapsed,div.nn-brand--fiasp .nn-brand__container--brand-gradient .nn-brand__accordion .fa{color:#003b5c}
div.nn-brand--fiasp .nn-brand__branded-box--brand-gradient{background:#fedd00;color:#003b5c}
div.nn-brand--fiasp .nn-brand__branded-box--brand-gradient h1,div.nn-brand--fiasp .nn-brand__branded-box--brand-gradient h2,div.nn-brand--fiasp .nn-brand__branded-box--brand-gradient h3,div.nn-brand--fiasp .nn-brand__branded-box--brand-gradient h4,div.nn-brand--fiasp .nn-brand__branded-box--brand-gradient h5,div.nn-brand--fiasp .nn-brand__branded-box--brand-gradient h6,div.nn-brand--fiasp .nn-brand__branded-box--brand-gradient a,div.nn-brand--fiasp .nn-brand__branded-box--brand-gradient ul,div.nn-brand--fiasp .nn-brand__branded-box--brand-gradient ol,div.nn-brand--fiasp .nn-brand__branded-box--brand-gradient p,div.nn-brand--fiasp .nn-brand__branded-box--brand-gradient .invalid-feedback{color:#003b5c}
div.nn-brand--fiasp .nn-brand__branded-box--brand-gradient form button,div.nn-brand--fiasp .nn-brand__branded-box--brand-gradient .form_button_submit{background-color:#fff;border-color:#fff;color:#003b5c}
div.nn-brand--fiasp .nn-brand__branded-box--brand-gradient form button:hover,div.nn-brand--fiasp .nn-brand__branded-box--brand-gradient .form_button_submit:hover{color:#003b5c}
div.nn-brand--fiasp .nn-brand__branded-box--brand-gradient ul>li::before{color:#003b5c}
div.nn-brand--fiasp .nn-brand__branded-box--brand-primary{background-color:#fedd00;color:#003b5c}
div.nn-brand--fiasp .nn-brand__branded-box--brand-primary h1,div.nn-brand--fiasp .nn-brand__branded-box--brand-primary h2,div.nn-brand--fiasp .nn-brand__branded-box--brand-primary h3,div.nn-brand--fiasp .nn-brand__branded-box--brand-primary h4,div.nn-brand--fiasp .nn-brand__branded-box--brand-primary h5,div.nn-brand--fiasp .nn-brand__branded-box--brand-primary h6,div.nn-brand--fiasp .nn-brand__branded-box--brand-primary a,div.nn-brand--fiasp .nn-brand__branded-box--brand-primary ul,div.nn-brand--fiasp .nn-brand__branded-box--brand-primary ol,div.nn-brand--fiasp .nn-brand__branded-box--brand-primary p,div.nn-brand--fiasp .nn-brand__branded-box--brand-primary .invalid-feedback{color:#003b5c}
div.nn-brand--fiasp .nn-brand__branded-box--brand-primary form button,div.nn-brand--fiasp .nn-brand__branded-box--brand-primary .form_button_submit{background-color:#fff;border-color:#fff;color:#003b5c}
div.nn-brand--fiasp .nn-brand__branded-box--brand-primary form button:hover,div.nn-brand--fiasp .nn-brand__branded-box--brand-primary .form_button_submit:hover{color:#003b5c}
div.nn-brand--fiasp .nn-brand__branded-box--brand-primary ul>li::before{color:#003b5c}
div.nn-brand--fiasp .nn-brand__branded-box--brand-secondary{background-color:#003b5c;color:#fff}
div.nn-brand--fiasp .nn-brand__branded-box--brand-secondary h1,div.nn-brand--fiasp .nn-brand__branded-box--brand-secondary h2,div.nn-brand--fiasp .nn-brand__branded-box--brand-secondary h3,div.nn-brand--fiasp .nn-brand__branded-box--brand-secondary h4,div.nn-brand--fiasp .nn-brand__branded-box--brand-secondary h5,div.nn-brand--fiasp .nn-brand__branded-box--brand-secondary h6,div.nn-brand--fiasp .nn-brand__branded-box--brand-secondary ul,div.nn-brand--fiasp .nn-brand__branded-box--brand-secondary ol,div.nn-brand--fiasp .nn-brand__branded-box--brand-secondary a,div.nn-brand--fiasp .nn-brand__branded-box--brand-secondary p,div.nn-brand--fiasp .nn-brand__branded-box--brand-secondary .invalid-feedback,div.nn-brand--fiasp .nn-brand__branded-box--brand-secondary nav.cmp-breadcrumb a{color:#fff}
div.nn-brand--fiasp .nn-brand__branded-box--brand-secondary .invalid-feedback{color:#fedd00}
div.nn-brand--fiasp .nn-brand__branded-box--brand-secondary form button,div.nn-brand--fiasp .nn-brand__branded-box--brand-secondary .form_button_submit{background-color:#fedd00;border-color:#fedd00;color:#fff}
div.nn-brand--fiasp .nn-brand__branded-box--brand-secondary ul>li::before{color:#fff}
div.nn-brand--fiasp .nn-brand__branded-box--white{background:#fff}
div.nn-brand--fiasp .nn-brand__branded-box--white h1,div.nn-brand--fiasp .nn-brand__branded-box--white h2,div.nn-brand--fiasp .nn-brand__branded-box--white h3,div.nn-brand--fiasp .nn-brand__branded-box--white h4,div.nn-brand--fiasp .nn-brand__branded-box--white h5,div.nn-brand--fiasp .nn-brand__branded-box--white h6,div.nn-brand--fiasp .nn-brand__branded-box--white a,div.nn-brand--fiasp .nn-brand__branded-box--white ul,div.nn-brand--fiasp .nn-brand__branded-box--white ol,div.nn-brand--fiasp .nn-brand__branded-box--white p,div.nn-brand--fiasp .nn-brand__branded-box--white .invalid-feedback{color:#003b5c}
div.nn-brand--fiasp .nn-brand__branded-box--white form button,div.nn-brand--fiasp .nn-brand__branded-box--white .form_button_submit{background-color:#fedd00;border-color:#fedd00;color:#fff}
div.nn-brand--fiasp .nn-brand__branded-box--gray{background-color:#e2e5e8;color:#333}
div.nn-brand--fiasp .nn-brand__branded-box--gray h1,div.nn-brand--fiasp .nn-brand__branded-box--gray h2,div.nn-brand--fiasp .nn-brand__branded-box--gray a,div.nn-brand--fiasp .nn-brand__branded-box--gray .invalid-feedback{color:#003b5c}
div.nn-brand--fiasp .nn-brand__branded-box--gray form button,div.nn-brand--fiasp .nn-brand__branded-box--gray .form_button_submit{background-color:#fedd00;border-color:#fedd00;color:#fff}
div.nn-brand--fiasp .nn-brand__branded-box--transparent{background:rgba(255,255,255,0.9)}
div.nn-brand--fiasp .nn-brand__branded-box--transparent h1,div.nn-brand--fiasp .nn-brand__branded-box--transparent h2,div.nn-brand--fiasp .nn-brand__branded-box--transparent h3,div.nn-brand--fiasp .nn-brand__branded-box--transparent h4,div.nn-brand--fiasp .nn-brand__branded-box--transparent h5,div.nn-brand--fiasp .nn-brand__branded-box--transparent h6,div.nn-brand--fiasp .nn-brand__branded-box--transparent a,div.nn-brand--fiasp .nn-brand__branded-box--transparent ul,div.nn-brand--fiasp .nn-brand__branded-box--transparent ol,div.nn-brand--fiasp .nn-brand__branded-box--transparent p,div.nn-brand--fiasp .nn-brand__branded-box--transparent .invalid-feedback{color:#003b5c}
div.nn-brand--fiasp .nn-brand__branded-box.border--none{border:0}
div.nn-brand--fiasp .nn-brand__branded-box.border--brand-primary{border:2px solid #fedd00}
div.nn-brand--fiasp .nn-brand__branded-box.border--brand-secondary{border:2px solid #003b5c}
div.nn-brand--fiasp .nn-brand__branded-box.border--white{border:2px solid #fff}
div.nn-brand--fiasp .nn-brand__branded-box.border--gray{border:2px solid #e2e5e8}
div.nn-brand--fiasp .nn-brand--background{background:#fedd00;color:#003b5c}
div.nn-brand--fiasp .nn-brand--background h1,div.nn-brand--fiasp .nn-brand--background h2,div.nn-brand--fiasp .nn-brand--background h3,div.nn-brand--fiasp .nn-brand--background h4,div.nn-brand--fiasp .nn-brand--background h5,div.nn-brand--fiasp .nn-brand--background h6,div.nn-brand--fiasp .nn-brand--background ul,div.nn-brand--fiasp .nn-brand--background ol,div.nn-brand--fiasp .nn-brand--background a,div.nn-brand--fiasp .nn-brand--background p,div.nn-brand--fiasp .nn-brand--background .invalid-feedback{color:#003b5c}
div.nn-brand--fiasp .nn-brand__sms-reminder #reminder-container,div.nn-brand--fiasp .nn-brand__sms-reminder-unsubscribe #reminder-container,div.nn-brand--fiasp .nn-brand__sms-reminder #reminder-unsubscribe-container,div.nn-brand--fiasp .nn-brand__sms-reminder-unsubscribe #reminder-unsubscribe-container{border-color:#fedd00}
div.nn-brand--fiasp a.nn-brand__button--primary{background-color:#fedd00;border-color:#fedd00;color:#003b5c}
div.nn-brand--fiasp a.nn-brand__button--primary:hover{color:#003b5c}
div.nn-brand--fiasp a.nn-brand__button--white{background-color:#fff;border-color:#fff;color:#003b5c}
div.nn-brand--fiasp a.nn-brand__button--white:hover{color:#003b5c}
div.nn-brand--fiasp a.nn-brand__button--secondary{background-color:#003b5c;border-color:#003b5c;color:#fff}
div.nn-brand--fiasp a.nn-brand__button--secondary:hover{color:#fff}
div.nn-brand--fiasp a.nn-brand__button--gradient{border-color:transparent;background:#fedd00;color:#003b5c !important}
div.nn-brand--fiasp a.nn-brand__button--gradient:hover{color:#003b5c !important}
div.nn-brand--fiasp form input[type=email],div.nn-brand--fiasp .passwordreset input[type=email],div.nn-brand--fiasp form input[type=tel],div.nn-brand--fiasp .passwordreset input[type=tel],div.nn-brand--fiasp form select:not([multiple]),div.nn-brand--fiasp .passwordreset select:not([multiple]){width:100%;height:40px;padding:0 10px;background-color:#fbfbfb;color:#333;border-radius:2px;font-size:16px}
div.nn-brand--fiasp form .form-row>div,div.nn-brand--fiasp .passwordreset .form-row>div{padding:0 10px 0 0}
div.nn-brand--fiasp form .form-row .invalid-feedback,div.nn-brand--fiasp .passwordreset .form-row .invalid-feedback{font-size:.9rem}
div.nn-brand--fiasp form input,div.nn-brand--fiasp .passwordreset input{color:#333}
div.nn-brand--fiasp form input:focus,div.nn-brand--fiasp .passwordreset input:focus{border:1px solid #003b5c}
div.nn-brand--fiasp form option,div.nn-brand--fiasp .passwordreset option{color:#333}
div.nn-brand--fiasp form .form-control:focus,div.nn-brand--fiasp .passwordreset .form-control:focus{-webkit-box-shadow:unset;-moz-box-shadow:unset;box-shadow:unset;transition:unset}
div.nn-brand--fiasp form button,div.nn-brand--fiasp .form_button_submit{border-radius:12px;padding:15px 45px;font-size:1.1rem;white-space:nowrap;margin-top:15px;border-width:1px;border-style:solid;box-shadow:0 0 5px 0 rgba(0,0,0,0);background-color:#fedd00;border-color:#fedd00;color:#003b5c;background-image:none}
div.nn-brand--fiasp form button:hover,div.nn-brand--fiasp .form_button_submit:hover{text-decoration:none;transform:scale(1.05);box-shadow:0 5px 5px 0 rgba(0,0,0,0.1);color:#fff}
div.nn-brand--novo h1,div.nn-brand--novo h2{color:#009fda}
div.nn-brand--novo h3,div.nn-brand--novo h4,div.nn-brand--novo h5,div.nn-brand--novo h6{color:#333}
div.nn-brand--novo .branded-text-primary{color:#009fda}
div.nn-brand--novo .branded-text-secondary{color:#001964}
div.nn-brand--novo .nn-brand__accordion__expanded,div.nn-brand--novo .nn-brand__accordion__collapsed,div.nn-brand--novo .nn-brand__accordion .fa{color:#009fda}
div.nn-brand--novo .nn-brand__container--white{background-color:#fff}
div.nn-brand--novo .nn-brand__container--white h1,div.nn-brand--novo .nn-brand__container--white h2,div.nn-brand--novo .nn-brand__container--white .invalid-feedback,div.nn-brand--novo .nn-brand__container--white nav.cmp-breadcrumb a{color:#009fda}
div.nn-brand--novo .nn-brand__container--white h3,div.nn-brand--novo .nn-brand__container--white h4,div.nn-brand--novo .nn-brand__container--white h5,div.nn-brand--novo .nn-brand__container--white h6,div.nn-brand--novo .nn-brand__container--white ul,div.nn-brand--novo .nn-brand__container--white ol{color:#333}
div.nn-brand--novo .nn-brand__container--white a{color:#009fda}
div.nn-brand--novo .nn-brand__container--white .dataTables_wrapper .dataTables_paginate .paginate_button{color:#009fda !important}
div.nn-brand--novo .nn-brand__container--white .dataTables_wrapper .dataTables_paginate .paginate_button.current{color:#000 !important}
div.nn-brand--novo .nn-brand__container--white .branded-data-table .dataTables_info{color:#333}
div.nn-brand--novo .nn-brand__container--white form button,div.nn-brand--novo .nn-brand__container--white .form_button_submit{background-color:#009fda;border-color:#009fda;color:#fff}
div.nn-brand--novo .nn-brand__container--gray{background-color:#e2e5e8;color:#333}
div.nn-brand--novo .nn-brand__container--gray h1,div.nn-brand--novo .nn-brand__container--gray h2,div.nn-brand--novo .nn-brand__container--gray a,div.nn-brand--novo .nn-brand__container--gray .invalid-feedback{color:#009fda}
div.nn-brand--novo .nn-brand__container--gray .dataTables_wrapper .dataTables_paginate .paginate_button{color:#009fda !important}
div.nn-brand--novo .nn-brand__container--gray .dataTables_wrapper .dataTables_paginate .paginate_button.current{color:#000 !important}
div.nn-brand--novo .nn-brand__container--gray .branded-data-table .dataTables_info{color:#333}
div.nn-brand--novo .nn-brand__container--gray form button,div.nn-brand--novo .nn-brand__container--gray .form_button_submit{background-color:#009fda;border-color:#009fda;color:#fff}
div.nn-brand--novo .nn-brand__container--brand-primary{background-color:#009fda;color:#fff}
div.nn-brand--novo .nn-brand__container--brand-primary h1,div.nn-brand--novo .nn-brand__container--brand-primary h2,div.nn-brand--novo .nn-brand__container--brand-primary h3,div.nn-brand--novo .nn-brand__container--brand-primary h4,div.nn-brand--novo .nn-brand__container--brand-primary h5,div.nn-brand--novo .nn-brand__container--brand-primary h6,div.nn-brand--novo .nn-brand__container--brand-primary a,div.nn-brand--novo .nn-brand__container--brand-primary .invalid-feedback,div.nn-brand--novo .nn-brand__container--brand-primary nav.cmp-breadcrumb a{color:#fff}
div.nn-brand--novo .nn-brand__container--brand-primary .dataTables_wrapper .dataTables_paginate .paginate_button{color:#fff !important}
div.nn-brand--novo .nn-brand__container--brand-primary .dataTables_wrapper .dataTables_paginate .paginate_button.current{color:#000 !important}
div.nn-brand--novo .nn-brand__container--brand-primary .branded-data-table .dataTables_info{color:#fff}
div.nn-brand--novo .nn-brand__container--brand-primary form button,div.nn-brand--novo .nn-brand__container--brand-primary .form_button_submit{background-color:#fff;border-color:#fff;color:#009fda}
div.nn-brand--novo .nn-brand__container--brand-primary form button:hover,div.nn-brand--novo .nn-brand__container--brand-primary .form_button_submit:hover{color:#009fda}
div.nn-brand--novo .nn-brand__container--brand-primary .nn-brand__accordion{border-color:#fff;color:#fff}
div.nn-brand--novo .nn-brand__container--brand-primary .nn-brand__accordion__expanded,div.nn-brand--novo .nn-brand__container--brand-primary .nn-brand__accordion__collapsed,div.nn-brand--novo .nn-brand__container--brand-primary .nn-brand__accordion .fa{color:#fff}
div.nn-brand--novo .nn-brand__container--brand-secondary{background-color:#001964;color:#fff}
div.nn-brand--novo .nn-brand__container--brand-secondary h1,div.nn-brand--novo .nn-brand__container--brand-secondary h2,div.nn-brand--novo .nn-brand__container--brand-secondary h3,div.nn-brand--novo .nn-brand__container--brand-secondary h4,div.nn-brand--novo .nn-brand__container--brand-secondary h5,div.nn-brand--novo .nn-brand__container--brand-secondary h6,div.nn-brand--novo .nn-brand__container--brand-secondary a{color:#fff}
div.nn-brand--novo .nn-brand__container--brand-secondary .dataTables_wrapper .dataTables_paginate .paginate_button{color:#fff !important}
div.nn-brand--novo .nn-brand__container--brand-secondary .dataTables_wrapper .dataTables_paginate .paginate_button.current{color:#000 !important}
div.nn-brand--novo .nn-brand__container--brand-secondary .branded-data-table .dataTables_info{color:#fff}
div.nn-brand--novo .nn-brand__container--brand-secondary .invalid-feedback{color:#009fda}
div.nn-brand--novo .nn-brand__container--brand-secondary form button,div.nn-brand--novo .nn-brand__container--brand-secondary .form_button_submit{background-color:#009fda;border-color:#009fda;color:#fff}
div.nn-brand--novo .nn-brand__container--brand-secondary .nn-brand__accordion{border-color:#fff;color:#fff}
div.nn-brand--novo .nn-brand__container--brand-secondary .nn-brand__accordion__expanded,div.nn-brand--novo .nn-brand__container--brand-secondary .nn-brand__accordion__collapsed,div.nn-brand--novo .nn-brand__container--brand-secondary .nn-brand__accordion .fa{color:#fff}
div.nn-brand--novo .nn-brand__container--brand-gradient{background:linear-gradient(to right,#009fd9 0,#001964 100%);color:#fff}
div.nn-brand--novo .nn-brand__container--brand-gradient h1,div.nn-brand--novo .nn-brand__container--brand-gradient h2,div.nn-brand--novo .nn-brand__container--brand-gradient h3,div.nn-brand--novo .nn-brand__container--brand-gradient h4,div.nn-brand--novo .nn-brand__container--brand-gradient h5,div.nn-brand--novo .nn-brand__container--brand-gradient h6,div.nn-brand--novo .nn-brand__container--brand-gradient a,div.nn-brand--novo .nn-brand__container--brand-gradient .invalid-feedback,div.nn-brand--novo .nn-brand__container--brand-gradient nav.cmp-breadcrumb a{color:#fff}
div.nn-brand--novo .nn-brand__container--brand-gradient .dataTables_wrapper .dataTables_paginate .paginate_button{color:#fff !important}
div.nn-brand--novo .nn-brand__container--brand-gradient .dataTables_wrapper .dataTables_paginate .paginate_button.current{color:#000 !important}
div.nn-brand--novo .nn-brand__container--brand-gradient .branded-data-table .dataTables_info{color:#fff}
div.nn-brand--novo .nn-brand__container--brand-gradient form button,div.nn-brand--novo .nn-brand__container--brand-gradient .form_button_submit{background-color:#fff;border-color:#fff;color:#009fda}
div.nn-brand--novo .nn-brand__container--brand-gradient form button:hover,div.nn-brand--novo .nn-brand__container--brand-gradient .form_button_submit:hover{color:#009fda}
div.nn-brand--novo .nn-brand__container--brand-gradient .nn-brand__accordion{border-color:#fff;color:#fff}
div.nn-brand--novo .nn-brand__container--brand-gradient .nn-brand__accordion__expanded,div.nn-brand--novo .nn-brand__container--brand-gradient .nn-brand__accordion__collapsed,div.nn-brand--novo .nn-brand__container--brand-gradient .nn-brand__accordion .fa{color:#fff}
div.nn-brand--novo .nn-brand__branded-box--brand-gradient{background:linear-gradient(to right,#009fd9 0,#001964 100%);color:#fff}
div.nn-brand--novo .nn-brand__branded-box--brand-gradient h1,div.nn-brand--novo .nn-brand__branded-box--brand-gradient h2,div.nn-brand--novo .nn-brand__branded-box--brand-gradient h3,div.nn-brand--novo .nn-brand__branded-box--brand-gradient h4,div.nn-brand--novo .nn-brand__branded-box--brand-gradient h5,div.nn-brand--novo .nn-brand__branded-box--brand-gradient h6,div.nn-brand--novo .nn-brand__branded-box--brand-gradient ul,div.nn-brand--novo .nn-brand__branded-box--brand-gradient ol,div.nn-brand--novo .nn-brand__branded-box--brand-gradient a,div.nn-brand--novo .nn-brand__branded-box--brand-gradient p,div.nn-brand--novo .nn-brand__branded-box--brand-gradient .invalid-feedback,div.nn-brand--novo .nn-brand__branded-box--brand-gradient nav.cmp-breadcrumb a{color:#fff}
div.nn-brand--novo .nn-brand__branded-box--brand-gradient form button,div.nn-brand--novo .nn-brand__branded-box--brand-gradient .form_button_submit{background-color:#fff;border-color:#fff;color:#009fda}
div.nn-brand--novo .nn-brand__branded-box--brand-gradient form button:hover,div.nn-brand--novo .nn-brand__branded-box--brand-gradient .form_button_submit:hover{color:#009fda}
div.nn-brand--novo .nn-brand__branded-box--brand-gradient ul>li::before{color:#fff}
div.nn-brand--novo .nn-brand__branded-box--brand-primary{background-color:#009fda;color:#fff}
div.nn-brand--novo .nn-brand__branded-box--brand-primary h1,div.nn-brand--novo .nn-brand__branded-box--brand-primary h2,div.nn-brand--novo .nn-brand__branded-box--brand-primary h3,div.nn-brand--novo .nn-brand__branded-box--brand-primary h4,div.nn-brand--novo .nn-brand__branded-box--brand-primary h5,div.nn-brand--novo .nn-brand__branded-box--brand-primary h6,div.nn-brand--novo .nn-brand__branded-box--brand-primary ul,div.nn-brand--novo .nn-brand__branded-box--brand-primary ol,div.nn-brand--novo .nn-brand__branded-box--brand-primary a,div.nn-brand--novo .nn-brand__branded-box--brand-primary p,div.nn-brand--novo .nn-brand__branded-box--brand-primary .invalid-feedback,div.nn-brand--novo .nn-brand__branded-box--brand-primary nav.cmp-breadcrumb a{color:#fff}
div.nn-brand--novo .nn-brand__branded-box--brand-primary form button,div.nn-brand--novo .nn-brand__branded-box--brand-primary .form_button_submit{background-color:#fff;border-color:#fff;color:#009fda}
div.nn-brand--novo .nn-brand__branded-box--brand-primary form button:hover,div.nn-brand--novo .nn-brand__branded-box--brand-primary .form_button_submit:hover{color:#009fda}
div.nn-brand--novo .nn-brand__branded-box--brand-primary ul>li::before{color:#fff}
div.nn-brand--novo .nn-brand__branded-box--brand-secondary{background-color:#001964;color:#fff}
div.nn-brand--novo .nn-brand__branded-box--brand-secondary h1,div.nn-brand--novo .nn-brand__branded-box--brand-secondary h2,div.nn-brand--novo .nn-brand__branded-box--brand-secondary h3,div.nn-brand--novo .nn-brand__branded-box--brand-secondary h4,div.nn-brand--novo .nn-brand__branded-box--brand-secondary h5,div.nn-brand--novo .nn-brand__branded-box--brand-secondary h6,div.nn-brand--novo .nn-brand__branded-box--brand-secondary ul,div.nn-brand--novo .nn-brand__branded-box--brand-secondary ol,div.nn-brand--novo .nn-brand__branded-box--brand-secondary a,div.nn-brand--novo .nn-brand__branded-box--brand-secondary p{color:#fff}
div.nn-brand--novo .nn-brand__branded-box--brand-secondary .invalid-feedback{color:#009fda}
div.nn-brand--novo .nn-brand__branded-box--brand-secondary form button,div.nn-brand--novo .nn-brand__branded-box--brand-secondary .form_button_submit{background-color:#009fda;border-color:#009fda;color:#fff}
div.nn-brand--novo .nn-brand__branded-box--brand-secondary ul>li::before{color:#fff}
div.nn-brand--novo .nn-brand__branded-box--white{background:#fff}
div.nn-brand--novo .nn-brand__branded-box--white h1,div.nn-brand--novo .nn-brand__branded-box--white h2,div.nn-brand--novo .nn-brand__branded-box--white .invalid-feedback{color:#009fda}
div.nn-brand--novo .nn-brand__branded-box--white h3,div.nn-brand--novo .nn-brand__branded-box--white h4,div.nn-brand--novo .nn-brand__branded-box--white h5,div.nn-brand--novo .nn-brand__branded-box--white h6,div.nn-brand--novo .nn-brand__branded-box--white ul,div.nn-brand--novo .nn-brand__branded-box--white ol,div.nn-brand--novo .nn-brand__branded-box--white a,div.nn-brand--novo .nn-brand__branded-box--white p{color:#333}
div.nn-brand--novo .nn-brand__branded-box--white form button,div.nn-brand--novo .nn-brand__branded-box--white .form_button_submit{background-color:#009fda;border-color:#009fda;color:#fff}
div.nn-brand--novo .nn-brand__branded-box--gray{background-color:#e2e5e8;color:#333}
div.nn-brand--novo .nn-brand__branded-box--gray h1,div.nn-brand--novo .nn-brand__branded-box--gray h2,div.nn-brand--novo .nn-brand__branded-box--gray a,div.nn-brand--novo .nn-brand__branded-box--gray .invalid-feedback{color:#009fda}
div.nn-brand--novo .nn-brand__branded-box--gray form button,div.nn-brand--novo .nn-brand__branded-box--gray .form_button_submit{background-color:#009fda;border-color:#009fda;color:#fff}
div.nn-brand--novo .nn-brand__branded-box--transparent{background:rgba(255,255,255,0.9)}
div.nn-brand--novo .nn-brand__branded-box--transparent h1,div.nn-brand--novo .nn-brand__branded-box--transparent h2,div.nn-brand--novo .nn-brand__branded-box--transparent .invalid-feedback{color:#009fda}
div.nn-brand--novo .nn-brand__branded-box--transparent h3,div.nn-brand--novo .nn-brand__branded-box--transparent h4,div.nn-brand--novo .nn-brand__branded-box--transparent h5,div.nn-brand--novo .nn-brand__branded-box--transparent h6,div.nn-brand--novo .nn-brand__branded-box--transparent ul,div.nn-brand--novo .nn-brand__branded-box--transparent ol,div.nn-brand--novo .nn-brand__branded-box--transparent a,div.nn-brand--novo .nn-brand__branded-box--transparent p{color:#333}
div.nn-brand--novo .nn-brand__branded-box.border--none{border:0}
div.nn-brand--novo .nn-brand__branded-box.border--brand-primary{border:2px solid #009fda}
div.nn-brand--novo .nn-brand__branded-box.border--brand-secondary{border:2px solid #001964}
div.nn-brand--novo .nn-brand__branded-box.border--white{border:2px solid #fff}
div.nn-brand--novo .nn-brand__branded-box.border--gray{border:2px solid #e2e5e8}
div.nn-brand--novo .nn-brand--background{background:#009fda;background:linear-gradient(to right,#009fd9 0,#001964 100%);color:#fff}
div.nn-brand--novo .nn-brand--background h1,div.nn-brand--novo .nn-brand--background h2,div.nn-brand--novo .nn-brand--background h3,div.nn-brand--novo .nn-brand--background h4,div.nn-brand--novo .nn-brand--background h5,div.nn-brand--novo .nn-brand--background h6,div.nn-brand--novo .nn-brand--background ul,div.nn-brand--novo .nn-brand--background ol,div.nn-brand--novo .nn-brand--background a,div.nn-brand--novo .nn-brand--background p,div.nn-brand--novo .nn-brand--background .invalid-feedback{color:#fff}
div.nn-brand--novo .nn-brand__sms-reminder #reminder-container,div.nn-brand--novo .nn-brand__sms-reminder-unsubscribe #reminder-container,div.nn-brand--novo .nn-brand__sms-reminder #reminder-unsubscribe-container,div.nn-brand--novo .nn-brand__sms-reminder-unsubscribe #reminder-unsubscribe-container{border-color:#009fda}
div.nn-brand--novo a.nn-brand__button--primary{background-color:#009fda;border-color:#009fda;color:#fff}
div.nn-brand--novo a.nn-brand__button--primary:hover{color:#fff}
div.nn-brand--novo a.nn-brand__button--white{background-color:#fff;border-color:#fff;color:#009fda}
div.nn-brand--novo a.nn-brand__button--white:hover{color:#009fda}
div.nn-brand--novo a.nn-brand__button--secondary{background-color:#001964;border-color:#001964;color:#fff}
div.nn-brand--novo a.nn-brand__button--secondary:hover{color:#fff}
div.nn-brand--novo a.nn-brand__button--gradient{border-color:transparent;background:linear-gradient(to right,#009fd9 0,#001964 100%);color:#fff !important}
div.nn-brand--novo a.nn-brand__button--gradient:hover{color:#fff !important}
div.nn-brand--novo form input[type=email],div.nn-brand--novo .passwordreset input[type=email],div.nn-brand--novo form input[type=tel],div.nn-brand--novo .passwordreset input[type=tel],div.nn-brand--novo form select:not([multiple]),div.nn-brand--novo .passwordreset select:not([multiple]){width:100%;height:40px;padding:0 10px;background-color:#fbfbfb;color:#333;border-radius:2px;font-size:16px}
div.nn-brand--novo form .form-row>div,div.nn-brand--novo .passwordreset .form-row>div{padding:0 10px 0 0}
div.nn-brand--novo form .form-row .invalid-feedback,div.nn-brand--novo .passwordreset .form-row .invalid-feedback{font-size:.9rem}
div.nn-brand--novo form input,div.nn-brand--novo .passwordreset input{color:#333}
div.nn-brand--novo form input:focus,div.nn-brand--novo .passwordreset input:focus{border:1px solid #009fda}
div.nn-brand--novo form option,div.nn-brand--novo .passwordreset option{color:#333}
div.nn-brand--novo form .form-control:focus,div.nn-brand--novo .passwordreset .form-control:focus{-webkit-box-shadow:unset;-moz-box-shadow:unset;box-shadow:unset;transition:unset}
div.nn-brand--novo form button,div.nn-brand--novo .form_button_submit{border-radius:12px;padding:15px 45px;font-size:1.1rem;white-space:nowrap;margin-top:15px;border-width:1px;border-style:solid;box-shadow:0 0 5px 0 rgba(0,0,0,0);background-color:#009fda;border-color:#009fda;color:#fff;background-image:none}
div.nn-brand--novo form button:hover,div.nn-brand--novo .form_button_submit:hover{text-decoration:none;transform:scale(1.05);box-shadow:0 5px 5px 0 rgba(0,0,0,0.1);color:#fff}
div.nn-brand--novo-classic{font-size:13px}
div.nn-brand--novo-classic text{font-size:13px}
div.nn-brand--novo-classic p{font-size:13px}
div.nn-brand--novo-classic h1,div.nn-brand--novo-classic h2,div.nn-brand--novo-classic h3,div.nn-brand--novo-classic h4,div.nn-brand--novo-classic h5,div.nn-brand--novo-classic h6{color:#000;margin-top:0}
div.nn-brand--novo-classic h3,div.nn-brand--novo-classic h4,div.nn-brand--novo-classic h5,div.nn-brand--novo-classic h6{margin-bottom:10px}
div.nn-brand--novo-classic h1{margin-bottom:20px;font-size:20px;line-height:normal}
div.nn-brand--novo-classic h1.success{text-indent:-32px;margin-left:32px}
div.nn-brand--novo-classic h2{font-size:20px;margin-bottom:20px}
div.nn-brand--novo-classic h3,div.nn-brand--novo-classic h4{font-size:16px}
div.nn-brand--novo-classic h5{font-size:13px;font-weight:bold}
div.nn-brand--novo-classic h6{font-size:12px}
@media(min-width:768px),print{div.nn-brand--novo-classic h1,div.nn-brand--novo-classic h2{font-size:26px}
div.nn-brand--novo-classic h1.success,div.nn-brand--novo-classic h2.success{text-indent:-36px;margin-left:36px}
div.nn-brand--novo-classic h3,div.nn-brand--novo-classic h4{font-size:18px}
}
div.nn-brand--novo-classic nav.cmp-breadcrumb{font-size:13px}
div.nn-brand--novo-classic nav.cmp-breadcrumb .cmp-breadcrumb__item-link{color:black;text-decoration:none}
div.nn-brand--novo-classic nav.cmp-breadcrumb .cmp-breadcrumb__item--active{color:#82786f}
div.nn-brand--novo-classic .branded-text-primary{color:#009fda}
div.nn-brand--novo-classic .branded-text-secondary{color:#001964}
div.nn-brand--novo-classic .nn-brand__accordion__expanded,div.nn-brand--novo-classic .nn-brand__accordion__collapsed,div.nn-brand--novo-classic .nn-brand__accordion .fa{color:#009fda}
div.nn-brand--novo-classic .nn-brand__container--white{background-color:#fff}
div.nn-brand--novo-classic .nn-brand__container--white h1,div.nn-brand--novo-classic .nn-brand__container--white h2,div.nn-brand--novo-classic .nn-brand__container--white .invalid-feedback{color:#009fda}
div.nn-brand--novo-classic .nn-brand__container--white h3,div.nn-brand--novo-classic .nn-brand__container--white h4,div.nn-brand--novo-classic .nn-brand__container--white h5,div.nn-brand--novo-classic .nn-brand__container--white h6,div.nn-brand--novo-classic .nn-brand__container--white ul,div.nn-brand--novo-classic .nn-brand__container--white ol{color:#333}
div.nn-brand--novo-classic .nn-brand__container--white a{color:#009fda}
div.nn-brand--novo-classic .nn-brand__container--white .dataTables_wrapper .dataTables_paginate .paginate_button{color:#009fda !important}
div.nn-brand--novo-classic .nn-brand__container--white .dataTables_wrapper .dataTables_paginate .paginate_button.current{color:#000 !important}
div.nn-brand--novo-classic .nn-brand__container--white .branded-data-table .dataTables_info{color:#333}
div.nn-brand--novo-classic .nn-brand__container--white form button,div.nn-brand--novo-classic .nn-brand__container--white .form_button_submit{background-color:#009fda;border-color:#009fda;color:#fff}
div.nn-brand--novo-classic .nn-brand__container--gray{background-color:#e2e5e8;color:#333}
div.nn-brand--novo-classic .nn-brand__container--gray h1,div.nn-brand--novo-classic .nn-brand__container--gray h2,div.nn-brand--novo-classic .nn-brand__container--gray a,div.nn-brand--novo-classic .nn-brand__container--gray .invalid-feedback{color:#009fda}
div.nn-brand--novo-classic .nn-brand__container--gray .dataTables_wrapper .dataTables_paginate .paginate_button{color:#009fda !important}
div.nn-brand--novo-classic .nn-brand__container--gray .dataTables_wrapper .dataTables_paginate .paginate_button.current{color:#000 !important}
div.nn-brand--novo-classic .nn-brand__container--gray .branded-data-table .dataTables_info{color:#333}
div.nn-brand--novo-classic .nn-brand__container--gray form button,div.nn-brand--novo-classic .nn-brand__container--gray .form_button_submit{background-color:#009fda;border-color:#009fda;color:#fff}
div.nn-brand--novo-classic .nn-brand__container--brand-primary{background-color:#009fda;color:#fff}
div.nn-brand--novo-classic .nn-brand__container--brand-primary h1,div.nn-brand--novo-classic .nn-brand__container--brand-primary h2,div.nn-brand--novo-classic .nn-brand__container--brand-primary h3,div.nn-brand--novo-classic .nn-brand__container--brand-primary h4,div.nn-brand--novo-classic .nn-brand__container--brand-primary h5,div.nn-brand--novo-classic .nn-brand__container--brand-primary h6,div.nn-brand--novo-classic .nn-brand__container--brand-primary a,div.nn-brand--novo-classic .nn-brand__container--brand-primary .invalid-feedback{color:#fff}
div.nn-brand--novo-classic .nn-brand__container--brand-primary .dataTables_wrapper .dataTables_paginate .paginate_button{color:#fff !important}
div.nn-brand--novo-classic .nn-brand__container--brand-primary .dataTables_wrapper .dataTables_paginate .paginate_button.current{color:#000 !important}
div.nn-brand--novo-classic .nn-brand__container--brand-primary .branded-data-table .dataTables_info{color:#fff}
div.nn-brand--novo-classic .nn-brand__container--brand-primary form button,div.nn-brand--novo-classic .nn-brand__container--brand-primary .form_button_submit{background-color:#fff;border-color:#fff;color:#009fda}
div.nn-brand--novo-classic .nn-brand__container--brand-primary form button:hover,div.nn-brand--novo-classic .nn-brand__container--brand-primary .form_button_submit:hover{color:#009fda}
div.nn-brand--novo-classic .nn-brand__container--brand-primary .nn-brand__accordion{border-color:#fff;color:#fff}
div.nn-brand--novo-classic .nn-brand__container--brand-primary .nn-brand__accordion__expanded,div.nn-brand--novo-classic .nn-brand__container--brand-primary .nn-brand__accordion__collapsed,div.nn-brand--novo-classic .nn-brand__container--brand-primary .nn-brand__accordion .fa{color:#fff}
div.nn-brand--novo-classic .nn-brand__container--brand-secondary{background-color:#001964;color:#fff}
div.nn-brand--novo-classic .nn-brand__container--brand-secondary h1,div.nn-brand--novo-classic .nn-brand__container--brand-secondary h2,div.nn-brand--novo-classic .nn-brand__container--brand-secondary h3,div.nn-brand--novo-classic .nn-brand__container--brand-secondary h4,div.nn-brand--novo-classic .nn-brand__container--brand-secondary h5,div.nn-brand--novo-classic .nn-brand__container--brand-secondary h6,div.nn-brand--novo-classic .nn-brand__container--brand-secondary a{color:#fff}
div.nn-brand--novo-classic .nn-brand__container--brand-secondary .dataTables_wrapper .dataTables_paginate .paginate_button{color:#fff !important}
div.nn-brand--novo-classic .nn-brand__container--brand-secondary .dataTables_wrapper .dataTables_paginate .paginate_button.current{color:#000 !important}
div.nn-brand--novo-classic .nn-brand__container--brand-secondary .branded-data-table .dataTables_info{color:#fff}
div.nn-brand--novo-classic .nn-brand__container--brand-secondary .invalid-feedback{color:#009fda}
div.nn-brand--novo-classic .nn-brand__container--brand-secondary form button,div.nn-brand--novo-classic .nn-brand__container--brand-secondary .form_button_submit{background-color:#009fda;border-color:#009fda;color:#fff}
div.nn-brand--novo-classic .nn-brand__container--brand-secondary .nn-brand__accordion{border-color:#fff;color:#fff}
div.nn-brand--novo-classic .nn-brand__container--brand-secondary .nn-brand__accordion__expanded,div.nn-brand--novo-classic .nn-brand__container--brand-secondary .nn-brand__accordion__collapsed,div.nn-brand--novo-classic .nn-brand__container--brand-secondary .nn-brand__accordion .fa{color:#fff}
div.nn-brand--novo-classic .nn-brand__container--brand-gradient{background:linear-gradient(to right,#009fd9 0,#001964 100%);color:#fff}
div.nn-brand--novo-classic .nn-brand__container--brand-gradient h1,div.nn-brand--novo-classic .nn-brand__container--brand-gradient h2,div.nn-brand--novo-classic .nn-brand__container--brand-gradient h3,div.nn-brand--novo-classic .nn-brand__container--brand-gradient h4,div.nn-brand--novo-classic .nn-brand__container--brand-gradient h5,div.nn-brand--novo-classic .nn-brand__container--brand-gradient h6,div.nn-brand--novo-classic .nn-brand__container--brand-gradient a,div.nn-brand--novo-classic .nn-brand__container--brand-gradient .invalid-feedback{color:#fff}
div.nn-brand--novo-classic .nn-brand__container--brand-gradient .dataTables_wrapper .dataTables_paginate .paginate_button{color:#fff !important}
div.nn-brand--novo-classic .nn-brand__container--brand-gradient .dataTables_wrapper .dataTables_paginate .paginate_button.current{color:#000 !important}
div.nn-brand--novo-classic .nn-brand__container--brand-gradient .branded-data-table .dataTables_info{color:#fff}
div.nn-brand--novo-classic .nn-brand__container--brand-gradient form button,div.nn-brand--novo-classic .nn-brand__container--brand-gradient .form_button_submit{background-color:#fff;border-color:#fff;color:#009fda}
div.nn-brand--novo-classic .nn-brand__container--brand-gradient form button:hover,div.nn-brand--novo-classic .nn-brand__container--brand-gradient .form_button_submit:hover{color:#009fda}
div.nn-brand--novo-classic .nn-brand__container--brand-gradient .nn-brand__accordion{border-color:#fff;color:#fff}
div.nn-brand--novo-classic .nn-brand__container--brand-gradient .nn-brand__accordion__expanded,div.nn-brand--novo-classic .nn-brand__container--brand-gradient .nn-brand__accordion__collapsed,div.nn-brand--novo-classic .nn-brand__container--brand-gradient .nn-brand__accordion .fa{color:#fff}
div.nn-brand--novo-classic .nn-brand__branded-box--brand-gradient{background:linear-gradient(to right,#009fd9 0,#001964 100%);color:#fff}
div.nn-brand--novo-classic .nn-brand__branded-box--brand-gradient h1,div.nn-brand--novo-classic .nn-brand__branded-box--brand-gradient h2,div.nn-brand--novo-classic .nn-brand__branded-box--brand-gradient h3,div.nn-brand--novo-classic .nn-brand__branded-box--brand-gradient h4,div.nn-brand--novo-classic .nn-brand__branded-box--brand-gradient h5,div.nn-brand--novo-classic .nn-brand__branded-box--brand-gradient h6,div.nn-brand--novo-classic .nn-brand__branded-box--brand-gradient ul,div.nn-brand--novo-classic .nn-brand__branded-box--brand-gradient ol,div.nn-brand--novo-classic .nn-brand__branded-box--brand-gradient a,div.nn-brand--novo-classic .nn-brand__branded-box--brand-gradient p,div.nn-brand--novo-classic .nn-brand__branded-box--brand-gradient .invalid-feedback{color:#fff}
div.nn-brand--novo-classic .nn-brand__branded-box--brand-gradient form button,div.nn-brand--novo-classic .nn-brand__branded-box--brand-gradient .form_button_submit{background-color:#fff;border-color:#fff;color:#009fda}
div.nn-brand--novo-classic .nn-brand__branded-box--brand-gradient form button:hover,div.nn-brand--novo-classic .nn-brand__branded-box--brand-gradient .form_button_submit:hover{color:#009fda}
div.nn-brand--novo-classic .nn-brand__branded-box--brand-gradient ul>li::before{color:#fff}
div.nn-brand--novo-classic .nn-brand__branded-box--brand-primary{background-color:#009fda;color:#fff}
div.nn-brand--novo-classic .nn-brand__branded-box--brand-primary h1,div.nn-brand--novo-classic .nn-brand__branded-box--brand-primary h2,div.nn-brand--novo-classic .nn-brand__branded-box--brand-primary h3,div.nn-brand--novo-classic .nn-brand__branded-box--brand-primary h4,div.nn-brand--novo-classic .nn-brand__branded-box--brand-primary h5,div.nn-brand--novo-classic .nn-brand__branded-box--brand-primary h6,div.nn-brand--novo-classic .nn-brand__branded-box--brand-primary ul,div.nn-brand--novo-classic .nn-brand__branded-box--brand-primary ol,div.nn-brand--novo-classic .nn-brand__branded-box--brand-primary a,div.nn-brand--novo-classic .nn-brand__branded-box--brand-primary p,div.nn-brand--novo-classic .nn-brand__branded-box--brand-primary .invalid-feedback{color:#fff}
div.nn-brand--novo-classic .nn-brand__branded-box--brand-primary form button,div.nn-brand--novo-classic .nn-brand__branded-box--brand-primary .form_button_submit{background-color:#fff;border-color:#fff;color:#009fda}
div.nn-brand--novo-classic .nn-brand__branded-box--brand-primary form button:hover,div.nn-brand--novo-classic .nn-brand__branded-box--brand-primary .form_button_submit:hover{color:#009fda}
div.nn-brand--novo-classic .nn-brand__branded-box--brand-primary ul>li::before{color:#fff}
div.nn-brand--novo-classic .nn-brand__branded-box--brand-secondary{background-color:#001964;color:#fff}
div.nn-brand--novo-classic .nn-brand__branded-box--brand-secondary h1,div.nn-brand--novo-classic .nn-brand__branded-box--brand-secondary h2,div.nn-brand--novo-classic .nn-brand__branded-box--brand-secondary h3,div.nn-brand--novo-classic .nn-brand__branded-box--brand-secondary h4,div.nn-brand--novo-classic .nn-brand__branded-box--brand-secondary h5,div.nn-brand--novo-classic .nn-brand__branded-box--brand-secondary h6,div.nn-brand--novo-classic .nn-brand__branded-box--brand-secondary ul,div.nn-brand--novo-classic .nn-brand__branded-box--brand-secondary ol,div.nn-brand--novo-classic .nn-brand__branded-box--brand-secondary a,div.nn-brand--novo-classic .nn-brand__branded-box--brand-secondary p{color:#fff}
div.nn-brand--novo-classic .nn-brand__branded-box--brand-secondary .invalid-feedback{color:#009fda}
div.nn-brand--novo-classic .nn-brand__branded-box--brand-secondary form button,div.nn-brand--novo-classic .nn-brand__branded-box--brand-secondary .form_button_submit{background-color:#009fda;border-color:#009fda;color:#fff}
div.nn-brand--novo-classic .nn-brand__branded-box--brand-secondary ul>li::before{color:#fff}
div.nn-brand--novo-classic .nn-brand__branded-box--white{background:#fff}
div.nn-brand--novo-classic .nn-brand__branded-box--white h1,div.nn-brand--novo-classic .nn-brand__branded-box--white h2,div.nn-brand--novo-classic .nn-brand__branded-box--white .invalid-feedback{color:#009fda}
div.nn-brand--novo-classic .nn-brand__branded-box--white h3,div.nn-brand--novo-classic .nn-brand__branded-box--white h4,div.nn-brand--novo-classic .nn-brand__branded-box--white h5,div.nn-brand--novo-classic .nn-brand__branded-box--white h6,div.nn-brand--novo-classic .nn-brand__branded-box--white ul,div.nn-brand--novo-classic .nn-brand__branded-box--white ol,div.nn-brand--novo-classic .nn-brand__branded-box--white a,div.nn-brand--novo-classic .nn-brand__branded-box--white p{color:#333}
div.nn-brand--novo-classic .nn-brand__branded-box--white form button,div.nn-brand--novo-classic .nn-brand__branded-box--white .form_button_submit{background-color:#009fda;border-color:#009fda;color:#fff}
div.nn-brand--novo-classic .nn-brand__branded-box--gray{background-color:#e2e5e8;color:#333}
div.nn-brand--novo-classic .nn-brand__branded-box--gray h1,div.nn-brand--novo-classic .nn-brand__branded-box--gray h2,div.nn-brand--novo-classic .nn-brand__branded-box--gray a,div.nn-brand--novo-classic .nn-brand__branded-box--gray .invalid-feedback{color:#009fda}
div.nn-brand--novo-classic .nn-brand__branded-box--gray form button,div.nn-brand--novo-classic .nn-brand__branded-box--gray .form_button_submit{background-color:#009fda;border-color:#009fda;color:#fff}
div.nn-brand--novo-classic .nn-brand__branded-box--transparent{background:rgba(255,255,255,0.9)}
div.nn-brand--novo-classic .nn-brand__branded-box--transparent h1,div.nn-brand--novo-classic .nn-brand__branded-box--transparent h2,div.nn-brand--novo-classic .nn-brand__branded-box--transparent .invalid-feedback{color:#009fda}
div.nn-brand--novo-classic .nn-brand__branded-box--transparent h3,div.nn-brand--novo-classic .nn-brand__branded-box--transparent h4,div.nn-brand--novo-classic .nn-brand__branded-box--transparent h5,div.nn-brand--novo-classic .nn-brand__branded-box--transparent h6,div.nn-brand--novo-classic .nn-brand__branded-box--transparent ul,div.nn-brand--novo-classic .nn-brand__branded-box--transparent ol,div.nn-brand--novo-classic .nn-brand__branded-box--transparent a,div.nn-brand--novo-classic .nn-brand__branded-box--transparent p{color:#333}
div.nn-brand--novo-classic .nn-brand__branded-box.border--none{border:0}
div.nn-brand--novo-classic .nn-brand__branded-box.border--brand-primary{border:2px solid #009fda}
div.nn-brand--novo-classic .nn-brand__branded-box.border--brand-secondary{border:2px solid #001964}
div.nn-brand--novo-classic .nn-brand__branded-box.border--white{border:2px solid #fff}
div.nn-brand--novo-classic .nn-brand__branded-box.border--gray{border:2px solid #e2e5e8}
div.nn-brand--novo-classic .nn-brand--background{background:#009fda;background:linear-gradient(to right,#009fd9 0,#001964 100%);color:#fff}
div.nn-brand--novo-classic .nn-brand--background h1,div.nn-brand--novo-classic .nn-brand--background h2,div.nn-brand--novo-classic .nn-brand--background h3,div.nn-brand--novo-classic .nn-brand--background h4,div.nn-brand--novo-classic .nn-brand--background h5,div.nn-brand--novo-classic .nn-brand--background h6,div.nn-brand--novo-classic .nn-brand--background ul,div.nn-brand--novo-classic .nn-brand--background ol,div.nn-brand--novo-classic .nn-brand--background a,div.nn-brand--novo-classic .nn-brand--background p,div.nn-brand--novo-classic .nn-brand--background .invalid-feedback{color:#fff}
div.nn-brand--novo-classic .nn-brand__sms-reminder #reminder-container,div.nn-brand--novo-classic .nn-brand__sms-reminder-unsubscribe #reminder-container,div.nn-brand--novo-classic .nn-brand__sms-reminder #reminder-unsubscribe-container,div.nn-brand--novo-classic .nn-brand__sms-reminder-unsubscribe #reminder-unsubscribe-container{border-color:#009fda}
div.nn-brand--novo-classic a.nn-brand__button--primary{background-color:#009fda;border-color:#009fda;color:#fff}
div.nn-brand--novo-classic a.nn-brand__button--primary:hover{color:#fff}
div.nn-brand--novo-classic a.nn-brand__button--white{background-color:#fff;border-color:#fff;color:#009fda}
div.nn-brand--novo-classic a.nn-brand__button--white:hover{color:#009fda}
div.nn-brand--novo-classic a.nn-brand__button--secondary{background-color:#001964;border-color:#001964;color:#fff}
div.nn-brand--novo-classic a.nn-brand__button--secondary:hover{color:#fff}
div.nn-brand--novo-classic a.nn-brand__button--gradient{border-color:transparent;background:linear-gradient(to right,#009fd9 0,#001964 100%);color:#fff !important}
div.nn-brand--novo-classic a.nn-brand__button--gradient:hover{color:#fff !important}
div.nn-brand--novo-classic form input[type=email],div.nn-brand--novo-classic .passwordreset input[type=email],div.nn-brand--novo-classic form input[type=tel],div.nn-brand--novo-classic .passwordreset input[type=tel],div.nn-brand--novo-classic form select:not([multiple]),div.nn-brand--novo-classic .passwordreset select:not([multiple]){width:100%;height:40px;padding:0 10px;background-color:#fbfbfb;color:#333;border-radius:2px;font-size:16px}
div.nn-brand--novo-classic form .form-row>div,div.nn-brand--novo-classic .passwordreset .form-row>div{padding:0 10px 0 0}
div.nn-brand--novo-classic form .form-row .invalid-feedback,div.nn-brand--novo-classic .passwordreset .form-row .invalid-feedback{font-size:.9rem}
div.nn-brand--novo-classic form input,div.nn-brand--novo-classic .passwordreset input{color:#333}
div.nn-brand--novo-classic form input:focus,div.nn-brand--novo-classic .passwordreset input:focus{border:1px solid #009fda}
div.nn-brand--novo-classic form option,div.nn-brand--novo-classic .passwordreset option{color:#333}
div.nn-brand--novo-classic form .form-control:focus,div.nn-brand--novo-classic .passwordreset .form-control:focus{-webkit-box-shadow:unset;-moz-box-shadow:unset;box-shadow:unset;transition:unset}
div.nn-brand--novo-classic form button,div.nn-brand--novo-classic .form_button_submit{border-radius:12px;padding:15px 45px;font-size:1.1rem;white-space:nowrap;margin-top:15px;border-width:1px;border-style:solid;box-shadow:0 0 5px 0 rgba(0,0,0,0);background-color:#009fda;border-color:#009fda;color:#fff;background-image:none}
div.nn-brand--novo-classic form button:hover,div.nn-brand--novo-classic .form_button_submit:hover{text-decoration:none;transform:scale(1.05);box-shadow:0 5px 5px 0 rgba(0,0,0,0.1);color:#fff}
div.nn-brand--novorapid h1,div.nn-brand--novorapid h2{color:#ff8200}
div.nn-brand--novorapid h3,div.nn-brand--novorapid h4,div.nn-brand--novorapid h5,div.nn-brand--novorapid h6{color:#333}
div.nn-brand--novorapid .branded-text-primary{color:#ff8200}
div.nn-brand--novorapid .branded-text-secondary{color:#f1c400}
div.nn-brand--novorapid .nn-brand__accordion__expanded,div.nn-brand--novorapid .nn-brand__accordion__collapsed,div.nn-brand--novorapid .nn-brand__accordion .fa{color:#ff8200}
div.nn-brand--novorapid .nn-brand__container--white{background-color:#fff}
div.nn-brand--novorapid .nn-brand__container--white h1,div.nn-brand--novorapid .nn-brand__container--white h2,div.nn-brand--novorapid .nn-brand__container--white a,div.nn-brand--novorapid .nn-brand__container--white .invalid-feedback{color:#ff8200}
div.nn-brand--novorapid .nn-brand__container--white .dataTables_wrapper .dataTables_paginate .paginate_button{color:#ff8200 !important}
div.nn-brand--novorapid .nn-brand__container--white .dataTables_wrapper .dataTables_paginate .paginate_button.current{color:#000 !important}
div.nn-brand--novorapid .nn-brand__container--white .branded-data-table .dataTables_info{color:#ff8200}
div.nn-brand--novorapid .nn-brand__container--white form button,div.nn-brand--novorapid .nn-brand__container--white .form_button_submit{background-color:#ff8200;border-color:#ff8200;color:#fff}
div.nn-brand--novorapid .nn-brand__container--gray{background-color:#e2e5e8;color:#333}
div.nn-brand--novorapid .nn-brand__container--gray h1,div.nn-brand--novorapid .nn-brand__container--gray h2,div.nn-brand--novorapid .nn-brand__container--gray a,div.nn-brand--novorapid .nn-brand__container--gray .invalid-feedback{color:#ff8200}
div.nn-brand--novorapid .nn-brand__container--gray .dataTables_wrapper .dataTables_paginate .paginate_button{color:#ff8200 !important}
div.nn-brand--novorapid .nn-brand__container--gray .dataTables_wrapper .dataTables_paginate .paginate_button.current{color:#000 !important}
div.nn-brand--novorapid .nn-brand__container--gray .branded-data-table .dataTables_info{color:#333}
div.nn-brand--novorapid .nn-brand__container--gray form button,div.nn-brand--novorapid .nn-brand__container--gray .form_button_submit{background-color:#ff8200;border-color:#ff8200;color:#fff}
div.nn-brand--novorapid .nn-brand__container--brand-primary{background-color:#ff8200;color:#fff}
div.nn-brand--novorapid .nn-brand__container--brand-primary h1,div.nn-brand--novorapid .nn-brand__container--brand-primary h2,div.nn-brand--novorapid .nn-brand__container--brand-primary h3,div.nn-brand--novorapid .nn-brand__container--brand-primary h4,div.nn-brand--novorapid .nn-brand__container--brand-primary h5,div.nn-brand--novorapid .nn-brand__container--brand-primary h6,div.nn-brand--novorapid .nn-brand__container--brand-primary ul,div.nn-brand--novorapid .nn-brand__container--brand-primary ol,div.nn-brand--novorapid .nn-brand__container--brand-primary a,div.nn-brand--novorapid .nn-brand__container--brand-primary p,div.nn-brand--novorapid .nn-brand__container--brand-primary .invalid-feedback{color:#fff}
div.nn-brand--novorapid .nn-brand__container--brand-primary .dataTables_wrapper .dataTables_paginate .paginate_button{color:#fff !important}
div.nn-brand--novorapid .nn-brand__container--brand-primary .dataTables_wrapper .dataTables_paginate .paginate_button.current{color:#000 !important}
div.nn-brand--novorapid .nn-brand__container--brand-primary .branded-data-table .dataTables_info{color:#fff}
div.nn-brand--novorapid .nn-brand__container--brand-primary form button,div.nn-brand--novorapid .nn-brand__container--brand-primary .form_button_submit{background-color:#fff;border-color:#fff;color:#ff8200}
div.nn-brand--novorapid .nn-brand__container--brand-primary form button:hover,div.nn-brand--novorapid .nn-brand__container--brand-primary .form_button_submit:hover{color:#ff8200}
div.nn-brand--novorapid .nn-brand__container--brand-primary .nn-brand__accordion{border-color:#fff;color:#fff}
div.nn-brand--novorapid .nn-brand__container--brand-primary .nn-brand__accordion__expanded,div.nn-brand--novorapid .nn-brand__container--brand-primary .nn-brand__accordion__collapsed,div.nn-brand--novorapid .nn-brand__container--brand-primary .nn-brand__accordion .fa{color:#fff}
div.nn-brand--novorapid .nn-brand__container--brand-secondary{background-color:#f1c400;color:#333}
div.nn-brand--novorapid .nn-brand__container--brand-secondary h1,div.nn-brand--novorapid .nn-brand__container--brand-secondary h2,div.nn-brand--novorapid .nn-brand__container--brand-secondary h3,div.nn-brand--novorapid .nn-brand__container--brand-secondary h4,div.nn-brand--novorapid .nn-brand__container--brand-secondary h5,div.nn-brand--novorapid .nn-brand__container--brand-secondary h6,div.nn-brand--novorapid .nn-brand__container--brand-secondary ul,div.nn-brand--novorapid .nn-brand__container--brand-secondary ol,div.nn-brand--novorapid .nn-brand__container--brand-secondary a,div.nn-brand--novorapid .nn-brand__container--brand-secondary p{color:#333}
div.nn-brand--novorapid .nn-brand__container--brand-secondary .dataTables_wrapper .dataTables_paginate .paginate_button{color:#333 !important}
div.nn-brand--novorapid .nn-brand__container--brand-secondary .dataTables_wrapper .dataTables_paginate .paginate_button.current{color:#000 !important}
div.nn-brand--novorapid .nn-brand__container--brand-secondary .branded-data-table .dataTables_info{color:#333}
div.nn-brand--novorapid .nn-brand__container--brand-secondary .invalid-feedback{color:#ff8200}
div.nn-brand--novorapid .nn-brand__container--brand-secondary form button,div.nn-brand--novorapid .nn-brand__container--brand-secondary .form_button_submit{background-color:#ff8200;border-color:#ff8200;color:#fff}
div.nn-brand--novorapid .nn-brand__container--brand-secondary .nn-brand__accordion{border-color:#fff;color:#fff}
div.nn-brand--novorapid .nn-brand__container--brand-secondary .nn-brand__accordion__expanded,div.nn-brand--novorapid .nn-brand__container--brand-secondary .nn-brand__accordion__collapsed,div.nn-brand--novorapid .nn-brand__container--brand-secondary .nn-brand__accordion .fa{color:#fff}
div.nn-brand--novorapid .nn-brand__container--brand-gradient{background:linear-gradient(to right,#ff8200 0,#f1c400 100%);color:#fff}
div.nn-brand--novorapid .nn-brand__container--brand-gradient h1,div.nn-brand--novorapid .nn-brand__container--brand-gradient h2,div.nn-brand--novorapid .nn-brand__container--brand-gradient h3,div.nn-brand--novorapid .nn-brand__container--brand-gradient h4,div.nn-brand--novorapid .nn-brand__container--brand-gradient h5,div.nn-brand--novorapid .nn-brand__container--brand-gradient h6,div.nn-brand--novorapid .nn-brand__container--brand-gradient ul,div.nn-brand--novorapid .nn-brand__container--brand-gradient ol,div.nn-brand--novorapid .nn-brand__container--brand-gradient a,div.nn-brand--novorapid .nn-brand__container--brand-gradient p,div.nn-brand--novorapid .nn-brand__container--brand-gradient .invalid-feedback{color:#fff}
div.nn-brand--novorapid .nn-brand__container--brand-gradient .dataTables_wrapper .dataTables_paginate .paginate_button{color:#fff !important}
div.nn-brand--novorapid .nn-brand__container--brand-gradient .dataTables_wrapper .dataTables_paginate .paginate_button.current{color:#000 !important}
div.nn-brand--novorapid .nn-brand__container--brand-gradient .branded-data-table .dataTables_info{color:#fff}
div.nn-brand--novorapid .nn-brand__container--brand-gradient form button,div.nn-brand--novorapid .nn-brand__container--brand-gradient .form_button_submit{background-color:#fff;border-color:#fff;color:#ff8200}
div.nn-brand--novorapid .nn-brand__container--brand-gradient form button:hover,div.nn-brand--novorapid .nn-brand__container--brand-gradient .form_button_submit:hover{color:#ff8200}
div.nn-brand--novorapid .nn-brand__container--brand-gradient .nn-brand__accordion{border-color:#fff;color:#fff}
div.nn-brand--novorapid .nn-brand__container--brand-gradient .nn-brand__accordion__expanded,div.nn-brand--novorapid .nn-brand__container--brand-gradient .nn-brand__accordion__collapsed,div.nn-brand--novorapid .nn-brand__container--brand-gradient .nn-brand__accordion .fa{color:#fff}
div.nn-brand--novorapid .nn-brand__branded-box--brand-gradient{background:linear-gradient(to right,#ff8200 0,#f1c400 100%);color:#fff}
div.nn-brand--novorapid .nn-brand__branded-box--brand-gradient h1,div.nn-brand--novorapid .nn-brand__branded-box--brand-gradient h2,div.nn-brand--novorapid .nn-brand__branded-box--brand-gradient h3,div.nn-brand--novorapid .nn-brand__branded-box--brand-gradient h4,div.nn-brand--novorapid .nn-brand__branded-box--brand-gradient h5,div.nn-brand--novorapid .nn-brand__branded-box--brand-gradient h6,div.nn-brand--novorapid .nn-brand__branded-box--brand-gradient ul,div.nn-brand--novorapid .nn-brand__branded-box--brand-gradient ol,div.nn-brand--novorapid .nn-brand__branded-box--brand-gradient a,div.nn-brand--novorapid .nn-brand__branded-box--brand-gradient p,div.nn-brand--novorapid .nn-brand__branded-box--brand-gradient .invalid-feedback{color:#fff}
div.nn-brand--novorapid .nn-brand__branded-box--brand-gradient form button,div.nn-brand--novorapid .nn-brand__branded-box--brand-gradient .form_button_submit{background-color:#fff;border-color:#fff;color:#ff8200}
div.nn-brand--novorapid .nn-brand__branded-box--brand-gradient form button:hover,div.nn-brand--novorapid .nn-brand__branded-box--brand-gradient .form_button_submit:hover{color:#ff8200}
div.nn-brand--novorapid .nn-brand__branded-box--brand-gradient ul>li::before{color:#fff}
div.nn-brand--novorapid .nn-brand__branded-box--brand-primary{background-color:#ff8200;color:#fff}
div.nn-brand--novorapid .nn-brand__branded-box--brand-primary h1,div.nn-brand--novorapid .nn-brand__branded-box--brand-primary h2,div.nn-brand--novorapid .nn-brand__branded-box--brand-primary h3,div.nn-brand--novorapid .nn-brand__branded-box--brand-primary h4,div.nn-brand--novorapid .nn-brand__branded-box--brand-primary h5,div.nn-brand--novorapid .nn-brand__branded-box--brand-primary h6,div.nn-brand--novorapid .nn-brand__branded-box--brand-primary ul,div.nn-brand--novorapid .nn-brand__branded-box--brand-primary ol,div.nn-brand--novorapid .nn-brand__branded-box--brand-primary a,div.nn-brand--novorapid .nn-brand__branded-box--brand-primary p,div.nn-brand--novorapid .nn-brand__branded-box--brand-primary .invalid-feedback{color:#fff}
div.nn-brand--novorapid .nn-brand__branded-box--brand-primary form button,div.nn-brand--novorapid .nn-brand__branded-box--brand-primary .form_button_submit{background-color:#fff;border-color:#fff;color:#ff8200}
div.nn-brand--novorapid .nn-brand__branded-box--brand-primary form button:hover,div.nn-brand--novorapid .nn-brand__branded-box--brand-primary .form_button_submit:hover{color:#ff8200}
div.nn-brand--novorapid .nn-brand__branded-box--brand-primary ul>li::before{color:#fff}
div.nn-brand--novorapid .nn-brand__branded-box--brand-secondary{background-color:#f1c400;color:#333}
div.nn-brand--novorapid .nn-brand__branded-box--brand-secondary h1,div.nn-brand--novorapid .nn-brand__branded-box--brand-secondary h2,div.nn-brand--novorapid .nn-brand__branded-box--brand-secondary h3,div.nn-brand--novorapid .nn-brand__branded-box--brand-secondary h4,div.nn-brand--novorapid .nn-brand__branded-box--brand-secondary h5,div.nn-brand--novorapid .nn-brand__branded-box--brand-secondary h6,div.nn-brand--novorapid .nn-brand__branded-box--brand-secondary ul,div.nn-brand--novorapid .nn-brand__branded-box--brand-secondary ol,div.nn-brand--novorapid .nn-brand__branded-box--brand-secondary a,div.nn-brand--novorapid .nn-brand__branded-box--brand-secondary p{color:#333}
div.nn-brand--novorapid .nn-brand__branded-box--brand-secondary .invalid-feedback{color:#ff8200}
div.nn-brand--novorapid .nn-brand__branded-box--brand-secondary form button,div.nn-brand--novorapid .nn-brand__branded-box--brand-secondary .form_button_submit{background-color:#ff8200;border-color:#ff8200;color:#fff}
div.nn-brand--novorapid .nn-brand__branded-box--brand-secondary ul>li::before{color:#fff}
div.nn-brand--novorapid .nn-brand__branded-box--white{background:#fff}
div.nn-brand--novorapid .nn-brand__branded-box--white h1,div.nn-brand--novorapid .nn-brand__branded-box--white h2,div.nn-brand--novorapid .nn-brand__branded-box--white h3,div.nn-brand--novorapid .nn-brand__branded-box--white h4,div.nn-brand--novorapid .nn-brand__branded-box--white h5,div.nn-brand--novorapid .nn-brand__branded-box--white h6,div.nn-brand--novorapid .nn-brand__branded-box--white ul,div.nn-brand--novorapid .nn-brand__branded-box--white ol,div.nn-brand--novorapid .nn-brand__branded-box--white a,div.nn-brand--novorapid .nn-brand__branded-box--white p,div.nn-brand--novorapid .nn-brand__branded-box--white .invalid-feedback{color:#ff8200}
div.nn-brand--novorapid .nn-brand__branded-box--white form button,div.nn-brand--novorapid .nn-brand__branded-box--white .form_button_submit{background-color:#ff8200;border-color:#ff8200;color:#fff}
div.nn-brand--novorapid .nn-brand__branded-box--gray{background-color:#e2e5e8;color:#333}
div.nn-brand--novorapid .nn-brand__branded-box--gray h1,div.nn-brand--novorapid .nn-brand__branded-box--gray h2,div.nn-brand--novorapid .nn-brand__branded-box--gray a,div.nn-brand--novorapid .nn-brand__branded-box--gray .invalid-feedback{color:#ff8200}
div.nn-brand--novorapid .nn-brand__branded-box--gray form button,div.nn-brand--novorapid .nn-brand__branded-box--gray .form_button_submit{background-color:#ff8200;border-color:#ff8200;color:#fff}
div.nn-brand--novorapid .nn-brand__branded-box--transparent{background:rgba(255,255,255,0.9)}
div.nn-brand--novorapid .nn-brand__branded-box--transparent h1,div.nn-brand--novorapid .nn-brand__branded-box--transparent h2,div.nn-brand--novorapid .nn-brand__branded-box--transparent h3,div.nn-brand--novorapid .nn-brand__branded-box--transparent h4,div.nn-brand--novorapid .nn-brand__branded-box--transparent h5,div.nn-brand--novorapid .nn-brand__branded-box--transparent h6,div.nn-brand--novorapid .nn-brand__branded-box--transparent ul,div.nn-brand--novorapid .nn-brand__branded-box--transparent ol,div.nn-brand--novorapid .nn-brand__branded-box--transparent a,div.nn-brand--novorapid .nn-brand__branded-box--transparent p,div.nn-brand--novorapid .nn-brand__branded-box--transparent .invalid-feedback{color:#ff8200}
div.nn-brand--novorapid .nn-brand__branded-box.border--none{border:0}
div.nn-brand--novorapid .nn-brand__branded-box.border--brand-primary{border:2px solid #ff8200}
div.nn-brand--novorapid .nn-brand__branded-box.border--brand-secondary{border:2px solid #f1c400}
div.nn-brand--novorapid .nn-brand__branded-box.border--white{border:2px solid #fff}
div.nn-brand--novorapid .nn-brand__branded-box.border--gray{border:2px solid #e2e5e8}
div.nn-brand--novorapid .nn-brand--background{background:#ff8200;background:linear-gradient(to right,#ff8200 0,#f1c400 100%);color:#fff}
div.nn-brand--novorapid .nn-brand--background h1,div.nn-brand--novorapid .nn-brand--background h2,div.nn-brand--novorapid .nn-brand--background h3,div.nn-brand--novorapid .nn-brand--background h4,div.nn-brand--novorapid .nn-brand--background h5,div.nn-brand--novorapid .nn-brand--background h6,div.nn-brand--novorapid .nn-brand--background ul,div.nn-brand--novorapid .nn-brand--background ol,div.nn-brand--novorapid .nn-brand--background a,div.nn-brand--novorapid .nn-brand--background p,div.nn-brand--novorapid .nn-brand--background .invalid-feedback{color:#fff}
div.nn-brand--novorapid .nn-brand__sms-reminder #reminder-container,div.nn-brand--novorapid .nn-brand__sms-reminder-unsubscribe #reminder-container,div.nn-brand--novorapid .nn-brand__sms-reminder #reminder-unsubscribe-container,div.nn-brand--novorapid .nn-brand__sms-reminder-unsubscribe #reminder-unsubscribe-container{border-color:#ff8200}
div.nn-brand--novorapid a.nn-brand__button--primary{background-color:#ff8200;border-color:#ff8200;color:#fff}
div.nn-brand--novorapid a.nn-brand__button--primary:hover{color:#fff}
div.nn-brand--novorapid a.nn-brand__button--white{background-color:#fff;border-color:#fff;color:#ff8200}
div.nn-brand--novorapid a.nn-brand__button--white:hover{color:#ff8200}
div.nn-brand--novorapid a.nn-brand__button--secondary{background-color:#f1c400;border-color:#f1c400;color:#fff}
div.nn-brand--novorapid a.nn-brand__button--secondary:hover{color:#fff}
div.nn-brand--novorapid a.nn-brand__button--gradient{border-color:transparent;background:linear-gradient(to right,#ff8200 0,#f1c400 100%);color:#fff !important}
div.nn-brand--novorapid a.nn-brand__button--gradient:hover{color:#fff !important}
div.nn-brand--novorapid form input[type=email],div.nn-brand--novorapid .passwordreset input[type=email],div.nn-brand--novorapid form input[type=tel],div.nn-brand--novorapid .passwordreset input[type=tel],div.nn-brand--novorapid form select:not([multiple]),div.nn-brand--novorapid .passwordreset select:not([multiple]){width:100%;height:40px;padding:0 10px;background-color:#fbfbfb;color:#333;border-radius:2px;font-size:16px}
div.nn-brand--novorapid form .form-row>div,div.nn-brand--novorapid .passwordreset .form-row>div{padding:0 10px 0 0}
div.nn-brand--novorapid form .form-row .invalid-feedback,div.nn-brand--novorapid .passwordreset .form-row .invalid-feedback{font-size:.9rem}
div.nn-brand--novorapid form input,div.nn-brand--novorapid .passwordreset input{color:#333}
div.nn-brand--novorapid form input:focus,div.nn-brand--novorapid .passwordreset input:focus{border:1px solid #ff8200}
div.nn-brand--novorapid form option,div.nn-brand--novorapid .passwordreset option{color:#333}
div.nn-brand--novorapid form .form-control:focus,div.nn-brand--novorapid .passwordreset .form-control:focus{-webkit-box-shadow:unset;-moz-box-shadow:unset;box-shadow:unset;transition:unset}
div.nn-brand--novorapid form button,div.nn-brand--novorapid .form_button_submit{border-radius:12px;padding:15px 45px;font-size:1.1rem;white-space:nowrap;margin-top:15px;border-width:1px;border-style:solid;box-shadow:0 0 5px 0 rgba(0,0,0,0);background-color:#ff8200;border-color:#ff8200;color:#fff;background-image:none}
div.nn-brand--novorapid form button:hover,div.nn-brand--novorapid .form_button_submit:hover{text-decoration:none;transform:scale(1.05);box-shadow:0 5px 5px 0 rgba(0,0,0,0.1);color:#fff}
div.nn-brand--ozempic h1,div.nn-brand--ozempic h2{color:#da0812}
div.nn-brand--ozempic h3,div.nn-brand--ozempic h4,div.nn-brand--ozempic h5,div.nn-brand--ozempic h6{color:#333}
div.nn-brand--ozempic .branded-text-primary{color:#da0812}
div.nn-brand--ozempic .branded-text-secondary{color:#006373}
div.nn-brand--ozempic .nn-brand__accordion__expanded,div.nn-brand--ozempic .nn-brand__accordion__collapsed,div.nn-brand--ozempic .nn-brand__accordion .fa{color:#da0812}
div.nn-brand--ozempic .nn-brand__container--white{background-color:#fff}
div.nn-brand--ozempic .nn-brand__container--white h1,div.nn-brand--ozempic .nn-brand__container--white h2,div.nn-brand--ozempic .nn-brand__container--white a,div.nn-brand--ozempic .nn-brand__container--white .invalid-feedback{color:#da0812}
div.nn-brand--ozempic .nn-brand__container--white .dataTables_wrapper .dataTables_paginate .paginate_button{color:#da0812 !important}
div.nn-brand--ozempic .nn-brand__container--white .dataTables_wrapper .dataTables_paginate .paginate_button.current{color:#000 !important}
div.nn-brand--ozempic .nn-brand__container--white .branded-data-table .dataTables_info{color:#da0812}
div.nn-brand--ozempic .nn-brand__container--white form button,div.nn-brand--ozempic .nn-brand__container--white .form_button_submit{background-color:#da0812;border-color:#da0812;color:#fff}
div.nn-brand--ozempic .nn-brand__container--gray{background-color:#e2e5e8;color:#333}
div.nn-brand--ozempic .nn-brand__container--gray h1,div.nn-brand--ozempic .nn-brand__container--gray h2,div.nn-brand--ozempic .nn-brand__container--gray a,div.nn-brand--ozempic .nn-brand__container--gray .invalid-feedback{color:#da0812}
div.nn-brand--ozempic .nn-brand__container--gray .dataTables_wrapper .dataTables_paginate .paginate_button{color:#da0812 !important}
div.nn-brand--ozempic .nn-brand__container--gray .dataTables_wrapper .dataTables_paginate .paginate_button.current{color:#000 !important}
div.nn-brand--ozempic .nn-brand__container--gray .branded-data-table .dataTables_info{color:#333}
div.nn-brand--ozempic .nn-brand__container--gray form button,div.nn-brand--ozempic .nn-brand__container--gray .form_button_submit{background-color:#da0812;border-color:#da0812;color:#fff}
div.nn-brand--ozempic .nn-brand__container--brand-primary{background-color:#da0812;color:#fff}
div.nn-brand--ozempic .nn-brand__container--brand-primary h1,div.nn-brand--ozempic .nn-brand__container--brand-primary h2,div.nn-brand--ozempic .nn-brand__container--brand-primary h3,div.nn-brand--ozempic .nn-brand__container--brand-primary h4,div.nn-brand--ozempic .nn-brand__container--brand-primary h5,div.nn-brand--ozempic .nn-brand__container--brand-primary h6,div.nn-brand--ozempic .nn-brand__container--brand-primary ul li,div.nn-brand--ozempic .nn-brand__container--brand-primary .invalid-feedback,div.nn-brand--ozempic .nn-brand__container--brand-primary nav.cmp-breadcrumb a{color:#fff}
div.nn-brand--ozempic .nn-brand__container--brand-primary .dataTables_wrapper .dataTables_paginate .paginate_button{color:#fff !important}
div.nn-brand--ozempic .nn-brand__container--brand-primary .dataTables_wrapper .dataTables_paginate .paginate_button.current{color:#000 !important}
div.nn-brand--ozempic .nn-brand__container--brand-primary .branded-data-table .dataTables_info{color:#fff}
div.nn-brand--ozempic .nn-brand__container--brand-primary form button,div.nn-brand--ozempic .nn-brand__container--brand-primary .form_button_submit{background-color:#fff;border-color:#fff;color:#da0812}
div.nn-brand--ozempic .nn-brand__container--brand-primary form button:hover,div.nn-brand--ozempic .nn-brand__container--brand-primary .form_button_submit:hover{color:#da0812}
div.nn-brand--ozempic .nn-brand__container--brand-primary .nn-brand__accordion{border-color:#fff;color:#fff}
div.nn-brand--ozempic .nn-brand__container--brand-primary .nn-brand__accordion__expanded,div.nn-brand--ozempic .nn-brand__container--brand-primary .nn-brand__accordion__collapsed,div.nn-brand--ozempic .nn-brand__container--brand-primary .nn-brand__accordion .fa{color:#fff}
div.nn-brand--ozempic .nn-brand__container--brand-secondary{background-color:#006373;color:#fff}
div.nn-brand--ozempic .nn-brand__container--brand-secondary h1,div.nn-brand--ozempic .nn-brand__container--brand-secondary h2,div.nn-brand--ozempic .nn-brand__container--brand-secondary h3,div.nn-brand--ozempic .nn-brand__container--brand-secondary h4,div.nn-brand--ozempic .nn-brand__container--brand-secondary h5,div.nn-brand--ozempic .nn-brand__container--brand-secondary h6,div.nn-brand--ozempic .nn-brand__container--brand-secondary ul,div.nn-brand--ozempic .nn-brand__container--brand-secondary li,div.nn-brand--ozempic .nn-brand__container--brand-secondary p,div.nn-brand--ozempic .nn-brand__container--brand-secondary .invalid-feedback,div.nn-brand--ozempic .nn-brand__container--brand-secondary nav.cmp-breadcrumb a{color:#fff}
div.nn-brand--ozempic .nn-brand__container--brand-secondary a{color:#da0812}
div.nn-brand--ozempic .nn-brand__container--brand-secondary .dataTables_wrapper .dataTables_paginate .paginate_button{color:#da0812 !important}
div.nn-brand--ozempic .nn-brand__container--brand-secondary .dataTables_wrapper .dataTables_paginate .paginate_button.current{color:#000 !important}
div.nn-brand--ozempic .nn-brand__container--brand-secondary .branded-data-table .dataTables_info{color:#fff}
div.nn-brand--ozempic .nn-brand__container--brand-secondary form button,div.nn-brand--ozempic .nn-brand__container--brand-secondary .form_button_submit{background-color:#da0812;border-color:#da0812;color:#fff}
div.nn-brand--ozempic .nn-brand__container--brand-secondary .nn-brand__accordion{border-color:#fff;color:#fff}
div.nn-brand--ozempic .nn-brand__container--brand-secondary .nn-brand__accordion__expanded,div.nn-brand--ozempic .nn-brand__container--brand-secondary .nn-brand__accordion__collapsed,div.nn-brand--ozempic .nn-brand__container--brand-secondary .nn-brand__accordion .fa{color:#fff}
div.nn-brand--ozempic .nn-brand__container--brand-gradient{background:linear-gradient(50deg,#da0812 0,#da0812 48%,#ed7801 100%);color:#fff}
div.nn-brand--ozempic .nn-brand__container--brand-gradient h1,div.nn-brand--ozempic .nn-brand__container--brand-gradient h2,div.nn-brand--ozempic .nn-brand__container--brand-gradient h3,div.nn-brand--ozempic .nn-brand__container--brand-gradient h4,div.nn-brand--ozempic .nn-brand__container--brand-gradient h5,div.nn-brand--ozempic .nn-brand__container--brand-gradient h6,div.nn-brand--ozempic .nn-brand__container--brand-gradient ul,div.nn-brand--ozempic .nn-brand__container--brand-gradient li,div.nn-brand--ozempic .nn-brand__container--brand-gradient p,div.nn-brand--ozempic .nn-brand__container--brand-gradient .invalid-feedback,div.nn-brand--ozempic .nn-brand__container--brand-gradient nav.cmp-breadcrumb a{color:#fff}
div.nn-brand--ozempic .nn-brand__container--brand-gradient .dataTables_wrapper .dataTables_paginate .paginate_button{color:#fff !important}
div.nn-brand--ozempic .nn-brand__container--brand-gradient .dataTables_wrapper .dataTables_paginate .paginate_button.current{color:#000 !important}
div.nn-brand--ozempic .nn-brand__container--brand-gradient .branded-data-table .dataTables_info{color:#fff}
div.nn-brand--ozempic .nn-brand__container--brand-gradient form button,div.nn-brand--ozempic .nn-brand__container--brand-gradient .form_button_submit{background-color:#fff;border-color:#fff;color:#da0812}
div.nn-brand--ozempic .nn-brand__container--brand-gradient form button:hover,div.nn-brand--ozempic .nn-brand__container--brand-gradient .form_button_submit:hover{color:#da0812}
div.nn-brand--ozempic .nn-brand__container--brand-gradient .nn-brand__accordion{border-color:#fff;color:#fff}
div.nn-brand--ozempic .nn-brand__container--brand-gradient .nn-brand__accordion__expanded,div.nn-brand--ozempic .nn-brand__container--brand-gradient .nn-brand__accordion__collapsed,div.nn-brand--ozempic .nn-brand__container--brand-gradient .nn-brand__accordion .fa{color:#fff}
div.nn-brand--ozempic .nn-brand__branded-box--brand-gradient{background:linear-gradient(50deg,#da0812 0,#da0812 48%,#ed7801 100%);color:#fff}
div.nn-brand--ozempic .nn-brand__branded-box--brand-gradient h1,div.nn-brand--ozempic .nn-brand__branded-box--brand-gradient h2,div.nn-brand--ozempic .nn-brand__branded-box--brand-gradient h3,div.nn-brand--ozempic .nn-brand__branded-box--brand-gradient h4,div.nn-brand--ozempic .nn-brand__branded-box--brand-gradient h5,div.nn-brand--ozempic .nn-brand__branded-box--brand-gradient h6,div.nn-brand--ozempic .nn-brand__branded-box--brand-gradient ul,div.nn-brand--ozempic .nn-brand__branded-box--brand-gradient ol,div.nn-brand--ozempic .nn-brand__branded-box--brand-gradient a,div.nn-brand--ozempic .nn-brand__branded-box--brand-gradient p,div.nn-brand--ozempic .nn-brand__branded-box--brand-gradient .invalid-feedback{color:#fff}
div.nn-brand--ozempic .nn-brand__branded-box--brand-gradient form button,div.nn-brand--ozempic .nn-brand__branded-box--brand-gradient .form_button_submit{background-color:#fff;border-color:#fff;color:#da0812}
div.nn-brand--ozempic .nn-brand__branded-box--brand-gradient form button:hover,div.nn-brand--ozempic .nn-brand__branded-box--brand-gradient .form_button_submit:hover{color:#da0812}
div.nn-brand--ozempic .nn-brand__branded-box--brand-gradient ul>li::before{color:#fff}
div.nn-brand--ozempic .nn-brand__branded-box--brand-primary{background-color:#da0812;color:#fff}
div.nn-brand--ozempic .nn-brand__branded-box--brand-primary h1,div.nn-brand--ozempic .nn-brand__branded-box--brand-primary h2,div.nn-brand--ozempic .nn-brand__branded-box--brand-primary h3,div.nn-brand--ozempic .nn-brand__branded-box--brand-primary h4,div.nn-brand--ozempic .nn-brand__branded-box--brand-primary h5,div.nn-brand--ozempic .nn-brand__branded-box--brand-primary h6,div.nn-brand--ozempic .nn-brand__branded-box--brand-primary ul,div.nn-brand--ozempic .nn-brand__branded-box--brand-primary ol,div.nn-brand--ozempic .nn-brand__branded-box--brand-primary a,div.nn-brand--ozempic .nn-brand__branded-box--brand-primary p,div.nn-brand--ozempic .nn-brand__branded-box--brand-primary .invalid-feedback{color:#fff}
div.nn-brand--ozempic .nn-brand__branded-box--brand-primary form button,div.nn-brand--ozempic .nn-brand__branded-box--brand-primary .form_button_submit{background-color:#fff;border-color:#fff;color:#da0812}
div.nn-brand--ozempic .nn-brand__branded-box--brand-primary form button:hover,div.nn-brand--ozempic .nn-brand__branded-box--brand-primary .form_button_submit:hover{color:#da0812}
div.nn-brand--ozempic .nn-brand__branded-box--brand-primary ul>li::before{color:#fff}
div.nn-brand--ozempic .nn-brand__branded-box--brand-secondary{background-color:#006373;color:#fff}
div.nn-brand--ozempic .nn-brand__branded-box--brand-secondary h1,div.nn-brand--ozempic .nn-brand__branded-box--brand-secondary h2,div.nn-brand--ozempic .nn-brand__branded-box--brand-secondary h3,div.nn-brand--ozempic .nn-brand__branded-box--brand-secondary h4,div.nn-brand--ozempic .nn-brand__branded-box--brand-secondary h5,div.nn-brand--ozempic .nn-brand__branded-box--brand-secondary h6,div.nn-brand--ozempic .nn-brand__branded-box--brand-secondary ul,div.nn-brand--ozempic .nn-brand__branded-box--brand-secondary ol,div.nn-brand--ozempic .nn-brand__branded-box--brand-secondary a,div.nn-brand--ozempic .nn-brand__branded-box--brand-secondary p,div.nn-brand--ozempic .nn-brand__branded-box--brand-secondary .invalid-feedback{color:#fff}
div.nn-brand--ozempic .nn-brand__branded-box--brand-secondary form button,div.nn-brand--ozempic .nn-brand__branded-box--brand-secondary .form_button_submit{background-color:#da0812;border-color:#da0812;color:#fff}
div.nn-brand--ozempic .nn-brand__branded-box--brand-secondary ul>li::before{color:#fff}
div.nn-brand--ozempic .nn-brand__branded-box--white{background:#fff}
div.nn-brand--ozempic .nn-brand__branded-box--white h1,div.nn-brand--ozempic .nn-brand__branded-box--white h2,div.nn-brand--ozempic .nn-brand__branded-box--white h3,div.nn-brand--ozempic .nn-brand__branded-box--white h4,div.nn-brand--ozempic .nn-brand__branded-box--white h5,div.nn-brand--ozempic .nn-brand__branded-box--white h6,div.nn-brand--ozempic .nn-brand__branded-box--white ul,div.nn-brand--ozempic .nn-brand__branded-box--white ol,div.nn-brand--ozempic .nn-brand__branded-box--white a,div.nn-brand--ozempic .nn-brand__branded-box--white p,div.nn-brand--ozempic .nn-brand__branded-box--white .invalid-feedback{color:#da0812}
div.nn-brand--ozempic .nn-brand__branded-box--white form button,div.nn-brand--ozempic .nn-brand__branded-box--white .form_button_submit{background-color:#da0812;border-color:#da0812;color:#fff}
div.nn-brand--ozempic .nn-brand__branded-box--gray{background-color:#e2e5e8;color:#333}
div.nn-brand--ozempic .nn-brand__branded-box--gray h1,div.nn-brand--ozempic .nn-brand__branded-box--gray h2,div.nn-brand--ozempic .nn-brand__branded-box--gray a{color:#da0812}
div.nn-brand--ozempic .nn-brand__branded-box--gray form button,div.nn-brand--ozempic .nn-brand__branded-box--gray .form_button_submit{background-color:#da0812;border-color:#da0812;color:#fff}
div.nn-brand--ozempic .nn-brand__branded-box--transparent{background:rgba(255,255,255,0.9)}
div.nn-brand--ozempic .nn-brand__branded-box--transparent h1,div.nn-brand--ozempic .nn-brand__branded-box--transparent h2,div.nn-brand--ozempic .nn-brand__branded-box--transparent h3,div.nn-brand--ozempic .nn-brand__branded-box--transparent h4,div.nn-brand--ozempic .nn-brand__branded-box--transparent h5,div.nn-brand--ozempic .nn-brand__branded-box--transparent h6,div.nn-brand--ozempic .nn-brand__branded-box--transparent ul,div.nn-brand--ozempic .nn-brand__branded-box--transparent ol,div.nn-brand--ozempic .nn-brand__branded-box--transparent a,div.nn-brand--ozempic .nn-brand__branded-box--transparent p,div.nn-brand--ozempic .nn-brand__branded-box--transparent .invalid-feedback{color:#da0812}
div.nn-brand--ozempic .nn-brand__branded-box.border--none{border:0}
div.nn-brand--ozempic .nn-brand__branded-box.border--brand-primary{border:2px solid #da0812}
div.nn-brand--ozempic .nn-brand__branded-box.border--brand-secondary{border:2px solid #006373}
div.nn-brand--ozempic .nn-brand__branded-box.border--white{border:2px solid #fff}
div.nn-brand--ozempic .nn-brand__branded-box.border--gray{border:2px solid #e2e5e8}
div.nn-brand--ozempic .nn-brand--background{background:#da0812;background:linear-gradient(50deg,#da0812 0,#da0812 48%,#ed7801 100%);color:#fff}
div.nn-brand--ozempic .nn-brand--background h1,div.nn-brand--ozempic .nn-brand--background h2,div.nn-brand--ozempic .nn-brand--background h3,div.nn-brand--ozempic .nn-brand--background h4,div.nn-brand--ozempic .nn-brand--background h5,div.nn-brand--ozempic .nn-brand--background h6,div.nn-brand--ozempic .nn-brand--background ul,div.nn-brand--ozempic .nn-brand--background ol,div.nn-brand--ozempic .nn-brand--background a,div.nn-brand--ozempic .nn-brand--background p,div.nn-brand--ozempic .nn-brand--background .invalid-feedback{color:#fff}
div.nn-brand--ozempic .nn-brand__sms-reminder #reminder-container,div.nn-brand--ozempic .nn-brand__sms-reminder-unsubscribe #reminder-container,div.nn-brand--ozempic .nn-brand__sms-reminder #reminder-unsubscribe-container,div.nn-brand--ozempic .nn-brand__sms-reminder-unsubscribe #reminder-unsubscribe-container{border-color:#da0812}
div.nn-brand--ozempic a.nn-brand__button--primary{background-color:#da0812;border-color:#da0812;color:#fff}
div.nn-brand--ozempic a.nn-brand__button--primary:hover{color:#fff}
div.nn-brand--ozempic a.nn-brand__button--white{background-color:#fff;border-color:#fff;color:#da0812}
div.nn-brand--ozempic a.nn-brand__button--white:hover{color:#da0812}
div.nn-brand--ozempic a.nn-brand__button--secondary{background-color:#006373;border-color:#006373;color:#fff}
div.nn-brand--ozempic a.nn-brand__button--secondary:hover{color:#fff}
div.nn-brand--ozempic a.nn-brand__button--gradient{border-color:transparent;background:linear-gradient(50deg,#da0812 0,#da0812 48%,#ed7801 100%);color:#fff !important}
div.nn-brand--ozempic a.nn-brand__button--gradient:hover{color:#fff !important}
div.nn-brand--ozempic form input[type=email],div.nn-brand--ozempic .passwordreset input[type=email],div.nn-brand--ozempic form input[type=tel],div.nn-brand--ozempic .passwordreset input[type=tel],div.nn-brand--ozempic form select:not([multiple]),div.nn-brand--ozempic .passwordreset select:not([multiple]){width:100%;height:40px;padding:0 10px;background-color:#fbfbfb;color:#333;border-radius:2px;font-size:16px}
div.nn-brand--ozempic form .form-row>div,div.nn-brand--ozempic .passwordreset .form-row>div{padding:0 10px 0 0}
div.nn-brand--ozempic form .form-row .invalid-feedback,div.nn-brand--ozempic .passwordreset .form-row .invalid-feedback{font-size:.9rem}
div.nn-brand--ozempic form input,div.nn-brand--ozempic .passwordreset input{color:#333}
div.nn-brand--ozempic form input:focus,div.nn-brand--ozempic .passwordreset input:focus{border:1px solid #da0812}
div.nn-brand--ozempic form option,div.nn-brand--ozempic .passwordreset option{color:#333}
div.nn-brand--ozempic form .form-control:focus,div.nn-brand--ozempic .passwordreset .form-control:focus{-webkit-box-shadow:unset;-moz-box-shadow:unset;box-shadow:unset;transition:unset}
div.nn-brand--ozempic form button,div.nn-brand--ozempic .form_button_submit{border-radius:12px;padding:15px 45px;font-size:1.1rem;white-space:nowrap;margin-top:15px;border-width:1px;border-style:solid;box-shadow:0 0 5px 0 rgba(0,0,0,0);background-color:#da0812;border-color:#da0812;color:#fff;background-image:none}
div.nn-brand--ozempic form button:hover,div.nn-brand--ozempic .form_button_submit:hover{text-decoration:none;transform:scale(1.05);box-shadow:0 5px 5px 0 rgba(0,0,0,0.1);color:#fff}
div.nn-brand--ryzodeg h1,div.nn-brand--ryzodeg h2{color:#0081c6}
div.nn-brand--ryzodeg h3,div.nn-brand--ryzodeg h4,div.nn-brand--ryzodeg h5,div.nn-brand--ryzodeg h6{color:#333}
div.nn-brand--ryzodeg .branded-text-primary{color:#0081c6}
div.nn-brand--ryzodeg .branded-text-secondary{color:#c1d82f}
div.nn-brand--ryzodeg .nn-brand__accordion__expanded,div.nn-brand--ryzodeg .nn-brand__accordion__collapsed,div.nn-brand--ryzodeg .nn-brand__accordion .fa{color:#0081c6}
div.nn-brand--ryzodeg .nn-brand__container--white{background-color:#fff}
div.nn-brand--ryzodeg .nn-brand__container--white h1,div.nn-brand--ryzodeg .nn-brand__container--white h2,div.nn-brand--ryzodeg .nn-brand__container--white a,div.nn-brand--ryzodeg .nn-brand__container--white .invalid-feedback{color:#0081c6}
div.nn-brand--ryzodeg .nn-brand__container--white .dataTables_wrapper .dataTables_paginate .paginate_button{color:#0081c6 !important}
div.nn-brand--ryzodeg .nn-brand__container--white .dataTables_wrapper .dataTables_paginate .paginate_button.current{color:#000 !important}
div.nn-brand--ryzodeg .nn-brand__container--white .branded-data-table .dataTables_info{color:#0081c6}
div.nn-brand--ryzodeg .nn-brand__container--white form button,div.nn-brand--ryzodeg .nn-brand__container--white .form_button_submit{background-color:#0081c6;border-color:#0081c6;color:#fff}
div.nn-brand--ryzodeg .nn-brand__container--gray{background-color:#e2e5e8;color:#333}
div.nn-brand--ryzodeg .nn-brand__container--gray h1,div.nn-brand--ryzodeg .nn-brand__container--gray h2,div.nn-brand--ryzodeg .nn-brand__container--gray a,div.nn-brand--ryzodeg .nn-brand__container--gray .invalid-feedback{color:#0081c6}
div.nn-brand--ryzodeg .nn-brand__container--gray .dataTables_wrapper .dataTables_paginate .paginate_button{color:#0081c6 !important}
div.nn-brand--ryzodeg .nn-brand__container--gray .dataTables_wrapper .dataTables_paginate .paginate_button.current{color:#000 !important}
div.nn-brand--ryzodeg .nn-brand__container--gray .branded-data-table .dataTables_info{color:#333}
div.nn-brand--ryzodeg .nn-brand__container--gray form button,div.nn-brand--ryzodeg .nn-brand__container--gray .form_button_submit{background-color:#0081c6;border-color:#0081c6;color:#fff}
div.nn-brand--ryzodeg .nn-brand__container--brand-primary{background-color:#0081c6;color:#fff}
div.nn-brand--ryzodeg .nn-brand__container--brand-primary h1,div.nn-brand--ryzodeg .nn-brand__container--brand-primary h2,div.nn-brand--ryzodeg .nn-brand__container--brand-primary h3,div.nn-brand--ryzodeg .nn-brand__container--brand-primary h4,div.nn-brand--ryzodeg .nn-brand__container--brand-primary h5,div.nn-brand--ryzodeg .nn-brand__container--brand-primary h6,div.nn-brand--ryzodeg .nn-brand__container--brand-primary ul,div.nn-brand--ryzodeg .nn-brand__container--brand-primary ol,div.nn-brand--ryzodeg .nn-brand__container--brand-primary a,div.nn-brand--ryzodeg .nn-brand__container--brand-primary p,div.nn-brand--ryzodeg .nn-brand__container--brand-primary .invalid-feedback{color:#fff}
div.nn-brand--ryzodeg .nn-brand__container--brand-primary .dataTables_wrapper .dataTables_paginate .paginate_button{color:#fff !important}
div.nn-brand--ryzodeg .nn-brand__container--brand-primary .dataTables_wrapper .dataTables_paginate .paginate_button.current{color:#000 !important}
div.nn-brand--ryzodeg .nn-brand__container--brand-primary .branded-data-table .dataTables_info{color:#fff}
div.nn-brand--ryzodeg .nn-brand__container--brand-primary form button,div.nn-brand--ryzodeg .nn-brand__container--brand-primary .form_button_submit{background-color:#fff;border-color:#fff;color:#0081c6}
div.nn-brand--ryzodeg .nn-brand__container--brand-primary form button:hover,div.nn-brand--ryzodeg .nn-brand__container--brand-primary .form_button_submit:hover{color:#0081c6}
div.nn-brand--ryzodeg .nn-brand__container--brand-primary .nn-brand__accordion{border-color:#fff;color:#fff}
div.nn-brand--ryzodeg .nn-brand__container--brand-primary .nn-brand__accordion__expanded,div.nn-brand--ryzodeg .nn-brand__container--brand-primary .nn-brand__accordion__collapsed,div.nn-brand--ryzodeg .nn-brand__container--brand-primary .nn-brand__accordion .fa{color:#fff}
div.nn-brand--ryzodeg .nn-brand__container--brand-secondary{background-color:#c1d82f;color:#fff}
div.nn-brand--ryzodeg .nn-brand__container--brand-secondary h1,div.nn-brand--ryzodeg .nn-brand__container--brand-secondary h2,div.nn-brand--ryzodeg .nn-brand__container--brand-secondary h3,div.nn-brand--ryzodeg .nn-brand__container--brand-secondary h4,div.nn-brand--ryzodeg .nn-brand__container--brand-secondary h5,div.nn-brand--ryzodeg .nn-brand__container--brand-secondary h6,div.nn-brand--ryzodeg .nn-brand__container--brand-secondary ul,div.nn-brand--ryzodeg .nn-brand__container--brand-secondary ol,div.nn-brand--ryzodeg .nn-brand__container--brand-secondary a,div.nn-brand--ryzodeg .nn-brand__container--brand-secondary p{color:#fff}
div.nn-brand--ryzodeg .nn-brand__container--brand-secondary .dataTables_wrapper .dataTables_paginate .paginate_button{color:#fff !important}
div.nn-brand--ryzodeg .nn-brand__container--brand-secondary .dataTables_wrapper .dataTables_paginate .paginate_button.current{color:#000 !important}
div.nn-brand--ryzodeg .nn-brand__container--brand-secondary .branded-data-table .dataTables_info{color:#fff}
div.nn-brand--ryzodeg .nn-brand__container--brand-secondary .invalid-feedback{color:#0081c6}
div.nn-brand--ryzodeg .nn-brand__container--brand-secondary form button,div.nn-brand--ryzodeg .nn-brand__container--brand-secondary .form_button_submit{background-color:#0081c6;border-color:#0081c6;color:#fff}
div.nn-brand--ryzodeg .nn-brand__container--brand-secondary form h1,div.nn-brand--ryzodeg .nn-brand__container--brand-secondary form h2,div.nn-brand--ryzodeg .nn-brand__container--brand-secondary form h3,div.nn-brand--ryzodeg .nn-brand__container--brand-secondary form h4,div.nn-brand--ryzodeg .nn-brand__container--brand-secondary form h5,div.nn-brand--ryzodeg .nn-brand__container--brand-secondary form h6,div.nn-brand--ryzodeg .nn-brand__container--brand-secondary form ul,div.nn-brand--ryzodeg .nn-brand__container--brand-secondary form ol,div.nn-brand--ryzodeg .nn-brand__container--brand-secondary form a,div.nn-brand--ryzodeg .nn-brand__container--brand-secondary form p,div.nn-brand--ryzodeg .nn-brand__container--brand-secondary form label{color:#333}
div.nn-brand--ryzodeg .nn-brand__container--brand-secondary .nn-brand__accordion{border-color:#fff;color:#fff}
div.nn-brand--ryzodeg .nn-brand__container--brand-secondary .nn-brand__accordion__expanded,div.nn-brand--ryzodeg .nn-brand__container--brand-secondary .nn-brand__accordion__collapsed,div.nn-brand--ryzodeg .nn-brand__container--brand-secondary .nn-brand__accordion .fa{color:#fff}
div.nn-brand--ryzodeg .nn-brand__container--brand-gradient{background:#0081c6;color:#fff}
div.nn-brand--ryzodeg .nn-brand__container--brand-gradient h1,div.nn-brand--ryzodeg .nn-brand__container--brand-gradient h2,div.nn-brand--ryzodeg .nn-brand__container--brand-gradient h3,div.nn-brand--ryzodeg .nn-brand__container--brand-gradient h4,div.nn-brand--ryzodeg .nn-brand__container--brand-gradient h5,div.nn-brand--ryzodeg .nn-brand__container--brand-gradient h6,div.nn-brand--ryzodeg .nn-brand__container--brand-gradient ul,div.nn-brand--ryzodeg .nn-brand__container--brand-gradient ol,div.nn-brand--ryzodeg .nn-brand__container--brand-gradient a,div.nn-brand--ryzodeg .nn-brand__container--brand-gradient p,div.nn-brand--ryzodeg .nn-brand__container--brand-gradient .invalid-feedback{color:#fff}
div.nn-brand--ryzodeg .nn-brand__container--brand-gradient .dataTables_wrapper .dataTables_paginate .paginate_button{color:#fff !important}
div.nn-brand--ryzodeg .nn-brand__container--brand-gradient .dataTables_wrapper .dataTables_paginate .paginate_button.current{color:#000 !important}
div.nn-brand--ryzodeg .nn-brand__container--brand-gradient .branded-data-table .dataTables_info{color:#fff}
div.nn-brand--ryzodeg .nn-brand__container--brand-gradient form button,div.nn-brand--ryzodeg .nn-brand__container--brand-gradient .form_button_submit{background-color:#fff;border-color:#fff;color:#0081c6}
div.nn-brand--ryzodeg .nn-brand__container--brand-gradient form button:hover,div.nn-brand--ryzodeg .nn-brand__container--brand-gradient .form_button_submit:hover{color:#0081c6}
div.nn-brand--ryzodeg .nn-brand__container--brand-gradient .nn-brand__accordion{border-color:#fff;color:#fff}
div.nn-brand--ryzodeg .nn-brand__container--brand-gradient .nn-brand__accordion__expanded,div.nn-brand--ryzodeg .nn-brand__container--brand-gradient .nn-brand__accordion__collapsed,div.nn-brand--ryzodeg .nn-brand__container--brand-gradient .nn-brand__accordion .fa{color:#fff}
div.nn-brand--ryzodeg .nn-brand__branded-box--brand-gradient{background:#0081c6;color:#fff}
div.nn-brand--ryzodeg .nn-brand__branded-box--brand-gradient h1,div.nn-brand--ryzodeg .nn-brand__branded-box--brand-gradient h2,div.nn-brand--ryzodeg .nn-brand__branded-box--brand-gradient h3,div.nn-brand--ryzodeg .nn-brand__branded-box--brand-gradient h4,div.nn-brand--ryzodeg .nn-brand__branded-box--brand-gradient h5,div.nn-brand--ryzodeg .nn-brand__branded-box--brand-gradient h6,div.nn-brand--ryzodeg .nn-brand__branded-box--brand-gradient ul,div.nn-brand--ryzodeg .nn-brand__branded-box--brand-gradient ol,div.nn-brand--ryzodeg .nn-brand__branded-box--brand-gradient a,div.nn-brand--ryzodeg .nn-brand__branded-box--brand-gradient p,div.nn-brand--ryzodeg .nn-brand__branded-box--brand-gradient .invalid-feedback{color:#fff}
div.nn-brand--ryzodeg .nn-brand__branded-box--brand-gradient form button,div.nn-brand--ryzodeg .nn-brand__branded-box--brand-gradient .form_button_submit{background-color:#fff;border-color:#fff;color:#0081c6}
div.nn-brand--ryzodeg .nn-brand__branded-box--brand-gradient form button:hover,div.nn-brand--ryzodeg .nn-brand__branded-box--brand-gradient .form_button_submit:hover{color:#0081c6}
div.nn-brand--ryzodeg .nn-brand__branded-box--brand-gradient ul>li::before{color:#fff}
div.nn-brand--ryzodeg .nn-brand__branded-box--brand-primary{background-color:#0081c6;color:#fff}
div.nn-brand--ryzodeg .nn-brand__branded-box--brand-primary h1,div.nn-brand--ryzodeg .nn-brand__branded-box--brand-primary h2,div.nn-brand--ryzodeg .nn-brand__branded-box--brand-primary h3,div.nn-brand--ryzodeg .nn-brand__branded-box--brand-primary h4,div.nn-brand--ryzodeg .nn-brand__branded-box--brand-primary h5,div.nn-brand--ryzodeg .nn-brand__branded-box--brand-primary h6,div.nn-brand--ryzodeg .nn-brand__branded-box--brand-primary ul,div.nn-brand--ryzodeg .nn-brand__branded-box--brand-primary ol,div.nn-brand--ryzodeg .nn-brand__branded-box--brand-primary a,div.nn-brand--ryzodeg .nn-brand__branded-box--brand-primary p,div.nn-brand--ryzodeg .nn-brand__branded-box--brand-primary .invalid-feedback{color:#fff}
div.nn-brand--ryzodeg .nn-brand__branded-box--brand-primary form button,div.nn-brand--ryzodeg .nn-brand__branded-box--brand-primary .form_button_submit{background-color:#fff;border-color:#fff;color:#0081c6}
div.nn-brand--ryzodeg .nn-brand__branded-box--brand-primary form button:hover,div.nn-brand--ryzodeg .nn-brand__branded-box--brand-primary .form_button_submit:hover{color:#0081c6}
div.nn-brand--ryzodeg .nn-brand__branded-box--brand-primary ul>li::before{color:#fff}
div.nn-brand--ryzodeg .nn-brand__branded-box--brand-secondary{background-color:#c1d82f;color:#fff}
div.nn-brand--ryzodeg .nn-brand__branded-box--brand-secondary h1,div.nn-brand--ryzodeg .nn-brand__branded-box--brand-secondary h2,div.nn-brand--ryzodeg .nn-brand__branded-box--brand-secondary h3,div.nn-brand--ryzodeg .nn-brand__branded-box--brand-secondary h4,div.nn-brand--ryzodeg .nn-brand__branded-box--brand-secondary h5,div.nn-brand--ryzodeg .nn-brand__branded-box--brand-secondary h6,div.nn-brand--ryzodeg .nn-brand__branded-box--brand-secondary ul,div.nn-brand--ryzodeg .nn-brand__branded-box--brand-secondary ol,div.nn-brand--ryzodeg .nn-brand__branded-box--brand-secondary a,div.nn-brand--ryzodeg .nn-brand__branded-box--brand-secondary p{color:#fff}
div.nn-brand--ryzodeg .nn-brand__branded-box--brand-secondary .invalid-feedback{color:#0081c6}
div.nn-brand--ryzodeg .nn-brand__branded-box--brand-secondary form button,div.nn-brand--ryzodeg .nn-brand__branded-box--brand-secondary .form_button_submit{background-color:#0081c6;border-color:#0081c6;color:#fff}
div.nn-brand--ryzodeg .nn-brand__branded-box--brand-secondary form h1,div.nn-brand--ryzodeg .nn-brand__branded-box--brand-secondary form h2,div.nn-brand--ryzodeg .nn-brand__branded-box--brand-secondary form h3,div.nn-brand--ryzodeg .nn-brand__branded-box--brand-secondary form h4,div.nn-brand--ryzodeg .nn-brand__branded-box--brand-secondary form h5,div.nn-brand--ryzodeg .nn-brand__branded-box--brand-secondary form h6,div.nn-brand--ryzodeg .nn-brand__branded-box--brand-secondary form ul,div.nn-brand--ryzodeg .nn-brand__branded-box--brand-secondary form ol,div.nn-brand--ryzodeg .nn-brand__branded-box--brand-secondary form a,div.nn-brand--ryzodeg .nn-brand__branded-box--brand-secondary form p,div.nn-brand--ryzodeg .nn-brand__branded-box--brand-secondary form label{color:#333}
div.nn-brand--ryzodeg .nn-brand__branded-box--brand-secondary ul>li::before{color:#fff}
div.nn-brand--ryzodeg .nn-brand__branded-box--white{background:#fff}
div.nn-brand--ryzodeg .nn-brand__branded-box--white h1,div.nn-brand--ryzodeg .nn-brand__branded-box--white h2,div.nn-brand--ryzodeg .nn-brand__branded-box--white h3,div.nn-brand--ryzodeg .nn-brand__branded-box--white h4,div.nn-brand--ryzodeg .nn-brand__branded-box--white h5,div.nn-brand--ryzodeg .nn-brand__branded-box--white h6,div.nn-brand--ryzodeg .nn-brand__branded-box--white ul,div.nn-brand--ryzodeg .nn-brand__branded-box--white ol,div.nn-brand--ryzodeg .nn-brand__branded-box--white a,div.nn-brand--ryzodeg .nn-brand__branded-box--white p,div.nn-brand--ryzodeg .nn-brand__branded-box--white .invalid-feedback{color:#0081c6}
div.nn-brand--ryzodeg .nn-brand__branded-box--white form button,div.nn-brand--ryzodeg .nn-brand__branded-box--white .form_button_submit{background-color:#0081c6;border-color:#0081c6;color:#fff}
div.nn-brand--ryzodeg .nn-brand__branded-box--gray{background-color:#e2e5e8;color:#333}
div.nn-brand--ryzodeg .nn-brand__branded-box--gray h1,div.nn-brand--ryzodeg .nn-brand__branded-box--gray h2,div.nn-brand--ryzodeg .nn-brand__branded-box--gray a,div.nn-brand--ryzodeg .nn-brand__branded-box--gray .invalid-feedback{color:#0081c6}
div.nn-brand--ryzodeg .nn-brand__branded-box--gray form button,div.nn-brand--ryzodeg .nn-brand__branded-box--gray .form_button_submit{background-color:#0081c6;border-color:#0081c6;color:#fff}
div.nn-brand--ryzodeg .nn-brand__branded-box--transparent{background:rgba(255,255,255,0.9)}
div.nn-brand--ryzodeg .nn-brand__branded-box--transparent h1,div.nn-brand--ryzodeg .nn-brand__branded-box--transparent h2,div.nn-brand--ryzodeg .nn-brand__branded-box--transparent h3,div.nn-brand--ryzodeg .nn-brand__branded-box--transparent h4,div.nn-brand--ryzodeg .nn-brand__branded-box--transparent h5,div.nn-brand--ryzodeg .nn-brand__branded-box--transparent h6,div.nn-brand--ryzodeg .nn-brand__branded-box--transparent ul,div.nn-brand--ryzodeg .nn-brand__branded-box--transparent ol,div.nn-brand--ryzodeg .nn-brand__branded-box--transparent a,div.nn-brand--ryzodeg .nn-brand__branded-box--transparent p,div.nn-brand--ryzodeg .nn-brand__branded-box--transparent .invalid-feedback{color:#0081c6}
div.nn-brand--ryzodeg .nn-brand__branded-box.border--none{border:0}
div.nn-brand--ryzodeg .nn-brand__branded-box.border--brand-primary{border:2px solid #0081c6}
div.nn-brand--ryzodeg .nn-brand__branded-box.border--brand-secondary{border:2px solid #c1d82f}
div.nn-brand--ryzodeg .nn-brand__branded-box.border--white{border:2px solid #fff}
div.nn-brand--ryzodeg .nn-brand__branded-box.border--gray{border:2px solid #e2e5e8}
div.nn-brand--ryzodeg .nn-brand--background{background:#0081c6;color:#fff}
div.nn-brand--ryzodeg .nn-brand--background h1,div.nn-brand--ryzodeg .nn-brand--background h2,div.nn-brand--ryzodeg .nn-brand--background h3,div.nn-brand--ryzodeg .nn-brand--background h4,div.nn-brand--ryzodeg .nn-brand--background h5,div.nn-brand--ryzodeg .nn-brand--background h6,div.nn-brand--ryzodeg .nn-brand--background ul,div.nn-brand--ryzodeg .nn-brand--background ol,div.nn-brand--ryzodeg .nn-brand--background a,div.nn-brand--ryzodeg .nn-brand--background p,div.nn-brand--ryzodeg .nn-brand--background .invalid-feedback{color:#fff}
div.nn-brand--ryzodeg .nn-brand__sms-reminder #reminder-container,div.nn-brand--ryzodeg .nn-brand__sms-reminder-unsubscribe #reminder-container,div.nn-brand--ryzodeg .nn-brand__sms-reminder #reminder-unsubscribe-container,div.nn-brand--ryzodeg .nn-brand__sms-reminder-unsubscribe #reminder-unsubscribe-container{border-color:#0081c6}
div.nn-brand--ryzodeg a.nn-brand__button--primary{background-color:#0081c6;border-color:#0081c6;color:#fff}
div.nn-brand--ryzodeg a.nn-brand__button--primary:hover{color:#fff}
div.nn-brand--ryzodeg a.nn-brand__button--white{background-color:#fff;border-color:#fff;color:#0081c6}
div.nn-brand--ryzodeg a.nn-brand__button--white:hover{color:#0081c6}
div.nn-brand--ryzodeg a.nn-brand__button--secondary{background-color:#c1d82f;border-color:#c1d82f;color:#0081c6}
div.nn-brand--ryzodeg a.nn-brand__button--secondary:hover{color:#0081c6}
div.nn-brand--ryzodeg a.nn-brand__button--gradient{border-color:transparent;background:#0081c6;color:#fff !important}
div.nn-brand--ryzodeg a.nn-brand__button--gradient:hover{color:#fff !important}
div.nn-brand--ryzodeg form input[type=email],div.nn-brand--ryzodeg .passwordreset input[type=email],div.nn-brand--ryzodeg form input[type=tel],div.nn-brand--ryzodeg .passwordreset input[type=tel],div.nn-brand--ryzodeg form select:not([multiple]),div.nn-brand--ryzodeg .passwordreset select:not([multiple]){width:100%;height:40px;padding:0 10px;background-color:#fbfbfb;color:#333;border-radius:2px;font-size:16px}
div.nn-brand--ryzodeg form .form-row>div,div.nn-brand--ryzodeg .passwordreset .form-row>div{padding:0 10px 0 0}
div.nn-brand--ryzodeg form .form-row .invalid-feedback,div.nn-brand--ryzodeg .passwordreset .form-row .invalid-feedback{font-size:.9rem}
div.nn-brand--ryzodeg form input,div.nn-brand--ryzodeg .passwordreset input{color:#333}
div.nn-brand--ryzodeg form input:focus,div.nn-brand--ryzodeg .passwordreset input:focus{border:1px solid #0081c6}
div.nn-brand--ryzodeg form option,div.nn-brand--ryzodeg .passwordreset option{color:#333}
div.nn-brand--ryzodeg form .form-control:focus,div.nn-brand--ryzodeg .passwordreset .form-control:focus{-webkit-box-shadow:unset;-moz-box-shadow:unset;box-shadow:unset;transition:unset}
div.nn-brand--ryzodeg form button,div.nn-brand--ryzodeg .form_button_submit{border-radius:12px;padding:15px 45px;font-size:1.1rem;white-space:nowrap;margin-top:15px;border-width:1px;border-style:solid;box-shadow:0 0 5px 0 rgba(0,0,0,0);background-color:#0081c6;border-color:#0081c6;color:#fff;background-image:none}
div.nn-brand--ryzodeg form button:hover,div.nn-brand--ryzodeg .form_button_submit:hover{text-decoration:none;transform:scale(1.05);box-shadow:0 5px 5px 0 rgba(0,0,0,0.1);color:#fff}
div.nn-brand--saxenda h1,div.nn-brand--saxenda h2{color:#482d8c}
div.nn-brand--saxenda h3,div.nn-brand--saxenda h4,div.nn-brand--saxenda h5,div.nn-brand--saxenda h6{color:#333}
div.nn-brand--saxenda .branded-text-primary{color:#482d8c}
div.nn-brand--saxenda .branded-text-secondary{color:#ab1c39}
div.nn-brand--saxenda .nn-brand__accordion__expanded,div.nn-brand--saxenda .nn-brand__accordion__collapsed,div.nn-brand--saxenda .nn-brand__accordion .fa{color:#482d8c}
div.nn-brand--saxenda .nn-brand__container--white{background-color:#fff}
div.nn-brand--saxenda .nn-brand__container--white h1,div.nn-brand--saxenda .nn-brand__container--white h2,div.nn-brand--saxenda .nn-brand__container--white a,div.nn-brand--saxenda .nn-brand__container--white .invalid-feedback{color:#482d8c}
div.nn-brand--saxenda .nn-brand__container--white .dataTables_wrapper .dataTables_paginate .paginate_button{color:#482d8c !important}
div.nn-brand--saxenda .nn-brand__container--white .dataTables_wrapper .dataTables_paginate .paginate_button.current{color:#000 !important}
div.nn-brand--saxenda .nn-brand__container--white .branded-data-table .dataTables_info{color:#482d8c}
div.nn-brand--saxenda .nn-brand__container--white form button,div.nn-brand--saxenda .nn-brand__container--white .form_button_submit{background-color:#482d8c;border-color:#482d8c;color:#fff}
div.nn-brand--saxenda .nn-brand__container--gray{background-color:#e2e5e8;color:#333}
div.nn-brand--saxenda .nn-brand__container--gray h1,div.nn-brand--saxenda .nn-brand__container--gray h2,div.nn-brand--saxenda .nn-brand__container--gray a,div.nn-brand--saxenda .nn-brand__container--gray .invalid-feedback{color:#482d8c}
div.nn-brand--saxenda .nn-brand__container--gray .dataTables_wrapper .dataTables_paginate .paginate_button{color:#482d8c !important}
div.nn-brand--saxenda .nn-brand__container--gray .dataTables_wrapper .dataTables_paginate .paginate_button.current{color:#000 !important}
div.nn-brand--saxenda .nn-brand__container--gray .branded-data-table .dataTables_info{color:#333}
div.nn-brand--saxenda .nn-brand__container--gray form button,div.nn-brand--saxenda .nn-brand__container--gray .form_button_submit{background-color:#482d8c;border-color:#482d8c;color:#fff}
div.nn-brand--saxenda .nn-brand__container--brand-primary{background-color:#482d8c;color:#fff}
div.nn-brand--saxenda .nn-brand__container--brand-primary h1,div.nn-brand--saxenda .nn-brand__container--brand-primary h2,div.nn-brand--saxenda .nn-brand__container--brand-primary h3,div.nn-brand--saxenda .nn-brand__container--brand-primary h4,div.nn-brand--saxenda .nn-brand__container--brand-primary h5,div.nn-brand--saxenda .nn-brand__container--brand-primary h6,div.nn-brand--saxenda .nn-brand__container--brand-primary ul,div.nn-brand--saxenda .nn-brand__container--brand-primary ol,div.nn-brand--saxenda .nn-brand__container--brand-primary a,div.nn-brand--saxenda .nn-brand__container--brand-primary p{color:#fff}
div.nn-brand--saxenda .nn-brand__container--brand-primary .dataTables_wrapper .dataTables_paginate .paginate_button{color:#fff !important}
div.nn-brand--saxenda .nn-brand__container--brand-primary .dataTables_wrapper .dataTables_paginate .paginate_button.current{color:#000 !important}
div.nn-brand--saxenda .nn-brand__container--brand-primary .branded-data-table .dataTables_info{color:#fff}
div.nn-brand--saxenda .nn-brand__container--brand-primary form button,div.nn-brand--saxenda .nn-brand__container--brand-primary .form_button_submit{background-color:#fff;border-color:#fff;color:#482d8c}
div.nn-brand--saxenda .nn-brand__container--brand-primary form button:hover,div.nn-brand--saxenda .nn-brand__container--brand-primary .form_button_submit:hover{color:#482d8c}
div.nn-brand--saxenda .nn-brand__container--brand-primary .nn-brand__accordion{border-color:#fff;color:#fff}
div.nn-brand--saxenda .nn-brand__container--brand-primary .nn-brand__accordion__expanded,div.nn-brand--saxenda .nn-brand__container--brand-primary .nn-brand__accordion__collapsed,div.nn-brand--saxenda .nn-brand__container--brand-primary .nn-brand__accordion .fa{color:#fff}
div.nn-brand--saxenda .nn-brand__container--brand-secondary{background-color:#ab1c39;color:#fff}
div.nn-brand--saxenda .nn-brand__container--brand-secondary h1,div.nn-brand--saxenda .nn-brand__container--brand-secondary h2,div.nn-brand--saxenda .nn-brand__container--brand-secondary h3,div.nn-brand--saxenda .nn-brand__container--brand-secondary h4,div.nn-brand--saxenda .nn-brand__container--brand-secondary h5,div.nn-brand--saxenda .nn-brand__container--brand-secondary h6,div.nn-brand--saxenda .nn-brand__container--brand-secondary ul,div.nn-brand--saxenda .nn-brand__container--brand-secondary ol,div.nn-brand--saxenda .nn-brand__container--brand-secondary a,div.nn-brand--saxenda .nn-brand__container--brand-secondary p,div.nn-brand--saxenda .nn-brand__container--brand-secondary .invalid-feedback{color:#fff}
div.nn-brand--saxenda .nn-brand__container--brand-secondary .dataTables_wrapper .dataTables_paginate .paginate_button{color:#fff !important}
div.nn-brand--saxenda .nn-brand__container--brand-secondary .dataTables_wrapper .dataTables_paginate .paginate_button.current{color:#000 !important}
div.nn-brand--saxenda .nn-brand__container--brand-secondary .branded-data-table .dataTables_info{color:#fff}
div.nn-brand--saxenda .nn-brand__container--brand-secondary form button,div.nn-brand--saxenda .nn-brand__container--brand-secondary .form_button_submit{background-color:#482d8c;border-color:#482d8c;color:#fff}
div.nn-brand--saxenda .nn-brand__container--brand-secondary .nn-brand__accordion{border-color:#fff;color:#fff}
div.nn-brand--saxenda .nn-brand__container--brand-secondary .nn-brand__accordion__expanded,div.nn-brand--saxenda .nn-brand__container--brand-secondary .nn-brand__accordion__collapsed,div.nn-brand--saxenda .nn-brand__container--brand-secondary .nn-brand__accordion .fa{color:#fff}
div.nn-brand--saxenda .nn-brand__container--brand-gradient{background:linear-gradient(-43deg,#482d8c 0,#ab1c39 100%);color:#fff}
div.nn-brand--saxenda .nn-brand__container--brand-gradient h1,div.nn-brand--saxenda .nn-brand__container--brand-gradient h2,div.nn-brand--saxenda .nn-brand__container--brand-gradient h3,div.nn-brand--saxenda .nn-brand__container--brand-gradient h4,div.nn-brand--saxenda .nn-brand__container--brand-gradient h5,div.nn-brand--saxenda .nn-brand__container--brand-gradient h6,div.nn-brand--saxenda .nn-brand__container--brand-gradient ul,div.nn-brand--saxenda .nn-brand__container--brand-gradient ol,div.nn-brand--saxenda .nn-brand__container--brand-gradient a,div.nn-brand--saxenda .nn-brand__container--brand-gradient p,div.nn-brand--saxenda .nn-brand__container--brand-gradient .invalid-feedback{color:#fff}
div.nn-brand--saxenda .nn-brand__container--brand-gradient .dataTables_wrapper .dataTables_paginate .paginate_button{color:#fff !important}
div.nn-brand--saxenda .nn-brand__container--brand-gradient .dataTables_wrapper .dataTables_paginate .paginate_button.current{color:#000 !important}
div.nn-brand--saxenda .nn-brand__container--brand-gradient .branded-data-table .dataTables_info{color:#fff}
div.nn-brand--saxenda .nn-brand__container--brand-gradient form button,div.nn-brand--saxenda .nn-brand__container--brand-gradient .form_button_submit{background-color:#fff;border-color:#fff;color:#482d8c}
div.nn-brand--saxenda .nn-brand__container--brand-gradient form button:hover,div.nn-brand--saxenda .nn-brand__container--brand-gradient .form_button_submit:hover{color:#482d8c}
div.nn-brand--saxenda .nn-brand__container--brand-gradient .nn-brand__accordion{border-color:#fff;color:#fff}
div.nn-brand--saxenda .nn-brand__container--brand-gradient .nn-brand__accordion__expanded,div.nn-brand--saxenda .nn-brand__container--brand-gradient .nn-brand__accordion__collapsed,div.nn-brand--saxenda .nn-brand__container--brand-gradient .nn-brand__accordion .fa{color:#fff}
div.nn-brand--saxenda .nn-brand__branded-box--brand-gradient{background:linear-gradient(-43deg,#482d8c 0,#ab1c39 100%);color:#fff}
div.nn-brand--saxenda .nn-brand__branded-box--brand-gradient h1,div.nn-brand--saxenda .nn-brand__branded-box--brand-gradient h2,div.nn-brand--saxenda .nn-brand__branded-box--brand-gradient h3,div.nn-brand--saxenda .nn-brand__branded-box--brand-gradient h4,div.nn-brand--saxenda .nn-brand__branded-box--brand-gradient h5,div.nn-brand--saxenda .nn-brand__branded-box--brand-gradient h6,div.nn-brand--saxenda .nn-brand__branded-box--brand-gradient ul,div.nn-brand--saxenda .nn-brand__branded-box--brand-gradient ol,div.nn-brand--saxenda .nn-brand__branded-box--brand-gradient a,div.nn-brand--saxenda .nn-brand__branded-box--brand-gradient p,div.nn-brand--saxenda .nn-brand__branded-box--brand-gradient .invalid-feedback{color:#fff}
div.nn-brand--saxenda .nn-brand__branded-box--brand-gradient form button,div.nn-brand--saxenda .nn-brand__branded-box--brand-gradient .form_button_submit{background-color:#fff;border-color:#fff;color:#482d8c}
div.nn-brand--saxenda .nn-brand__branded-box--brand-gradient form button:hover,div.nn-brand--saxenda .nn-brand__branded-box--brand-gradient .form_button_submit:hover{color:#482d8c}
div.nn-brand--saxenda .nn-brand__branded-box--brand-gradient ul>li::before{color:#fff}
div.nn-brand--saxenda .nn-brand__branded-box--brand-primary{background-color:#482d8c;color:#fff}
div.nn-brand--saxenda .nn-brand__branded-box--brand-primary h1,div.nn-brand--saxenda .nn-brand__branded-box--brand-primary h2,div.nn-brand--saxenda .nn-brand__branded-box--brand-primary h3,div.nn-brand--saxenda .nn-brand__branded-box--brand-primary h4,div.nn-brand--saxenda .nn-brand__branded-box--brand-primary h5,div.nn-brand--saxenda .nn-brand__branded-box--brand-primary h6,div.nn-brand--saxenda .nn-brand__branded-box--brand-primary ul,div.nn-brand--saxenda .nn-brand__branded-box--brand-primary ol,div.nn-brand--saxenda .nn-brand__branded-box--brand-primary a,div.nn-brand--saxenda .nn-brand__branded-box--brand-primary p,div.nn-brand--saxenda .nn-brand__branded-box--brand-primary .invalid-feedback{color:#fff}
div.nn-brand--saxenda .nn-brand__branded-box--brand-primary form button,div.nn-brand--saxenda .nn-brand__branded-box--brand-primary .form_button_submit{background-color:#fff;border-color:#fff;color:#482d8c}
div.nn-brand--saxenda .nn-brand__branded-box--brand-primary form button:hover,div.nn-brand--saxenda .nn-brand__branded-box--brand-primary .form_button_submit:hover{color:#482d8c}
div.nn-brand--saxenda .nn-brand__branded-box--brand-primary ul>li::before{color:#fff}
div.nn-brand--saxenda .nn-brand__branded-box--brand-secondary{background-color:#ab1c39;color:#fff}
div.nn-brand--saxenda .nn-brand__branded-box--brand-secondary h1,div.nn-brand--saxenda .nn-brand__branded-box--brand-secondary h2,div.nn-brand--saxenda .nn-brand__branded-box--brand-secondary h3,div.nn-brand--saxenda .nn-brand__branded-box--brand-secondary h4,div.nn-brand--saxenda .nn-brand__branded-box--brand-secondary h5,div.nn-brand--saxenda .nn-brand__branded-box--brand-secondary h6,div.nn-brand--saxenda .nn-brand__branded-box--brand-secondary ul,div.nn-brand--saxenda .nn-brand__branded-box--brand-secondary ol,div.nn-brand--saxenda .nn-brand__branded-box--brand-secondary a,div.nn-brand--saxenda .nn-brand__branded-box--brand-secondary p,div.nn-brand--saxenda .nn-brand__branded-box--brand-secondary .invalid-feedback{color:#fff}
div.nn-brand--saxenda .nn-brand__branded-box--brand-secondary form button,div.nn-brand--saxenda .nn-brand__branded-box--brand-secondary .form_button_submit{background-color:#482d8c;border-color:#482d8c;color:#fff}
div.nn-brand--saxenda .nn-brand__branded-box--brand-secondary ul>li::before{color:#fff}
div.nn-brand--saxenda .nn-brand__branded-box--white{background:#fff}
div.nn-brand--saxenda .nn-brand__branded-box--white h1,div.nn-brand--saxenda .nn-brand__branded-box--white h2,div.nn-brand--saxenda .nn-brand__branded-box--white h3,div.nn-brand--saxenda .nn-brand__branded-box--white h4,div.nn-brand--saxenda .nn-brand__branded-box--white h5,div.nn-brand--saxenda .nn-brand__branded-box--white h6,div.nn-brand--saxenda .nn-brand__branded-box--white ul,div.nn-brand--saxenda .nn-brand__branded-box--white ol,div.nn-brand--saxenda .nn-brand__branded-box--white a,div.nn-brand--saxenda .nn-brand__branded-box--white p,div.nn-brand--saxenda .nn-brand__branded-box--white .invalid-feedback{color:#482d8c}
div.nn-brand--saxenda .nn-brand__branded-box--white form button,div.nn-brand--saxenda .nn-brand__branded-box--white .form_button_submit{background-color:#482d8c;border-color:#482d8c;color:#fff}
div.nn-brand--saxenda .nn-brand__branded-box--gray{background-color:#e2e5e8;color:#333}
div.nn-brand--saxenda .nn-brand__branded-box--gray h1,div.nn-brand--saxenda .nn-brand__branded-box--gray h2,div.nn-brand--saxenda .nn-brand__branded-box--gray a{color:#482d8c}
div.nn-brand--saxenda .nn-brand__branded-box--gray form button,div.nn-brand--saxenda .nn-brand__branded-box--gray .form_button_submit{background-color:#482d8c;border-color:#482d8c;color:#fff}
div.nn-brand--saxenda .nn-brand__branded-box--transparent{background:rgba(255,255,255,0.9)}
div.nn-brand--saxenda .nn-brand__branded-box--transparent h1,div.nn-brand--saxenda .nn-brand__branded-box--transparent h2,div.nn-brand--saxenda .nn-brand__branded-box--transparent h3,div.nn-brand--saxenda .nn-brand__branded-box--transparent h4,div.nn-brand--saxenda .nn-brand__branded-box--transparent h5,div.nn-brand--saxenda .nn-brand__branded-box--transparent h6,div.nn-brand--saxenda .nn-brand__branded-box--transparent ul,div.nn-brand--saxenda .nn-brand__branded-box--transparent ol,div.nn-brand--saxenda .nn-brand__branded-box--transparent a,div.nn-brand--saxenda .nn-brand__branded-box--transparent p,div.nn-brand--saxenda .nn-brand__branded-box--transparent .invalid-feedback{color:#482d8c}
div.nn-brand--saxenda .nn-brand__branded-box.border--none{border:0}
div.nn-brand--saxenda .nn-brand__branded-box.border--brand-primary{border:2px solid #482d8c}
div.nn-brand--saxenda .nn-brand__branded-box.border--brand-secondary{border:2px solid #ab1c39}
div.nn-brand--saxenda .nn-brand__branded-box.border--white{border:2px solid #fff}
div.nn-brand--saxenda .nn-brand__branded-box.border--gray{border:2px solid #e2e5e8}
div.nn-brand--saxenda .nn-brand--background{background:#482d8c;background:linear-gradient(-43deg,#482d8c 0,#ab1c39 100%);color:#fff}
div.nn-brand--saxenda .nn-brand--background h1,div.nn-brand--saxenda .nn-brand--background h2,div.nn-brand--saxenda .nn-brand--background h3,div.nn-brand--saxenda .nn-brand--background h4,div.nn-brand--saxenda .nn-brand--background h5,div.nn-brand--saxenda .nn-brand--background h6,div.nn-brand--saxenda .nn-brand--background ul,div.nn-brand--saxenda .nn-brand--background ol,div.nn-brand--saxenda .nn-brand--background a,div.nn-brand--saxenda .nn-brand--background p,div.nn-brand--saxenda .nn-brand--background .invalid-feedback{color:#fff}
div.nn-brand--saxenda .nn-brand__sms-reminder #reminder-container,div.nn-brand--saxenda .nn-brand__sms-reminder-unsubscribe #reminder-container,div.nn-brand--saxenda .nn-brand__sms-reminder #reminder-unsubscribe-container,div.nn-brand--saxenda .nn-brand__sms-reminder-unsubscribe #reminder-unsubscribe-container{border-color:#482d8c}
div.nn-brand--saxenda a.nn-brand__button--primary{background-color:#482d8c;border-color:#482d8c;color:#fff}
div.nn-brand--saxenda a.nn-brand__button--primary:hover{color:#fff}
div.nn-brand--saxenda a.nn-brand__button--white{background-color:#fff;border-color:#fff;color:#482d8c}
div.nn-brand--saxenda a.nn-brand__button--white:hover{color:#482d8c}
div.nn-brand--saxenda a.nn-brand__button--secondary{background-color:#ab1c39;border-color:#ab1c39;color:#fff}
div.nn-brand--saxenda a.nn-brand__button--secondary:hover{color:#fff}
div.nn-brand--saxenda a.nn-brand__button--gradient{border-color:transparent;background:linear-gradient(-43deg,#482d8c 0,#ab1c39 100%);color:#fff !important}
div.nn-brand--saxenda a.nn-brand__button--gradient:hover{color:#fff}
div.nn-brand--saxenda form input[type=email],div.nn-brand--saxenda .passwordreset input[type=email],div.nn-brand--saxenda form input[type=tel],div.nn-brand--saxenda .passwordreset input[type=tel],div.nn-brand--saxenda form select:not([multiple]),div.nn-brand--saxenda .passwordreset select:not([multiple]){width:100%;height:40px;padding:0 10px;background-color:#fbfbfb;color:#333;border-radius:2px;font-size:16px}
div.nn-brand--saxenda form .form-row>div,div.nn-brand--saxenda .passwordreset .form-row>div{padding:0 10px 0 0}
div.nn-brand--saxenda form .form-row .invalid-feedback,div.nn-brand--saxenda .passwordreset .form-row .invalid-feedback{font-size:.9rem}
div.nn-brand--saxenda form input,div.nn-brand--saxenda .passwordreset input{color:#333}
div.nn-brand--saxenda form input:focus,div.nn-brand--saxenda .passwordreset input:focus{border:1px solid #482d8c}
div.nn-brand--saxenda form option,div.nn-brand--saxenda .passwordreset option{color:#333}
div.nn-brand--saxenda form .form-control:focus,div.nn-brand--saxenda .passwordreset .form-control:focus{-webkit-box-shadow:unset;-moz-box-shadow:unset;box-shadow:unset;transition:unset}
div.nn-brand--saxenda form button,div.nn-brand--saxenda .form_button_submit{border-radius:12px;padding:15px 45px;font-size:1.1rem;white-space:nowrap;margin-top:15px;border-width:1px;border-style:solid;box-shadow:0 0 5px 0 rgba(0,0,0,0);background-color:#482d8c;border-color:#482d8c;color:#fff;background-image:none}
div.nn-brand--saxenda form button:hover,div.nn-brand--saxenda .form_button_submit:hover{text-decoration:none;transform:scale(1.05);box-shadow:0 5px 5px 0 rgba(0,0,0,0.1);color:#fff}
div.nn-brand--tresiba h1,div.nn-brand--tresiba h2{color:#c1d82f}
div.nn-brand--tresiba h3,div.nn-brand--tresiba h4,div.nn-brand--tresiba h5,div.nn-brand--tresiba h6{color:#333}
div.nn-brand--tresiba .branded-text-primary{color:#c1d82f}
div.nn-brand--tresiba .branded-text-secondary{color:#566c11}
div.nn-brand--tresiba .nn-brand__accordion__expanded,div.nn-brand--tresiba .nn-brand__accordion__collapsed,div.nn-brand--tresiba .nn-brand__accordion .fa{color:#c1d82f}
div.nn-brand--tresiba .nn-brand__container--white{background-color:#fff}
div.nn-brand--tresiba .nn-brand__container--white h1,div.nn-brand--tresiba .nn-brand__container--white h2,div.nn-brand--tresiba .nn-brand__container--white .invalid-feedback{color:#c1d82f}
div.nn-brand--tresiba .nn-brand__container--white a{color:#566c11}
div.nn-brand--tresiba .nn-brand__container--white .dataTables_wrapper .dataTables_paginate .paginate_button{color:#566c11 !important}
div.nn-brand--tresiba .nn-brand__container--white .dataTables_wrapper .dataTables_paginate .paginate_button.current{color:#000 !important}
div.nn-brand--tresiba .nn-brand__container--white .branded-data-table .dataTables_info{color:#c1d82f}
div.nn-brand--tresiba .nn-brand__container--white form button,div.nn-brand--tresiba .nn-brand__container--white .form_button_submit{background-color:#c1d82f;border-color:#c1d82f;color:#fff}
div.nn-brand--tresiba .nn-brand__container--gray{background-color:#e2e5e8;color:#333}
div.nn-brand--tresiba .nn-brand__container--gray h1,div.nn-brand--tresiba .nn-brand__container--gray h2,div.nn-brand--tresiba .nn-brand__container--gray .invalid-feedback{color:#c1d82f}
div.nn-brand--tresiba .nn-brand__container--gray a{color:#566c11}
div.nn-brand--tresiba .nn-brand__container--gray .dataTables_wrapper .dataTables_paginate .paginate_button{color:#566c11 !important}
div.nn-brand--tresiba .nn-brand__container--gray .dataTables_wrapper .dataTables_paginate .paginate_button.current{color:#000 !important}
div.nn-brand--tresiba .nn-brand__container--gray .branded-data-table .dataTables_info{color:#333}
div.nn-brand--tresiba .nn-brand__container--gray form button,div.nn-brand--tresiba .nn-brand__container--gray .form_button_submit{background-color:#c1d82f;border-color:#c1d82f;color:#fff}
div.nn-brand--tresiba .nn-brand__container--brand-primary{background-color:#c1d82f;color:#566c11}
div.nn-brand--tresiba .nn-brand__container--brand-primary h1,div.nn-brand--tresiba .nn-brand__container--brand-primary h2,div.nn-brand--tresiba .nn-brand__container--brand-primary h3,div.nn-brand--tresiba .nn-brand__container--brand-primary h4,div.nn-brand--tresiba .nn-brand__container--brand-primary h5,div.nn-brand--tresiba .nn-brand__container--brand-primary h6,div.nn-brand--tresiba .nn-brand__container--brand-primary ul,div.nn-brand--tresiba .nn-brand__container--brand-primary ol,div.nn-brand--tresiba .nn-brand__container--brand-primary a,div.nn-brand--tresiba .nn-brand__container--brand-primary p,div.nn-brand--tresiba .nn-brand__container--brand-primary .invalid-feedback{color:#566c11}
div.nn-brand--tresiba .nn-brand__container--brand-primary .dataTables_wrapper .dataTables_paginate .paginate_button{color:#566c11 !important}
div.nn-brand--tresiba .nn-brand__container--brand-primary .dataTables_wrapper .dataTables_paginate .paginate_button.current{color:#000 !important}
div.nn-brand--tresiba .nn-brand__container--brand-primary .branded-data-table .dataTables_info{color:#566c11}
div.nn-brand--tresiba .nn-brand__container--brand-primary form button,div.nn-brand--tresiba .nn-brand__container--brand-primary .form_button_submit{background-color:#fff;border-color:#fff;color:#566c11}
div.nn-brand--tresiba .nn-brand__container--brand-primary form button:hover,div.nn-brand--tresiba .nn-brand__container--brand-primary .form_button_submit:hover{color:#566c11}
div.nn-brand--tresiba .nn-brand__container--brand-primary .nn-brand__accordion{border-color:#566c11;color:#566c11}
div.nn-brand--tresiba .nn-brand__container--brand-primary .nn-brand__accordion__expanded,div.nn-brand--tresiba .nn-brand__container--brand-primary .nn-brand__accordion__collapsed,div.nn-brand--tresiba .nn-brand__container--brand-primary .nn-brand__accordion .fa{color:#566c11}
div.nn-brand--tresiba .nn-brand__container--brand-secondary{background-color:#566c11;color:#fff}
div.nn-brand--tresiba .nn-brand__container--brand-secondary h1,div.nn-brand--tresiba .nn-brand__container--brand-secondary h2,div.nn-brand--tresiba .nn-brand__container--brand-secondary h3,div.nn-brand--tresiba .nn-brand__container--brand-secondary h4,div.nn-brand--tresiba .nn-brand__container--brand-secondary h5,div.nn-brand--tresiba .nn-brand__container--brand-secondary h6,div.nn-brand--tresiba .nn-brand__container--brand-secondary ul,div.nn-brand--tresiba .nn-brand__container--brand-secondary ol,div.nn-brand--tresiba .nn-brand__container--brand-secondary a,div.nn-brand--tresiba .nn-brand__container--brand-secondary p,div.nn-brand--tresiba .nn-brand__container--brand-secondary .invalid-feedback{color:#fff}
div.nn-brand--tresiba .nn-brand__container--brand-secondary .dataTables_wrapper .dataTables_paginate .paginate_button{color:#fff !important}
div.nn-brand--tresiba .nn-brand__container--brand-secondary .dataTables_wrapper .dataTables_paginate .paginate_button.current{color:#000 !important}
div.nn-brand--tresiba .nn-brand__container--brand-secondary .branded-data-table .dataTables_info{color:#fff}
div.nn-brand--tresiba .nn-brand__container--brand-secondary form button,div.nn-brand--tresiba .nn-brand__container--brand-secondary .form_button_submit{background-color:#c1d82f;border-color:#c1d82f;color:#fff}
div.nn-brand--tresiba .nn-brand__container--brand-secondary .nn-brand__accordion{border-color:#c1d82f;color:#fff}
div.nn-brand--tresiba .nn-brand__container--brand-secondary .nn-brand__accordion__expanded,div.nn-brand--tresiba .nn-brand__container--brand-secondary .nn-brand__accordion__collapsed,div.nn-brand--tresiba .nn-brand__container--brand-secondary .nn-brand__accordion .fa{color:#fff}
div.nn-brand--tresiba .nn-brand__container--brand-gradient{background:#c1d82f;color:#566c11}
div.nn-brand--tresiba .nn-brand__container--brand-gradient h1,div.nn-brand--tresiba .nn-brand__container--brand-gradient h2,div.nn-brand--tresiba .nn-brand__container--brand-gradient h3,div.nn-brand--tresiba .nn-brand__container--brand-gradient h4,div.nn-brand--tresiba .nn-brand__container--brand-gradient h5,div.nn-brand--tresiba .nn-brand__container--brand-gradient h6,div.nn-brand--tresiba .nn-brand__container--brand-gradient ul,div.nn-brand--tresiba .nn-brand__container--brand-gradient ol,div.nn-brand--tresiba .nn-brand__container--brand-gradient a,div.nn-brand--tresiba .nn-brand__container--brand-gradient p,div.nn-brand--tresiba .nn-brand__container--brand-gradient .invalid-feedback{color:#566c11}
div.nn-brand--tresiba .nn-brand__container--brand-gradient .dataTables_wrapper .dataTables_paginate .paginate_button{color:#566c11 !important}
div.nn-brand--tresiba .nn-brand__container--brand-gradient .dataTables_wrapper .dataTables_paginate .paginate_button.current{color:#000 !important}
div.nn-brand--tresiba .nn-brand__container--brand-gradient .branded-data-table .dataTables_info{color:#566c11}
div.nn-brand--tresiba .nn-brand__container--brand-gradient form button,div.nn-brand--tresiba .nn-brand__container--brand-gradient .form_button_submit{background-color:#fff;border-color:#fff;color:#c1d82f}
div.nn-brand--tresiba .nn-brand__container--brand-gradient form button:hover,div.nn-brand--tresiba .nn-brand__container--brand-gradient .form_button_submit:hover{color:#c1d82f}
div.nn-brand--tresiba .nn-brand__container--brand-gradient .nn-brand__accordion{border-color:#566c11;color:#566c11}
div.nn-brand--tresiba .nn-brand__container--brand-gradient .nn-brand__accordion__expanded,div.nn-brand--tresiba .nn-brand__container--brand-gradient .nn-brand__accordion__collapsed,div.nn-brand--tresiba .nn-brand__container--brand-gradient .nn-brand__accordion .fa{color:#566c11}
div.nn-brand--tresiba .nn-brand__branded-box--brand-gradient{background:#c1d82f;color:#566c11}
div.nn-brand--tresiba .nn-brand__branded-box--brand-gradient h1,div.nn-brand--tresiba .nn-brand__branded-box--brand-gradient h2,div.nn-brand--tresiba .nn-brand__branded-box--brand-gradient h3,div.nn-brand--tresiba .nn-brand__branded-box--brand-gradient h4,div.nn-brand--tresiba .nn-brand__branded-box--brand-gradient h5,div.nn-brand--tresiba .nn-brand__branded-box--brand-gradient h6,div.nn-brand--tresiba .nn-brand__branded-box--brand-gradient ul,div.nn-brand--tresiba .nn-brand__branded-box--brand-gradient ol,div.nn-brand--tresiba .nn-brand__branded-box--brand-gradient a,div.nn-brand--tresiba .nn-brand__branded-box--brand-gradient p,div.nn-brand--tresiba .nn-brand__branded-box--brand-gradient .invalid-feedback{color:#566c11}
div.nn-brand--tresiba .nn-brand__branded-box--brand-gradient form button,div.nn-brand--tresiba .nn-brand__branded-box--brand-gradient .form_button_submit{background-color:#fff;border-color:#fff;color:#c1d82f}
div.nn-brand--tresiba .nn-brand__branded-box--brand-gradient form button:hover,div.nn-brand--tresiba .nn-brand__branded-box--brand-gradient .form_button_submit:hover{color:#c1d82f}
div.nn-brand--tresiba .nn-brand__branded-box--brand-gradient ul>li::before{color:#566c11}
div.nn-brand--tresiba .nn-brand__branded-box--brand-primary{background-color:#c1d82f;color:#566c11}
div.nn-brand--tresiba .nn-brand__branded-box--brand-primary h1,div.nn-brand--tresiba .nn-brand__branded-box--brand-primary h2,div.nn-brand--tresiba .nn-brand__branded-box--brand-primary h3,div.nn-brand--tresiba .nn-brand__branded-box--brand-primary h4,div.nn-brand--tresiba .nn-brand__branded-box--brand-primary h5,div.nn-brand--tresiba .nn-brand__branded-box--brand-primary h6,div.nn-brand--tresiba .nn-brand__branded-box--brand-primary ul,div.nn-brand--tresiba .nn-brand__branded-box--brand-primary ol,div.nn-brand--tresiba .nn-brand__branded-box--brand-primary a,div.nn-brand--tresiba .nn-brand__branded-box--brand-primary p,div.nn-brand--tresiba .nn-brand__branded-box--brand-primary .invalid-feedback{color:#566c11}
div.nn-brand--tresiba .nn-brand__branded-box--brand-primary form button,div.nn-brand--tresiba .nn-brand__branded-box--brand-primary .form_button_submit{background-color:#fff;border-color:#fff;color:#c1d82f}
div.nn-brand--tresiba .nn-brand__branded-box--brand-primary form button:hover,div.nn-brand--tresiba .nn-brand__branded-box--brand-primary .form_button_submit:hover{color:#c1d82f}
div.nn-brand--tresiba .nn-brand__branded-box--brand-primary ul>li::before{color:#566c11}
div.nn-brand--tresiba .nn-brand__branded-box--brand-secondary{background-color:#566c11;color:#fff}
div.nn-brand--tresiba .nn-brand__branded-box--brand-secondary h1,div.nn-brand--tresiba .nn-brand__branded-box--brand-secondary h2,div.nn-brand--tresiba .nn-brand__branded-box--brand-secondary h3,div.nn-brand--tresiba .nn-brand__branded-box--brand-secondary h4,div.nn-brand--tresiba .nn-brand__branded-box--brand-secondary h5,div.nn-brand--tresiba .nn-brand__branded-box--brand-secondary h6,div.nn-brand--tresiba .nn-brand__branded-box--brand-secondary ul,div.nn-brand--tresiba .nn-brand__branded-box--brand-secondary ol,div.nn-brand--tresiba .nn-brand__branded-box--brand-secondary a,div.nn-brand--tresiba .nn-brand__branded-box--brand-secondary p,div.nn-brand--tresiba .nn-brand__branded-box--brand-secondary .invalid-feedback{color:#fff}
div.nn-brand--tresiba .nn-brand__branded-box--brand-secondary form button,div.nn-brand--tresiba .nn-brand__branded-box--brand-secondary .form_button_submit{background-color:#c1d82f;border-color:#c1d82f;color:#fff}
div.nn-brand--tresiba .nn-brand__branded-box--brand-secondary ul>li::before{color:#fff}
div.nn-brand--tresiba .nn-brand__branded-box--white{background:#fff}
div.nn-brand--tresiba .nn-brand__branded-box--white h1,div.nn-brand--tresiba .nn-brand__branded-box--white h2,div.nn-brand--tresiba .nn-brand__branded-box--white h3,div.nn-brand--tresiba .nn-brand__branded-box--white h4,div.nn-brand--tresiba .nn-brand__branded-box--white h5,div.nn-brand--tresiba .nn-brand__branded-box--white h6,div.nn-brand--tresiba .nn-brand__branded-box--white ul,div.nn-brand--tresiba .nn-brand__branded-box--white ol,div.nn-brand--tresiba .nn-brand__branded-box--white a,div.nn-brand--tresiba .nn-brand__branded-box--white p,div.nn-brand--tresiba .nn-brand__branded-box--white .invalid-feedback{color:#566c11}
div.nn-brand--tresiba .nn-brand__branded-box--white form button,div.nn-brand--tresiba .nn-brand__branded-box--white .form_button_submit{background-color:#c1d82f;border-color:#c1d82f;color:#fff}
div.nn-brand--tresiba .nn-brand__branded-box--gray{background-color:#e2e5e8;color:#333}
div.nn-brand--tresiba .nn-brand__branded-box--gray h1,div.nn-brand--tresiba .nn-brand__branded-box--gray h2{color:#c1d82f}
div.nn-brand--tresiba .nn-brand__branded-box--gray a{color:#566c11}
div.nn-brand--tresiba .nn-brand__branded-box--gray form button,div.nn-brand--tresiba .nn-brand__branded-box--gray .form_button_submit{background-color:#c1d82f;border-color:#c1d82f;color:#fff}
div.nn-brand--tresiba .nn-brand__branded-box--transparent{background:rgba(255,255,255,0.9)}
div.nn-brand--tresiba .nn-brand__branded-box--transparent h1,div.nn-brand--tresiba .nn-brand__branded-box--transparent h2,div.nn-brand--tresiba .nn-brand__branded-box--transparent h3,div.nn-brand--tresiba .nn-brand__branded-box--transparent h4,div.nn-brand--tresiba .nn-brand__branded-box--transparent h5,div.nn-brand--tresiba .nn-brand__branded-box--transparent h6,div.nn-brand--tresiba .nn-brand__branded-box--transparent ul,div.nn-brand--tresiba .nn-brand__branded-box--transparent ol,div.nn-brand--tresiba .nn-brand__branded-box--transparent a,div.nn-brand--tresiba .nn-brand__branded-box--transparent p,div.nn-brand--tresiba .nn-brand__branded-box--transparent .invalid-feedback{color:#566c11}
div.nn-brand--tresiba .nn-brand__branded-box.border--none{border:0}
div.nn-brand--tresiba .nn-brand__branded-box.border--brand-primary{border:2px solid #c1d82f}
div.nn-brand--tresiba .nn-brand__branded-box.border--brand-secondary{border:2px solid #566c11}
div.nn-brand--tresiba .nn-brand__branded-box.border--white{border:2px solid #fff}
div.nn-brand--tresiba .nn-brand__branded-box.border--gray{border:2px solid #e2e5e8}
div.nn-brand--tresiba .nn-brand--background{background:#c1d82f;color:#566c11}
div.nn-brand--tresiba .nn-brand--background h1,div.nn-brand--tresiba .nn-brand--background h2,div.nn-brand--tresiba .nn-brand--background h3,div.nn-brand--tresiba .nn-brand--background h4,div.nn-brand--tresiba .nn-brand--background h5,div.nn-brand--tresiba .nn-brand--background h6,div.nn-brand--tresiba .nn-brand--background ul,div.nn-brand--tresiba .nn-brand--background ol,div.nn-brand--tresiba .nn-brand--background a,div.nn-brand--tresiba .nn-brand--background p,div.nn-brand--tresiba .nn-brand--background .invalid-feedback{color:#566c11}
div.nn-brand--tresiba .nn-brand__sms-reminder #reminder-container,div.nn-brand--tresiba .nn-brand__sms-reminder-unsubscribe #reminder-container,div.nn-brand--tresiba .nn-brand__sms-reminder #reminder-unsubscribe-container,div.nn-brand--tresiba .nn-brand__sms-reminder-unsubscribe #reminder-unsubscribe-container{border-color:#c1d82f}
div.nn-brand--tresiba a.nn-brand__button--primary{background-color:#c1d82f;border-color:#c1d82f;color:#566c11}
div.nn-brand--tresiba a.nn-brand__button--primary:hover{color:#566c11}
div.nn-brand--tresiba a.nn-brand__button--white{background-color:#fff;border-color:#fff;color:#566c11}
div.nn-brand--tresiba a.nn-brand__button--white:hover{color:#566c11}
div.nn-brand--tresiba a.nn-brand__button--secondary{background-color:#566c11;border-color:#566c11;color:#fff}
div.nn-brand--tresiba a.nn-brand__button--secondary:hover{color:#fff}
div.nn-brand--tresiba a.nn-brand__button--gradient{border-color:transparent;background:#c1d82f;color:#566c11 !important}
div.nn-brand--tresiba a.nn-brand__button--gradient:hover{color:#566c11 !important}
div.nn-brand--tresiba form input[type=email],div.nn-brand--tresiba .passwordreset input[type=email],div.nn-brand--tresiba form input[type=tel],div.nn-brand--tresiba .passwordreset input[type=tel],div.nn-brand--tresiba form select:not([multiple]),div.nn-brand--tresiba .passwordreset select:not([multiple]){width:100%;height:40px;padding:0 10px;background-color:#fbfbfb;color:#333;border-radius:2px;font-size:16px}
div.nn-brand--tresiba form .form-row>div,div.nn-brand--tresiba .passwordreset .form-row>div{padding:0 10px 0 0}
div.nn-brand--tresiba form .form-row .invalid-feedback,div.nn-brand--tresiba .passwordreset .form-row .invalid-feedback{font-size:.9rem}
div.nn-brand--tresiba form input,div.nn-brand--tresiba .passwordreset input{color:#333}
div.nn-brand--tresiba form input:focus,div.nn-brand--tresiba .passwordreset input:focus{border:1px solid #c1d82f}
div.nn-brand--tresiba form option,div.nn-brand--tresiba .passwordreset option{color:#333}
div.nn-brand--tresiba form .form-control:focus,div.nn-brand--tresiba .passwordreset .form-control:focus{-webkit-box-shadow:unset;-moz-box-shadow:unset;box-shadow:unset;transition:unset}
div.nn-brand--tresiba form button,div.nn-brand--tresiba .form_button_submit{border-radius:12px;padding:15px 45px;font-size:1.1rem;white-space:nowrap;margin-top:15px;border-width:1px;border-style:solid;box-shadow:0 0 5px 0 rgba(0,0,0,0);background-color:#c1d82f;border-color:#c1d82f;color:#fff;background-image:none}
div.nn-brand--tresiba form button:hover,div.nn-brand--tresiba .form_button_submit:hover{text-decoration:none;transform:scale(1.05);box-shadow:0 5px 5px 0 rgba(0,0,0,0.1);color:#fff}
div.nn-brand--victoza h1,div.nn-brand--victoza h2{color:#880038}
div.nn-brand--victoza h3,div.nn-brand--victoza h4,div.nn-brand--victoza h5,div.nn-brand--victoza h6{color:#333}
div.nn-brand--victoza .branded-text-primary{color:#880038}
div.nn-brand--victoza .branded-text-secondary{color:#f54e96}
div.nn-brand--victoza .nn-brand__accordion__expanded,div.nn-brand--victoza .nn-brand__accordion__collapsed,div.nn-brand--victoza .nn-brand__accordion .fa{color:#880038}
div.nn-brand--victoza .nn-brand__container--white{background-color:#fff}
div.nn-brand--victoza .nn-brand__container--white h1,div.nn-brand--victoza .nn-brand__container--white h2,div.nn-brand--victoza .nn-brand__container--white a,div.nn-brand--victoza .nn-brand__container--white .invalid-feedback{color:#880038}
div.nn-brand--victoza .nn-brand__container--white .dataTables_wrapper .dataTables_paginate .paginate_button{color:#880038 !important}
div.nn-brand--victoza .nn-brand__container--white .dataTables_wrapper .dataTables_paginate .paginate_button.current{color:#000 !important}
div.nn-brand--victoza .nn-brand__container--white .branded-data-table .dataTables_info{color:#880038}
div.nn-brand--victoza .nn-brand__container--white form button,div.nn-brand--victoza .nn-brand__container--white .form_button_submit{background-color:#880038;border-color:#880038;color:#fff}
div.nn-brand--victoza .nn-brand__container--gray{background-color:#e2e5e8;color:#333}
div.nn-brand--victoza .nn-brand__container--gray h1,div.nn-brand--victoza .nn-brand__container--gray h2,div.nn-brand--victoza .nn-brand__container--gray a,div.nn-brand--victoza .nn-brand__container--gray .invalid-feedback{color:#880038}
div.nn-brand--victoza .nn-brand__container--gray .dataTables_wrapper .dataTables_paginate .paginate_button{color:#880038 !important}
div.nn-brand--victoza .nn-brand__container--gray .dataTables_wrapper .dataTables_paginate .paginate_button.current{color:#000 !important}
div.nn-brand--victoza .nn-brand__container--gray .branded-data-table .dataTables_info{color:#333}
div.nn-brand--victoza .nn-brand__container--gray form button,div.nn-brand--victoza .nn-brand__container--gray .form_button_submit{background-color:#880038;border-color:#880038;color:#fff}
div.nn-brand--victoza .nn-brand__container--brand-primary{background-color:#880038;color:#fff}
div.nn-brand--victoza .nn-brand__container--brand-primary h1,div.nn-brand--victoza .nn-brand__container--brand-primary h2,div.nn-brand--victoza .nn-brand__container--brand-primary h3,div.nn-brand--victoza .nn-brand__container--brand-primary h4,div.nn-brand--victoza .nn-brand__container--brand-primary h5,div.nn-brand--victoza .nn-brand__container--brand-primary h6,div.nn-brand--victoza .nn-brand__container--brand-primary ul,div.nn-brand--victoza .nn-brand__container--brand-primary ol,div.nn-brand--victoza .nn-brand__container--brand-primary a,div.nn-brand--victoza .nn-brand__container--brand-primary p,div.nn-brand--victoza .nn-brand__container--brand-primary .invalid-feedback{color:#fff}
div.nn-brand--victoza .nn-brand__container--brand-primary .dataTables_wrapper .dataTables_paginate .paginate_button{color:#fff !important}
div.nn-brand--victoza .nn-brand__container--brand-primary .dataTables_wrapper .dataTables_paginate .paginate_button.current{color:#000 !important}
div.nn-brand--victoza .nn-brand__container--brand-primary .branded-data-table .dataTables_info{color:#fff}
div.nn-brand--victoza .nn-brand__container--brand-primary form button,div.nn-brand--victoza .nn-brand__container--brand-primary .form_button_submit{background-color:#fff;border-color:#fff;color:#880038}
div.nn-brand--victoza .nn-brand__container--brand-primary form button:hover,div.nn-brand--victoza .nn-brand__container--brand-primary .form_button_submit:hover{color:#880038}
div.nn-brand--victoza .nn-brand__container--brand-primary .nn-brand__accordion{border-color:#fff;color:#fff}
div.nn-brand--victoza .nn-brand__container--brand-primary .nn-brand__accordion__expanded,div.nn-brand--victoza .nn-brand__container--brand-primary .nn-brand__accordion__collapsed,div.nn-brand--victoza .nn-brand__container--brand-primary .nn-brand__accordion .fa{color:#fff}
div.nn-brand--victoza .nn-brand__container--brand-secondary{background-color:#f54e96;color:#fff}
div.nn-brand--victoza .nn-brand__container--brand-secondary h1,div.nn-brand--victoza .nn-brand__container--brand-secondary h2,div.nn-brand--victoza .nn-brand__container--brand-secondary h3,div.nn-brand--victoza .nn-brand__container--brand-secondary h4,div.nn-brand--victoza .nn-brand__container--brand-secondary h5,div.nn-brand--victoza .nn-brand__container--brand-secondary h6,div.nn-brand--victoza .nn-brand__container--brand-secondary ul,div.nn-brand--victoza .nn-brand__container--brand-secondary ol,div.nn-brand--victoza .nn-brand__container--brand-secondary a,div.nn-brand--victoza .nn-brand__container--brand-secondary p,div.nn-brand--victoza .nn-brand__container--brand-secondary .invalid-feedback{color:#fff}
div.nn-brand--victoza .nn-brand__container--brand-secondary .dataTables_wrapper .dataTables_paginate .paginate_button{color:#fff !important}
div.nn-brand--victoza .nn-brand__container--brand-secondary .dataTables_wrapper .dataTables_paginate .paginate_button.current{color:#000 !important}
div.nn-brand--victoza .nn-brand__container--brand-secondary .branded-data-table .dataTables_info{color:#fff}
div.nn-brand--victoza .nn-brand__container--brand-secondary form button,div.nn-brand--victoza .nn-brand__container--brand-secondary .form_button_submit{background-color:#880038;border-color:#880038;color:#fff}
div.nn-brand--victoza .nn-brand__container--brand-secondary .nn-brand__accordion{border-color:#fff;color:#fff}
div.nn-brand--victoza .nn-brand__container--brand-secondary .nn-brand__accordion__expanded,div.nn-brand--victoza .nn-brand__container--brand-secondary .nn-brand__accordion__collapsed,div.nn-brand--victoza .nn-brand__container--brand-secondary .nn-brand__accordion .fa{color:#fff}
div.nn-brand--victoza .nn-brand__container--brand-gradient{background:linear-gradient(45deg,#880038 0,#f54e96 100%);color:#fff}
div.nn-brand--victoza .nn-brand__container--brand-gradient h1,div.nn-brand--victoza .nn-brand__container--brand-gradient h2,div.nn-brand--victoza .nn-brand__container--brand-gradient h3,div.nn-brand--victoza .nn-brand__container--brand-gradient h4,div.nn-brand--victoza .nn-brand__container--brand-gradient h5,div.nn-brand--victoza .nn-brand__container--brand-gradient h6,div.nn-brand--victoza .nn-brand__container--brand-gradient ul,div.nn-brand--victoza .nn-brand__container--brand-gradient ol,div.nn-brand--victoza .nn-brand__container--brand-gradient a,div.nn-brand--victoza .nn-brand__container--brand-gradient p,div.nn-brand--victoza .nn-brand__container--brand-gradient .invalid-feedback{color:#fff}
div.nn-brand--victoza .nn-brand__container--brand-gradient .dataTables_wrapper .dataTables_paginate .paginate_button{color:#fff !important}
div.nn-brand--victoza .nn-brand__container--brand-gradient .dataTables_wrapper .dataTables_paginate .paginate_button.current{color:#000 !important}
div.nn-brand--victoza .nn-brand__container--brand-gradient .branded-data-table .dataTables_info{color:#fff}
div.nn-brand--victoza .nn-brand__container--brand-gradient form button,div.nn-brand--victoza .nn-brand__container--brand-gradient .form_button_submit{background-color:#fff;border-color:#fff;color:#880038}
div.nn-brand--victoza .nn-brand__container--brand-gradient form button:hover,div.nn-brand--victoza .nn-brand__container--brand-gradient .form_button_submit:hover{color:#880038}
div.nn-brand--victoza .nn-brand__container--brand-gradient .nn-brand__accordion{border-color:#fff;color:#fff}
div.nn-brand--victoza .nn-brand__container--brand-gradient .nn-brand__accordion__expanded,div.nn-brand--victoza .nn-brand__container--brand-gradient .nn-brand__accordion__collapsed,div.nn-brand--victoza .nn-brand__container--brand-gradient .nn-brand__accordion .fa{color:#fff}
div.nn-brand--victoza .nn-brand__branded-box--brand-gradient{background:linear-gradient(45deg,#880038 0,#f54e96 100%);color:#fff}
div.nn-brand--victoza .nn-brand__branded-box--brand-gradient h1,div.nn-brand--victoza .nn-brand__branded-box--brand-gradient h2,div.nn-brand--victoza .nn-brand__branded-box--brand-gradient h3,div.nn-brand--victoza .nn-brand__branded-box--brand-gradient h4,div.nn-brand--victoza .nn-brand__branded-box--brand-gradient h5,div.nn-brand--victoza .nn-brand__branded-box--brand-gradient h6,div.nn-brand--victoza .nn-brand__branded-box--brand-gradient ul,div.nn-brand--victoza .nn-brand__branded-box--brand-gradient ol,div.nn-brand--victoza .nn-brand__branded-box--brand-gradient a,div.nn-brand--victoza .nn-brand__branded-box--brand-gradient p,div.nn-brand--victoza .nn-brand__branded-box--brand-gradient .invalid-feedback{color:#fff}
div.nn-brand--victoza .nn-brand__branded-box--brand-gradient form button,div.nn-brand--victoza .nn-brand__branded-box--brand-gradient .form_button_submit{background-color:#fff;border-color:#fff;color:#880038}
div.nn-brand--victoza .nn-brand__branded-box--brand-gradient form button:hover,div.nn-brand--victoza .nn-brand__branded-box--brand-gradient .form_button_submit:hover{color:#880038}
div.nn-brand--victoza .nn-brand__branded-box--brand-gradient ul>li::before{color:#fff}
div.nn-brand--victoza .nn-brand__branded-box--brand-primary{background-color:#880038;color:#fff}
div.nn-brand--victoza .nn-brand__branded-box--brand-primary h1,div.nn-brand--victoza .nn-brand__branded-box--brand-primary h2,div.nn-brand--victoza .nn-brand__branded-box--brand-primary h3,div.nn-brand--victoza .nn-brand__branded-box--brand-primary h4,div.nn-brand--victoza .nn-brand__branded-box--brand-primary h5,div.nn-brand--victoza .nn-brand__branded-box--brand-primary h6,div.nn-brand--victoza .nn-brand__branded-box--brand-primary ul,div.nn-brand--victoza .nn-brand__branded-box--brand-primary ol,div.nn-brand--victoza .nn-brand__branded-box--brand-primary a,div.nn-brand--victoza .nn-brand__branded-box--brand-primary p,div.nn-brand--victoza .nn-brand__branded-box--brand-primary .invalid-feedback{color:#fff}
div.nn-brand--victoza .nn-brand__branded-box--brand-primary form button,div.nn-brand--victoza .nn-brand__branded-box--brand-primary .form_button_submit{background-color:#fff;border-color:#fff;color:#880038}
div.nn-brand--victoza .nn-brand__branded-box--brand-primary form button:hover,div.nn-brand--victoza .nn-brand__branded-box--brand-primary .form_button_submit:hover{color:#880038}
div.nn-brand--victoza .nn-brand__branded-box--brand-primary ul>li::before{color:#fff}
div.nn-brand--victoza .nn-brand__branded-box--brand-secondary{background-color:#f54e96;color:#fff}
div.nn-brand--victoza .nn-brand__branded-box--brand-secondary h1,div.nn-brand--victoza .nn-brand__branded-box--brand-secondary h2,div.nn-brand--victoza .nn-brand__branded-box--brand-secondary h3,div.nn-brand--victoza .nn-brand__branded-box--brand-secondary h4,div.nn-brand--victoza .nn-brand__branded-box--brand-secondary h5,div.nn-brand--victoza .nn-brand__branded-box--brand-secondary h6,div.nn-brand--victoza .nn-brand__branded-box--brand-secondary ul,div.nn-brand--victoza .nn-brand__branded-box--brand-secondary ol,div.nn-brand--victoza .nn-brand__branded-box--brand-secondary a,div.nn-brand--victoza .nn-brand__branded-box--brand-secondary p,div.nn-brand--victoza .nn-brand__branded-box--brand-secondary .invalid-feedback{color:#fff}
div.nn-brand--victoza .nn-brand__branded-box--brand-secondary form button,div.nn-brand--victoza .nn-brand__branded-box--brand-secondary .form_button_submit{background-color:#880038;border-color:#880038;color:#fff}
div.nn-brand--victoza .nn-brand__branded-box--brand-secondary ul>li::before{color:#fff}
div.nn-brand--victoza .nn-brand__branded-box--white{background:#fff}
div.nn-brand--victoza .nn-brand__branded-box--white h1,div.nn-brand--victoza .nn-brand__branded-box--white h2,div.nn-brand--victoza .nn-brand__branded-box--white h3,div.nn-brand--victoza .nn-brand__branded-box--white h4,div.nn-brand--victoza .nn-brand__branded-box--white h5,div.nn-brand--victoza .nn-brand__branded-box--white h6,div.nn-brand--victoza .nn-brand__branded-box--white ul,div.nn-brand--victoza .nn-brand__branded-box--white ol,div.nn-brand--victoza .nn-brand__branded-box--white a,div.nn-brand--victoza .nn-brand__branded-box--white p,div.nn-brand--victoza .nn-brand__branded-box--white .invalid-feedback{color:#880038}
div.nn-brand--victoza .nn-brand__branded-box--white form button,div.nn-brand--victoza .nn-brand__branded-box--white .form_button_submit{background-color:#880038;border-color:#880038;color:#fff}
div.nn-brand--victoza .nn-brand__branded-box--gray{background-color:#e2e5e8;color:#333}
div.nn-brand--victoza .nn-brand__branded-box--gray h1,div.nn-brand--victoza .nn-brand__branded-box--gray h2,div.nn-brand--victoza .nn-brand__branded-box--gray a{color:#880038}
div.nn-brand--victoza .nn-brand__branded-box--gray form button,div.nn-brand--victoza .nn-brand__branded-box--gray .form_button_submit{background-color:#880038;border-color:#880038;color:#fff}
div.nn-brand--victoza .nn-brand__branded-box--transparent{background:rgba(255,255,255,0.9)}
div.nn-brand--victoza .nn-brand__branded-box--transparent h1,div.nn-brand--victoza .nn-brand__branded-box--transparent h2,div.nn-brand--victoza .nn-brand__branded-box--transparent h3,div.nn-brand--victoza .nn-brand__branded-box--transparent h4,div.nn-brand--victoza .nn-brand__branded-box--transparent h5,div.nn-brand--victoza .nn-brand__branded-box--transparent h6,div.nn-brand--victoza .nn-brand__branded-box--transparent ul,div.nn-brand--victoza .nn-brand__branded-box--transparent ol,div.nn-brand--victoza .nn-brand__branded-box--transparent a,div.nn-brand--victoza .nn-brand__branded-box--transparent p,div.nn-brand--victoza .nn-brand__branded-box--transparent .invalid-feedback{color:#880038}
div.nn-brand--victoza .nn-brand__branded-box.border--none{border:0}
div.nn-brand--victoza .nn-brand__branded-box.border--brand-primary{border:2px solid #880038}
div.nn-brand--victoza .nn-brand__branded-box.border--brand-secondary{border:2px solid #f54e96}
div.nn-brand--victoza .nn-brand__branded-box.border--white{border:2px solid #fff}
div.nn-brand--victoza .nn-brand__branded-box.border--gray{border:2px solid #e2e5e8}
div.nn-brand--victoza .nn-brand--background{background:#880038;background:linear-gradient(45deg,#880038 0,#f54e96 100%);color:#fff}
div.nn-brand--victoza .nn-brand--background h1,div.nn-brand--victoza .nn-brand--background h2,div.nn-brand--victoza .nn-brand--background h3,div.nn-brand--victoza .nn-brand--background h4,div.nn-brand--victoza .nn-brand--background h5,div.nn-brand--victoza .nn-brand--background h6,div.nn-brand--victoza .nn-brand--background ul,div.nn-brand--victoza .nn-brand--background ol,div.nn-brand--victoza .nn-brand--background a,div.nn-brand--victoza .nn-brand--background p,div.nn-brand--victoza .nn-brand--background .invalid-feedback{color:#fff}
div.nn-brand--victoza .nn-brand__sms-reminder #reminder-container,div.nn-brand--victoza .nn-brand__sms-reminder-unsubscribe #reminder-container,div.nn-brand--victoza .nn-brand__sms-reminder #reminder-unsubscribe-container,div.nn-brand--victoza .nn-brand__sms-reminder-unsubscribe #reminder-unsubscribe-container{border-color:#880038}
div.nn-brand--victoza a.nn-brand__button--primary{background-color:#880038;border-color:#880038;color:#fff}
div.nn-brand--victoza a.nn-brand__button--primary:hover{color:#fff}
div.nn-brand--victoza a.nn-brand__button--white{background-color:#fff;border-color:#fff;color:#880038}
div.nn-brand--victoza a.nn-brand__button--white:hover{color:#880038}
div.nn-brand--victoza a.nn-brand__button--secondary{background-color:#f54e96;border-color:#f54e96;color:#fff}
div.nn-brand--victoza a.nn-brand__button--secondary:hover{color:#fff}
div.nn-brand--victoza a.nn-brand__button--gradient{border-color:transparent;background:linear-gradient(45deg,#880038 0,#f54e96 100%);color:#fff !important}
div.nn-brand--victoza a.nn-brand__button--gradient:hover{color:#fff !important}
div.nn-brand--victoza form input[type=email],div.nn-brand--victoza .passwordreset input[type=email],div.nn-brand--victoza form input[type=tel],div.nn-brand--victoza .passwordreset input[type=tel],div.nn-brand--victoza form select:not([multiple]),div.nn-brand--victoza .passwordreset select:not([multiple]){width:100%;height:40px;padding:0 10px;background-color:#fbfbfb;color:#333;border-radius:2px;font-size:16px}
div.nn-brand--victoza form .form-row>div,div.nn-brand--victoza .passwordreset .form-row>div{padding:0 10px 0 0}
div.nn-brand--victoza form .form-row .invalid-feedback,div.nn-brand--victoza .passwordreset .form-row .invalid-feedback{font-size:.9rem}
div.nn-brand--victoza form input,div.nn-brand--victoza .passwordreset input{color:#333}
div.nn-brand--victoza form input:focus,div.nn-brand--victoza .passwordreset input:focus{border:1px solid #880038}
div.nn-brand--victoza form option,div.nn-brand--victoza .passwordreset option{color:#333}
div.nn-brand--victoza form .form-control:focus,div.nn-brand--victoza .passwordreset .form-control:focus{-webkit-box-shadow:unset;-moz-box-shadow:unset;box-shadow:unset;transition:unset}
div.nn-brand--victoza form button,div.nn-brand--victoza .form_button_submit{border-radius:12px;padding:15px 45px;font-size:1.1rem;white-space:nowrap;margin-top:15px;border-width:1px;border-style:solid;box-shadow:0 0 5px 0 rgba(0,0,0,0);background-color:#880038;border-color:#880038;color:#fff;background-image:none}
div.nn-brand--victoza form button:hover,div.nn-brand--victoza .form_button_submit:hover{text-decoration:none;transform:scale(1.05);box-shadow:0 5px 5px 0 rgba(0,0,0,0.1);color:#fff}
div.nn-brand--xultophy h1,div.nn-brand--xultophy h2{color:#093266}
div.nn-brand--xultophy h3,div.nn-brand--xultophy h4,div.nn-brand--xultophy h5,div.nn-brand--xultophy h6{color:#333}
div.nn-brand--xultophy .branded-text-primary{color:#093266}
div.nn-brand--xultophy .branded-text-secondary{color:#da1884}
div.nn-brand--xultophy .nn-brand__accordion__expanded,div.nn-brand--xultophy .nn-brand__accordion__collapsed,div.nn-brand--xultophy .nn-brand__accordion .fa{color:#093266}
div.nn-brand--xultophy .nn-brand__container--white{background-color:#fff}
div.nn-brand--xultophy .nn-brand__container--white h1,div.nn-brand--xultophy .nn-brand__container--white h2,div.nn-brand--xultophy .nn-brand__container--white a,div.nn-brand--xultophy .nn-brand__container--white .invalid-feedback{color:#093266}
div.nn-brand--xultophy .nn-brand__container--white .dataTables_wrapper .dataTables_paginate .paginate_button{color:#093266 !important}
div.nn-brand--xultophy .nn-brand__container--white .dataTables_wrapper .dataTables_paginate .paginate_button.current{color:#000 !important}
div.nn-brand--xultophy .nn-brand__container--white .branded-data-table .dataTables_info{color:#093266}
div.nn-brand--xultophy .nn-brand__container--white form button,div.nn-brand--xultophy .nn-brand__container--white .form_button_submit{background-color:#093266;border-color:#093266;color:#fff}
div.nn-brand--xultophy .nn-brand__container--gray{background-color:#e2e5e8;color:#333}
div.nn-brand--xultophy .nn-brand__container--gray h1,div.nn-brand--xultophy .nn-brand__container--gray h2,div.nn-brand--xultophy .nn-brand__container--gray a,div.nn-brand--xultophy .nn-brand__container--gray .invalid-feedback{color:#093266}
div.nn-brand--xultophy .nn-brand__container--gray .dataTables_wrapper .dataTables_paginate .paginate_button{color:#093266 !important}
div.nn-brand--xultophy .nn-brand__container--gray .dataTables_wrapper .dataTables_paginate .paginate_button.current{color:#000 !important}
div.nn-brand--xultophy .nn-brand__container--gray .branded-data-table .dataTables_info{color:#333}
div.nn-brand--xultophy .nn-brand__container--gray form button,div.nn-brand--xultophy .nn-brand__container--gray .form_button_submit{background-color:#093266;border-color:#093266;color:#fff}
div.nn-brand--xultophy .nn-brand__container--brand-primary{background-color:#093266;color:#fff}
div.nn-brand--xultophy .nn-brand__container--brand-primary h1,div.nn-brand--xultophy .nn-brand__container--brand-primary h2,div.nn-brand--xultophy .nn-brand__container--brand-primary h3,div.nn-brand--xultophy .nn-brand__container--brand-primary h4,div.nn-brand--xultophy .nn-brand__container--brand-primary h5,div.nn-brand--xultophy .nn-brand__container--brand-primary h6,div.nn-brand--xultophy .nn-brand__container--brand-primary ul,div.nn-brand--xultophy .nn-brand__container--brand-primary ol,div.nn-brand--xultophy .nn-brand__container--brand-primary a,div.nn-brand--xultophy .nn-brand__container--brand-primary p,div.nn-brand--xultophy .nn-brand__container--brand-primary .invalid-feedback{color:#fff}
div.nn-brand--xultophy .nn-brand__container--brand-primary .dataTables_wrapper .dataTables_paginate .paginate_button{color:#fff !important}
div.nn-brand--xultophy .nn-brand__container--brand-primary .dataTables_wrapper .dataTables_paginate .paginate_button.current{color:#000 !important}
div.nn-brand--xultophy .nn-brand__container--brand-primary .branded-data-table .dataTables_info{color:#fff}
div.nn-brand--xultophy .nn-brand__container--brand-primary form button,div.nn-brand--xultophy .nn-brand__container--brand-primary .form_button_submit{background-color:#fff;border-color:#fff;color:#093266}
div.nn-brand--xultophy .nn-brand__container--brand-primary form button:hover,div.nn-brand--xultophy .nn-brand__container--brand-primary .form_button_submit:hover{color:#093266}
div.nn-brand--xultophy .nn-brand__container--brand-primary .nn-brand__accordion{border-color:#fff;color:#fff}
div.nn-brand--xultophy .nn-brand__container--brand-primary .nn-brand__accordion__expanded,div.nn-brand--xultophy .nn-brand__container--brand-primary .nn-brand__accordion__collapsed,div.nn-brand--xultophy .nn-brand__container--brand-primary .nn-brand__accordion .fa{color:#fff}
div.nn-brand--xultophy .nn-brand__container--brand-secondary{background-color:#da1884;color:#fff}
div.nn-brand--xultophy .nn-brand__container--brand-secondary h1,div.nn-brand--xultophy .nn-brand__container--brand-secondary h2,div.nn-brand--xultophy .nn-brand__container--brand-secondary h3,div.nn-brand--xultophy .nn-brand__container--brand-secondary h4,div.nn-brand--xultophy .nn-brand__container--brand-secondary h5,div.nn-brand--xultophy .nn-brand__container--brand-secondary h6,div.nn-brand--xultophy .nn-brand__container--brand-secondary ul,div.nn-brand--xultophy .nn-brand__container--brand-secondary ol,div.nn-brand--xultophy .nn-brand__container--brand-secondary a,div.nn-brand--xultophy .nn-brand__container--brand-secondary p,div.nn-brand--xultophy .nn-brand__container--brand-secondary .invalid-feedback{color:#fff}
div.nn-brand--xultophy .nn-brand__container--brand-secondary .dataTables_wrapper .dataTables_paginate .paginate_button{color:#fff !important}
div.nn-brand--xultophy .nn-brand__container--brand-secondary .dataTables_wrapper .dataTables_paginate .paginate_button.current{color:#000 !important}
div.nn-brand--xultophy .nn-brand__container--brand-secondary .branded-data-table .dataTables_info{color:#fff}
div.nn-brand--xultophy .nn-brand__container--brand-secondary form button,div.nn-brand--xultophy .nn-brand__container--brand-secondary .form_button_submit{background-color:#093266;border-color:#093266;color:#fff}
div.nn-brand--xultophy .nn-brand__container--brand-secondary .nn-brand__accordion{border-color:#fff;color:#fff}
div.nn-brand--xultophy .nn-brand__container--brand-secondary .nn-brand__accordion__expanded,div.nn-brand--xultophy .nn-brand__container--brand-secondary .nn-brand__accordion__collapsed,div.nn-brand--xultophy .nn-brand__container--brand-secondary .nn-brand__accordion .fa{color:#fff}
div.nn-brand--xultophy .nn-brand__container--brand-gradient{background:linear-gradient(to bottom,#093266 20%,#da1884 80%);color:#fff}
div.nn-brand--xultophy .nn-brand__container--brand-gradient h1,div.nn-brand--xultophy .nn-brand__container--brand-gradient h2,div.nn-brand--xultophy .nn-brand__container--brand-gradient h3,div.nn-brand--xultophy .nn-brand__container--brand-gradient h4,div.nn-brand--xultophy .nn-brand__container--brand-gradient h5,div.nn-brand--xultophy .nn-brand__container--brand-gradient h6,div.nn-brand--xultophy .nn-brand__container--brand-gradient ul,div.nn-brand--xultophy .nn-brand__container--brand-gradient ol,div.nn-brand--xultophy .nn-brand__container--brand-gradient a,div.nn-brand--xultophy .nn-brand__container--brand-gradient p,div.nn-brand--xultophy .nn-brand__container--brand-gradient .invalid-feedback{color:#fff}
div.nn-brand--xultophy .nn-brand__container--brand-gradient .dataTables_wrapper .dataTables_paginate .paginate_button{color:#fff !important}
div.nn-brand--xultophy .nn-brand__container--brand-gradient .dataTables_wrapper .dataTables_paginate .paginate_button.current{color:#000 !important}
div.nn-brand--xultophy .nn-brand__container--brand-gradient .branded-data-table .dataTables_info{color:#fff}
div.nn-brand--xultophy .nn-brand__container--brand-gradient form button,div.nn-brand--xultophy .nn-brand__container--brand-gradient .form_button_submit{background-color:#fff;border-color:#fff;color:#093266}
div.nn-brand--xultophy .nn-brand__container--brand-gradient form button:hover,div.nn-brand--xultophy .nn-brand__container--brand-gradient .form_button_submit:hover{color:#093266}
div.nn-brand--xultophy .nn-brand__container--brand-gradient .nn-brand__accordion{border-color:#fff;color:#fff}
div.nn-brand--xultophy .nn-brand__container--brand-gradient .nn-brand__accordion__expanded,div.nn-brand--xultophy .nn-brand__container--brand-gradient .nn-brand__accordion__collapsed,div.nn-brand--xultophy .nn-brand__container--brand-gradient .nn-brand__accordion .fa{color:#fff}
div.nn-brand--xultophy .nn-brand__branded-box--brand-gradient{background:linear-gradient(to bottom,#093266 20%,#da1884 80%);color:#fff}
div.nn-brand--xultophy .nn-brand__branded-box--brand-gradient h1,div.nn-brand--xultophy .nn-brand__branded-box--brand-gradient h2,div.nn-brand--xultophy .nn-brand__branded-box--brand-gradient h3,div.nn-brand--xultophy .nn-brand__branded-box--brand-gradient h4,div.nn-brand--xultophy .nn-brand__branded-box--brand-gradient h5,div.nn-brand--xultophy .nn-brand__branded-box--brand-gradient h6,div.nn-brand--xultophy .nn-brand__branded-box--brand-gradient ul,div.nn-brand--xultophy .nn-brand__branded-box--brand-gradient ol,div.nn-brand--xultophy .nn-brand__branded-box--brand-gradient a,div.nn-brand--xultophy .nn-brand__branded-box--brand-gradient p,div.nn-brand--xultophy .nn-brand__branded-box--brand-gradient .invalid-feedback{color:#fff}
div.nn-brand--xultophy .nn-brand__branded-box--brand-gradient form button,div.nn-brand--xultophy .nn-brand__branded-box--brand-gradient .form_button_submit{background-color:#fff;border-color:#fff;color:#093266}
div.nn-brand--xultophy .nn-brand__branded-box--brand-gradient form button:hover,div.nn-brand--xultophy .nn-brand__branded-box--brand-gradient .form_button_submit:hover{color:#093266}
div.nn-brand--xultophy .nn-brand__branded-box--brand-gradient ul>li::before{color:#fff}
div.nn-brand--xultophy .nn-brand__branded-box--brand-primary{background-color:#093266;color:#fff}
div.nn-brand--xultophy .nn-brand__branded-box--brand-primary h1,div.nn-brand--xultophy .nn-brand__branded-box--brand-primary h2,div.nn-brand--xultophy .nn-brand__branded-box--brand-primary h3,div.nn-brand--xultophy .nn-brand__branded-box--brand-primary h4,div.nn-brand--xultophy .nn-brand__branded-box--brand-primary h5,div.nn-brand--xultophy .nn-brand__branded-box--brand-primary h6,div.nn-brand--xultophy .nn-brand__branded-box--brand-primary ul,div.nn-brand--xultophy .nn-brand__branded-box--brand-primary ol,div.nn-brand--xultophy .nn-brand__branded-box--brand-primary a,div.nn-brand--xultophy .nn-brand__branded-box--brand-primary p,div.nn-brand--xultophy .nn-brand__branded-box--brand-primary .invalid-feedback{color:#fff}
div.nn-brand--xultophy .nn-brand__branded-box--brand-primary form button,div.nn-brand--xultophy .nn-brand__branded-box--brand-primary .form_button_submit{background-color:#fff;border-color:#fff;color:#093266}
div.nn-brand--xultophy .nn-brand__branded-box--brand-primary form button:hover,div.nn-brand--xultophy .nn-brand__branded-box--brand-primary .form_button_submit:hover{color:#093266}
div.nn-brand--xultophy .nn-brand__branded-box--brand-primary ul>li::before{color:#fff}
div.nn-brand--xultophy .nn-brand__branded-box--brand-secondary{background-color:#da1884;color:#fff}
div.nn-brand--xultophy .nn-brand__branded-box--brand-secondary h1,div.nn-brand--xultophy .nn-brand__branded-box--brand-secondary h2,div.nn-brand--xultophy .nn-brand__branded-box--brand-secondary h3,div.nn-brand--xultophy .nn-brand__branded-box--brand-secondary h4,div.nn-brand--xultophy .nn-brand__branded-box--brand-secondary h5,div.nn-brand--xultophy .nn-brand__branded-box--brand-secondary h6,div.nn-brand--xultophy .nn-brand__branded-box--brand-secondary ul,div.nn-brand--xultophy .nn-brand__branded-box--brand-secondary ol,div.nn-brand--xultophy .nn-brand__branded-box--brand-secondary a,div.nn-brand--xultophy .nn-brand__branded-box--brand-secondary p,div.nn-brand--xultophy .nn-brand__branded-box--brand-secondary .invalid-feedback{color:#fff}
div.nn-brand--xultophy .nn-brand__branded-box--brand-secondary form button,div.nn-brand--xultophy .nn-brand__branded-box--brand-secondary .form_button_submit{background-color:#093266;border-color:#093266;color:#fff}
div.nn-brand--xultophy .nn-brand__branded-box--brand-secondary ul>li::before{color:#fff}
div.nn-brand--xultophy .nn-brand__branded-box--white{background:#fff}
div.nn-brand--xultophy .nn-brand__branded-box--white h1,div.nn-brand--xultophy .nn-brand__branded-box--white h2,div.nn-brand--xultophy .nn-brand__branded-box--white h3,div.nn-brand--xultophy .nn-brand__branded-box--white h4,div.nn-brand--xultophy .nn-brand__branded-box--white h5,div.nn-brand--xultophy .nn-brand__branded-box--white h6,div.nn-brand--xultophy .nn-brand__branded-box--white ul,div.nn-brand--xultophy .nn-brand__branded-box--white ol,div.nn-brand--xultophy .nn-brand__branded-box--white a,div.nn-brand--xultophy .nn-brand__branded-box--white p,div.nn-brand--xultophy .nn-brand__branded-box--white .invalid-feedback{color:#093266}
div.nn-brand--xultophy .nn-brand__branded-box--white form button,div.nn-brand--xultophy .nn-brand__branded-box--white .form_button_submit{background-color:#093266;border-color:#093266;color:#fff}
div.nn-brand--xultophy .nn-brand__branded-box--gray{background-color:#e2e5e8;color:#333}
div.nn-brand--xultophy .nn-brand__branded-box--gray h1,div.nn-brand--xultophy .nn-brand__branded-box--gray h2,div.nn-brand--xultophy .nn-brand__branded-box--gray a{color:#093266}
div.nn-brand--xultophy .nn-brand__branded-box--gray form button,div.nn-brand--xultophy .nn-brand__branded-box--gray .form_button_submit{background-color:#093266;border-color:#093266;color:#fff}
div.nn-brand--xultophy .nn-brand__branded-box--transparent{background:rgba(255,255,255,0.9)}
div.nn-brand--xultophy .nn-brand__branded-box--transparent h1,div.nn-brand--xultophy .nn-brand__branded-box--transparent h2,div.nn-brand--xultophy .nn-brand__branded-box--transparent h3,div.nn-brand--xultophy .nn-brand__branded-box--transparent h4,div.nn-brand--xultophy .nn-brand__branded-box--transparent h5,div.nn-brand--xultophy .nn-brand__branded-box--transparent h6,div.nn-brand--xultophy .nn-brand__branded-box--transparent ul,div.nn-brand--xultophy .nn-brand__branded-box--transparent ol,div.nn-brand--xultophy .nn-brand__branded-box--transparent a,div.nn-brand--xultophy .nn-brand__branded-box--transparent p,div.nn-brand--xultophy .nn-brand__branded-box--transparent .invalid-feedback{color:#093266}
div.nn-brand--xultophy .nn-brand__branded-box.border--none{border:0}
div.nn-brand--xultophy .nn-brand__branded-box.border--brand-primary{border:2px solid #093266}
div.nn-brand--xultophy .nn-brand__branded-box.border--brand-secondary{border:2px solid #da1884}
div.nn-brand--xultophy .nn-brand__branded-box.border--white{border:2px solid #fff}
div.nn-brand--xultophy .nn-brand__branded-box.border--gray{border:2px solid #e2e5e8}
div.nn-brand--xultophy .nn-brand--background{background:#093266;background:linear-gradient(to bottom,#093266 20%,#da1884 80%);color:#fff}
div.nn-brand--xultophy .nn-brand--background h1,div.nn-brand--xultophy .nn-brand--background h2,div.nn-brand--xultophy .nn-brand--background h3,div.nn-brand--xultophy .nn-brand--background h4,div.nn-brand--xultophy .nn-brand--background h5,div.nn-brand--xultophy .nn-brand--background h6,div.nn-brand--xultophy .nn-brand--background ul,div.nn-brand--xultophy .nn-brand--background ol,div.nn-brand--xultophy .nn-brand--background a,div.nn-brand--xultophy .nn-brand--background p,div.nn-brand--xultophy .nn-brand--background .invalid-feedback{color:#fff}
div.nn-brand--xultophy .nn-brand__sms-reminder #reminder-container,div.nn-brand--xultophy .nn-brand__sms-reminder-unsubscribe #reminder-container,div.nn-brand--xultophy .nn-brand__sms-reminder #reminder-unsubscribe-container,div.nn-brand--xultophy .nn-brand__sms-reminder-unsubscribe #reminder-unsubscribe-container{border-color:#093266}
div.nn-brand--xultophy a.nn-brand__button--primary{background-color:#093266;border-color:#093266;color:#fff}
div.nn-brand--xultophy a.nn-brand__button--primary:hover{color:#fff}
div.nn-brand--xultophy a.nn-brand__button--white{background-color:#fff;border-color:#fff;color:#093266}
div.nn-brand--xultophy a.nn-brand__button--white:hover{color:#093266}
div.nn-brand--xultophy a.nn-brand__button--secondary{background-color:#da1884;border-color:#da1884;color:#fff}
div.nn-brand--xultophy a.nn-brand__button--secondary:hover{color:#fff}
div.nn-brand--xultophy a.nn-brand__button--gradient{border-color:transparent;background:linear-gradient(to bottom,#093266 20%,#da1884 80%);color:#fff !important}
div.nn-brand--xultophy a.nn-brand__button--gradient:hover{color:#fff !important}
div.nn-brand--xultophy form input[type=email],div.nn-brand--xultophy .passwordreset input[type=email],div.nn-brand--xultophy form input[type=tel],div.nn-brand--xultophy .passwordreset input[type=tel],div.nn-brand--xultophy form select:not([multiple]),div.nn-brand--xultophy .passwordreset select:not([multiple]){width:100%;height:40px;padding:0 10px;background-color:#fbfbfb;color:#333;border-radius:2px;font-size:16px}
div.nn-brand--xultophy form .form-row>div,div.nn-brand--xultophy .passwordreset .form-row>div{padding:0 10px 0 0}
div.nn-brand--xultophy form .form-row .invalid-feedback,div.nn-brand--xultophy .passwordreset .form-row .invalid-feedback{font-size:.9rem}
div.nn-brand--xultophy form input,div.nn-brand--xultophy .passwordreset input{color:#333}
div.nn-brand--xultophy form input:focus,div.nn-brand--xultophy .passwordreset input:focus{border:1px solid #093266}
div.nn-brand--xultophy form option,div.nn-brand--xultophy .passwordreset option{color:#333}
div.nn-brand--xultophy form .form-control:focus,div.nn-brand--xultophy .passwordreset .form-control:focus{-webkit-box-shadow:unset;-moz-box-shadow:unset;box-shadow:unset;transition:unset}
div.nn-brand--xultophy form button,div.nn-brand--xultophy .form_button_submit{border-radius:12px;padding:15px 45px;font-size:1.1rem;white-space:nowrap;margin-top:15px;border-width:1px;border-style:solid;box-shadow:0 0 5px 0 rgba(0,0,0,0);background-color:#093266;border-color:#093266;color:#fff;background-image:none}
div.nn-brand--xultophy form button:hover,div.nn-brand--xultophy .form_button_submit:hover{text-decoration:none;transform:scale(1.05);box-shadow:0 5px 5px 0 rgba(0,0,0,0.1);color:#fff}
div.nn-brand--levemir h1,div.nn-brand--levemir h2{color:#26a78a}
div.nn-brand--levemir h3,div.nn-brand--levemir h4,div.nn-brand--levemir h5,div.nn-brand--levemir h6{color:#26a78a}
div.nn-brand--levemir .branded-text-primary{color:#26a78a}
div.nn-brand--levemir .branded-text-secondary{color:#82786f}
div.nn-brand--levemir .nn-brand__accordion__expanded,div.nn-brand--levemir .nn-brand__accordion__collapsed,div.nn-brand--levemir .nn-brand__accordion .fa{color:#26a78a}
div.nn-brand--levemir .nn-brand__container--white{background-color:#fff}
div.nn-brand--levemir .nn-brand__container--white h1,div.nn-brand--levemir .nn-brand__container--white h2,div.nn-brand--levemir .nn-brand__container--white .invalid-feedback{color:#26a78a}
div.nn-brand--levemir .nn-brand__container--white h3,div.nn-brand--levemir .nn-brand__container--white h4,div.nn-brand--levemir .nn-brand__container--white h5,div.nn-brand--levemir .nn-brand__container--white h6,div.nn-brand--levemir .nn-brand__container--white ul,div.nn-brand--levemir .nn-brand__container--white ol,div.nn-brand--levemir .nn-brand__container--white a,div.nn-brand--levemir .nn-brand__container--white p,div.nn-brand--levemir .nn-brand__container--white nav.cmp-breadcrumb a{color:#333}
div.nn-brand--levemir .nn-brand__container--white a{color:#82786f}
div.nn-brand--levemir .nn-brand__container--white .dataTables_wrapper .dataTables_paginate .paginate_button{color:#82786f !important}
div.nn-brand--levemir .nn-brand__container--white .dataTables_wrapper .dataTables_paginate .paginate_button.current{color:#000 !important}
div.nn-brand--levemir .nn-brand__container--white .branded-data-table .dataTables_info{color:#333}
div.nn-brand--levemir .nn-brand__container--white form button,div.nn-brand--levemir .nn-brand__container--white .form_button_submit{background-color:#26a78a;border-color:#26a78a;color:#fff}
div.nn-brand--levemir .nn-brand__container--gray{background-color:#e2e5e8;color:#333}
div.nn-brand--levemir .nn-brand__container--gray h1,div.nn-brand--levemir .nn-brand__container--gray h2,div.nn-brand--levemir .nn-brand__container--gray .invalid-feedback{color:#26a78a}
div.nn-brand--levemir .nn-brand__container--gray h3,div.nn-brand--levemir .nn-brand__container--gray h4,div.nn-brand--levemir .nn-brand__container--gray h5,div.nn-brand--levemir .nn-brand__container--gray h6,div.nn-brand--levemir .nn-brand__container--gray ul,div.nn-brand--levemir .nn-brand__container--gray ol,div.nn-brand--levemir .nn-brand__container--gray a,div.nn-brand--levemir .nn-brand__container--gray p,div.nn-brand--levemir .nn-brand__container--gray nav.cmp-breadcrumb a{color:#333}
div.nn-brand--levemir .nn-brand__container--gray a{color:#82786f}
div.nn-brand--levemir .nn-brand__container--gray .dataTables_wrapper .dataTables_paginate .paginate_button{color:#82786f !important}
div.nn-brand--levemir .nn-brand__container--gray .dataTables_wrapper .dataTables_paginate .paginate_button.current{color:#000 !important}
div.nn-brand--levemir .nn-brand__container--gray .branded-data-table .dataTables_info{color:#333}
div.nn-brand--levemir .nn-brand__container--gray form button,div.nn-brand--levemir .nn-brand__container--gray .form_button_submit{background-color:#26a78a;border-color:#26a78a;color:#fff}
div.nn-brand--levemir .nn-brand__container--brand-primary{background-color:#26a78a;color:#fff}
div.nn-brand--levemir .nn-brand__container--brand-primary h1,div.nn-brand--levemir .nn-brand__container--brand-primary h2,div.nn-brand--levemir .nn-brand__container--brand-primary .invalid-feedback{color:#fff}
div.nn-brand--levemir .nn-brand__container--brand-primary h3,div.nn-brand--levemir .nn-brand__container--brand-primary h4,div.nn-brand--levemir .nn-brand__container--brand-primary h5,div.nn-brand--levemir .nn-brand__container--brand-primary h6,div.nn-brand--levemir .nn-brand__container--brand-primary ul,div.nn-brand--levemir .nn-brand__container--brand-primary ol,div.nn-brand--levemir .nn-brand__container--brand-primary a,div.nn-brand--levemir .nn-brand__container--brand-primary p,div.nn-brand--levemir .nn-brand__container--brand-primary nav.cmp-breadcrumb a{color:#333}
div.nn-brand--levemir .nn-brand__container--brand-primary .dataTables_wrapper .dataTables_paginate .paginate_button{color:#333 !important}
div.nn-brand--levemir .nn-brand__container--brand-primary .dataTables_wrapper .dataTables_paginate .paginate_button.current{color:#000 !important}
div.nn-brand--levemir .nn-brand__container--brand-primary .branded-data-table .dataTables_info{color:#fff}
div.nn-brand--levemir .nn-brand__container--brand-primary form button,div.nn-brand--levemir .nn-brand__container--brand-primary .form_button_submit{background-color:#fff;border-color:#fff;color:#82786f}
div.nn-brand--levemir .nn-brand__container--brand-primary form button:hover,div.nn-brand--levemir .nn-brand__container--brand-primary .form_button_submit:hover{color:#82786f}
div.nn-brand--levemir .nn-brand__container--brand-primary .nn-brand__accordion{border-color:#fff;color:#fff}
div.nn-brand--levemir .nn-brand__container--brand-primary .nn-brand__accordion__expanded,div.nn-brand--levemir .nn-brand__container--brand-primary .nn-brand__accordion__collapsed,div.nn-brand--levemir .nn-brand__container--brand-primary .nn-brand__accordion .fa{color:#fff}
div.nn-brand--levemir .nn-brand__container--brand-secondary{background-color:#82786f;color:#82786f}
div.nn-brand--levemir .nn-brand__container--brand-secondary h1,div.nn-brand--levemir .nn-brand__container--brand-secondary h2{color:#82786f}
div.nn-brand--levemir .nn-brand__container--brand-secondary h3,div.nn-brand--levemir .nn-brand__container--brand-secondary h4,div.nn-brand--levemir .nn-brand__container--brand-secondary h5,div.nn-brand--levemir .nn-brand__container--brand-secondary h6,div.nn-brand--levemir .nn-brand__container--brand-secondary ul,div.nn-brand--levemir .nn-brand__container--brand-secondary ol,div.nn-brand--levemir .nn-brand__container--brand-secondary a,div.nn-brand--levemir .nn-brand__container--brand-secondary p,div.nn-brand--levemir .nn-brand__container--brand-secondary nav.cmp-breadcrumb a{color:#333}
div.nn-brand--levemir .nn-brand__container--brand-secondary .dataTables_wrapper .dataTables_paginate .paginate_button{color:#333 !important}
div.nn-brand--levemir .nn-brand__container--brand-secondary .dataTables_wrapper .dataTables_paginate .paginate_button.current{color:#000 !important}
div.nn-brand--levemir .nn-brand__container--brand-secondary .branded-data-table .dataTables_info{color:#82786f}
div.nn-brand--levemir .nn-brand__container--brand-secondary .invalid-feedback{color:#26a78a}
div.nn-brand--levemir .nn-brand__container--brand-secondary form button,div.nn-brand--levemir .nn-brand__container--brand-secondary .form_button_submit{background-color:#26a78a;border-color:#26a78a;color:#fff}
div.nn-brand--levemir .nn-brand__container--brand-secondary .nn-brand__accordion{border-color:#82786f;color:#82786f}
div.nn-brand--levemir .nn-brand__container--brand-secondary .nn-brand__accordion__expanded,div.nn-brand--levemir .nn-brand__container--brand-secondary .nn-brand__accordion__collapsed,div.nn-brand--levemir .nn-brand__container--brand-secondary .nn-brand__accordion .fa{color:#82786f}
div.nn-brand--levemir .nn-brand__container--brand-gradient{background:linear-gradient(to bottom,#26a78a 20%,#029278 100%);color:#fff}
div.nn-brand--levemir .nn-brand__container--brand-gradient h1,div.nn-brand--levemir .nn-brand__container--brand-gradient h2,div.nn-brand--levemir .nn-brand__container--brand-gradient .invalid-feedback{color:#fff}
div.nn-brand--levemir .nn-brand__container--brand-gradient h3,div.nn-brand--levemir .nn-brand__container--brand-gradient h4,div.nn-brand--levemir .nn-brand__container--brand-gradient h5,div.nn-brand--levemir .nn-brand__container--brand-gradient h6,div.nn-brand--levemir .nn-brand__container--brand-gradient ul,div.nn-brand--levemir .nn-brand__container--brand-gradient ol,div.nn-brand--levemir .nn-brand__container--brand-gradient a,div.nn-brand--levemir .nn-brand__container--brand-gradient p,div.nn-brand--levemir .nn-brand__container--brand-gradient nav.cmp-breadcrumb a{color:#333}
div.nn-brand--levemir .nn-brand__container--brand-gradient .dataTables_wrapper .dataTables_paginate .paginate_button{color:#333 !important}
div.nn-brand--levemir .nn-brand__container--brand-gradient .dataTables_wrapper .dataTables_paginate .paginate_button.current{color:#000 !important}
div.nn-brand--levemir .nn-brand__container--brand-gradient .branded-data-table .dataTables_info{color:#fff}
div.nn-brand--levemir .nn-brand__container--brand-gradient .nn-brand__accordion{border-color:#fff;color:#fff}
div.nn-brand--levemir .nn-brand__container--brand-gradient .nn-brand__accordion__expanded,div.nn-brand--levemir .nn-brand__container--brand-gradient .nn-brand__accordion__collapsed,div.nn-brand--levemir .nn-brand__container--brand-gradient .nn-brand__accordion .fa{color:#fff}
div.nn-brand--levemir .nn-brand__container--brand-gradient form button,div.nn-brand--levemir .nn-brand__container--brand-gradient .form_button_submit{background-color:#fff;border-color:#fff;color:#26a78a}
div.nn-brand--levemir .nn-brand__container--brand-gradient form button:hover,div.nn-brand--levemir .nn-brand__container--brand-gradient .form_button_submit:hover{color:#26a78a}
div.nn-brand--levemir .nn-brand__branded-box--brand-gradient{background:linear-gradient(to bottom,#26a78a 20%,#029278 100%);color:#fff}
div.nn-brand--levemir .nn-brand__branded-box--brand-gradient h1,div.nn-brand--levemir .nn-brand__branded-box--brand-gradient h2,div.nn-brand--levemir .nn-brand__branded-box--brand-gradient .invalid-feedback{color:#fff}
div.nn-brand--levemir .nn-brand__branded-box--brand-gradient h3,div.nn-brand--levemir .nn-brand__branded-box--brand-gradient h4,div.nn-brand--levemir .nn-brand__branded-box--brand-gradient h5,div.nn-brand--levemir .nn-brand__branded-box--brand-gradient h6,div.nn-brand--levemir .nn-brand__branded-box--brand-gradient ul,div.nn-brand--levemir .nn-brand__branded-box--brand-gradient ol,div.nn-brand--levemir .nn-brand__branded-box--brand-gradient a,div.nn-brand--levemir .nn-brand__branded-box--brand-gradient p{color:#333}
div.nn-brand--levemir .nn-brand__branded-box--brand-gradient form button,div.nn-brand--levemir .nn-brand__branded-box--brand-gradient .form_button_submit{background-color:#fff;border-color:#fff;color:#26a78a}
div.nn-brand--levemir .nn-brand__branded-box--brand-gradient form button:hover,div.nn-brand--levemir .nn-brand__branded-box--brand-gradient .form_button_submit:hover{color:#26a78a}
div.nn-brand--levemir .nn-brand__branded-box--brand-gradient ul>li::before{color:#fff}
div.nn-brand--levemir .nn-brand__branded-box--brand-primary{background-color:#26a78a;color:#fff}
div.nn-brand--levemir .nn-brand__branded-box--brand-primary h1,div.nn-brand--levemir .nn-brand__branded-box--brand-primary h2,div.nn-brand--levemir .nn-brand__branded-box--brand-primary .invalid-feedback{color:#fff}
div.nn-brand--levemir .nn-brand__branded-box--brand-primary h3,div.nn-brand--levemir .nn-brand__branded-box--brand-primary h4,div.nn-brand--levemir .nn-brand__branded-box--brand-primary h5,div.nn-brand--levemir .nn-brand__branded-box--brand-primary h6,div.nn-brand--levemir .nn-brand__branded-box--brand-primary ul,div.nn-brand--levemir .nn-brand__branded-box--brand-primary ol,div.nn-brand--levemir .nn-brand__branded-box--brand-primary a,div.nn-brand--levemir .nn-brand__branded-box--brand-primary p{color:#333}
div.nn-brand--levemir .nn-brand__branded-box--brand-primary form button,div.nn-brand--levemir .nn-brand__branded-box--brand-primary .form_button_submit{background-color:#fff;border-color:#fff;color:#26a78a}
div.nn-brand--levemir .nn-brand__branded-box--brand-primary form button:hover,div.nn-brand--levemir .nn-brand__branded-box--brand-primary .form_button_submit:hover{color:#26a78a}
div.nn-brand--levemir .nn-brand__branded-box--brand-primary ul>li::before{color:#fff}
div.nn-brand--levemir .nn-brand__branded-box--brand-secondary{background-color:#82786f;color:#82786f}
div.nn-brand--levemir .nn-brand__branded-box--brand-secondary h1,div.nn-brand--levemir .nn-brand__branded-box--brand-secondary h2{color:#82786f}
div.nn-brand--levemir .nn-brand__branded-box--brand-secondary h3,div.nn-brand--levemir .nn-brand__branded-box--brand-secondary h4,div.nn-brand--levemir .nn-brand__branded-box--brand-secondary h5,div.nn-brand--levemir .nn-brand__branded-box--brand-secondary h6,div.nn-brand--levemir .nn-brand__branded-box--brand-secondary ul,div.nn-brand--levemir .nn-brand__branded-box--brand-secondary ol,div.nn-brand--levemir .nn-brand__branded-box--brand-secondary a,div.nn-brand--levemir .nn-brand__branded-box--brand-secondary p{color:#333}
div.nn-brand--levemir .nn-brand__branded-box--brand-secondary .invalid-feedback{color:#26a78a}
div.nn-brand--levemir .nn-brand__branded-box--brand-secondary form button,div.nn-brand--levemir .nn-brand__branded-box--brand-secondary .form_button_submit{background-color:#26a78a;border-color:#26a78a;color:#fff}
div.nn-brand--levemir .nn-brand__branded-box--brand-secondary ul>li::before{color:#82786f}
div.nn-brand--levemir .nn-brand__branded-box--white{background:#fff}
div.nn-brand--levemir .nn-brand__branded-box--white h1,div.nn-brand--levemir .nn-brand__branded-box--white h2,div.nn-brand--levemir .nn-brand__branded-box--white .invalid-feedback{color:#82786f}
div.nn-brand--levemir .nn-brand__branded-box--white h3,div.nn-brand--levemir .nn-brand__branded-box--white h4,div.nn-brand--levemir .nn-brand__branded-box--white h5,div.nn-brand--levemir .nn-brand__branded-box--white h6,div.nn-brand--levemir .nn-brand__branded-box--white ul,div.nn-brand--levemir .nn-brand__branded-box--white ol,div.nn-brand--levemir .nn-brand__branded-box--white a,div.nn-brand--levemir .nn-brand__branded-box--white p{color:#333}
div.nn-brand--levemir .nn-brand__branded-box--white form button,div.nn-brand--levemir .nn-brand__branded-box--white .form_button_submit{background-color:#26a78a;border-color:#26a78a;color:#fff}
div.nn-brand--levemir .nn-brand__branded-box--gray{background-color:#e2e5e8;color:#333}
div.nn-brand--levemir .nn-brand__branded-box--gray h1,div.nn-brand--levemir .nn-brand__branded-box--gray h2,div.nn-brand--levemir .nn-brand__branded-box--gray .invalid-feedback{color:#26a78a}
div.nn-brand--levemir .nn-brand__branded-box--gray h3,div.nn-brand--levemir .nn-brand__branded-box--gray h4,div.nn-brand--levemir .nn-brand__branded-box--gray h5,div.nn-brand--levemir .nn-brand__branded-box--gray h6,div.nn-brand--levemir .nn-brand__branded-box--gray ul,div.nn-brand--levemir .nn-brand__branded-box--gray ol,div.nn-brand--levemir .nn-brand__branded-box--gray a,div.nn-brand--levemir .nn-brand__branded-box--gray p{color:#333}
div.nn-brand--levemir .nn-brand__branded-box--gray a{color:#82786f}
div.nn-brand--levemir .nn-brand__branded-box--gray form button,div.nn-brand--levemir .nn-brand__branded-box--gray .form_button_submit{background-color:#26a78a;border-color:#26a78a;color:#fff}
div.nn-brand--levemir .nn-brand__branded-box--transparent{background:rgba(255,255,255,0.9)}
div.nn-brand--levemir .nn-brand__branded-box--transparent h1,div.nn-brand--levemir .nn-brand__branded-box--transparent h2,div.nn-brand--levemir .nn-brand__branded-box--transparent .invalid-feedback{color:#82786f}
div.nn-brand--levemir .nn-brand__branded-box--transparent h3,div.nn-brand--levemir .nn-brand__branded-box--transparent h4,div.nn-brand--levemir .nn-brand__branded-box--transparent h5,div.nn-brand--levemir .nn-brand__branded-box--transparent h6,div.nn-brand--levemir .nn-brand__branded-box--transparent ul,div.nn-brand--levemir .nn-brand__branded-box--transparent ol,div.nn-brand--levemir .nn-brand__branded-box--transparent a,div.nn-brand--levemir .nn-brand__branded-box--transparent p{color:#333}
div.nn-brand--levemir .nn-brand__branded-box.border--none{border:0}
div.nn-brand--levemir .nn-brand__branded-box.border--brand-primary{border:2px solid #26a78a}
div.nn-brand--levemir .nn-brand__branded-box.border--brand-secondary{border:2px solid #82786f}
div.nn-brand--levemir .nn-brand__branded-box.border--white{border:2px solid #fff}
div.nn-brand--levemir .nn-brand__branded-box.border--gray{border:2px solid #e2e5e8}
div.nn-brand--levemir .nn-brand--background{background:#26a78a;background:linear-gradient(to bottom,#26a78a 20%,#029278 100%);color:#fff}
div.nn-brand--levemir .nn-brand--background h1,div.nn-brand--levemir .nn-brand--background h2,div.nn-brand--levemir .nn-brand--background .invalid-feedback{color:#fff}
div.nn-brand--levemir .nn-brand--background h3,div.nn-brand--levemir .nn-brand--background h4,div.nn-brand--levemir .nn-brand--background h5,div.nn-brand--levemir .nn-brand--background h6,div.nn-brand--levemir .nn-brand--background ul,div.nn-brand--levemir .nn-brand--background ol,div.nn-brand--levemir .nn-brand--background a,div.nn-brand--levemir .nn-brand--background p{color:#333}
div.nn-brand--levemir .nn-brand__sms-reminder #reminder-container,div.nn-brand--levemir .nn-brand__sms-reminder-unsubscribe #reminder-container,div.nn-brand--levemir .nn-brand__sms-reminder #reminder-unsubscribe-container,div.nn-brand--levemir .nn-brand__sms-reminder-unsubscribe #reminder-unsubscribe-container{border-color:#26a78a}
div.nn-brand--levemir a.nn-brand__button--primary{background-color:#26a78a;border-color:#26a78a;color:#fff}
div.nn-brand--levemir a.nn-brand__button--primary:hover{color:#fff}
div.nn-brand--levemir a.nn-brand__button--white{background-color:#fff;border-color:#fff;color:#82786f}
div.nn-brand--levemir a.nn-brand__button--white:hover{color:#82786f}
div.nn-brand--levemir a.nn-brand__button--secondary{background-color:#82786f;border-color:#82786f;color:#82786f}
div.nn-brand--levemir a.nn-brand__button--secondary:hover{color:#82786f}
div.nn-brand--levemir a.nn-brand__button--gradient{border-color:transparent;background:linear-gradient(to bottom,#26a78a 20%,#029278 100%);color:#fff !important}
div.nn-brand--levemir a.nn-brand__button--gradient:hover{color:#fff !important}
div.nn-brand--levemir form input[type=email],div.nn-brand--levemir .passwordreset input[type=email],div.nn-brand--levemir form input[type=tel],div.nn-brand--levemir .passwordreset input[type=tel],div.nn-brand--levemir form select:not([multiple]),div.nn-brand--levemir .passwordreset select:not([multiple]){width:100%;height:40px;padding:0 10px;background-color:#fbfbfb;color:#333;border-radius:2px;font-size:16px}
div.nn-brand--levemir form .form-row>div,div.nn-brand--levemir .passwordreset .form-row>div{padding:0 10px 0 0}
div.nn-brand--levemir form .form-row .invalid-feedback,div.nn-brand--levemir .passwordreset .form-row .invalid-feedback{font-size:.9rem}
div.nn-brand--levemir form input,div.nn-brand--levemir .passwordreset input{color:#333}
div.nn-brand--levemir form input:focus,div.nn-brand--levemir .passwordreset input:focus{border:1px solid #26a78a}
div.nn-brand--levemir form option,div.nn-brand--levemir .passwordreset option{color:#333}
div.nn-brand--levemir form .form-control:focus,div.nn-brand--levemir .passwordreset .form-control:focus{-webkit-box-shadow:unset;-moz-box-shadow:unset;box-shadow:unset;transition:unset}
div.nn-brand--levemir form button,div.nn-brand--levemir .form_button_submit{border-radius:12px;padding:15px 45px;font-size:1.1rem;white-space:nowrap;margin-top:15px;border-width:1px;border-style:solid;box-shadow:0 0 5px 0 rgba(0,0,0,0);background-color:#26a78a;border-color:#26a78a;color:#fff;background-image:none}
div.nn-brand--levemir form button:hover,div.nn-brand--levemir .form_button_submit:hover{text-decoration:none;transform:scale(1.05);box-shadow:0 5px 5px 0 rgba(0,0,0,0.1);color:#fff}
div.nn-brand--esperoct h1,div.nn-brand--esperoct h2{color:#007f6e}
div.nn-brand--esperoct h3,div.nn-brand--esperoct h4,div.nn-brand--esperoct h5,div.nn-brand--esperoct h6{color:#333}
div.nn-brand--esperoct .branded-text-primary{color:#007f6e}
div.nn-brand--esperoct .branded-text-secondary{color:#001965}
div.nn-brand--esperoct .nn-brand__accordion__expanded,div.nn-brand--esperoct .nn-brand__accordion__collapsed,div.nn-brand--esperoct .nn-brand__accordion .fa{color:#007f6e}
div.nn-brand--esperoct .nn-brand__container--white{background-color:#fff}
div.nn-brand--esperoct .nn-brand__container--white h1,div.nn-brand--esperoct .nn-brand__container--white h2,div.nn-brand--esperoct .nn-brand__container--white a,div.nn-brand--esperoct .nn-brand__container--white .invalid-feedback,div.nn-brand--esperoct .nn-brand__container--white nav.cmp-breadcrumb a{color:#007f6e}
div.nn-brand--esperoct .nn-brand__container--white .dataTables_wrapper .dataTables_paginate .paginate_button{color:#007f6e !important}
div.nn-brand--esperoct .nn-brand__container--white .dataTables_wrapper .dataTables_paginate .paginate_button.current{color:#000 !important}
div.nn-brand--esperoct .nn-brand__container--white .branded-data-table .dataTables_info{color:#007f6e}
div.nn-brand--esperoct .nn-brand__container--white form button,div.nn-brand--esperoct .nn-brand__container--white .form_button_submit{background-color:#007f6e;border-color:#007f6e;color:#fff}
div.nn-brand--esperoct .nn-brand__container--gray{background-color:#e2e5e8;color:#333}
div.nn-brand--esperoct .nn-brand__container--gray h1,div.nn-brand--esperoct .nn-brand__container--gray h2,div.nn-brand--esperoct .nn-brand__container--gray a,div.nn-brand--esperoct .nn-brand__container--gray .invalid-feedback,div.nn-brand--esperoct .nn-brand__container--gray nav.cmp-breadcrumb a{color:#007f6e}
div.nn-brand--esperoct .nn-brand__container--gray .dataTables_wrapper .dataTables_paginate .paginate_button{color:#007f6e !important}
div.nn-brand--esperoct .nn-brand__container--gray .dataTables_wrapper .dataTables_paginate .paginate_button.current{color:#000 !important}
div.nn-brand--esperoct .nn-brand__container--gray .branded-data-table .dataTables_info{color:#333}
div.nn-brand--esperoct .nn-brand__container--gray form button,div.nn-brand--esperoct .nn-brand__container--gray .form_button_submit{background-color:#007f6e;border-color:#007f6e;color:#fff}
div.nn-brand--esperoct .nn-brand__container--brand-primary{background-color:#007f6e;color:#fff}
div.nn-brand--esperoct .nn-brand__container--brand-primary h1,div.nn-brand--esperoct .nn-brand__container--brand-primary h2,div.nn-brand--esperoct .nn-brand__container--brand-primary h3,div.nn-brand--esperoct .nn-brand__container--brand-primary h4,div.nn-brand--esperoct .nn-brand__container--brand-primary h5,div.nn-brand--esperoct .nn-brand__container--brand-primary h6,div.nn-brand--esperoct .nn-brand__container--brand-primary ul,div.nn-brand--esperoct .nn-brand__container--brand-primary ol,div.nn-brand--esperoct .nn-brand__container--brand-primary a,div.nn-brand--esperoct .nn-brand__container--brand-primary p,div.nn-brand--esperoct .nn-brand__container--brand-primary .invalid-feedback,div.nn-brand--esperoct .nn-brand__container--brand-primary nav.cmp-breadcrumb a{color:#fff}
div.nn-brand--esperoct .nn-brand__container--brand-primary a:hover{border-color:#fff}
div.nn-brand--esperoct .nn-brand__container--brand-primary .dataTables_wrapper .dataTables_paginate .paginate_button{color:#fff !important}
div.nn-brand--esperoct .nn-brand__container--brand-primary .dataTables_wrapper .dataTables_paginate .paginate_button.current{color:#000 !important}
div.nn-brand--esperoct .nn-brand__container--brand-primary .branded-data-table .dataTables_info{color:#fff}
div.nn-brand--esperoct .nn-brand__container--brand-primary form button,div.nn-brand--esperoct .nn-brand__container--brand-primary .form_button_submit{background-color:#fff;border-color:#fff;color:#001965}
div.nn-brand--esperoct .nn-brand__container--brand-primary form button:hover,div.nn-brand--esperoct .nn-brand__container--brand-primary .form_button_submit:hover{color:#001965}
div.nn-brand--esperoct .nn-brand__container--brand-primary .nn-brand__accordion{border-color:#fff;color:#fff}
div.nn-brand--esperoct .nn-brand__container--brand-primary .nn-brand__accordion__expanded,div.nn-brand--esperoct .nn-brand__container--brand-primary .nn-brand__accordion__collapsed,div.nn-brand--esperoct .nn-brand__container--brand-primary .nn-brand__accordion .fa{color:#fff}
div.nn-brand--esperoct .nn-brand__container--brand-secondary{background-color:#001965;color:#fff}
div.nn-brand--esperoct .nn-brand__container--brand-secondary h1,div.nn-brand--esperoct .nn-brand__container--brand-secondary h2,div.nn-brand--esperoct .nn-brand__container--brand-secondary h3,div.nn-brand--esperoct .nn-brand__container--brand-secondary h4,div.nn-brand--esperoct .nn-brand__container--brand-secondary h5,div.nn-brand--esperoct .nn-brand__container--brand-secondary h6,div.nn-brand--esperoct .nn-brand__container--brand-secondary a,div.nn-brand--esperoct .nn-brand__container--brand-secondary ol,div.nn-brand--esperoct .nn-brand__container--brand-secondary ul,div.nn-brand--esperoct .nn-brand__container--brand-secondary .invalid-feedback,div.nn-brand--esperoct .nn-brand__container--brand-secondary nav.cmp-breadcrumb a{color:#fff}
div.nn-brand--esperoct .nn-brand__container--brand-secondary .dataTables_wrapper .dataTables_paginate .paginate_button{color:#fff !important}
div.nn-brand--esperoct .nn-brand__container--brand-secondary .dataTables_wrapper .dataTables_paginate .paginate_button.current{color:#000 !important}
div.nn-brand--esperoct .nn-brand__container--brand-secondary .branded-data-table .dataTables_info{color:#fff}
div.nn-brand--esperoct .nn-brand__container--brand-secondary .invalid-feedback{color:#007f6e}
div.nn-brand--esperoct .nn-brand__container--brand-secondary form button,div.nn-brand--esperoct .nn-brand__container--brand-secondary .form_button_submit{background-color:#007f6e;border-color:#007f6e;color:#fff}
div.nn-brand--esperoct .nn-brand__container--brand-secondary .nn-brand__accordion{border-color:#fff;color:#fff}
div.nn-brand--esperoct .nn-brand__container--brand-secondary .nn-brand__accordion__expanded,div.nn-brand--esperoct .nn-brand__container--brand-secondary .nn-brand__accordion__collapsed,div.nn-brand--esperoct .nn-brand__container--brand-secondary .nn-brand__accordion .fa{color:#fff}
div.nn-brand--esperoct .nn-brand__container--brand-gradient{background:linear-gradient(to right,#001965 0,#007f6e 100%);color:#fff}
div.nn-brand--esperoct .nn-brand__container--brand-gradient h1,div.nn-brand--esperoct .nn-brand__container--brand-gradient h2,div.nn-brand--esperoct .nn-brand__container--brand-gradient h3,div.nn-brand--esperoct .nn-brand__container--brand-gradient h4,div.nn-brand--esperoct .nn-brand__container--brand-gradient h5,div.nn-brand--esperoct .nn-brand__container--brand-gradient h6,div.nn-brand--esperoct .nn-brand__container--brand-gradient ul,div.nn-brand--esperoct .nn-brand__container--brand-gradient ol,div.nn-brand--esperoct .nn-brand__container--brand-gradient a,div.nn-brand--esperoct .nn-brand__container--brand-gradient p,div.nn-brand--esperoct .nn-brand__container--brand-gradient .invalid-feedback,div.nn-brand--esperoct .nn-brand__container--brand-gradient nav.cmp-breadcrumb a{color:#fff}
div.nn-brand--esperoct .nn-brand__container--brand-gradient .dataTables_wrapper .dataTables_paginate .paginate_button{color:#fff !important}
div.nn-brand--esperoct .nn-brand__container--brand-gradient .dataTables_wrapper .dataTables_paginate .paginate_button.current{color:#000 !important}
div.nn-brand--esperoct .nn-brand__container--brand-gradient .branded-data-table .dataTables_info{color:#fff}
div.nn-brand--esperoct .nn-brand__container--brand-gradient form button,div.nn-brand--esperoct .nn-brand__container--brand-gradient .form_button_submit{background-color:#fff;border-color:#fff;color:#fff}
div.nn-brand--esperoct .nn-brand__container--brand-gradient form button:hover,div.nn-brand--esperoct .nn-brand__container--brand-gradient .form_button_submit:hover{color:#fff}
div.nn-brand--esperoct .nn-brand__container--brand-gradient .nn-brand__accordion{border-color:#fff;color:#fff}
div.nn-brand--esperoct .nn-brand__container--brand-gradient .nn-brand__accordion__expanded,div.nn-brand--esperoct .nn-brand__container--brand-gradient .nn-brand__accordion__collapsed,div.nn-brand--esperoct .nn-brand__container--brand-gradient .nn-brand__accordion .fa{color:#fff}
div.nn-brand--esperoct .nn-brand__branded-box--brand-gradient{background:linear-gradient(to right,#001965 0,#007f6e 100%);color:#fff}
div.nn-brand--esperoct .nn-brand__branded-box--brand-gradient h1,div.nn-brand--esperoct .nn-brand__branded-box--brand-gradient h2,div.nn-brand--esperoct .nn-brand__branded-box--brand-gradient h3,div.nn-brand--esperoct .nn-brand__branded-box--brand-gradient h4,div.nn-brand--esperoct .nn-brand__branded-box--brand-gradient h5,div.nn-brand--esperoct .nn-brand__branded-box--brand-gradient h6,div.nn-brand--esperoct .nn-brand__branded-box--brand-gradient a,div.nn-brand--esperoct .nn-brand__branded-box--brand-gradient ul,div.nn-brand--esperoct .nn-brand__branded-box--brand-gradient ol,div.nn-brand--esperoct .nn-brand__branded-box--brand-gradient p,div.nn-brand--esperoct .nn-brand__branded-box--brand-gradient .invalid-feedback{color:#fff}
div.nn-brand--esperoct .nn-brand__branded-box--brand-gradient form button,div.nn-brand--esperoct .nn-brand__branded-box--brand-gradient .form_button_submit{background-color:#fff;border-color:#fff;color:#fff}
div.nn-brand--esperoct .nn-brand__branded-box--brand-gradient form button:hover,div.nn-brand--esperoct .nn-brand__branded-box--brand-gradient .form_button_submit:hover{color:#fff}
div.nn-brand--esperoct .nn-brand__branded-box--brand-gradient ul>li::before{color:#fff}
div.nn-brand--esperoct .nn-brand__branded-box--brand-primary{background-color:#007f6e;color:#fff}
div.nn-brand--esperoct .nn-brand__branded-box--brand-primary h1,div.nn-brand--esperoct .nn-brand__branded-box--brand-primary h2,div.nn-brand--esperoct .nn-brand__branded-box--brand-primary h3,div.nn-brand--esperoct .nn-brand__branded-box--brand-primary h4,div.nn-brand--esperoct .nn-brand__branded-box--brand-primary h5,div.nn-brand--esperoct .nn-brand__branded-box--brand-primary h6,div.nn-brand--esperoct .nn-brand__branded-box--brand-primary a,div.nn-brand--esperoct .nn-brand__branded-box--brand-primary ul,div.nn-brand--esperoct .nn-brand__branded-box--brand-primary ol,div.nn-brand--esperoct .nn-brand__branded-box--brand-primary p,div.nn-brand--esperoct .nn-brand__branded-box--brand-primary .invalid-feedback{color:#fff}
div.nn-brand--esperoct .nn-brand__branded-box--brand-primary form button,div.nn-brand--esperoct .nn-brand__branded-box--brand-primary .form_button_submit{background-color:#fff;border-color:#fff;color:#fff}
div.nn-brand--esperoct .nn-brand__branded-box--brand-primary form button:hover,div.nn-brand--esperoct .nn-brand__branded-box--brand-primary .form_button_submit:hover{color:#fff}
div.nn-brand--esperoct .nn-brand__branded-box--brand-primary ul>li::before{color:#001965}
div.nn-brand--esperoct .nn-brand__branded-box--brand-secondary{background-color:#001965;color:#fff}
div.nn-brand--esperoct .nn-brand__branded-box--brand-secondary h1,div.nn-brand--esperoct .nn-brand__branded-box--brand-secondary h2,div.nn-brand--esperoct .nn-brand__branded-box--brand-secondary h3,div.nn-brand--esperoct .nn-brand__branded-box--brand-secondary h4,div.nn-brand--esperoct .nn-brand__branded-box--brand-secondary h5,div.nn-brand--esperoct .nn-brand__branded-box--brand-secondary h6,div.nn-brand--esperoct .nn-brand__branded-box--brand-secondary ul,div.nn-brand--esperoct .nn-brand__branded-box--brand-secondary ol,div.nn-brand--esperoct .nn-brand__branded-box--brand-secondary a,div.nn-brand--esperoct .nn-brand__branded-box--brand-secondary p,div.nn-brand--esperoct .nn-brand__branded-box--brand-secondary .invalid-feedback,div.nn-brand--esperoct .nn-brand__branded-box--brand-secondary nav.cmp-breadcrumb a{color:#fff}
div.nn-brand--esperoct .nn-brand__branded-box--brand-secondary .invalid-feedback{color:#007f6e}
div.nn-brand--esperoct .nn-brand__branded-box--brand-secondary form button,div.nn-brand--esperoct .nn-brand__branded-box--brand-secondary .form_button_submit{background-color:#007f6e;border-color:#007f6e;color:#fff}
div.nn-brand--esperoct .nn-brand__branded-box--brand-secondary ul>li::before{color:#fff}
div.nn-brand--esperoct .nn-brand__branded-box--white{background:#fff}
div.nn-brand--esperoct .nn-brand__branded-box--white h1,div.nn-brand--esperoct .nn-brand__branded-box--white h2,div.nn-brand--esperoct .nn-brand__branded-box--white h3,div.nn-brand--esperoct .nn-brand__branded-box--white h4,div.nn-brand--esperoct .nn-brand__branded-box--white h5,div.nn-brand--esperoct .nn-brand__branded-box--white h6,div.nn-brand--esperoct .nn-brand__branded-box--white a,div.nn-brand--esperoct .nn-brand__branded-box--white ul,div.nn-brand--esperoct .nn-brand__branded-box--white ol,div.nn-brand--esperoct .nn-brand__branded-box--white p,div.nn-brand--esperoct .nn-brand__branded-box--white .invalid-feedback{color:#001965}
div.nn-brand--esperoct .nn-brand__branded-box--white form button,div.nn-brand--esperoct .nn-brand__branded-box--white .form_button_submit{background-color:#007f6e;border-color:#007f6e;color:#fff}
div.nn-brand--esperoct .nn-brand__branded-box--gray{background-color:#e2e5e8;color:#333}
div.nn-brand--esperoct .nn-brand__branded-box--gray h1,div.nn-brand--esperoct .nn-brand__branded-box--gray h2,div.nn-brand--esperoct .nn-brand__branded-box--gray a,div.nn-brand--esperoct .nn-brand__branded-box--gray p,div.nn-brand--esperoct .nn-brand__branded-box--gray .invalid-feedback{color:#007f6e}
div.nn-brand--esperoct .nn-brand__branded-box--gray form button,div.nn-brand--esperoct .nn-brand__branded-box--gray .form_button_submit{background-color:#007f6e;border-color:#007f6e;color:#fff}
div.nn-brand--esperoct .nn-brand__branded-box--transparent{background:rgba(255,255,255,0.9)}
div.nn-brand--esperoct .nn-brand__branded-box--transparent h1,div.nn-brand--esperoct .nn-brand__branded-box--transparent h2,div.nn-brand--esperoct .nn-brand__branded-box--transparent h3,div.nn-brand--esperoct .nn-brand__branded-box--transparent h4,div.nn-brand--esperoct .nn-brand__branded-box--transparent h5,div.nn-brand--esperoct .nn-brand__branded-box--transparent h6,div.nn-brand--esperoct .nn-brand__branded-box--transparent a,div.nn-brand--esperoct .nn-brand__branded-box--transparent ul,div.nn-brand--esperoct .nn-brand__branded-box--transparent ol,div.nn-brand--esperoct .nn-brand__branded-box--transparent p,div.nn-brand--esperoct .nn-brand__branded-box--transparent .invalid-feedback{color:#001965}
div.nn-brand--esperoct .nn-brand__branded-box.border--none{border:0}
div.nn-brand--esperoct .nn-brand__branded-box.border--brand-primary{border:2px solid #007f6e}
div.nn-brand--esperoct .nn-brand__branded-box.border--brand-secondary{border:2px solid #001965}
div.nn-brand--esperoct .nn-brand__branded-box.border--white{border:2px solid #fff}
div.nn-brand--esperoct .nn-brand__branded-box.border--gray{border:2px solid #e2e5e8}
div.nn-brand--esperoct .nn-brand--background{background:#007f6e;background:linear-gradient(to right,#001965 0,#007f6e 100%);color:#fff}
div.nn-brand--esperoct .nn-brand--background h1,div.nn-brand--esperoct .nn-brand--background h2,div.nn-brand--esperoct .nn-brand--background h3,div.nn-brand--esperoct .nn-brand--background h4,div.nn-brand--esperoct .nn-brand--background h5,div.nn-brand--esperoct .nn-brand--background h6,div.nn-brand--esperoct .nn-brand--background ul,div.nn-brand--esperoct .nn-brand--background ol,div.nn-brand--esperoct .nn-brand--background a,div.nn-brand--esperoct .nn-brand--background p,div.nn-brand--esperoct .nn-brand--background .invalid-feedback{color:#fff}
div.nn-brand--esperoct .nn-brand__sms-reminder #reminder-container,div.nn-brand--esperoct .nn-brand__sms-reminder-unsubscribe #reminder-container,div.nn-brand--esperoct .nn-brand__sms-reminder #reminder-unsubscribe-container,div.nn-brand--esperoct .nn-brand__sms-reminder-unsubscribe #reminder-unsubscribe-container{border-color:#007f6e}
div.nn-brand--esperoct a.nn-brand__button--primary{background-color:#007f6e;border-color:#007f6e;color:#fff}
div.nn-brand--esperoct a.nn-brand__button--primary:hover{color:#fff}
div.nn-brand--esperoct a.nn-brand__button--white{background-color:#fff;border-color:#fff;color:#007f6e}
div.nn-brand--esperoct a.nn-brand__button--white:hover{color:#007f6e}
div.nn-brand--esperoct a.nn-brand__button--secondary{background-color:#001965;border-color:#001965;color:#fff}
div.nn-brand--esperoct a.nn-brand__button--secondary:hover{color:#fff}
div.nn-brand--esperoct a.nn-brand__button--gradient{border-color:transparent;background:linear-gradient(to right,#001965 0,#007f6e 100%);color:#fff !important}
div.nn-brand--esperoct a.nn-brand__button--gradient:hover{color:#fff !important}
div.nn-brand--esperoct form input[type=email],div.nn-brand--esperoct .passwordreset input[type=email],div.nn-brand--esperoct form input[type=tel],div.nn-brand--esperoct .passwordreset input[type=tel],div.nn-brand--esperoct form select:not([multiple]),div.nn-brand--esperoct .passwordreset select:not([multiple]){width:100%;height:40px;padding:0 10px;background-color:#fbfbfb;color:#333;border-radius:2px;font-size:16px}
div.nn-brand--esperoct form .form-row>div,div.nn-brand--esperoct .passwordreset .form-row>div{padding:0 10px 0 0}
div.nn-brand--esperoct form .form-row .invalid-feedback,div.nn-brand--esperoct .passwordreset .form-row .invalid-feedback{font-size:.9rem}
div.nn-brand--esperoct form input,div.nn-brand--esperoct .passwordreset input{color:#333}
div.nn-brand--esperoct form input:focus,div.nn-brand--esperoct .passwordreset input:focus{border:1px solid #001965}
div.nn-brand--esperoct form option,div.nn-brand--esperoct .passwordreset option{color:#333}
div.nn-brand--esperoct form .form-control:focus,div.nn-brand--esperoct .passwordreset .form-control:focus{-webkit-box-shadow:unset;-moz-box-shadow:unset;box-shadow:unset;transition:unset}
div.nn-brand--esperoct form button,div.nn-brand--esperoct .form_button_submit{border-radius:12px;padding:15px 45px;font-size:1.1rem;white-space:nowrap;margin-top:15px;border-width:1px;border-style:solid;box-shadow:0 0 5px 0 rgba(0,0,0,0);background-color:#007f6e;border-color:#007f6e;color:#001965;background-image:none}
div.nn-brand--esperoct form button:hover,div.nn-brand--esperoct .form_button_submit:hover{text-decoration:none;transform:scale(1.05);box-shadow:0 5px 5px 0 rgba(0,0,0,0.1);color:#fff}
div.nn-brand--rybelsus h1,div.nn-brand--rybelsus h2{color:#171c8f}
div.nn-brand--rybelsus h3,div.nn-brand--rybelsus h4,div.nn-brand--rybelsus h5,div.nn-brand--rybelsus h6{color:#333}
div.nn-brand--rybelsus .branded-text-primary{color:#171c8f}
div.nn-brand--rybelsus .branded-text-secondary{color:#ff8200}
div.nn-brand--rybelsus .nn-brand__accordion__expanded,div.nn-brand--rybelsus .nn-brand__accordion__collapsed,div.nn-brand--rybelsus .nn-brand__accordion .fa{color:#171c8f}
div.nn-brand--rybelsus .nn-brand__container--white{background-color:#fff}
div.nn-brand--rybelsus .nn-brand__container--white h1,div.nn-brand--rybelsus .nn-brand__container--white h2,div.nn-brand--rybelsus .nn-brand__container--white a,div.nn-brand--rybelsus .nn-brand__container--white .invalid-feedback,div.nn-brand--rybelsus .nn-brand__container--white nav.cmp-breadcrumb a{color:#171c8f}
div.nn-brand--rybelsus .nn-brand__container--white form button,div.nn-brand--rybelsus .nn-brand__container--white .form_button_submit{background-color:#171c8f;border-color:#171c8f;color:#fff}
div.nn-brand--rybelsus .nn-brand__container--gray{background-color:#e2e5e8;color:#333}
div.nn-brand--rybelsus .nn-brand__container--gray h1,div.nn-brand--rybelsus .nn-brand__container--gray h2,div.nn-brand--rybelsus .nn-brand__container--gray a,div.nn-brand--rybelsus .nn-brand__container--gray .invalid-feedback,div.nn-brand--rybelsus .nn-brand__container--gray nav.cmp-breadcrumb a{color:#171c8f}
div.nn-brand--rybelsus .nn-brand__container--gray form button,div.nn-brand--rybelsus .nn-brand__container--gray .form_button_submit{background-color:#171c8f;border-color:#171c8f;color:#fff}
div.nn-brand--rybelsus .nn-brand__container--brand-primary{background-color:#171c8f;color:#ff8200}
div.nn-brand--rybelsus .nn-brand__container--brand-primary h1,div.nn-brand--rybelsus .nn-brand__container--brand-primary h2,div.nn-brand--rybelsus .nn-brand__container--brand-primary h3,div.nn-brand--rybelsus .nn-brand__container--brand-primary h4,div.nn-brand--rybelsus .nn-brand__container--brand-primary h5,div.nn-brand--rybelsus .nn-brand__container--brand-primary h6,div.nn-brand--rybelsus .nn-brand__container--brand-primary ul,div.nn-brand--rybelsus .nn-brand__container--brand-primary ol,div.nn-brand--rybelsus .nn-brand__container--brand-primary a,div.nn-brand--rybelsus .nn-brand__container--brand-primary p,div.nn-brand--rybelsus .nn-brand__container--brand-primary .invalid-feedback,div.nn-brand--rybelsus .nn-brand__container--brand-primary nav.cmp-breadcrumb a{color:#ff8200}
div.nn-brand--rybelsus .nn-brand__container--brand-primary a:hover{border-color:#ff8200}
div.nn-brand--rybelsus .nn-brand__container--brand-primary form button,div.nn-brand--rybelsus .nn-brand__container--brand-primary .form_button_submit{background-color:#fff;border-color:#fff;color:#ff8200}
div.nn-brand--rybelsus .nn-brand__container--brand-primary form button:hover,div.nn-brand--rybelsus .nn-brand__container--brand-primary .form_button_submit:hover{color:#ff8200}
div.nn-brand--rybelsus .nn-brand__container--brand-primary .nn-brand__accordion{border-color:#ff8200;color:#ff8200}
div.nn-brand--rybelsus .nn-brand__container--brand-primary .nn-brand__accordion__expanded,div.nn-brand--rybelsus .nn-brand__container--brand-primary .nn-brand__accordion__collapsed,div.nn-brand--rybelsus .nn-brand__container--brand-primary .nn-brand__accordion .fa{color:#ff8200}
div.nn-brand--rybelsus .nn-brand__container--brand-secondary{background-color:#ff8200;color:#fff}
div.nn-brand--rybelsus .nn-brand__container--brand-secondary h1,div.nn-brand--rybelsus .nn-brand__container--brand-secondary h2,div.nn-brand--rybelsus .nn-brand__container--brand-secondary h3,div.nn-brand--rybelsus .nn-brand__container--brand-secondary h4,div.nn-brand--rybelsus .nn-brand__container--brand-secondary h5,div.nn-brand--rybelsus .nn-brand__container--brand-secondary h6,div.nn-brand--rybelsus .nn-brand__container--brand-secondary a,div.nn-brand--rybelsus .nn-brand__container--brand-secondary ol,div.nn-brand--rybelsus .nn-brand__container--brand-secondary ul,div.nn-brand--rybelsus .nn-brand__container--brand-secondary .invalid-feedback,div.nn-brand--rybelsus .nn-brand__container--brand-secondary nav.cmp-breadcrumb a{color:#fff}
div.nn-brand--rybelsus .nn-brand__container--brand-secondary .invalid-feedback{color:#171c8f}
div.nn-brand--rybelsus .nn-brand__container--brand-secondary form button,div.nn-brand--rybelsus .nn-brand__container--brand-secondary .form_button_submit{background-color:#171c8f;border-color:#171c8f;color:#fff}
div.nn-brand--rybelsus .nn-brand__container--brand-secondary .nn-brand__accordion{border-color:#fff;color:#fff}
div.nn-brand--rybelsus .nn-brand__container--brand-secondary .nn-brand__accordion__expanded,div.nn-brand--rybelsus .nn-brand__container--brand-secondary .nn-brand__accordion__collapsed,div.nn-brand--rybelsus .nn-brand__container--brand-secondary .nn-brand__accordion .fa{color:#fff}
div.nn-brand--rybelsus .nn-brand__container--brand-gradient{background:radial-gradient(circle,#fff 0,#abadd6 0,#9699cc 0,#6266b3 0,#4c50a8 0,#3f43a2 0,#353a9d 18%,#282d97 32%,#171c8f 61%);color:#ff8200}
div.nn-brand--rybelsus .nn-brand__container--brand-gradient h1,div.nn-brand--rybelsus .nn-brand__container--brand-gradient h2,div.nn-brand--rybelsus .nn-brand__container--brand-gradient h3,div.nn-brand--rybelsus .nn-brand__container--brand-gradient h4,div.nn-brand--rybelsus .nn-brand__container--brand-gradient h5,div.nn-brand--rybelsus .nn-brand__container--brand-gradient h6,div.nn-brand--rybelsus .nn-brand__container--brand-gradient ul,div.nn-brand--rybelsus .nn-brand__container--brand-gradient ol,div.nn-brand--rybelsus .nn-brand__container--brand-gradient a,div.nn-brand--rybelsus .nn-brand__container--brand-gradient p,div.nn-brand--rybelsus .nn-brand__container--brand-gradient .invalid-feedback,div.nn-brand--rybelsus .nn-brand__container--brand-gradient nav.cmp-breadcrumb a{color:#ff8200}
div.nn-brand--rybelsus .nn-brand__container--brand-gradient form button,div.nn-brand--rybelsus .nn-brand__container--brand-gradient .form_button_submit{background-color:#fff;border-color:#fff;color:#ff8200}
div.nn-brand--rybelsus .nn-brand__container--brand-gradient form button:hover,div.nn-brand--rybelsus .nn-brand__container--brand-gradient .form_button_submit:hover{color:#ff8200}
div.nn-brand--rybelsus .nn-brand__container--brand-gradient .nn-brand__accordion{border-color:#ff8200;color:#ff8200}
div.nn-brand--rybelsus .nn-brand__container--brand-gradient .nn-brand__accordion__expanded,div.nn-brand--rybelsus .nn-brand__container--brand-gradient .nn-brand__accordion__collapsed,div.nn-brand--rybelsus .nn-brand__container--brand-gradient .nn-brand__accordion .fa{color:#ff8200}
div.nn-brand--rybelsus .nn-brand__branded-box--brand-gradient{background:radial-gradient(circle,#fff 0,#abadd6 0,#9699cc 0,#6266b3 0,#4c50a8 0,#3f43a2 0,#353a9d 18%,#282d97 32%,#171c8f 61%);color:#ff8200}
div.nn-brand--rybelsus .nn-brand__branded-box--brand-gradient h1,div.nn-brand--rybelsus .nn-brand__branded-box--brand-gradient h2,div.nn-brand--rybelsus .nn-brand__branded-box--brand-gradient h3,div.nn-brand--rybelsus .nn-brand__branded-box--brand-gradient h4,div.nn-brand--rybelsus .nn-brand__branded-box--brand-gradient h5,div.nn-brand--rybelsus .nn-brand__branded-box--brand-gradient h6,div.nn-brand--rybelsus .nn-brand__branded-box--brand-gradient a,div.nn-brand--rybelsus .nn-brand__branded-box--brand-gradient ul,div.nn-brand--rybelsus .nn-brand__branded-box--brand-gradient ol,div.nn-brand--rybelsus .nn-brand__branded-box--brand-gradient p,div.nn-brand--rybelsus .nn-brand__branded-box--brand-gradient .invalid-feedback{color:#ff8200}
div.nn-brand--rybelsus .nn-brand__branded-box--brand-gradient form button,div.nn-brand--rybelsus .nn-brand__branded-box--brand-gradient .form_button_submit{background-color:#fff;border-color:#fff;color:#ff8200}
div.nn-brand--rybelsus .nn-brand__branded-box--brand-gradient form button:hover,div.nn-brand--rybelsus .nn-brand__branded-box--brand-gradient .form_button_submit:hover{color:#ff8200}
div.nn-brand--rybelsus .nn-brand__branded-box--brand-gradient ul>li::before{color:#ff8200}
div.nn-brand--rybelsus .nn-brand__branded-box--brand-primary{background-color:#171c8f;color:#ff8200}
div.nn-brand--rybelsus .nn-brand__branded-box--brand-primary h1,div.nn-brand--rybelsus .nn-brand__branded-box--brand-primary h2,div.nn-brand--rybelsus .nn-brand__branded-box--brand-primary h3,div.nn-brand--rybelsus .nn-brand__branded-box--brand-primary h4,div.nn-brand--rybelsus .nn-brand__branded-box--brand-primary h5,div.nn-brand--rybelsus .nn-brand__branded-box--brand-primary h6,div.nn-brand--rybelsus .nn-brand__branded-box--brand-primary a,div.nn-brand--rybelsus .nn-brand__branded-box--brand-primary ul,div.nn-brand--rybelsus .nn-brand__branded-box--brand-primary ol,div.nn-brand--rybelsus .nn-brand__branded-box--brand-primary p,div.nn-brand--rybelsus .nn-brand__branded-box--brand-primary .invalid-feedback{color:#ff8200}
div.nn-brand--rybelsus .nn-brand__branded-box--brand-primary form button,div.nn-brand--rybelsus .nn-brand__branded-box--brand-primary .form_button_submit{background-color:#fff;border-color:#fff;color:#ff8200}
div.nn-brand--rybelsus .nn-brand__branded-box--brand-primary form button:hover,div.nn-brand--rybelsus .nn-brand__branded-box--brand-primary .form_button_submit:hover{color:#ff8200}
div.nn-brand--rybelsus .nn-brand__branded-box--brand-primary ul>li::before{color:#ff8200}
div.nn-brand--rybelsus .nn-brand__branded-box--brand-secondary{background-color:#ff8200;color:#fff}
div.nn-brand--rybelsus .nn-brand__branded-box--brand-secondary h1,div.nn-brand--rybelsus .nn-brand__branded-box--brand-secondary h2,div.nn-brand--rybelsus .nn-brand__branded-box--brand-secondary h3,div.nn-brand--rybelsus .nn-brand__branded-box--brand-secondary h4,div.nn-brand--rybelsus .nn-brand__branded-box--brand-secondary h5,div.nn-brand--rybelsus .nn-brand__branded-box--brand-secondary h6,div.nn-brand--rybelsus .nn-brand__branded-box--brand-secondary ul,div.nn-brand--rybelsus .nn-brand__branded-box--brand-secondary ol,div.nn-brand--rybelsus .nn-brand__branded-box--brand-secondary a,div.nn-brand--rybelsus .nn-brand__branded-box--brand-secondary p,div.nn-brand--rybelsus .nn-brand__branded-box--brand-secondary .invalid-feedback,div.nn-brand--rybelsus .nn-brand__branded-box--brand-secondary nav.cmp-breadcrumb a{color:#fff}
div.nn-brand--rybelsus .nn-brand__branded-box--brand-secondary .invalid-feedback{color:#171c8f}
div.nn-brand--rybelsus .nn-brand__branded-box--brand-secondary form button,div.nn-brand--rybelsus .nn-brand__branded-box--brand-secondary .form_button_submit{background-color:#171c8f;border-color:#171c8f;color:#fff}
div.nn-brand--rybelsus .nn-brand__branded-box--brand-secondary ul>li::before{color:#fff}
div.nn-brand--rybelsus .nn-brand__branded-box--white{background:#fff}
div.nn-brand--rybelsus .nn-brand__branded-box--white h1,div.nn-brand--rybelsus .nn-brand__branded-box--white h2,div.nn-brand--rybelsus .nn-brand__branded-box--white h3,div.nn-brand--rybelsus .nn-brand__branded-box--white h4,div.nn-brand--rybelsus .nn-brand__branded-box--white h5,div.nn-brand--rybelsus .nn-brand__branded-box--white h6,div.nn-brand--rybelsus .nn-brand__branded-box--white a,div.nn-brand--rybelsus .nn-brand__branded-box--white ul,div.nn-brand--rybelsus .nn-brand__branded-box--white ol,div.nn-brand--rybelsus .nn-brand__branded-box--white p,div.nn-brand--rybelsus .nn-brand__branded-box--white .invalid-feedback{color:#ff8200}
div.nn-brand--rybelsus .nn-brand__branded-box--white form button,div.nn-brand--rybelsus .nn-brand__branded-box--white .form_button_submit{background-color:#171c8f;border-color:#171c8f;color:#fff}
div.nn-brand--rybelsus .nn-brand__branded-box--gray{background-color:#e2e5e8;color:#333}
div.nn-brand--rybelsus .nn-brand__branded-box--gray h1,div.nn-brand--rybelsus .nn-brand__branded-box--gray h2,div.nn-brand--rybelsus .nn-brand__branded-box--gray a,div.nn-brand--rybelsus .nn-brand__branded-box--gray p,div.nn-brand--rybelsus .nn-brand__branded-box--gray .invalid-feedback{color:#171c8f}
div.nn-brand--rybelsus .nn-brand__branded-box--gray form button,div.nn-brand--rybelsus .nn-brand__branded-box--gray .form_button_submit{background-color:#171c8f;border-color:#171c8f;color:#fff}
div.nn-brand--rybelsus .nn-brand__branded-box--transparent{background:rgba(255,255,255,0.9)}
div.nn-brand--rybelsus .nn-brand__branded-box--transparent h1,div.nn-brand--rybelsus .nn-brand__branded-box--transparent h2,div.nn-brand--rybelsus .nn-brand__branded-box--transparent h3,div.nn-brand--rybelsus .nn-brand__branded-box--transparent h4,div.nn-brand--rybelsus .nn-brand__branded-box--transparent h5,div.nn-brand--rybelsus .nn-brand__branded-box--transparent h6,div.nn-brand--rybelsus .nn-brand__branded-box--transparent a,div.nn-brand--rybelsus .nn-brand__branded-box--transparent ul,div.nn-brand--rybelsus .nn-brand__branded-box--transparent ol,div.nn-brand--rybelsus .nn-brand__branded-box--transparent p,div.nn-brand--rybelsus .nn-brand__branded-box--transparent .invalid-feedback{color:#ff8200}
div.nn-brand--rybelsus .nn-brand__branded-box.border--none{border:0}
div.nn-brand--rybelsus .nn-brand__branded-box.border--brand-primary{border:2px solid #171c8f}
div.nn-brand--rybelsus .nn-brand__branded-box.border--brand-secondary{border:2px solid #ff8200}
div.nn-brand--rybelsus .nn-brand__branded-box.border--white{border:2px solid #fff}
div.nn-brand--rybelsus .nn-brand__branded-box.border--gray{border:2px solid #e2e5e8}
div.nn-brand--rybelsus .nn-brand--background{background:#171c8f;background:radial-gradient(circle,#fff 0,#abadd6 0,#9699cc 0,#6266b3 0,#4c50a8 0,#3f43a2 0,#353a9d 18%,#282d97 32%,#171c8f 61%);color:#ff8200}
div.nn-brand--rybelsus .nn-brand--background h1,div.nn-brand--rybelsus .nn-brand--background h2,div.nn-brand--rybelsus .nn-brand--background h3,div.nn-brand--rybelsus .nn-brand--background h4,div.nn-brand--rybelsus .nn-brand--background h5,div.nn-brand--rybelsus .nn-brand--background h6,div.nn-brand--rybelsus .nn-brand--background ul,div.nn-brand--rybelsus .nn-brand--background ol,div.nn-brand--rybelsus .nn-brand--background a,div.nn-brand--rybelsus .nn-brand--background p,div.nn-brand--rybelsus .nn-brand--background .invalid-feedback{color:#ff8200}
div.nn-brand--rybelsus .nn-brand__sms-reminder #reminder-container,div.nn-brand--rybelsus .nn-brand__sms-reminder-unsubscribe #reminder-container,div.nn-brand--rybelsus .nn-brand__sms-reminder #reminder-unsubscribe-container,div.nn-brand--rybelsus .nn-brand__sms-reminder-unsubscribe #reminder-unsubscribe-container{border-color:#171c8f}
div.nn-brand--rybelsus a.nn-brand__button--primary{background-color:#171c8f;border-color:#171c8f;color:#ff8200}
div.nn-brand--rybelsus a.nn-brand__button--primary:hover{color:#ff8200}
div.nn-brand--rybelsus a.nn-brand__button--white{background-color:#fff;border-color:#fff;color:#171c8f}
div.nn-brand--rybelsus a.nn-brand__button--white:hover{color:#171c8f}
div.nn-brand--rybelsus a.nn-brand__button--secondary{background-color:#ff8200;border-color:#ff8200;color:#fff}
div.nn-brand--rybelsus a.nn-brand__button--secondary:hover{color:#fff}
div.nn-brand--rybelsus a.nn-brand__button--gradient{border-color:transparent;background:radial-gradient(circle,#fff 0,#abadd6 0,#9699cc 0,#6266b3 0,#4c50a8 0,#3f43a2 0,#353a9d 18%,#282d97 32%,#171c8f 61%);color:#ff8200 !important}
div.nn-brand--rybelsus a.nn-brand__button--gradient:hover{color:#ff8200 !important}
div.nn-brand--rybelsus form input[type=email],div.nn-brand--rybelsus .passwordreset input[type=email],div.nn-brand--rybelsus form input[type=tel],div.nn-brand--rybelsus .passwordreset input[type=tel],div.nn-brand--rybelsus form select:not([multiple]),div.nn-brand--rybelsus .passwordreset select:not([multiple]){width:100%;height:40px;padding:0 10px;background-color:#fbfbfb;color:#333;border-radius:2px;font-size:16px}
div.nn-brand--rybelsus form .form-row>div,div.nn-brand--rybelsus .passwordreset .form-row>div{padding:0 10px 0 0}
div.nn-brand--rybelsus form .form-row .invalid-feedback,div.nn-brand--rybelsus .passwordreset .form-row .invalid-feedback{font-size:.9rem}
div.nn-brand--rybelsus form input,div.nn-brand--rybelsus .passwordreset input{color:#333}
div.nn-brand--rybelsus form input:focus,div.nn-brand--rybelsus .passwordreset input:focus{border:1px solid #ff8200}
div.nn-brand--rybelsus form option,div.nn-brand--rybelsus .passwordreset option{color:#333}
div.nn-brand--rybelsus form .form-control:focus,div.nn-brand--rybelsus .passwordreset .form-control:focus{-webkit-box-shadow:unset;-moz-box-shadow:unset;box-shadow:unset;transition:unset}
div.nn-brand--rybelsus form button,div.nn-brand--rybelsus .form_button_submit{border-radius:12px;padding:15px 45px;font-size:1.1rem;white-space:nowrap;margin-top:15px;border-width:1px;border-style:solid;box-shadow:0 0 5px 0 rgba(0,0,0,0);background-color:#171c8f;border-color:#171c8f;color:#ff8200;background-image:none}
div.nn-brand--rybelsus form button:hover,div.nn-brand--rybelsus .form_button_submit:hover{text-decoration:none;transform:scale(1.05);box-shadow:0 5px 5px 0 rgba(0,0,0,0.1);color:#fff}
.ease--bezier{-webkit-transition:all 400ms cubic-bezier(0.445,0.05,0.55,0.95);transition:all 400ms cubic-bezier(0.445,0.05,0.55,0.95)}
.brand__product{display:flex;flex-direction:column;align-items:center;position:relative;margin-bottom:80px}
.brand__product__container{width:100%;border-radius:12px;border:1px solid #f5f5f2;overflow:hidden}
.brand__product__header{display:flex;align-items:center;justify-content:center;height:125px;background:linear-gradient(to bottom,#f8f8f8 0,#fff 100%)}
.brand__product__content{position:relative;background:linear-gradient(to right,#009fd9 0,#001964 100%);min-height:175px;padding-top:40px;display:flex;flex-direction:column;align-items:center}
.brand__product__product-image{transform:translateY(-50%);max-width:60%;min-height:1px}
@media screen and (max-width:1023px){.brand__product__product-image{max-width:90%}
}
.brand__product__link{padding-left:5%;padding-right:5%;padding-bottom:5%}
.brand__product__link a{color:#fff}
.brand__product__link a:hover{text-decoration:underline}
.brand__product__button{-webkit-transition:all 400ms cubic-bezier(0.445,0.05,0.55,0.95);transition:all 400ms cubic-bezier(0.445,0.05,0.55,0.95);border-radius:3px;display:inline-block;padding:15px 45px;font-size:1.2rem;background-color:#fff;color:#009fda;border:2px solid #fff;margin-bottom:15px}
.brand__product__button:hover{background-color:transparent;color:#fff}
.brand--fiasp.brand__product .brand__product__content{background:#fedd00}
.brand--fiasp.brand__product .brand__product__button{background-color:#003b5c;border-color:#003b5c;color:#fff}
.brand--fiasp.brand__product .brand__product__button:hover{background-color:transparent;color:#003b5c !important}
.brand--fiasp.brand__product .brand__product__link a{color:#003b5c !important}
.brand--novo.brand__product .brand__product__content{background:linear-gradient(to right,#009fd9 0,#001964 100%)}
.brand--novo.brand__product .brand__product__button{background-color:#001964;border-color:#001964;color:#009fda}
.brand--novo.brand__product .brand__product__button:hover{background-color:transparent;color:#fff !important}
.brand--novo.brand__product .brand__product__link a{color:#fff !important}
.brand--novorapid.brand__product .brand__product__content{background:linear-gradient(to right,#ff8200 0,#f1c400 100%)}
.brand--novorapid.brand__product .brand__product__button{background-color:#fff;border-color:#fff;color:#ff8200}
.brand--novorapid.brand__product .brand__product__button:hover{background-color:transparent;color:#fff !important}
.brand--novorapid.brand__product .brand__product__link a{color:#fff !important}
.brand--ozempic.brand__product .brand__product__content{background:linear-gradient(50deg,#da0812 0,#da0812 48%,#ed7801 100%)}
.brand--ozempic.brand__product .brand__product__button{background-color:#fff;border-color:#fff;color:#da0812}
.brand--ozempic.brand__product .brand__product__button:hover{background-color:transparent;color:#fff !important}
.brand--ozempic.brand__product .brand__product__link a{color:#fff !important}
.brand--ryzodeg.brand__product .brand__product__content{background:#0081c6}
.brand--ryzodeg.brand__product .brand__product__button{background-color:#fff;border-color:#fff;color:#0081c6}
.brand--ryzodeg.brand__product .brand__product__button:hover{background-color:transparent;color:#fff !important}
.brand--ryzodeg.brand__product .brand__product__link a{color:#fff !important}
.brand--tresiba.brand__product .brand__product__content{background:#c1d82f}
.brand--tresiba.brand__product .brand__product__button{background-color:#fff;border-color:#fff;color:#566c11}
.brand--tresiba.brand__product .brand__product__button:hover{background-color:transparent;color:#fff !important}
.brand--tresiba.brand__product .brand__product__link a{color:#566c11 !important}
.brand--saxenda.brand__product .brand__product__content{background:linear-gradient(-43deg,#482d8c 0,#ab1c39 100%)}
.brand--saxenda.brand__product .brand__product__button{background-color:#fff;color:#482d8c}
.brand--saxenda.brand__product .brand__product__button:hover{background-color:transparent;color:#fff}
.brand--saxenda.brand__product .brand__product__link a{color:#fff !important}
.brand--victoza.brand__product .brand__product__content{background:linear-gradient(45deg,#880038 0,#f54e96 100%)}
.brand--victoza.brand__product .brand__product__button{background-color:#fff;border-color:#fff;color:#880038}
.brand--victoza.brand__product .brand__product__button:hover{background-color:transparent;color:#fff !important}
.brand--victoza.brand__product .brand__product__link a{color:#fff !important}
.brand--xultophy.brand__product .brand__product__content{background:linear-gradient(to bottom,#093266 20%,#da1884 80%)}
.brand--xultophy.brand__product .brand__product__button{background-color:#fff;border-color:#fff;color:#093266}
.brand--xultophy.brand__product .brand__product__button:hover{background-color:transparent;color:#fff !important}
.brand--xultophy.brand__product .brand__product__link a{color:#fff !important}
.brand--levemir.brand__product .brand__product__content{background:linear-gradient(to bottom,#26a78a 20%,#029278 100%)}
.brand--levemir.brand__product .brand__product__button{background-color:#fff;border-color:#fff;color:#82786f}
.brand--levemir.brand__product .brand__product__button:hover{background-color:transparent;color:#fff !important}
.brand--levemir.brand__product .brand__product__link a{color:#82786f !important}
.brand--esperoct.brand__product .brand__product__content{background:linear-gradient(to right,#001965 0,#007f6e 100%)}
.brand--esperoct.brand__product .brand__product__button{background-color:#fff;border-color:#fff;color:#fff}
.brand--esperoct.brand__product .brand__product__button:hover{background-color:transparent;color:#fff !important}
.brand--esperoct.brand__product .brand__product__link a{color:#fff !important}
.brand--rybelsus.brand__product .brand__product__content{background:radial-gradient(circle,#fff 0,#abadd6 0,#9699cc 0,#6266b3 0,#4c50a8 0,#3f43a2 0,#353a9d 18%,#282d97 32%,#171c8f 61%)}
.brand--rybelsus.brand__product .brand__product__button{background-color:#fff;border-color:#fff;color:#ff8200}
.brand--rybelsus.brand__product .brand__product__button:hover{background-color:transparent;color:#fff !important}
.brand--rybelsus.brand__product .brand__product__link a{color:#ff8200 !important}