@charset "UTF-8";/*!
* animate.css - https://animate.style/
* Version - 4.1.1
* Licensed under the MIT license - http://opensource.org/licenses/MIT
*
* Copyright (c) 2020 Animate.css
*/:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{animation-duration:1s;animation-duration:var(--animate-duration);animation-fill-mode:both}.animate__animated.animate__infinite{animation-iteration-count:infinite}.animate__animated.animate__repeat-1{animation-iteration-count:1;animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{animation-iteration-count:2;animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{animation-iteration-count:3;animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{animation-delay:1s;animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{animation-delay:2s;animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{animation-delay:3s;animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{animation-delay:4s;animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{animation-delay:5s;animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{animation-duration:.5s;animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{animation-duration:.8s;animation-duration:calc(var(--animate-duration)*.8)}.animate__animated.animate__slow{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{animation-duration:3s;animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion:reduce),print{.animate__animated{animation-duration:1ms!important;transition-duration:1ms!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}@keyframes bounce{0%,20%,53%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0) scaleY(.95)}90%{transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{animation-name:flash}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}.animate__pulse{animation-name:pulse;animation-timing-function:ease-in-out}@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}.animate__rubberBand{animation-name:rubberBand}@keyframes shakeX{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.animate__shakeX{animation-name:shakeX}@keyframes shakeY{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(0,-10px,0)}20%,40%,60%,80%{transform:translate3d(0,10px,0)}}.animate__shakeY{animation-name:shakeY}@keyframes headShake{0%{transform:translate(0)}6.5%{transform:translate(-6px) rotateY(-9deg)}18.5%{transform:translate(5px) rotateY(7deg)}31.5%{transform:translate(-3px) rotateY(-5deg)}43.5%{transform:translate(2px) rotateY(3deg)}50%{transform:translate(0)}}.animate__headShake{animation-timing-function:ease-in-out;animation-name:headShake}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0)}}.animate__swing{transform-origin:top center;animation-name:swing}@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}.animate__tada{animation-name:tada}@keyframes wobble{0%{transform:translateZ(0)}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:translateZ(0)}}.animate__wobble{animation-name:wobble}@keyframes jello{0%,11.1%,to{transform:translateZ(0)}22.2%{transform:skew(-12.5deg) skewY(-12.5deg)}33.3%{transform:skew(6.25deg) skewY(6.25deg)}44.4%{transform:skew(-3.125deg) skewY(-3.125deg)}55.5%{transform:skew(1.5625deg) skewY(1.5625deg)}66.6%{transform:skew(-.78125deg) skewY(-.78125deg)}77.7%{transform:skew(.390625deg) skewY(.390625deg)}88.8%{transform:skew(-.1953125deg) skewY(-.1953125deg)}}.animate__jello{animation-name:jello;transform-origin:center}@keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}.animate__heartBeat{animation-name:heartBeat;animation-duration:1.3s;animation-duration:calc(var(--animate-duration)*1.3);animation-timing-function:ease-in-out}@keyframes backInDown{0%{transform:translateY(-1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInDown{animation-name:backInDown}@keyframes backInLeft{0%{transform:translate(-2000px) scale(.7);opacity:.7}80%{transform:translate(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInLeft{animation-name:backInLeft}@keyframes backInRight{0%{transform:translate(2000px) scale(.7);opacity:.7}80%{transform:translate(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInRight{animation-name:backInRight}@keyframes backInUp{0%{transform:translateY(1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInUp{animation-name:backInUp}@keyframes backOutDown{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(700px) scale(.7);opacity:.7}}.animate__backOutDown{animation-name:backOutDown}@keyframes backOutLeft{0%{transform:scale(1);opacity:1}20%{transform:translate(0) scale(.7);opacity:.7}to{transform:translate(-2000px) scale(.7);opacity:.7}}.animate__backOutLeft{animation-name:backOutLeft}@keyframes backOutRight{0%{transform:scale(1);opacity:1}20%{transform:translate(0) scale(.7);opacity:.7}to{transform:translate(2000px) scale(.7);opacity:.7}}.animate__backOutRight{animation-name:backOutRight}@keyframes backOutUp{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(-700px) scale(.7);opacity:.7}}.animate__backOutUp{animation-name:backOutUp}@keyframes bounceIn{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}.animate__bounceIn{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*.75);animation-name:bounceIn}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;transform:translate3d(0,25px,0) scaleY(.9)}75%{transform:translate3d(0,-10px,0) scaleY(.95)}90%{transform:translate3d(0,5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(25px,0,0) scaleX(1)}75%{transform:translate3d(-10px,0,0) scaleX(.98)}90%{transform:translate3d(5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(-25px,0,0) scaleX(1)}75%{transform:translate3d(10px,0,0) scaleX(.98)}90%{transform:translate3d(-5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}75%{transform:translate3d(0,10px,0) scaleY(.95)}90%{transform:translate3d(0,-5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}.animate__bounceOut{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*.75);animation-name:bounceOut}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,2000px,0) scaleY(3)}}.animate__bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,-2000px,0) scaleY(3)}}.animate__bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeInTopLeft{0%{opacity:0;transform:translate3d(-100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopLeft{animation-name:fadeInTopLeft}@keyframes fadeInTopRight{0%{opacity:0;transform:translate3d(100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopRight{animation-name:fadeInTopRight}@keyframes fadeInBottomLeft{0%{opacity:0;transform:translate3d(-100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomLeft{animation-name:fadeInBottomLeft}@keyframes fadeInBottomRight{0%{opacity:0;transform:translate3d(100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomRight{animation-name:fadeInBottomRight}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}.animate__fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}.animate__fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes fadeOutTopLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{animation-name:fadeOutTopLeft}@keyframes fadeOutTopRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{animation-name:fadeOutTopRight}@keyframes fadeOutBottomRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{animation-name:fadeOutBottomRight}@keyframes fadeOutBottomLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{animation-name:fadeOutBottomLeft}@keyframes flip{0%{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);animation-timing-function:ease-out}40%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out}50%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0);animation-timing-function:ease-in}to{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0);animation-timing-function:ease-in}}.animate__animated.animate__flip{backface-visibility:visible;animation-name:flip}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.animate__flipInX{backface-visibility:visible!important;animation-name:flipInX}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.animate__flipInY{backface-visibility:visible!important;animation-name:flipInY}@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*.75);animation-name:flipOutX;backface-visibility:visible!important}@keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*.75);backface-visibility:visible!important;animation-name:flipOutY}@keyframes lightSpeedInRight{0%{transform:translate3d(100%,0,0) skew(-30deg);opacity:0}60%{transform:skew(20deg);opacity:1}80%{transform:skew(-5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInRight{animation-name:lightSpeedInRight;animation-timing-function:ease-out}@keyframes lightSpeedInLeft{0%{transform:translate3d(-100%,0,0) skew(30deg);opacity:0}60%{transform:skew(-20deg);opacity:1}80%{transform:skew(5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInLeft{animation-name:lightSpeedInLeft;animation-timing-function:ease-out}@keyframes lightSpeedOutRight{0%{opacity:1}to{transform:translate3d(100%,0,0) skew(30deg);opacity:0}}.animate__lightSpeedOutRight{animation-name:lightSpeedOutRight;animation-timing-function:ease-in}@keyframes lightSpeedOutLeft{0%{opacity:1}to{transform:translate3d(-100%,0,0) skew(-30deg);opacity:0}}.animate__lightSpeedOutLeft{animation-name:lightSpeedOutLeft;animation-timing-function:ease-in}@keyframes rotateIn{0%{transform:rotate(-200deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateIn{animation-name:rotateIn;transform-origin:center}@keyframes rotateInDownLeft{0%{transform:rotate(-45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{animation-name:rotateInDownLeft;transform-origin:left bottom}@keyframes rotateInDownRight{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{animation-name:rotateInDownRight;transform-origin:right bottom}@keyframes rotateInUpLeft{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{animation-name:rotateInUpLeft;transform-origin:left bottom}@keyframes rotateInUpRight{0%{transform:rotate(-90deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{animation-name:rotateInUpRight;transform-origin:right bottom}@keyframes rotateOut{0%{opacity:1}to{transform:rotate(200deg);opacity:0}}.animate__rotateOut{animation-name:rotateOut;transform-origin:center}@keyframes rotateOutDownLeft{0%{opacity:1}to{transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{animation-name:rotateOutDownLeft;transform-origin:left bottom}@keyframes rotateOutDownRight{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{animation-name:rotateOutDownRight;transform-origin:right bottom}@keyframes rotateOutUpLeft{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{animation-name:rotateOutUpLeft;transform-origin:left bottom}@keyframes rotateOutUpRight{0%{opacity:1}to{transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{animation-name:rotateOutUpRight;transform-origin:right bottom}@keyframes hinge{0%{animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}.animate__hinge{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2);animation-name:hinge;transform-origin:top left}@keyframes jackInTheBox{0%{opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.animate__jackInTheBox{animation-name:jackInTheBox}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:translateZ(0)}}.animate__rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}.animate__rollOut{animation-name:rollOut}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{animation-name:zoomIn}@keyframes zoomInDown{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutDown{animation-name:zoomOutDown;transform-origin:center bottom}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0)}}.animate__zoomOutLeft{animation-name:zoomOutLeft;transform-origin:left center}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0)}}.animate__zoomOutRight{animation-name:zoomOutRight;transform-origin:right center}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutUp{animation-name:zoomOutUp;transform-origin:center bottom}@keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInRight{animation-name:slideInRight}@keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInUp{animation-name:slideInUp}@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}.animate__slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%,0,0)}}.animate__slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%,0,0)}}.animate__slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-100%,0)}}.animate__slideOutUp{animation-name:slideOutUp}@charset "UTF-8";a,abbr,acronym,address,article,aside,audio,b,blockquote,body,button,canvas,caption,cite,code,dd,del,details,dfn,div,dl,dt,em,fieldset,figcaption,figure,font,footer,form,g,h1,h2,h3,h4,h5,h6,header,html,i,iframe,img,input,ins,kbd,label,legend,li,mark,menu,meter,nav,object,ol,p,pre,progress,q,samp,section,select,small,span,strong,sub,summary,sup,table,tbody,td,text,textarea,tfoot,th,thead,time,tr,ul,var,video{font-size:100%;font-family:inherit;line-height:2.4rem;font-weight:400;margin:0;padding:0;border:0;vertical-align:baseline;background:transparent}body,html{font-family:Univers-Basic-Regular,Arial,"sans-serif";font-size:62.5%;font-weight:lighter!important;color:#1a1a1a;-webkit-font-smoothing:antialiased}html{-webkit-text-size-adjust:100%}body{background-color:#fff;line-height:1}.mat-app-background{background-color:#fff!important;color:#1a1a1a!important}img{max-width:100%}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section{display:block}nav ul{list-style:none}a{margin:0;vertical-align:baseline;background:transparent;text-decoration:none}a,button{padding:0}button{cursor:pointer;border:none}button::-moz-focus-inner{border:0}ins{text-decoration:none}ins,mark{background-color:#ff9;color:#1a1a1a}mark{font-style:italic;font-weight:700}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0;width:100%}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle;box-sizing:border-box}br{line-height:20px}address{font-style:normal}.heading1 strong,.heading2 strong,.heading3 strong,.heading4 strong,.heading5 strong,.heading6 strong{font-weight:400}button,input{-webkit-appearance:none}.banner-xl{font-size:5.6rem;line-height:6.4rem;letter-spacing:-.15rem}.banner-l,.banner-xl{font-family:Univers-Basic-Medium,Arial,"sans-serif";margin-bottom:4.8rem}.banner-l{font-size:3.9rem;line-height:4.8rem;letter-spacing:-.05rem}.banner{font-family:Univers-Basic-Medium,Arial,"sans-serif";font-size:2.8rem;line-height:3.6rem;letter-spacing:-.01rem;margin-bottom:4.8rem}.graphic-xlarge{font-size:7.2rem;line-height:8rem}.graphic-large,.graphic-xlarge{font-family:Univers-Condensed-Light,Arial,"sans-serif";margin-bottom:6.4rem}.graphic-large{font-size:5.6rem;line-height:6.4rem}.graphic-medium{font-size:3.9rem;line-height:4.8rem}.graphic-medium,.graphic-small{font-family:Univers-Condensed-Light,Arial,"sans-serif";margin-bottom:5.6rem}.graphic-small{font-size:2.7rem;line-height:3.2rem}.heading1,h1{font-size:2.8rem;line-height:3.6rem;margin-bottom:3.2rem}.heading1,.heading2,h1,h2{font-family:Univers-Basic-Medium,Arial,"sans-serif"}.heading2,h2{font-size:2.4rem;line-height:3.2rem;margin-bottom:2.8rem}.heading3,h3{font-family:Univers-Basic-Medium,Arial,"sans-serif";font-size:2.1rem;line-height:2.8rem;margin-bottom:1.6rem}.heading4,h4{font-family:Univers-Basic-Medium,Arial,"sans-serif"}.heading4,.heading5,h4,h5{font-size:1.8rem;line-height:2.4rem;margin-bottom:1.6rem}.heading5,.heading6,h5,h6{font-family:Univers-Basic-Regular,Arial,"sans-serif"}.heading6,.paragraph,body,p{font-family:Univers-Basic-Regular,Arial,"sans-serif";font-size:1.6rem;line-height:2.4rem}.paragraph,p{margin-bottom:2.4rem}em{font-family:Univers-Basic-Regular-Italic,Arial,"sans-serif"}li strong,p strong{font-family:Univers-Basic-Medium,Arial,"sans-serif";font-weight:400}.secondary{font-family:Univers-Basic-Regular,Arial,"sans-serif";font-size:1.4rem;line-height:2rem;margin-bottom:1.6rem}.date,.disclaimer,.footnote,ol.footnote li,ul.linkList.footnote li,ul.unordered.footnote li{font-size:1.4rem;line-height:2rem;color:#666}.date,.disclaimer,.footnote{margin-bottom:1.6rem}.disclaimer{font-family:Univers-Basic-Regular-Italic,Arial,"sans-serif"}.disclaimer strong,.footnote strong{font-family:Univers-Basic-Bold,Arial,"sans-serif";line-height:2rem}ol.footnote li,ul.linkList.footnote li,ul.unordered.footnote li{margin-bottom:.8rem}.eyebrow{font-family:Univers-Basic-Regular,Arial,"sans-serif";font-size:1.2rem;line-height:1.6rem;letter-spacing:.05rem;margin-bottom:1.6rem;text-transform:uppercase}.gbs-basic-regular,.gbs-Univers-Basic-Regular{font-family:Univers-Basic-Regular,Arial,"sans-serif"!important}.gbs-condensed-regular{font-family:Univers-Condensed-Regular,Arial,"sans-serif"!important}.gbs-condensed-medium{font-family:Univers-Condensed-Medium,Arial,"sans-serif"!important}.gbs-basic-medium{font-family:Univers-Basic-Medium,Arial,"sans-serif"!important}.gbs-basic-bold{font-family:Univers-Basic-Bold,Arial,"sans-serif"!important}ul{list-style-type:none}ul li{margin:0}ol,ul.linkList,ul.unordered,ul[class*=gbs-legend-list]{margin-bottom:2.4rem}ol li,ul.linkList li,ul.unordered li{font-size:1.6rem;line-height:2.4rem;margin-bottom:.8rem}ol li,ul.unordered li{margin-left:2rem}ul.unordered li{list-style-type:square}ol li{list-style-type:decimal}ul.linkList li,ul[class*=gbs-legend-list] li{list-style-type:none;margin-left:0}ul[class*=gbs-legend-list] li{font-family:Univers-Condensed-Regular,Arial,"sans-serif";font-size:1.5rem;line-height:2rem;position:relative;padding-left:16px;margin-bottom:.8rem}ul[class*=gbs-legend-list] li [class*=gbs-background-color-]{position:absolute;top:50%;left:0;margin-top:-4px;height:8px;width:8px;display:block;border-radius:50%}ul.gbs-legend-list-horizontal li{display:inline-block;margin-right:16px}ul[class*=gbs-legend-list-16] li{font-family:Univers-Condensed-Regular,Arial,sans-serif;font-size:1.5rem;line-height:2rem;position:relative;padding-left:24px;margin-bottom:.8rem}ul[class*=gbs-legend-list-16] li [class*=gbs-background-color-]{position:absolute;top:50%;left:0;margin-top:-8px;height:16px;width:16px;display:block;border-radius:50%}sup{font-size:.9rem;vertical-align:super}.graphic-xlarge sup{font-size:3.4rem}.graphic-large sup{font-size:2.7rem}.graphic-medium sup{font-size:1.8rem}.graphic-small sup{font-size:2.7rem;vertical-align:baseline!important}.heading1 sup,.heading2 sup,h1 sup,h2 sup{font-size:1.3rem}.heading3 sup,h3 sup{font-size:1.1rem}.heading4 sup,.heading5 sup,.heading6 sup,h4 sup,h5 sup,h6 sup{font-size:1rem}blockquote,q{quotes:'"' '"';position:relative}blockquote:before,q:before{content:"\201d"}blockquote:after,q:after{content:"\201c"}blockquote:before{position:absolute;left:-24px}blockquote.paragraph:after,blockquote.paragraph:before{top:2%;font-size:3.9rem;vertical-align:text-top;line-height:3.4rem}blockquote.paragraph{bottom-margin:none}@media screen and (max-width: 599px){.graphic-xlarge-on-xs{font-size:7.2rem;line-height:8rem}.graphic-large-on-xs,.graphic-xlarge-on-xs{font-family:Univers-Condensed-Light,Arial,"sans-serif";margin-bottom:6.4rem}.graphic-large-on-xs{font-size:5.6rem;line-height:6.4rem}.graphic-medium-on-xs{font-size:3.9rem;line-height:4.8rem}.graphic-medium-on-xs,.graphic-small-on-xs{font-family:Univers-Condensed-Light,Arial,"sans-serif";margin-bottom:5.6rem}.graphic-small-on-xs{font-size:2.7rem;line-height:3.2rem}}@media screen and (min-width: 600px) and (max-width: 767px){.graphic-xlarge-on-sm{font-size:7.2rem;line-height:8rem}.graphic-large-on-sm,.graphic-xlarge-on-sm{font-family:Univers-Condensed-Light,Arial,"sans-serif";margin-bottom:6.4rem}.graphic-large-on-sm{font-size:5.6rem;line-height:6.4rem}.graphic-medium-on-sm{font-size:3.9rem;line-height:4.8rem}.graphic-medium-on-sm,.graphic-small-on-sm{font-family:Univers-Condensed-Light,Arial,"sans-serif";margin-bottom:5.6rem}.graphic-small-on-sm{font-size:2.7rem;line-height:3.2rem}}@media screen and (min-width: 48em){.banner-xl{font-size:6.4rem;line-height:7.2rem;letter-spacing:.1rem;margin-bottom:5.6rem}.banner-l{font-size:4.8rem;line-height:5.6rem;letter-spacing:.02rem}.banner{font-size:3.9rem;line-height:4.8rem;letter-spacing:.01rem}}@media screen and (min-width: 768px) and (max-width: 1001px){.graphic-xlarge-on-md{font-size:7.2rem;line-height:8rem}.graphic-large-on-md,.graphic-xlarge-on-md{font-family:Univers-Condensed-Light,Arial,"sans-serif";margin-bottom:6.4rem}.graphic-large-on-md{font-size:5.6rem;line-height:6.4rem}.graphic-medium-on-md{font-size:3.9rem;line-height:4.8rem}.graphic-medium-on-md,.graphic-small-on-md{font-family:Univers-Condensed-Light,Arial,"sans-serif";margin-bottom:5.6rem}.graphic-small-on-md{font-size:2.7rem;line-height:3.2rem}}@media screen and (min-width: 62.625em){.banner-xl{font-size:7.2rem;line-height:8rem;margin-bottom:6.4rem}.banner-l{font-size:5.6rem;line-height:6.4rem}}@media screen and (min-width: 1002px) and (max-width: 1279px){.graphic-xlarge-on-lg{font-size:7.2rem;line-height:8rem}.graphic-large-on-lg,.graphic-xlarge-on-lg{font-family:Univers-Condensed-Light,Arial,"sans-serif";margin-bottom:6.4rem}.graphic-large-on-lg{font-size:5.6rem;line-height:6.4rem}.graphic-medium-on-lg{font-size:3.9rem;line-height:4.8rem}.graphic-medium-on-lg,.graphic-small-on-lg{font-family:Univers-Condensed-Light,Arial,"sans-serif";margin-bottom:5.6rem}.graphic-small-on-lg{font-size:2.7rem;line-height:3.2rem}}@media screen and (min-width: 80em){.graphic-xlarge-on-xl{font-size:7.2rem;line-height:8rem}.graphic-large-on-xl,.graphic-xlarge-on-xl{font-family:Univers-Condensed-Light,Arial,"sans-serif";margin-bottom:6.4rem}.graphic-large-on-xl{font-size:5.6rem;line-height:6.4rem}.graphic-medium-on-xl{font-size:3.9rem;line-height:4.8rem}.graphic-medium-on-xl,.graphic-small-on-xl{font-family:Univers-Condensed-Light,Arial,"sans-serif";margin-bottom:5.6rem}.graphic-small-on-xl{font-size:2.7rem;line-height:3.2rem}}a:not(.fsp-button),a:not(.fsp-button):active,a:not(.fsp-button):link,a:not(.fsp-button):visited{text-decoration:none}a.inline,a.inline:link,a:focus,a:focus,a:hover{color:#96151d;cursor:pointer}a[class*=gbs-background-color]:focus{outline-offset:-2px}a:focus,button:focus{outline:1px dotted}.gbs-button{padding:0 2.4rem;font-family:Univers-Basic-Regular,Arial,"sans-serif";font-size:1.4rem;border-radius:20px;white-space:nowrap;height:40px;line-height:38px;display:inline-block;vertical-align:middle;text-align:center;position:relative;border-style:solid;border-width:1px;margin:0 8px 8px 0}.gbs-button:before{content:"";position:absolute;height:34px;border-radius:20px;display:block;width:calc(100% - 4px);left:1px;top:1px}.gbs-button:focus{outline:none}.gbs-button:focus:before{border-width:1px;border-style:dotted}.gbs-solid-button-black,.gbs-solid-button-vg-red,a.gbs-solid-button-black,a.gbs-solid-button-vg-red{color:#fff}.gbs-solid-button-white,a.gbs-solid-button-white{color:#1a1a1a}.gbs-solid-button-white-red,a.gbs-solid-button-white-red{color:#96151d}.gbs-solid-button-vg-red{background-color:#96151d;border-color:#96151d}.gbs-solid-button-black{background-color:#1a1a1a;border-color:#1a1a1a}.gbs-solid-button-white,.gbs-solid-button-white-red{background-color:#fff;border-color:#fff}.gbs-solid-button-vg-red:focus,.gbs-solid-button-vg-red:hover{background-color:#730f15;border-color:#730f15}.gbs-solid-button-black:focus,.gbs-solid-button-black:hover{background-color:#666;border-color:#666}.gbs-solid-button-white-red:focus,.gbs-solid-button-white-red:hover,.gbs-solid-button-white:focus,.gbs-solid-button-white:hover{background-color:#e2e2e2;border-color:#e2e2e2}.gbs-solid-button-white:focus,.gbs-solid-button-white:hover{color:#1a1a1a}.gbs-solid-button-white-red:focus,.gbs-solid-button-white-red:hover{color:#96151d}[class*=gbs-transparent-button]{background-color:transparent}.gbs-transparent-button-vg-red,a.gbs-transparent-button-vg-red{border-color:#96151d;color:#96151d}.gbs-transparent-button-black,a.gbs-transparent-button-black{border-color:#1a1a1a;color:#1a1a1a}.gbs-transparent-button-white,a.gbs-transparent-button-white{border-color:#fff;color:#fff}[class*=gbs-transparent-button]:focus,[class*=gbs-transparent-button]:hover{background-color:#efefef}.gbs-transparent-button-white:focus,.gbs-transparent-button-white:hover{border-color:#fff;color:#1a1a1a}.gbs-button[class*=gbs-outline-button]:before{height:34px}[class*=gbs-outline-button]{background-color:#fff}[class*=gbs-outline-button]:focus,[class*=gbs-outline-button]:hover{color:#fff}.gbs-outline-button-vg-red,a.gbs-outline-button-vg-red{border:1px solid #96151d;color:#96151d}.gbs-outline-button-vg-red:focus,.gbs-outline-button-vg-red:hover{background-color:#96151d}.gbs-transparent-button-light-bg,a.gbs-transparent-button-light-bg{border:1px solid #1a1a1a;color:#1a1a1a}.gbs-transparent-button-light-bg:focus,.gbs-transparent-button-light-bg:hover{background-color:#1a1a1a;border:1px solid #1a1a1a;color:#fff}.gbs-transparent-button-dark-bg,a.gbs-transparent-button-dark-bg{border:1px solid #fff;color:#fff}.gbs-transparent-button-dark-bg:focus,.gbs-transparent-button-dark-bg:hover{background-color:#fff;border:1px solid #fff;color:#1a1a1a}.gbs-button [class*=gbs-icon]{display:inline-block;padding-left:36px;background-size:24px 24px;line-height:24px}.gbs-disabled-button,.gbs-disabled-button:focus,.gbs-disabled-button:hover,a.gbs-disabled-button{background-color:#d9d9d9;border-color:#d9d9d9;color:#999;cursor:not-allowed;outline:none}.gbs-disabled-button:focus:before{border-width:0}.gbs-button[class*=gbs-small-button]{height:24px;background-color:#fff;border-color:#fff;line-height:22px;color:#666}.gbs-button[class*=gbs-small-button]:before{height:18px}[class*=gbs-small-button]:focus,[class*=gbs-small-button]:hover{background-color:#efefef;border-color:#efefef}.gbs-small-button-gray,a.gbs-small-button-gray{background-color:#efefef!important}.gbs-nested-link{border-bottom:1px solid transparent}a:focus .gbs-nested-link,a:hover .gbs-nested-link{border-bottom:1px solid}.gbs-display-as-link{background-color:transparent;color:#8d4900;border-bottom:1px solid transparent;padding:0;cursor:pointer}button.gbs-display-as-link{text-align:left}.gbs-display-as-link.inline,.gbs-display-as-link:focus,.gbs-display-as-link:hover{border-bottom:1px solid}.gbs-display-as-link:focus,.gbs-display-as-link:hover{color:#96151d}.gbs-icon-link,.gbs-icon-link.inline,.gbs-icon-link:focus,.gbs-icon-link:hover{border-bottom:none!important}.gbs-icon-link.inline .gbs-icon-text,.gbs-icon-link:focus .gbs-icon-text,.gbs-icon-link:hover .gbs-icon-text{border-bottom:1px solid!important}.gbs-icon-new-window,.gbs-icon-new-window-grey,.gbs-icon-new-window-white{display:inline-block;width:10px;height:10px;vertical-align:middle;margin-left:4px}.gbs-icon-new-window{background:transparent url(new-window.c2f86444.3c529c1f46381d29.svg) no-repeat}.gbs-icon-new-window-white{background:transparent url(new-window-white.34336b58.c5901494a733166c.svg) no-repeat}.gbs-icon-new-window-grey{background:transparent url(new-window-grey.4842e421.d7288ea7f8ef2f1d.svg) no-repeat}.gbs-button.gbs-transparent-button-vg-red.gbs-icon-container.gbs-icon-24.gbs-icon-play-button{padding-left:60px}.gbs-icon-container.gbs-icon-24.gbs-icon-play-button:after{content:"";background:url(play-vg-red.687af1bc.047628dcf86e6c30.svg) no-repeat transparent;background-size:24px 24px;min-height:24px;min-width:24px;position:absolute;left:24px;top:8px}.gbs-input-container{margin-bottom:24px}.gbs-input-container label{display:inline-block;margin-bottom:2px;font-size:1.6rem}.gbs-input,.gbs-select-dropdown,.gbs-textarea{border:1px solid #b2b2b2;width:100%;border-radius:3px}.gbs-input:disabled,.gbs-select-dropdown:disabled,.gbs-textarea:disabled{cursor:not-allowed}.gbs-input,.gbs-select-dropdown{height:40px}.gbs-textarea{min-height:40px;resize:none}.gbs-input.gbs-auto-width,.gbs-select-dropdown.gbs-auto-width,.gbs-textarea.gbs-auto-width{display:block;width:auto}.gbs-input,.gbs-textarea{padding:8px}.gbs-select-dropdown{padding:8px 32px 8px 8px}select::-ms-expand{display:none}select.gbs-select-dropdown{-webkit-appearance:none;appearance:none;background:transparent url(drop-down-arrow.fb28f420.9193aeac83eb24e6.svg) no-repeat;background-position:100%;background-size:30px 30px}select.gbs-white-dropdown{background:transparent url(drop-down-arrow-w.7ff3ef3e.cace90128734cc48.svg) no-repeat 100%;border:1px solid #fff;color:#fff;background-position:100%;background-size:30px 30px}.gbs-white-dropdown option{color:#1a1a1a!important}.gbs-input:focus,.gbs-select-dropdown:focus,.gbs-textarea:focus{outline:none;border:1px solid #1a1a1a;color:#1a1a1a}.gbs-white-dropdown:focus{outline:none;border:1px dotted #fff;color:#fff}.gbs-hint-text{font-size:1.4rem;color:#666}::-webkit-search-cancel-button{-webkit-appearance:none;background:url(close.eceb103f.e2416f39c56d19e9.svg) no-repeat 100%;height:24px;width:24px}::-webkit-search-cancel-button:hover{cursor:pointer}::-ms-clear{color:transparent;background:url(close.eceb103f.e2416f39c56d19e9.svg) no-repeat 100%;height:24px;width:24px}::-ms-clear:hover{cursor:pointer}[class*=gbs-input-button-icon] button,[class*=gbs-input-icon] input{background-size:18px 18px}.gbs-input-button-icon-left input,.gbs-input-icon-left input{padding-left:40px}.gbs-input-button-icon-right input,.gbs-input-icon-right input{padding-right:40px}.gbs-input-icon-right input{background-position:calc(100% - 8px) 50%}.gbs-input-icon-left input[class*=gbs-icon-monetary]{background-position:4px;padding-left:25px;background-size:18px 18px}[class*=gbs-input-button-icon]{position:relative}[class*=gbs-input-button-icon] button{position:absolute;width:40px;height:40px;top:0}[class*=gbs-input-button-icon] button:focus{outline:none;border:1px solid #1a1a1a}.gbs-input-button-icon-left button{left:0;border-radius:3px 0 0 3px;background-position:8px}.gbs-input-button-icon-right button{right:0;border-radius:0 3px 3px 0;background-position:calc(100% - 8px) 50%}.gbs-input-button-icon-left button:focus{background-position:7px}.gbs-input-button-icon-right button:focus{background-position:calc(100% - 7px) 50%}.gbs-checkbox-small .gbs-input[type=checkbox]+label{display:inline-block;min-height:16px!important;min-width:16px!important;background-size:8px 8px!important;background-position:8px 8px!important;background-repeat:no-repeat;position:relative;padding-left:24px!important}.gbs-input-container.gbs-checkbox-small label{font-size:1.4rem!important}.gbs-checkbox-small .gbs-input[type=checkbox]:focus+label:before{height:10px!important;width:10px!important;top:6px!important;left:6px!important}.gbs-input[type=checkbox],.gbs-input[type=radio]{position:absolute;width:1px;height:1px;clip:rect(0,0,0,0);overflow:hidden}.gbs-input[type=checkbox]+label,.gbs-input[type=radio]+label{display:inline-block;min-height:36px;min-width:36px;background-size:32px 32px;background-position:2px 2px;background-repeat:no-repeat;position:relative;padding-left:36px}.gbs-input[type=checkbox]:disabled+label,.gbs-input[type=radio]:disabled+label{cursor:not-allowed}.gbs-input[type=checkbox]:focus+label:before,.gbs-input[type=radio]:focus+label:before{height:36px;width:36px;border:1px solid #1a1a1a;border-radius:3px;position:absolute;top:-1px;left:-1px;display:block;content:""}.gbs-input[type=radio]+label{background-image:url(radiobutton-default.9fb08483.1e16af2240575d09.svg)}.gbs-input[type=radio]:checked+label{background-image:url(radiobutton-selected-black.392d8e41.b8994a022b997f76.svg)}.gbs-input[type=radio]:disabled+label{background-image:url(radiobutton-disabled.eff06500.63728a87b14ecf12.svg)}.gbs-input[type=radio].gbs-radiobutton-vg-red:disabled:checked+label,.gbs-input[type=radio]:disabled:checked+label{background-image:url(radiobutton-disabled-selected.fadaadf2.69be18ac152c48eb.svg)}.gbs-input[type=radio].gbs-radiobutton-vg-red:checked+label{background-image:url(radiobutton-selected-red.c48ce1f7.3867b99166a6d742.svg)}.gbs-input[type=checkbox]+label{background-image:url(checkbox-default.0b75b085.aa669e97871991da.svg)}.gbs-input[type=checkbox]:checked+label{background-image:url(checkbox-selected-black.a44a4527.40e8f2edcb2c2ebf.svg)}.gbs-input[type=checkbox]:disabled+label{background-image:url(checkbox-disabled.6f0ceeac.983429c89ecde84c.svg)}.gbs-input[type=checkbox].gbs-checkbox-vg-red:disabled:checked+label,.gbs-input[type=checkbox]:disabled:checked+label{background-image:url(checkbox-disabled-selected.8efa50ef.f6f616ca72d23df5.svg)}.gbs-input[type=checkbox].gbs-checkbox-vg-red:checked+label{background-image:url(checkbox-selected-vg-red.a8693b7a.0dc60fbf38a0103e.svg)}.gbs-input-container legend{padding-bottom:6px}[class*=gbs-checkbox-radio]{margin-bottom:8px}[class*=gbs-checkbox-radio] .gbs-input[type=checkbox]+label,[class*=gbs-checkbox-radio] .gbs-input[type=radio]+label{background-size:24px 24px;min-height:28px;min-width:28px;padding-left:34px}[class*=gbs-checkbox-radio] .gbs-input[type=checkbox]:focus+label:before,[class*=gbs-checkbox-radio] .gbs-input[type=radio]:focus+label:before{height:28px;width:28px}.gbs-checkbox-radio-inline{display:inline-block;margin-right:16px}.gbs-radio-button-filter .gbs-input[type=radio]+label{background-image:none;min-width:0;min-height:0;background-color:#efefef;border-radius:12px;height:24px;padding:0;margin-bottom:0;cursor:pointer}.gbs-radio-button-filter .gbs-input[type=radio]:checked+label{background-color:#666;color:#fff}.gbs-radio-button-filter .gbs-input[type=radio]:focus+label:before{display:none}.gbs-radio-button-filter .gbs-input[type=radio]+label .label-content{display:block;border-radius:12px;height:20px;margin:2px;font-size:1.4rem;line-height:18px;padding:0 2.4rem;border:1px solid transparent}.gbs-radio-button-filter .gbs-input[type=radio]:focus+label .label-content{border:1px dashed}.gbs-checkbox-button-filter .gbs-input[type=checkbox]+label{background-image:none;min-width:0;min-height:0;background-color:#e6dcdf;border-radius:16px;height:32px;padding:0;margin-bottom:0;cursor:pointer}.gbs-checkbox-button-filter .gbs-input[type=checkbox].gbs-filter-black+label{background-color:#e5e5e5}.gbs-checkbox-button-filter .gbs-input[type=checkbox]:checked+label,.gbs-checkbox-button-filter .gbs-input[type=checkbox]:hover+label{background-color:#815160;color:#fff}.gbs-checkbox-button-filter .gbs-input[type=checkbox].gbs-filter-black:checked+label,.gbs-checkbox-button-filter .gbs-input[type=checkbox].gbs-filter-black:hover+label{background-color:#1a1a1a;color:#fff}.gbs-checkbox-button-filter .gbs-input[type=checkbox].gbs-filter-vg-red:checked+label,.gbs-checkbox-button-filter .gbs-input[type=checkbox].gbs-filter-vg-red:hover+label{background-color:#96151d;color:#fff}@media (hover: none){.gbs-checkbox-button-filter .gbs-input[type=checkbox]:focus+label .label-content{border:1px dashed transparent!important}.gbs-checkbox-button-filter .gbs-input[type=checkbox].gbs-filter-vg-red:hover+label,.gbs-checkbox-button-filter .gbs-input[type=checkbox]:hover+label{background-color:#e6dcdf;color:#1a1a1a}.gbs-checkbox-button-filter .gbs-input[type=checkbox].gbs-filter-black:hover+label{background-color:#e5e5e5;color:#1a1a1a}.gbs-checkbox-button-filter .gbs-input[type=checkbox]:checked+label{background-color:#815160;color:#fff}.gbs-checkbox-button-filter .gbs-input[type=checkbox].gbs-filter-black:checked+label{background-color:#1a1a1a;color:#fff}.gbs-checkbox-button-filter .gbs-input[type=checkbox].gbs-filter-vg-red:checked+label{background-color:#96151d;color:#fff}}.gbs-checkbox-button-filter .gbs-input[type=checkbox]:checked+label .label-content{padding-left:3.2rem}.gbs-checkbox-button-filter .gbs-input[type=checkbox]:checked+label{background-image:url(check-small-white.dca22598.96d33f4b87e2229b.svg);background-size:12px 12px;background-position:16px 9px}.gbs-checkbox-button-filter .gbs-input[type=checkbox]:focus+label:before{display:none}.gbs-checkbox-button-filter .gbs-input[type=checkbox]+label .label-content{display:block;border-radius:16px;height:28px;margin:2px;font-size:1.4rem;line-height:24px;padding:0 1.6rem;border:1px solid transparent}.gbs-checkbox-button-filter .gbs-input[type=checkbox]:focus+label .label-content{border:1px dashed}.gbs-input-invalid-container .gbs-input,.gbs-input-invalid-container .gbs-select-dropdown,.gbs-input-invalid-container .gbs-textarea{border:1px solid #da0000}.gbs-input-invalid-container .message,.gbs-input-invalid-container label,.gbs-input-invalid-container legend{color:#da0000}.gbs-input-invalid-container [class*=gbs-checkbox-radio] label{color:#1a1a1a}.gbs-input-invalid-container .message{margin-top:3px}.gbs-input-invalid-container .gbs-input:focus,.gbs-input-invalid-container .gbs-select-dropdown:focus,.gbs-input-invalid-container .gbs-textarea:focus{border:1px solid #da0000;outline:1px solid #1a1a1a}#product-search-section{height:40px;border-radius:3px;border-color:#b2b2b2}.gbs-input-icon-left input{background-position:8px}.gbs-container,.gbs-container-large,.gbs-container-large-top,.gbs-container-medium,.gbs-container-no-padding,.gbs-container-no-top-bottom-padding{width:100%;max-width:1280px;padding:16px;margin:0 auto;clear:both}.gbs-container-no-padding{padding:0}.gbs-container-no-top-bottom-padding{padding:0 16px}.gbs-container-large{padding:64px 16px}.gbs-container-medium{padding:48px 16px}.gbs-container-large-top{padding:64px 16px 0}.gbs-position-bottom-18{bottom:18px}.gbs-container-bottom-align,.gbs-container-middle-align{display:flex;flex-direction:column;align-items:stretch;height:100%}.gbs-container-middle-align{justify-content:center}.gbs-bottom-align-center,.gbs-bottom-align-left,.gbs-bottom-align-right{margin-top:auto}.gbs-bottom-align-left,.gbs-middle-align-left{align-self:flex-start}.gbs-bottom-align-center,.gbs-middle-align-center{align-self:center}.gbs-bottom-align-right,.gbs-middle-align-right{align-self:flex-end}.gbs-grid-row{display:flex;flex-wrap:wrap;margin-left:-8px;margin-right:-8px}.gbs-grid-row.gbs-grid-gutters-none{margin-left:0!important;margin-right:0!important}.gbs-grid-row>[class*=gbs-col-]{position:relative;min-height:1px;padding-left:8px;padding-right:8px;word-wrap:break-word;width:100%}.gbs-grid-row.gbs-grid-gutters-none>[class*=gbs-col-]{padding-left:0!important;padding-right:0!important}.gbs-bottom-margin-gutter{margin-bottom:16px}.gbs-grid-row.align-col-height>[class*=gbs-col-]{display:flex}.gbs-grid-row.align-col-height>[class*=gbs-col-]>*{width:100%}.gbs-col-xs-12{flex:0 0 100%;max-width:100%}.gbs-col-xs-11-half{flex:0 0 95.833333%;max-width:95.833333%}.gbs-col-xs-11{flex:0 0 91.66666667%;max-width:91.66666667%}.gbs-col-xs-10-half{flex:0 0 87.5%;max-width:87.5%}.gbs-col-xs-10{flex:0 0 83.33333333%;max-width:83.33333333%}.gbs-col-xs-9-half{flex:0 0 79.166666%;max-width:79.166666%}.gbs-col-xs-9{flex:0 0 75%;max-width:75%}.gbs-col-xs-8-half{flex:0 0 70.833333%;max-width:70.833333%}.gbs-col-xs-8{flex:0 0 66.66666667%;max-width:66.66666667%}.gbs-col-xs-7-half{flex:0 0 62.5%;max-width:62.5%}.gbs-col-xs-7{flex:0 0 58.33333333%;max-width:58.33333333%}.gbs-col-xs-6-half{flex:0 0 54.166666%;max-width:54.166666%}.gbs-col-xs-6{flex:0 0 50%;max-width:50%}.gbs-col-xs-5-half{flex:0 0 45.833333%;max-width:45.833333%}.gbs-col-xs-5{flex:0 0 41.66666667%;max-width:41.66666667%}.gbs-col-xs-4-half{flex:0 0 37.5%;max-width:37.5%}.gbs-col-xs-4{flex:0 0 33.33333333%;max-width:33.33333333%}.gbs-col-xs-3-half{flex:0 0 29.166666%;max-width:29.166666%}.gbs-col-xs-3{flex:0 0 25%;max-width:25%}.gbs-col-xs-2-half{flex:0 0 20.833333%;max-width:20.833333%}.gbs-col-xs-2{flex:0 0 16.66666667%;max-width:16.66666667%}.gbs-col-xs-1-half{flex:0 0 12.5%;max-width:12.5%}.gbs-col-xs-1{flex:0 0 8.33333333%;max-width:8.33333333%}.gbs-col-xs-half{flex:0 0 4.166666%;max-width:4.166666%}.gbs-col-xs-fifth{flex:0 0 20%;max-width:20%}.gbs-col-xs-seventh{flex:0 0 14.285714%;max-width:14.285714%}.gbs-col-xs-offset-12{margin-left:100%}.gbs-col-xs-offset-11-half{margin-left:95.833333%}.gbs-col-xs-offset-11{margin-left:91.66666667%}.gbs-col-xs-offset-10-half{margin-left:87.5%}.gbs-col-xs-offset-10{margin-left:83.33333333%}.gbs-col-xs-offset-9-half{margin-left:79.166666%}.gbs-col-xs-offset-9{margin-left:75%}.gbs-col-xs-offset-8-half{margin-left:70.833333%}.gbs-col-xs-offset-8{margin-left:66.66666667%}.gbs-col-xs-offset-7-half{margin-left:62.5%}.gbs-col-xs-offset-7{margin-left:58.33333333%}.gbs-col-xs-offset-6-half{margin-left:54.166666%}.gbs-col-xs-offset-6{margin-left:50%}.gbs-col-xs-offset-5-half{margin-left:45.833333%}.gbs-col-xs-offset-5{margin-left:41.66666667%}.gbs-col-xs-offset-4-half{margin-left:37.5%}.gbs-col-xs-offset-4{margin-left:33.33333333%}.gbs-col-xs-offset-3-half{margin-left:29.166666%}.gbs-col-xs-offset-3{margin-left:25%}.gbs-col-xs-offset-2-half{margin-left:20.833333%}.gbs-col-xs-offset-2{margin-left:16.66666667%}.gbs-col-xs-offset-1-half{margin-left:12.5%}.gbs-col-xs-offset-1{margin-left:8.33333333%}.gbs-col-xs-offset-half{margin-left:4.166666%}.gbs-col-xs-offset-0{margin-left:0}.gbs-col-xs-offset-fifth{margin-left:20%}.gbs-col-xs-offset-seventh{margin-left:14.285714%}.gbs-grid-row>[class*=gbs-col-]:last-child>[class*=gbs-col-border-]{border-right:none}.gbs-col-border-dotted-xs,.gbs-col-border-xs,.gbs-col-no-border-xs{padding-right:16px}.gbs-col-border-xs{border-right:1px solid #ccc}.gbs-col-border-dotted-xs{border-right:1px dotted #ccc}.gbs-col-no-border-xs{border-right:none}.gbs-summary-layout .gbs-grid-row{margin-left:0;margin-right:0}.gbs-summary-layout .gbs-grid-row>[class*=gbs-col-]{font:1.6rem/2.4rem Univers-Basic-Regular,Arial,"sans-serif";text-align:right;padding:8px 16px 8px 0}.gbs-summary-layout .gbs-grid-row>[class*=gbs-col-]:first-child{font-family:Univers-Basic-Medium,Arial,"sans-serif";text-align:left}.gbs-summary-layout .gbs-grid-row>[class*=gbs-col-]:last-child{padding-right:0}.gbs-summary-layout.gbs-summary-lines .gbs-grid-row>[class*=gbs-col-]{border-bottom:1px solid #e5e5e5}.gbs-summary-layout.gbs-summary-stack-xs .gbs-grid-row>[class*=gbs-col-]{padding-right:0;text-align:left}.gbs-summary-layout.gbs-summary-lines.gbs-summary-stack-xs .gbs-grid-row>[class*=gbs-col-]{border-bottom:none}.gbs-summary-layout.gbs-summary-lines.gbs-summary-stack-xs .gbs-grid-row>[class*=gbs-col-]:last-child{border-bottom:1px solid #e5e5e5}.gbs-summary-layout.gbs-summary-stack-xs .gbs-grid-row>[class*=gbs-col-]:first-child{padding-bottom:0}.gbs-summary-layout.gbs-summary-stack-xs .gbs-grid-row>[class*=gbs-col-]:last-child{padding-top:0}@media screen and (max-width: 599px){.gbs-middle-align-center-on-xsmall{align-self:center}}@media screen and (min-width: 37.5em){.gbs-col-sm-12{flex:0 0 100%;max-width:100%}.gbs-col-sm-11-half{flex:0 0 95.833333%;max-width:95.833333%}.gbs-col-sm-11{flex:0 0 91.66666667%;max-width:91.66666667%}.gbs-col-sm-10-half{flex:0 0 87.5%;max-width:87.5%}.gbs-col-sm-10{flex:0 0 83.33333333%;max-width:83.33333333%}.gbs-col-sm-9-half{flex:0 0 79.166666%;max-width:79.166666%}.gbs-col-sm-9{flex:0 0 75%;max-width:75%}.gbs-col-sm-8-half{flex:0 0 70.833333%;max-width:70.833333%}.gbs-col-sm-8{flex:0 0 66.66666667%;max-width:66.66666667%}.gbs-col-sm-7-half{flex:0 0 62.5%;max-width:62.5%}.gbs-col-sm-7{flex:0 0 58.33333333%;max-width:58.33333333%}.gbs-col-sm-6-half{flex:0 0 54.166666%;max-width:54.166666%}.gbs-col-sm-6{flex:0 0 50%;max-width:50%}.gbs-col-sm-5-half{flex:0 0 45.833333%;max-width:45.833333%}.gbs-col-sm-5{flex:0 0 41.66666667%;max-width:41.66666667%}.gbs-col-sm-4-half{flex:0 0 37.5%;max-width:37.5%}.gbs-col-sm-4{flex:0 0 33.33333333%;max-width:33.33333333%}.gbs-col-sm-3-half{flex:0 0 29.166666%;max-width:29.166666%}.gbs-col-sm-3{flex:0 0 25%;max-width:25%}.gbs-col-sm-2-half{flex:0 0 20.833333%;max-width:20.833333%}.gbs-col-sm-2{flex:0 0 16.66666667%;max-width:16.66666667%}.gbs-col-sm-1-half{flex:0 0 12.5%;max-width:12.5%}.gbs-col-sm-1{flex:0 0 8.33333333%;max-width:8.33333333%}.gbs-col-sm-half{flex:0 0 4.166666%;max-width:4.166666%}.gbs-col-sm-fifth{flex:0 0 20%;max-width:20%}.gbs-col-sm-seventh{flex:0 0 14.285714%;max-width:14.285714%}.gbs-col-sm-offset-12{margin-left:100%}.gbs-col-sm-offset-11-half{margin-left:95.833333%}.gbs-col-sm-offset-11{margin-left:91.66666667%}.gbs-col-sm-offset-10-half{margin-left:87.5%}.gbs-col-sm-offset-10{margin-left:83.33333333%}.gbs-col-sm-offset-9-half{margin-left:79.166666%}.gbs-col-sm-offset-9{margin-left:75%}.gbs-col-sm-offset-8-half{margin-left:70.833333%}.gbs-col-sm-offset-8{margin-left:66.66666667%}.gbs-col-sm-offset-7-half{margin-left:62.5%}.gbs-col-sm-offset-7{margin-left:58.33333333%}.gbs-col-sm-offset-6-half{margin-left:54.166666%}.gbs-col-sm-offset-6{margin-left:50%}.gbs-col-sm-offset-5-half{margin-left:45.833333%}.gbs-col-sm-offset-5{margin-left:41.66666667%}.gbs-col-sm-offset-4-half{margin-left:37.5%}.gbs-col-sm-offset-4{margin-left:33.33333333%}.gbs-col-sm-offset-3-half{margin-left:29.166666%}.gbs-col-sm-offset-3{margin-left:25%}.gbs-col-sm-offset-2-half{margin-left:20.833333%}.gbs-col-sm-offset-2{margin-left:16.66666667%}.gbs-col-sm-offset-1-half{margin-left:12.5%}.gbs-col-sm-offset-1{margin-left:8.33333333%}.gbs-col-sm-offset-half{margin-left:4.166666%}.gbs-col-sm-offset-0{margin-left:0}.gbs-col-sm-offset-fifth{margin-left:20%}.gbs-col-sm-offset-seventh{margin-left:14.285714%}.gbs-col-border-dotted-sm,.gbs-col-border-sm,.gbs-col-no-border-sm{padding-right:16px}.gbs-col-border-sm{border-right:1px solid #ccc}.gbs-col-border-dotted-sm{border-right:1px dotted #ccc}.gbs-col-no-border-sm{border-right:none}.gbs-summary-layout.gbs-summary-stack-xs .gbs-grid-row>[class*=gbs-col-]{padding-right:16px;text-align:right}.gbs-summary-layout.gbs-summary-lines.gbs-summary-stack-xs .gbs-grid-row>[class*=gbs-col-]{border-bottom:1px solid #e5e5e5}.gbs-summary-layout.gbs-summary-stack-xs .gbs-grid-row>[class*=gbs-col-]:first-child{text-align:left;padding-bottom:8px}.gbs-summary-layout.gbs-summary-stack-xs .gbs-grid-row>[class*=gbs-col-]:last-child{padding-right:0;padding-top:8px}}@media screen and (min-width: 600px) and (max-width: 767px){.gbs-middle-align-center-on-small{align-self:center}}@media screen and (min-width: 48em){.gbs-col-md-12{flex:0 0 100%;max-width:100%}.gbs-col-md-11-half{flex:0 0 95.833333%;max-width:95.833333%}.gbs-col-md-11{flex:0 0 91.66666667%;max-width:91.66666667%}.gbs-col-md-10-half{flex:0 0 87.5%;max-width:87.5%}.gbs-col-md-10{flex:0 0 83.33333333%;max-width:83.33333333%}.gbs-col-md-9-half{flex:0 0 79.166666%;max-width:79.166666%}.gbs-col-md-9{flex:0 0 75%;max-width:75%}.gbs-col-md-8-half{flex:0 0 70.833333%;max-width:70.833333%}.gbs-col-md-8{flex:0 0 66.66666667%;max-width:66.66666667%}.gbs-col-md-7-half{flex:0 0 62.5%;max-width:62.5%}.gbs-col-md-7{flex:0 0 58.33333333%;max-width:58.33333333%}.gbs-col-md-6-half{flex:0 0 54.166666%;max-width:54.166666%}.gbs-col-md-6{flex:0 0 50%;max-width:50%}.gbs-col-md-5-half{flex:0 0 45.833333%;max-width:45.833333%}.gbs-col-md-5{flex:0 0 41.66666667%;max-width:41.66666667%}.gbs-col-md-4-half{flex:0 0 37.5%;max-width:37.5%}.gbs-col-md-4{flex:0 0 33.33333333%;max-width:33.33333333%}.gbs-col-md-3-half{flex:0 0 29.166666%;max-width:29.166666%}.gbs-col-md-3{flex:0 0 25%;max-width:25%}.gbs-col-md-2-half{flex:0 0 20.833333%;max-width:20.833333%}.gbs-col-md-2{flex:0 0 16.66666667%;max-width:16.66666667%}.gbs-col-md-1-half{flex:0 0 12.5%;max-width:12.5%}.gbs-col-md-1{flex:0 0 8.33333333%;max-width:8.33333333%}.gbs-col-md-half{flex:0 0 4.166666%;max-width:4.166666%}.gbs-col-md-fifth{flex:0 0 20%;max-width:20%}.gbs-col-md-seventh{flex:0 0 14.285714%;max-width:14.285714%}.gbs-col-md-offset-12{margin-left:100%}.gbs-col-md-offset-11-half{margin-left:95.833333%}.gbs-col-md-offset-11{margin-left:91.66666667%}.gbs-col-md-offset-10-half{margin-left:87.5%}.gbs-col-md-offset-10{margin-left:83.33333333%}.gbs-col-md-offset-9-half{margin-left:79.166666%}.gbs-col-md-offset-9{margin-left:75%}.gbs-col-md-offset-8-half{margin-left:70.833333%}.gbs-col-md-offset-8{margin-left:66.66666667%}.gbs-col-md-offset-7-half{margin-left:62.5%}.gbs-col-md-offset-7{margin-left:58.33333333%}.gbs-col-md-offset-6-half{margin-left:54.166666%}.gbs-col-md-offset-6{margin-left:50%}.gbs-col-md-offset-5-half{margin-left:45.833333%}.gbs-col-md-offset-5{margin-left:41.66666667%}.gbs-col-md-offset-4-half{margin-left:37.5%}.gbs-col-md-offset-4{margin-left:33.33333333%}.gbs-col-md-offset-3-half{margin-left:29.166666%}.gbs-col-md-offset-3{margin-left:25%}.gbs-col-md-offset-2-half{margin-left:20.833333%}.gbs-col-md-offset-2{margin-left:16.66666667%}.gbs-col-md-offset-1-half{margin-left:12.5%}.gbs-col-md-offset-1{margin-left:8.33333333%}.gbs-col-md-offset-half{margin-left:4.166666%}.gbs-col-md-offset-0{margin-left:0}.gbs-col-md-offset-fifth{margin-left:20%}.gbs-col-md-offset-seventh{margin-left:14.285714%}.gbs-col-border-dotted-md,.gbs-col-border-md,.gbs-col-no-border-md{padding-right:16px}.gbs-col-border-md{border-right:1px solid #ccc}.gbs-col-border-dotted-md{border-right:1px dotted #ccc}.gbs-col-no-border-md{border-right:none}}@media screen and (min-width: 768px) and (max-width: 1001px){.gbs-middle-align-center-on-medium{align-self:center}}@media screen and (min-width: 62.625em){.gbs-container{padding:24px}.gbs-container-no-top-bottom-padding{padding:0 24px}.gbs-container-large{padding:64px 24px}.gbs-container-medium{padding:48px 24px}.gbs-container-large-top{padding:64px 24px 0}.gbs-grid-row{margin-left:-12px;margin-right:-12px}.gbs-grid-row>[class*=gbs-col-]{padding-left:44px;padding-right:12px}.gbs-bottom-margin-gutter{margin-bottom:24px}.gbs-col-lg-12{flex:0 0 100%;max-width:100%}.gbs-col-lg-11-half{flex:0 0 95.833333%;max-width:95.833333%}.gbs-col-lg-11{flex:0 0 91.66666667%;max-width:91.66666667%}.gbs-col-lg-10-half{flex:0 0 87.5%;max-width:87.5%}.gbs-col-lg-10{flex:0 0 83.33333333%;max-width:83.33333333%}.gbs-col-lg-9-half{flex:0 0 79.166666%;max-width:79.166666%}.gbs-col-lg-9{flex:0 0 75%;max-width:75%}.gbs-col-lg-8-half{flex:0 0 70.833333%;max-width:70.833333%}.gbs-col-lg-8{flex:0 0 66.66666667%;max-width:66.66666667%}.gbs-col-lg-7-half{flex:0 0 62.5%;max-width:62.5%}.gbs-col-lg-7{flex:0 0 58.33333333%;max-width:58.33333333%}.gbs-col-lg-6-half{flex:0 0 54.166666%;max-width:54.166666%}.gbs-col-lg-6{flex:0 0 50%;max-width:50%}.gbs-col-lg-5-half{flex:0 0 45.833333%;max-width:45.833333%}.gbs-col-lg-5{flex:0 0 41.66666667%;max-width:41.66666667%}.gbs-col-lg-4-half{flex:0 0 37.5%;max-width:37.5%}.gbs-col-lg-4{flex:0 0 33.33333333%;max-width:33.33333333%}.gbs-col-lg-3-half{flex:0 0 29.166666%;max-width:29.166666%}.gbs-col-lg-3{flex:0 0 25%;max-width:25%}.gbs-col-lg-2-half{flex:0 0 20.833333%;max-width:20.833333%}.gbs-col-lg-2{flex:0 0 16.66666667%;max-width:16.66666667%}.gbs-col-lg-1-half{flex:0 0 12.5%;max-width:12.5%}.gbs-col-lg-1{flex:0 0 8.33333333%;max-width:8.33333333%}.gbs-col-lg-half{flex:0 0 4.166666%;max-width:4.166666%}.gbs-col-lg-fifth{flex:0 0 20%;max-width:20%}.gbs-col-lg-seventh{flex:0 0 14.285714%;max-width:14.285714%}.gbs-col-lg-offset-12{margin-left:100%}.gbs-col-lg-offset-11-half{margin-left:95.833333%}.gbs-col-lg-offset-11{margin-left:91.66666667%}.gbs-col-lg-offset-10-half{margin-left:87.5%}.gbs-col-lg-offset-10{margin-left:83.33333333%}.gbs-col-lg-offset-9-half{margin-left:79.166666%}.gbs-col-lg-offset-9{margin-left:75%}.gbs-col-lg-offset-8-half{margin-left:70.833333%}.gbs-col-lg-offset-8{margin-left:66.66666667%}.gbs-col-lg-offset-7-half{margin-left:62.5%}.gbs-col-lg-offset-7{margin-left:58.33333333%}.gbs-col-lg-offset-6-half{margin-left:54.166666%}.gbs-col-lg-offset-6{margin-left:50%}.gbs-col-lg-offset-5-half{margin-left:45.833333%}.gbs-col-lg-offset-5{margin-left:41.66666667%}.gbs-col-lg-offset-4-half{margin-left:37.5%}.gbs-col-lg-offset-4{margin-left:33.33333333%}.gbs-col-lg-offset-3-half{margin-left:29.166666%}.gbs-col-lg-offset-3{margin-left:25%}.gbs-col-lg-offset-2-half{margin-left:20.833333%}.gbs-col-lg-offset-2{margin-left:16.66666667%}.gbs-col-lg-offset-1-half{margin-left:12.5%}.gbs-col-lg-offset-1{margin-left:8.33333333%}.gbs-col-lg-offset-half{margin-left:4.166666%}.gbs-col-lg-offset-0{margin-left:0}.gbs-col-lg-offset-fifth{margin-left:20%}.gbs-col-lg-offset-seventh{margin-left:14.285714%}.gbs-col-border-dotted-lg,.gbs-col-border-lg,.gbs-col-no-border-lg{padding-right:24px}.gbs-col-border-lg{border-right:1px solid #ccc}.gbs-col-border-dotted-lg{border-right:1px dotted #ccc}.gbs-col-no-border-lg{border-right:none}}@media screen and (min-width: 1002px) and (max-width: 1279px){.gbs-middle-align-center-on-large{align-self:center}}@media screen and (min-width: 80em){.gbs-col-xl-12{flex:0 0 100%;max-width:100%}.gbs-col-xl-11-half{flex:0 0 95.833333%;max-width:95.833333%}.gbs-col-xl-11{flex:0 0 91.66666667%;max-width:91.66666667%}.gbs-col-xl-10-half{flex:0 0 87.5%;max-width:87.5%}.gbs-col-xl-10{flex:0 0 83.33333333%;max-width:83.33333333%}.gbs-col-xl-9-half{flex:0 0 79.166666%;max-width:79.166666%}.gbs-col-xl-9{flex:0 0 75%;max-width:75%}.gbs-col-xl-8-half{flex:0 0 70.833333%;max-width:70.833333%}.gbs-col-xl-8{flex:0 0 66.66666667%;max-width:66.66666667%}.gbs-col-xl-7-half{flex:0 0 62.5%;max-width:62.5%}.gbs-col-xl-7{flex:0 0 58.33333333%;max-width:58.33333333%}.gbs-col-xl-6-half{flex:0 0 54.166666%;max-width:54.166666%}.gbs-col-xl-6{flex:0 0 50%;max-width:50%}.gbs-col-xl-5-half{flex:0 0 45.833333%;max-width:45.833333%}.gbs-col-xl-5{flex:0 0 41.66666667%;max-width:41.66666667%}.gbs-col-xl-4-half{flex:0 0 37.5%;max-width:37.5%}.gbs-col-xl-4{flex:0 0 33.33333333%;max-width:33.33333333%}.gbs-col-xl-3-half{flex:0 0 29.166666%;max-width:29.166666%}.gbs-col-xl-3{flex:0 0 25%;max-width:25%}.gbs-col-xl-2-half{flex:0 0 20.833333%;max-width:20.833333%}.gbs-col-xl-2{flex:0 0 16.66666667%;max-width:16.66666667%}.gbs-col-xl-1-half{flex:0 0 12.5%;max-width:12.5%}.gbs-col-xl-1{flex:0 0 8.33333333%;max-width:8.33333333%}.gbs-col-xl-half{flex:0 0 4.166666%;max-width:4.166666%}.gbs-col-xl-fifth{flex:0 0 20%;max-width:20%}.gbs-col-xl-seventh{flex:0 0 14.285714%;max-width:14.285714%}.gbs-col-xl-offset-12{margin-left:100%}.gbs-col-xl-offset-11-half{margin-left:95.833333%}.gbs-col-xl-offset-11{margin-left:91.66666667%}.gbs-col-xl-offset-10-half{margin-left:87.5%}.gbs-col-xl-offset-10{margin-left:83.33333333%}.gbs-col-xl-offset-9-half{margin-left:79.166666%}.gbs-col-xl-offset-9{margin-left:75%}.gbs-col-xl-offset-8-half{margin-left:70.833333%}.gbs-col-xl-offset-8{margin-left:66.66666667%}.gbs-col-xl-offset-7-half{margin-left:62.5%}.gbs-col-xl-offset-7{margin-left:58.33333333%}.gbs-col-xl-offset-6-half{margin-left:54.166666%}.gbs-col-xl-offset-6{margin-left:50%}.gbs-col-xl-offset-5-half{margin-left:45.833333%}.gbs-col-xl-offset-5{margin-left:41.66666667%}.gbs-col-xl-offset-4-half{margin-left:37.5%}.gbs-col-xl-offset-4{margin-left:33.33333333%}.gbs-col-xl-offset-3-half{margin-left:29.166666%}.gbs-col-xl-offset-3{margin-left:25%}.gbs-col-xl-offset-2-half{margin-left:20.833333%}.gbs-col-xl-offset-2{margin-left:16.66666667%}.gbs-col-xl-offset-1-half{margin-left:12.5%}.gbs-col-xl-offset-1{margin-left:8.33333333%}.gbs-col-xl-offset-half{margin-left:4.166666%}.gbs-col-xl-offset-0{margin-left:0}.gbs-col-xl-offset-fifth{margin-left:20%}.gbs-col-xl-offset-seventh{margin-left:14.285714%}.gbs-col-border-dotted-xl,.gbs-col-border-xl,.gbs-col-no-border-xl{padding-right:24px}.gbs-col-border-xl{border-right:1px solid #ccc}.gbs-col-border-dotted-xl{border-right:1px dotted #ccc}.gbs-col-no-border-xl{border-right:none}.gbs-middle-align-center-on-xlarge{align-self:center}}.gbs-width-100{width:100%!important}.gbs-width-30{width:30%!important}.gbs-width-25{width:25%!important}.gbs-height-100{height:100%}.gbs-height-inherit{height:inherit!important}.gbs-height-px-128{height:128px!important}.gbs-width-px-64{width:64px!important}.gbs-min-height-small{min-height:700px}.gbs-min-height-200{min-height:200px}.gbs-overflow-auto{overflow:auto}.gbs-overflow-hidden{overflow:hidden!important}.gbs-overflow-x{overflow-x:hidden!important}.gbs-overflow-y{overflow-y:hidden!important}.gbs-margin-top-6{margin-top:-6px}.gbs-padding-none{padding:0!important}.gbs-padding-4{padding:4px!important}.gbs-padding-8{padding:8px!important}.gbs-padding-16{padding:16px!important}.gbs-padding-24{padding:24px!important}.gbs-padding-32{padding:32px!important}.gbs-padding-40{padding:40px!important}.gbs-padding-48{padding:48px!important}.gbs-padding-56{padding:56px!important}.gbs-padding-64{padding:64px!important}.gbs-padding-80{padding:80px!important}.gbs-padding-88{padding:88px!important}.gbs-padding-96{padding:96px!important}.gbs-padding-top-none{padding-top:0!important}.gbs-padding-top-4{padding-top:4px!important}.gbs-padding-top-8{padding-top:8px!important}.gbs-padding-top-16{padding-top:16px!important}.gbs-padding-top-24{padding-top:24px!important}.gbs-padding-top-32{padding-top:32px!important}.gbs-padding-top-40{padding-top:40px!important}.gbs-padding-top-48{padding-top:48px!important}.gbs-padding-top-56{padding-top:56px!important}.gbs-padding-top-64{padding-top:64px!important}.gbs-padding-top-80{padding-top:80px!important}.gbs-padding-top-88{padding-top:88px!important}.gbs-padding-top-96{padding-top:96px!important}.gbs-padding-bottom-none{padding-bottom:0!important}.gbs-padding-bottom-4{padding-bottom:4px!important}.gbs-padding-bottom-8{padding-bottom:8px!important}.gbs-padding-bottom-16{padding-bottom:16px!important}.gbs-padding-bottom-24{padding-bottom:24px!important}.gbs-padding-bottom-32{padding-bottom:32px!important}.gbs-padding-bottom-40{padding-bottom:40px!important}.gbs-padding-bottom-48{padding-bottom:48px!important}.gbs-padding-bottom-56{padding-bottom:56px!important}.gbs-padding-bottom-64{padding-bottom:64px!important}.gbs-padding-bottom-80{padding-bottom:80px!important}.gbs-padding-bottom-88{padding-bottom:88px!important}.gbs-padding-bottom-96{padding-bottom:96px!important}.gbs-padding-left-none{padding-left:0!important}.gbs-padding-left-4{padding-left:4px!important}.gbs-padding-left-8{padding-left:8px!important}.gbs-padding-left-16{padding-left:16px!important}.gbs-padding-left-24{padding-left:24px!important}.gbs-padding-left-32{padding-left:32px!important}.gbs-padding-left-40{padding-left:40px!important}.gbs-padding-left-48{padding-left:48px!important}.gbs-padding-left-56{padding-left:56px!important}.gbs-padding-left-64{padding-left:64px!important}.gbs-padding-left-80{padding-left:80px!important}.gbs-padding-left-88{padding-left:88px!important}.gbs-padding-left-96{padding-left:96px!important}.gbs-padding-right-none{padding-right:0!important}.gbs-padding-right-4{padding-right:4px!important}.gbs-padding-right-8{padding-right:8px!important}.gbs-padding-right-16{padding-right:16px!important}.gbs-padding-right-24{padding-right:24px!important}.gbs-padding-right-32{padding-right:32px!important}.gbs-padding-right-40{padding-right:40px!important}.gbs-padding-right-48{padding-right:48px!important}.gbs-padding-right-56{padding-right:56px!important}.gbs-padding-right-64{padding-right:64px!important}.gbs-padding-right-80{padding-right:80px!important}.gbs-padding-right-88{padding-right:88px!important}.gbs-padding-right-96{padding-right:96px!important}.gbs-margin-none{margin:0!important}.gbs-margin-top-none{margin-top:0!important}.gbs-margin-top-4{margin-top:4px!important}.gbs-margin-top-8{margin-top:8px!important}.gbs-margin-top-16{margin-right:16px!important}.gbs-margin-top-24{margin-top:24px!important}.gbs-margin-top-32{margin-top:32px!important}.gbs-margin-top-40{margin-top:40px!important}.gbs-margin-top-48{margin-top:48px!important}.gbs-margin-top-56{margin-top:56px!important}.gbs-margin-top-64{margin-top:64px!important}.gbs-margin-top-80{margin-top:80px!important}.gbs-margin-top-88{margin-top:88px!important}.gbs-margin-top-96{margin-top:96px!important}.gbs-margin-right-none{margin-right:0!important}.gbs-margin-right-4{margin-right:4px!important}.gbs-margin-right-8{margin-right:8px!important}.gbs-margin-right-16{margin-right:16px!important}.gbs-margin-right-24{margin-right:24px!important}.gbs-margin-right-32{margin-right:32px!important}.gbs-margin-right-40{margin-right:40px!important}.gbs-margin-right-48{margin-right:48px!important}.gbs-margin-right-56{margin-right:56px!important}.gbs-margin-right-64{margin-right:64px!important}.gbs-margin-right-80{margin-right:80px!important}.gbs-margin-right-88{margin-right:88px!important}.gbs-margin-right-96{margin-right:96px!important}.gbs-margin-bottom-none{margin-bottom:0!important}.gbs-margin-bottom-4{margin-bottom:4px!important}.gbs-margin-bottom-8{margin-bottom:8px!important}.gbs-margin-bottom-16{margin-bottom:16px!important}.gbs-margin-bottom-24{margin-bottom:24px!important}.gbs-margin-bottom-32{margin-bottom:32px!important}.gbs-margin-bottom-40{margin-bottom:40px!important}.gbs-margin-bottom-48{margin-bottom:48px!important}.gbs-margin-bottom-56{margin-bottom:56px!important}.gbs-margin-bottom-64{margin-bottom:64px!important}.gbs-margin-bottom-80{margin-bottom:80px!important}.gbs-margin-bottom-88{margin-bottom:88px!important}.gbs-margin-bottom-96{margin-bottom:96px!important}.gbs-margin-left-none{margin-left:0!important}.gbs-margin-left-4{margin-left:4px!important}.gbs-margin-left-8{margin-left:8px!important}.gbs-margin-left-16{margin-left:16px!important}.gbs-margin-left-24{margin-left:24px!important}.gbs-margin-left-32{margin-left:32px!important}.gbs-margin-left-40{margin-left:40px!important}.gbs-margin-left-48{margin-left:48px!important}.gbs-margin-left-56{margin-left:56px!important}.gbs-margin-left-64{margin-left:64px!important}.gbs-margin-left-80{margin-left:80px!important}.gbs-margin-left-88{margin-left:88px!important}.gbs-margin-left-96{margin-left:96px!important}@media screen and (max-width: 599px){.gbs-width-100-on-xsmall{width:100%!important}.gbs-padding-none-on-xsmall{padding:0!important}.gbs-padding-4-on-xsmall{padding:4px!important}.gbs-padding-8-on-xsmall{padding:8px!important}.gbs-padding-16-on-xsmall{padding:16px!important}.gbs-padding-24-on-xsmall{padding:24px!important}.gbs-padding-32-on-xsmall{padding:32px!important}.gbs-padding-40-on-xsmall{padding:40px!important}.gbs-padding-48-on-xsmall{padding:48px!important}.gbs-padding-56-on-xsmall{padding:56px!important}.gbs-padding-64-on-xsmall{padding:64px!important}.gbs-padding-72-on-xsmall{padding:72px!important}.gbs-padding-80-on-xsmall{padding:80px!important}.gbs-padding-88-on-xsmall{padding:88px!important}.gbs-padding-96-on-xsmall{padding:96px!important}.gbs-padding-top-none-on-xsmall{padding-top:0!important}.gbs-padding-top-4-on-xsmall{padding-top:4px!important}.gbs-padding-top-8-on-xsmall{padding-top:8px!important}.gbs-padding-top-16-on-xsmall{padding-top:16px!important}.gbs-padding-top-24-on-xsmall{padding-top:24px!important}.gbs-padding-top-32-on-xsmall{padding-top:32px!important}.gbs-padding-top-40-on-xsmall{padding-top:40px!important}.gbs-padding-top-48-on-xsmall{padding-top:48px!important}.gbs-padding-top-56-on-xsmall{padding-top:56px!important}.gbs-padding-top-64-on-xsmall{padding-top:64px!important}.gbs-padding-top-72-on-xsmall{padding-top:72px!important}.gbs-padding-top-80-on-xsmall{padding-top:80px!important}.gbs-padding-top-88-on-xsmall{padding-top:88px!important}.gbs-padding-top-96-on-xsmall{padding-top:96px!important}.gbs-padding-bottom-none-on-xsmall{padding-bottom:0!important}.gbs-padding-bottom-4-on-xsmall{padding-bottom:4px!important}.gbs-padding-bottom-8-on-xsmall{padding-bottom:8px!important}.gbs-padding-bottom-16-on-xsmall{padding-bottom:16px!important}.gbs-padding-bottom-24-on-xsmall{padding-bottom:24px!important}.gbs-padding-bottom-32-on-xsmall{padding-bottom:32px!important}.gbs-padding-bottom-40-on-xsmall{padding-bottom:40px!important}.gbs-padding-bottom-48-on-xsmall{padding-bottom:48px!important}.gbs-padding-bottom-56-on-xsmall{padding-bottom:56px!important}.gbs-padding-bottom-64-on-xsmall{padding-bottom:64px!important}.gbs-padding-bottom-72-on-xsmall{padding-bottom:72px!important}.gbs-padding-bottom-80-on-xsmall{padding-bottom:80px!important}.gbs-padding-bottom-88-on-xsmall{padding-bottom:88px!important}.gbs-padding-bottom-96-on-xsmall{padding-bottom:96px!important}.gbs-padding-left-none-on-xsmall{padding-left:0!important}.gbs-padding-left-4-on-xsmall{padding-left:4px!important}.gbs-padding-left-8-on-xsmall{padding-left:8px!important}.gbs-padding-left-16-on-xsmall{padding-left:16px!important}.gbs-padding-left-24-on-xsmall{padding-left:24px!important}.gbs-padding-left-32-on-xsmall{padding-left:32px!important}.gbs-padding-left-40-on-xsmall{padding-left:40px!important}.gbs-padding-left-48-on-xsmall{padding-left:48px!important}.gbs-padding-left-56-on-xsmall{padding-left:56px!important}.gbs-padding-left-64-on-xsmall{padding-left:64px!important}.gbs-padding-left-72-on-xsmall{padding-left:72px!important}.gbs-padding-left-80-on-xsmall{padding-left:80px!important}.gbs-padding-left-88-on-xsmall{padding-left:88px!important}.gbs-padding-left-96-on-xsmall{padding-left:96px!important}.gbs-padding-right-none-on-xsmall{padding-right:0!important}.gbs-padding-right-4-on-xsmall{padding-right:4px!important}.gbs-padding-right-8-on-xsmall{padding-right:8px!important}.gbs-padding-right-16-on-xsmall{padding-right:16px!important}.gbs-padding-right-24-on-xsmall{padding-right:24px!important}.gbs-padding-right-32-on-xsmall{padding-right:32px!important}.gbs-padding-right-40-on-xsmall{padding-right:40px!important}.gbs-padding-right-48-on-xsmall{padding-right:48px!important}.gbs-padding-right-56-on-xsmall{padding-right:56px!important}.gbs-padding-right-64-on-xsmall{padding-right:64px!important}.gbs-padding-right-72-on-xsmall{padding-right:72px!important}.gbs-padding-right-80-on-xsmall{padding-right:80px!important}.gbs-padding-right-88-on-xsmall{padding-right:88px!important}.gbs-padding-right-96-on-xsmall{padding-right:96px!important}.gbs-margin-none-on-xsmall{margin:0!important}.gbs-margin-top-none-on-xsmall{margin-top:0!important}.gbs-margin-top-4-on-xsmall{margin-top:4px!important}.gbs-margin-top-8-on-xsmall{margin-top:8px!important}.gbs-margin-top-16-on-xsmall{margin-top:16px!important}.gbs-margin-top-24-on-xsmall{margin-top:24px!important}.gbs-margin-top-32-on-xsmall{margin-top:32px!important}.gbs-margin-top-40-on-xsmall{margin-top:40px!important}.gbs-margin-top-48-on-xsmall{margin-top:48px!important}.gbs-margin-top-56-on-xsmall{margin-top:56px!important}.gbs-margin-top-64-on-xsmall{margin-top:64px!important}.gbs-margin-top-72-on-xsmall{margin-top:72px!important}.gbs-margin-top-80-on-xsmall{margin-top:80px!important}.gbs-margin-top-88-on-xsmall{margin-top:88px!important}.gbs-margin-top-96-on-xsmall{margin-top:96px!important}.gbs-margin-right-none-on-xsmall{margin-right:0!important}.gbs-margin-right-4-on-xsmall{margin-right:4px!important}.gbs-margin-right-8-on-xsmall{margin-right:8px!important}.gbs-margin-right-16-on-xsmall{margin-right:16px!important}.gbs-margin-right-24-on-xsmall{margin-right:24px!important}.gbs-margin-right-32-on-xsmall{margin-right:32px!important}.gbs-margin-right-40-on-xsmall{margin-right:40px!important}.gbs-margin-right-48-on-xsmall{margin-right:48px!important}.gbs-margin-right-56-on-xsmall{margin-right:56px!important}.gbs-margin-right-64-on-xsmall{margin-right:64px!important}.gbs-margin-right-72-on-xsmall{margin-right:72px!important}.gbs-margin-right-80-on-xsmall{margin-right:80px!important}.gbs-margin-right-88-on-xsmall{margin-right:88px!important}.gbs-margin-right-96-on-xsmall{margin-right:96px!important}.gbs-margin-bottom-none-on-xsmall{margin-bottom:0!important}.gbs-margin-bottom-4-on-xsmall{margin-bottom:4px!important}.gbs-margin-bottom-8-on-xsmall{margin-bottom:8px!important}.gbs-margin-bottom-16-on-xsmall{margin-bottom:16px!important}.gbs-margin-bottom-24-on-xsmall{margin-bottom:24px!important}.gbs-margin-bottom-32-on-xsmall{margin-bottom:32px!important}.gbs-margin-bottom-40-on-xsmall{margin-bottom:40px!important}.gbs-margin-bottom-48-on-xsmall{margin-bottom:48px!important}.gbs-margin-bottom-56-on-xsmall{margin-bottom:56px!important}.gbs-margin-bottom-64-on-xsmall{margin-bottom:64px!important}.gbs-margin-bottom-72-on-xsmall{margin-bottom:72px!important}.gbs-margin-bottom-80-on-xsmall{margin-bottom:80px!important}.gbs-margin-bottom-88-on-xsmall{margin-bottom:88px!important}.gbs-margin-bottom-96-on-xsmall{margin-bottom:96px!important}.gbs-margin-left-none-on-xsmall{margin-left:0!important}.gbs-margin-left-4-on-xsmall{margin-left:4px!important}.gbs-margin-left-8-on-xsmall{margin-left:8px!important}.gbs-margin-left-16-on-xsmall{margin-left:16px!important}.gbs-margin-left-24-on-xsmall{margin-left:24px!important}.gbs-margin-left-32-on-xsmall{margin-left:32px!important}.gbs-margin-left-40-on-xsmall{margin-left:40px!important}.gbs-margin-left-48-on-xsmall{margin-left:48px!important}.gbs-margin-left-56-on-xsmall{margin-left:56px!important}.gbs-margin-left-64-on-xsmall{margin-left:64px!important}.gbs-margin-left-72-on-xsmall{margin-left:72px!important}.gbs-margin-left-80-on-xsmall{margin-left:80px!important}.gbs-margin-left-88-on-xsmall{margin-left:88px!important}.gbs-margin-left-96-on-xsmall{margin-left:96px!important}}@media screen and (min-width: 600px) and (max-width: 767px){.gbs-width-100-on-small{width:100%!important}.gbs-padding-none-on-small{padding:0!important}.gbs-padding-4-on-small{padding:4px!important}.gbs-padding-8-on-small{padding:8px!important}.gbs-padding-16-on-small{padding:16px!important}.gbs-padding-24-on-small{padding:24px!important}.gbs-padding-32-on-small{padding:32px!important}.gbs-padding-40-on-small{padding:40px!important}.gbs-padding-48-on-small{padding:48px!important}.gbs-padding-56-on-small{padding:56px!important}.gbs-padding-64-on-small{padding:64px!important}.gbs-padding-72-on-small{padding:72px!important}.gbs-padding-80-on-small{padding:80px!important}.gbs-padding-88-on-small{padding:88px!important}.gbs-padding-96-on-small{padding:96px!important}.gbs-padding-top-none-on-small{padding-top:0!important}.gbs-padding-top-4-on-small{padding-top:4px!important}.gbs-padding-top-8-on-small{padding-top:8px!important}.gbs-padding-top-16-on-small{padding-top:16px!important}.gbs-padding-top-24-on-small{padding-top:24px!important}.gbs-padding-top-32-on-small{padding-top:32px!important}.gbs-padding-top-40-on-small{padding-top:40px!important}.gbs-padding-top-48-on-small{padding-top:48px!important}.gbs-padding-top-56-on-small{padding-top:56px!important}.gbs-padding-top-64-on-small{padding-top:64px!important}.gbs-padding-top-72-on-small{padding-top:72px!important}.gbs-padding-top-80-on-small{padding-top:80px!important}.gbs-padding-top-88-on-small{padding-top:88px!important}.gbs-padding-top-96-on-small{padding-top:96px!important}.gbs-padding-bottom-none-on-small{padding-bottom:0!important}.gbs-padding-bottom-4-on-small{padding-bottom:4px!important}.gbs-padding-bottom-8-on-small{padding-bottom:8px!important}.gbs-padding-bottom-16-on-small{padding-bottom:16px!important}.gbs-padding-bottom-24-on-small{padding-bottom:24px!important}.gbs-padding-bottom-32-on-small{padding-bottom:32px!important}.gbs-padding-bottom-40-on-small{padding-bottom:40px!important}.gbs-padding-bottom-48-on-small{padding-bottom:48px!important}.gbs-padding-bottom-56-on-small{padding-bottom:56px!important}.gbs-padding-bottom-64-on-small{padding-bottom:64px!important}.gbs-padding-bottom-72-on-small{padding-bottom:72px!important}.gbs-padding-bottom-80-on-small{padding-bottom:80px!important}.gbs-padding-bottom-88-on-small{padding-bottom:88px!important}.gbs-padding-bottom-96-on-small{padding-bottom:96px!important}.gbs-padding-left-none-on-small{padding-left:0!important}.gbs-padding-left-4-on-small{padding-left:4px!important}.gbs-padding-left-8-on-small{padding-left:8px!important}.gbs-padding-left-16-on-small{padding-left:16px!important}.gbs-padding-left-24-on-small{padding-left:24px!important}.gbs-padding-left-32-on-small{padding-left:32px!important}.gbs-padding-left-40-on-small{padding-left:40px!important}.gbs-padding-left-48-on-small{padding-left:48px!important}.gbs-padding-left-56-on-small{padding-left:56px!important}.gbs-padding-left-64-on-small{padding-left:64px!important}.gbs-padding-left-72-on-small{padding-left:72px!important}.gbs-padding-left-80-on-small{padding-left:80px!important}.gbs-padding-left-88-on-small{padding-left:88px!important}.gbs-padding-left-96-on-small{padding-left:96px!important}.gbs-padding-right-none-on-small{padding-right:0!important}.gbs-padding-right-4-on-small{padding-right:4px!important}.gbs-padding-right-8-on-small{padding-right:8px!important}.gbs-padding-right-16-on-small{padding-right:16px!important}.gbs-padding-right-24-on-small{padding-right:24px!important}.gbs-padding-right-32-on-small{padding-right:32px!important}.gbs-padding-right-40-on-small{padding-right:40px!important}.gbs-padding-right-48-on-small{padding-right:48px!important}.gbs-padding-right-56-on-small{padding-right:56px!important}.gbs-padding-right-64-on-small{padding-right:64px!important}.gbs-padding-right-72-on-small{padding-right:72px!important}.gbs-padding-right-80-on-small{padding-right:80px!important}.gbs-padding-right-88-on-small{padding-right:88px!important}.gbs-padding-right-96-on-small{padding-right:96px!important}.gbs-margin-none-on-small{margin:0!important}.gbs-margin-top-none-on-small{margin-top:0!important}.gbs-margin-top-4-on-small{margin-top:4px!important}.gbs-margin-top-8-on-small{margin-top:8px!important}.gbs-margin-top-16-on-small{margin-top:16px!important}.gbs-margin-top-24-on-small{margin-top:24px!important}.gbs-margin-top-32-on-small{margin-top:32px!important}.gbs-margin-top-40-on-small{margin-top:40px!important}.gbs-margin-top-48-on-small{margin-top:48px!important}.gbs-margin-top-56-on-small{margin-top:56px!important}.gbs-margin-top-64-on-small{margin-top:64px!important}.gbs-margin-top-72-on-small{margin-top:72px!important}.gbs-margin-top-80-on-small{margin-top:80px!important}.gbs-margin-top-88-on-small{margin-top:88px!important}.gbs-margin-top-96-on-small{margin-top:96px!important}.gbs-margin-right-none-on-small{margin-right:0!important}.gbs-margin-right-4-on-small{margin-right:4px!important}.gbs-margin-right-8-on-small{margin-right:8px!important}.gbs-margin-right-16-on-small{margin-right:16px!important}.gbs-margin-right-24-on-small{margin-right:24px!important}.gbs-margin-right-32-on-small{margin-right:32px!important}.gbs-margin-right-40-on-small{margin-right:40px!important}.gbs-margin-right-48-on-small{margin-right:48px!important}.gbs-margin-right-56-on-small{margin-right:56px!important}.gbs-margin-right-64-on-small{margin-right:64px!important}.gbs-margin-right-72-on-small{margin-right:72px!important}.gbs-margin-right-80-on-small{margin-right:80px!important}.gbs-margin-right-88-on-small{margin-right:88px!important}.gbs-margin-right-96-on-small{margin-right:96px!important}.gbs-margin-bottom-none-on-small{margin-bottom:0!important}.gbs-margin-bottom-4-on-small{margin-bottom:4px!important}.gbs-margin-bottom-8-on-small{margin-bottom:8px!important}.gbs-margin-bottom-16-on-small{margin-bottom:16px!important}.gbs-margin-bottom-24-on-small{margin-bottom:24px!important}.gbs-margin-bottom-32-on-small{margin-bottom:32px!important}.gbs-margin-bottom-40-on-small{margin-bottom:40px!important}.gbs-margin-bottom-48-on-small{margin-bottom:48px!important}.gbs-margin-bottom-56-on-small{margin-bottom:56px!important}.gbs-margin-bottom-64-on-small{margin-bottom:64px!important}.gbs-margin-bottom-72-on-small{margin-bottom:72px!important}.gbs-margin-bottom-80-on-small{margin-bottom:80px!important}.gbs-margin-bottom-88-on-small{margin-bottom:88px!important}.gbs-margin-bottom-96-on-small{margin-bottom:96px!important}.gbs-margin-left-none-on-small{margin-left:0!important}.gbs-margin-left-4-on-small{margin-left:4px!important}.gbs-margin-left-8-on-small{margin-left:8px!important}.gbs-margin-left-16-on-small{margin-left:16px!important}.gbs-margin-left-24-on-small{margin-left:24px!important}.gbs-margin-left-32-on-small{margin-left:32px!important}.gbs-margin-left-40-on-small{margin-left:40px!important}.gbs-margin-left-48-on-small{margin-left:48px!important}.gbs-margin-left-56-on-small{margin-left:56px!important}.gbs-margin-left-64-on-small{margin-left:64px!important}.gbs-margin-left-72-on-small{margin-left:72px!important}.gbs-margin-left-80-on-small{margin-left:80px!important}.gbs-margin-left-88-on-small{margin-left:88px!important}.gbs-margin-left-96-on-small{margin-left:96px!important}}@media screen and (min-width: 768px) and (max-width: 1001px){.gbs-width-100-on-medium{width:100%!important}.gbs-padding-none-on-medium{padding:0!important}.gbs-padding-4-on-medium{padding:4px!important}.gbs-padding-8-on-medium{padding:8px!important}.gbs-padding-16-on-medium{padding:16px!important}.gbs-padding-24-on-medium{padding:24px!important}.gbs-padding-32-on-medium{padding:32px!important}.gbs-padding-40-on-medium{padding:40px!important}.gbs-padding-48-on-medium{padding:48px!important}.gbs-padding-56-on-medium{padding:56px!important}.gbs-padding-64-on-medium{padding:64px!important}.gbs-padding-72-on-medium{padding:72px!important}.gbs-padding-80-on-medium{padding:80px!important}.gbs-padding-88-on-medium{padding:88px!important}.gbs-padding-96-on-medium{padding:96px!important}.gbs-padding-top-none-on-medium{padding-top:0!important}.gbs-padding-top-4-on-medium{padding-top:4px!important}.gbs-padding-top-8-on-medium{padding-top:8px!important}.gbs-padding-top-16-on-medium{padding-top:16px!important}.gbs-padding-top-24-on-medium{padding-top:24px!important}.gbs-padding-top-32-on-medium{padding-top:32px!important}.gbs-padding-top-40-on-medium{padding-top:40px!important}.gbs-padding-top-48-on-medium{padding-top:48px!important}.gbs-padding-top-56-on-medium{padding-top:56px!important}.gbs-padding-top-64-on-medium{padding-top:64px!important}.gbs-padding-top-72-on-medium{padding-top:72px!important}.gbs-padding-top-80-on-medium{padding-top:80px!important}.gbs-padding-top-88-on-medium{padding-top:88px!important}.gbs-padding-top-96-on-medium{padding-top:96px!important}.gbs-padding-bottom-none-on-medium{padding-bottom:0!important}.gbs-padding-bottom-4-on-medium{padding-bottom:4px!important}.gbs-padding-bottom-8-on-medium{padding-bottom:8px!important}.gbs-padding-bottom-16-on-medium{padding-bottom:16px!important}.gbs-padding-bottom-24-on-medium{padding-bottom:24px!important}.gbs-padding-bottom-32-on-medium{padding-bottom:32px!important}.gbs-padding-bottom-40-on-medium{padding-bottom:40px!important}.gbs-padding-bottom-48-on-medium{padding-bottom:48px!important}.gbs-padding-bottom-56-on-medium{padding-bottom:56px!important}.gbs-padding-bottom-64-on-medium{padding-bottom:64px!important}.gbs-padding-bottom-72-on-medium{padding-bottom:72px!important}.gbs-padding-bottom-80-on-medium{padding-bottom:80px!important}.gbs-padding-bottom-88-on-medium{padding-bottom:88px!important}.gbs-padding-bottom-96-on-medium{padding-bottom:96px!important}.gbs-padding-left-none-on-medium{padding-left:0!important}.gbs-padding-left-4-on-medium{padding-left:4px!important}.gbs-padding-left-8-on-medium{padding-left:8px!important}.gbs-padding-left-16-on-medium{padding-left:16px!important}.gbs-padding-left-24-on-medium{padding-left:24px!important}.gbs-padding-left-32-on-medium{padding-left:32px!important}.gbs-padding-left-40-on-medium{padding-left:40px!important}.gbs-padding-left-48-on-medium{padding-left:48px!important}.gbs-padding-left-56-on-medium{padding-left:56px!important}.gbs-padding-left-64-on-medium{padding-left:64px!important}.gbs-padding-left-72-on-medium{padding-left:72px!important}.gbs-padding-left-80-on-medium{padding-left:80px!important}.gbs-padding-left-88-on-medium{padding-left:88px!important}.gbs-padding-left-96-on-medium{padding-left:96px!important}.gbs-padding-right-none-on-medium{padding-right:0!important}.gbs-padding-right-4-on-medium{padding-right:4px!important}.gbs-padding-right-8-on-medium{padding-right:8px!important}.gbs-padding-right-16-on-medium{padding-right:16px!important}.gbs-padding-right-24-on-medium{padding-right:24px!important}.gbs-padding-right-32-on-medium{padding-right:32px!important}.gbs-padding-right-40-on-medium{padding-right:40px!important}.gbs-padding-right-48-on-medium{padding-right:48px!important}.gbs-padding-right-56-on-medium{padding-right:56px!important}.gbs-padding-right-64-on-medium{padding-right:64px!important}.gbs-padding-right-72-on-medium{padding-right:72px!important}.gbs-padding-right-80-on-medium{padding-right:80px!important}.gbs-padding-right-88-on-medium{padding-right:88px!important}.gbs-padding-right-96-on-medium{padding-right:96px!important}.gbs-margin-none-on-medium{margin:0!important}.gbs-margin-top-none-on-medium{margin-top:0!important}.gbs-margin-top-4-on-medium{margin-top:4px!important}.gbs-margin-top-8-on-medium{margin-top:8px!important}.gbs-margin-top-16-on-medium{margin-top:16px!important}.gbs-margin-top-24-on-medium{margin-top:24px!important}.gbs-margin-top-32-on-medium{margin-top:32px!important}.gbs-margin-top-40-on-medium{margin-top:40px!important}.gbs-margin-top-48-on-medium{margin-top:48px!important}.gbs-margin-top-56-on-medium{margin-top:56px!important}.gbs-margin-top-64-on-medium{margin-top:64px!important}.gbs-margin-top-72-on-medium{margin-top:72px!important}.gbs-margin-top-80-on-medium{margin-top:80px!important}.gbs-margin-top-88-on-medium{margin-top:88px!important}.gbs-margin-top-96-on-medium{margin-top:96px!important}.gbs-margin-right-none-on-medium{margin-right:0!important}.gbs-margin-right-4-on-medium{margin-right:4px!important}.gbs-margin-right-8-on-medium{margin-right:8px!important}.gbs-margin-right-16-on-medium{margin-right:16px!important}.gbs-margin-right-24-on-medium{margin-right:24px!important}.gbs-margin-right-32-on-medium{margin-right:32px!important}.gbs-margin-right-40-on-medium{margin-right:40px!important}.gbs-margin-right-48-on-medium{margin-right:48px!important}.gbs-margin-right-56-on-medium{margin-right:56px!important}.gbs-margin-right-64-on-medium{margin-right:64px!important}.gbs-margin-right-72-on-medium{margin-right:72px!important}.gbs-margin-right-80-on-medium{margin-right:80px!important}.gbs-margin-right-88-on-medium{margin-right:88px!important}.gbs-margin-right-96-on-medium{margin-right:96px!important}.gbs-margin-bottom-none-on-medium{margin-bottom:0!important}.gbs-margin-bottom-4-on-medium{margin-bottom:4px!important}.gbs-margin-bottom-8-on-medium{margin-bottom:8px!important}.gbs-margin-bottom-16-on-medium{margin-bottom:16px!important}.gbs-margin-bottom-24-on-medium{margin-bottom:24px!important}.gbs-margin-bottom-32-on-medium{margin-bottom:32px!important}.gbs-margin-bottom-40-on-medium{margin-bottom:40px!important}.gbs-margin-bottom-48-on-medium{margin-bottom:48px!important}.gbs-margin-bottom-56-on-medium{margin-bottom:56px!important}.gbs-margin-bottom-64-on-medium{margin-bottom:64px!important}.gbs-margin-bottom-72-on-medium{margin-bottom:72px!important}.gbs-margin-bottom-80-on-medium{margin-bottom:80px!important}.gbs-margin-bottom-88-on-medium{margin-bottom:88px!important}.gbs-margin-bottom-96-on-medium{margin-bottom:96px!important}.gbs-margin-left-none-on-medium{margin-left:0!important}.gbs-margin-left-4-on-medium{margin-left:4px!important}.gbs-margin-left-8-on-medium{margin-left:8px!important}.gbs-margin-left-16-on-medium{margin-left:16px!important}.gbs-margin-left-24-on-medium{margin-left:24px!important}.gbs-margin-left-32-on-medium{margin-left:32px!important}.gbs-margin-left-40-on-medium{margin-left:40px!important}.gbs-margin-left-48-on-medium{margin-left:48px!important}.gbs-margin-left-56-on-medium{margin-left:56px!important}.gbs-margin-left-64-on-medium{margin-left:64px!important}.gbs-margin-left-72-on-medium{margin-left:72px!important}.gbs-margin-left-80-on-medium{margin-left:80px!important}.gbs-margin-left-88-on-medium{margin-left:88px!important}.gbs-margin-left-96-on-medium{margin-left:96px!important}}@media screen and (min-width: 1002px) and (max-width: 1279px){.gbs-width-100-on-large{width:100%!important}.gbs-padding-none-on-large{padding:0!important}.gbs-padding-4-on-large{padding:4px!important}.gbs-padding-8-on-large{padding:8px!important}.gbs-padding-16-on-large{padding:16px!important}.gbs-padding-24-on-large{padding:24px!important}.gbs-padding-32-on-large{padding:32px!important}.gbs-padding-40-on-large{padding:40px!important}.gbs-padding-48-on-large{padding:48px!important}.gbs-padding-56-on-large{padding:56px!important}.gbs-padding-64-on-large{padding:64px!important}.gbs-padding-72-on-large{padding:72px!important}.gbs-padding-80-on-large{padding:80px!important}.gbs-padding-88-on-large{padding:88px!important}.gbs-padding-96-on-large{padding:96px!important}.gbs-padding-top-none-on-large{padding-top:0!important}.gbs-padding-top-4-on-large{padding-top:4px!important}.gbs-padding-top-8-on-large{padding-top:8px!important}.gbs-padding-top-16-on-large{padding-top:16px!important}.gbs-padding-top-24-on-large{padding-top:24px!important}.gbs-padding-top-32-on-large{padding-top:32px!important}.gbs-padding-top-40-on-large{padding-top:40px!important}.gbs-padding-top-48-on-large{padding-top:48px!important}.gbs-padding-top-56-on-large{padding-top:56px!important}.gbs-padding-top-64-on-large{padding-top:64px!important}.gbs-padding-top-72-on-large{padding-top:72px!important}.gbs-padding-top-80-on-large{padding-top:80px!important}.gbs-padding-top-88-on-large{padding-top:88px!important}.gbs-padding-top-96-on-large{padding-top:96px!important}.gbs-padding-bottom-none-on-large{padding-bottom:0!important}.gbs-padding-bottom-4-on-large{padding-bottom:4px!important}.gbs-padding-bottom-8-on-large{padding-bottom:8px!important}.gbs-padding-bottom-16-on-large{padding-bottom:16px!important}.gbs-padding-bottom-24-on-large{padding-bottom:24px!important}.gbs-padding-bottom-32-on-large{padding-bottom:32px!important}.gbs-padding-bottom-40-on-large{padding-bottom:40px!important}.gbs-padding-bottom-48-on-large{padding-bottom:48px!important}.gbs-padding-bottom-56-on-large{padding-bottom:56px!important}.gbs-padding-bottom-64-on-large{padding-bottom:64px!important}.gbs-padding-bottom-72-on-large{padding-bottom:72px!important}.gbs-padding-bottom-80-on-large{padding-bottom:80px!important}.gbs-padding-bottom-88-on-large{padding-bottom:88px!important}.gbs-padding-bottom-96-on-large{padding-bottom:96px!important}.gbs-padding-left-none-on-large{padding-left:0!important}.gbs-padding-left-4-on-large{padding-left:4px!important}.gbs-padding-left-8-on-large{padding-left:8px!important}.gbs-padding-left-16-on-large{padding-left:16px!important}.gbs-padding-left-24-on-large{padding-left:24px!important}.gbs-padding-left-32-on-large{padding-left:32px!important}.gbs-padding-left-40-on-large{padding-left:40px!important}.gbs-padding-left-48-on-large{padding-left:48px!important}.gbs-padding-left-56-on-large{padding-left:56px!important}.gbs-padding-left-64-on-large{padding-left:64px!important}.gbs-padding-left-72-on-large{padding-left:72px!important}.gbs-padding-left-80-on-large{padding-left:80px!important}.gbs-padding-left-88-on-large{padding-left:88px!important}.gbs-padding-left-96-on-large{padding-left:96px!important}.gbs-padding-right-none-on-large{padding-right:0!important}.gbs-padding-right-4-on-large{padding-right:4px!important}.gbs-padding-right-8-on-large{padding-right:8px!important}.gbs-padding-right-16-on-large{padding-right:16px!important}.gbs-padding-right-24-on-large{padding-right:24px!important}.gbs-padding-right-32-on-large{padding-right:32px!important}.gbs-padding-right-40-on-large{padding-right:40px!important}.gbs-padding-right-48-on-large{padding-right:48px!important}.gbs-padding-right-56-on-large{padding-right:56px!important}.gbs-padding-right-64-on-large{padding-right:64px!important}.gbs-padding-right-72-on-large{padding-right:72px!important}.gbs-padding-right-80-on-large{padding-right:80px!important}.gbs-padding-right-88-on-large{padding-right:88px!important}.gbs-padding-right-96-on-large{padding-right:96px!important}.gbs-margin-none-on-large{margin:0!important}.gbs-margin-top-none-on-large{margin-top:0!important}.gbs-margin-top-4-on-large{margin-top:4px!important}.gbs-margin-top-8-on-large{margin-top:8px!important}.gbs-margin-top-16-on-large{margin-top:16px!important}.gbs-margin-top-24-on-large{margin-top:24px!important}.gbs-margin-top-32-on-large{margin-top:32px!important}.gbs-margin-top-40-on-large{margin-top:40px!important}.gbs-margin-top-48-on-large{margin-top:48px!important}.gbs-margin-top-56-on-large{margin-top:56px!important}.gbs-margin-top-64-on-large{margin-top:64px!important}.gbs-margin-top-72-on-large{margin-top:72px!important}.gbs-margin-top-80-on-large{margin-top:80px!important}.gbs-margin-top-88-on-large{margin-top:88px!important}.gbs-margin-top-96-on-large{margin-top:96px!important}.gbs-margin-right-none-on-large{margin-right:0!important}.gbs-margin-right-4-on-large{margin-right:4px!important}.gbs-margin-right-8-on-large{margin-right:8px!important}.gbs-margin-right-16-on-large{margin-right:16px!important}.gbs-margin-right-24-on-large{margin-right:24px!important}.gbs-margin-right-32-on-large{margin-right:32px!important}.gbs-margin-right-40-on-large{margin-right:40px!important}.gbs-margin-right-48-on-large{margin-right:48px!important}.gbs-margin-right-56-on-large{margin-right:56px!important}.gbs-margin-right-64-on-large{margin-right:64px!important}.gbs-margin-right-72-on-large{margin-right:72px!important}.gbs-margin-right-80-on-large{margin-right:80px!important}.gbs-margin-right-88-on-large{margin-right:88px!important}.gbs-margin-right-96-on-large{margin-right:96px!important}.gbs-margin-bottom-none-on-large{margin-bottom:0!important}.gbs-margin-bottom-4-on-large{margin-bottom:4px!important}.gbs-margin-bottom-8-on-large{margin-bottom:8px!important}.gbs-margin-bottom-16-on-large{margin-bottom:16px!important}.gbs-margin-bottom-24-on-large{margin-bottom:24px!important}.gbs-margin-bottom-32-on-large{margin-bottom:32px!important}.gbs-margin-bottom-40-on-large{margin-bottom:40px!important}.gbs-margin-bottom-48-on-large{margin-bottom:48px!important}.gbs-margin-bottom-56-on-large{margin-bottom:56px!important}.gbs-margin-bottom-64-on-large{margin-bottom:64px!important}.gbs-margin-bottom-72-on-large{margin-bottom:72px!important}.gbs-margin-bottom-80-on-large{margin-bottom:80px!important}.gbs-margin-bottom-88-on-large{margin-bottom:88px!important}.gbs-margin-bottom-96-on-large{margin-bottom:96px!important}.gbs-margin-left-none-on-large{margin-left:0!important}.gbs-margin-left-4-on-large{margin-left:4px!important}.gbs-margin-left-8-on-large{margin-left:8px!important}.gbs-margin-left-16-on-large{margin-left:16px!important}.gbs-margin-left-24-on-large{margin-left:24px!important}.gbs-margin-left-32-on-large{margin-left:32px!important}.gbs-margin-left-40-on-large{margin-left:40px!important}.gbs-margin-left-48-on-large{margin-left:48px!important}.gbs-margin-left-56-on-large{margin-left:56px!important}.gbs-margin-left-64-on-large{margin-left:64px!important}.gbs-margin-left-72-on-large{margin-left:72px!important}.gbs-margin-left-80-on-large{margin-left:80px!important}.gbs-margin-left-88-on-large{margin-left:88px!important}.gbs-margin-left-96-on-large{margin-left:96px!important}}@media screen and (min-width: 80em){.gbs-width-100-on-xlarge{width:100%!important}.gbs-padding-none-on-xlarge{padding:0!important}.gbs-padding-4-on-xlarge{padding:4px!important}.gbs-padding-8-on-xlarge{padding:8px!important}.gbs-padding-16-on-xlarge{padding:16px!important}.gbs-padding-24-on-xlarge{padding:24px!important}.gbs-padding-32-on-xlarge{padding:32px!important}.gbs-padding-40-on-xlarge{padding:40px!important}.gbs-padding-48-on-xlarge{padding:48px!important}.gbs-padding-56-on-xlarge{padding:56px!important}.gbs-padding-64-on-xlarge{padding:64px!important}.gbs-padding-72-on-xlarge{padding:72px!important}.gbs-padding-80-on-xlarge{padding:80px!important}.gbs-padding-88-on-xlarge{padding:88px!important}.gbs-padding-96-on-xlarge{padding:96px!important}.gbs-padding-top-none-on-xlarge{padding-top:0!important}.gbs-padding-top-4-on-xlarge{padding-top:4px!important}.gbs-padding-top-8-on-xlarge{padding-top:8px!important}.gbs-padding-top-16-on-xlarge{padding-top:16px!important}.gbs-padding-top-24-on-xlarge{padding-top:24px!important}.gbs-padding-top-32-on-xlarge{padding-top:32px!important}.gbs-padding-top-40-on-xlarge{padding-top:40px!important}.gbs-padding-top-48-on-xlarge{padding-top:48px!important}.gbs-padding-top-56-on-xlarge{padding-top:56px!important}.gbs-padding-top-64-on-xlarge{padding-top:64px!important}.gbs-padding-top-72-on-xlarge{padding-top:72px!important}.gbs-padding-top-80-on-xlarge{padding-top:80px!important}.gbs-padding-top-88-on-xlarge{padding-top:88px!important}.gbs-padding-top-96-on-xlarge{padding-top:96px!important}.gbs-padding-bottom-none-on-xlarge{padding-bottom:0!important}.gbs-padding-bottom-4-on-xlarge{padding-bottom:4px!important}.gbs-padding-bottom-8-on-xlarge{padding-bottom:8px!important}.gbs-padding-bottom-16-on-xlarge{padding-bottom:16px!important}.gbs-padding-bottom-24-on-xlarge{padding-bottom:24px!important}.gbs-padding-bottom-32-on-xlarge{padding-bottom:32px!important}.gbs-padding-bottom-40-on-xlarge{padding-bottom:40px!important}.gbs-padding-bottom-48-on-xlarge{padding-bottom:48px!important}.gbs-padding-bottom-56-on-xlarge{padding-bottom:56px!important}.gbs-padding-bottom-64-on-xlarge{padding-bottom:64px!important}.gbs-padding-bottom-72-on-xlarge{padding-bottom:72px!important}.gbs-padding-bottom-80-on-xlarge{padding-bottom:80px!important}.gbs-padding-bottom-88-on-xlarge{padding-bottom:88px!important}.gbs-padding-bottom-96-on-xlarge{padding-bottom:96px!important}.gbs-padding-left-none-on-xlarge{padding-left:0!important}.gbs-padding-left-4-on-xlarge{padding-left:4px!important}.gbs-padding-left-8-on-xlarge{padding-left:8px!important}.gbs-padding-left-16-on-xlarge{padding-left:16px!important}.gbs-padding-left-24-on-xlarge{padding-left:24px!important}.gbs-padding-left-32-on-xlarge{padding-left:32px!important}.gbs-padding-left-40-on-xlarge{padding-left:40px!important}.gbs-padding-left-48-on-xlarge{padding-left:48px!important}.gbs-padding-left-56-on-xlarge{padding-left:56px!important}.gbs-padding-left-64-on-xlarge{padding-left:64px!important}.gbs-padding-left-72-on-xlarge{padding-left:72px!important}.gbs-padding-left-80-on-xlarge{padding-left:80px!important}.gbs-padding-left-88-on-xlarge{padding-left:88px!important}.gbs-padding-left-96-on-xlarge{padding-left:96px!important}.gbs-padding-right-none-on-xlarge{padding-right:0!important}.gbs-padding-right-4-on-xlarge{padding-right:4px!important}.gbs-padding-right-8-on-xlarge{padding-right:8px!important}.gbs-padding-right-16-on-xlarge{padding-right:16px!important}.gbs-padding-right-24-on-xlarge{padding-right:24px!important}.gbs-padding-right-32-on-xlarge{padding-right:32px!important}.gbs-padding-right-40-on-xlarge{padding-right:40px!important}.gbs-padding-right-48-on-xlarge{padding-right:48px!important}.gbs-padding-right-56-on-xlarge{padding-right:56px!important}.gbs-padding-right-64-on-xlarge{padding-right:64px!important}.gbs-padding-right-72-on-xlarge{padding-right:72px!important}.gbs-padding-right-80-on-xlarge{padding-right:80px!important}.gbs-padding-right-88-on-xlarge{padding-right:88px!important}.gbs-padding-right-96-on-xlarge{padding-right:96px!important}.gbs-margin-none-on-xlarge{margin:0!important}.gbs-margin-top-none-on-xlarge{margin-top:0!important}.gbs-margin-top-4-on-xlarge{margin-top:4px!important}.gbs-margin-top-8-on-xlarge{margin-top:8px!important}.gbs-margin-top-16-on-xlarge{margin-top:16px!important}.gbs-margin-top-24-on-xlarge{margin-top:24px!important}.gbs-margin-top-32-on-xlarge{margin-top:32px!important}.gbs-margin-top-40-on-xlarge{margin-top:40px!important}.gbs-margin-top-48-on-xlarge{margin-top:48px!important}.gbs-margin-top-56-on-xlarge{margin-top:56px!important}.gbs-margin-top-64-on-xlarge{margin-top:64px!important}.gbs-margin-top-72-on-xlarge{margin-top:72px!important}.gbs-margin-top-80-on-xlarge{margin-top:80px!important}.gbs-margin-top-88-on-xlarge{margin-top:88px!important}.gbs-margin-top-96-on-xlarge{margin-top:96px!important}.gbs-margin-right-none-on-xlarge{margin-right:0!important}.gbs-margin-right-4-on-xlarge{margin-right:4px!important}.gbs-margin-right-8-on-xlarge{margin-right:8px!important}.gbs-margin-right-16-on-xlarge{margin-right:16px!important}.gbs-margin-right-24-on-xlarge{margin-right:24px!important}.gbs-margin-right-32-on-xlarge{margin-right:32px!important}.gbs-margin-right-40-on-xlarge{margin-right:40px!important}.gbs-margin-right-48-on-xlarge{margin-right:48px!important}.gbs-margin-right-56-on-xlarge{margin-right:56px!important}.gbs-margin-right-64-on-xlarge{margin-right:64px!important}.gbs-margin-right-72-on-xlarge{margin-right:72px!important}.gbs-margin-right-80-on-xlarge{margin-right:80px!important}.gbs-margin-right-88-on-xlarge{margin-right:88px!important}.gbs-margin-right-96-on-xlarge{margin-right:96px!important}.gbs-margin-bottom-none-on-xlarge{margin-bottom:0!important}.gbs-margin-bottom-4-on-xlarge{margin-bottom:4px!important}.gbs-margin-bottom-8-on-xlarge{margin-bottom:8px!important}.gbs-margin-bottom-16-on-xlarge{margin-bottom:16px!important}.gbs-margin-bottom-24-on-xlarge{margin-bottom:24px!important}.gbs-margin-bottom-32-on-xlarge{margin-bottom:32px!important}.gbs-margin-bottom-40-on-xlarge{margin-bottom:40px!important}.gbs-margin-bottom-48-on-xlarge{margin-bottom:48px!important}.gbs-margin-bottom-56-on-xlarge{margin-bottom:56px!important}.gbs-margin-bottom-64-on-xlarge{margin-bottom:64px!important}.gbs-margin-bottom-72-on-xlarge{margin-bottom:72px!important}.gbs-margin-bottom-80-on-xlarge{margin-bottom:80px!important}.gbs-margin-bottom-88-on-xlarge{margin-bottom:88px!important}.gbs-margin-bottom-96-on-xlarge{margin-bottom:96px!important}.gbs-margin-left-none-on-xlarge{margin-left:0!important}.gbs-margin-left-4-on-xlarge{margin-left:4px!important}.gbs-margin-left-8-on-xlarge{margin-left:8px!important}.gbs-margin-left-16-on-xlarge{margin-left:16px!important}.gbs-margin-left-24-on-xlarge{margin-left:24px!important}.gbs-margin-left-32-on-xlarge{margin-left:32px!important}.gbs-margin-left-40-on-xlarge{margin-left:40px!important}.gbs-margin-left-48-on-xlarge{margin-left:48px!important}.gbs-margin-left-56-on-xlarge{margin-left:56px!important}.gbs-margin-left-64-on-xlarge{margin-left:64px!important}.gbs-margin-left-72-on-xlarge{margin-left:72px!important}.gbs-margin-left-80-on-xlarge{margin-left:80px!important}.gbs-margin-left-88-on-xlarge{margin-left:88px!important}.gbs-margin-left-96-on-xlarge{margin-left:96px!important}}.gbs-text-align-left{text-align:left!important}.gbs-text-align-center{text-align:center!important}.gbs-text-align-right{text-align:right!important;left:30%}.gbs-margin-auto{margin-left:auto;margin-right:auto}.gbs-margin-auto-all{margin:auto}.gbs-vertical-align-top{vertical-align:top!important}.gbs-vertical-align-middle{vertical-align:middle!important}.gbs-vertical-align-bottom{vertical-align:bottom!important}.gbs-vertical-align-baseline{vertical-align:baseline!important}.gbs-vertical-align-text-bottom{vertical-align:text-bottom!important}.gbs-accessible-text{position:absolute;width:1px;height:1px;clip:rect(0,0,0,0);overflow:hidden}.gbs-display-inline{display:inline!important}.gbs-display-inline-block{display:inline-block!important}.gbs-display-block{display:block!important}.gbs-display-flex{display:flex!important}.gbs-display-none{display:none!important}.gbs-visible{visibility:visible!important}.gbs-hidden{visibility:hidden!important}.gbs-float-left{float:left}.gbs-float-right{float:right}.gbs-clear-float:after{clear:both;content:"";display:block}.gbs-cursor-default{cursor:default!important}.gbs-cursor-pointer{cursor:pointer!important}.gbs-cursor-wait{cursor:wait!important}.gbs-position-relative{position:relative}.gbs-position-absolute{position:absolute}.gbs-position-sticky{position:sticky}.gbs-position-bottom18-center{position:absolute;bottom:18px;left:0;width:100%;height:36px}.gbs-position-bottom{position:absolute;bottom:0}.gbs-position-top{top:0}.gbs-position-left{left:0}.gbs-position-right{right:0}.gbs-nowrap{white-space:nowrap}.gbs-word-break-all{word-break:break-all}@media screen and (max-width: 599px){.gbs-text-align-left-on-xsmall{text-align:left!important}.gbs-text-align-center-on-xsmall{text-align:center!important}.gbs-text-align-right-on-xsmall{text-align:right!important}.gbs-margin-auto-on-xsmall{margin-left:auto;margin-right:auto}.gbs-vertical-align-top-on-xsmall{vertical-align:top!important}.gbs-vertical-align-middle-on-xsmall{vertical-align:middle!important}.gbs-vertical-align-bottom-on-xsmall{vertical-align:bottom!important}.gbs-vertical-align-baseline-on-xsmall{vertical-align:baseline!important}.gbs-vertical-align-text-bottom-on-xsmall{vertical-align:text-bottom!important}.gbs-accessible-text-on-xsmall{position:absolute;width:1px;height:1px;clip:rect(0,0,0,0);overflow:hidden}.gbs-display-inline-on-xsmall{display:inline!important}.gbs-display-inline-block-on-xsmall{display:inline-block!important}.gbs-display-block-on-xsmall{display:block!important}.gbs-display-flex-on-xsmall{display:flex!important}.gbs-visible-on-xsmall{visibility:visible!important}.gbs-hidden-on-xsmall{visibility:hidden!important}.gbs-float-left-on-xsmall{float:left}.gbs-float-right-on-xsmall{float:right}.gbs-clear-float-on-xsmall{clear:both}.gbs-nowrap-on-xsmall{white-space:nowrap}.gbs-word-break-all-on-xsmall{word-break:break-all}}@media screen and (min-width: 600px) and (max-width: 767px){.gbs-text-align-left-on-small{text-align:left!important}.gbs-text-align-center-on-small{text-align:center!important}.gbs-text-align-right-on-small{text-align:right!important}.gbs-margin-auto-on-small{margin-left:auto;margin-right:auto}.gbs-vertical-align-top-on-small{vertical-align:top!important}.gbs-vertical-align-middle-on-small{vertical-align:middle!important}.gbs-vertical-align-bottom-on-small{vertical-align:bottom!important}.gbs-vertical-align-baseline-on-small{vertical-align:baseline!important}.gbs-vertical-align-text-bottom-on-small{vertical-align:text-bottom!important}.gbs-accessible-text-on-small{position:absolute;width:1px;height:1px;clip:rect(0,0,0,0);overflow:hidden}.gbs-display-inline-on-small{display:inline!important}.gbs-display-inline-block-on-small{display:inline-block!important}.gbs-display-block-on-small{display:block!important}.gbs-display-flex-on-small{display:flex!important}.gbs-visible-on-small{visibility:visible!important}.gbs-hidden-on-small{visibility:hidden!important}.gbs-float-left-on-small{float:left}.gbs-float-right-on-small{float:right}.gbs-clear-float-on-small{clear:both}.gbs-nowrap-on-small{white-space:nowrap}.gbs-word-break-all-on-small{word-break:break-all}}@media screen and (min-width: 768px) and (max-width: 1001px){.gbs-text-align-left-on-medium{text-align:left!important}.gbs-text-align-center-on-medium{text-align:center!important}.gbs-text-align-right-on-medium{text-align:right!important}.gbs-margin-auto-on-medium{margin-left:auto;margin-right:auto}.gbs-vertical-align-top-on-medium{vertical-align:top!important}.gbs-vertical-align-middle-on-medium{vertical-align:middle!important}.gbs-vertical-align-bottom-on-medium{vertical-align:bottom!important}.gbs-vertical-align-baseline-on-medium{vertical-align:baseline!important}.gbs-vertical-align-text-bottom-on-medium{vertical-align:text-bottom!important}.gbs-accessible-text-on-medium{position:absolute;width:1px;height:1px;clip:rect(0,0,0,0);overflow:hidden}.gbs-display-inline-on-medium{display:inline!important}.gbs-display-inline-block-on-medium{display:inline-block!important}.gbs-display-block-on-medium{display:block!important}.gbs-display-flex-on-medium{display:flex!important}.gbs-visible-on-medium{visibility:visible!important}.gbs-hidden-on-medium{visibility:hidden!important}.gbs-float-left-on-medium{float:left}.gbs-float-right-on-medium{float:right}.gbs-clear-float-on-medium{clear:both}.gbs-nowrap-on-medium{white-space:nowrap}.gbs-word-break-all-on-medium{word-break:break-all}}@media screen and (min-width: 1002px) and (max-width: 1279px){.gbs-text-align-left-on-large{text-align:left!important}.gbs-text-align-center-on-large{text-align:center!important}.gbs-text-align-right-on-large{text-align:right!important}.gbs-margin-auto-on-large{margin-left:auto;margin-right:auto}.gbs-vertical-align-top-on-large{vertical-align:top!important}.gbs-vertical-align-middle-on-large{vertical-align:middle!important}.gbs-vertical-align-bottom-on-large{vertical-align:bottom!important}.gbs-vertical-align-baseline-on-large{vertical-align:baseline!important}.gbs-vertical-align-text-bottom-on-large{vertical-align:text-bottom!important}.gbs-accessible-text-on-large{position:absolute;width:1px;height:1px;clip:rect(0,0,0,0);overflow:hidden}.gbs-display-inline-on-large{display:inline!important}.gbs-display-inline-block-on-large{display:inline-block!important}.gbs-display-block-on-large{display:block!important}.gbs-display-flex-on-large{display:flex!important}.gbs-display-none-on-large{display:none!important}.gbs-visible-on-large{visibility:visible!important}.gbs-hidden-on-large{visibility:hidden!important}.gbs-float-left-on-large{float:left}.gbs-float-right-on-large{float:right}.gbs-clear-float-on-large{clear:both}.gbs-nowrap-on-large{white-space:nowrap}.gbs-word-break-all-on-large{word-break:break-all}}@media screen and (min-width: 80em){.gbs-text-align-left-on-xlarge{text-align:left!important}.gbs-text-align-center-on-xlarge{text-align:center!important}.gbs-text-align-right-on-xlarge{text-align:right!important}.gbs-margin-auto-on-xlarge{margin-left:auto;margin-right:auto}.gbs-vertical-align-top-on-xlarge{vertical-align:top!important}.gbs-vertical-align-middle-on-xlarge{vertical-align:middle!important}.gbs-vertical-align-bottom-on-xlarge{vertical-align:bottom!important}.gbs-vertical-align-baseline-on-xlarge{vertical-align:baseline!important}.gbs-vertical-align-text-bottom-on-xlarge{vertical-align:text-bottom!important}.gbs-accessible-text-on-xlarge{position:absolute;width:1px;height:1px;clip:rect(0,0,0,0);overflow:hidden}.gbs-display-inline-on-xlarge{display:inline!important}.gbs-display-inline-block-on-xlarge{display:inline-block!important}.gbs-display-block-on-xlarge{display:block!important}.gbs-display-flex-on-xlarge{display:flex!important}.gbs-display-none-on-xlarge{display:none!important}.gbs-visible-on-xlarge{visibility:visible!important}.gbs-hidden-on-xlarge{visibility:hidden!important}.gbs-float-left-on-xlarge{float:left}.gbs-float-right-on-xlarge{float:right}.gbs-clear-float-on-xlarge{clear:both}.gbs-nowrap-on-xlarge{white-space:nowrap}.gbs-word-break-all-on-xlarge{word-break:break-all}}.gbs-border-all{border:1px solid!important}.gbs-border-right{border-right:1px solid}.gbs-border-left{border-left:1px solid}.gbs-border-bottom{border-bottom:1px solid}.gbs-border-top{border-top:1px solid}.gbs-border-bottom-none{border-bottom:0!important}.gbs-border-top-none{border-top:0!important}.gbs-border-left-none{border-left:0!important}.gbs-border-right-none{border-right:0!important}.gbs-rounded-corners-3{border-radius:3px}.gbs-rounded-corners-top-3{border-radius:3px 3px 0 0}.gbs-rounded-corners-bottom-3{border-radius:0 0 3px 3px}.gbs-rounded-corners-left-3{border-radius:3px 0 0 3px}.gbs-rounded-corners-right-3{border-radius:0 3px 3px 0}.gbs-circle{height:12px;width:12px}.gbs-circle,.gbs-circle-48{border-radius:50%;display:inline-block}.gbs-circle-48{height:48px;width:48px}.gbs-border-bottom-dotted{border-bottom:1px dotted!important;background-color:transparent}.gbs-border-left-8{border-left:8px solid!important}.gbs-box-shadow,.gbs-box-shadow-on-hover:active,.gbs-box-shadow-on-hover:focus,.gbs-box-shadow-on-hover:hover{box-shadow:0 0 10px #00000026}hr.gbs-hr-5{border-top:5px solid;margin:0 0 32px}hr.gbs-width-px-64{text-align:left}hr.gbs-hr-8{border-top:8px solid;margin:0 0 16px}.gbs-border-vg-red{border-color:#96151d!important}.gbs-border-aqua{border-color:#009aa6!important}.gbs-border-slate{border-color:#44697d!important}.gbs-border-navy{border-color:#003c69!important}.gbs-border-mauve{border-color:#814d59!important}.gbs-border-orange-red{border-color:#f7440e!important}.gbs-border-grey{border-color:#ccc!important}.gbs-border-coolgray-50{border-color:#b2b2b2!important}.gbs-border-white{border-color:#fff!important}.gbs-border-yellow{border-color:#eaba1f!important}.gbs-border-coolgray-40{border-color:#e5e5e5!important}@media screen and (max-width: 599px){.gbs-border-bottom-none-on-xsmall{border-bottom:0!important}.gbs-border-top-none-on-xsmall{border-top:0!important}.gbs-border-left-none-on-xsmall{border-left:0!important}.gbs-border-right-none-on-xsmall{border-right:0!important}.gbs-rounded-corners-3-on-xsmall{border-radius:3px!important}}@media screen and (min-width: 600px) and (max-width: 767px){.gbs-border-bottom-none-on-small{border-bottom:0!important}.gbs-border-top-none-on-small{border-top:0!important}.gbs-border-left-none-on-small{border-left:0!important}.gbs-border-right-none-on-small{border-right:0!important}.gbs-rounded-corners-3-on-small{border-radius:3px!important}}@media screen and (min-width: 768px) and (max-width: 1001px){.gbs-border-bottom-none-on-medium{border-bottom:0!important}.gbs-border-top-none-on-medium{border-top:0!important}.gbs-border-left-none-on-medium{border-left:0!important}.gbs-border-right-none-on-medium{border-right:0!important}.gbs-rounded-corners-3-on-medium{border-radius:3px!important}}@media screen and (min-width: 1002px) and (max-width: 1279px){.gbs-border-bottom-none-on-large{border-bottom:0!important}.gbs-border-top-none-on-large{border-top:0!important}.gbs-border-left-none-on-large{border-left:0!important}.gbs-border-right-none-on-large{border-right:0!important}.gbs-rounded-corners-3-on-large{border-radius:3px!important}}@media screen and (min-width: 80em){.gbs-border-bottom-none-on-xlarge{border-bottom:0!important}.gbs-border-top-none-on-xlarge{border-top:0!important}.gbs-border-left-none-on-xlarge{border-left:0!important}.gbs-border-right-none-on-xlarge{border-right:0!important}.gbs-rounded-corners-3-on-xlarge{border-radius:3px!important}}.gbs-font-black{color:#1a1a1a!important}.gbs-font-cool-grey-7{color:#666!important}.gbs-font-vanguard-red{color:#96151d!important}.gbs-font-white{color:#fff!important}.gbs-font-green{color:#69923a!important}.gbs-background-color-vanguard-red{background-color:#96151d!important}.gbs-background-color-orange-red-100{background-color:#f7440e!important}.gbs-background-color-bright-red-100{background-color:#f51914!important}.gbs-background-color-dark-red-100{background-color:#622639!important}.gbs-background-color-white{background-color:#fff!important}.gbs-background-color-black{background-color:#1a1a1a!important}.gbs-background-color-coolgray-100{background-color:#333!important}.gbs-background-color-coolgray-90{background-color:#666!important}.gbs-background-color-coolgray-70{background-color:#b2b2b2!important}.gbs-background-color-coolgray-60{background-color:#ccc!important}.gbs-background-color-coolgray-50{background-color:#d9d9d9!important}.gbs-background-color-coolgray-40{background-color:#e5e5e5!important}.gbs-background-color-coolgray-30{background-color:#efefef!important}.gbs-background-color-coolgray-20{background-color:#f4f4f4!important}.gbs-background-color-coolgray-10{background-color:#f7f7f7!important}.gbs-background-color-orange-100{background-color:#e37222!important}.gbs-background-color-orange-60{background-color:#eeaa7a!important}.gbs-background-color-orange-10{background-color:#fcf1e9!important}.gbs-background-color-yellow-100{background-color:#eaba1f!important}.gbs-background-color-yellow-60{background-color:#f3d666!important}.gbs-background-color-yellow-10{background-color:#fcf7e6!important}.gbs-background-color-olive-100{background-color:#9a8419!important}.gbs-background-color-olive-60{background-color:#c2b575!important}.gbs-background-color-olive-10{background-color:#eff3e8!important}.gbs-background-color-green-100{background-color:#69923a!important}.gbs-background-color-green-60{background-color:#a5be8a!important}.gbs-background-color-green-10{background-color:#f1f4eb!important}.gbs-background-color-aqua-100{background-color:#009aa6!important}.gbs-background-color-aqua-60{background-color:#67c2ca!important}.gbs-background-color-aqua-10{background-color:#e6f5f5!important}.gbs-background-color-teal-100{background-color:#006778!important}.gbs-background-color-teal-60{background-color:#66a4ad!important}.gbs-background-color-teal-10{background-color:#e5eff0!important}.gbs-background-color-slate-100{background-color:#44697d!important}.gbs-background-color-slate-60{background-color:#8fa5b1!important}.gbs-background-color-slate-10{background-color:#ecf0f2!important}.gbs-background-color-navy-100{background-color:#003c69!important}.gbs-background-color-navy-60{background-color:#668aa5!important}.gbs-background-color-navy-10{background-color:#e5ebef!important}.gbs-background-color-royal-100{background-color:#005293!important}.gbs-background-color-royal-60{background-color:#6697be!important}.gbs-background-color-royal-10{background-color:#e5ecf3!important}.gbs-background-color-bright-blue-100{background-color:#0098db!important}.gbs-background-color-bright-blue-60{background-color:#67c1e9!important}.gbs-background-color-bright-blue-10{background-color:#e6f5fc!important}.gbs-background-color-brown-100{background-color:#5a311c!important}.gbs-background-color-brown-60{background-color:#9c8377!important}.gbs-background-color-brown-10{background-color:#eeeae8!important}.gbs-background-color-mauve,.gbs-background-color-plum-100{background-color:#815160!important}.gbs-background-color-plum-60{background-color:#b397a0!important}.gbs-background-color-plum-10{background-color:#e6dcdf!important}.gbs-background-color-warmgray-100{background-color:#a8a093!important}.gbs-background-color-purple-100{background-color:#80379b!important}.gbs-background-color-transparent{background-color:transparent!important}.gbs-opacity-80-grey{background-color:#f4f4f4cc;background-color:#f5f5f5cc}.gbs-opacity-30-black{background-color:#0000004d}ul.gbs-icon-list li{margin-bottom:16px}.gbs-icon-container.gbs-icon-16,ul.gbs-icon-list.gbs-icon-16 li{padding-left:24px;background-size:16px 16px;min-height:16px}.gbs-icon-container.gbs-icon-18,ul.gbs-icon-list.gbs-icon-18 li{padding-left:30px;background-size:18px 18px;min-height:18px}.gbs-icon-container.gbs-icon-24,ul.gbs-icon-list.gbs-icon-24 li{padding-left:36px;background-size:24px 24px;min-height:24px}.gbs-icon-container.gbs-icon-32,ul.gbs-icon-list.gbs-icon-32 li{padding-left:44px;background-size:32px 32px;min-height:32px}.gbs-icon-container.gbs-icon-36,ul.gbs-icon-list.gbs-icon-36 li{padding-left:57px;background-size:36px 36px;min-height:36px}.gbs-icon-container.gbs-icon-48,ul.gbs-icon-list.gbs-icon-48 li{padding-left:75px;background-size:48px 48px;min-height:48px}.gbs-icon-container.gbs-icon-60,ul.gbs-icon-list.gbs-icon-60 li{padding-left:90px;background-size:60px 60px;min-height:60px}.gbs-icon-container.gbs-icon-64,ul.gbs-icon-list.gbs-icon-64 li{padding-left:88px;background-size:64px 64px;min-height:64px}.gbs-icon-16-right,.gbs-icon-24-right,.gbs-icon-24-top,.gbs-icon-32-right,.gbs-icon-32-top,.gbs-icon-36-right,.gbs-icon-36-top,.gbs-icon-48-right,.gbs-icon-48-top,.gbs-icon-60-right,.gbs-icon-60-top,.gbs-icon-64-right,.gbs-icon-64-top{display:inline-block}.gbs-icon-16-right{width:16px;height:16px}.gbs-icon-24-right,.gbs-icon-24-top{width:24px;height:24px}.gbs-icon-32-right,.gbs-icon-32-top{width:32px;height:32px}.gbs-icon-36-right,.gbs-icon-36-top{width:36px;height:36px}.gbs-icon-48-right,.gbs-icon-48-top{width:48px;height:48px}.gbs-icon-60-right,.gbs-icon-60-top{width:60px;height:60px}.gbs-icon-64-right,.gbs-icon-64-top{width:64px;height:64px}.gbs-icon-16-right{vertical-align:middle}.gbs-icon-24-right,.gbs-icon-32-right,.gbs-icon-36-right,.gbs-icon-48-right,.gbs-icon-60-right,.gbs-icon-64-right{vertical-align:middle;margin-bottom:4px}.gbs-icon-16-right,.gbs-icon-24-right{margin-left:4px}.gbs-icon-32-right{margin-left:12px}.gbs-icon-36-right{margin-left:21px}.gbs-icon-48-right{margin-left:27px}.gbs-icon-60-right{margin-left:30px}.gbs-icon-64-right{margin-left:24px}.gbs-icon-24-top,.gbs-icon-32-top .gbs-icon-36-top,.gbs-icon-48-top,.gbs-icon-60-top,.gbs-icon-64-top{margin-bottom:8px}.gbs-icon-google{background:transparent url(google-plus.fc9131d1.8cf22bf0e93baa38.svg) no-repeat}.gbs-icon-google-white{background:transparent url(google-plus-white.a249d6fe.cad491632458aa92.svg) no-repeat}.gbs-icon-facebook{background:transparent url(facebook.2a308cb6.94641ff41ba20626.svg) no-repeat}.gbs-icon-facebook-white{background:transparent url(facebook-white.af097a12.333ef6d67ee395af.svg) no-repeat}.gbs-icon-linkedin{background:transparent url(linkedin.c20e392b.6cc2f4555ded2c58.svg) no-repeat}.gbs-icon-linkedin-white{background:transparent url(linkedin-white.5d122599.e478dc5f36c7baf0.svg) no-repeat}.gbs-icon-tweeter{background:transparent url(tweeter.0454e428.47aee3177ce7858f.svg) no-repeat}.gbs-icon-tweeter-white{background:transparent url(tweeter-white.0183c0b3.31dae1f04f6c2f69.svg) no-repeat}.gbs-icon-vanguard{background:transparent url(vanguard.f5d006d0.533d3526497cec15.svg) no-repeat}.gbs-icon-vanguard-white{background:transparent url(v-white.bdb4cff9.191a2685c59ac118.svg) no-repeat}.gbs-icon-vanguard-email{background:transparent url(vanguard-email.969f2677.1a7399ca2c3248ea.svg) no-repeat}.gbs-icon-vanguard-mail{background:transparent url(vanguard-mail.3b62cd9e.7d41d55053afc6f2.svg) no-repeat}.gbs-icon-vanguard-sms{background:transparent url(sms.71956b6b.ab8c21554f1ba5f3.svg) no-repeat}.gbs-icon-youtube{background:transparent url(youtube.962d7a07.787ed7b81d065f85.svg) no-repeat}.gbs-icon-youtube-white{background:transparent url(youtube-white.7a7417fa.18e15fcf0c5a9d82.svg) no-repeat}.gbs-icon-wechat{background:transparent url(wechat.228a9b09.9248e054c2cbb245.svg) no-repeat}.gbs-icon-active-funds{background:transparent url(active-funds.434644d2.1e83ac58ec9ab74f.svg) no-repeat}.gbs-icon-active-funds-purple{background:transparent url(active-funds-c.a4b79f12.7f7e2296c0a57536.svg) no-repeat}.gbs-icon-active-funds-white{background:transparent url(active-funds-w.2d269f60.2fd5150b78fef598.svg) no-repeat}.gbs-icon-blended-funds{background:transparent url(blended-funds.90055a91.d0645bdf28fb0539.svg) no-repeat}.gbs-icon-blended-funds-white{background:transparent url(blended-funds-w.5b8713fa.248e42578da11818.svg) no-repeat}.gbs-icon-cash{background:transparent url(cash.df67d6d4.f4453f8eb11a0ca3.svg) no-repeat}.gbs-icon-cash-green{background:transparent url(cash-c.c8eede4b.3c7fc744240c4165.svg) no-repeat}.gbs-icon-cash-white{background:transparent url(cash-w.97e56e76.5f97f9a92ba62b12.svg) no-repeat}.gbs-icon-equity-funds{background:transparent url(equity-funds.b92b4b9b.8b5a5b75009d74e0.svg) no-repeat}.gbs-icon-equity-funds-coolgray{background:transparent url(equity-funds-c.fc500a55.b71d28877931c119.svg) no-repeat}.gbs-icon-equity-funds-white{background:transparent url(equity-funds-w.580fa16c.aae885c862f13168.svg) no-repeat}.gbs-icon-etf-funds{background:transparent url(etf-funds.e5460b4e.7bb907fb438943cf.svg) no-repeat}.gbs-icon-etf-funds-blue{background:transparent url(etf-funds-c.f16779a6.3f6fbb854f0eff5d.svg) no-repeat}.gbs-icon-etf-funds-white{background:transparent url(etf-funds-w.c4dd154d.9946c3cdd82f44a6.svg) no-repeat}.gbs-icon-factor-funds{background:transparent url(factor-funds.78f23292.5da2aa77c3b98d58.svg) no-repeat}.gbs-icon-factor-funds-putty{background:transparent url(factor-funds-c.128f24fd.12d3ee020f2168e0.svg) no-repeat}.gbs-icon-factor-funds-white{background:transparent url(factor-funds-w.eae39773.c36e1f2972529637.svg) no-repeat}.gbs-icon-index-funds{background:transparent url(index-funds.ed493151.2a8be5edcd6ab2cb.svg) no-repeat}.gbs-icon-index-funds-white{background:transparent url(index-funds-w.5927e178.e931cdb1dbcc3a41.svg) no-repeat}.gbs-icon-index-funds-yellow{background:transparent url(index-funds-c.8f4947cb.8446aa73ee69498d.svg) no-repeat}.gbs-icon-index-funds-red{background:transparent url(list-vred.3ead2363.ee12a18f283c3373.svg) no-repeat}.gbs-icon-lifestrategy-funds{background:transparent url(lifestrategy-funds.349fedd3.bf1adafe2c091655.svg) no-repeat}.gbs-icon-lifestrategy-funds-olive{background:transparent url(lifestrategy-funds-c.8b53a4fe.a882133fe3ca7dc8.svg) no-repeat}.gbs-icon-lifestrategy-funds-white{background:transparent url(lifestrategy-funds-w.c42571e7.13a8e93c04589f5c.svg) no-repeat}.gbs-icon-target-funds{background:transparent url(target-funds.283e0ffe.d71d68fc6d7e8d71.svg) no-repeat}.gbs-icon-target-funds-blue{background:transparent url(target-funds-c.a1a5387e.c535cb5a9967f72a.svg) no-repeat}.gbs-icon-target-funds-white{background:transparent url(target-funds-w.f9f01710.b0451ac3a95419d5.svg) no-repeat}.gbs-icon-fixed-funds{background:transparent url(fixed-funds.4795b385.ec9219c50b4eb63b.svg) no-repeat}.gbs-icon-fixed-funds-orange{background:transparent url(fixed-funds-c.3b2ed7a8.3a89dbb122719f25.svg) no-repeat}.gbs-icon-fixed-funds-white{background:transparent url(fixed-funds-w.2cb952fc.5dcce746969faa9c.svg) no-repeat}.gbs-icon-sector-funds{background:transparent url(sector-funds.dfec1439.ebd76877afad38cd.svg) no-repeat}.gbs-icon-sector-funds-white{background:transparent url(sector-funds-w.8984bde0.d4c12af4be792211.svg) no-repeat}.gbs-icon-sector-funds-purple{background:transparent url(sector-funds-c.68601d18.a1b8b657532bfd49.svg) no-repeat}.gbs-icon-piggy-bank{background:transparent url(piggy-bank.fa2354c4.7dcd46023faeb70e.svg) no-repeat}.gbs-icon-piggy-bank-white{background:transparent url(piggy-bank-w.6d6c9557.893a6fd42145a90d.svg) no-repeat}.gbs-icon-money-bag{background:transparent url(money-bag.c11b6282.49a83369055439ce.svg) no-repeat}.gbs-icon-money-bag-white{background:transparent url(money-bag-w.4948faf6.9e073c7258b94c0f.svg) no-repeat}.gbs-icon-coins-hand{background:transparent url(coins-hand.31d86c5e.35f76f4cab78cfd0.svg) no-repeat}.gbs-icon-coins-hand-white{background:transparent url(coins-hand-w.dedda2c3.961a336164889ddb.svg) no-repeat}.gbs-icon-coins{background:transparent url(coins.d83ff5ce.88016f3540262164.svg) no-repeat}.gbs-icon-coins-olive{background:transparent url(coins-c.035323ec.287b0f69f756a81c.svg) no-repeat}.gbs-icon-coins-red{background:transparent url(coins-vred.621ac0c4.608b9cd626063750.svg) no-repeat}.gbs-icon-dollar-circle{background:transparent url(dollar-circle.5b4460e4.ad287ca814c76e28.svg) no-repeat}.gbs-icon-dollar-circle-green{background:transparent url(dollar-circle-green.77b51e41.1e86c0c2513101e3.svg) no-repeat}.gbs-icon-amount-orange{background:transparent url(amount-orange.bce8afe9.7d26fc7abb12f160.svg) no-repeat}.gbs-icon-growth-green{background:transparent url(growth-c.5757d331.39ae1d9dc17be9ce.svg) no-repeat}.gbs-icon-monetary-dollar{background:transparent url(monetary-dollar.6f169c69.908366c8411a93a1.svg) no-repeat}.gbs-icon-monetary-euro{background:transparent url(monetary-euro.4599c7d0.4ebe309664590227.svg) no-repeat}.gbs-icon-monetary-pound{background:transparent url(monetary-pound.c0f8971f.ae021ce076f21ca3.svg) no-repeat}.gbs-icon-monetary-yen{background:transparent url(monetary-yen.96e0a180.17c65a6e00b55e11.svg) no-repeat}.gbs-icon-umbrella{background:transparent url(umbrella.4f2b3ee1.f4037b0e0755469a.svg) no-repeat}.gbs-icon-umbrella-white{background:transparent url(umbrella-w.4814f33d.6b6f1a37e368829c.svg) no-repeat}.gbs-icon-retirement-beach{background:transparent url(retirement-beach.740e8385.8d08b2d24f0678e4.svg) no-repeat}.gbs-icon-retirement-beach-white{background:transparent url(retirement-beach-w.73cf3bec.10b4489bd00ad158.svg) no-repeat}.gbs-icon-open-account{background:transparent url(open-account.9a56a604.a2c3a055ea1be303.svg) no-repeat}.gbs-icon-open-account-white{background:transparent url(open-account-w.bce8eff1.dbf1bafac9c54a38.svg) no-repeat}.gbs-icon-light-bulb{background:transparent url(light-bulb.cb57680d.0180dc36ab46c02e.svg) no-repeat}.gbs-icon-light-bulb-white{background:transparent url(light-bulb-w.7cc5c4d3.b08d39902f5501cf.svg) no-repeat}.gbs-icon-institutional-building{background:transparent url(institutional-building.eb881703.6a683bbfcf724593.svg) no-repeat}.gbs-icon-institutional-building-white{background:transparent url(institutional-building-w.8746dc52.8935ee4c3e386d9a.svg) no-repeat}.gbs-icon-house{background:transparent url(house.367a0198.994dd6d8ac53e6b9.svg) no-repeat}.gbs-icon-house-white{background:transparent url(house-w.3096b80c.ba304a59c8b9db51.svg) no-repeat}.gbs-icon-fund-list{background:transparent url(fund-list.90360783.58ea849cbf5f545d.svg) no-repeat}.gbs-icon-fund-list-white{background:transparent url(fund-list-w.7ee3176c.91d81e43fc0af747.svg) no-repeat}.gbs-icon-fund-list-blue{background:transparent url(fund-list-c-b.9afbe8bc.b1717380a4f4c2d7.svg) no-repeat}.gbs-icon-diamond-ring{background:transparent url(diamond-ring.c47f7095.f0b272e223fd0649.svg) no-repeat}.gbs-icon-diamond-ring-white{background:transparent url(diamond-ring-w.c6959f62.67d60ad2a862cf16.svg) no-repeat}.gbs-icon-binoculars-goals{background:transparent url(binoculars-goals.18c92194.8348e5eefb25a842.svg) no-repeat}.gbs-icon-binoculars-goals-white{background:transparent url(binoculars-goals-w.e68ee6a8.ea69bb32ab4fd740.svg) no-repeat}.gbs-icon-binoculars-goals-blue{background:transparent url(binoculars-goals-c.17b3d15a.d3671bd179e2eea3.svg) no-repeat}.gbs-icon-balloon,.gbs-icon-baloon{background:transparent url(baloon.5ef5faaf.565907a99f77d67e.svg) no-repeat}.gbs-icon-balloon-white,.gbs-icon-baloon-white{background:transparent url(baloon-w.1608e784.1d9d23148d021f22.svg) no-repeat}.gbs-icon-art-supplies-education{background:transparent url(art-supplies-education.5a74ae68.c0e15f610473337a.svg) no-repeat}.gbs-icon-art-supplies-education-white{background:transparent url(art-supplies-education-w.3d3429de.6c8317b3e31d45b8.svg) no-repeat}.gbs-contact-us-band{background:transparent url(icn_contact_us_band.5396808b.d9d7df5da4c88735.svg) no-repeat}.gbs-contact-us-band-white{background:transparent url(icn_contact_us_band_white.0cab26e7.5fe9cc11497111e2.svg) no-repeat}.gbs-icon-folder{background:transparent url(folder.ca1c6e93.78b5bdbece733461.svg) no-repeat}.gbs-icon-video{background:transparent url(video.174c1c9d.bd7f98d62f87c880.svg) no-repeat}.gbs-icon-transfer{background:transparent url(transfer.bcdf6b06.abfd6f1396c6137a.svg) no-repeat}.gbs-icon-tool-bin{background:transparent url(tool-bin.4401693b.b72cbabdc11330aa.svg) no-repeat}.gbs-icon-tool-bin-gray{background:transparent url(tool-bin-gray.83344dcc.ba4ff858d31e0853.svg) no-repeat}.gbs-icon-sun{background:transparent url(sun.81130f99.06837e173ac99c41.svg) no-repeat}.gbs-icon-shopping-cart{background:transparent url(shopping-cart.a4315b4a.36509815bfe7aebe.svg) no-repeat}.gbs-icon-share{background:transparent url(share.8399e265.c775567849b8eaae.svg) no-repeat}.gbs-icon-settings{background:transparent url(settings.7755716e.c5d03c44adca45da.svg) no-repeat}.gbs-icon-search-loop{background:transparent url(search-loop.1898f933.2c1877a4cb8a155b.svg) no-repeat}.gbs-icon-search-loop-white{background:transparent url(search-loop-w.100565e0.b312f5e9cdcdeda2.svg) no-repeat}.gbs-icon-search-loop-red{background:transparent url(search-loop-c.edbbbca8.a18f3d5e708afb22.svg) no-repeat}.gbs-icon-road{background:transparent url(road.e23d6768.a5f5eed2eec2cdff.svg) no-repeat}.gbs-icon-rain{background:transparent url(rain.887ee5ff.61657e9ebdf366e8.svg) no-repeat}.gbs-icon-quote-bubble{background:transparent url(quote-bubble.89829d27.30988b8687f7bb50.svg) no-repeat}.gbs-icon-questions-mark-circle{background:transparent url(questions-mark-circle.5027f3c8.e4d4fa417d495e60.svg) no-repeat}.gbs-icon-questions-mark-circle-white{background:transparent url(questions-mark-circle-w.44a237f9.f419716154a1c110.svg) no-repeat}.gbs-icon-questions-mark-circle-gray,.gbs-icon-questions-mark-circle-grey{background:transparent url(question-circle-greyb2.111522d4.c1bfa19bd2219d8f.svg) no-repeat}.gbs-icon-print{background:transparent url(print.4f9a4243.3ae5b222e78f2acd.svg) no-repeat}.gbs-icon-plus-circle{background:transparent url(plus-circle.9590ce27.2a038908753c1156.svg) no-repeat}.gbs-icon-plus{background:transparent url(plus.c021a240.cc2e400086c0515e.svg) no-repeat}.gbs-icon-play{background:transparent url(play.e4d72888.d2413035bf0fd51a.svg) no-repeat}.gbs-icon-audio-red{background:transparent url(iconsmic.a27980de.e5abaa8903af72be.svg) no-repeat}.gbs-icon-phone{background:transparent url(phone.2112eabd.633cea8e2c2ea3b7.svg) no-repeat}.gbs-icon-pencil{background:transparent url(pencil.f57f98c3.ab516d7ef0e2f033.svg) no-repeat}.gbs-icon-partly-cloudy{background:transparent url(partly-cloudy.f8191e66.7b379844ae4eb0d5.svg) no-repeat}.gbs-icon-paper-clip{background:transparent url(paper-clip.44612005.cf47b054544bf61f.svg) no-repeat}.gbs-icon-minus-circle{background:transparent url(minus-circle.6c7d9dce.93f074f5a465fe39.svg) no-repeat}.gbs-icon-minus{background:transparent url(minus.66663cfd.57462e35b273dad0.svg) no-repeat}.gbs-icon-minimize{background:transparent url(minimize.b8702cd6.2fc193814efbfb15.svg) no-repeat}.gbs-icon-mail{background:transparent url(mail.f252bdf6.81fb2b8701de48ff.svg) no-repeat}.gbs-icon-leaf{background:transparent url(leaf.51b7eff9.e50fb4abe3f87393.svg) no-repeat}.gbs-icon-info-circle{background:transparent url(info-circle.1453221e.c384a84201f01832.svg) no-repeat}.gbs-icon-info-circle-yellow{background:transparent url(info-circle-yellow.ac8ad4df.74328929d746b5e1.svg) no-repeat}.gbs-icon-help{background:transparent url(help.0f81b37e.d11fbce7ffbd99ef.svg) no-repeat}.gbs-icon-help-blue{background:transparent url(help-c.a14315be.7086e93aa54363ad.svg) no-repeat}.gbs-icon-hand-leaves{background:transparent url(hand-leaves.d9746f57.fd5c7f9fa40754ff.svg) no-repeat}.gbs-icon-globe{background:transparent url(globe.9b83ba0c.91f61af7e07a2b52.svg) no-repeat}.gbs-icon-flower{background:transparent url(flower.0976e144.982d0476ab789cd6.svg) no-repeat}.gbs-icon-filter{background:transparent url(filter.20d17398.11db3a5050252e71.svg) no-repeat}.gbs-icon-expand{background:transparent url(expand.d89f799d.d7c3aca61976b004.svg) no-repeat}.gbs-icon-exclamation-circle{background:transparent url(exclamation-circle.2dca5100.a0c514c19fe7c69e.svg) no-repeat}.gbs-icon-exclamation-circle-white{background:transparent url(exclamation-circle-w.69626059.d79dcfa87476e7df.svg) no-repeat}.gbs-icon-exclamation-circle-gray{background:transparent url(exclamation-circle-greyb2.06c5ee08.5040a76304c02c2a.svg) no-repeat}.gbs-icon-exclamation-circle-red{background:transparent url(exclamation-circle-red.adcece67.d021595ba95f340d.svg) no-repeat}.gbs-icon-download{background:transparent url(download.7e7d95e2.70d7bfdabfacae42.svg) no-repeat}.gbs-icon-document{background:transparent url(document.29d07ce7.a381eca2f3579dce.svg) no-repeat}.gbs-icon-diamond{background:transparent url(diamond.140825cc.bea0036330ecb93f.svg) no-repeat}.gbs-icon-cloudy{background:transparent url(cloudy.07397435.5f3fab1909d0046a.svg) no-repeat}.gbs-icon-close-circle{background:transparent url(close-circle.1d5031ab.cafac18dc600b37a.svg) no-repeat}.gbs-icon-close-circle-gray{background:transparent url(close-greyb2.cde0d416.8e7edd83d997a762.svg) no-repeat}.gbs-icon-close-circle-whitevred{background:transparent url(close-circle-c.6127f061.d06ddb0390f2b875.svg) no-repeat}.gbs-icon-close{background:transparent url(close.eceb103f.e2416f39c56d19e9.svg) no-repeat}.gbs-icon-circle{background:transparent url(circle.82314ef9.2f83a7b9ece98955.svg) no-repeat}.gbs-icon-check-mark-circle{background:transparent url(check-mark-circle.e751f70a.d123d29eff15afc4.svg) no-repeat}.gbs-icon-check-mark-circle-green{background:transparent url(check-mark-circle-green.b59b75b2.d5c2aed088ac7f20.svg) no-repeat}.gbs-icon-check-mark-circle-solid-green{background:transparent url(check-mark-circle-c.2855b52c.1366c0f68e4a4dc5.svg) no-repeat}.gbs-icon-check-mark,.gbs-icon-checkmark{background:transparent url(check-mark.856c12eb.9edf9688af275d1d.svg) no-repeat}.gbs-icon-check-mark-green,.gbs-icon-checkmark-green{background:transparent url(check-green.fba92098.8a2e4ea69e0dfc8c.svg) no-repeat}.gbs-icon-chart-pie{background:transparent url(chart-pie.8b32f969.0450cdf90f9a5cad.svg) no-repeat}.gbs-icon-chart-pie-purple{background:transparent url(chart-pie-c.c4e362b6.8aa321d04b5632eb.svg) no-repeat}.gbs-icon-chart-bar{background:transparent url(chart-bar.4c8cc359.6e3b6b80cda943ce.svg) no-repeat}.gbs-icon-cell-phone{background:transparent url(cell-phone.ab42e396.20b89671efd796df.svg) no-repeat}.gbs-icon-smart-phone-white{background:transparent url(smartphone-white.d321b0a6.2bab3099b76487e5.svg) no-repeat}.gbs-icon-cell-phone-grey,.gbs-icon-smart-phone-grey{background:transparent url(smartphone-grey.35bdec72.315bbd26a5f0db28.svg) no-repeat}.gbs-icon-calendar{background:transparent url(calendar.cd3e578d.ed90e9b01a45a053.svg) no-repeat}.gbs-icon-calendar-blue{background:transparent url(calendar-b.f98c980c.a030c28c5c5b7a88.svg) no-repeat}.gbs-icon-calculator{background:transparent url(calculator.8f8cda6b.3287f57f05ba6727.svg) no-repeat}.gbs-icon-book{background:transparent url(book.441a8473.aba33b1df9b69c4e.svg) no-repeat}.gbs-icon-balance{background:transparent url(balance.be7ef659.dc4b06f6ab57e778.svg) no-repeat}.gbs-icon-avatar-man{background:transparent url(avatar-man.a0748924.9c8d38b4e34e5785.svg) no-repeat}.gbs-icon-target-arrow{background:transparent url(target-arrow.cd6dbfd8.7a4f5d737253be37.svg) no-repeat}.gbs-icon-target-arrow-orange{background:transparent url(target-arrow-c.2b98c84f.3c4ab2bf36f5dd3e.svg) no-repeat}.gbs-icon-add-folder{background:transparent url(add-folder.eb5a3d5f.ac1e3c743150fae4.svg) no-repeat}.gbs-icon-eye-closed{background:transparent url(eye-closed.632cff5f.24ee89db669e01de.svg) no-repeat}.gbs-icon-eye-open{background:transparent url(eye-open.992868d3.0c4e5b064b3d31d0.svg) no-repeat}.gbs-icon-eye-open-white{background:transparent url(eye-open-white.1c05cb32.178936c5c4206e95.svg) no-repeat}.gbs-icon-trashcan{background:transparent url(trashcan.5c39f414.b53d6c5261a4475f.svg) no-repeat}.gbs-icon-folder-white{background:transparent url(folder-w.87c56c4e.81a495498c6fe498.svg) no-repeat}.gbs-icon-video-white{background:transparent url(video-w.0d0042dd.59090209c7a8bf02.svg) no-repeat}.gbs-icon-transfer-white{background:transparent url(transfer-w.bd90bf02.9dd3a304791e0302.svg) no-repeat}.gbs-icon-tool-bin-white{background:transparent url(tool-bin-w.b3eba9ef.ffcf0abe806871fb.svg) no-repeat}.gbs-icon-sun-white{background:transparent url(sun-w.563b8a93.7a27982593c490c9.svg) no-repeat}.gbs-icon-shopping-cart-white{background:transparent url(shopping-cart-w.c5f2e536.017d409122c4b223.svg) no-repeat}.gbs-icon-share-white{background:transparent url(share-w.286c1fdf.4622f8d8e891a43e.svg) no-repeat}.gbs-icon-settings-white{background:transparent url(settings-w.9a44bfa4.93b027b29952c31f.svg) no-repeat}.gbs-icon-road-white{background:transparent url(road-w.7a84c54a.b6a00e5c16f1bf32.svg) no-repeat}.gbs-icon-rain-white{background:transparent url(rain-w.f960ebb9.c727028fe1a45348.svg) no-repeat}.gbs-icon-quote-bubble-white{background:transparent url(quote-bubble-w.10704fdc.acc314b968a623c2.svg) no-repeat}.gbs-icon-print-white{background:transparent url(print-w.a8080d3c.2d6d945d2d1b3322.svg) no-repeat}.gbs-icon-plus-circle-white{background:transparent url(plus-circle-w.6aba071e.ea56e4965df902bc.svg) no-repeat}.gbs-icon-plus-white{background:transparent url(plus-w.905d64a1.a2caec17814772d4.svg) no-repeat}.gbs-icon-play-white{background:transparent url(play-w.a19007e2.f4c84ce601b5ba8e.svg) no-repeat}.gbs-icon-phone-white{background:transparent url(phone-w.b32c173b.a7a984886aed7ab2.svg) no-repeat}.gbs-icon-pencil-white{background:transparent url(pencil-w.35a2ef2b.43a8a2d955c4bcc7.svg) no-repeat}.gbs-icon-partly-cloudy-white{background:transparent url(partly-cloudy-w.d30a6458.1bf7825b11303e5e.svg) no-repeat}.gbs-icon-paper-clip-white{background:transparent url(paper-clip-w.a448d10c.206ae9cb4069d266.svg) no-repeat}.gbs-icon-minus-circle-white{background:transparent url(minus-circle-w.3800db6b.20aa328030acc31e.svg) no-repeat}.gbs-icon-minus-white{background:transparent url(minus-w.36aec1e3.e22938c356a05558.svg) no-repeat}.gbs-icon-minimize-white{background:transparent url(minimize-w.558bfaa0.a7cbb570d568f3d8.svg) no-repeat}.gbs-icon-mail-white{background:transparent url(mail-w.8a13b709.a7a5c92b0c1decdc.svg) no-repeat}.gbs-icon-leaf-white{background:transparent url(leaf-w.5ea25415.bb2eaaa8875f79d7.svg) no-repeat}.gbs-icon-info-circle-white{background:transparent url(info-circle-w.4ce4a4cd.1d8e81e9c24b063e.svg) no-repeat}.gbs-icon-help-white{background:transparent url(help-w.8282be50.dd3faf419511fe45.svg) no-repeat}.gbs-icon-hand-leaves-white{background:transparent url(hand-leaves-w.4fe686ec.71dec83fd79f70b8.svg) no-repeat}.gbs-icon-globe-white{background:transparent url(globe-w.06fce0b3.de689e8f49b07c1d.svg) no-repeat}.gbs-icon-flower-white{background:transparent url(flower-w.f41997d6.7eaabc9493f28360.svg) no-repeat}.gbs-icon-filter-white{background:transparent url(filter-w.3da5593d.6edb2a20b761efc9.svg) no-repeat}.gbs-icon-expand-white{background:transparent url(expand-w.fe77246d.0378c814d057de42.svg) no-repeat}.gbs-icon-download-white{background:transparent url(download-w.07f10db9.a2acaa67f96bcb8a.svg) no-repeat}.gbs-icon-document-white{background:transparent url(document-w.6b22f008.d8e265f7803e2f6c.svg) no-repeat}.gbs-icon-diamond-white{background:transparent url(diamond-w.816fa5ba.1b1e88ce28196901.svg) no-repeat}.gbs-icon-cloudy-white{background:transparent url(cloudy-w.b7a0b59d.f8321585a3c9f437.svg) no-repeat}.gbs-icon-close-circle-white{background:transparent url(close-circle-w.ae9b3e1f.d954dd8cb7b50b65.svg) no-repeat}.gbs-icon-close-white{background:transparent url(close-w.42f7e461.30970c023e02d4b1.svg) no-repeat}.gbs-icon-check-mark-circle-white{background:transparent url(check-mark-circle-w.b0304a14.e79dc397d396566b.svg) no-repeat}.gbs-icon-check-mark-white{background:transparent url(check-mark-w.7a7eccf6.bd64832888bcf954.svg) no-repeat}.gbs-icon-chart-pie-white{background:transparent url(chart-pie-w.5dc3f7c2.d73e6c5aa39b53ff.svg) no-repeat}.gbs-icon-chart-bar-white{background:transparent url(chart-bar-w.8ee52e25.0be4d1911349f8ee.svg) no-repeat}.gbs-icon-cell-phone-white{background:transparent url(cell-phone-w.4b6222cc.d9876e1d2404d74f.svg) no-repeat}.gbs-icon-calendar-white{background:transparent url(calendar-w.b08e5b81.7ee84640cea30f81.svg) no-repeat}.gbs-icon-book-white{background:transparent url(book-w.e3a78f0a.44e08ca7554e344c.svg) no-repeat}.gbs-icon-balance-white{background:transparent url(balance-w.b8b20cfb.dbd65398fe66f98c.svg) no-repeat}.gbs-icon-avatar-man-white{background:transparent url(avatar-man-w.ca1dc983.fa1409e5643190ae.svg) no-repeat}.gbs-icon-target-arrow-white{background:transparent url(target-arrow-w.3361ccef.7b28b5b6efca0d57.svg) no-repeat}.gbs-icon-add-folder-white{background:transparent url(add-folder-w.77752de4.b91c6675ccb612b6.svg) no-repeat}.gbs-icon-hand-leaves-white{background:transparent url(hand-leaves-s.0703e8d4.8578a3dd60572a8f.svg) no-repeat}.gbs-icon-calendar-yellow{background:transparent url(calendar-c.060ada93.5bbb5400965cf63c.svg) no-repeat}.gbs-icon-drop-down-arrow{background:transparent url(drop-down-arrow.fb28f420.9193aeac83eb24e6.svg) no-repeat}.gbs-icon-drop-down-arrow-inactive-red{background:transparent url(drop-down-arrow-c.bfd4ecc4.fc6c3f8d8481b7bb.svg) no-repeat}.gbs-icon-drop-down-arrow-white{background:transparent url(drop-down-arrow-w.7ff3ef3e.cace90128734cc48.svg) no-repeat}.gbs-icon-flip-over-arrow{background:transparent url(flip-over-arrow.50b83c8f.346211e23874c4e1.svg) no-repeat}.gbs-icon-flip-over-arrow-coolgray{background:transparent url(flip-over-arrow-c.ca7e1b9e.05f03cff33d145bd.svg) no-repeat}.gbs-icon-rain-brightred{background:transparent url(rain-c.75754bde.a27339d45b1f65ee.svg) no-repeat}.gbs-icon-sun-orange{background:transparent url(sun-c.ff3d7c67.6c3d97e4655515af.svg) no-repeat}.gbs-icon-right-arrow{background:transparent url(drop-down-arrow-right.81178b0c.cf0758066d4ab914.svg) no-repeat}.gbs-icon-right-arrow-white{background:transparent url(drop-down-arrow-right-white.4aae8bb9.1e1c24999734e334.svg) no-repeat}.gbs-icon-right-arrow-inactive-red{background:transparent url(drop-down-arrow-right-inactive-red.62dd29a1.4441d12640c5d021.svg) no-repeat}.gbs-icon-left-arrow{background:transparent url(drop-down-arrow-left.00dc7bc5.7ea4bb083464c1f8.svg) no-repeat}.gbs-icon-left-arrow-white{background:transparent url(drop-down-arrow-left-white.3d1ab540.27a4afb3afc58d3e.svg) no-repeat}.gbs-icon-left-arrow-inactive-red{background:transparent url(drop-down-arrow-left-inactive-red.08c258da.ba67c7d327d2f7a0.svg) no-repeat}.gbs-icon-drop-down-arrow-up{background:transparent url(drop-down-arrow-up.18a24345.83d1ab8737432de5.svg) no-repeat}.gbs-icon-drop-down-arrow-up-white{background:transparent url(drop-down-arrow-up-white.b2fa4b03.cf8ddf96bf3de11b.svg) no-repeat}.gbs-icon-drop-down-arrow-up-inactive-red{background:transparent url(drop-down-arrow-up-inactive-red.83382ab6.17c7bfa13aa4b3c9.svg) no-repeat}.gbs-icon-transfer-red{background:transparent url(transfer-c.d15013be.b2b62c16316054d3.svg) no-repeat}.gbs-icon-transfer-blue{background:transparent url(transfer-blue.ec01231c.7665bbbc02e8999c.svg) no-repeat}.gbs-icon-hand-leaves-green{background:transparent url(hand-leaves-green.4cac448f.936cba7d0ff2d289.svg) no-repeat}.gbs-icon-time-olive{background:transparent url(time-c.55d08a04.0c59893b5dc1baac.svg) no-repeat}.gbs-icon-cross-circle-teal{background:transparent url(cross-circle.d9f2bff2.3e61375113afbdf6.svg) no-repeat}.gbs-icon-tick-circle-orange{background:transparent url(tick-circle.9554e61a.f9de43a82ab47d63.svg) no-repeat}.gbs-icon-back-arrow{background:transparent url(arrow-circle-1.db2b93af.d495123b3a826991.svg) no-repeat}.gbs-icon-back-arrow-gray{background:transparent url(back-greyb2.e649254d.45650a2f6754e5e4.svg) no-repeat}.gbs-icon-file-checked{background:transparent url(file-checked.d3aa9cf7.421db07104ab1fb2.svg) no-repeat}.gbs-icon-file-checked-gray{background:transparent url(file-checked-gray.e37ebdb5.8f23248df5d6b5a9.svg) no-repeat}.gbs-icon-file-image-per{background:transparent url(file-image-per.d4017f0f.820433d2ebcf7fa9.svg) no-repeat}.gbs-icon-file-image-per-gray{background:transparent url(file-image-per-gray.96b4bd92.8ef2c0b4d7a8e106.svg) no-repeat}.gbs-icon-id-1{background:transparent url(id-1.ea07e329.95c40791e268c81f.svg) no-repeat}.gbs-icon-id-1-gray{background:transparent url(id-1-gray.39041801.f0e4ea9b027997be.svg) no-repeat}.gbs-icon-id-5{background:transparent url(id-5.cc25b101.250616f26583f13e.svg) no-repeat}.gbs-icon-id-5-gray{background:transparent url(id-5-gray.cd8cdedc.338e468f7339d8c2.svg) no-repeat}.gbs-icon-key-gray{background:transparent url(key-gray.b990eb62.05d97e646e6fada7.svg) no-repeat}.gbs-icon-lock{background:transparent url(lock.e018de35.c23a57020cfe9f2c.svg) no-repeat}.gbs-icon-lock-gray{background:transparent url(lock-gray.4900db9e.6958f7e0b32951ad.svg) no-repeat}.gbs-icon-lock-unlock{background:transparent url(lock-unlock.03797237.606117de49b6df6f.svg) no-repeat}.gbs-icon-lock-unlock-white{background:transparent url(lock-unlock-white.26a9a9d5.825274417081d595.svg) no-repeat}.gbs-icon-plane-paper{background:transparent url(plane-paper.f52c850b.5f018fda3babef28.svg) no-repeat}.gbs-icon-plane-paper-gray{background:transparent url(plane-paper-gray.f71b92db.49adf4fca7cda23c.svg) no-repeat}.gbs-icon-profile-magnifying-glass{background:transparent url(profile-magnifying-glass.25ef1795.eec6901dc3dcbcee.svg) no-repeat}.gbs-icon-profile-magnifying-glass-gray{background:transparent url(profile-magnifying-glass-gray.6177226d.d5f4e7183da44503.svg) no-repeat}.gbs-icon-refresh{background:transparent url(refresh.d6f5fcb7.6f822f1b4726470f.svg) no-repeat}.gbs-icon-support-white{background:transparent url(support-white.f2203dae.a3e1931f8696879a.svg) no-repeat}.gbs-icon-support-blue{background:transparent url(support-blue.4af67381.ca5f28b56a0eeadb.svg) no-repeat}.gbs-icon-phone-white{background:transparent url(phone-white.08ee3b35.1942efe27c5a8a0f.svg) no-repeat}.gbs-icon-itlphone-white{background:transparent url(itlphone-white.173e7c62.35a82927667375ad.svg) no-repeat}.gbs-icon-mailbox-white{background:transparent url(mailbox-white.f3f79f5b.63aea9b07d57f54c.svg) no-repeat}.gbs-icon-office-white{background:transparent url(office-white.ea2625d8.87ddb199e774c801.svg) no-repeat}.gbs-icon-apple{background:transparent url(apple.bc68d99f.3507b24835fb35d9.svg) no-repeat}.gbs-icon-apple-lime{background:transparent url(apple-lime.d37391b5.5b7e07088c385d27.svg) no-repeat}.gbs-icon-apple-vred{background:transparent url(apple-vred.5770420f.923a36da77b94840.svg) no-repeat}.gbs-icon-badge{background:transparent url(badge.f346f394.36c3bf9678406cb0.svg) no-repeat}.gbs-icon-badge-gray{background:transparent url(badge-greyb2.6996e5ad.38e04b1a5063db8c.svg) no-repeat}.gbs-icon-badge-vred{background:transparent url(badge-vred.67093911.5654f7c049a8e8e7.svg) no-repeat}.gbs-icon-chartup{background:transparent url(chartup.2257c3fc.58669346d0f4c2c4.svg) no-repeat}.gbs-icon-chartup-teal{background:transparent url(chartup-teal.e10b6f95.55c0d1db0ff50afd.svg) no-repeat}.gbs-icon-chartup-vred{background:transparent url(chartup-vred.6035ed80.af40809561736f5c.svg) no-repeat}.gbs-icon-coins-dollar-purple{background:transparent url(coin-purple.69c791f5.ac2fc2cad0747f7b.svg) no-repeat}.gbs-icon-coins-dollar-vred{background:transparent url(coin-vred.d158c062.310cdbc8e094d719.svg) no-repeat}.gbs-icon-coins-dollar{background:transparent url(coin.7764ba83.b2d18bbf14efa569.svg) no-repeat}.gbs-icon-coins-hand-aqua{background:transparent url(handcoin-aqua.649ae56f.00c1c884cc081b78.svg) no-repeat}.gbs-icon-coins-hand-vred{background:transparent url(handcoin-vred.c75294b1.2e63ac9366b29c30.svg) no-repeat}.gbs-icon-piggy-bank-orange{background:transparent url(piggybank-orange.d0768ceb.515c0baa6f85a424.svg) no-repeat}.gbs-icon-piggy-bank-vred{background:transparent url(piggybank-vred.4de5332c.a0b304881c9a550f.svg) no-repeat}.gbs-icon-star{background:transparent url(star.3b8bcd2d.64e00d17c3e68b70.svg) no-repeat}.gbs-icon-star-white{background:transparent url(star-w.8b6ca799.304c5aaba79aa683.svg) no-repeat}.gbs-icon-star-vred{background:transparent url(star-vred.d3b00171.301670b872ed576e.svg) no-repeat}.gbs-icon-star-slate{background:transparent url(star-slate.ec61a4b5.1a8a56cabf859aab.svg) no-repeat}.gbs-icon-lock-round{background:transparent url(lock-round.a5a7ce23.688a812b97113598.svg) no-repeat}.gbs-icon-lock-round-white{background:transparent url(lock-round-white.51dca39e.e7ceb27aa9736bfd.svg) no-repeat}.gbs-icon-lock-unlock-round{background:transparent url(lock-unlock-round.40c55d9d.e2c262a33858ea10.svg) no-repeat}.gbs-icon-lock-unlock-round-white{background:transparent url(lock-unlock-round-white.3fa90db4.bed2d7bfff47b5db.svg) no-repeat}.gbs-icon-clock{background:transparent url(clock.41fb225d.5f4b59c87f448917.svg) no-repeat}.gbs-icon-clock-white{background:transparent url(clock-white.6be31928.2247dbbba2e46d63.svg) no-repeat}.gbs-icon-clock-gray{background:transparent url(clock-b2grey.2abb346d.9ff0676149441309.svg) no-repeat}.gbs-icon-circle-up-arrow{background:transparent url(upload-1.b03c0449.8c7f3c57122b70a0.svg) no-repeat}.gbs-icon-circle-up-arrow-white{background:transparent url(upload-white.6ebe5d18.e7e21d07cdbff418.svg) no-repeat}.gbs-icon-circle-up-arrow-gray{background:transparent url(upload-b2grey.fefeed04.0ca17a821befd13e.svg) no-repeat}.gbs-icon-bubble-info{background:transparent url(bubble-information.8a738b47.4d7c57012156ef49.svg) no-repeat}.gbs-icon-bubble-info-white{background:transparent url(bubble-information-white.9880ed88.0c4aa081696b34ac.svg) no-repeat}.gbs-icon-circle-down-arrow{background:transparent url(upload-down.57601fe5.90983852bed90f38.svg) no-repeat}.gbs-icon-circle-down-arrow-white{background:transparent url(upload-down-white.72594380.786c4caa1729f921.svg) no-repeat}.gbs-icon-circle-down-arrow-gray{background:transparent url(upload-down-b2grey.62983b08.15cd37c8b076d7fc.svg) no-repeat}.gbs-icon-checkmark-green{background:transparent url(check-green.fba92098.8a2e4ea69e0dfc8c.svg) no-repeat}.gbs-icon-arrow-forward-inactive-red{background:transparent url(arrow-forward-inactive-red.eb0f59d3.57208031b938f7a9.svg) no-repeat}.gbs-icon-arrow-forward-teal-90{background:transparent url(arrow-forward-teal-90.13809a97.e6066c8b91ec4f3a.svg) no-repeat}.gbs-icon-arrow-forward,.gbs-icon-arrow-forward-black{background:transparent url(arrow-forward-black.f27eda83.62c076110b7fb499.svg) no-repeat}.gbs-icon-arrow-forward-white{background:transparent url(arrow-forward-white.2ef25620.5b38a48c54fdeaaa.svg) no-repeat}.gbs-icon-1-block-gray{background:transparent url(1-greyb2.a8824f05.aa548e3681e418ff.svg) no-repeat}.gbs-icon-2-block-gray{background:transparent url(2-greyb2.96a50c94.b4adb9de46c220aa.svg) no-repeat}.gbs-icon-3-block-gray{background:transparent url(3-greyb2.d4fef33f.416f3e91ade4c7da.svg) no-repeat}.gbs-icon-4-block-gray{background:transparent url(4-greyb2.cf68612c.22375672f4c362d2.svg) no-repeat}.gbs-icon-5-block-gray{background:transparent url(5-greyb2.d03908a4.53fcea5281882184.svg) no-repeat}.gbs-icon-6-block-gray{background:transparent url(6-greyb2.5c57eca7.4945491a7ff6a39d.svg) no-repeat}.gbs-icon-7-block-gray{background:transparent url(7-greyb2.497dcd2f.1cdd69269aee3c33.svg) no-repeat}.gbs-icon-8-block-gray{background:transparent url(8-greyb2.7ee375c7.0efc364a626a5779.svg) no-repeat}.gbs-icon-9-block-gray{background:transparent url(9-greyb2.3bb99a2a.536d1efead495c3f.svg) no-repeat}.gbs-icon-10-block-gray{background:transparent url(10-greyb2.4aed77b7.6f429ef169e54a33.svg) no-repeat}.gbs-icon-heart{background:transparent url(heart.95df6953.2bd5c564a7536190.svg) no-repeat}.gbs-icon-heart-white{background:transparent url(heart-white.a9287817.50815adfad0bf007.svg) no-repeat}.gbs-icon-heart-gray{background:transparent url(heart-greyb2.90dbe10e.089bd72a63e65f5c.svg) no-repeat}.gbs-icon-heart-filled-red{background:transparent url(heart-filled-red.6b2b4461.96cd20d6001b4608.svg) no-repeat}.gbs-icon-bookmark{background:transparent url(bookmark.3cff8b5b.ee06273d28701c15.svg) no-repeat}.gbs-icon-bookmark-white{background:transparent url(bookmark-white.3fdb16e7.4463e1220270b881.svg) no-repeat}.gbs-icon-bookmark-gray{background:transparent url(bookmark-greyb2.af1e71f3.9b92afd7f29fcad2.svg) no-repeat}.gbs-icon-bookmarked{background:transparent url(bookmark-filled.388bd901.bf05dc674148f001.svg) no-repeat}.gbs-icon-bookmarked-aqua{background:transparent url(bookmark-filled-aqua.95ba0cc1.ce1a14fd26e5638d.svg) no-repeat}.gbs-icon-share-white{background:transparent url(share-white.50c7a402.6712c0af94175d8a.svg) no-repeat}.gbs-icon-share-gray{background:transparent url(share-greyb2.8da02771.23c40ca2d88e7355.svg) no-repeat}.gbs-icon-founded-gray{background:transparent url(founded-grey.ce812cc1.cbb7baa5a0fc1cb8.svg) no-repeat}.gbs-icon-office-gray{background:transparent url(office-grey.84b85193.76af678a88835eda.svg) no-repeat}.gbs-icon-globe-gray{background:transparent url(globe-grey.7cba8304.51024d1388ab4943.svg) no-repeat}.gbs-icon-assets-gray{background:transparent url(assets-grey.5d47ae1e.050e1167240d9e06.svg) no-repeat}.gbs-icon-ownership-gray{background:transparent url(ownership-grey.e4a9268b.12a96d477b291f9d.svg) no-repeat}.gbs-icon-location-gray{background:transparent url(location-grey.7b0b5a21.15096d18d3e7bc69.svg) no-repeat}.gbs-icon-director-gray{background:transparent url(director-grey.a6a32d26.5be9d579d1f79287.svg) no-repeat}.gbs-icon-employees-gray{background:transparent url(employees-grey.a9bdf9dd.05ad59cbdf3387b1.svg) no-repeat}.gbs-icon-up-arrow-green{background:transparent url(arrow-up-green.104b9a46.32f764b91373727f.svg) no-repeat}.gbs-icon-down-arrow-red{background:transparent url(arrow-down-red.dd8dc15c.7dd7b18f67a88b99.svg) no-repeat}.gbs-icon-bubble-speak-white{background:transparent url(square-text-white.a507eff6.8751314d4c26d65b.svg) no-repeat}.gbs-icon-tag,.gbs-icon-tag-black{background:transparent url(tag-black.ae69811f.1d12bbeac7d18d75.svg) no-repeat}.gbs-icon-invest-coins,.gbs-icon-invest-coins-black{background:transparent url(invest-coins-black.fd62efb5.a2e28000a9427b1d.svg) no-repeat}.gbs-icon-invest-coins-white{background:transparent url(invest-coins-white.45c5b5f7.8ba8c5522b511c28.svg) no-repeat}.gbs-icon-external-link,.gbs-icon-external-link-black{background:transparent url(external-link-black.fa5703cb.3b791ca206168754.svg) no-repeat}.gbs-icon-external-link-gray{background:transparent url(external-link-grey.433cc607.8f6e99ee95d5da95.svg) no-repeat}.gbs-icon-calendar-no-number-gray{background:transparent url(calendar-no-number-grey.41cd604c.6e521bdc8a47181e.svg) no-repeat}.gbs-icon-inav-code-gray{background:transparent url(inav-code-grey.f51870f7.514c7b7e7c0aaf63.svg) no-repeat}.gbs-icon-founded,.gbs-icon-founded-black{background:transparent url(founded-black.dc607f3d.5887839b3710f2a3.svg) no-repeat}.gbs-icon-location,.gbs-icon-location-black{background:transparent url(location-black.18ff7c1c.e9fb3cd61569254d.svg) no-repeat}.gbs-icon-sort-up-down-gray{background:transparent url(sort-up-down-grey.36bd3038.2ddcfb26113685e2.svg) no-repeat}.gbs-icon-sort-up-gray-down-teal{background:transparent url(sort-up-grey-down-teal.a095518d.608241f35c37f2fd.svg) no-repeat}.gbs-icon-sort-up-teal-down-gray{background:transparent url(sort-up-teal-down-grey.8ae6ee66.304fbda87130b160.svg) no-repeat}.gbs-icon-pdf-gray{background:transparent url(pdf-grey.5a952b11.b16f181cfdada51e.svg) no-repeat}.gbs-icon-info-circle-teal{background:transparent url(info-circle-teal.3deffe8a.77c9fb1ebd63d134.svg) no-repeat}.au-r-icon-filter2,.gbs-icon-au-filter-gray{background:transparent url(filter-grey.3ec91363.dc3e7b246b550c2b.svg) no-repeat}.gbs-icon-arrow-back-white{background:transparent url(arrow-back-white.6c8a2dce.31dac688582bbc81.svg) no-repeat}.gbs-icon-award-gray{background:transparent url(awards-gray.6c2b734a.3a456049c9035057.svg) no-repeat}.gbs-icon-lock-grey{background:transparent url(lock-grey.4384affa.261db147dc4740be.svg) no-repeat}.gbs-icon-property-gray{background:transparent url(property-gray.7bc174ac.822e9895e69caeda.svg) no-repeat}.gbs-icon-share-based-fund{background:transparent url(share-based-funds-gray.884c66f3.876ce166f75435b7.svg) no-repeat}.gbs-icon-road-gray{background:transparent url(road-gray.d935096a.7879a21a48f452ab.svg) no-repeat}.gbs-icon-chart-pie-gray{background:transparent url(chart-pie-gray.3a028a09.2950c26db9449015.svg) no-repeat}.gbs-icon-coins-gray{background:transparent url(coins-gray.e7bf7bf2.38fdace423bcc256.svg) no-repeat}.gbs-icon-3-coins-gray{background:transparent url(3-coins-gray.6a52aca0.7094fbf56e6c53ef.svg) no-repeat}.gbs-icon-dollar-circle-grey{background:transparent url(dollar-circle-grey.eaf1d016.2b8e7635fea4b649.svg) no-repeat}.gbs-icon-read-more{background:transparent url(read-more.9d914e72.8232407688b3c8b6.svg) no-repeat}.gbs-icon-related-info{background:transparent url(related-info.f5382f43.609310cb85c426d2.svg) no-repeat}.gbs-icon-sort-up-teal{background:transparent url(sort-up-teal.d8385cb8.3b7cc28794cfb15a.svg) no-repeat}.gbs-icon-sort-down-teal{background:transparent url(sort-down-teal.d4ad7521.ef46175e804fbcc2.svg) no-repeat}.gbs-icon-announcement-white{background:transparent url(announcement-white.d003b071.303d288fe8b5d51c.svg) no-repeat}.gbs-icon-diversified-funds-gray{background:transparent url(diversified-funds-gray.397f1351.af7f24796375f82f.svg) no-repeat}.gbs-icon-doc-checklist{background:transparent url(doc-checklist.d823d22c.f23774baa0d0699f.svg) no-repeat}.gbs-icon-checked-box{background:transparent url(checked-box.548a0b61.73a167d8cd1a30f3.svg) no-repeat}.gbs-icon-client-friendly{background:transparent url(client-friendly.8a2601a7.9f1ffea0dafd72e7.svg) no-repeat}.gbs-icon-plus-circle-dark-red{background:transparent url(plus-circle-dark-red.76137274.a0ab202f9bf44a86.svg) no-repeat}.gbs-icon-check-circle-solid-dark-red{background:transparent url(check-mark-circle-dark-red.d8a368f8.54bad50b450e7633.svg) no-repeat}.gbs-icon-check-circle-teal{background:transparent url(check-mark-circle-teal.5dc907ae.241c2c3fd9a6a4ef.svg) no-repeat}.gbs-icon-11-block-gray{background:transparent url(11-greyb2.287156cd.d1b2f44f8cbd0f32.svg) no-repeat}.gbs-icon-12-block-gray{background:transparent url(12-greyb2.661b1bbe.f1cb0ddc5c6a40a6.svg) no-repeat}.gbs-icon-13-block-gray{background:transparent url(13-greyb2.7464f058.a076b8c53d1dc440.svg) no-repeat}.gbs-icon-14-block-gray{background:transparent url(14-greyb2.24d2b384.36e1da128364f23a.svg) no-repeat}.gbs-icon-15-block-gray{background:transparent url(15-greyb2.c0a76ca7.b1359ca97e450e85.svg) no-repeat}.gbs-icon-16-block-gray{background:transparent url(16-greyb2.1b60c820.4e66dea091c917ee.svg) no-repeat}.gbs-icon-17-block-gray{background:transparent url(17-greyb2.c04c3633.e7198bfbb983a749.svg) no-repeat}.gbs-icon-18-block-gray{background:transparent url(18-greyb2.8c1311e4.67fb01cf67ebf22a.svg) no-repeat}.gbs-icon-19-block-gray{background:transparent url(19-greyb2.f9d56eaf.03244585a1be0ef0.svg) no-repeat}.gbs-icon-20-block-gray{background:transparent url(20-greyb2.e41b4b21.05f1909cf16a1a8c.svg) no-repeat}.gbs-icon-replace-vg-red{background:transparent url(replace-vg-red.9bcaa45e.48bbef0bc946a261.svg) no-repeat}.gbs-icon-arrow-right-purple{background:transparent url(arrow-right-purple.9e8b5116.3121365c010fd56a.svg) no-repeat}.gbs-icon-arrow-right-navy{background:transparent url(arrow-right-navy.f8cb7049.6b9b7465b4b67123.svg) no-repeat}.gbs-icon-arrow-right-cool-grey{background:transparent url(arrow-right-cool-grey.1931184b.fe6483feb677e961.svg) no-repeat}.gbs-icon-3-pie-chart-grey{background:transparent url(3-pie-chart-grey.92628df5.23a0a2f284bcd63f.svg) no-repeat}.gbs-icon-ca-flag{background:transparent url(circle-ca-flag.9cae873a.d4adf97a839e56bc.svg) no-repeat}.gbs-icon-de-flag{background:transparent url(circle-de-flag.feca6e29.7b695cca66d00bac.svg) no-repeat}.gbs-icon-uk-flag{background:transparent url(circle-uk-flag.61c2838f.9d02a26e7a5ea838.svg) no-repeat}.gbs-icon-mx-flag{background:transparent url(circle-flag-mx.3852233d.459850cfdc2082d1.jpg) no-repeat}.gbs-icon-us-flag{background:transparent url(circle-us-flag.68f5011f.fbd172c4509c6998.svg) no-repeat}.gbs-icon-circle-globe{background:transparent url(circle-globe.76740f8c.242bbfe21cae36d7.svg) no-repeat}.gbs-icon-more-dots{background:transparent url(more-dots-black-2.fa0d8698.0e8717f82200bdc4.svg) no-repeat}.gbs-icon-more-dots-grey{background:transparent url(more-dots-grey-2.3e891151.13e3e198fed1a8be.svg) no-repeat}.gbs-icon-goals-high{background:transparent url(goals-high.391f2b3e.77f17fb3a3bd454f.svg) no-repeat}.gbs-icon-goals-low{background:transparent url(goals-low.561d41bf.2804b625f05fad81.svg) no-repeat}.gbs-icon-goals-medium{background:transparent url(goals-medium.f7727f21.ba7b3eec8fc041f0.svg) no-repeat}.gbs-icon-risk-high{background:transparent url(risk-high.39ba4d0a.fce57062599fdeb0.svg) no-repeat}.gbs-icon-risk-medium{background:transparent url(risk-medium.07dbc388.5ba81939b8bcbf6d.svg) no-repeat}.gbs-icon-risk-low{background:transparent url(risk-low.6aa772c4.a6fd7b83afc1acb0.svg) no-repeat}.gbs-icon-document-vg-red{background:transparent url(document-vg-red.80f95505.6f0e1216f4f48933.svg) no-repeat}.gbs-icon-chart-pie-vg-red{background:transparent url(chart-pie-3-vg-red.1659ecfa.5b2555c1502d0423.svg) no-repeat}.gbs-icon-bar-chart-line-vg-red{background:transparent url(chart-line-vg-red.e7b14c00.7c0c25875d949881.svg) no-repeat}.gbs-icon-play-vg-red{background:transparent url(play-vg-red.687af1bc.047628dcf86e6c30.svg) no-repeat}.gbs-banner-img{background-repeat:no-repeat;background-size:cover}.gbs-banner-container{width:100%;max-width:1280px;margin:0 auto;padding:32px 16px}@media screen and (min-width: 37.5em){.gbs-banner-xs-size{min-height:96px}.gbs-banner-sm-size{min-height:192px}.gbs-banner-sm-size .gbs-banner-container{padding:40px 16px 32px}.gbs-banner-md-size{min-height:288px}.gbs-banner-md-size .gbs-banner-container{padding:48px 16px 40px}.gbs-banner-lg-size{min-height:384px}.gbs-banner-lg-size .gbs-banner-container{padding:56px 16px 48px}.gbs-banner-xl-size{min-height:480px}.gbs-banner-xl-size .gbs-banner-container{padding:64px 16px 56px}.gbs-banner-xxl-size{min-height:576px}.gbs-banner-xxl-size .gbs-banner-container{padding:136px 16px 32px}}@media screen and (min-width: 62.625em){.gbs-banner-container{padding-left:24px;padding-right:24px}}.gbs-context-bar,.gbs-context-bar-white{max-width:1280px;padding:0 16px;margin:0 auto}.gbs-context-bar-white ol,.gbs-context-bar ol{margin-bottom:0}.gbs-context-bar-white ol li,.gbs-context-bar ol li{display:inline-block;background-repeat:no-repeat;background-position:100%;background-size:9px 9px;padding:12px 23px 12px 0;margin:0 10px 0 0;list-style-type:none}.gbs-context-bar-white ol li:last-child,.gbs-context-bar ol li:last-child{margin:0}.gbs-context-bar ol li{background-image:url(cb-arrow.a24891a9.3151a929abc548ae.svg)}.gbs-context-bar-white ol li{background-image:url(cb-arrow-white.8d372627.2cf55f508ab5b559.svg)}.gbs-context-bar-white ol li a{color:#fff}@media screen and (min-width: 62.625em){.gbs-context-bar,.gbs-context-bar-white{padding:0 24px}}table.col-width-2 thead th{width:50%}table.col-width-3 thead th{width:33.33333%}table.col-width-4 thead th{width:25%}table.col-width-5 thead th{width:20%}table.col-width-6 thead th{width:16.66667%}table.col-width-7 thead th{width:14.28571%}table.col-width-8 thead th{width:12.5%}.plTDmessage{background-color:#f4f4f4}th,tr.gbs-total-row td{font-family:Univers-Condensed-Medium,Arial,sans-serif!important;font-size:1.5rem;line-height:1.8rem;padding:9px 6px;vertical-align:bottom;text-align:left}td,th.gbs-td-style{font-family:Univers-Condensed-Regular,Arial,sans-serif!important;font-size:1.5rem;line-height:2.4rem;padding:6px;vertical-align:baseline}td.gbs-th-style,th{background-color:#f4f4f4}th.gbs-td-style{background-color:#fff!important}.pl-table-width td.gbs-th-style,.pl-table-width th{background-color:transparent}tbody{border-bottom:1px solid #f4f4f4;padding:6px}.gbs-table-on-background tbody,.gbs-table-on-background tr>th{border:none}table.pl-table-width tr>td,table.pl-table-width tr>th.gbs-td-style{border-bottom:1px solid #f4f4f4}.gbs-table-on-background tr>td,.gbs-table-on-background tr>th.gbs-td-style{border-top:1px solid #d9d9d9}.gbs-table-on-background tr:first-child>td,.gbs-table-on-background tr:first-child>th.gbs-td-style{border-top:0}.gbs-table-on-background tr>td:first-child,.gbs-table-on-background tr>th:first-child{padding-left:0}.gbs-table-on-background tr>td:last-child,.gbs-table-on-background tr>th:last-child{padding-right:0}.gbs-table-on-background th.gbs-td-style{background-color:transparent!important;border-top:1px solid #d9d9d9}.gbs-table-on-background th{background-color:transparent!important}td h2,td h3{margin-bottom:0}.gbs-scroll-table{width:100%;overflow:auto;-webkit-overflow-scrolling:touch}.gbs-scroll-table .gbs-data-table>thead>tr>th{height:auto;padding-bottom:0}.gbs-table-cell-font{font-family:Univers-Condensed-Regular,Arial,sans-serif;font-size:1.5rem;line-height:2.4rem;padding:6px;margin-bottom:0}.productTypeRow{border-bottom:1px solid #f4f4f4;padding:18px 0;cursor:pointer}.overflowXScroll{overflow-x:scroll}.gbsScrollTableContainer{width:100%;min-height:65px}.gbsScrollTableContainer.gbsExpandCollaspe{min-height:54px;padding-top:9px;padding-left:9px;background-color:#f4f4f4;border:1px solid transparent}.gbsScrollTableContainer.gbsExpandCollaspe:focus{border:1px dotted #1a1a1a}.gbsScrollTableLeftContainer{width:80%;display:inline-block;position:absolute}.gbsScrollTableLeftContainer>h2{line-height:3.6rem}.gbsScrollTableRightContainer{width:13%;display:inline-block;position:absolute;right:9px;text-align:right;padding-right:8px}.gbsScrollTableRightContainer>.gbs-icon-36-right{margin-left:0}table.pl-table-width tr>th{white-space:nowrap}table.gbs-data-table-new{font-family:Univers-Basic-Regular,Arial,"sans-serif"!important}table.gbs-data-table-new td.gbs-th-style,table.gbs-data-table-new th{height:84px;color:#666;font-family:Univers-Basic-Regular,Arial,"sans-serif"!important;font-size:1.2rem;line-height:2rem;letter-spacing:.001rem;text-transform:uppercase;background-color:#f6f6f6;padding:8px;border-left:2px solid #fff;vertical-align:bottom;border-bottom:none!important}th button .gbs-tool-tip{color:#666!important;font-family:Univers-Basic-Regular,Arial,sans-serif!important;font-size:1.2rem!important;line-height:2rem!important;letter-spacing:.001rem!important;text-transform:uppercase}table.gbs-data-table-new th:first-child{border-left:none}table.gbs-data-table-new td,table.gbs-data-table-new th.gbs-td-style{height:64px;padding:0 4px;font-family:Univers-Basic-Regular,Arial,"sans-serif"!important;font-size:1.5rem;line-height:2.4rem}table.gbs-data-table-new tr td{border-bottom:1px solid #e5e5e5;vertical-align:middle}table.gbs-data-table-new tr td.gbs-data-table-colgroup,table.gbs-data-table-new tr th.gbs-data-table-colgroup{height:80px;font-family:Univers-Basic-Regular,Arial,sans-serif!important;font-size:2.4rem;line-height:2.4rem;border-bottom:none;padding-bottom:20px;vertical-align:bottom;background-color:transparent;text-transform:none;color:#1a1a1a}table.gbs-data-table-new tbody{border:none;padding:0}.tablehead15-medium,.tablehead15-regular{font-size:1.5rem;line-height:2rem;margin-bottom:8px}.tablehead15-medium{font-family:Univers-Basic-Medium,Arial,"sans-serif"!important}.gbs-data-table-colgroup-13,td.gbs-data-table-colgroup-13{font-size:1.3rem;font-family:Univers-Basic-Regular,Arial,"sans-serif"!important;text-transform:none}th sup{vertical-align:baseline;margin-left:4px}table.gbs-content-table td.gbs-th-style,table.gbs-content-table th,table.gbs-content-table tr.gbs-total-row td{font-family:Univers-Basic-Medium,Arial,"sans-serif"!important;font-size:1.4rem}table.gbs-content-table td.gbs-th-style,table.gbs-content-table th{vertical-align:text-top;background-color:#f4f4f4!important}table.gbs-content-table td,table.gbs-content-table th.gbs-td-style{font-family:Univers-Basic-Regular,Arial,"sans-serif"!important;font-size:1.4rem}table.gbs-content-table{margin-bottom:3.2rem}@media screen and (min-width: 23.4em){.gbsScrollTableContainer{min-height:50px}}@media screen and (min-width: 48em){.pl-table-width{min-width:1020px}.gbsScrollTableRightContainer{padding-right:16px}}@media screen and (min-width: 62.625em){table.pl-table-width tr>td,table.pl-table-width tr>th.gbs-td-style{border-top:1px solid #f4f4f4;border-bottom:0}table.pl-table-width tr>th{white-space:normal!important}.overflowXScroll{overflow:hidden}.pl-table-width{width:100%;min-width:100%!important}.pl-table-width td.gbs-th-style,.pl-table-width th{background-color:#f4f4f4}th.gbs-border-right{border-right:1px solid #fff}td.gbs-border-right{border-right:1px solid #f4f4f4}th.gbs-border-left{border-left:1px solid #fff}td.gbs-border-left{border-left:1px solid #f4f4f4}}@media screen and (min-width: 80em){.gbsScrollTableContainer{position:relative}.gbsScrollTableRightContainer{right:8px;padding-right:0}}.gbs-positive-text,.posText{color:green!important}.gbs-negative-text,.negText{color:#e00000!important}.posText:before{content:"+";padding-right:2px}.negText:before{content:"\2212";padding-right:2px}.gbsemdash:before{content:"\2014";color:#1a1a1a}.gbsBenchmarkFont{color:#666}.plTDmessage{background-color:transparent!important}table.gbs-data-table-new tr td.plTDmessage{border:1px solid #efab1f!important}.pl-table-width{min-width:620px;-webkit-overflow-scrolling:touch}#enterprise-ul,.enterprise-ul ul{margin-bottom:2.4rem}#enterprise-ul ul li,.enterprise-ul ul li{font-size:1.6rem;line-height:2.4rem;margin-bottom:.8rem;margin-left:2rem;list-style-type:square}.enterprise-br br:first-child{display:none}@media screen and (min-width: 37.5em){.pl-table-width{min-width:780px}}@media screen and (min-width: 48em){.pl-table-width{min-width:1020px}.progress-container{width:100%;height:1.1px;background:#ccc}.progress-bar{height:1.1px;background:#000}.gbs-active,a.gbs-active{color:#000;font-family:Univers-Basic-Regular,Arial,sans-serif!important;font-size:16px}a.gbs-active:hover{border-bottom:none;cursor:default}li.gbs-active>div.progress-container{display:block!important}li>div.progress-container{display:none}li.gbs-active{border-left:4px solid #000;padding-left:16px!important}}@media screen and (max-width: 1001px){.bbSMwidth,.bbXSwidth,.bbXXSwidth{min-width:120px}.bbMDwidth,.bbXMDwidth{min-width:140px}.bbLGwidth,.bbXLwidth,.bbXXLwidth{min-width:210px}}@media screen and (min-width: 62.625em){.floatingHeader{position:fixed;top:0;display:table}.floatingHeader.hide{display:none}.bbXXSwidth{width:7%}.bbXSwidth{width:9%}.bbSMwidth{width:10%}.bbXMDwidth{width:12%}.bbMDwidth{width:15%}.bbLGwidth{width:20%}.bbXLwidth{width:50%}.bbXXLwidth{width:70%}}.gbs-gdpr-cookie-drawer{position:fixed;bottom:0;left:0;background-color:#4d4d4d;color:#fff;width:100%;opacity:.95;transform:translateY(100%);transition:transform .5s}.gbs-gdpr-cookie-drawer.gbs-show-cookie-drawer{transform:translateY(0)}.gbs-gdpr-disclaimer,.gbs-gdpr-site-preference{transition:transform .5s;float:left;width:50%;position:relative}.gbs-gdpr-card-group{width:200%;overflow:hidden}.gbs-gdpr-disclaimer{transform:translate(-100%)}.gbs-gdpr-site-preference{transform:translate(100%);height:0;visibility:hidden}.gbs-gdpr-disclaimer.gbs-gdpr-active-card{transform:translate(0)}.gbs-gdpr-site-preference.gbs-gdpr-active-card{transform:translate(-100%);height:auto;visibility:visible}.gbs-gdpr-site-preference legend{width:100%}.gbs-gdpr-site-preference .gbs-input[type=radio]:focus:after,.gbs-gdpr-site-preference [class*=gbs-icon-close]:focus{border:1px dotted #fff}.gbs-gdpr-site-preference .gbs-input[type=radio]:focus+label:before{border:1px solid #fff}a.feedbackLink.floatingFeedback{position:fixed!important;bottom:0;left:auto!important;background-color:#61584b;right:0;padding:9px;margin:0;text-align:right;color:#fff;text-decoration:none;border:none;font-size:16px;z-index:500}a.feedbackLink.floatingFeedback:before{background-image:url(oo_icon_w.a19d0dce.177265ed872ce068.gif);background-size:cover;background-repeat:no-repeat;width:13px;height:13px;display:inline-block;content:"";margin-right:9px}.opinion_labs a,.opinion_labs a:active,.opinion_labs a:link,.opinion_labs a:visited{line-height:1.5}body.no-text .opinion_labs a{bottom:72px;font-size:0;padding:9px 0 0 9px}body.fr-feedback .opinion_labs a{font-size:0}body.fr-feedback .opinion_labs a:after{content:"Commentaires";font-size:16px}#surveyButton{margin-bottom:10px;position:fixed!important;bottom:72px;right:0;z-index:500}#feedbackLink{float:right;position:fixed;bottom:8px;right:8px}#feedbackLink a.gbs-button{margin:0!important}.hide-opinion-lab #opinion_labs{display:none}@media screen and (min-width: 48em){a.feedbackLink.floatingFeedback{margin-bottom:0}}@media only screen and (max-width: 1238px){.opinion_labs,.opinion_labs .screen_reader{display:inherit!important}}.gbs-animate-up-10,.gbs-animate-up-10:hover{transition:transform .5s ease}.gbs-animate-up-10:hover{transform:translateY(-10px)}.gbs-animate-up-8,.gbs-animate-up-8:hover{transition:transform .8s ease}.gbs-animate-up-8:hover{transform:translateY(-8px)}.gbs-background-position-left-top{background-position:0 0}.gbs-background-position-center-top{background-position:top}.gbs-background-position-right-top{background-position:100% 0}.gbs-background-position-left-center{background-position:0}.gbs-background-position-center{background-position:50%}.gbs-background-position-right-center{background-position:100%}.gbs-background-position-left-bottom{background-position:0 100%}.gbs-background-position-center-bottom{background-position:bottom}.gbs-background-position-right-bottom{background-position:100% 100%}.gbs-rectangle-img-height-60{padding-bottom:60%}.gbs-rectangle-img-height-60,.gbs-rectangle-img-height-90{background-position:0;background-repeat:no-repeat;background-size:cover;height:100%}.gbs-rectangle-img-height-90{padding-bottom:90%}.gbs-square-img-height-100{padding-bottom:100%}.gbs-rectangle-img-2-1-ratio,.gbs-square-img-height-100{background-position:0;background-repeat:no-repeat;background-size:cover;height:100%}.gbs-rectangle-img-2-1-ratio{padding-bottom:50%}.gbs-rectangle-img-2-1-ratio-container{background-position:0;background-repeat:no-repeat;background-size:cover;position:relative;padding-bottom:50%;height:0}.gbs-rectangle-img-content-container{position:absolute;top:0;left:0;width:100%;height:100%}.gbs-info-graphic-104{height:104px;width:104px}.gbs-portrait-circle-80{height:80px;width:80px}.gbs-portrait-circle-136{height:136px;width:136px}.gbs-portrait-circle-180{height:180px;width:180px}.gbs-portrait-circle-184{height:184px;width:184px}@media screen and (max-width: 599px){.gbs-background-position-left-top-on-xsmall{background-position:0 0}.gbs-background-position-center-top-on-xsmall{background-position:top}.gbs-background-position-right-top-on-xsmall{background-position:100% 0}.gbs-background-position-left-center-on-xsmall{background-position:0}.gbs-background-position-center-on-xsmall{background-position:50%}.gbs-background-position-right-center-on-xsmall{background-position:100%}.gbs-background-position-left-bottom-on-xsmall{background-position:0 100%}.gbs-background-position-center-bottom-on-xsmall{background-position:bottom}.gbs-background-position-right-bottom-on-xsmall{background-position:100% 100%}}@media screen and (min-width: 37.5em){.gbs-background-position-left-top-on-small{background-position:0 0}.gbs-background-position-center-top-on-small{background-position:top}.gbs-background-position-right-top-on-small{background-position:100% 0}.gbs-background-position-left-center-on-small{background-position:0}.gbs-background-position-center-on-small{background-position:50%}.gbs-background-position-right-center-on-small{background-position:100%}.gbs-background-position-left-bottom-on-small{background-position:0 100%}.gbs-background-position-center-bottom-on-small{background-position:bottom}.gbs-background-position-right-bottom-on-small{background-position:100% 100%}}@media screen and (min-width: 48em){.gbs-background-position-left-top-on-medium{background-position:0 0}.gbs-background-position-center-top-on-medium{background-position:top}.gbs-background-position-right-top-on-medium{background-position:100% 0}.gbs-background-position-left-center-on-medium{background-position:0}.gbs-background-position-center-on-medium{background-position:50%}.gbs-background-position-right-center-on-medium{background-position:100%}.gbs-background-position-left-bottom-on-medium{background-position:0 100%}.gbs-background-position-center-bottom-on-medium{background-position:bottom}.gbs-background-position-right-bottom-on-medium{background-position:100% 100%}}@media screen and (min-width: 62.625em){.gbs-background-position-left-top-on-large{background-position:0 0}.gbs-background-position-center-top-on-large{background-position:top}.gbs-background-position-right-top-on-large{background-position:100% 0}.gbs-background-position-left-center-on-large{background-position:0}.gbs-background-position-center-on-large{background-position:50%}.gbs-background-position-right-center-on-large{background-position:100%}.gbs-background-position-left-bottom-on-large{background-position:0 100%}.gbs-background-position-center-bottom-on-large{background-position:bottom}.gbs-background-position-right-bottom-on-large{background-position:100% 100%}}@media screen and (min-width: 80em){.gbs-background-position-left-top-on-xlarge{background-position:0 0}.gbs-background-position-center-top-on-xlarge{background-position:top}.gbs-background-position-right-top-on-xlarge{background-position:100% 0}.gbs-background-position-left-center-on-xlarge{background-position:0}.gbs-background-position-center-on-xlarge{background-position:50%}.gbs-background-position-right-center-on-xlarge{background-position:100%}.gbs-background-position-left-bottom-on-xlarge{background-position:0 100%}.gbs-background-position-center-bottom-on-xlarge{background-position:bottom}.gbs-background-position-right-bottom-on-xlarge{background-position:100% 100%}}.gbs-error-message,.gbs-warning-message{border:1px solid #ccc;border-top:4px solid #ccc;border-radius:0 0 3px 3px;padding:16px;position:relative;margin-bottom:16px}.gbs-warning-message{border-top-color:#fc0}.gbs-error-message{border-top-color:#da0000}@media print{.gbs-video-container,.gbsNavBar,.gbsNavSearch,.gbsNavUtilityBar,.scrollComponent,.social-media,[class*=gbs-banner-],footer,gbs-related-articles,share-popup{display:none}header{border-bottom:2px solid #96151d}.logo-container{background-image:url(https://static.vgcontent.info/crp/intl/intlcommon/v4.3/images/logo.png)!important}h2{line-height:28px;margin-bottom:15px}@page{size:auto;margin:20mm}h3{line-height:20px;margin-bottom:6px}h2,h3{page-break-after:avoid}a:link{font-weight:700;text-decoration:none}a[href^=http]:after{content:" <" attr(href) "> "}img,table{page-break-before:auto;page-break-after:auto;page-break-inside:avoid}}.active,.active .gbs-tool-tip,.closed,.closed .gbs-tool-tip,.new,.new .gbs-tool-tip,.updated,.updated .gbs-tool-tip{font-family:Univers-Condensed-Medium,Arial,"sans-serif"!important;font-size:1.4rem;color:#fff;border-radius:3px;padding:3px;text-transform:uppercase;line-height:1.4rem;border-bottom:none!important}.active,.new{padding:2px 3px}.active,.closed,.new,.updated{margin-right:6px}.new{background-color:#96151d}.updated{background-color:#815160}.closed{background-color:#666}.active{background-color:#005293}.closed:focus,.updated:focus{outline-offset:-2px}.closed:focus,.closed:hover,.updated:focus,.updated:hover{box-shadow:inset 0 0 2000px #0009}[class*=gbs-indicator-],[class*=gbs-indicator-] .gbs-tool-tip{font-family:Univers-Condensed-Medium,Arial,"sans-serif"!important;font-size:1.4rem;color:#fff;border-radius:3px;text-transform:uppercase;line-height:1.4rem;border-bottom:none!important}.gbs-indicator-white,[class*=gbs-indicator-]{padding:3px}[class*=gbs-indicator-]{margin-right:6px}.gbs-indicator-new{background-color:#96151d}.gbs-indicator-updated{background-color:#815160}.gbs-indicator-closed{background-color:#666}.gbs-indicator-active{background-color:#005293}.gbs-indicator-white,.gbs-indicator-white .gbs-tool-tip{background-color:#fff;color:#1a1a1a}.gbs-indicator-closed:focus,.gbs-indicator-updated:focus{outline-offset:-2px}button.gbs-indicator-white:focus,button.gbs-indicator-white:focus .gbs-tool-tip,button.gbs-indicator-white:hover,button.gbs-indicator-white:hover .gbs-tool-tip,button[class*=gbs-indicator-]:focus,button[class*=gbs-indicator-]:hover{background-color:#ccc}.gbs-padding-3{padding:3px!important}.gbs-padding-6{padding:6px!important}.gbs-padding-9{padding:9px!important}.gbs-padding-12{padding:12px!important}.gbs-padding-18{padding:18px!important}.gbs-padding-21{padding:21px!important}.gbs-padding-27{padding:27px!important}.gbs-padding-36{padding:36px!important}.gbs-padding-45{padding:45px!important}.gbs-padding-54{padding:54px!important}.gbs-padding-63{padding:63px!important}.gbs-padding-72{padding:72px!important}.gbs-padding-81{padding:81px!important}.gbs-padding-top-3{padding-top:3px!important}.gbs-padding-top-6{padding-top:6px!important}.gbs-padding-top-9{padding-top:9px!important}.gbs-padding-top-12{padding-top:12px!important}.gbs-padding-top-18{padding-top:18px!important}.gbs-padding-top-21{padding-top:21px!important}.gbs-padding-top-27{padding-top:27px!important}.gbs-padding-top-36{padding-top:36px!important}.gbs-padding-top-45{padding-top:45px!important}.gbs-padding-top-54{padding-top:54px!important}.gbs-padding-top-63{padding-top:63px!important}.gbs-padding-top-72{padding-top:72px!important}.gbs-padding-top-81{padding-top:81px!important}.gbs-padding-top-120{padding-top:120px!important}.gbs-padding-top-200{padding-top:200px!important}.gbs-padding-right-3{padding-right:3px!important}.gbs-padding-right-6{padding-right:6px!important}.gbs-padding-right-9{padding-right:9px!important}.gbs-padding-right-12{padding-right:12px!important}.gbs-padding-right-18{padding-right:18px!important}.gbs-padding-right-21{padding-right:21px!important}.gbs-padding-right-27{padding-right:27px!important}.gbs-padding-right-36{padding-right:36px!important}.gbs-padding-right-45{padding-right:45px!important}.gbs-padding-right-54{padding-right:54px!important}.gbs-padding-right-63{padding-right:63px!important}.gbs-padding-right-72{padding-right:72px!important}.gbs-padding-right-81{padding-right:81px!important}.gbs-padding-bottom-3{padding-bottom:3px!important}.gbs-padding-bottom-6{padding-bottom:6px!important}.gbs-padding-bottom-9{padding-bottom:9px!important}.gbs-padding-bottom-12{padding-bottom:12px!important}.gbs-padding-bottom-18{padding-bottom:18px!important}.gbs-padding-bottom-21{padding-bottom:21px!important}.gbs-padding-bottom-27{padding-bottom:27px!important}.gbs-padding-bottom-36{padding-bottom:36px!important}.gbs-padding-bottom-45{padding-bottom:45px!important}.gbs-padding-bottom-54{padding-bottom:54px!important}.gbs-padding-bottom-63{padding-bottom:63px!important}.gbs-padding-bottom-72{padding-bottom:72px!important}.gbs-padding-left-3{padding-left:3px!important}.gbs-padding-left-6{padding-left:6px!important}.gbs-padding-left-9{padding-left:9px!important}.gbs-padding-left-12{padding-left:12px!important}.gbs-padding-left-18{padding-left:18px!important}.gbs-padding-left-21{padding-left:21px!important}.gbs-padding-left-27{padding-left:27px!important}.gbs-padding-left-36{padding-left:36px!important}.gbs-padding-left-45{padding-left:45px!important}.gbs-padding-left-54{padding-left:54px!important}.gbs-padding-left-63{padding-left:63px!important}.gbs-padding-left-72{padding-left:72px!important}.gbs-padding-left-81{padding-left:81px!important}.gbs-margin-top-3{margin-top:3px!important}.gbs-margin-top-6{margin-top:6px!important}.gbs-margin-top-9{margin-top:9px!important}.gbs-margin-top-12{margin-top:12px!important}.gbs-margin-top-18{margin-top:18px!important}.gbs-margin-top-21{margin-top:21px!important}.gbs-margin-top-27{margin-top:27px!important}.gbs-margin-top-36{margin-top:36px!important}.gbs-margin-top-45{margin-top:45px!important}.gbs-margin-top-54{margin-top:54px!important}.gbs-margin-top-63{margin-top:63px!important}.gbs-margin-top-72{margin-top:72px!important}.gbs-margin-top-81{margin-top:81px!important}.gbs-margin-right-3{margin-right:3px!important}.gbs-margin-right-6{margin-right:6px!important}.gbs-margin-right-9{margin-right:9px!important}.gbs-margin-right-12{margin-right:12px!important}.gbs-margin-right-18{margin-right:18px!important}.gbs-margin-right-21{margin-right:21px!important}.gbs-margin-right-27{margin-right:27px!important}.gbs-margin-right-36{margin-right:36px!important}.gbs-margin-right-45{margin-right:45px!important}.gbs-margin-right-54{margin-right:54px!important}.gbs-margin-right-63{margin-right:63px!important}.gbs-margin-right-72{margin-right:72px!important}.gbs-margin-right-81{margin-right:81px!important}.gbs-margin-bottom-3{margin-bottom:3px!important}.gbs-margin-bottom-6{margin-bottom:6px!important}.gbs-margin-bottom-9{margin-bottom:9px!important}.gbs-margin-bottom-12{margin-bottom:12px!important}.gbs-margin-bottom-18{margin-bottom:18px!important}.gbs-margin-bottom-21{margin-bottom:21px!important}.gbs-margin-bottom-27{margin-bottom:27px!important}.gbs-margin-bottom-36{margin-bottom:36px!important}.gbs-margin-bottom-45{margin-bottom:45px!important}.gbs-margin-bottom-54{margin-bottom:54px!important}.gbs-margin-bottom-63{margin-bottom:63px!important}.gbs-margin-bottom-72{margin-bottom:72px!important}.gbs-margin-bottom-81{margin-bottom:81px!important}.gbs-margin-left-3{margin-left:3px!important}.gbs-margin-left-6{margin-left:6px!important}.gbs-margin-left-9{margin-left:9px!important}.gbs-margin-left-12{margin-left:12px!important}.gbs-margin-left-18{margin-left:18px!important}.gbs-margin-left-21{margin-left:21px!important}.gbs-margin-left-27{margin-left:27px!important}.gbs-margin-left-36{margin-left:36px!important}.gbs-margin-left-45{margin-left:45px!important}.gbs-margin-left-54{margin-left:54px!important}.gbs-margin-left-63{margin-left:63px!important}.gbs-margin-left-72{margin-left:72px!important}.gbs-margin-left-81{margin-left:81px!important}@media screen and (max-width: 599px){.gbs-padding-3-on-xsmall{padding:3px!important}.gbs-padding-6-on-xsmall{padding:6px!important}.gbs-padding-9-on-xsmall{padding:9px!important}.gbs-padding-12-on-xsmall{padding:12px!important}.gbs-padding-18-on-xsmall{padding:18px!important}.gbs-padding-21-on-xsmall{padding:21px!important}.gbs-padding-27-on-xsmall{padding:27px!important}.gbs-padding-36-on-xsmall{padding:36px!important}.gbs-padding-45-on-xsmall{padding:45px!important}.gbs-padding-54-on-xsmall{padding:54px!important}.gbs-padding-63-on-xsmall{padding:63px!important}.gbs-padding-72-on-xsmall{padding:72px!important}.gbs-padding-81-on-xsmall{padding:81px!important}.gbs-padding-top-3-on-xsmall{padding-top:3px!important}.gbs-padding-top-6-on-xsmall{padding-top:6px!important}.gbs-padding-top-9-on-xsmall{padding-top:9px!important}.gbs-padding-top-12-on-xsmall{padding-top:12px!important}.gbs-padding-top-18-on-xsmall{padding-top:18px!important}.gbs-padding-top-21-on-xsmall{padding-top:21px!important}.gbs-padding-top-27-on-xsmall{padding-top:27px!important}.gbs-padding-top-36-on-xsmall{padding-top:36px!important}.gbs-padding-top-45-on-xsmall{padding-top:45px!important}.gbs-padding-top-54-on-xsmall{padding-top:54px!important}.gbs-padding-top-63-on-xsmall{padding-top:63px!important}.gbs-padding-top-72-on-xsmall{padding-top:72px!important}.gbs-padding-top-81-on-xsmall{padding-top:81px!important}.gbs-padding-right-3-on-xsmall{padding-right:3px!important}.gbs-padding-right-6-on-xsmall{padding-right:6px!important}.gbs-padding-right-9-on-xsmall{padding-right:9px!important}.gbs-padding-right-12-on-xsmall{padding-right:12px!important}.gbs-padding-right-18-on-xsmall{padding-right:18px!important}.gbs-padding-right-21-on-xsmall{padding-right:21px!important}.gbs-padding-right-27-on-xsmall{padding-right:27px!important}.gbs-padding-right-36-on-xsmall{padding-right:36px!important}.gbs-padding-right-45-on-xsmall{padding-right:45px!important}.gbs-padding-right-54-on-xsmall{padding-right:54px!important}.gbs-padding-right-63-on-xsmall{padding-right:63px!important}.gbs-padding-right-72-on-xsmall{padding-right:72px!important}.gbs-padding-right-81-on-xsmall{padding-right:81px!important}.gbs-padding-bottom-3-on-xsmall{padding-bottom:3px!important}.gbs-padding-bottom-6-on-xsmall{padding-bottom:6px!important}.gbs-padding-bottom-9-on-xsmall{padding-bottom:9px!important}.gbs-padding-bottom-18-on-xsmall{padding-bottom:18px!important}.gbs-padding-bottom-21-on-xsmall{padding-bottom:21px!important}.gbs-padding-bottom-27-on-xsmall{padding-bottom:27px!important}.gbs-padding-bottom-36-on-xsmall{padding-bottom:36px!important}.gbs-padding-bottom-45-on-xsmall{padding-bottom:45px!important}.gbs-padding-bottom-54-on-xsmall{padding-bottom:54px!important}.gbs-padding-bottom-63-on-xsmall{padding-bottom:63px!important}.gbs-padding-bottom-72-on-xsmall{padding-bottom:72px!important}.gbs-padding-left-3-on-xsmall{padding-left:3px!important}.gbs-padding-left-6-on-xsmall{padding-left:6px!important}.gbs-padding-left-9-on-xsmall{padding-left:9px!important}.gbs-padding-left-12-on-xsmall{padding-left:12px!important}.gbs-padding-left-18-on-xsmall{padding-left:18px!important}.gbs-padding-left-21-on-xsmall{padding-left:21px!important}.gbs-padding-left-27-on-xsmall{padding-left:27px!important}.gbs-padding-left-36-on-xsmall{padding-left:36px!important}.gbs-padding-left-45-on-xsmall{padding-left:45px!important}.gbs-padding-left-54-on-xsmall{padding-left:54px!important}.gbs-padding-left-63-on-xsmall{padding-left:63px!important}.gbs-padding-left-72-on-xsmall{padding-left:72px!important}.gbs-padding-left-81-on-xsmall{padding-left:81px!important}.gbs-margin-top-3-on-xsmall{margin-top:3px!important}.gbs-margin-top-6-on-xsmall{margin-top:6px!important}.gbs-margin-top-9-on-xsmall{margin-top:9px!important}.gbs-margin-top-12-on-xsmall{margin-top:12px!important}.gbs-margin-top-18-on-xsmall{margin-top:18px!important}.gbs-margin-top-21-on-xsmall{margin-top:21px!important}.gbs-margin-top-27-on-xsmall{margin-top:27px!important}.gbs-margin-top-36-on-xsmall{margin-top:36px!important}.gbs-margin-top-45-on-xsmall{margin-top:45px!important}.gbs-margin-top-54-on-xsmall{margin-top:54px!important}.gbs-margin-top-63-on-xsmall{margin-top:63px!important}.gbs-margin-top-72-on-xsmall{margin-top:72px!important}.gbs-margin-top-81-on-xsmall{margin-top:81px!important}.gbs-margin-right-3-on-xsmall{margin-right:3px!important}.gbs-margin-right-6-on-xsmall{margin-right:6px!important}.gbs-margin-right-9-on-xsmall{margin-right:9px!important}.gbs-margin-right-12-on-xsmall{margin-right:12px!important}.gbs-margin-right-18-on-xsmall{margin-right:18px!important}.gbs-margin-right-21-on-xsmall{margin-right:21px!important}.gbs-margin-right-27-on-xsmall{margin-right:27px!important}.gbs-margin-right-36-on-xsmall{margin-right:36px!important}.gbs-margin-right-45-on-xsmall{margin-right:45px!important}.gbs-margin-right-54-on-xsmall{margin-right:54px!important}.gbs-margin-right-63-on-xsmall{margin-right:63px!important}.gbs-margin-right-72-on-xsmall{margin-right:72px!important}.gbs-margin-right-81-on-xsmall{margin-right:81px!important}.gbs-margin-bottom-3-on-xsmall{margin-bottom:3px!important}.gbs-margin-bottom-6-on-xsmall{margin-bottom:6px!important}.gbs-margin-bottom-9-on-xsmall{margin-bottom:9px!important}.gbs-margin-bottom-12-on-xsmall{margin-bottom:12px!important}.gbs-margin-bottom-18-on-xsmall{margin-bottom:18px!important}.gbs-margin-bottom-21-on-xsmall{margin-bottom:21px!important}.gbs-margin-bottom-27-on-xsmall{margin-bottom:27px!important}.gbs-margin-bottom-36-on-xsmall{margin-bottom:36px!important}.gbs-margin-bottom-45-on-xsmall{margin-bottom:45px!important}.gbs-margin-bottom-54-on-xsmall{margin-bottom:54px!important}.gbs-margin-bottom-63-on-xsmall{margin-bottom:63px!important}.gbs-margin-bottom-72-on-xsmall{margin-bottom:72px!important}.gbs-margin-bottom-81-on-xsmall{margin-bottom:81px!important}.gbs-margin-left-3-on-xsmall{margin-left:3px!important}.gbs-margin-left-6-on-xsmall{margin-left:6px!important}.gbs-margin-left-9-on-xsmall{margin-left:9px!important}.gbs-margin-left-12-on-xsmall{margin-left:12px!important}.gbs-margin-left-18-on-xsmall{margin-left:18px!important}.gbs-margin-left-21-on-xsmall{margin-left:21px!important}.gbs-margin-left-27-on-xsmall{margin-left:27px!important}.gbs-margin-left-36-on-xsmall{margin-left:36px!important}.gbs-margin-left-45-on-xsmall{margin-left:45px!important}.gbs-margin-left-54-on-xsmall{margin-left:54px!important}.gbs-margin-left-63-on-xsmall{margin-left:63px!important}.gbs-margin-left-72-on-xsmall{margin-left:72px!important}.gbs-margin-left-81-on-xsmall{margin-left:81px!important}}@media screen and (min-width: 600px) and (max-width: 767px){.gbs-padding-3-on-small{padding:3px!important}.gbs-padding-6-on-small{padding:6px!important}.gbs-padding-9-on-small{padding:9px!important}.gbs-padding-12-on-small{padding:12px!important}.gbs-padding-18-on-small{padding:18px!important}.gbs-padding-21-on-small{padding:21px!important}.gbs-padding-27-on-small{padding:27px!important}.gbs-padding-36-on-small{padding:36px!important}.gbs-padding-45-on-small{padding:45px!important}.gbs-padding-54-on-small{padding:54px!important}.gbs-padding-63-on-small{padding:63px!important}.gbs-padding-72-on-small{padding:72px!important}.gbs-padding-81-on-small{padding:81px!important}.gbs-padding-top-3-on-small{padding-top:3px!important}.gbs-padding-top-6-on-small{padding-top:6px!important}.gbs-padding-top-9-on-small{padding-top:9px!important}.gbs-padding-top-12-on-small{padding-top:12px!important}.gbs-padding-top-18-on-small{padding-top:18px!important}.gbs-padding-top-21-on-small{padding-top:21px!important}.gbs-padding-top-27-on-small{padding-top:27px!important}.gbs-padding-top-36-on-small{padding-top:36px!important}.gbs-padding-top-45-on-small{padding-top:45px!important}.gbs-padding-top-54-on-small{padding-top:54px!important}.gbs-padding-top-63-on-small{padding-top:63px!important}.gbs-padding-top-72-on-small{padding-top:72px!important}.gbs-padding-top-81-on-small{padding-top:81px!important}.gbs-padding-right-3-on-small{padding-right:3px!important}.gbs-padding-right-6-on-small{padding-right:6px!important}.gbs-padding-right-9-on-small{padding-right:9px!important}.gbs-padding-right-12-on-small{padding-right:12px!important}.gbs-padding-right-18-on-small{padding-right:18px!important}.gbs-padding-right-21-on-small{padding-right:21px!important}.gbs-padding-right-27-on-small{padding-right:27px!important}.gbs-padding-right-36-on-small{padding-right:36px!important}.gbs-padding-right-45-on-small{padding-right:45px!important}.gbs-padding-right-54-on-small{padding-right:54px!important}.gbs-padding-right-63-on-small{padding-right:63px!important}.gbs-padding-right-72-on-small{padding-right:72px!important}.gbs-padding-right-81-on-small{padding-right:81px!important}.gbs-padding-bottom-3-on-small{padding-bottom:3px!important}.gbs-padding-bottom-6-on-small{padding-bottom:6px!important}.gbs-padding-bottom-9-on-small{padding-bottom:9px!important}.gbs-padding-bottom-18-on-small{padding-bottom:18px!important}.gbs-padding-bottom-21-on-small{padding-bottom:21px!important}.gbs-padding-bottom-27-on-small{padding-bottom:27px!important}.gbs-padding-bottom-36-on-small{padding-bottom:36px!important}.gbs-padding-bottom-45-on-small{padding-bottom:45px!important}.gbs-padding-bottom-54-on-small{padding-bottom:54px!important}.gbs-padding-bottom-63-on-small{padding-bottom:63px!important}.gbs-padding-bottom-72-on-small{padding-bottom:72px!important}.gbs-padding-left-3-on-small{padding-left:3px!important}.gbs-padding-left-6-on-small{padding-left:6px!important}.gbs-padding-left-9-on-small{padding-left:9px!important}.gbs-padding-left-12-on-small{padding-left:12px!important}.gbs-padding-left-18-on-small{padding-left:18px!important}.gbs-padding-left-21-on-small{padding-left:21px!important}.gbs-padding-left-27-on-small{padding-left:27px!important}.gbs-padding-left-36-on-small{padding-left:36px!important}.gbs-padding-left-45-on-small{padding-left:45px!important}.gbs-padding-left-54-on-small{padding-left:54px!important}.gbs-padding-left-63-on-small{padding-left:63px!important}.gbs-padding-left-72-on-small{padding-left:72px!important}.gbs-padding-left-81-on-small{padding-left:81px!important}.gbs-margin-top-3-on-small{margin-top:3px!important}.gbs-margin-top-6-on-small{margin-top:6px!important}.gbs-margin-top-9-on-small{margin-top:9px!important}.gbs-margin-top-12-on-small{margin-top:12px!important}.gbs-margin-top-18-on-small{margin-top:18px!important}.gbs-margin-top-21-on-small{margin-top:21px!important}.gbs-margin-top-27-on-small{margin-top:27px!important}.gbs-margin-top-36-on-small{margin-top:36px!important}.gbs-margin-top-45-on-small{margin-top:45px!important}.gbs-margin-top-54-on-small{margin-top:54px!important}.gbs-margin-top-63-on-small{margin-top:63px!important}.gbs-margin-top-72-on-small{margin-top:72px!important}.gbs-margin-top-81-on-small{margin-top:81px!important}.gbs-margin-right-3-on-small{margin-right:3px!important}.gbs-margin-right-6-on-small{margin-right:6px!important}.gbs-margin-right-9-on-small{margin-right:9px!important}.gbs-margin-right-12-on-small{margin-right:12px!important}.gbs-margin-right-18-on-small{margin-right:18px!important}.gbs-margin-right-21-on-small{margin-right:21px!important}.gbs-margin-right-27-on-small{margin-right:27px!important}.gbs-margin-right-36-on-small{margin-right:36px!important}.gbs-margin-right-45-on-small{margin-right:45px!important}.gbs-margin-right-54-on-small{margin-right:54px!important}.gbs-margin-right-63-on-small{margin-right:63px!important}.gbs-margin-right-72-on-small{margin-right:72px!important}.gbs-margin-right-81-on-small{margin-right:81px!important}.gbs-margin-bottom-3-on-small{margin-bottom:3px!important}.gbs-margin-bottom-6-on-small{margin-bottom:6px!important}.gbs-margin-bottom-9-on-small{margin-bottom:9px!important}.gbs-margin-bottom-12-on-small{margin-bottom:12px!important}.gbs-margin-bottom-18-on-small{margin-bottom:18px!important}.gbs-margin-bottom-21-on-small{margin-bottom:21px!important}.gbs-margin-bottom-27-on-small{margin-bottom:27px!important}.gbs-margin-bottom-36-on-small{margin-bottom:36px!important}.gbs-margin-bottom-45-on-small{margin-bottom:45px!important}.gbs-margin-bottom-54-on-small{margin-bottom:54px!important}.gbs-margin-bottom-63-on-small{margin-bottom:63px!important}.gbs-margin-bottom-72-on-small{margin-bottom:72px!important}.gbs-margin-bottom-81-on-small{margin-bottom:81px!important}.gbs-margin-left-3-on-small{margin-left:3px!important}.gbs-margin-left-6-on-small{margin-left:6px!important}.gbs-margin-left-9-on-small{margin-left:9px!important}.gbs-margin-left-12-on-small{margin-left:12px!important}.gbs-margin-left-18-on-small{margin-left:18px!important}.gbs-margin-left-21-on-small{margin-left:21px!important}.gbs-margin-left-27-on-small{margin-left:27px!important}.gbs-margin-left-36-on-small{margin-left:36px!important}.gbs-margin-left-45-on-small{margin-left:45px!important}.gbs-margin-left-54-on-small{margin-left:54px!important}.gbs-margin-left-63-on-small{margin-left:63px!important}.gbs-margin-left-72-on-small{margin-left:72px!important}.gbs-margin-left-81-on-small{margin-left:81px!important}}@media screen and (min-width: 768px) and (max-width: 1001px){.gbs-padding-3-on-medium{padding:3px!important}.gbs-padding-6-on-medium{padding:6px!important}.gbs-padding-9-on-medium{padding:9px!important}.gbs-padding-12-on-medium{padding:12px!important}.gbs-padding-18-on-medium{padding:18px!important}.gbs-padding-21-on-medium{padding:21px!important}.gbs-padding-27-on-medium{padding:27px!important}.gbs-padding-36-on-medium{padding:36px!important}.gbs-padding-45-on-medium{padding:45px!important}.gbs-padding-54-on-medium{padding:54px!important}.gbs-padding-63-on-medium{padding:63px!important}.gbs-padding-72-on-medium{padding:72px!important}.gbs-padding-81-on-medium{padding:81px!important}.gbs-padding-top-3-on-medium{padding-top:3px!important}.gbs-padding-top-6-on-medium{padding-top:6px!important}.gbs-padding-top-9-on-medium{padding-top:9px!important}.gbs-padding-top-12-on-medium{padding-top:12px!important}.gbs-padding-top-18-on-medium{padding-top:18px!important}.gbs-padding-top-21-on-medium{padding-top:21px!important}.gbs-padding-top-27-on-medium{padding-top:27px!important}.gbs-padding-top-36-on-medium{padding-top:36px!important}.gbs-padding-top-45-on-medium{padding-top:45px!important}.gbs-padding-top-54-on-medium{padding-top:54px!important}.gbs-padding-top-63-on-medium{padding-top:63px!important}.gbs-padding-top-72-on-medium{padding-top:72px!important}.gbs-padding-top-81-on-medium{padding-top:81px!important}.gbs-padding-right-3-on-medium{padding-right:3px!important}.gbs-padding-right-6-on-medium{padding-right:6px!important}.gbs-padding-right-9-on-medium{padding-right:9px!important}.gbs-padding-right-12-on-medium{padding-right:12px!important}.gbs-padding-right-18-on-medium{padding-right:18px!important}.gbs-padding-right-21-on-medium{padding-right:21px!important}.gbs-padding-right-27-on-medium{padding-right:27px!important}.gbs-padding-right-36-on-medium{padding-right:36px!important}.gbs-padding-right-45-on-medium{padding-right:45px!important}.gbs-padding-right-54-on-medium{padding-right:54px!important}.gbs-padding-right-63-on-medium{padding-right:63px!important}.gbs-padding-right-72-on-medium{padding-right:72px!important}.gbs-padding-right-81-on-medium{padding-right:81px!important}.gbs-padding-bottom-3-on-medium{padding-bottom:3px!important}.gbs-padding-bottom-6-on-medium{padding-bottom:6px!important}.gbs-padding-bottom-9-on-medium{padding-bottom:9px!important}.gbs-padding-bottom-18-on-medium{padding-bottom:18px!important}.gbs-padding-bottom-21-on-medium{padding-bottom:21px!important}.gbs-padding-bottom-27-on-medium{padding-bottom:27px!important}.gbs-padding-bottom-36-on-medium{padding-bottom:36px!important}.gbs-padding-bottom-45-on-medium{padding-bottom:45px!important}.gbs-padding-bottom-54-on-medium{padding-bottom:54px!important}.gbs-padding-bottom-63-on-medium{padding-bottom:63px!important}.gbs-padding-bottom-72-on-medium{padding-bottom:72px!important}.gbs-padding-left-3-on-medium{padding-left:3px!important}.gbs-padding-left-6-on-medium{padding-left:6px!important}.gbs-padding-left-9-on-medium{padding-left:9px!important}.gbs-padding-left-12-on-medium{padding-left:12px!important}.gbs-padding-left-18-on-medium{padding-left:18px!important}.gbs-padding-left-21-on-medium{padding-left:21px!important}.gbs-padding-left-27-on-medium{padding-left:27px!important}.gbs-padding-left-36-on-medium{padding-left:36px!important}.gbs-padding-left-45-on-medium{padding-left:45px!important}.gbs-padding-left-54-on-medium{padding-left:54px!important}.gbs-padding-left-63-on-medium{padding-left:63px!important}.gbs-padding-left-72-on-medium{padding-left:72px!important}.gbs-padding-left-81-on-medium{padding-left:81px!important}.gbs-margin-top-3-on-medium{margin-top:3px!important}.gbs-margin-top-6-on-medium{margin-top:6px!important}.gbs-margin-top-9-on-medium{margin-top:9px!important}.gbs-margin-top-12-on-medium{margin-top:12px!important}.gbs-margin-top-18-on-medium{margin-top:18px!important}.gbs-margin-top-21-on-medium{margin-top:21px!important}.gbs-margin-top-27-on-medium{margin-top:27px!important}.gbs-margin-top-36-on-medium{margin-top:36px!important}.gbs-margin-top-45-on-medium{margin-top:45px!important}.gbs-margin-top-54-on-medium{margin-top:54px!important}.gbs-margin-top-63-on-medium{margin-top:63px!important}.gbs-margin-top-72-on-medium{margin-top:72px!important}.gbs-margin-top-81-on-medium{margin-top:81px!important}.gbs-margin-right-3-on-medium{margin-right:3px!important}.gbs-margin-right-6-on-medium{margin-right:6px!important}.gbs-margin-right-9-on-medium{margin-right:9px!important}.gbs-margin-right-12-on-medium{margin-right:12px!important}.gbs-margin-right-18-on-medium{margin-right:18px!important}.gbs-margin-right-21-on-medium{margin-right:21px!important}.gbs-margin-right-27-on-medium{margin-right:27px!important}.gbs-margin-right-36-on-medium{margin-right:36px!important}.gbs-margin-right-45-on-medium{margin-right:45px!important}.gbs-margin-right-54-on-medium{margin-right:54px!important}.gbs-margin-right-63-on-medium{margin-right:63px!important}.gbs-margin-right-72-on-medium{margin-right:72px!important}.gbs-margin-right-81-on-medium{margin-right:81px!important}.gbs-margin-bottom-3-on-medium{margin-bottom:3px!important}.gbs-margin-bottom-6-on-medium{margin-bottom:6px!important}.gbs-margin-bottom-9-on-medium{margin-bottom:9px!important}.gbs-margin-bottom-12-on-medium{margin-bottom:12px!important}.gbs-margin-bottom-18-on-medium{margin-bottom:18px!important}.gbs-margin-bottom-21-on-medium{margin-bottom:21px!important}.gbs-margin-bottom-27-on-medium{margin-bottom:27px!important}.gbs-margin-bottom-36-on-medium{margin-bottom:36px!important}.gbs-margin-bottom-45-on-medium{margin-bottom:45px!important}.gbs-margin-bottom-54-on-medium{margin-bottom:54px!important}.gbs-margin-bottom-63-on-medium{margin-bottom:63px!important}.gbs-margin-bottom-72-on-medium{margin-bottom:72px!important}.gbs-margin-bottom-81-on-medium{margin-bottom:81px!important}.gbs-margin-left-3-on-medium{margin-left:3px!important}.gbs-margin-left-6-on-medium{margin-left:6px!important}.gbs-margin-left-9-on-medium{margin-left:9px!important}.gbs-margin-left-12-on-medium{margin-left:12px!important}.gbs-margin-left-18-on-medium{margin-left:18px!important}.gbs-margin-left-21-on-medium{margin-left:21px!important}.gbs-margin-left-27-on-medium{margin-left:27px!important}.gbs-margin-left-36-on-medium{margin-left:36px!important}.gbs-margin-left-45-on-medium{margin-left:45px!important}.gbs-margin-left-54-on-medium{margin-left:54px!important}.gbs-margin-left-63-on-medium{margin-left:63px!important}.gbs-margin-left-72-on-medium{margin-left:72px!important}.gbs-margin-left-81-on-medium{margin-left:81px!important}}@media screen and (min-width: 1002px) and (max-width: 1279px){.gbs-padding-3-on-large{padding:3px!important}.gbs-padding-6-on-large{padding:6px!important}.gbs-padding-9-on-large{padding:9px!important}.gbs-padding-12-on-large{padding:12px!important}.gbs-padding-18-on-large{padding:18px!important}.gbs-padding-21-on-large{padding:21px!important}.gbs-padding-27-on-large{padding:27px!important}.gbs-padding-36-on-large{padding:36px!important}.gbs-padding-45-on-large{padding:45px!important}.gbs-padding-54-on-large{padding:54px!important}.gbs-padding-63-on-large{padding:63px!important}.gbs-padding-72-on-large{padding:72px!important}.gbs-padding-81-on-large{padding:81px!important}.gbs-padding-top-3-on-large{padding-top:3px!important}.gbs-padding-top-6-on-large{padding-top:6px!important}.gbs-padding-top-9-on-large{padding-top:9px!important}.gbs-padding-top-12-on-large{padding-top:12px!important}.gbs-padding-top-18-on-large{padding-top:18px!important}.gbs-padding-top-21-on-large{padding-top:21px!important}.gbs-padding-top-27-on-large{padding-top:27px!important}.gbs-padding-top-36-on-large{padding-top:36px!important}.gbs-padding-top-45-on-large{padding-top:45px!important}.gbs-padding-top-54-on-large{padding-top:54px!important}.gbs-padding-top-63-on-large{padding-top:63px!important}.gbs-padding-top-72-on-large{padding-top:72px!important}.gbs-padding-top-81-on-large{padding-top:81px!important}.gbs-padding-right-3-on-large{padding-right:3px!important}.gbs-padding-right-6-on-large{padding-right:6px!important}.gbs-padding-right-9-on-large{padding-right:9px!important}.gbs-padding-right-12-on-large{padding-right:12px!important}.gbs-padding-right-18-on-large{padding-right:18px!important}.gbs-padding-right-21-on-large{padding-right:21px!important}.gbs-padding-right-27-on-large{padding-right:27px!important}.gbs-padding-right-36-on-large{padding-right:36px!important}.gbs-padding-right-45-on-large{padding-right:45px!important}.gbs-padding-right-54-on-large{padding-right:54px!important}.gbs-padding-right-63-on-large{padding-right:63px!important}.gbs-padding-right-72-on-large{padding-right:72px!important}.gbs-padding-right-81-on-large{padding-right:81px!important}.gbs-padding-bottom-3-on-large{padding-bottom:3px!important}.gbs-padding-bottom-6-on-large{padding-bottom:6px!important}.gbs-padding-bottom-9-on-large{padding-bottom:9px!important}.gbs-padding-bottom-18-on-large{padding-bottom:18px!important}.gbs-padding-bottom-21-on-large{padding-bottom:21px!important}.gbs-padding-bottom-27-on-large{padding-bottom:27px!important}.gbs-padding-bottom-36-on-large{padding-bottom:36px!important}.gbs-padding-bottom-45-on-large{padding-bottom:45px!important}.gbs-padding-bottom-54-on-large{padding-bottom:54px!important}.gbs-padding-bottom-63-on-large{padding-bottom:63px!important}.gbs-padding-bottom-72-on-large{padding-bottom:72px!important}.gbs-padding-left-3-on-large{padding-left:3px!important}.gbs-padding-left-6-on-large{padding-left:6px!important}.gbs-padding-left-9-on-large{padding-left:9px!important}.gbs-padding-left-12-on-large{padding-left:12px!important}.gbs-padding-left-18-on-large{padding-left:18px!important}.gbs-padding-left-21-on-large{padding-left:21px!important}.gbs-padding-left-27-on-large{padding-left:27px!important}.gbs-padding-left-36-on-large{padding-left:36px!important}.gbs-padding-left-45-on-large{padding-left:45px!important}.gbs-padding-left-54-on-large{padding-left:54px!important}.gbs-padding-left-63-on-large{padding-left:63px!important}.gbs-padding-left-72-on-large{padding-left:72px!important}.gbs-padding-left-81-on-large{padding-left:81px!important}.gbs-margin-top-3-on-large{margin-top:3px!important}.gbs-margin-top-6-on-large{margin-top:6px!important}.gbs-margin-top-9-on-large{margin-top:9px!important}.gbs-margin-top-12-on-large{margin-top:12px!important}.gbs-margin-top-18-on-large{margin-top:18px!important}.gbs-margin-top-21-on-large{margin-top:21px!important}.gbs-margin-top-27-on-large{margin-top:27px!important}.gbs-margin-top-36-on-large{margin-top:36px!important}.gbs-margin-top-45-on-large{margin-top:45px!important}.gbs-margin-top-54-on-large{margin-top:54px!important}.gbs-margin-top-63-on-large{margin-top:63px!important}.gbs-margin-top-72-on-large{margin-top:72px!important}.gbs-margin-top-81-on-large{margin-top:81px!important}.gbs-margin-right-3-on-large{margin-right:3px!important}.gbs-margin-right-6-on-large{margin-right:6px!important}.gbs-margin-right-9-on-large{margin-right:9px!important}.gbs-margin-right-12-on-large{margin-right:12px!important}.gbs-margin-right-18-on-large{margin-right:18px!important}.gbs-margin-right-21-on-large{margin-right:21px!important}.gbs-margin-right-27-on-large{margin-right:27px!important}.gbs-margin-right-36-on-large{margin-right:36px!important}.gbs-margin-right-45-on-large{margin-right:45px!important}.gbs-margin-right-54-on-large{margin-right:54px!important}.gbs-margin-right-63-on-large{margin-right:63px!important}.gbs-margin-right-72-on-large{margin-right:72px!important}.gbs-margin-right-81-on-large{margin-right:81px!important}.gbs-margin-bottom-3-on-large{margin-bottom:3px!important}.gbs-margin-bottom-6-on-large{margin-bottom:6px!important}.gbs-margin-bottom-9-on-large{margin-bottom:9px!important}.gbs-margin-bottom-12-on-large{margin-bottom:12px!important}.gbs-margin-bottom-18-on-large{margin-bottom:18px!important}.gbs-margin-bottom-21-on-large{margin-bottom:21px!important}.gbs-margin-bottom-27-on-large{margin-bottom:27px!important}.gbs-margin-bottom-36-on-large{margin-bottom:36px!important}.gbs-margin-bottom-45-on-large{margin-bottom:45px!important}.gbs-margin-bottom-54-on-large{margin-bottom:54px!important}.gbs-margin-bottom-63-on-large{margin-bottom:63px!important}.gbs-margin-bottom-72-on-large{margin-bottom:72px!important}.gbs-margin-bottom-81-on-large{margin-bottom:81px!important}.gbs-margin-left-3-on-large{margin-left:3px!important}.gbs-margin-left-6-on-large{margin-left:6px!important}.gbs-margin-left-9-on-large{margin-left:9px!important}.gbs-margin-left-12-on-large{margin-left:12px!important}.gbs-margin-left-18-on-large{margin-left:18px!important}.gbs-margin-left-21-on-large{margin-left:21px!important}.gbs-margin-left-27-on-large{margin-left:27px!important}.gbs-margin-left-36-on-large{margin-left:36px!important}.gbs-margin-left-45-on-large{margin-left:45px!important}.gbs-margin-left-54-on-large{margin-left:54px!important}.gbs-margin-left-63-on-large{margin-left:63px!important}.gbs-margin-left-72-on-large{margin-left:72px!important}.gbs-margin-left-81-on-large{margin-left:81px!important}}@media screen and (min-width: 80em){.gbs-padding-3-on-xlarge{padding:3px!important}.gbs-padding-6-on-xlarge{padding:6px!important}.gbs-padding-9-on-xlarge{padding:9px!important}.gbs-padding-12-on-xlarge{padding:12px!important}.gbs-padding-18-on-xlarge{padding:18px!important}.gbs-padding-21-on-xlarge{padding:21px!important}.gbs-padding-27-on-xlarge{padding:27px!important}.gbs-padding-36-on-xlarge{padding:36px!important}.gbs-padding-45-on-xlarge{padding:45px!important}.gbs-padding-54-on-xlarge{padding:54px!important}.gbs-padding-63-on-xlarge{padding:63px!important}.gbs-padding-72-on-xlarge{padding:72px!important}.gbs-padding-81-on-xlarge{padding:81px!important}.gbs-padding-top-3-on-xlarge{padding-top:3px!important}.gbs-padding-top-6-on-xlarge{padding-top:6px!important}.gbs-padding-top-9-on-xlarge{padding-top:9px!important}.gbs-padding-top-12-on-xlarge{padding-top:12px!important}.gbs-padding-top-18-on-xlarge{padding-top:18px!important}.gbs-padding-top-21-on-xlarge{padding-top:21px!important}.gbs-padding-top-27-on-xlarge{padding-top:27px!important}.gbs-padding-top-36-on-xlarge{padding-top:36px!important}.gbs-padding-top-45-on-xlarge{padding-top:45px!important}.gbs-padding-top-54-on-xlarge{padding-top:54px!important}.gbs-padding-top-63-on-xlarge{padding-top:63px!important}.gbs-padding-top-72-on-xlarge{padding-top:72px!important}.gbs-padding-top-81-on-xlarge{padding-top:81px!important}.gbs-padding-right-3-on-xlarge{padding-right:3px!important}.gbs-padding-right-6-on-xlarge{padding-right:6px!important}.gbs-padding-right-9-on-xlarge{padding-right:9px!important}.gbs-padding-right-12-on-xlarge{padding-right:12px!important}.gbs-padding-right-18-on-xlarge{padding-right:18px!important}.gbs-padding-right-21-on-xlarge{padding-right:21px!important}.gbs-padding-right-27-on-xlarge{padding-right:27px!important}.gbs-padding-right-36-on-xlarge{padding-right:36px!important}.gbs-padding-right-45-on-xlarge{padding-right:45px!important}.gbs-padding-right-54-on-xlarge{padding-right:54px!important}.gbs-padding-right-63-on-xlarge{padding-right:63px!important}.gbs-padding-right-72-on-xlarge{padding-right:72px!important}.gbs-padding-right-81-on-xlarge{padding-right:81px!important}.gbs-padding-bottom-3-on-xlarge{padding-bottom:3px!important}.gbs-padding-bottom-6-on-xlarge{padding-bottom:6px!important}.gbs-padding-bottom-9-on-xlarge{padding-bottom:9px!important}.gbs-padding-bottom-18-on-xlarge{padding-bottom:18px!important}.gbs-padding-bottom-21-on-xlarge{padding-bottom:21px!important}.gbs-padding-bottom-27-on-xlarge{padding-bottom:27px!important}.gbs-padding-bottom-36-on-xlarge{padding-bottom:36px!important}.gbs-padding-bottom-45-on-xlarge{padding-bottom:45px!important}.gbs-padding-bottom-54-on-xlarge{padding-bottom:54px!important}.gbs-padding-bottom-63-on-xlarge{padding-bottom:63px!important}.gbs-padding-bottom-72-on-xlarge{padding-bottom:72px!important}.gbs-padding-left-3-on-xlarge{padding-left:3px!important}.gbs-padding-left-6-on-xlarge{padding-left:6px!important}.gbs-padding-left-9-on-xlarge{padding-left:9px!important}.gbs-padding-left-12-on-xlarge{padding-left:12px!important}.gbs-padding-left-18-on-xlarge{padding-left:18px!important}.gbs-padding-left-21-on-xlarge{padding-left:21px!important}.gbs-padding-left-27-on-xlarge{padding-left:27px!important}.gbs-padding-left-36-on-xlarge{padding-left:36px!important}.gbs-padding-left-45-on-xlarge{padding-left:45px!important}.gbs-padding-left-54-on-xlarge{padding-left:54px!important}.gbs-padding-left-63-on-xlarge{padding-left:63px!important}.gbs-padding-left-72-on-xlarge{padding-left:72px!important}.gbs-padding-left-81-on-xlarge{padding-left:81px!important}.gbs-margin-top-3-on-xlarge{margin-top:3px!important}.gbs-margin-top-6-on-xlarge{margin-top:6px!important}.gbs-margin-top-9-on-xlarge{margin-top:9px!important}.gbs-margin-top-12-on-xlarge{margin-top:12px!important}.gbs-margin-top-18-on-xlarge{margin-top:18px!important}.gbs-margin-top-21-on-xlarge{margin-top:21px!important}.gbs-margin-top-27-on-xlarge{margin-top:27px!important}.gbs-margin-top-36-on-xlarge{margin-top:36px!important}.gbs-margin-top-45-on-xlarge{margin-top:45px!important}.gbs-margin-top-54-on-xlarge{margin-top:54px!important}.gbs-margin-top-63-on-xlarge{margin-top:63px!important}.gbs-margin-top-72-on-xlarge{margin-top:72px!important}.gbs-margin-top-81-on-xlarge{margin-top:81px!important}.gbs-margin-right-3-on-xlarge{margin-right:3px!important}.gbs-margin-right-6-on-xlarge{margin-right:6px!important}.gbs-margin-right-9-on-xlarge{margin-right:9px!important}.gbs-margin-right-12-on-xlarge{margin-right:12px!important}.gbs-margin-right-18-on-xlarge{margin-right:18px!important}.gbs-margin-right-21-on-xlarge{margin-right:21px!important}.gbs-margin-right-27-on-xlarge{margin-right:27px!important}.gbs-margin-right-36-on-xlarge{margin-right:36px!important}.gbs-margin-right-45-on-xlarge{margin-right:45px!important}.gbs-margin-right-54-on-xlarge{margin-right:54px!important}.gbs-margin-right-63-on-xlarge{margin-right:63px!important}.gbs-margin-right-72-on-xlarge{margin-right:72px!important}.gbs-margin-right-81-on-xlarge{margin-right:81px!important}.gbs-margin-bottom-3-on-xlarge{margin-bottom:3px!important}.gbs-margin-bottom-6-on-xlarge{margin-bottom:6px!important}.gbs-margin-bottom-9-on-xlarge{margin-bottom:9px!important}.gbs-margin-bottom-12-on-xlarge{margin-bottom:12px!important}.gbs-margin-bottom-18-on-xlarge{margin-bottom:18px!important}.gbs-margin-bottom-21-on-xlarge{margin-bottom:21px!important}.gbs-margin-bottom-27-on-xlarge{margin-bottom:27px!important}.gbs-margin-bottom-36-on-xlarge{margin-bottom:36px!important}.gbs-margin-bottom-45-on-xlarge{margin-bottom:45px!important}.gbs-margin-bottom-54-on-xlarge{margin-bottom:54px!important}.gbs-margin-bottom-63-on-xlarge{margin-bottom:63px!important}.gbs-margin-bottom-72-on-xlarge{margin-bottom:72px!important}.gbs-margin-bottom-81-on-xlarge{margin-bottom:81px!important}.gbs-margin-left-3-on-xlarge{margin-left:3px!important}.gbs-margin-left-6-on-xlarge{margin-left:6px!important}.gbs-margin-left-9-on-xlarge{margin-left:9px!important}.gbs-margin-left-12-on-xlarge{margin-left:12px!important}.gbs-margin-left-18-on-xlarge{margin-left:18px!important}.gbs-margin-left-21-on-xlarge{margin-left:21px!important}.gbs-margin-left-27-on-xlarge{margin-left:27px!important}.gbs-margin-left-36-on-xlarge{margin-left:36px!important}.gbs-margin-left-45-on-xlarge{margin-left:45px!important}.gbs-margin-left-54-on-xlarge{margin-left:54px!important}.gbs-margin-left-63-on-xlarge{margin-left:63px!important}.gbs-margin-left-72-on-xlarge{margin-left:72px!important}.gbs-margin-left-81-on-xlarge{margin-left:81px!important}}.gbs-tab-large .mat-tab-label,.gbs-tab-large .mat-tab-links,.gbs-tab-large a.mat-tab-link{min-height:112px!important;height:auto}.gbs-tab-medium .mat-tab-label,.gbs-tab-medium .mat-tab-links,.gbs-tab-medium a.mat-tab-link{min-height:88px!important;height:auto}.gbs-tab-large .mat-tab-links{display:flex!important;padding:0;border:0}.gbs-tab-large .mat-tab-label,.gbs-tab-large a.mat-tab-link{padding:24px 16px 8px!important;margin-right:1px;white-space:normal;background-color:#fffffff2;border-bottom:8px solid;border-color:transparent;border-radius:3px 3px 0 0;line-height:2.4rem!important}.gbs-tab-large .mat-tab-label:focus,.gbs-tab-large .mat-tab-label:hover,.gbs-tab-large a.mat-tab-link:focus,.gbs-tab-large a.mat-tab-link:hover{border-bottom:8px solid;border-color:#1a1a1a}.gbs-tab-large .mat-tab-label-active,.gbs-tab-large a.mat-tab-label-active{background-color:#fff!important;border-bottom:8px solid;border-color:#1a1a1a}.gbs-tab-large .mat-tab-label-active:hover,.gbs-tab-large a.mat-tab-label-active:hover{cursor:default}.gbs-tab-large a.mat-tab-link .heading2,.gbs-tab-large a.mat-tab-link .heading3,.gbs-tab-large a.mat-tab-link .heading4,.gbs-tab-large a.mat-tab-link h2,.gbs-tab-large a.mat-tab-link h3,.gbs-tab-large a.mat-tab-link h4,.gbs-tab-large a.mat-tab-link h5,a.mat-tab-link .heading5,a.mat-tab-link .paragraph,a.mat-tab-link .paragraph-14,a.mat-tab-link p{display:block!important;margin-bottom:4px}.gbs-tab-3 .mat-tab-link{width:33.33333%!important}.gbs-tab-4 .mat-tab-link{width:25%!important}.gbs-tab-5 .mat-tab-link{width:20%!important}.gbs-tab-6 .mat-tab-link{width:16.66667%!important}.gbs-tab-7 .mat-tab-link{width:14.28571%!important}.gbs-tab-large .gbs-tab-vg-red .mat-tab-label-active,.gbs-tab-large .gbs-tab-vg-red .mat-tab-label:focus,.gbs-tab-large .gbs-tab-vg-red .mat-tab-label:hover,.gbs-tab-large .gbs-tab-vg-red a.mat-tab-label-active,.gbs-tab-large .gbs-tab-vg-red a.mat-tab-link:focus,.gbs-tab-large .gbs-tab-vg-red a.mat-tab-link:hover,.gbs-tab-vg-red .mat-tab-label-active,.gbs-tab-vg-red a.mat-tab-label-active{border-color:#96151d}.vm-tabs .gbs-vertical-tab-group{margin-left:-8px;margin-right:-8px}.gbs-vertical-tab-body,.gbs-vertical-tab-links{padding-left:8px;padding-right:8px}.gbs-vertical-tab-body{width:100%;height:auto}.gbs-vertical-tab-content{display:none}.gbs-vertical-tab-content.active{display:block}@media screen and (min-width: 37.5em){.gbs-tabs-overlay-banner-sm-up{position:relative;margin-top:-112px}.gbs-tabs-overlay-banner-sm-up .gbs-tab-large .mat-tab-label,.gbs-tabs-overlay-banner-sm-up .gbs-tab-large .mat-tab-links,.gbs-tabs-overlay-banner-sm-up .gbs-tab-large a.mat-tab-link{height:112px;overflow:hidden}}@media screen and (min-width: 48em){.gbs-vertical-tab-links{float:left;width:25%;height:auto}a.gbs-vertical-tab-link,a.gbs-vertical-tab-link:focus,a.gbs-vertical-tab-link:hover{border-bottom:none;border-left:4px solid #fff;display:block;margin:0 0 .8rem;padding:0 16px;text-align:left;cursor:pointer;transition:.3s;-ms-transition:none;font-size:1.6rem;line-height:2.4rem;color:#1a1a1a!important}a.gbs-vertical-tab-link.active,a.gbs-vertical-tab-link.active:focus,a.gbs-vertical-tab-link.active:hover{border-left-color:#1a1a1a;color:#1a1a1a;cursors:default;background-color:transparent!important;border-radius:0;text-transform:none;font-family:Univers-Basic-Regular,Arial,"sans-serif"!important}a.gbs-vertical-tab-link:focus .gbs-vertical-tab-text,a.gbs-vertical-tab-link:hover .gbs-vertical-tab-text{border-bottom:1px solid}a.gbs-vertical-tab-link.active:focus .gbs-vertical-tab-text,a.gbs-vertical-tab-link.active:hover .gbs-vertical-tab-text{border-bottom:none}.gbs-vertical-tab-body{float:right;width:75%}.gbs-vert-tab-col-4 .gbs-vertical-tab-links{width:33.33333333%}.gbs-vert-tab-col-4 .gbs-vertical-tab-body{width:66.66666667%}.gbs-tabs-overlay-banner-md-up{position:relative;margin-top:-104px}.gbs-tabs-overlay-banner-md-up .gbs-tab-large .mat-tab-label,.gbs-tabs-overlay-banner-md-up .gbs-tab-large .mat-tab-links,.gbs-tabs-overlay-banner-md-up .gbs-tab-large a.mat-tab-link,.gbs-tabs-overlay-banner-sm-up .gbs-tab-large .mat-tab-label,.gbs-tabs-overlay-banner-sm-up .gbs-tab-large .mat-tab-links,.gbs-tabs-overlay-banner-sm-up .gbs-tab-large a.mat-tab-link{height:104px;overflow:hidden}}@media screen and (min-width: 62.625em){.vm-tabs .gbs-vertical-tab-group{margin-left:-12px;margin-right:-12px;width:100%}.gbs-vertical-tab-body,.gbs-vertical-tab-links{padding-left:12px;padding-right:12px}.gbs-tabs-overlay-banner-lg-up,.gbs-tabs-overlay-banner-md-up{position:relative;margin-top:-88px}.gbs-tabs-overlay-banner-lg-up .gbs-tab-large .mat-tab-label,.gbs-tabs-overlay-banner-lg-up .gbs-tab-large .mat-tab-links,.gbs-tabs-overlay-banner-lg-up .gbs-tab-large a.mat-tab-link,.gbs-tabs-overlay-banner-md-up .gbs-tab-large .mat-tab-label,.gbs-tabs-overlay-banner-md-up .gbs-tab-large .mat-tab-links,.gbs-tabs-overlay-banner-md-up .gbs-tab-large a.mat-tab-link,.gbs-tabs-overlay-banner-sm-up .gbs-tab-large .mat-tab-label,.gbs-tabs-overlay-banner-sm-up .gbs-tab-large .mat-tab-links,.gbs-tabs-overlay-banner-sm-up .gbs-tab-large a.mat-tab-link{height:88px;overflow:hidden}}.scrollComponent,a.scrollComponent{border-bottom:0;display:block;height:40px;width:40px;position:fixed;right:1px;bottom:25%;cursor:pointer;text-align:center;z-index:860;transition:opacity .35s ease-in-out,visibility .35s ease-in-out,z-index 0s linear}.scrollComponent.hide{visibility:hidden;opacity:0;cursor:default;pointer-events:none;z-index:850;transition-delay:0s,0s,.35s}.scrollComponent:hover{opacity:1}ul.gbs-left-nav-link-list li{padding-left:20px;margin-left:-4px}ul.gbs-left-nav-link-list{border-left:4px solid #e5e5e5;padding-top:0!important;padding-bottom:0!important;margin:32px 0}li.gbs-highlighted{border-left:4px solid #1a1a1a;padding-left:16px!important}ul.gbs-left-nav-link-list.gbs-highlighted-red li.gbs-highlighted{border-left:4px solid #96151d}.gbs-highlighted a,ul.gbs-left-nav-link-list li a{color:#1a1a1a}.gbs-highlighted a:hover{border-bottom:none;cursor:default}.cdk-overlay-dark-backdrop{background:rgba(0,0,0,.288)}.floatFundCompareComponent{width:100%;bottom:1px;z-index:1001;transition:opacity .35s ease-in-out,z-index linear;background-color:#333c}.relativePosition{position:relative}.fixedPosition{position:fixed}.addBlock{height:59px}.gbs-action-bar button{background-color:transparent!important;border-bottom:1px solid #fff;margin-bottom:16px;display:inline;padding:0 8px;color:#8d4900}.gbs-action-bar button.gbs-action-bar-selected,.gbs-action-bar button:focus,.gbs-action-bar button:hover{color:#1a1a1a;border-bottom:1px solid}.gbs-tool-tip-container{background:#fff!important;border:1px solid #d9d9d9;border-radius:3px!important;color:#1a1a1a!important;padding:8px!important;font-family:Univers-Basic-Regular,Arial,sans-serif!important;font-size:1.6rem!important;line-height:2rem}@media screen and (max-width: 767px){.gbs-tool-tip.gbs-display-as-link,.gbs-tool-tip.gbs-display-as-link:focus,.gbs-tool-tip.gbs-display-as-link:hover{color:#1a1a1a!important;border-bottom:none!important}}@media screen and (min-width: 48em){.gbs-tool-tip{border-bottom:1px dashed #b2b2b2!important}}.cdk-overlay-dark-backdrop{background:rgba(0,0,0,.6)}.cdk-overlay-pane{max-width:100%!important}.cdk-overlay-pane[class*=gbs-layer-size-]{width:100%}@media screen and (max-width: 599px){.cdk-overlay-pane[class*=gbs-layer-size-]{height:100%!important}}@media screen and (min-width: 62.625em){.cdk-overlay-pane{max-width:1280px!important}}@media screen and (min-height: 800px) and (max-height: 815px){.gbs-layer-has-buttons .mat-dialog-content{max-height:calc(90vh - 200px)!important}}.gbs-video-container{position:relative;padding-bottom:56.25%;height:0}.gbs-video{position:absolute;top:0;left:0;width:100%;height:100%}.vjs-poster{background-color:#fff!important}.gbs-video-container>.gbs-video>iframe>body{margin:0!important}@media screen and (min-width: 48em){.gbs-sticky-top.is-sticky{position:fixed;top:0}.boundary-reached{position:relative}.gbs-sticky-container{padding:16px}}.mat-spinner{margin:0 auto}.mat-spinner,.mat-spinner svg{height:48px;width:48px}#PAPDCTLdiv{height:150px!important;min-height:150px}.mat-calendar-body-selected{background-color:#1a1a1a!important}.mat-calendar-table-header th{background-color:transparent}@media screen and (max-width: 599px){.cdk-overlay-pane.mat-datepicker-popup{height:auto!important}}.superFooterNavItem .noPanel{padding-top:14px;height:35px}.mat-snack-bar-container{background-color:#1a1a1a;color:#fff;padding:16px;border-radius:3px 3px 0 0}.mat-snack-bar-container button{color:#fc0!important}.cdk-global-overlay-wrapper{z-index:1000}.cdk-overlay-backdrop{z-index:950}.gbs-gdpr-cookie-drawer{z-index:850}#feedbackLink{z-index:801!important}.feedback,.opinion_labs a,.opinion_labs a:active,.opinion_labs a:link,.opinion_labs a:visited{z-index:800}button.vjs-limelight-big-play{z-index:790!important}.is-sticky{z-index:750}.floatingHeader{z-index:740}.floatFundCompareComponent{z-index:700}.scrollComponent{z-index:650}.gbsScrollTableContainer{min-height:45px}.plOvSMwidth{width:100px}.plOvMDwidth{width:120px}.plOvLGwidth{width:140px}.plPrSMwidth{width:100px}.plPrMDwidth{width:110px}.plPerSMwidth{width:80px}.plPerMDwidth{width:100px}.plPerLGwidth{width:110px}.plDisMDwidth{width:100px}.plDisLGwidth{width:120px}.plDocSMwidth{width:60px}.plDocMDwidth{width:90px}.plDocLGwidth{width:100px}.plDocXLGwidth{width:120px}.active-fund,.active-fund .gbs-tool-tip,.closeIndicator,.closeIndicator .gbs-tool-tip,.newIndicator,.newIndicator .gbs-tool-tip,.updateIndicator,.updateIndicator .gbs-tool-tip{font-family:Univers-Condensed-Medium,Arial,"sans-serif"!important;font-size:1.4rem;line-height:1.4rem;color:#fff!important;padding:3px;border-radius:3px;border-bottom:0!important}.active-fund,.closeIndicator,.newIndicator,.updateIndicator{margin-right:6px}.updateIndicator{background-color:#815160}.closeIndicator{background-color:#666}table.pl-table-width tr>td.plTDmessage{border:1px solid #f4f4f4!important}.gbs-icon-secure{background:transparent url(lock-round-white.51dca39e.e7ceb27aa9736bfd.svg) no-repeat}.loggedIn .gbs-icon-secure{background:transparent url(lock-unlock-round-white.3fa90db4.bed2d7bfff47b5db.svg) no-repeat}@media screen and (min-width: 62.625em){.plNamewidth{width:20%}.plTickerwidth{width:7%}.plSelectwidth{width:5%}.plOvSMwidth{width:7.3%}.plOvMDwidth{width:8%}.plOvLGwidth{width:8.2%}.plPrSMwidth{width:7.9%}.plPrMDwidth{width:8.7%}.plPerSMwidth{width:6.7%}.plDisMDwidth{width:8.65%}.plDisLGwidth{width:10.5125%}.plDocSMwidth{width:5.33%}.plDocLGwidth{width:8%}}.urd-btn{border-radius:24px;box-shadow:0 2px 4px #00000080;cursor:pointer;display:inline-block;font-family:Univers-Basic-Medium,Arial,sans-serif;font-size:18px;padding:10px 20px}.urd-btn-primary{background-color:#96151d;color:#fff}.urd-btn-primary:hover{background-color:#62090e;box-shadow:0 4px 4px #0003}.urd-btn-secondary{color:#96151d}.urd-btn-secondary:hover{color:#62090e;box-shadow:0 4px 4px #0003;border-bottom:none}@media (max-width: 1023.98px){.urd-btn-secondary{font-size:14px;padding:4px 16px!important}}a.mat-primary.mat-flat-button.mat-button--large,button.mat-primary.mat-flat-button.mat-button--large{color:#fff!important;font-size:14px;padding:4px 16px}@media (min-width: 768px){a.mat-primary.mat-flat-button.mat-button--large,button.mat-primary.mat-flat-button.mat-button--large{font-size:18px;padding:8px 24px}}.card{background-color:#f9f9f9;padding:20px}.card h4{font-size:24px;line-height:28px;padding:0 0 5px}.card p{margin:0}.card.info{background-color:#e3f9fd}.card.warning{background-color:#fdbe2e}.card.success{background-color:#3ab54a;color:#fff}.card.danger{background-color:#e70412;color:#fff}.card.dark{background-color:#6c6c6c;color:#fff}.card.white{background-color:#fff}.card-faq{border-left:solid 4px #eaeaea;padding-left:16px}.card-faq strong{font-family:Univers-Basic-Bold,sans-serif;font-weight:400;display:block}.card-faq p{margin:0}@media (min-width: 768px){.card-faq{padding-left:32px;margin-bottom:12px}.card-faq p{padding-right:12%}}@media (min-width: 768px){.card{padding:20px}.card h4{font-size:20px;line-height:24px}}@media (min-width: 1024px){.card{padding:32px}.card h4{font-size:32px;line-height:40px}}.data-list{margin-bottom:12px}.data-list div{border-bottom:solid 1px #ddd;display:flex;justify-content:space-between;padding:8px 4px}.grid{display:grid;grid-row-gap:30px;grid-column-gap:30px;width:100%;margin:auto}.grid--collapse{grid-column-gap:0;grid-row-gap:0}.grid--collapse-cols{grid-col-gap:0}.grid--collapse-rows{grid-row-gap:0}.grid--width-9{width:90%;margin:auto}.grid--cols-auto{grid-auto-flow:column}.grid--cols-2{grid-template-columns:repeat(2,1fr)}.grid--cols-3{grid-template-columns:repeat(3,1fr)}.grid--rows-2{grid-template-rows:repeat(2,max-content)}.grid__col--span-2{grid-column:span 2}.grid__col--align-center{align-self:center;text-align:center}.grid__col--align-center-end{align-self:center;justify-self:end}.grid__col--align-v-center{align-self:center}.grid__col--align-left{text-align:left}.grid__col--align-right{text-align:right}.grid__col--align-end{align-self:end}.mt-0{margin-top:0!important}.mt-1{margin-top:.2rem!important}.mt-2{margin-top:.4rem!important}.mt-3{margin-top:.8rem!important}.mt-4{margin-top:1.6rem!important}.mt-5{margin-top:2.4rem!important}.mt-6{margin-top:3.2rem!important}.mt-7{margin-top:4rem!important}.mr-0{margin-right:0!important}.mr-1{margin-right:.2rem!important}.mr-2{margin-right:.4rem!important}.mr-3{margin-right:.8rem!important}.mr-4{margin-right:1.6rem!important}.mr-5{margin-right:2.4rem!important}.mr-6{margin-right:3.2rem!important}.mr-7{margin-right:4rem!important}.mb-0{margin-bottom:0!important}.mb-1{margin-bottom:.2rem!important}.mb-2{margin-bottom:.4rem!important}.mb-3{margin-bottom:.8rem!important}.mb-4{margin-bottom:1.6rem!important}.mb-5{margin-bottom:2.4rem!important}.mb-6{margin-bottom:3.2rem!important}.mb-7{margin-bottom:4rem!important}.ml-0{margin-left:0!important}.mx-0,.my-0{margin:0}.ml-1{margin-left:.2rem!important}.mx-1{margin:0 .2rem}.my-1{margin:.2rem 0}.ml-2{margin-left:.4rem!important}.mx-2{margin:0 .4rem}.my-2{margin:.4rem 0}.ml-3{margin-left:.8rem!important}.mx-3{margin:0 .8rem}.my-3{margin:.8rem 0}.ml-4{margin-left:1.6rem!important}.mx-4{margin:0 1.6rem}.my-4{margin:1.6rem 0}.ml-5{margin-left:2.4rem!important}.mx-5{margin:0 2.4rem}.my-5{margin:2.4rem 0}.ml-6{margin-left:3.2rem!important}.mx-6{margin:0 3.2rem}.my-6{margin:3.2rem 0}.ml-7{margin-left:4rem!important}.mx-7{margin:0 4rem}.my-7{margin:4rem 0}.pt-0{padding-top:0!important}.pt-1{padding-top:.2rem!important}.pt-2{padding-top:.4rem!important}.pt-3{padding-top:.8rem!important}.pt-4{padding-top:1.6rem!important}.pt-5{padding-top:2.4rem!important}.pt-6{padding-top:3.2rem!important}.pt-7{padding-top:4rem!important}.pr-0{padding-right:0!important}.pr-1{padding-right:.2rem!important}.pr-2{padding-right:.4rem!important}.pr-3{padding-right:.8rem!important}.pr-4{padding-right:1.6rem!important}.pr-5{padding-right:2.4rem!important}.pr-6{padding-right:3.2rem!important}.pr-7{padding-right:4rem!important}.pb-0{padding-bottom:0!important}.pb-1{padding-bottom:.2rem!important}.pb-2{padding-bottom:.4rem!important}.pb-3{padding-bottom:.8rem!important}.pb-4{padding-bottom:1.6rem!important}.pb-5{padding-bottom:2.4rem!important}.pb-6{padding-bottom:3.2rem!important}.pb-7{padding-bottom:4rem!important}.pl-0{padding-left:0!important}.px-0,.py-0{padding:0}.pl-1{padding-left:.2rem!important}.px-1{padding:0 .2rem}.py-1{padding:.2rem 0}.pl-2{padding-left:.4rem!important}.px-2{padding:0 .4rem}.py-2{padding:.4rem 0}.pl-3{padding-left:.8rem!important}.px-3{padding:0 .8rem}.py-3{padding:.8rem 0}.pl-4{padding-left:1.6rem!important}.px-4{padding:0 1.6rem}.py-4{padding:1.6rem 0}.pl-5{padding-left:2.4rem!important}.px-5{padding:0 2.4rem}.py-5{padding:2.4rem 0}.pl-6{padding-left:3.2rem!important}.px-6{padding:0 3.2rem}.py-6{padding:3.2rem 0}.pl-7{padding-left:4rem!important}.px-7{padding:0 4rem}.py-7{padding:4rem 0}.table{margin:16px 0 12px}.table thead tr,.table tbody tr{border-bottom:solid 1px #d8d8d8}.table thead tr th,.table tfoot tr td{font-weight:700}.table tr th,.table tr td{font-family:"Univers-Basic-Regular",Arial,Sans-serif!important;font-size:15px;padding:10px 12px}.responsive-scrollable-table{overflow-x:auto}nav.vg-tabs{display:grid!important;grid-auto-flow:rows;grid-gap:0;grid-template-columns:1fr;align-items:center;justify-content:center;padding:12px;text-align:center}@media (min-width: 1024px){nav.vg-tabs{grid-auto-flow:column;grid-template-columns:repeat(auto-fit,minmax(100px,1fr))}}nav.vg-tabs>*{position:relative;width:100%;border:solid 1px rgba(0,0,0,.2);border-bottom:none;padding:8px 16px}nav.vg-tabs>*:last-child{border-bottom:solid 1px rgba(0,0,0,.2)}nav.vg-tabs>*:hover,nav.vg-tabs>*.selected{background-color:#96151d;color:#fff}nav.vg-tabs>*:hover{background-color:#801219}@media (min-width: 1024px){nav.vg-tabs button{border:solid 1px rgba(0,0,0,.2);border-right:none;padding:8px}nav.vg-tabs button:first-child{border-bottom-left-radius:40px;border-top-left-radius:40px;padding-left:16px}nav.vg-tabs button:last-child{border-right:solid 1px rgba(0,0,0,.2);border-bottom-right-radius:40px;border-top-right-radius:40px;padding-right:16px}}@media (max-width: 1023.98px){nav.vg-tabs.tabs-open button:first-child:after{position:absolute;display:inline-block;width:10px;height:10px;top:12px;right:20px;border-bottom:solid 2px #ffffff;border-right:solid 2px #ffffff;transform:rotate(45deg);content:""}nav.vg-tabs.tabs-closed .selected{border-radius:40px}nav.vg-tabs.tabs-closed .selected.selected:after{position:absolute;display:inline-block;width:10px;height:10px;top:12px;right:20px;border-bottom:solid 2px #ffffff;border-right:solid 2px #ffffff;transform:rotate(45deg);content:""}nav.vg-tabs.tabs-closed :not(.selected){display:none}}.positive-text{color:#3ab54a}.negative-text{color:#e70412}h1,.dlu-5xl-text{font-family:Univers-Basic-Bold,sans-serif;font-size:4rem;line-height:4.4rem;margin:4.8rem 0rem}@media (min-width: 1024px){h1,.dlu-5xl-text{font-size:4.8rem;line-height:5.6rem;margin:6.4rem 0rem}}@media (min-width: 1200px){h1,.dlu-5xl-text{font-size:6.4rem;line-height:7.2rem}}h2,.dlu-4xl-text{font-family:Univers-Basic-Bold,sans-serif;font-size:3.8rem;line-height:4.6rem;margin:4.8rem 0rem}@media (min-width: 1024px){h2,.dlu-4xl-text{font-size:4.4rem;line-height:5.2rem}}@media (min-width: 1200px){h2,.dlu-4xl-text{font-size:5.6rem;line-height:6.4rem}}h3,.dlu-xxxl-text{font-family:Univers-Basic-Bold,sans-serif;font-size:3.2rem;line-height:4rem;margin:2.4rem 0rem}@media (min-width: 1024px){h3,.dlu-xxxl-text{font-size:4rem;line-height:4.8rem}}@media (min-width: 1200px){h3,.dlu-xxxl-text{font-size:4.8rem;line-height:5.6rem;margin:3.2rem 0rem}}h4,.dlu-xxl-text{font-family:Univers-Basic-Bold,sans-serif;font-size:2.8rem;line-height:3.4rem;margin:2.4rem 0rem}@media (min-width: 1024px){h4,.dlu-xxl-text{font-size:3.4rem;line-height:4.2rem}}@media (min-width: 1200px){h4,.dlu-xxl-text{font-size:4rem;line-height:4.8rem;margin:3.2rem 0rem}}h5,.dlu-xl-text{font-family:Univers-Basic-Bold,sans-serif;font-size:2.4rem;line-height:3.2rem;margin:2.4rem 0rem}@media (min-width: 1024px){h5,.dlu-xl-text{font-size:2.8rem;line-height:3.6rem}}@media (min-width: 1200px){h5,.dlu-xl-text{font-size:3.2rem;line-height:4rem;margin:3.2rem 0rem}}h6,.dlu-large-text{font-family:Univers-Basic-Bold,sans-serif;font-size:2rem;line-height:2.8rem;margin:1.6rem 0rem}@media (min-width: 1024px){h6,.dlu-large-text{font-size:2.2rem;line-height:3rem}}@media (min-width: 1200px){h6,.dlu-large-text{font-size:2.4rem;line-height:3.2rem}}.dlu-medium-text{font-family:Univers-Basic-Bold,sans-serif;font-size:2rem;line-height:2.8rem;margin:1.6rem 0rem}@media (max-width: 1023.98px){.dlu-medium-text{font-size:1.8rem;line-height:2.6rem}}.dlu-small-text{font-family:Univers-Basic-Bold,sans-serif;font-size:1.8rem;line-height:2.6rem;margin:1.6rem 0rem}@media (max-width: 1023.98px){.dlu-small-text{font-size:1.6rem;line-height:2.4rem}}p,.dlu-paragraph-text{font-family:Univers-Basic-Regular,sans-serif;font-size:1.6rem;line-height:2.4rem;margin:1.6rem 0rem}.dlu-paragraph-small-text{font-family:Univers-Basic-Regular,sans-serif;font-size:1.4rem;line-height:2.2rem;margin:.8rem 0rem}.dlu-xs-uppercase-text{font-family:Univers-Basic-Regular,sans-serif;font-size:1.2rem;line-height:2rem;letter-spacing:.2rem;text-transform:uppercase;margin:.8rem 0rem}.dlu-xxs-uppercase-text{font-family:Univers-Basic-Regular,sans-serif;font-size:1rem;line-height:1.8rem;letter-spacing:.2rem;text-transform:uppercase;margin:.4rem 0rem}.mat-mdc-progress-bar .mdc-linear-progress__buffer-dots{background-image:url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(150, 21, 29, 0.25)'/%3E%3C/svg%3E")}.mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots{background-image:url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(2, 116, 201, 0.25)'/%3E%3C/svg%3E")}.mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots{background-image:url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(244, 67, 54, 0.25)'/%3E%3C/svg%3E")}.mat-badge{position:relative}.mat-badge.mat-badge{overflow:visible}.mat-badge-hidden .mat-badge-content{display:none}.mat-badge-content{position:absolute;text-align:center;display:inline-block;border-radius:50%;transition:transform .2s ease-in-out;transform:scale(.6);overflow:hidden;white-space:nowrap;text-overflow:ellipsis;pointer-events:none}.ng-animate-disabled .mat-badge-content,.mat-badge-content._mat-animation-noopable{transition:none}.mat-badge-content.mat-badge-active{transform:none}.mat-badge-small .mat-badge-content{width:16px;height:16px;line-height:16px}.mat-badge-small.mat-badge-above .mat-badge-content{top:-8px}.mat-badge-small.mat-badge-below .mat-badge-content{bottom:-8px}.mat-badge-small.mat-badge-before .mat-badge-content{left:-16px}[dir=rtl] .mat-badge-small.mat-badge-before .mat-badge-content{left:auto;right:-16px}.mat-badge-small.mat-badge-after .mat-badge-content{right:-16px}[dir=rtl] .mat-badge-small.mat-badge-after .mat-badge-content{right:auto;left:-16px}.mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content{left:-8px}[dir=rtl] .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content{left:auto;right:-8px}.mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content{right:-8px}[dir=rtl] .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content{right:auto;left:-8px}.mat-badge-medium .mat-badge-content{width:22px;height:22px;line-height:22px}.mat-badge-medium.mat-badge-above .mat-badge-content{top:-11px}.mat-badge-medium.mat-badge-below .mat-badge-content{bottom:-11px}.mat-badge-medium.mat-badge-before .mat-badge-content{left:-22px}[dir=rtl] .mat-badge-medium.mat-badge-before .mat-badge-content{left:auto;right:-22px}.mat-badge-medium.mat-badge-after .mat-badge-content{right:-22px}[dir=rtl] .mat-badge-medium.mat-badge-after .mat-badge-content{right:auto;left:-22px}.mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content{left:-11px}[dir=rtl] .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content{left:auto;right:-11px}.mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content{right:-11px}[dir=rtl] .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content{right:auto;left:-11px}.mat-badge-large .mat-badge-content{width:28px;height:28px;line-height:28px}.mat-badge-large.mat-badge-above .mat-badge-content{top:-14px}.mat-badge-large.mat-badge-below .mat-badge-content{bottom:-14px}.mat-badge-large.mat-badge-before .mat-badge-content{left:-28px}[dir=rtl] .mat-badge-large.mat-badge-before .mat-badge-content{left:auto;right:-28px}.mat-badge-large.mat-badge-after .mat-badge-content{right:-28px}[dir=rtl] .mat-badge-large.mat-badge-after .mat-badge-content{right:auto;left:-28px}.mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content{left:-14px}[dir=rtl] .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content{left:auto;right:-14px}.mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content{right:-14px}[dir=rtl] .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content{right:auto;left:-14px}.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,.mat-form-field-can-float .mat-input-server:focus+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.34375em) scale(.75);width:133.3333333333%}.mat-form-field-can-float .mat-input-server[label]+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.34374em) scale(.75);width:133.3333433333%}.mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server:focus+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.28125em) scale(.75) perspective(100px) translateZ(.001px);width:133.3333333333%}.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.28125em) scale(.75) perspective(100px) translateZ(.00101px);width:133.3333433333%}.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server[label]+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.28125em) scale(.75) perspective(100px) translateZ(.00102px);width:133.3333533333%}@media print{.mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server:focus+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.28122em) scale(.75)}.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.28121em) scale(.75)}.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server[label]+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.2812em) scale(.75)}}.mat-form-field-appearance-fill.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,.mat-form-field-appearance-fill.mat-form-field-can-float .mat-input-server:focus+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-.59375em) scale(.75);width:133.3333333333%}.mat-form-field-appearance-fill.mat-form-field-can-float .mat-input-server[label]+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-.59374em) scale(.75);width:133.3333433333%}.mat-form-field-appearance-outline.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,.mat-form-field-appearance-outline.mat-form-field-can-float .mat-input-server:focus+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.59375em) scale(.75);width:133.3333333333%}.mat-form-field-appearance-outline.mat-form-field-can-float .mat-input-server[label]+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.59374em) scale(.75);width:133.3333433333%}.cdk-overlay-container{z-index:1002!important}.container{width:100%;margin-right:auto;margin-left:auto;max-width:1200px}@media only screen and (min-width: 1200px){.container{padding-right:80px;padding-left:80px}}@media only screen and (min-width: 1024px) and (max-width: 1199px){.container{padding-right:40px;padding-left:40px}}@media only screen and (min-width: 640px) and (max-width: 1023px){.container{padding-right:24px;padding-left:24px}}@media only screen and (max-width: 639px){.container{padding-right:16px;padding-left:16px}}.container-fluid,.container-xl{width:100%;margin-right:auto;margin-left:auto}@media only screen and (min-width: 1200px){.container-fluid,.container-xl{padding-right:80px;padding-left:80px}}@media only screen and (min-width: 1024px) and (max-width: 1199px){.container-fluid,.container-xl{padding-right:40px;padding-left:40px}}@media only screen and (min-width: 640px) and (max-width: 1023px){.container-fluid,.container-xl{padding-right:24px;padding-left:24px}}@media only screen and (max-width: 639px){.container-fluid,.container-xl{padding-right:16px;padding-left:16px}}.container-md,.container-sm,.container{max-width:1200px}.row{display:flex;flex-wrap:wrap;margin-right:-8px;margin-left:-8px}.no-gutters{margin-right:0;margin-left:0}.no-gutters>.col,.no-gutters>[class*=col-]{padding-right:0;padding-left:0}.col-lg,.col-lg-auto,.col-lg-12,.col-lg-11,.col-lg-10,.col-lg-9,.col-lg-8,.col-lg-7,.col-lg-6,.col-lg-5,.col-lg-4,.col-lg-3,.col-lg-2,.col-lg-1,.col-md,.col-md-auto,.col-md-12,.col-md-11,.col-md-10,.col-md-9,.col-md-8,.col-md-7,.col-md-6,.col-md-5,.col-md-4,.col-md-3,.col-md-2,.col-md-1,.col-sm,.col-sm-auto,.col-sm-12,.col-sm-11,.col-sm-10,.col-sm-9,.col-sm-8,.col-sm-7,.col-sm-6,.col-sm-5,.col-sm-4,.col-sm-3,.col-sm-2,.col-sm-1,.col,.col-auto,.col-12,.col-11,.col-10,.col-9,.col-8,.col-7,.col-6,.col-5,.col-4,.col-3,.col-2,.col-1{position:relative;width:100%;padding-right:8px;padding-left:8px}.col{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-1>*{flex:0 0 100%;max-width:100%}.row-cols-2>*{flex:0 0 50%;max-width:50%}.row-cols-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-4>*{flex:0 0 25%;max-width:25%}.row-cols-5>*{flex:0 0 20%;max-width:20%}.row-cols-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-auto{flex:0 0 auto;width:auto;max-width:100%}.col-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-3{flex:0 0 25%;max-width:25%}.col-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-6{flex:0 0 50%;max-width:50%}.col-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-9{flex:0 0 75%;max-width:75%}.col-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-12{flex:0 0 100%;max-width:100%}.order-first{order:-1}.order-last{order:13}.order-0{order:0}.order-1{order:1}.order-2{order:2}.order-3{order:3}.order-4{order:4}.order-5{order:5}.order-6{order:6}.order-7{order:7}.order-8{order:8}.order-9{order:9}.order-10{order:10}.order-11{order:11}.order-12{order:12}.offset-1{margin-left:8.3333333333%}.offset-2{margin-left:16.6666666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.3333333333%}.offset-5{margin-left:41.6666666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.3333333333%}.offset-8{margin-left:66.6666666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.3333333333%}.offset-11{margin-left:91.6666666667%}@media (min-width: 768px){.col-sm{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-sm-1>*{flex:0 0 100%;max-width:100%}.row-cols-sm-2>*{flex:0 0 50%;max-width:50%}.row-cols-sm-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-sm-4>*{flex:0 0 25%;max-width:25%}.row-cols-sm-5>*{flex:0 0 20%;max-width:20%}.row-cols-sm-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-sm-auto{flex:0 0 auto;width:auto;max-width:100%}.col-sm-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-sm-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-sm-3{flex:0 0 25%;max-width:25%}.col-sm-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-sm-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-sm-6{flex:0 0 50%;max-width:50%}.col-sm-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-sm-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-sm-9{flex:0 0 75%;max-width:75%}.col-sm-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-sm-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-sm-12{flex:0 0 100%;max-width:100%}.order-sm-first{order:-1}.order-sm-last{order:13}.order-sm-0{order:0}.order-sm-1{order:1}.order-sm-2{order:2}.order-sm-3{order:3}.order-sm-4{order:4}.order-sm-5{order:5}.order-sm-6{order:6}.order-sm-7{order:7}.order-sm-8{order:8}.order-sm-9{order:9}.order-sm-10{order:10}.order-sm-11{order:11}.order-sm-12{order:12}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.3333333333%}.offset-sm-2{margin-left:16.6666666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.3333333333%}.offset-sm-5{margin-left:41.6666666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.3333333333%}.offset-sm-8{margin-left:66.6666666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.3333333333%}.offset-sm-11{margin-left:91.6666666667%}}@media (min-width: 1024px){.col-md{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-md-1>*{flex:0 0 100%;max-width:100%}.row-cols-md-2>*{flex:0 0 50%;max-width:50%}.row-cols-md-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-md-4>*{flex:0 0 25%;max-width:25%}.row-cols-md-5>*{flex:0 0 20%;max-width:20%}.row-cols-md-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-md-auto{flex:0 0 auto;width:auto;max-width:100%}.col-md-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-md-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-md-3{flex:0 0 25%;max-width:25%}.col-md-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-md-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-md-6{flex:0 0 50%;max-width:50%}.col-md-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-md-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-md-9{flex:0 0 75%;max-width:75%}.col-md-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-md-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-md-12{flex:0 0 100%;max-width:100%}.order-md-first{order:-1}.order-md-last{order:13}.order-md-0{order:0}.order-md-1{order:1}.order-md-2{order:2}.order-md-3{order:3}.order-md-4{order:4}.order-md-5{order:5}.order-md-6{order:6}.order-md-7{order:7}.order-md-8{order:8}.order-md-9{order:9}.order-md-10{order:10}.order-md-11{order:11}.order-md-12{order:12}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.3333333333%}.offset-md-2{margin-left:16.6666666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.3333333333%}.offset-md-5{margin-left:41.6666666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.3333333333%}.offset-md-8{margin-left:66.6666666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.3333333333%}.offset-md-11{margin-left:91.6666666667%}}@media (min-width: 1200px){.col-lg{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-lg-1>*{flex:0 0 100%;max-width:100%}.row-cols-lg-2>*{flex:0 0 50%;max-width:50%}.row-cols-lg-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-lg-4>*{flex:0 0 25%;max-width:25%}.row-cols-lg-5>*{flex:0 0 20%;max-width:20%}.row-cols-lg-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-lg-auto{flex:0 0 auto;width:auto;max-width:100%}.col-lg-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-lg-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-lg-3{flex:0 0 25%;max-width:25%}.col-lg-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-lg-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-lg-6{flex:0 0 50%;max-width:50%}.col-lg-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-lg-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-lg-9{flex:0 0 75%;max-width:75%}.col-lg-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-lg-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-lg-12{flex:0 0 100%;max-width:100%}.order-lg-first{order:-1}.order-lg-last{order:13}.order-lg-0{order:0}.order-lg-1{order:1}.order-lg-2{order:2}.order-lg-3{order:3}.order-lg-4{order:4}.order-lg-5{order:5}.order-lg-6{order:6}.order-lg-7{order:7}.order-lg-8{order:8}.order-lg-9{order:9}.order-lg-10{order:10}.order-lg-11{order:11}.order-lg-12{order:12}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.3333333333%}.offset-lg-2{margin-left:16.6666666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.3333333333%}.offset-lg-5{margin-left:41.6666666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.3333333333%}.offset-lg-8{margin-left:66.6666666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.3333333333%}.offset-lg-11{margin-left:91.6666666667%}}*{box-sizing:border-box}*{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input{line-height:normal}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}html,body{height:100%}html{font-size:62.5%}body{margin:0;font-size:1.6rem}ul{padding-left:1rem}ul li{list-style-type:none;font-family:Univers-Basic-Regular,sans-serif;font-size:1.6rem;line-height:2.4rem;margin:1.6rem 0rem;margin:0rem!important}ul li:before{content:"\2022";color:#96151d;display:inline;width:2.6rem;margin-left:-1rem;font-size:2rem;font-weight:700}ul li:not(:last-child){margin-bottom:2rem!important}ul li span{padding-left:.5rem}.mat-button--large{font-size:1.8rem;line-height:3rem!important;font-family:Univers-Basic-Medium,sans-serif}.mat-button--large .mat-icon{width:22px!important;height:22px!important;font-size:22px!important}.mat-button--medium{font-size:1.4rem;line-height:1.6rem!important;font-family:Univers-Basic-Medium,sans-serif}.mat-button-base:not(.mat-icon-button){min-width:120px;border-radius:2.5em!important;padding:8px 24px}.mat-button-base:not(.mat-icon-button) .mat-icon{position:relative;right:-8px;width:16px;height:16px;font-size:16px}.mat-flat-button{transition-duration:.25s;transition-timing-function:linear}.mat-flat-button:hover{box-shadow:0 4px 4px #0003;background-color:#830f15}.mat-flat-button:active{background-color:#68060a}.mat-stroked-button{line-height:2rem!important;border-color:#6c6c6c!important;border-bottom:1px solid #6c6c6c!important;font-family:Univers-Basic-Medium,sans-serif;color:#303030!important;transition-duration:.25s;transition-timing-function:linear}.mat-stroked-button:hover{border-bottom:1px solid #6c6c6c!important}.mat-stroked-button:hover:not(.mat-icon-button){box-shadow:0 4px 4px #0003}.mat-stroked-button:hover:not(.mat-icon-button) .mat-button-focus-overlay{opacity:0!important}.mat-stroked-button:active{background-color:#616161;color:#fff}.mat-icon-button:not(.mat-stroked-button):not(.mat-flat-button):hover{box-shadow:0 3px 3px #bdbdbd,0 3px 1px -1px #616161;transform:scale(1.2)}.mat-icon-button:not(.mat-stroked-button):not(.mat-flat-button):active{color:#0274c9}.mat-icon-button{width:3.2rem!important;height:3.2rem!important;line-height:3.2rem!important}.mat-icon-button .mat-icon:not(.mat-icon-inline){width:1.6rem!important;height:1.6rem!important;font-size:1.6rem!important;line-height:1.6rem!important;position:relative;top:-.1em}.short-button{padding:8px 48px!important;min-width:auto!important}.mat-stroked-button.short-button{padding:8px 40px!important}.flat-icon-button{min-height:36px!important;min-width:60px!important;border-radius:18px;background-color:#fff;box-shadow:0 0 6px #0003!important;padding:0!important}.mat-stroked-button.flat-icon-button{border-color:#f9f9f9!important}.mat-stroked-button.flat-icon-button:hover{border-color:#979797!important}.mat-button-base:not(.mat-icon-button).flat-icon-button .mat-icon{padding-left:5px!important;right:0!important}.mat-flat-button.mat-primary[disabled]{background-color:#979797;color:#fff}.mat-flat-button.mat-primary[disabled]:hover{box-shadow:none}.mat-bottom-sheet-container.mat-bottom-sheet-container{padding:4rem 1.6rem}.mat-checkbox-label{position:relative;bottom:-.1em}.mat-checkbox-inner-container{height:20px!important;width:20px!important}.mat-checkbox-inner-container:hover .mat-checkbox-frame{border-color:#6c6c6c;box-shadow:0 2px 4px #0003}.mat-checkbox .mat-checkbox-ripple{height:0!important;width:0!important}.mat-checkbox-background,.mat-checkbox-frame{border-radius:0!important}.mat-dialog-container .dlu-medium-text{padding-bottom:2.4rem!important}.dlu-medium-text+h6{padding-top:0rem!important;padding-bottom:1.6rem!important}.dlu-medium-text+.mat-dialog-title{padding-top:0rem!important;font-family:Univers-Basic-Bold,sans-serif;font-size:2rem;line-height:2.8rem;margin:1.6rem 0rem}@media (min-width: 1024px){.dlu-medium-text+.mat-dialog-title{font-size:2.2rem;line-height:3rem}}@media (min-width: 1200px){.dlu-medium-text+.mat-dialog-title{font-size:2.4rem;line-height:3.2rem}}.mat-dialog-title{padding-top:4rem;font-family:Univers-Basic-Bold,sans-serif;font-size:2rem;line-height:2.8rem;margin:1.6rem 0rem;margin:0rem!important}@media (min-width: 1024px){.mat-dialog-title{font-size:2.2rem;line-height:3rem}}@media (min-width: 1200px){.mat-dialog-title{font-size:2.4rem;line-height:3.2rem}}.mat-dialog-content{font-family:Univers-Basic-Regular,sans-serif;font-size:1.6rem;line-height:2.4rem;margin:1.6rem 0rem}.mat-dialog-content p{padding:0rem!important}.mat-dialog-actions.mat-dialog-actions{padding-top:2.4rem;padding-bottom:4rem}.close{font-size:1.6rem;width:1.6rem;float:right}.mat-radio-label{white-space:normal!important}.mat-radio-label-content{position:relative;bottom:-.1em;padding-left:1.6rem!important}.mat-radio-container{height:3.2rem!important;width:3.2rem!important}.mat-radio-container:focus .mat-ripple-element.mat-radio-persistent-ripple,.mat-radio-container:active .mat-ripple-element.mat-radio-persistent-ripple,.mat-radio-container:hover .mat-ripple-element.mat-radio-persistent-ripple{background-color:#fff;color:#fff}.mat-radio-outer-circle{height:3.2rem!important;width:3.2rem!important}.mat-radio-inner-circle{height:2.2rem!important;width:2.2rem!important;top:.5rem!important;left:.5rem!important;position:relative}.mat-radio-outer-circle:hover,.mat-radio-inner-circle:hover{background-color:#0274c9!important;border-color:#0274c9}.mat-radio-inner-circle,.mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple),.mat-radio-checked .mat-radio-persistent-ripple,:active .mat-radio-persistent-ripple{background-color:#fff!important}.mat-radio-button.mat-primary.mat-radio-checked .mat-radio-outer-circle{background-color:#0274c9;border-color:#0274c9!important}.mat-radio-group{margin-top:-1em;display:flex;flex-direction:column}.mat-radio-button{margin-top:2.4rem}.mat-radio-button .dlu-small-text+.dlu-typography-paragraph{font-family:Univers-Basic-Regular,sans-serif}.mat-tab-label-content .mat-icon{position:relative;margin-right:.8rem;width:2rem;height:2rem;font-size:2rem}.mat-tab-labels .mat-tab-label{text-transform:uppercase;justify-content:left;padding:0 .8rem;color:#000}.mat-tab-label:hover{background-color:#eee}.mat-tab-label-active{font-family:Univers-Basic-Bold,Helvetica Neue,"sans-serif"}.mat-ink-bar{background-image:linear-gradient(-90deg,#ff191e,#68060a)!important;height:.4rem!important}.mat-form-field-should-float .mat-form-field-label{font-family:Univers-Basic-Regular,sans-serif;font-size:1rem;line-height:1.8rem;letter-spacing:.2rem;text-transform:uppercase;margin:.4rem 0rem;color:#212121;transform:translateY(-1.28125em) scale(1) perspective(100px) translateZ(.001px)!important}.mat-form-field-should-float .mat-form-field-ripple{height:1px!important;border-bottom:1px solid!important}.mat-form-field-should-float .mat-input-element{font-family:Univers-Basic-Regular,sans-serif;font-size:1.6rem;line-height:2.4rem;margin:1.6rem 0rem;margin:0}.mat-form-field.mat-focused .mat-form-field-label{color:#212121}.mat-card{padding:40px 32px!important;max-width:456px;border:1px solid #eaeaea;box-shadow:none!important;border-radius:4px}.mat-card-title-group{display:block!important;text-align:center}.info-panel{background-color:#e3f9fd;border:1px solid #d1f2f9;color:#026cc3;border-radius:2px;display:block;margin-top:4rem;padding:0rem 2.4rem;text-align:justify}.info-panel ul{padding-left:1rem}.info-panel ul li:before{color:#026cc3;display:inline!important}.info-panel ul li:not(:last-child){margin-bottom:2rem!important}.info-panel__body{margin-top:1.6rem}@media only screen and (max-width: 650px){.info-panel{padding:1.8rem!important;line-height:26px;text-align-all:justify}}.grey-expansion-panel{background-color:#f9f9f9;border-bottom:1px solid #d1d1d1}.mat-expansion-panel{border-radius:unset!important}.mat-expansion-panel-header:active{background-color:#d1d1d1!important}@media (hover: none){.mat-expansion-panel:not(.mat-expanded):not([aria-disabled=true]) .mat-expansion-panel-header:hover{background:none}}.mat-select-arrow{color:#b1101a!important}a:not(.mat-button-base){color:#0274c9;text-decoration:none}a:not(.mat-button-base):hover,a:not(.mat-button-base):active{text-decoration:none;color:#0144a9}a:not(.mat-button-base) .mat-icon{position:relative;top:.15em;width:1em;height:1em;font-size:1em;margin-left:8px}a:not(.mat-button-base):hover .mat-icon{transform:translate(5px)}.d-none{display:none!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:flex!important}.d-inline-flex{display:inline-flex!important}@media (min-width: 768px){.d-sm-none{display:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:flex!important}.d-sm-inline-flex{display:inline-flex!important}}@media (min-width: 1024px){.d-md-none{display:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:flex!important}.d-md-inline-flex{display:inline-flex!important}}@media (min-width: 1200px){.d-lg-none{display:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:flex!important}.d-lg-inline-flex{display:inline-flex!important}}li b,li strong,p b,p strong{font-family:Univers-Basic-Medium,sans-serif;font-weight:400}.footnote b{font-family:Univers-Basic-Bold,sans-serif}.legend{font-size:15px}ol.ordered li,ul.unordered li{margin-bottom:6px}ol.ordered,ul.linkList,ul.unordered{margin-bottom:18px}input,input[type=date],input[type=datetime-local],input[type=datetime],input[type=email],input[type=month],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=time],input[type=url],input[type=week],select{height:36px;width:100%;border:1px solid #ccc}.gbsButtonLarge,.gbsButtonSmall{padding:1rem 1.5rem;font-family:Univers-Basic-Regular,sans-serif;font-size:14px;line-height:14px;text-transform:uppercase;background:#96151d;color:#fff;margin:.6rem 0;white-space:nowrap}.vuiFontVanguardRed{color:#96151d!important}.vuiTextAlignCenter{text-align:center!important}.vuiPaddingBottom0px{padding-bottom:0!important}.vuiFontWhite{color:#fff!important}.vuiMarginBottom18px{margin-bottom:18px!important}.vuiWidth100Percent{width:100%!important}.gbsWhiteRed{color:#96151d!important;background-color:#fff!important}.gbs-icon-cell_phone{background:transparent url(/static/assets/images/cell_phone.svg) no-repeat scroll 0 0}[class*=amcharts] g{font-size:9px!important}@media screen and (min-width: 768px){[class*=amcharts] g{font-size:10px!important}}@media screen and (min-width: 1024px){[class*=amcharts] g{font-size:11px!important}}:root{--ukd-nav-action-bar: #f0f0f0;--ukd-color-red-hover: #7d1119;--ukd-legacy-link-btn: #8d4900;--ukd-footer-bg-color: #f0f0f0;--ukd-font-family-regular: Arial, Helvetica, sans-serif}retail-direct-global-header{z-index:1001!important}retail-direct-global-header *{line-height:initial}retail-direct-global-header ul li:not(:last-child){margin-bottom:0!important}retail-direct-global-header ul li:before{content:unset!important}@media (max-width: 63.99875rem){retail-direct-global-header .global-header .container{padding:0 16px!important}}retail-direct-global-header .global-header .badge{line-height:16px!important;width:16px!important;margin-left:2px!important}retail-direct-global-header:not(nds-base-alert-banner) .container,retail-direct-global-header:not(nds-base-alert-banner) .container-full{display:block;width:100%;padding-right:16px;padding-left:16px;margin-right:auto;margin-left:auto}retail-direct-global-header:not(nds-base-alert-banner) .container,retail-direct-global-header:not(nds-base-alert-banner) .container-full{padding-right:16px;padding-left:16px}@media (min-width: 320px){retail-direct-global-header:not(nds-base-alert-banner) .container,retail-direct-global-header:not(nds-base-alert-banner) .container-full{padding-right:16px;padding-left:16px}}@media (min-width: 768px){retail-direct-global-header:not(nds-base-alert-banner) .container,retail-direct-global-header:not(nds-base-alert-banner) .container-full{padding-right:32px;padding-left:32px}}@media (min-width: 1024px){retail-direct-global-header:not(nds-base-alert-banner) .container,retail-direct-global-header:not(nds-base-alert-banner) .container-full{padding-right:32px;padding-left:32px}retail-direct-global-header:not(nds-base-alert-banner) .container{max-width:1024px}}@media (min-width: 1200px){retail-direct-global-header:not(nds-base-alert-banner) .container,retail-direct-global-header:not(nds-base-alert-banner) .container-full{padding-right:32px;padding-left:32px}retail-direct-global-header:not(nds-base-alert-banner) .container{max-width:1200px}}retail-direct-global-header retail-direct-nav-bar ul.image-link li span{line-height:24px}retail-direct-global-header retail-direct-mobile-menu .badge{line-height:initial!important;width:16px!important;height:16px!important;margin-left:4px!important}retail-direct-global-header retail-direct-mobile-menu .sub-nav ul li a{font-size:14px!important}retail-direct-global-header retail-direct-mobile-menu .basket .basket-icon svg{height:20px!important;width:20px!important}retail-direct-global-header retail-direct-mobile-menu ul li:before{content:unset!important}retail-direct-global-header retail-direct-mobile-menu .menu-button{font-family:var(--ukd-font-family-regular)}retail-direct-global-header retail-direct-global-search input[type=search]{box-sizing:border-box}retail-direct-global-header retail-direct-global-search .clear-search-btn{top:12px!important;right:48px!important}@media (min-width: 64rem){retail-direct-global-header retail-direct-global-search .clear-search-btn{top:7px!important;right:8px!important}retail-direct-global-header retail-direct-global-search .clear-search-btn b{top:-2px!important}}retail-direct-global-header retail-direct-global-search .clear-search-btn b{right:0!important}retail-direct-monorepo-basket a:not(.mat-button-base):hover,retail-direct-monorepo-basket a:not(.mat-button-base):active{color:#fff!important}retail-direct-monorepo-basket .basket{padding:24px}retail-direct-monorepo-basket .basket .empty-basket{height:80px!important;width:80px!important;border-radius:40px!important;margin:16px 36px 36px!important}retail-direct-monorepo-basket .basket .empty-basket .basket-icon{height:40px!important;width:40px!important;top:20px!important;left:20px!important}retail-direct-monorepo-basket .basket button.remove-basket-item{padding:4px 22px!important;height:34px!important;margin-top:10px!important;margin-bottom:10px!important;border-radius:25px!important}retail-direct-monorepo-basket .basket button.remove-basket-item nds-base-icon{height:12px!important;width:12px!important}retail-direct-monorepo-basket .basket button.remove-basket-item .remove-text{font-size:14px;font-weight:600}retail-direct-monorepo-basket .basket button.remove-basket-item .remove-text .remove-item-close-icon{top:9px!important;right:15px!important}retail-direct-monorepo-basket .basket button.clear-btn-primary{padding:8px 40px!important;font-size:14px!important;font-weight:600!important;border-radius:25px!important}retail-direct-monorepo-basket .basket-header h2{font-family:Univers-Basic-Bold,Arial,sans-serif!important;font-size:24px!important;margin:24px 0!important}retail-direct-monorepo-basket .icon-sm{width:24px}retail-direct-monorepo-basket .legacy-btn-primary{padding:8px 24px!important;border-radius:25px!important;font-size:14px!important;margin-bottom:16px!important;line-height:24px!important}retail-direct-global-footer{--ukd-font-family-regular: Arial, Helvetica, sans-serif;--ukd-footer-bg-color: #f0f0f0}retail-direct-global-footer .container,retail-direct-global-footer .container-full{display:block;width:100%;padding-right:16px;padding-left:16px;margin-right:auto;margin-left:auto}retail-direct-global-footer .container,retail-direct-global-footer .container-full{padding-right:16px;padding-left:16px}@media (min-width: 320px){retail-direct-global-footer .container,retail-direct-global-footer .container-full{padding-right:16px;padding-left:16px}}@media (min-width: 768px){retail-direct-global-footer .container,retail-direct-global-footer .container-full{padding-right:32px;padding-left:32px}}@media (min-width: 1024px){retail-direct-global-footer .container,retail-direct-global-footer .container-full{padding-right:32px;padding-left:32px}retail-direct-global-footer .container{max-width:1024px}}@media (min-width: 1200px){retail-direct-global-footer .container,retail-direct-global-footer .container-full{padding-right:32px;padding-left:32px}retail-direct-global-footer .container{max-width:1200px}}retail-direct-global-footer *{line-height:initial}retail-direct-global-footer .utility-footer-container .utility-footer .utility-footer-item{height:40px!important;padding-top:12px!important;font-size:15px!important}retail-direct-global-footer nav.super-footer.container{padding-top:18px!important;padding-bottom:18px!important;font-size:14px!important}retail-direct-global-footer nav.super-footer.container .super-footer-heading{font-size:14px!important}.mat-ripple{overflow:hidden;position:relative}.mat-ripple:not(:empty){transform:translateZ(0)}.mat-ripple.mat-ripple-unbounded{overflow:visible}.mat-ripple-element{position:absolute;border-radius:50%;pointer-events:none;transition:opacity,transform 0ms cubic-bezier(0,0,.2,1);transform:scale3d(0,0,0)}.cdk-high-contrast-active .mat-ripple-element{display:none}.cdk-visually-hidden{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;white-space:nowrap;outline:0;-webkit-appearance:none;-moz-appearance:none;left:0}[dir=rtl] .cdk-visually-hidden{left:auto;right:0}.cdk-overlay-container,.cdk-global-overlay-wrapper{pointer-events:none;top:0;left:0;height:100%;width:100%}.cdk-overlay-container{position:fixed;z-index:1000}.cdk-overlay-container:empty{display:none}.cdk-global-overlay-wrapper{display:flex;position:absolute;z-index:1000}.cdk-overlay-pane{position:absolute;pointer-events:auto;box-sizing:border-box;z-index:1000;display:flex;max-width:100%;max-height:100%}.cdk-overlay-backdrop{position:absolute;inset:0;z-index:1000;pointer-events:auto;-webkit-tap-highlight-color:transparent;transition:opacity .4s cubic-bezier(.25,.8,.25,1);opacity:0}.cdk-overlay-backdrop.cdk-overlay-backdrop-showing{opacity:1}.cdk-high-contrast-active .cdk-overlay-backdrop.cdk-overlay-backdrop-showing{opacity:.6}.cdk-overlay-dark-backdrop{background:rgba(0,0,0,.32)}.cdk-overlay-transparent-backdrop{transition:visibility 1ms linear,opacity 1ms linear;visibility:hidden;opacity:1}.cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing{opacity:0;visibility:visible}.cdk-overlay-backdrop-noop-animation{transition:none}.cdk-overlay-connected-position-bounding-box{position:absolute;z-index:1000;display:flex;flex-direction:column;min-width:1px;min-height:1px}.cdk-global-scrollblock{position:fixed;width:100%;overflow-y:scroll}textarea.cdk-textarea-autosize{resize:none}textarea.cdk-textarea-autosize-measuring{padding:2px 0!important;box-sizing:content-box!important;height:auto!important;overflow:hidden!important}textarea.cdk-textarea-autosize-measuring-firefox{padding:2px 0!important;box-sizing:content-box!important;height:0!important}@keyframes cdk-text-field-autofill-start{}@keyframes cdk-text-field-autofill-end{}.cdk-text-field-autofill-monitored:-webkit-autofill{animation:cdk-text-field-autofill-start 0s 1ms}.cdk-text-field-autofill-monitored:not(:-webkit-autofill){animation:cdk-text-field-autofill-end 0s 1ms}.mat-focus-indicator{position:relative}.mat-focus-indicator:before{inset:0;position:absolute;box-sizing:border-box;pointer-events:none;display:var(--mat-focus-indicator-display, none);border:var(--mat-focus-indicator-border-width, 3px) var(--mat-focus-indicator-border-style, solid) var(--mat-focus-indicator-border-color, transparent);border-radius:var(--mat-focus-indicator-border-radius, 4px)}.mat-focus-indicator:focus:before{content:""}.cdk-high-contrast-active{--mat-focus-indicator-display: block}.mat-mdc-focus-indicator{position:relative}.mat-mdc-focus-indicator:before{inset:0;position:absolute;box-sizing:border-box;pointer-events:none;display:var(--mat-mdc-focus-indicator-display, none);border:var(--mat-mdc-focus-indicator-border-width, 3px) var(--mat-mdc-focus-indicator-border-style, solid) var(--mat-mdc-focus-indicator-border-color, transparent);border-radius:var(--mat-mdc-focus-indicator-border-radius, 4px)}.mat-mdc-focus-indicator:focus:before{content:""}.cdk-high-contrast-active{--mat-mdc-focus-indicator-display: block}.mat-mdc-option{color:var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, .87))}.mat-mdc-option:hover:not(.mdc-list-item--disabled),.mat-mdc-option:focus:not(.mdc-list-item--disabled),.mat-mdc-option.mat-mdc-option-active,.mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled){background:rgba(0,0,0,.04)}.mat-primary .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text{color:var(--mdc-theme-primary, #96151d)}.mat-accent .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text{color:var(--mdc-theme-secondary, #0274c9)}.mat-warn .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text{color:var(--mdc-theme-error, #f44336)}.mat-mdc-optgroup-label{color:var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, .87))}.mat-elevation-z0,.mat-mdc-elevation-specific.mat-elevation-z0{box-shadow:0 0 #0003,0 0 #00000024,0 0 #0000001f}.mat-elevation-z1,.mat-mdc-elevation-specific.mat-elevation-z1{box-shadow:0 2px 1px -1px #0003,0 1px 1px #00000024,0 1px 3px #0000001f}.mat-elevation-z2,.mat-mdc-elevation-specific.mat-elevation-z2{box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f}.mat-elevation-z3,.mat-mdc-elevation-specific.mat-elevation-z3{box-shadow:0 3px 3px -2px #0003,0 3px 4px #00000024,0 1px 8px #0000001f}.mat-elevation-z4,.mat-mdc-elevation-specific.mat-elevation-z4{box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f}.mat-elevation-z5,.mat-mdc-elevation-specific.mat-elevation-z5{box-shadow:0 3px 5px -1px #0003,0 5px 8px #00000024,0 1px 14px #0000001f}.mat-elevation-z6,.mat-mdc-elevation-specific.mat-elevation-z6{box-shadow:0 3px 5px -1px #0003,0 6px 10px #00000024,0 1px 18px #0000001f}.mat-elevation-z7,.mat-mdc-elevation-specific.mat-elevation-z7{box-shadow:0 4px 5px -2px #0003,0 7px 10px 1px #00000024,0 2px 16px 1px #0000001f}.mat-elevation-z8,.mat-mdc-elevation-specific.mat-elevation-z8{box-shadow:0 5px 5px -3px #0003,0 8px 10px 1px #00000024,0 3px 14px 2px #0000001f}.mat-elevation-z9,.mat-mdc-elevation-specific.mat-elevation-z9{box-shadow:0 5px 6px -3px #0003,0 9px 12px 1px #00000024,0 3px 16px 2px #0000001f}.mat-elevation-z10,.mat-mdc-elevation-specific.mat-elevation-z10{box-shadow:0 6px 6px -3px #0003,0 10px 14px 1px #00000024,0 4px 18px 3px #0000001f}.mat-elevation-z11,.mat-mdc-elevation-specific.mat-elevation-z11{box-shadow:0 6px 7px -4px #0003,0 11px 15px 1px #00000024,0 4px 20px 3px #0000001f}.mat-elevation-z12,.mat-mdc-elevation-specific.mat-elevation-z12{box-shadow:0 7px 8px -4px #0003,0 12px 17px 2px #00000024,0 5px 22px 4px #0000001f}.mat-elevation-z13,.mat-mdc-elevation-specific.mat-elevation-z13{box-shadow:0 7px 8px -4px #0003,0 13px 19px 2px #00000024,0 5px 24px 4px #0000001f}.mat-elevation-z14,.mat-mdc-elevation-specific.mat-elevation-z14{box-shadow:0 7px 9px -4px #0003,0 14px 21px 2px #00000024,0 5px 26px 4px #0000001f}.mat-elevation-z15,.mat-mdc-elevation-specific.mat-elevation-z15{box-shadow:0 8px 9px -5px #0003,0 15px 22px 2px #00000024,0 6px 28px 5px #0000001f}.mat-elevation-z16,.mat-mdc-elevation-specific.mat-elevation-z16{box-shadow:0 8px 10px -5px #0003,0 16px 24px 2px #00000024,0 6px 30px 5px #0000001f}.mat-elevation-z17,.mat-mdc-elevation-specific.mat-elevation-z17{box-shadow:0 8px 11px -5px #0003,0 17px 26px 2px #00000024,0 6px 32px 5px #0000001f}.mat-elevation-z18,.mat-mdc-elevation-specific.mat-elevation-z18{box-shadow:0 9px 11px -5px #0003,0 18px 28px 2px #00000024,0 7px 34px 6px #0000001f}.mat-elevation-z19,.mat-mdc-elevation-specific.mat-elevation-z19{box-shadow:0 9px 12px -6px #0003,0 19px 29px 2px #00000024,0 7px 36px 6px #0000001f}.mat-elevation-z20,.mat-mdc-elevation-specific.mat-elevation-z20{box-shadow:0 10px 13px -6px #0003,0 20px 31px 3px #00000024,0 8px 38px 7px #0000001f}.mat-elevation-z21,.mat-mdc-elevation-specific.mat-elevation-z21{box-shadow:0 10px 13px -6px #0003,0 21px 33px 3px #00000024,0 8px 40px 7px #0000001f}.mat-elevation-z22,.mat-mdc-elevation-specific.mat-elevation-z22{box-shadow:0 10px 14px -6px #0003,0 22px 35px 3px #00000024,0 8px 42px 7px #0000001f}.mat-elevation-z23,.mat-mdc-elevation-specific.mat-elevation-z23{box-shadow:0 11px 14px -7px #0003,0 23px 36px 3px #00000024,0 9px 44px 8px #0000001f}.mat-elevation-z24,.mat-mdc-elevation-specific.mat-elevation-z24{box-shadow:0 11px 15px -7px #0003,0 24px 38px 3px #00000024,0 9px 46px 8px #0000001f}.mat-mdc-option{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:var(--mdc-typography-body1-font-family, var(--mdc-typography-font-family, Univers-Basic-Bold, "Helvetica Neue", sans-serif));font-size:var(--mdc-typography-body1-font-size, 15px);line-height:var(--mdc-typography-body1-line-height, 24px);font-weight:var(--mdc-typography-body1-font-weight, 400);letter-spacing:var(--mdc-typography-body1-letter-spacing, normal)}.mat-mdc-card{box-shadow:0 2px 1px -1px #0003,0 1px 1px #00000024,0 1px 3px #0000001f;--mdc-elevated-card-container-color: #fff}.mat-mdc-card-outlined{box-shadow:0 0 #0003,0 0 #00000024,0 0 #0000001f;--mdc-outlined-card-outline-color: #e0e0e0}.mat-mdc-card-subtitle{color:#0000008a}.mat-mdc-card-title{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:var(--mdc-typography-headline6-font-family, var(--mdc-typography-font-family, Univers-Basic-Bold, "Helvetica Neue", sans-serif));font-size:var(--mdc-typography-headline6-font-size, 20px);line-height:var(--mdc-typography-headline6-line-height, 32px);font-weight:var(--mdc-typography-headline6-font-weight, 500);letter-spacing:var(--mdc-typography-headline6-letter-spacing, normal);-webkit-text-decoration:var(--mdc-typography-headline6-text-decoration, inherit);text-decoration:var(--mdc-typography-headline6-text-decoration, inherit);text-transform:var(--mdc-typography-headline6-text-transform, none)}.mat-mdc-card-subtitle{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:var(--mdc-typography-subtitle2-font-family, var(--mdc-typography-font-family, Univers-Basic-Bold, "Helvetica Neue", sans-serif));font-size:var(--mdc-typography-subtitle2-font-size, 14px);line-height:var(--mdc-typography-subtitle2-line-height, 24px);font-weight:var(--mdc-typography-subtitle2-font-weight, 500);letter-spacing:var(--mdc-typography-subtitle2-letter-spacing, normal);-webkit-text-decoration:var(--mdc-typography-subtitle2-text-decoration, inherit);text-decoration:var(--mdc-typography-subtitle2-text-decoration, inherit);text-transform:var(--mdc-typography-subtitle2-text-transform, none)}.mat-mdc-progress-bar{--mdc-linear-progress-active-indicator-color: #96151d}.mat-mdc-progress-bar .mdc-linear-progress__buffer-dots{background-image:url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(150, 21, 29, 0.25)'/%3E%3C/svg%3E")}.mat-mdc-progress-bar .mdc-linear-progress__buffer-bar{background-color:#96151d40}.mat-mdc-progress-bar.mat-accent{--mdc-linear-progress-active-indicator-color: #0274c9}.mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots{background-image:url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(2, 116, 201, 0.25)'/%3E%3C/svg%3E")}.mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-bar{background-color:#0274c940}.mat-mdc-progress-bar.mat-warn{--mdc-linear-progress-active-indicator-color: #f44336}.mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots{background-image:url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(244, 67, 54, 0.25)'/%3E%3C/svg%3E")}.mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-bar{background-color:#f4433640}.mat-mdc-tooltip{--mdc-plain-tooltip-container-color: #616161;--mdc-plain-tooltip-supporting-text-color: white}.mat-mdc-tooltip{--mdc-plain-tooltip-supporting-text-font: Univers-Basic-Bold, "Helvetica Neue", sans-serif;--mdc-plain-tooltip-supporting-text-size: 12px;--mdc-plain-tooltip-supporting-text-weight: 400;--mdc-plain-tooltip-supporting-text-tracking: normal}.mdc-text-field:not(.mdc-text-field--disabled) .mdc-floating-label{color:#0009}.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input{color:#000000de}@media all{.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input::placeholder{color:#0009}}@media all{.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input:-ms-input-placeholder{color:#0009}}.mdc-text-field .mdc-text-field__input{caret-color:var(--mdc-theme-primary, #96151d)}.mdc-text-field:not(.mdc-text-field--disabled)+.mdc-text-field-helper-line .mdc-text-field-helper-text{color:#0009}.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field-character-counter,.mdc-text-field:not(.mdc-text-field--disabled)+.mdc-text-field-helper-line .mdc-text-field-character-counter{color:#0009}.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__icon--leading{color:#0000008a}.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing{color:#0000008a}.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__affix--prefix{color:#0009}.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__affix--suffix{color:#0009}.mdc-text-field--filled .mdc-text-field__ripple:before,.mdc-text-field--filled .mdc-text-field__ripple:after{background-color:var(--mdc-ripple-color, rgba(0, 0, 0, .87))}.mdc-text-field--filled:hover .mdc-text-field__ripple:before,.mdc-text-field--filled.mdc-ripple-surface--hover .mdc-text-field__ripple:before{opacity:var(--mdc-ripple-hover-opacity, .04)}.mdc-text-field--filled.mdc-ripple-upgraded--background-focused .mdc-text-field__ripple:before,.mdc-text-field--filled:not(.mdc-ripple-upgraded):focus .mdc-text-field__ripple:before{opacity:var(--mdc-ripple-focus-opacity, .12)}.mdc-text-field--filled:not(.mdc-text-field--disabled){background-color:#f5f5f5}.mdc-text-field--filled:not(.mdc-text-field--disabled) .mdc-line-ripple:before{border-bottom-color:#0000006b}.mdc-text-field--filled:not(.mdc-text-field--disabled):hover .mdc-line-ripple:before{border-bottom-color:#000000de}.mdc-text-field--filled .mdc-line-ripple:after{border-bottom-color:var(--mdc-theme-primary, #96151d)}.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing{border-color:#00000061}.mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,.mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,.mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing{border-color:#000000de}.mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,.mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,.mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing{border-color:var(--mdc-theme-primary, #96151d)}.mdc-text-field--outlined .mdc-text-field__ripple:before,.mdc-text-field--outlined .mdc-text-field__ripple:after{background-color:var(--mdc-ripple-color, transparent)}.mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label{color:#96151dde}.mdc-text-field--invalid:not(.mdc-text-field--disabled):hover .mdc-line-ripple:before{border-bottom-color:var(--mdc-theme-error, #f44336)}.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple:after{border-bottom-color:var(--mdc-theme-error, #f44336)}.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label{color:var(--mdc-theme-error, #f44336)}.mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--invalid+.mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg{color:var(--mdc-theme-error, #f44336)}.mdc-text-field--invalid .mdc-text-field__input{caret-color:var(--mdc-theme-error, #f44336)}.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing{color:var(--mdc-theme-error, #f44336)}.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple:before{border-bottom-color:var(--mdc-theme-error, #f44336)}.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing{border-color:var(--mdc-theme-error, #f44336)}.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing{border-color:var(--mdc-theme-error, #f44336)}.mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,.mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,.mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing{border-color:var(--mdc-theme-error, #f44336)}.mdc-text-field--disabled .mdc-text-field__input{color:#00000061}@media all{.mdc-text-field--disabled .mdc-text-field__input::placeholder{color:#00000061}}@media all{.mdc-text-field--disabled .mdc-text-field__input:-ms-input-placeholder{color:#00000061}}.mdc-text-field--disabled .mdc-floating-label{color:#00000061}.mdc-text-field--disabled+.mdc-text-field-helper-line .mdc-text-field-helper-text{color:#00000061}.mdc-text-field--disabled .mdc-text-field-character-counter,.mdc-text-field--disabled+.mdc-text-field-helper-line .mdc-text-field-character-counter{color:#00000061}.mdc-text-field--disabled .mdc-text-field__icon--leading,.mdc-text-field--disabled .mdc-text-field__icon--trailing{color:#0000004d}.mdc-text-field--disabled .mdc-text-field__affix--prefix,.mdc-text-field--disabled .mdc-text-field__affix--suffix{color:#00000061}.mdc-text-field--disabled .mdc-line-ripple:before{border-bottom-color:#0000000f}.mdc-text-field--disabled .mdc-notched-outline__leading,.mdc-text-field--disabled .mdc-notched-outline__notch,.mdc-text-field--disabled .mdc-notched-outline__trailing{border-color:#0000000f}@media screen and (forced-colors: active),(-ms-high-contrast: active){.mdc-text-field--disabled .mdc-text-field__input::placeholder{color:GrayText}}@media screen and (forced-colors: active),(-ms-high-contrast: active){.mdc-text-field--disabled .mdc-text-field__input:-ms-input-placeholder{color:GrayText}}@media screen and (forced-colors: active),(-ms-high-contrast: active){.mdc-text-field--disabled .mdc-floating-label{color:GrayText}}@media screen and (forced-colors: active),(-ms-high-contrast: active){.mdc-text-field--disabled+.mdc-text-field-helper-line .mdc-text-field-helper-text{color:GrayText}}@media screen and (forced-colors: active),(-ms-high-contrast: active){.mdc-text-field--disabled .mdc-text-field-character-counter,.mdc-text-field--disabled+.mdc-text-field-helper-line .mdc-text-field-character-counter{color:GrayText}}@media screen and (forced-colors: active),(-ms-high-contrast: active){.mdc-text-field--disabled .mdc-text-field__icon--leading{color:GrayText}}@media screen and (forced-colors: active),(-ms-high-contrast: active){.mdc-text-field--disabled .mdc-text-field__icon--trailing{color:GrayText}}@media screen and (forced-colors: active),(-ms-high-contrast: active){.mdc-text-field--disabled .mdc-text-field__affix--prefix{color:GrayText}}@media screen and (forced-colors: active),(-ms-high-contrast: active){.mdc-text-field--disabled .mdc-text-field__affix--suffix{color:GrayText}}@media screen and (forced-colors: active),(-ms-high-contrast: active){.mdc-text-field--disabled .mdc-line-ripple:before{border-bottom-color:GrayText}}@media screen and (forced-colors: active),(-ms-high-contrast: active){.mdc-text-field--disabled .mdc-notched-outline__leading,.mdc-text-field--disabled .mdc-notched-outline__notch,.mdc-text-field--disabled .mdc-notched-outline__trailing{border-color:GrayText}}.mdc-text-field--disabled.mdc-text-field--filled{background-color:#fafafa}.mat-mdc-form-field-error{color:var(--mdc-theme-error, #f44336)}.mat-mdc-form-field-focus-overlay{background-color:#000000de}.mat-mdc-form-field:hover .mat-mdc-form-field-focus-overlay{opacity:.04}.mat-mdc-form-field.mat-focused .mat-mdc-form-field-focus-overlay{opacity:.12}.mat-mdc-form-field-type-mat-native-select .mat-mdc-form-field-infix:after{color:#0000008a}.mat-mdc-form-field-type-mat-native-select.mat-focused.mat-primary .mat-mdc-form-field-infix:after{color:#96151dde}.mat-mdc-form-field-type-mat-native-select.mat-focused.mat-accent .mat-mdc-form-field-infix:after{color:#0274c9de}.mat-mdc-form-field-type-mat-native-select.mat-focused.mat-warn .mat-mdc-form-field-infix:after{color:#f44336de}.mat-mdc-form-field-type-mat-native-select.mat-form-field-disabled .mat-mdc-form-field-infix:after{color:#00000061}.mat-mdc-form-field.mat-accent .mdc-text-field__input{caret-color:var(--mdc-theme-secondary, #0274c9)}.mat-mdc-form-field.mat-accent:not(.mdc-text-field--disabled) .mdc-line-ripple:after{border-bottom-color:var(--mdc-theme-secondary, #0274c9)}.mat-mdc-form-field.mat-accent .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label{color:#0274c9de}.mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):hover .mdc-line-ripple:before{border-bottom-color:var(--mdc-theme-error, #f44336)}.mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple:after{border-bottom-color:var(--mdc-theme-error, #f44336)}.mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label{color:var(--mdc-theme-error, #f44336)}.mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--invalid+.mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg{color:var(--mdc-theme-error, #f44336)}.mat-mdc-form-field.mat-accent .mdc-text-field--invalid .mdc-text-field__input{caret-color:var(--mdc-theme-error, #f44336)}.mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing{color:var(--mdc-theme-error, #f44336)}.mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple:before{border-bottom-color:var(--mdc-theme-error, #f44336)}.mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,.mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,.mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing{border-color:var(--mdc-theme-error, #f44336)}.mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,.mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,.mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing{border-color:var(--mdc-theme-error, #f44336)}.mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,.mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,.mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing{border-color:var(--mdc-theme-error, #f44336)}.mat-mdc-form-field.mat-accent .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,.mat-mdc-form-field.mat-accent .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,.mat-mdc-form-field.mat-accent .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing{border-color:var(--mdc-theme-secondary, #0274c9)}.mat-mdc-form-field.mat-warn .mdc-text-field__input{caret-color:var(--mdc-theme-error, #f44336)}.mat-mdc-form-field.mat-warn:not(.mdc-text-field--disabled) .mdc-line-ripple:after{border-bottom-color:var(--mdc-theme-error, #f44336)}.mat-mdc-form-field.mat-warn .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label{color:#f44336de}.mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):hover .mdc-line-ripple:before{border-bottom-color:var(--mdc-theme-error, #f44336)}.mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple:after{border-bottom-color:var(--mdc-theme-error, #f44336)}.mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label{color:var(--mdc-theme-error, #f44336)}.mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--invalid+.mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg{color:var(--mdc-theme-error, #f44336)}.mat-mdc-form-field.mat-warn .mdc-text-field--invalid .mdc-text-field__input{caret-color:var(--mdc-theme-error, #f44336)}.mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing{color:var(--mdc-theme-error, #f44336)}.mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple:before{border-bottom-color:var(--mdc-theme-error, #f44336)}.mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,.mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,.mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing{border-color:var(--mdc-theme-error, #f44336)}.mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,.mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,.mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing{border-color:var(--mdc-theme-error, #f44336)}.mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,.mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,.mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing{border-color:var(--mdc-theme-error, #f44336)}.mat-mdc-form-field.mat-warn .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,.mat-mdc-form-field.mat-warn .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,.mat-mdc-form-field.mat-warn .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing{border-color:var(--mdc-theme-error, #f44336)}.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field .mdc-notched-outline__notch{border-left:1px solid transparent}[dir=rtl] .mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field .mdc-notched-outline__notch{border-left:none;border-right:1px solid transparent}.mat-mdc-form-field-infix{min-height:56px}.mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-floating-label{top:28px}.mat-mdc-text-field-wrapper.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above{--mat-mdc-form-field-label-transform: translateY( -34.75px) scale(var(--mat-mdc-form-field-floating-label-scale, .75));transform:var(--mat-mdc-form-field-label-transform)}.mat-mdc-text-field-wrapper.mdc-text-field--outlined .mat-mdc-form-field-infix{padding-top:16px;padding-bottom:16px}.mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .mat-mdc-form-field-infix{padding-top:24px;padding-bottom:8px}.mdc-text-field--no-label:not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mat-mdc-form-field-infix{padding-top:16px;padding-bottom:16px}.mdc-text-field__input,.mdc-text-field__affix{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:var(--mdc-typography-subtitle1-font-family, var(--mdc-typography-font-family, Univers-Basic-Bold, "Helvetica Neue", sans-serif));font-size:var(--mdc-typography-subtitle1-font-size, 16px);font-weight:var(--mdc-typography-subtitle1-font-weight, 400);letter-spacing:var(--mdc-typography-subtitle1-letter-spacing, normal);-webkit-text-decoration:var(--mdc-typography-subtitle1-text-decoration, inherit);text-decoration:var(--mdc-typography-subtitle1-text-decoration, inherit);text-transform:var(--mdc-typography-subtitle1-text-transform, none)}.mdc-text-field--textarea .mdc-text-field__input{line-height:1.5rem}.mdc-floating-label{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:var(--mdc-typography-subtitle1-font-family, var(--mdc-typography-font-family, Univers-Basic-Bold, "Helvetica Neue", sans-serif));font-size:var(--mdc-typography-subtitle1-font-size, 16px);font-weight:var(--mdc-typography-subtitle1-font-weight, 400);letter-spacing:var(--mdc-typography-subtitle1-letter-spacing, normal);-webkit-text-decoration:var(--mdc-typography-subtitle1-text-decoration, inherit);text-decoration:var(--mdc-typography-subtitle1-text-decoration, inherit);text-transform:var(--mdc-typography-subtitle1-text-transform, none)}.mat-mdc-form-field-subscript-wrapper,.mat-mdc-form-field-bottom-align:before{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:var(--mdc-typography-caption-font-family, var(--mdc-typography-font-family, Univers-Basic-Bold, "Helvetica Neue", sans-serif));font-size:var(--mdc-typography-caption-font-size, 12px);line-height:var(--mdc-typography-caption-line-height, 20px);font-weight:var(--mdc-typography-caption-font-weight, 400);letter-spacing:var(--mdc-typography-caption-letter-spacing, normal);-webkit-text-decoration:var(--mdc-typography-caption-text-decoration, inherit);text-decoration:var(--mdc-typography-caption-text-decoration, inherit);text-transform:var(--mdc-typography-caption-text-transform, none)}.mat-mdc-form-field,.mat-mdc-floating-label{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:var(--mdc-typography-body1-font-family, var(--mdc-typography-font-family, Univers-Basic-Bold, "Helvetica Neue", sans-serif));font-size:var(--mdc-typography-body1-font-size, 15px);line-height:var(--mdc-typography-body1-line-height, 24px);font-weight:var(--mdc-typography-body1-font-weight, 400);letter-spacing:var(--mdc-typography-body1-letter-spacing, normal);-webkit-text-decoration:var(--mdc-typography-body1-text-decoration, inherit);text-decoration:var(--mdc-typography-body1-text-decoration, inherit);text-transform:var(--mdc-typography-body1-text-transform, none)}.mat-mdc-form-field .mdc-text-field--outlined .mdc-floating-label--float-above{font-size:calc(15px * var(--mat-mdc-form-field-floating-label-scale, .75))}.mat-mdc-form-field .mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above{font-size:15px}.mat-mdc-select-value{color:#000000de}.mat-mdc-select-placeholder{color:#0009}.mat-mdc-select-disabled .mat-mdc-select-value{color:#00000061}.mat-mdc-select-arrow{color:#0000008a}.mat-mdc-form-field.mat-focused.mat-primary .mat-mdc-select-arrow{color:#96151dde}.mat-mdc-form-field.mat-focused.mat-accent .mat-mdc-select-arrow{color:#0274c9de}.mat-mdc-form-field.mat-focused.mat-warn .mat-mdc-select-arrow,.mat-mdc-form-field .mat-mdc-select.mat-mdc-select-invalid .mat-mdc-select-arrow{color:#f44336de}.mat-mdc-form-field .mat-mdc-select.mat-mdc-select-disabled .mat-mdc-select-arrow{color:#00000061}.mat-mdc-select-panel{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:var(--mdc-typography-subtitle1-font-family, var(--mdc-typography-font-family, Univers-Basic-Bold, "Helvetica Neue", sans-serif));font-size:var(--mdc-typography-subtitle1-font-size, 16px);line-height:var(--mdc-typography-subtitle1-line-height, 28px);font-weight:var(--mdc-typography-subtitle1-font-weight, 400);letter-spacing:var(--mdc-typography-subtitle1-letter-spacing, normal);-webkit-text-decoration:var(--mdc-typography-subtitle1-text-decoration, inherit);text-decoration:var(--mdc-typography-subtitle1-text-decoration, inherit);text-transform:var(--mdc-typography-subtitle1-text-transform, none);line-height:24px}.mat-mdc-select{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:var(--mdc-typography-body1-font-family, var(--mdc-typography-font-family, Univers-Basic-Bold, "Helvetica Neue", sans-serif));font-size:var(--mdc-typography-body1-font-size, 15px);line-height:var(--mdc-typography-body1-line-height, 24px);font-weight:var(--mdc-typography-body1-font-weight, 400);letter-spacing:var(--mdc-typography-body1-letter-spacing, normal);-webkit-text-decoration:var(--mdc-typography-body1-text-decoration, inherit);text-decoration:var(--mdc-typography-body1-text-decoration, inherit);text-transform:var(--mdc-typography-body1-text-transform, none)}.mat-mdc-autocomplete-panel{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:var(--mdc-typography-subtitle1-font-family, var(--mdc-typography-font-family, Univers-Basic-Bold, "Helvetica Neue", sans-serif));font-size:var(--mdc-typography-subtitle1-font-size, 16px);line-height:var(--mdc-typography-subtitle1-line-height, 28px);font-weight:var(--mdc-typography-subtitle1-font-weight, 400);letter-spacing:var(--mdc-typography-subtitle1-letter-spacing, normal);-webkit-text-decoration:var(--mdc-typography-subtitle1-text-decoration, inherit);text-decoration:var(--mdc-typography-subtitle1-text-decoration, inherit);text-transform:var(--mdc-typography-subtitle1-text-transform, none);line-height:24px}.mat-mdc-dialog-container{--mdc-dialog-container-color: white;--mdc-dialog-with-divider-divider-color: rgba(0, 0, 0, .12);--mdc-dialog-subhead-color: rgba(0, 0, 0, .87);--mdc-dialog-supporting-text-color: rgba(0, 0, 0, .6)}.mat-mdc-dialog-container{--mdc-dialog-subhead-font: Univers-Basic-Bold, "Helvetica Neue", sans-serif;--mdc-dialog-subhead-line-height: 32px;--mdc-dialog-subhead-size: 20px;--mdc-dialog-subhead-weight: 500;--mdc-dialog-subhead-tracking: normal;--mdc-dialog-supporting-text-font: Univers-Basic-Bold, "Helvetica Neue", sans-serif;--mdc-dialog-supporting-text-line-height: 24px;--mdc-dialog-supporting-text-size: 15px;--mdc-dialog-supporting-text-weight: 400;--mdc-dialog-supporting-text-tracking: normal}.mat-mdc-standard-chip{--mdc-chip-elevated-container-color: #e0e0e0;--mdc-chip-elevated-disabled-container-color: #e0e0e0;--mdc-chip-label-text-color: #212121;--mdc-chip-disabled-label-text-color: #212121;--mdc-chip-with-icon-icon-color: #212121;--mdc-chip-with-icon-disabled-icon-color: #212121;--mdc-chip-with-trailing-icon-disabled-trailing-icon-color: #212121;--mdc-chip-with-trailing-icon-trailing-icon-color: #212121;--mdc-chip-with-icon-selected-icon-color: #212121}.mat-mdc-standard-chip.mat-primary.mat-mdc-chip-selected,.mat-mdc-standard-chip.mat-primary.mat-mdc-chip-highlighted{--mdc-chip-elevated-container-color: #96151d;--mdc-chip-elevated-disabled-container-color: #96151d;--mdc-chip-label-text-color: white;--mdc-chip-disabled-label-text-color: white;--mdc-chip-with-icon-icon-color: white;--mdc-chip-with-icon-disabled-icon-color: white;--mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;--mdc-chip-with-trailing-icon-trailing-icon-color: white;--mdc-chip-with-icon-selected-icon-color: white}.mat-mdc-standard-chip.mat-accent.mat-mdc-chip-selected,.mat-mdc-standard-chip.mat-accent.mat-mdc-chip-highlighted{--mdc-chip-elevated-container-color: #0274c9;--mdc-chip-elevated-disabled-container-color: #0274c9;--mdc-chip-label-text-color: white;--mdc-chip-disabled-label-text-color: white;--mdc-chip-with-icon-icon-color: white;--mdc-chip-with-icon-disabled-icon-color: white;--mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;--mdc-chip-with-trailing-icon-trailing-icon-color: white;--mdc-chip-with-icon-selected-icon-color: white}.mat-mdc-standard-chip.mat-warn.mat-mdc-chip-selected,.mat-mdc-standard-chip.mat-warn.mat-mdc-chip-highlighted{--mdc-chip-elevated-container-color: #f44336;--mdc-chip-elevated-disabled-container-color: #f44336;--mdc-chip-label-text-color: white;--mdc-chip-disabled-label-text-color: white;--mdc-chip-with-icon-icon-color: white;--mdc-chip-with-icon-disabled-icon-color: white;--mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;--mdc-chip-with-trailing-icon-trailing-icon-color: white;--mdc-chip-with-icon-selected-icon-color: white}.mat-mdc-chip-focus-overlay{background:black}.mat-mdc-chip{height:32px}.mat-mdc-standard-chip{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, Univers-Basic-Bold, "Helvetica Neue", sans-serif));font-size:var(--mdc-typography-body2-font-size, 14px);line-height:var(--mdc-typography-body2-line-height, 20px);font-weight:var(--mdc-typography-body2-font-weight, 400);letter-spacing:var(--mdc-typography-body2-letter-spacing, normal);-webkit-text-decoration:var(--mdc-typography-body2-text-decoration, inherit);text-decoration:var(--mdc-typography-body2-text-decoration, inherit);text-transform:var(--mdc-typography-body2-text-transform, none)}.mat-mdc-slide-toggle{--mdc-switch-disabled-selected-handle-color: #424242;--mdc-switch-disabled-unselected-handle-color: #424242;--mdc-switch-disabled-selected-track-color: #424242;--mdc-switch-disabled-unselected-track-color: #424242;--mdc-switch-unselected-focus-state-layer-color: #424242;--mdc-switch-unselected-pressed-state-layer-color: #424242;--mdc-switch-unselected-hover-state-layer-color: #424242;--mdc-switch-unselected-focus-track-color: #e0e0e0;--mdc-switch-unselected-hover-track-color: #e0e0e0;--mdc-switch-unselected-pressed-track-color: #e0e0e0;--mdc-switch-unselected-track-color: #e0e0e0;--mdc-switch-unselected-focus-handle-color: #212121;--mdc-switch-unselected-hover-handle-color: #212121;--mdc-switch-unselected-pressed-handle-color: #212121;--mdc-switch-handle-surface-color: var(--mdc-theme-surface, #fff);--mdc-switch-unselected-handle-color: #616161;--mdc-switch-selected-icon-color: #fff;--mdc-switch-disabled-selected-icon-color: #fff;--mdc-switch-disabled-unselected-icon-color: #fff;--mdc-switch-unselected-icon-color: #fff}.mat-mdc-slide-toggle .mdc-form-field{color:var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, .87))}.mat-mdc-slide-toggle .mdc-switch--disabled+label{color:#00000061}.mat-mdc-slide-toggle.mat-primary{--mdc-switch-selected-focus-state-layer-color: #8e121a;--mdc-switch-selected-handle-color: #8e121a;--mdc-switch-selected-hover-state-layer-color: #8e121a;--mdc-switch-selected-pressed-state-layer-color: #8e121a;--mdc-switch-selected-focus-handle-color: #68060a;--mdc-switch-selected-hover-handle-color: #68060a;--mdc-switch-selected-pressed-handle-color: #68060a;--mdc-switch-selected-focus-track-color: #b65b61;--mdc-switch-selected-hover-track-color: #b65b61;--mdc-switch-selected-pressed-track-color: #b65b61;--mdc-switch-selected-track-color: #b65b61}.mat-mdc-slide-toggle.mat-accent{--mdc-switch-selected-focus-state-layer-color: #026cc3;--mdc-switch-selected-handle-color: #026cc3;--mdc-switch-selected-hover-state-layer-color: #026cc3;--mdc-switch-selected-pressed-state-layer-color: #026cc3;--mdc-switch-selected-focus-handle-color: #0144a9;--mdc-switch-selected-hover-handle-color: #0144a9;--mdc-switch-selected-pressed-handle-color: #0144a9;--mdc-switch-selected-focus-track-color: #4e9ed9;--mdc-switch-selected-hover-track-color: #4e9ed9;--mdc-switch-selected-pressed-track-color: #4e9ed9;--mdc-switch-selected-track-color: #4e9ed9}.mat-mdc-slide-toggle.mat-warn{--mdc-switch-selected-focus-state-layer-color: #e53935;--mdc-switch-selected-handle-color: #e53935;--mdc-switch-selected-hover-state-layer-color: #e53935;--mdc-switch-selected-pressed-state-layer-color: #e53935;--mdc-switch-selected-focus-handle-color: #b71c1c;--mdc-switch-selected-hover-handle-color: #b71c1c;--mdc-switch-selected-pressed-handle-color: #b71c1c;--mdc-switch-selected-focus-track-color: #e57373;--mdc-switch-selected-hover-track-color: #e57373;--mdc-switch-selected-pressed-track-color: #e57373;--mdc-switch-selected-track-color: #e57373}.mat-mdc-slide-toggle{--mdc-switch-state-layer-size: 48px}.mat-mdc-radio-button .mdc-form-field{color:var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, .87))}.mat-mdc-radio-button.mat-primary{--mdc-radio-disabled-selected-icon-color: #000;--mdc-radio-disabled-unselected-icon-color: #000;--mdc-radio-unselected-focus-icon-color: #212121;--mdc-radio-unselected-hover-icon-color: #212121;--mdc-radio-unselected-icon-color: rgba(0, 0, 0, .54);--mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, .54);--mdc-radio-selected-focus-icon-color: #96151d;--mdc-radio-selected-hover-icon-color: #96151d;--mdc-radio-selected-icon-color: #96151d;--mdc-radio-selected-pressed-icon-color: #96151d;--mat-mdc-radio-ripple-color: #000;--mat-mdc-radio-checked-ripple-color: #96151d}.mat-mdc-radio-button.mat-primary .mdc-radio--disabled+label{color:#00000061}.mat-mdc-radio-button.mat-accent{--mdc-radio-disabled-selected-icon-color: #000;--mdc-radio-disabled-unselected-icon-color: #000;--mdc-radio-unselected-focus-icon-color: #212121;--mdc-radio-unselected-hover-icon-color: #212121;--mdc-radio-unselected-icon-color: rgba(0, 0, 0, .54);--mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, .54);--mdc-radio-selected-focus-icon-color: #0274c9;--mdc-radio-selected-hover-icon-color: #0274c9;--mdc-radio-selected-icon-color: #0274c9;--mdc-radio-selected-pressed-icon-color: #0274c9;--mat-mdc-radio-ripple-color: #000;--mat-mdc-radio-checked-ripple-color: #0274c9}.mat-mdc-radio-button.mat-accent .mdc-radio--disabled+label{color:#00000061}.mat-mdc-radio-button.mat-warn{--mdc-radio-disabled-selected-icon-color: #000;--mdc-radio-disabled-unselected-icon-color: #000;--mdc-radio-unselected-focus-icon-color: #212121;--mdc-radio-unselected-hover-icon-color: #212121;--mdc-radio-unselected-icon-color: rgba(0, 0, 0, .54);--mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, .54);--mdc-radio-selected-focus-icon-color: #f44336;--mdc-radio-selected-hover-icon-color: #f44336;--mdc-radio-selected-icon-color: #f44336;--mdc-radio-selected-pressed-icon-color: #f44336;--mat-mdc-radio-ripple-color: #000;--mat-mdc-radio-checked-ripple-color: #f44336}.mat-mdc-radio-button.mat-warn .mdc-radio--disabled+label{color:#00000061}.mat-mdc-radio-button .mdc-radio{padding:10px}.mat-mdc-radio-button .mdc-radio .mdc-radio__background:before{top:-10px;left:-10px;width:40px;height:40px}.mat-mdc-radio-button .mdc-radio .mdc-radio__native-control{top:0;right:0;left:0;width:40px;height:40px}.mat-mdc-slider{--mdc-slider-label-container-color: black;--mdc-slider-label-label-text-color: white;--mdc-slider-disabled-handle-color: #000;--mdc-slider-disabled-active-track-color: #000;--mdc-slider-disabled-inactive-track-color: #000;--mdc-slider-with-tick-marks-disabled-container-color: #000;--mat-mdc-slider-value-indicator-opacity: .6}.mat-mdc-slider.mat-primary{--mdc-slider-handle-color: #96151d;--mdc-slider-focus-handle-color: #96151d;--mdc-slider-hover-handle-color: #96151d;--mdc-slider-active-track-color: #96151d;--mdc-slider-inactive-track-color: #96151d;--mdc-slider-with-tick-marks-active-container-color: #fff;--mdc-slider-with-tick-marks-inactive-container-color: #96151d;--mat-mdc-slider-ripple-color: #96151d;--mat-mdc-slider-hover-ripple-color: rgba(150, 21, 29, .05);--mat-mdc-slider-focus-ripple-color: rgba(150, 21, 29, .2)}.mat-mdc-slider.mat-accent{--mdc-slider-handle-color: #0274c9;--mdc-slider-focus-handle-color: #0274c9;--mdc-slider-hover-handle-color: #0274c9;--mdc-slider-active-track-color: #0274c9;--mdc-slider-inactive-track-color: #0274c9;--mdc-slider-with-tick-marks-active-container-color: #fff;--mdc-slider-with-tick-marks-inactive-container-color: #0274c9;--mat-mdc-slider-ripple-color: #0274c9;--mat-mdc-slider-hover-ripple-color: rgba(2, 116, 201, .05);--mat-mdc-slider-focus-ripple-color: rgba(2, 116, 201, .2)}.mat-mdc-slider.mat-warn{--mdc-slider-handle-color: #f44336;--mdc-slider-focus-handle-color: #f44336;--mdc-slider-hover-handle-color: #f44336;--mdc-slider-active-track-color: #f44336;--mdc-slider-inactive-track-color: #f44336;--mdc-slider-with-tick-marks-active-container-color: #fff;--mdc-slider-with-tick-marks-inactive-container-color: #f44336;--mat-mdc-slider-ripple-color: #f44336;--mat-mdc-slider-hover-ripple-color: rgba(244, 67, 54, .05);--mat-mdc-slider-focus-ripple-color: rgba(244, 67, 54, .2)}.mat-mdc-slider{--mdc-slider-label-label-text-font: Univers-Basic-Bold, "Helvetica Neue", sans-serif;--mdc-slider-label-label-text-size: 14px;--mdc-slider-label-label-text-line-height: 24px;--mdc-slider-label-label-text-tracking: normal;--mdc-slider-label-label-text-weight: 500}.mdc-menu-surface{box-shadow:0 5px 5px -3px #0003,0 8px 10px 1px #00000024,0 3px 14px 2px #0000001f;background-color:var(--mdc-theme-surface, #fff);color:var(--mdc-theme-on-surface, #000)}.mdc-list-item__primary-text{color:var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, .87))}.mdc-list-item__secondary-text{color:var(--mdc-theme-text-secondary-on-background, rgba(0, 0, 0, .54))}.mdc-list-item__overline-text{color:var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, .38))}.mdc-list-item--with-leading-icon .mdc-list-item__start,.mdc-list-item--with-trailing-icon .mdc-list-item__end{background-color:transparent}.mdc-list-item--with-leading-icon .mdc-list-item__start,.mdc-list-item--with-trailing-icon .mdc-list-item__end{color:var(--mdc-theme-text-icon-on-background, rgba(0, 0, 0, .38))}.mdc-list-item__end{color:var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, .38))}.mdc-list-item--disabled .mdc-list-item__start,.mdc-list-item--disabled .mdc-list-item__content,.mdc-list-item--disabled .mdc-list-item__end{opacity:.38}.mdc-list-item--disabled .mdc-list-item__primary-text,.mdc-list-item--disabled .mdc-list-item__secondary-text,.mdc-list-item--disabled .mdc-list-item__overline-text,.mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start,.mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end,.mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end{color:var(--mdc-theme-on-surface, #000)}.mdc-list-item--selected .mdc-list-item__primary-text,.mdc-list-item--activated .mdc-list-item__primary-text,.mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,.mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start{color:var(--mdc-theme-primary, #96151d)}.mdc-deprecated-list-group__subheader{color:var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, .87))}.mdc-list-divider:after{border-bottom-color:#fff}.mdc-list-divider{background-color:#0000001f}.mat-mdc-menu-item[disabled],.mat-mdc-menu-item[disabled] .mat-mdc-menu-submenu-icon,.mat-mdc-menu-item[disabled] .mat-icon-no-color{color:var(--mdc-theme-text-disabled-on-background, rgba(0, 0, 0, .38))}.mat-mdc-menu-item .mat-icon-no-color,.mat-mdc-menu-submenu-icon{color:var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, .87))}.mat-mdc-menu-item:hover:not([disabled]),.mat-mdc-menu-item.cdk-program-focused:not([disabled]),.mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]),.mat-mdc-menu-item-highlighted:not([disabled]){background:rgba(0,0,0,.04)}.mat-mdc-menu-content{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:var(--mdc-typography-subtitle1-font-family, var(--mdc-typography-font-family, Univers-Basic-Bold, "Helvetica Neue", sans-serif));font-size:var(--mdc-typography-subtitle1-font-size, 16px);line-height:var(--mdc-typography-subtitle1-line-height, 28px);font-weight:var(--mdc-typography-subtitle1-font-weight, 400);letter-spacing:var(--mdc-typography-subtitle1-letter-spacing, normal);-webkit-text-decoration:var(--mdc-typography-subtitle1-text-decoration, inherit);text-decoration:var(--mdc-typography-subtitle1-text-decoration, inherit);text-transform:var(--mdc-typography-subtitle1-text-transform, none);line-height:24px}.mat-mdc-menu-content,.mat-mdc-menu-content .mat-mdc-menu-item .mdc-list-item__primary-text{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:var(--mdc-typography-body1-font-family, var(--mdc-typography-font-family, Univers-Basic-Bold, "Helvetica Neue", sans-serif));font-size:var(--mdc-typography-body1-font-size, 15px);line-height:var(--mdc-typography-body1-line-height, 24px);font-weight:var(--mdc-typography-body1-font-weight, 400);letter-spacing:var(--mdc-typography-body1-letter-spacing, normal);-webkit-text-decoration:var(--mdc-typography-body1-text-decoration, inherit);text-decoration:var(--mdc-typography-body1-text-decoration, inherit);text-transform:var(--mdc-typography-body1-text-transform, none)}.mat-mdc-list-base{--mdc-list-list-item-label-text-color: rgba(0, 0, 0, .87);--mdc-list-list-item-supporting-text-color: rgba(0, 0, 0, .54);--mdc-list-list-item-leading-icon-color: rgba(0, 0, 0, .38);--mdc-list-list-item-trailing-supporting-text-color: rgba(0, 0, 0, .38);--mdc-list-list-item-trailing-icon-color: rgba(0, 0, 0, .38);--mdc-list-list-item-selected-trailing-icon-color: rgba(0, 0, 0, .38);--mdc-list-list-item-disabled-label-text-color: black;--mdc-list-list-item-disabled-leading-icon-color: black;--mdc-list-list-item-disabled-trailing-icon-color: black;--mdc-list-list-item-hover-label-text-color: rgba(0, 0, 0, .87);--mdc-list-list-item-hover-leading-icon-color: rgba(0, 0, 0, .38);--mdc-list-list-item-hover-trailing-icon-color: rgba(0, 0, 0, .38);--mdc-list-list-item-focus-label-text-color: rgba(0, 0, 0, .87);--mdc-list-list-item-hover-state-layer-color: black;--mdc-list-list-item-hover-state-layer-opacity: .04;--mdc-list-list-item-focus-state-layer-color: black;--mdc-list-list-item-focus-state-layer-opacity: .12}.mat-mdc-list-option .mdc-list-item__start,.mat-mdc-list-option .mdc-list-item__end{--mdc-checkbox-selected-checkmark-color: #fff;--mdc-checkbox-selected-focus-icon-color: #96151d;--mdc-checkbox-selected-hover-icon-color: #96151d;--mdc-checkbox-selected-icon-color: #96151d;--mdc-checkbox-selected-pressed-icon-color: #96151d;--mdc-checkbox-unselected-focus-icon-color: #212121;--mdc-checkbox-unselected-hover-icon-color: #212121;--mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, .54)}.mat-mdc-list-option .mdc-list-item__start,.mat-mdc-list-option .mdc-list-item__end{--mdc-radio-disabled-selected-icon-color: #000;--mdc-radio-disabled-unselected-icon-color: #000;--mdc-radio-unselected-focus-icon-color: #212121;--mdc-radio-unselected-hover-icon-color: #212121;--mdc-radio-unselected-icon-color: rgba(0, 0, 0, .54);--mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, .54);--mdc-radio-selected-focus-icon-color: #96151d;--mdc-radio-selected-hover-icon-color: #96151d;--mdc-radio-selected-icon-color: #96151d;--mdc-radio-selected-pressed-icon-color: #96151d;--mat-mdc-radio-ripple-color: #000;--mat-mdc-radio-checked-ripple-color: #96151d}.mat-mdc-list-option .mdc-list-item__start .mdc-radio--disabled+label,.mat-mdc-list-option .mdc-list-item__end .mdc-radio--disabled+label{color:#00000061}.mat-mdc-list-option.mat-accent .mdc-list-item__start,.mat-mdc-list-option.mat-accent .mdc-list-item__end{--mdc-checkbox-selected-checkmark-color: #fff;--mdc-checkbox-selected-focus-icon-color: #0274c9;--mdc-checkbox-selected-hover-icon-color: #0274c9;--mdc-checkbox-selected-icon-color: #0274c9;--mdc-checkbox-selected-pressed-icon-color: #0274c9;--mdc-checkbox-unselected-focus-icon-color: #212121;--mdc-checkbox-unselected-hover-icon-color: #212121;--mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, .54)}.mat-mdc-list-option.mat-accent .mdc-list-item__start,.mat-mdc-list-option.mat-accent .mdc-list-item__end{--mdc-radio-disabled-selected-icon-color: #000;--mdc-radio-disabled-unselected-icon-color: #000;--mdc-radio-unselected-focus-icon-color: #212121;--mdc-radio-unselected-hover-icon-color: #212121;--mdc-radio-unselected-icon-color: rgba(0, 0, 0, .54);--mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, .54);--mdc-radio-selected-focus-icon-color: #0274c9;--mdc-radio-selected-hover-icon-color: #0274c9;--mdc-radio-selected-icon-color: #0274c9;--mdc-radio-selected-pressed-icon-color: #0274c9;--mat-mdc-radio-ripple-color: #000;--mat-mdc-radio-checked-ripple-color: #0274c9}.mat-mdc-list-option.mat-accent .mdc-list-item__start .mdc-radio--disabled+label,.mat-mdc-list-option.mat-accent .mdc-list-item__end .mdc-radio--disabled+label{color:#00000061}.mat-mdc-list-option.mat-warn .mdc-list-item__start,.mat-mdc-list-option.mat-warn .mdc-list-item__end{--mdc-checkbox-selected-checkmark-color: #fff;--mdc-checkbox-selected-focus-icon-color: #f44336;--mdc-checkbox-selected-hover-icon-color: #f44336;--mdc-checkbox-selected-icon-color: #f44336;--mdc-checkbox-selected-pressed-icon-color: #f44336;--mdc-checkbox-unselected-focus-icon-color: #212121;--mdc-checkbox-unselected-hover-icon-color: #212121;--mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, .54)}.mat-mdc-list-option.mat-warn .mdc-list-item__start,.mat-mdc-list-option.mat-warn .mdc-list-item__end{--mdc-radio-disabled-selected-icon-color: #000;--mdc-radio-disabled-unselected-icon-color: #000;--mdc-radio-unselected-focus-icon-color: #212121;--mdc-radio-unselected-hover-icon-color: #212121;--mdc-radio-unselected-icon-color: rgba(0, 0, 0, .54);--mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, .54);--mdc-radio-selected-focus-icon-color: #f44336;--mdc-radio-selected-hover-icon-color: #f44336;--mdc-radio-selected-icon-color: #f44336;--mdc-radio-selected-pressed-icon-color: #f44336;--mat-mdc-radio-ripple-color: #000;--mat-mdc-radio-checked-ripple-color: #f44336}.mat-mdc-list-option.mat-warn .mdc-list-item__start .mdc-radio--disabled+label,.mat-mdc-list-option.mat-warn .mdc-list-item__end .mdc-radio--disabled+label{color:#00000061}.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start{color:#96151d}.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end{opacity:1}.mat-mdc-list-base{--mdc-list-list-item-one-line-container-height: 48px;--mdc-list-list-item-two-line-container-height: 64px;--mdc-list-list-item-three-line-container-height: 88px}.mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-one-line,.mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-one-line,.mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-one-line{height:56px}.mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines,.mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines,.mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines{height:72px}.mat-mdc-list-base{--mdc-list-list-item-label-text-font: Univers-Basic-Bold, "Helvetica Neue", sans-serif;--mdc-list-list-item-label-text-line-height: 24px;--mdc-list-list-item-label-text-size: 15px;--mdc-list-list-item-label-text-tracking: normal;--mdc-list-list-item-label-text-weight: 400;--mdc-list-list-item-supporting-text-font: Univers-Basic-Bold, "Helvetica Neue", sans-serif;--mdc-list-list-item-supporting-text-line-height: 20px;--mdc-list-list-item-supporting-text-size: 14px;--mdc-list-list-item-supporting-text-tracking: normal;--mdc-list-list-item-supporting-text-weight: 400;--mdc-list-list-item-trailing-supporting-text-font: Univers-Basic-Bold, "Helvetica Neue", sans-serif;--mdc-list-list-item-trailing-supporting-text-line-height: 20px;--mdc-list-list-item-trailing-supporting-text-size: 12px;--mdc-list-list-item-trailing-supporting-text-tracking: normal;--mdc-list-list-item-trailing-supporting-text-weight: 400}.mdc-list-group__subheader{font:400 16px/28px Univers-Basic-Bold,Helvetica Neue,sans-serif;letter-spacing:normal}.mat-mdc-paginator{background:white;color:#000000de}.mat-mdc-paginator-icon{fill:#0000008a}.mat-mdc-paginator-decrement,.mat-mdc-paginator-increment{border-top:2px solid rgba(0,0,0,.54);border-right:2px solid rgba(0,0,0,.54)}.mat-mdc-paginator-first,.mat-mdc-paginator-last{border-top:2px solid rgba(0,0,0,.54)}.mat-mdc-icon-button[disabled] .mat-mdc-paginator-decrement,.mat-mdc-icon-button[disabled] .mat-mdc-paginator-increment,.mat-mdc-icon-button[disabled] .mat-mdc-paginator-first,.mat-mdc-icon-button[disabled] .mat-mdc-paginator-last{border-color:#0000001f}.mat-mdc-icon-button[disabled] .mat-mdc-paginator-icon{fill:#0000001f}.mat-mdc-paginator .mat-mdc-form-field-infix{min-height:40px}.mat-mdc-paginator .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-floating-label{top:20px}.mat-mdc-paginator .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above{--mat-mdc-form-field-label-transform: translateY( -26.75px) scale(var(--mat-mdc-form-field-floating-label-scale, .75));transform:var(--mat-mdc-form-field-label-transform)}.mat-mdc-paginator .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mat-mdc-form-field-infix{padding-top:8px;padding-bottom:8px}.mat-mdc-paginator .mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .mat-mdc-form-field-infix{padding-top:8px;padding-bottom:8px}.mat-mdc-paginator .mdc-text-field--no-label:not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mat-mdc-form-field-infix{padding-top:8px;padding-bottom:8px}.mat-mdc-paginator .mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .mat-mdc-floating-label{display:none}.mat-mdc-paginator-container{min-height:56px}.mat-mdc-paginator{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:var(--mdc-typography-caption-font-family, var(--mdc-typography-font-family, Univers-Basic-Bold, "Helvetica Neue", sans-serif));font-size:var(--mdc-typography-caption-font-size, 12px);line-height:var(--mdc-typography-caption-line-height, 20px);font-weight:var(--mdc-typography-caption-font-weight, 400);letter-spacing:var(--mdc-typography-caption-letter-spacing, normal);-webkit-text-decoration:var(--mdc-typography-caption-text-decoration, inherit);text-decoration:var(--mdc-typography-caption-text-decoration, inherit);text-transform:var(--mdc-typography-caption-text-transform, none)}.mat-mdc-paginator .mat-mdc-select-value{font-size:12px}.mat-mdc-tab,.mat-mdc-tab-link{background-color:transparent}.mat-mdc-tab .mdc-tab__text-label,.mat-mdc-tab-link .mdc-tab__text-label{color:#0009}.mat-mdc-tab.mat-mdc-tab-disabled .mdc-tab__ripple:before,.mat-mdc-tab.mat-mdc-tab-disabled .mat-ripple-element,.mat-mdc-tab-link.mat-mdc-tab-disabled .mdc-tab__ripple:before,.mat-mdc-tab-link.mat-mdc-tab-disabled .mat-ripple-element{background-color:#00000061}.mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label,.mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label{color:#96151d}.mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline,.mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline{border-color:var(--mdc-tab-indicator-active-indicator-color, #96151d)}.mdc-tab__ripple:before,.mat-mdc-tab .mat-ripple-element,.mat-mdc-tab-header-pagination .mat-ripple-element,.mat-mdc-tab-link .mat-ripple-element{background-color:#96151d}.mat-mdc-tab-group.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label,.mat-mdc-tab-group.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label,.mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label,.mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label{color:#0274c9}.mat-mdc-tab-group.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline,.mat-mdc-tab-group.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline,.mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline,.mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline{border-color:var(--mdc-tab-indicator-active-indicator-color, #0274c9)}.mat-mdc-tab-group.mat-accent .mdc-tab__ripple:before,.mat-mdc-tab-group.mat-accent .mat-mdc-tab .mat-ripple-element,.mat-mdc-tab-group.mat-accent .mat-mdc-tab-header-pagination .mat-ripple-element,.mat-mdc-tab-group.mat-accent .mat-mdc-tab-link .mat-ripple-element,.mat-mdc-tab-nav-bar.mat-accent .mdc-tab__ripple:before,.mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab .mat-ripple-element,.mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-header-pagination .mat-ripple-element,.mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-link .mat-ripple-element{background-color:#0274c9}.mat-mdc-tab-group.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label,.mat-mdc-tab-group.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label,.mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label,.mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label{color:#f44336}.mat-mdc-tab-group.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline,.mat-mdc-tab-group.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline,.mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline,.mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline{border-color:var(--mdc-tab-indicator-active-indicator-color, #f44336)}.mat-mdc-tab-group.mat-warn .mdc-tab__ripple:before,.mat-mdc-tab-group.mat-warn .mat-mdc-tab .mat-ripple-element,.mat-mdc-tab-group.mat-warn .mat-mdc-tab-header-pagination .mat-ripple-element,.mat-mdc-tab-group.mat-warn .mat-mdc-tab-link .mat-ripple-element,.mat-mdc-tab-nav-bar.mat-warn .mdc-tab__ripple:before,.mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab .mat-ripple-element,.mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-header-pagination .mat-ripple-element,.mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-link .mat-ripple-element{background-color:#f44336}.mat-mdc-tab-group.mat-background-primary,.mat-mdc-tab-nav-bar.mat-background-primary{--mat-mdc-tab-header-with-background-background-color: #96151d;--mat-mdc-tab-header-with-background-foreground-color: #fff}.mat-mdc-tab-group.mat-background-accent,.mat-mdc-tab-nav-bar.mat-background-accent{--mat-mdc-tab-header-with-background-background-color: #0274c9;--mat-mdc-tab-header-with-background-foreground-color: #fff}.mat-mdc-tab-group.mat-background-warn,.mat-mdc-tab-nav-bar.mat-background-warn{--mat-mdc-tab-header-with-background-background-color: #f44336;--mat-mdc-tab-header-with-background-foreground-color: #fff}.mat-mdc-tab-header-pagination-chevron{border-color:var(--mdc-theme-on-surface, #000)}.mat-mdc-tab-header .mdc-tab{height:48px}.mdc-tab{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:var(--mdc-typography-button-font-family, var(--mdc-typography-font-family, Univers-Basic-Bold, "Helvetica Neue", sans-serif));font-size:var(--mdc-typography-button-font-size, 14px);line-height:var(--mdc-typography-button-line-height, 14px);font-weight:var(--mdc-typography-button-font-weight, 500);letter-spacing:var(--mdc-typography-button-letter-spacing, normal);-webkit-text-decoration:var(--mdc-typography-button-text-decoration, none);text-decoration:var(--mdc-typography-button-text-decoration, none);text-transform:var(--mdc-typography-button-text-transform, none)}.mat-mdc-checkbox .mdc-form-field{color:var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, .87))}.mat-mdc-checkbox .mat-ripple-element{background-color:#0000001a}.mat-mdc-checkbox .mdc-checkbox__ripple{background:#000}.mat-mdc-checkbox.mat-primary{--mdc-checkbox-selected-checkmark-color: #fff;--mdc-checkbox-selected-focus-icon-color: #96151d;--mdc-checkbox-selected-hover-icon-color: #96151d;--mdc-checkbox-selected-icon-color: #96151d;--mdc-checkbox-selected-pressed-icon-color: #96151d;--mdc-checkbox-unselected-focus-icon-color: #212121;--mdc-checkbox-unselected-hover-icon-color: #212121;--mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, .54)}.mat-mdc-checkbox.mat-primary .mdc-checkbox--selected~.mat-mdc-checkbox-ripple .mat-ripple-element{background-color:#96151d1a}.mat-mdc-checkbox.mat-primary .mdc-checkbox--selected~.mdc-checkbox__ripple{background:#96151d}.mat-mdc-checkbox.mat-accent{--mdc-checkbox-selected-checkmark-color: #fff;--mdc-checkbox-selected-focus-icon-color: #0274c9;--mdc-checkbox-selected-hover-icon-color: #0274c9;--mdc-checkbox-selected-icon-color: #0274c9;--mdc-checkbox-selected-pressed-icon-color: #0274c9;--mdc-checkbox-unselected-focus-icon-color: #212121;--mdc-checkbox-unselected-hover-icon-color: #212121;--mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, .54)}.mat-mdc-checkbox.mat-accent .mdc-checkbox--selected~.mat-mdc-checkbox-ripple .mat-ripple-element{background-color:#0274c91a}.mat-mdc-checkbox.mat-accent .mdc-checkbox--selected~.mdc-checkbox__ripple{background:#0274c9}.mat-mdc-checkbox.mat-warn{--mdc-checkbox-selected-checkmark-color: #fff;--mdc-checkbox-selected-focus-icon-color: #f44336;--mdc-checkbox-selected-hover-icon-color: #f44336;--mdc-checkbox-selected-icon-color: #f44336;--mdc-checkbox-selected-pressed-icon-color: #f44336;--mdc-checkbox-unselected-focus-icon-color: #212121;--mdc-checkbox-unselected-hover-icon-color: #212121;--mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, .54)}.mat-mdc-checkbox.mat-warn .mdc-checkbox--selected~.mat-mdc-checkbox-ripple .mat-ripple-element{background-color:#f443361a}.mat-mdc-checkbox.mat-warn .mdc-checkbox--selected~.mdc-checkbox__ripple{background:#f44336}.mat-mdc-checkbox-disabled label{color:#00000061}.mat-mdc-checkbox .mdc-checkbox{padding:calc((var(--mdc-checkbox-ripple-size, 40px) - 18px) / 2);margin:calc((var(--mdc-checkbox-touch-target-size, 40px) - 40px) / 2)}.mat-mdc-checkbox .mdc-checkbox .mdc-checkbox__background{top:calc((var(--mdc-checkbox-ripple-size, 40px) - 18px) / 2);left:calc((var(--mdc-checkbox-ripple-size, 40px) - 18px) / 2)}.mat-mdc-checkbox .mdc-checkbox .mdc-checkbox__native-control{top:calc((40px - var(--mdc-checkbox-touch-target-size, 40px)) / 2);right:calc((40px - var(--mdc-checkbox-touch-target-size, 40px)) / 2);left:calc((40px - var(--mdc-checkbox-touch-target-size, 40px)) / 2);width:var(--mdc-checkbox-touch-target-size, 40px);height:var(--mdc-checkbox-touch-target-size, 40px)}@media all and (-ms-high-contrast: none){.mdc-checkbox .mdc-checkbox__focus-ring{display:none}}.mdc-form-field{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, Univers-Basic-Bold, "Helvetica Neue", sans-serif));font-size:var(--mdc-typography-body2-font-size, 14px);line-height:var(--mdc-typography-body2-line-height, 20px);font-weight:var(--mdc-typography-body2-font-weight, 400);letter-spacing:var(--mdc-typography-body2-letter-spacing, normal);-webkit-text-decoration:var(--mdc-typography-body2-text-decoration, inherit);text-decoration:var(--mdc-typography-body2-text-decoration, inherit);text-transform:var(--mdc-typography-body2-text-transform, none)}.mat-mdc-button.mat-unthemed{--mdc-text-button-label-text-color: #000}.mat-mdc-button.mat-primary{--mdc-text-button-label-text-color: #96151d}.mat-mdc-button.mat-accent{--mdc-text-button-label-text-color: #0274c9}.mat-mdc-button.mat-warn{--mdc-text-button-label-text-color: #f44336}.mat-mdc-button[disabled][disabled]{--mdc-text-button-disabled-label-text-color: rgba(0, 0, 0, .38);--mdc-text-button-label-text-color: rgba(0, 0, 0, .38)}.mat-mdc-unelevated-button.mat-unthemed{--mdc-filled-button-container-color: #fff;--mdc-filled-button-label-text-color: #000}.mat-mdc-unelevated-button.mat-primary{--mdc-filled-button-container-color: #96151d;--mdc-filled-button-label-text-color: #fff}.mat-mdc-unelevated-button.mat-accent{--mdc-filled-button-container-color: #0274c9;--mdc-filled-button-label-text-color: #fff}.mat-mdc-unelevated-button.mat-warn{--mdc-filled-button-container-color: #f44336;--mdc-filled-button-label-text-color: #fff}.mat-mdc-unelevated-button[disabled][disabled]{--mdc-filled-button-disabled-container-color: rgba(0, 0, 0, .12);--mdc-filled-button-disabled-label-text-color: rgba(0, 0, 0, .38);--mdc-filled-button-container-color: rgba(0, 0, 0, .12);--mdc-filled-button-label-text-color: rgba(0, 0, 0, .38)}.mat-mdc-raised-button.mat-unthemed{--mdc-protected-button-container-color: #fff;--mdc-protected-button-label-text-color: #000}.mat-mdc-raised-button.mat-primary{--mdc-protected-button-container-color: #96151d;--mdc-protected-button-label-text-color: #fff}.mat-mdc-raised-button.mat-accent{--mdc-protected-button-container-color: #0274c9;--mdc-protected-button-label-text-color: #fff}.mat-mdc-raised-button.mat-warn{--mdc-protected-button-container-color: #f44336;--mdc-protected-button-label-text-color: #fff}.mat-mdc-raised-button[disabled][disabled]{--mdc-protected-button-disabled-container-color: rgba(0, 0, 0, .12);--mdc-protected-button-disabled-label-text-color: rgba(0, 0, 0, .38);--mdc-protected-button-container-color: rgba(0, 0, 0, .12);--mdc-protected-button-label-text-color: rgba(0, 0, 0, .38);--mdc-protected-button-container-elevation: 0}.mat-mdc-outlined-button{--mdc-outlined-button-outline-color: rgba(0, 0, 0, .12)}.mat-mdc-outlined-button.mat-unthemed{--mdc-outlined-button-label-text-color: #000}.mat-mdc-outlined-button.mat-primary{--mdc-outlined-button-label-text-color: #96151d}.mat-mdc-outlined-button.mat-accent{--mdc-outlined-button-label-text-color: #0274c9}.mat-mdc-outlined-button.mat-warn{--mdc-outlined-button-label-text-color: #f44336}.mat-mdc-outlined-button[disabled][disabled]{--mdc-outlined-button-label-text-color: rgba(0, 0, 0, .38);--mdc-outlined-button-disabled-label-text-color: rgba(0, 0, 0, .38);--mdc-outlined-button-outline-color: rgba(0, 0, 0, .12);--mdc-outlined-button-disabled-outline-color: rgba(0, 0, 0, .12)}.mat-mdc-button,.mat-mdc-outlined-button{--mat-mdc-button-persistent-ripple-color: #000;--mat-mdc-button-ripple-color: rgba(0, 0, 0, .1)}.mat-mdc-button:hover .mat-mdc-button-persistent-ripple:before,.mat-mdc-outlined-button:hover .mat-mdc-button-persistent-ripple:before{opacity:.04}.mat-mdc-button.cdk-program-focused .mat-mdc-button-persistent-ripple:before,.mat-mdc-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple:before,.mat-mdc-outlined-button.cdk-program-focused .mat-mdc-button-persistent-ripple:before,.mat-mdc-outlined-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple:before{opacity:.12}.mat-mdc-button:active .mat-mdc-button-persistent-ripple:before,.mat-mdc-outlined-button:active .mat-mdc-button-persistent-ripple:before{opacity:.12}.mat-mdc-button.mat-primary,.mat-mdc-outlined-button.mat-primary{--mat-mdc-button-persistent-ripple-color: #96151d;--mat-mdc-button-ripple-color: rgba(150, 21, 29, .1)}.mat-mdc-button.mat-accent,.mat-mdc-outlined-button.mat-accent{--mat-mdc-button-persistent-ripple-color: #0274c9;--mat-mdc-button-ripple-color: rgba(2, 116, 201, .1)}.mat-mdc-button.mat-warn,.mat-mdc-outlined-button.mat-warn{--mat-mdc-button-persistent-ripple-color: #f44336;--mat-mdc-button-ripple-color: rgba(244, 67, 54, .1)}.mat-mdc-raised-button,.mat-mdc-unelevated-button{--mat-mdc-button-persistent-ripple-color: #000;--mat-mdc-button-ripple-color: rgba(0, 0, 0, .1)}.mat-mdc-raised-button:hover .mat-mdc-button-persistent-ripple:before,.mat-mdc-unelevated-button:hover .mat-mdc-button-persistent-ripple:before{opacity:.04}.mat-mdc-raised-button.cdk-program-focused .mat-mdc-button-persistent-ripple:before,.mat-mdc-raised-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple:before,.mat-mdc-unelevated-button.cdk-program-focused .mat-mdc-button-persistent-ripple:before,.mat-mdc-unelevated-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple:before{opacity:.12}.mat-mdc-raised-button:active .mat-mdc-button-persistent-ripple:before,.mat-mdc-unelevated-button:active .mat-mdc-button-persistent-ripple:before{opacity:.12}.mat-mdc-raised-button.mat-primary,.mat-mdc-unelevated-button.mat-primary,.mat-mdc-raised-button.mat-accent,.mat-mdc-unelevated-button.mat-accent,.mat-mdc-raised-button.mat-warn,.mat-mdc-unelevated-button.mat-warn{--mat-mdc-button-persistent-ripple-color: #fff;--mat-mdc-button-ripple-color: rgba(255, 255, 255, .1)}.mat-mdc-button.mat-mdc-button-base,.mat-mdc-raised-button.mat-mdc-button-base,.mat-mdc-unelevated-button.mat-mdc-button-base,.mat-mdc-outlined-button.mat-mdc-button-base{height:36px}.mdc-button{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:var(--mdc-typography-button-font-family, var(--mdc-typography-font-family, Univers-Basic-Bold, "Helvetica Neue", sans-serif));font-size:var(--mdc-typography-button-font-size, 14px);line-height:var(--mdc-typography-button-line-height, 14px);font-weight:var(--mdc-typography-button-font-weight, 500);letter-spacing:var(--mdc-typography-button-letter-spacing, normal);-webkit-text-decoration:var(--mdc-typography-button-text-decoration, none);text-decoration:var(--mdc-typography-button-text-decoration, none);text-transform:var(--mdc-typography-button-text-transform, none)}.mat-mdc-icon-button{--mat-mdc-button-persistent-ripple-color: #000;--mat-mdc-button-ripple-color: rgba(0, 0, 0, .1)}.mat-mdc-icon-button:hover .mat-mdc-button-persistent-ripple:before{opacity:.04}.mat-mdc-icon-button.cdk-program-focused .mat-mdc-button-persistent-ripple:before,.mat-mdc-icon-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple:before{opacity:.12}.mat-mdc-icon-button:active .mat-mdc-button-persistent-ripple:before{opacity:.12}.mat-mdc-icon-button.mat-primary{--mat-mdc-button-persistent-ripple-color: #96151d;--mat-mdc-button-ripple-color: rgba(150, 21, 29, .1)}.mat-mdc-icon-button.mat-accent{--mat-mdc-button-persistent-ripple-color: #0274c9;--mat-mdc-button-ripple-color: rgba(2, 116, 201, .1)}.mat-mdc-icon-button.mat-warn{--mat-mdc-button-persistent-ripple-color: #f44336;--mat-mdc-button-ripple-color: rgba(244, 67, 54, .1)}.mat-mdc-icon-button.mat-primary{--mdc-icon-button-icon-color: #96151d}.mat-mdc-icon-button.mat-accent{--mdc-icon-button-icon-color: #0274c9}.mat-mdc-icon-button.mat-warn{--mdc-icon-button-icon-color: #f44336}.mat-mdc-icon-button[disabled][disabled]{--mdc-icon-button-icon-color: rgba(0, 0, 0, .38);--mdc-icon-button-disabled-icon-color: rgba(0, 0, 0, .38)}.mat-mdc-icon-button.mat-mdc-button-base{width:48px;height:48px;padding:12px}.mat-mdc-icon-button.mat-mdc-button-base .mdc-icon-button__focus-ring{max-height:48px;max-width:48px}.mat-mdc-icon-button.mat-mdc-button-base.mdc-icon-button--reduced-size .mdc-icon-button__ripple{width:40px;height:40px;margin:4px}.mat-mdc-icon-button.mat-mdc-button-base.mdc-icon-button--reduced-size .mdc-icon-button__focus-ring{max-height:40px;max-width:40px}.mat-mdc-icon-button.mat-mdc-button-base .mdc-icon-button__touch{position:absolute;top:50%;height:48px;left:50%;width:48px;transform:translate(-50%,-50%)}.mat-mdc-fab,.mat-mdc-mini-fab{--mat-mdc-button-persistent-ripple-color: #000;--mat-mdc-button-ripple-color: rgba(0, 0, 0, .1)}.mat-mdc-fab:hover .mat-mdc-button-persistent-ripple:before,.mat-mdc-mini-fab:hover .mat-mdc-button-persistent-ripple:before{opacity:.04}.mat-mdc-fab.cdk-program-focused .mat-mdc-button-persistent-ripple:before,.mat-mdc-fab.cdk-keyboard-focused .mat-mdc-button-persistent-ripple:before,.mat-mdc-mini-fab.cdk-program-focused .mat-mdc-button-persistent-ripple:before,.mat-mdc-mini-fab.cdk-keyboard-focused .mat-mdc-button-persistent-ripple:before{opacity:.12}.mat-mdc-fab:active .mat-mdc-button-persistent-ripple:before,.mat-mdc-mini-fab:active .mat-mdc-button-persistent-ripple:before{opacity:.12}.mat-mdc-fab.mat-primary,.mat-mdc-mini-fab.mat-primary,.mat-mdc-fab.mat-accent,.mat-mdc-mini-fab.mat-accent,.mat-mdc-fab.mat-warn,.mat-mdc-mini-fab.mat-warn{--mat-mdc-button-persistent-ripple-color: #fff;--mat-mdc-button-ripple-color: rgba(255, 255, 255, .1)}.mat-mdc-fab.mat-unthemed,.mat-mdc-mini-fab.mat-unthemed{--mdc-fab-container-color: #fff;--mdc-fab-icon-color: #000;--mat-mdc-fab-color: #000}.mat-mdc-fab.mat-primary,.mat-mdc-mini-fab.mat-primary{--mdc-fab-container-color: #96151d;--mdc-fab-icon-color: #fff;--mat-mdc-fab-color: #fff}.mat-mdc-fab.mat-accent,.mat-mdc-mini-fab.mat-accent{--mdc-fab-container-color: #0274c9;--mdc-fab-icon-color: #fff;--mat-mdc-fab-color: #fff}.mat-mdc-fab.mat-warn,.mat-mdc-mini-fab.mat-warn{--mdc-fab-container-color: #f44336;--mdc-fab-icon-color: #fff;--mat-mdc-fab-color: #fff}.mat-mdc-fab[disabled][disabled],.mat-mdc-mini-fab[disabled][disabled]{--mdc-fab-container-color: rgba(0, 0, 0, .12);--mdc-fab-icon-color: rgba(0, 0, 0, .38);--mat-mdc-fab-color: rgba(0, 0, 0, .38)}.mdc-fab--extended{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:var(--mdc-typography-button-font-family, var(--mdc-typography-font-family, Univers-Basic-Bold, "Helvetica Neue", sans-serif));font-size:var(--mdc-typography-button-font-size, 14px);line-height:var(--mdc-typography-button-line-height, 14px);font-weight:var(--mdc-typography-button-font-weight, 500);letter-spacing:var(--mdc-typography-button-letter-spacing, normal);-webkit-text-decoration:var(--mdc-typography-button-text-decoration, none);text-decoration:var(--mdc-typography-button-text-decoration, none);text-transform:var(--mdc-typography-button-text-transform, none)}.mat-mdc-snack-bar-container{--mat-mdc-snack-bar-button-color: #0274c9;--mdc-snackbar-container-color: #333333;--mdc-snackbar-supporting-text-color: rgba(255, 255, 255, .87)}.mat-mdc-snack-bar-container{--mdc-snackbar-supporting-text-font: Univers-Basic-Bold, "Helvetica Neue", sans-serif;--mdc-snackbar-supporting-text-line-height: 20px;--mdc-snackbar-supporting-text-size: 14px;--mdc-snackbar-supporting-text-weight: 400}.mdc-data-table{background-color:var(--mdc-theme-surface, #fff);border-color:#0000001f}.mdc-data-table__row{background-color:inherit}.mdc-data-table__header-cell{background-color:var(--mdc-theme-surface, #fff)}.mdc-data-table__row--selected{background-color:#96151d0a}.mdc-data-table__pagination-rows-per-page-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__leading,.mdc-data-table__pagination-rows-per-page-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__notch,.mdc-data-table__pagination-rows-per-page-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__trailing{border-color:#0000001f}.mdc-data-table__cell,.mdc-data-table__header-cell{border-bottom-color:#0000001f}.mdc-data-table__pagination{border-top-color:#0000001f}.mdc-data-table__row:not(.mdc-data-table__row--selected):hover{background-color:#0000000a}.mdc-data-table__header-cell,.mdc-data-table__pagination-total,.mdc-data-table__pagination-rows-per-page-label,.mdc-data-table__cell{color:#000000de}.mat-mdc-table{background:white}.mat-mdc-table .mdc-data-table__row{height:52px}.mat-mdc-table .mdc-data-table__pagination{min-height:52px}.mat-mdc-table .mdc-data-table__header-row{height:56px}.mdc-data-table__content,.mdc-data-table__cell{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, Univers-Basic-Bold, "Helvetica Neue", sans-serif));font-size:var(--mdc-typography-body2-font-size, 14px);line-height:var(--mdc-typography-body2-line-height, 20px);font-weight:var(--mdc-typography-body2-font-weight, 400);letter-spacing:var(--mdc-typography-body2-letter-spacing, normal);-webkit-text-decoration:var(--mdc-typography-body2-text-decoration, inherit);text-decoration:var(--mdc-typography-body2-text-decoration, inherit);text-transform:var(--mdc-typography-body2-text-transform, none)}.mdc-data-table__header-cell{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:var(--mdc-typography-subtitle2-font-family, var(--mdc-typography-font-family, Univers-Basic-Bold, "Helvetica Neue", sans-serif));font-size:var(--mdc-typography-subtitle2-font-size, 14px);line-height:var(--mdc-typography-subtitle2-line-height, 24px);font-weight:var(--mdc-typography-subtitle2-font-weight, 500);letter-spacing:var(--mdc-typography-subtitle2-letter-spacing, normal);-webkit-text-decoration:var(--mdc-typography-subtitle2-text-decoration, inherit);text-decoration:var(--mdc-typography-subtitle2-text-decoration, inherit);text-transform:var(--mdc-typography-subtitle2-text-transform, none)}.mat-mdc-progress-spinner{--mdc-circular-progress-active-indicator-color: #96151d}.mat-mdc-progress-spinner.mat-accent{--mdc-circular-progress-active-indicator-color: #0274c9}.mat-mdc-progress-spinner.mat-warn{--mdc-circular-progress-active-indicator-color: #f44336}.mat-button,.mat-icon-button,.mat-stroked-button{color:inherit;background:transparent}.mat-button.mat-primary,.mat-icon-button.mat-primary,.mat-stroked-button.mat-primary{color:#96151d}.mat-button.mat-accent,.mat-icon-button.mat-accent,.mat-stroked-button.mat-accent{color:#0274c9}.mat-button.mat-warn,.mat-icon-button.mat-warn,.mat-stroked-button.mat-warn{color:#f44336}.mat-button.mat-primary.mat-button-disabled,.mat-button.mat-accent.mat-button-disabled,.mat-button.mat-warn.mat-button-disabled,.mat-button.mat-button-disabled.mat-button-disabled,.mat-icon-button.mat-primary.mat-button-disabled,.mat-icon-button.mat-accent.mat-button-disabled,.mat-icon-button.mat-warn.mat-button-disabled,.mat-icon-button.mat-button-disabled.mat-button-disabled,.mat-stroked-button.mat-primary.mat-button-disabled,.mat-stroked-button.mat-accent.mat-button-disabled,.mat-stroked-button.mat-warn.mat-button-disabled,.mat-stroked-button.mat-button-disabled.mat-button-disabled{color:#00000042}.mat-button.mat-primary .mat-button-focus-overlay,.mat-icon-button.mat-primary .mat-button-focus-overlay,.mat-stroked-button.mat-primary .mat-button-focus-overlay{background-color:#96151d}.mat-button.mat-accent .mat-button-focus-overlay,.mat-icon-button.mat-accent .mat-button-focus-overlay,.mat-stroked-button.mat-accent .mat-button-focus-overlay{background-color:#0274c9}.mat-button.mat-warn .mat-button-focus-overlay,.mat-icon-button.mat-warn .mat-button-focus-overlay,.mat-stroked-button.mat-warn .mat-button-focus-overlay{background-color:#f44336}.mat-button.mat-button-disabled .mat-button-focus-overlay,.mat-icon-button.mat-button-disabled .mat-button-focus-overlay,.mat-stroked-button.mat-button-disabled .mat-button-focus-overlay{background-color:transparent}.mat-button .mat-ripple-element,.mat-icon-button .mat-ripple-element,.mat-stroked-button .mat-ripple-element{opacity:.1;background-color:currentColor}.mat-button-focus-overlay{background:black}.mat-stroked-button:not(.mat-button-disabled){border-color:#0000001f}.mat-flat-button,.mat-raised-button,.mat-fab,.mat-mini-fab{color:#000000de;background-color:#fff}.mat-flat-button.mat-primary,.mat-raised-button.mat-primary,.mat-fab.mat-primary,.mat-mini-fab.mat-primary,.mat-flat-button.mat-accent,.mat-raised-button.mat-accent,.mat-fab.mat-accent,.mat-mini-fab.mat-accent,.mat-flat-button.mat-warn,.mat-raised-button.mat-warn,.mat-fab.mat-warn,.mat-mini-fab.mat-warn{color:#fff}.mat-flat-button.mat-primary.mat-button-disabled,.mat-flat-button.mat-accent.mat-button-disabled,.mat-flat-button.mat-warn.mat-button-disabled,.mat-flat-button.mat-button-disabled.mat-button-disabled,.mat-raised-button.mat-primary.mat-button-disabled,.mat-raised-button.mat-accent.mat-button-disabled,.mat-raised-button.mat-warn.mat-button-disabled,.mat-raised-button.mat-button-disabled.mat-button-disabled,.mat-fab.mat-primary.mat-button-disabled,.mat-fab.mat-accent.mat-button-disabled,.mat-fab.mat-warn.mat-button-disabled,.mat-fab.mat-button-disabled.mat-button-disabled,.mat-mini-fab.mat-primary.mat-button-disabled,.mat-mini-fab.mat-accent.mat-button-disabled,.mat-mini-fab.mat-warn.mat-button-disabled,.mat-mini-fab.mat-button-disabled.mat-button-disabled{color:#00000042}.mat-flat-button.mat-primary,.mat-raised-button.mat-primary,.mat-fab.mat-primary,.mat-mini-fab.mat-primary{background-color:#96151d}.mat-flat-button.mat-accent,.mat-raised-button.mat-accent,.mat-fab.mat-accent,.mat-mini-fab.mat-accent{background-color:#0274c9}.mat-flat-button.mat-warn,.mat-raised-button.mat-warn,.mat-fab.mat-warn,.mat-mini-fab.mat-warn{background-color:#f44336}.mat-flat-button.mat-primary.mat-button-disabled,.mat-flat-button.mat-accent.mat-button-disabled,.mat-flat-button.mat-warn.mat-button-disabled,.mat-flat-button.mat-button-disabled.mat-button-disabled,.mat-raised-button.mat-primary.mat-button-disabled,.mat-raised-button.mat-accent.mat-button-disabled,.mat-raised-button.mat-warn.mat-button-disabled,.mat-raised-button.mat-button-disabled.mat-button-disabled,.mat-fab.mat-primary.mat-button-disabled,.mat-fab.mat-accent.mat-button-disabled,.mat-fab.mat-warn.mat-button-disabled,.mat-fab.mat-button-disabled.mat-button-disabled,.mat-mini-fab.mat-primary.mat-button-disabled,.mat-mini-fab.mat-accent.mat-button-disabled,.mat-mini-fab.mat-warn.mat-button-disabled,.mat-mini-fab.mat-button-disabled.mat-button-disabled{background-color:#0000001f}.mat-flat-button.mat-primary .mat-ripple-element,.mat-raised-button.mat-primary .mat-ripple-element,.mat-fab.mat-primary .mat-ripple-element,.mat-mini-fab.mat-primary .mat-ripple-element,.mat-flat-button.mat-accent .mat-ripple-element,.mat-raised-button.mat-accent .mat-ripple-element,.mat-fab.mat-accent .mat-ripple-element,.mat-mini-fab.mat-accent .mat-ripple-element,.mat-flat-button.mat-warn .mat-ripple-element,.mat-raised-button.mat-warn .mat-ripple-element,.mat-fab.mat-warn .mat-ripple-element,.mat-mini-fab.mat-warn .mat-ripple-element{background-color:#ffffff1a}.mat-stroked-button:not([class*=mat-elevation-z]),.mat-flat-button:not([class*=mat-elevation-z]){box-shadow:0 0 #0003,0 0 #00000024,0 0 #0000001f}.mat-raised-button:not([class*=mat-elevation-z]){box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f}.mat-raised-button:not(.mat-button-disabled):active:not([class*=mat-elevation-z]){box-shadow:0 5px 5px -3px #0003,0 8px 10px 1px #00000024,0 3px 14px 2px #0000001f}.mat-raised-button.mat-button-disabled:not([class*=mat-elevation-z]){box-shadow:0 0 #0003,0 0 #00000024,0 0 #0000001f}.mat-fab:not([class*=mat-elevation-z]),.mat-mini-fab:not([class*=mat-elevation-z]){box-shadow:0 3px 5px -1px #0003,0 6px 10px #00000024,0 1px 18px #0000001f}.mat-fab:not(.mat-button-disabled):active:not([class*=mat-elevation-z]),.mat-mini-fab:not(.mat-button-disabled):active:not([class*=mat-elevation-z]){box-shadow:0 7px 8px -4px #0003,0 12px 17px 2px #00000024,0 5px 22px 4px #0000001f}.mat-fab.mat-button-disabled:not([class*=mat-elevation-z]),.mat-mini-fab.mat-button-disabled:not([class*=mat-elevation-z]){box-shadow:0 0 #0003,0 0 #00000024,0 0 #0000001f}.mat-datepicker-content .mat-mdc-button.mat-unthemed{--mdc-text-button-label-text-color: #000}.mat-datepicker-content .mat-mdc-button.mat-primary{--mdc-text-button-label-text-color: #96151d}.mat-datepicker-content .mat-mdc-button.mat-accent{--mdc-text-button-label-text-color: #0274c9}.mat-datepicker-content .mat-mdc-button.mat-warn{--mdc-text-button-label-text-color: #f44336}.mat-datepicker-content .mat-mdc-button[disabled][disabled]{--mdc-text-button-disabled-label-text-color: rgba(0, 0, 0, .38);--mdc-text-button-label-text-color: rgba(0, 0, 0, .38)}.mat-datepicker-content .mat-mdc-unelevated-button.mat-unthemed{--mdc-filled-button-container-color: #fff;--mdc-filled-button-label-text-color: #000}.mat-datepicker-content .mat-mdc-unelevated-button.mat-primary{--mdc-filled-button-container-color: #96151d;--mdc-filled-button-label-text-color: #fff}.mat-datepicker-content .mat-mdc-unelevated-button.mat-accent{--mdc-filled-button-container-color: #0274c9;--mdc-filled-button-label-text-color: #fff}.mat-datepicker-content .mat-mdc-unelevated-button.mat-warn{--mdc-filled-button-container-color: #f44336;--mdc-filled-button-label-text-color: #fff}.mat-datepicker-content .mat-mdc-unelevated-button[disabled][disabled]{--mdc-filled-button-disabled-container-color: rgba(0, 0, 0, .12);--mdc-filled-button-disabled-label-text-color: rgba(0, 0, 0, .38);--mdc-filled-button-container-color: rgba(0, 0, 0, .12);--mdc-filled-button-label-text-color: rgba(0, 0, 0, .38)}.mat-datepicker-content .mat-mdc-raised-button.mat-unthemed{--mdc-protected-button-container-color: #fff;--mdc-protected-button-label-text-color: #000}.mat-datepicker-content .mat-mdc-raised-button.mat-primary{--mdc-protected-button-container-color: #96151d;--mdc-protected-button-label-text-color: #fff}.mat-datepicker-content .mat-mdc-raised-button.mat-accent{--mdc-protected-button-container-color: #0274c9;--mdc-protected-button-label-text-color: #fff}.mat-datepicker-content .mat-mdc-raised-button.mat-warn{--mdc-protected-button-container-color: #f44336;--mdc-protected-button-label-text-color: #fff}.mat-datepicker-content .mat-mdc-raised-button[disabled][disabled]{--mdc-protected-button-disabled-container-color: rgba(0, 0, 0, .12);--mdc-protected-button-disabled-label-text-color: rgba(0, 0, 0, .38);--mdc-protected-button-container-color: rgba(0, 0, 0, .12);--mdc-protected-button-label-text-color: rgba(0, 0, 0, .38);--mdc-protected-button-container-elevation: 0}.mat-datepicker-content .mat-mdc-outlined-button{--mdc-outlined-button-outline-color: rgba(0, 0, 0, .12)}.mat-datepicker-content .mat-mdc-outlined-button.mat-unthemed{--mdc-outlined-button-label-text-color: #000}.mat-datepicker-content .mat-mdc-outlined-button.mat-primary{--mdc-outlined-button-label-text-color: #96151d}.mat-datepicker-content .mat-mdc-outlined-button.mat-accent{--mdc-outlined-button-label-text-color: #0274c9}.mat-datepicker-content .mat-mdc-outlined-button.mat-warn{--mdc-outlined-button-label-text-color: #f44336}.mat-datepicker-content .mat-mdc-outlined-button[disabled][disabled]{--mdc-outlined-button-label-text-color: rgba(0, 0, 0, .38);--mdc-outlined-button-disabled-label-text-color: rgba(0, 0, 0, .38);--mdc-outlined-button-outline-color: rgba(0, 0, 0, .12);--mdc-outlined-button-disabled-outline-color: rgba(0, 0, 0, .12)}.mat-datepicker-content .mat-mdc-button,.mat-datepicker-content .mat-mdc-outlined-button{--mat-mdc-button-persistent-ripple-color: #000;--mat-mdc-button-ripple-color: rgba(0, 0, 0, .1)}.mat-datepicker-content .mat-mdc-button:hover .mat-mdc-button-persistent-ripple:before,.mat-datepicker-content .mat-mdc-outlined-button:hover .mat-mdc-button-persistent-ripple:before{opacity:.04}.mat-datepicker-content .mat-mdc-button.cdk-program-focused .mat-mdc-button-persistent-ripple:before,.mat-datepicker-content .mat-mdc-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple:before,.mat-datepicker-content .mat-mdc-outlined-button.cdk-program-focused .mat-mdc-button-persistent-ripple:before,.mat-datepicker-content .mat-mdc-outlined-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple:before{opacity:.12}.mat-datepicker-content .mat-mdc-button:active .mat-mdc-button-persistent-ripple:before,.mat-datepicker-content .mat-mdc-outlined-button:active .mat-mdc-button-persistent-ripple:before{opacity:.12}.mat-datepicker-content .mat-mdc-button.mat-primary,.mat-datepicker-content .mat-mdc-outlined-button.mat-primary{--mat-mdc-button-persistent-ripple-color: #96151d;--mat-mdc-button-ripple-color: rgba(150, 21, 29, .1)}.mat-datepicker-content .mat-mdc-button.mat-accent,.mat-datepicker-content .mat-mdc-outlined-button.mat-accent{--mat-mdc-button-persistent-ripple-color: #0274c9;--mat-mdc-button-ripple-color: rgba(2, 116, 201, .1)}.mat-datepicker-content .mat-mdc-button.mat-warn,.mat-datepicker-content .mat-mdc-outlined-button.mat-warn{--mat-mdc-button-persistent-ripple-color: #f44336;--mat-mdc-button-ripple-color: rgba(244, 67, 54, .1)}.mat-datepicker-content .mat-mdc-raised-button,.mat-datepicker-content .mat-mdc-unelevated-button{--mat-mdc-button-persistent-ripple-color: #000;--mat-mdc-button-ripple-color: rgba(0, 0, 0, .1)}.mat-datepicker-content .mat-mdc-raised-button:hover .mat-mdc-button-persistent-ripple:before,.mat-datepicker-content .mat-mdc-unelevated-button:hover .mat-mdc-button-persistent-ripple:before{opacity:.04}.mat-datepicker-content .mat-mdc-raised-button.cdk-program-focused .mat-mdc-button-persistent-ripple:before,.mat-datepicker-content .mat-mdc-raised-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple:before,.mat-datepicker-content .mat-mdc-unelevated-button.cdk-program-focused .mat-mdc-button-persistent-ripple:before,.mat-datepicker-content .mat-mdc-unelevated-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple:before{opacity:.12}.mat-datepicker-content .mat-mdc-raised-button:active .mat-mdc-button-persistent-ripple:before,.mat-datepicker-content .mat-mdc-unelevated-button:active .mat-mdc-button-persistent-ripple:before{opacity:.12}.mat-datepicker-content .mat-mdc-raised-button.mat-primary,.mat-datepicker-content .mat-mdc-unelevated-button.mat-primary,.mat-datepicker-content .mat-mdc-raised-button.mat-accent,.mat-datepicker-content .mat-mdc-unelevated-button.mat-accent,.mat-datepicker-content .mat-mdc-raised-button.mat-warn,.mat-datepicker-content .mat-mdc-unelevated-button.mat-warn{--mat-mdc-button-persistent-ripple-color: #fff;--mat-mdc-button-ripple-color: rgba(255, 255, 255, .1)}.mat-datepicker-content .mat-mdc-icon-button{--mat-mdc-button-persistent-ripple-color: #000;--mat-mdc-button-ripple-color: rgba(0, 0, 0, .1)}.mat-datepicker-content .mat-mdc-icon-button:hover .mat-mdc-button-persistent-ripple:before{opacity:.04}.mat-datepicker-content .mat-mdc-icon-button.cdk-program-focused .mat-mdc-button-persistent-ripple:before,.mat-datepicker-content .mat-mdc-icon-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple:before{opacity:.12}.mat-datepicker-content .mat-mdc-icon-button:active .mat-mdc-button-persistent-ripple:before{opacity:.12}.mat-datepicker-content .mat-mdc-icon-button.mat-primary{--mat-mdc-button-persistent-ripple-color: #96151d;--mat-mdc-button-ripple-color: rgba(150, 21, 29, .1)}.mat-datepicker-content .mat-mdc-icon-button.mat-accent{--mat-mdc-button-persistent-ripple-color: #0274c9;--mat-mdc-button-ripple-color: rgba(2, 116, 201, .1)}.mat-datepicker-content .mat-mdc-icon-button.mat-warn{--mat-mdc-button-persistent-ripple-color: #f44336;--mat-mdc-button-ripple-color: rgba(244, 67, 54, .1)}.mat-datepicker-content .mat-mdc-icon-button.mat-primary{--mdc-icon-button-icon-color: #96151d}.mat-datepicker-content .mat-mdc-icon-button.mat-accent{--mdc-icon-button-icon-color: #0274c9}.mat-datepicker-content .mat-mdc-icon-button.mat-warn{--mdc-icon-button-icon-color: #f44336}.mat-datepicker-content .mat-mdc-icon-button[disabled][disabled]{--mdc-icon-button-icon-color: rgba(0, 0, 0, .38);--mdc-icon-button-disabled-icon-color: rgba(0, 0, 0, .38)}.mat-datepicker-content .mat-mdc-button.mat-mdc-button-base,.mat-datepicker-content .mat-mdc-raised-button.mat-mdc-button-base,.mat-datepicker-content .mat-mdc-unelevated-button.mat-mdc-button-base,.mat-datepicker-content .mat-mdc-outlined-button.mat-mdc-button-base{height:36px}.mat-datepicker-content .mat-mdc-icon-button.mat-mdc-button-base{width:48px;height:48px;padding:12px}.mat-datepicker-content .mat-mdc-icon-button.mat-mdc-button-base .mdc-icon-button__focus-ring{max-height:48px;max-width:48px}.mat-datepicker-content .mat-mdc-icon-button.mat-mdc-button-base.mdc-icon-button--reduced-size .mdc-icon-button__ripple{width:40px;height:40px;margin:4px}.mat-datepicker-content .mat-mdc-icon-button.mat-mdc-button-base.mdc-icon-button--reduced-size .mdc-icon-button__focus-ring{max-height:40px;max-width:40px}.mat-datepicker-content .mat-mdc-icon-button.mat-mdc-button-base .mdc-icon-button__touch{position:absolute;top:50%;height:48px;left:50%;width:48px;transform:translate(-50%,-50%)}.mat-button,.mat-raised-button,.mat-icon-button,.mat-stroked-button,.mat-flat-button,.mat-fab,.mat-mini-fab{font-family:Univers-Basic-Bold,Helvetica Neue,sans-serif;font-size:14px;font-weight:500}.mat-datepicker-content .mdc-button{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:var(--mdc-typography-button-font-family, var(--mdc-typography-font-family, Univers-Basic-Bold, "Helvetica Neue", sans-serif));font-size:var(--mdc-typography-button-font-size, 14px);line-height:var(--mdc-typography-button-line-height, 14px);font-weight:var(--mdc-typography-button-font-weight, 500);letter-spacing:var(--mdc-typography-button-letter-spacing, normal);-webkit-text-decoration:var(--mdc-typography-button-text-decoration, none);text-decoration:var(--mdc-typography-button-text-decoration, none);text-transform:var(--mdc-typography-button-text-transform, none)}.mat-option{color:#000000de}.mat-option:hover:not(.mat-option-disabled),.mat-option:focus:not(.mat-option-disabled){background:rgba(0,0,0,.04)}.mat-option.mat-selected:not(.mat-option-multiple):not(.mat-option-disabled){background:rgba(0,0,0,.04)}.mat-option.mat-active{background:rgba(0,0,0,.04);color:#000000de}.mat-option.mat-option-disabled{color:#00000061}.mat-primary .mat-option.mat-selected:not(.mat-option-disabled){color:#96151d}.mat-accent .mat-option.mat-selected:not(.mat-option-disabled){color:#0274c9}.mat-warn .mat-option.mat-selected:not(.mat-option-disabled){color:#f44336}.mat-option{font-family:Univers-Basic-Bold,Helvetica Neue,sans-serif;font-size:16px}.mat-optgroup-label{color:#0000008a}.mat-optgroup-disabled .mat-optgroup-label{color:#00000061}.mat-optgroup-label{font:500 14px/24px Univers-Basic-Bold,Helvetica Neue,sans-serif;letter-spacing:normal}.mat-ripple-element{background-color:#0000001a}.mat-pseudo-checkbox-full{color:#0000008a}.mat-pseudo-checkbox-full.mat-pseudo-checkbox-disabled{color:#b0b0b0}.mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal:after,.mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal:after{color:#96151d}.mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,.mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full{background:#96151d}.mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full:after,.mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full:after{color:#fafafa}.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal:after,.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal:after{color:#0274c9}.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full{background:#0274c9}.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full:after,.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full:after{color:#fafafa}.mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal:after,.mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal:after{color:#0274c9}.mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,.mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full{background:#0274c9}.mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full:after,.mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full:after{color:#fafafa}.mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal:after,.mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal:after{color:#f44336}.mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,.mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full{background:#f44336}.mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full:after,.mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full:after{color:#fafafa}.mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal:after,.mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal:after{color:#b0b0b0}.mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,.mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full{background:#b0b0b0}.mat-app-background{background-color:#fafafa;color:#000000de}.mat-elevation-z0{box-shadow:0 0 #0003,0 0 #00000024,0 0 #0000001f}.mat-elevation-z1{box-shadow:0 2px 1px -1px #0003,0 1px 1px #00000024,0 1px 3px #0000001f}.mat-elevation-z2{box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f}.mat-elevation-z3{box-shadow:0 3px 3px -2px #0003,0 3px 4px #00000024,0 1px 8px #0000001f}.mat-elevation-z4{box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f}.mat-elevation-z5{box-shadow:0 3px 5px -1px #0003,0 5px 8px #00000024,0 1px 14px #0000001f}.mat-elevation-z6{box-shadow:0 3px 5px -1px #0003,0 6px 10px #00000024,0 1px 18px #0000001f}.mat-elevation-z7{box-shadow:0 4px 5px -2px #0003,0 7px 10px 1px #00000024,0 2px 16px 1px #0000001f}.mat-elevation-z8{box-shadow:0 5px 5px -3px #0003,0 8px 10px 1px #00000024,0 3px 14px 2px #0000001f}.mat-elevation-z9{box-shadow:0 5px 6px -3px #0003,0 9px 12px 1px #00000024,0 3px 16px 2px #0000001f}.mat-elevation-z10{box-shadow:0 6px 6px -3px #0003,0 10px 14px 1px #00000024,0 4px 18px 3px #0000001f}.mat-elevation-z11{box-shadow:0 6px 7px -4px #0003,0 11px 15px 1px #00000024,0 4px 20px 3px #0000001f}.mat-elevation-z12{box-shadow:0 7px 8px -4px #0003,0 12px 17px 2px #00000024,0 5px 22px 4px #0000001f}.mat-elevation-z13{box-shadow:0 7px 8px -4px #0003,0 13px 19px 2px #00000024,0 5px 24px 4px #0000001f}.mat-elevation-z14{box-shadow:0 7px 9px -4px #0003,0 14px 21px 2px #00000024,0 5px 26px 4px #0000001f}.mat-elevation-z15{box-shadow:0 8px 9px -5px #0003,0 15px 22px 2px #00000024,0 6px 28px 5px #0000001f}.mat-elevation-z16{box-shadow:0 8px 10px -5px #0003,0 16px 24px 2px #00000024,0 6px 30px 5px #0000001f}.mat-elevation-z17{box-shadow:0 8px 11px -5px #0003,0 17px 26px 2px #00000024,0 6px 32px 5px #0000001f}.mat-elevation-z18{box-shadow:0 9px 11px -5px #0003,0 18px 28px 2px #00000024,0 7px 34px 6px #0000001f}.mat-elevation-z19{box-shadow:0 9px 12px -6px #0003,0 19px 29px 2px #00000024,0 7px 36px 6px #0000001f}.mat-elevation-z20{box-shadow:0 10px 13px -6px #0003,0 20px 31px 3px #00000024,0 8px 38px 7px #0000001f}.mat-elevation-z21{box-shadow:0 10px 13px -6px #0003,0 21px 33px 3px #00000024,0 8px 40px 7px #0000001f}.mat-elevation-z22{box-shadow:0 10px 14px -6px #0003,0 22px 35px 3px #00000024,0 8px 42px 7px #0000001f}.mat-elevation-z23{box-shadow:0 11px 14px -7px #0003,0 23px 36px 3px #00000024,0 9px 44px 8px #0000001f}.mat-elevation-z24{box-shadow:0 11px 15px -7px #0003,0 24px 38px 3px #00000024,0 9px 46px 8px #0000001f}.mat-theme-loaded-marker{display:none}.mat-card{background:white;color:#000000de}.mat-card:not([class*=mat-elevation-z]){box-shadow:0 2px 1px -1px #0003,0 1px 1px #00000024,0 1px 3px #0000001f}.mat-card.mat-card-flat:not([class*=mat-elevation-z]){box-shadow:0 0 #0003,0 0 #00000024,0 0 #0000001f}.mat-card-subtitle{color:#0000008a}.mat-card{font-family:Univers-Basic-Bold,Helvetica Neue,sans-serif}.mat-card-title{font-size:24px;font-weight:500}.mat-card-header .mat-card-title{font-size:20px}.mat-card-subtitle,.mat-card-content{font-size:14px}.mat-progress-bar-background{fill:#e1c1c3}.mat-progress-bar-buffer{background-color:#e1c1c3}.mat-progress-bar-fill:after{background-color:#96151d}.mat-progress-bar.mat-accent .mat-progress-bar-background{fill:#bcd9ee}.mat-progress-bar.mat-accent .mat-progress-bar-buffer{background-color:#bcd9ee}.mat-progress-bar.mat-accent .mat-progress-bar-fill:after{background-color:#0274c9}.mat-progress-bar.mat-warn .mat-progress-bar-background{fill:#f9ccc9}.mat-progress-bar.mat-warn .mat-progress-bar-buffer{background-color:#f9ccc9}.mat-progress-bar.mat-warn .mat-progress-bar-fill:after{background-color:#f44336}.mat-progress-spinner circle,.mat-spinner circle{stroke:#96151d}.mat-progress-spinner.mat-accent circle,.mat-spinner.mat-accent circle{stroke:#0274c9}.mat-progress-spinner.mat-warn circle,.mat-spinner.mat-warn circle{stroke:#f44336}.mat-tooltip{background:rgba(97,97,97,.9)}.mat-tooltip{font-family:Univers-Basic-Bold,Helvetica Neue,sans-serif;font-size:10px;padding-top:6px;padding-bottom:6px}.mat-tooltip-handset{font-size:14px;padding-top:8px;padding-bottom:8px}.mat-form-field-type-mat-native-select .mat-form-field-infix:after{color:#0000008a}.mat-input-element:disabled,.mat-form-field-type-mat-native-select.mat-form-field-disabled .mat-form-field-infix:after{color:#00000061}.mat-input-element{caret-color:#96151d}.mat-input-element::placeholder{color:#0000006b}.mat-input-element::-moz-placeholder{color:#0000006b}.mat-input-element::-webkit-input-placeholder{color:#0000006b}.mat-input-element:-ms-input-placeholder{color:#0000006b}.mat-form-field.mat-accent .mat-input-element{caret-color:#0274c9}.mat-form-field.mat-warn .mat-input-element,.mat-form-field-invalid .mat-input-element{caret-color:#f44336}.mat-form-field-type-mat-native-select.mat-form-field-invalid .mat-form-field-infix:after{color:#f44336}.mat-form-field-disabled .mat-form-field-prefix,.mat-form-field-disabled .mat-form-field-suffix{color:#00000061}input.mat-input-element{margin-top:-.0625em}.mat-form-field-label,.mat-hint{color:#0009}.mat-form-field.mat-focused .mat-form-field-label{color:#96151d}.mat-form-field.mat-focused .mat-form-field-label.mat-accent{color:#0274c9}.mat-form-field.mat-focused .mat-form-field-label.mat-warn{color:#f44336}.mat-focused .mat-form-field-required-marker{color:#0274c9}.mat-form-field-ripple{background-color:#000000de}.mat-form-field.mat-focused .mat-form-field-ripple{background-color:#96151d}.mat-form-field.mat-focused .mat-form-field-ripple.mat-accent{background-color:#0274c9}.mat-form-field.mat-focused .mat-form-field-ripple.mat-warn{background-color:#f44336}.mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid) .mat-form-field-infix:after{color:#96151d}.mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-accent .mat-form-field-infix:after{color:#0274c9}.mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-warn .mat-form-field-infix:after{color:#f44336}.mat-form-field.mat-form-field-invalid .mat-form-field-label,.mat-form-field.mat-form-field-invalid .mat-form-field-label.mat-accent,.mat-form-field.mat-form-field-invalid .mat-form-field-label .mat-form-field-required-marker{color:#f44336}.mat-form-field.mat-form-field-invalid .mat-form-field-ripple,.mat-form-field.mat-form-field-invalid .mat-form-field-ripple.mat-accent{background-color:#f44336}.mat-error{color:#f44336}.mat-form-field-appearance-legacy .mat-form-field-label,.mat-form-field-appearance-legacy .mat-hint{color:#0000008a}.mat-form-field-appearance-legacy .mat-form-field-underline{background-color:#0000006b}.mat-form-field-appearance-legacy.mat-form-field-disabled .mat-form-field-underline{background-image:linear-gradient(to right,rgba(0,0,0,.42) 0%,rgba(0,0,0,.42) 33%,transparent 0%);background-size:4px 100%;background-repeat:repeat-x}.mat-form-field-appearance-standard .mat-form-field-underline{background-color:#0000006b}.mat-form-field-appearance-standard.mat-form-field-disabled .mat-form-field-underline{background-image:linear-gradient(to right,rgba(0,0,0,.42) 0%,rgba(0,0,0,.42) 33%,transparent 0%);background-size:4px 100%;background-repeat:repeat-x}.mat-form-field-appearance-fill .mat-form-field-flex{background-color:#0000000a}.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-flex{background-color:#00000005}.mat-form-field-appearance-fill .mat-form-field-underline:before{background-color:#0000006b}.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-label{color:#00000061}.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-underline:before{background-color:transparent}.mat-form-field-appearance-outline .mat-form-field-outline{color:#0000001f}.mat-form-field-appearance-outline .mat-form-field-outline-thick{color:#000000de}.mat-form-field-appearance-outline.mat-focused .mat-form-field-outline-thick{color:#96151d}.mat-form-field-appearance-outline.mat-focused.mat-accent .mat-form-field-outline-thick{color:#0274c9}.mat-form-field-appearance-outline.mat-focused.mat-warn .mat-form-field-outline-thick,.mat-form-field-appearance-outline.mat-form-field-invalid.mat-form-field-invalid .mat-form-field-outline-thick{color:#f44336}.mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-label{color:#00000061}.mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-outline{color:#0000000f}.mat-form-field{font-size:inherit;font-weight:400;line-height:1.125;font-family:Univers-Basic-Bold,Helvetica Neue,sans-serif;letter-spacing:normal}.mat-form-field-wrapper{padding-bottom:1.34375em}.mat-form-field-prefix .mat-icon,.mat-form-field-suffix .mat-icon{font-size:150%;line-height:1.125}.mat-form-field-prefix .mat-icon-button,.mat-form-field-suffix .mat-icon-button{height:1.5em;width:1.5em}.mat-form-field-prefix .mat-icon-button .mat-icon,.mat-form-field-suffix .mat-icon-button .mat-icon{height:1.125em;line-height:1.125}.mat-form-field-infix{padding:.5em 0;border-top:.84375em solid transparent}.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,.mat-form-field-can-float .mat-input-server:focus+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.34373em) scale(.75);width:133.3333533333%}.mat-form-field-can-float .mat-input-server[label]+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.34372em) scale(.75);width:133.3333633333%}.mat-form-field-label-wrapper{top:-.84375em;padding-top:.84375em}.mat-form-field-label{top:1.34375em}.mat-form-field-underline{bottom:1.34375em}.mat-form-field-subscript-wrapper{font-size:75%;margin-top:.6666666667em;top:calc(100% - 1.7916666667em)}.mat-form-field-appearance-legacy .mat-form-field-wrapper{padding-bottom:1.25em}.mat-form-field-appearance-legacy .mat-form-field-infix{padding:.4375em 0}.mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server:focus+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.28125em) scale(.75) perspective(100px) translateZ(.00106px);width:133.3333933333%}.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.28125em) scale(.75) perspective(100px) translateZ(.00107px);width:133.3334033333%}.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server[label]+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.28125em) scale(.75) perspective(100px) translateZ(.00108px);width:133.3334133333%}.mat-form-field-appearance-legacy .mat-form-field-label{top:1.28125em}.mat-form-field-appearance-legacy .mat-form-field-underline{bottom:1.25em}.mat-form-field-appearance-legacy .mat-form-field-subscript-wrapper{margin-top:.5416666667em;top:calc(100% - 1.6666666667em)}@media print{.mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server:focus+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.28116em) scale(.75)}.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.28115em) scale(.75)}.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server[label]+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.28114em) scale(.75)}}.mat-form-field-appearance-fill .mat-form-field-infix{padding:.25em 0 .75em}.mat-form-field-appearance-fill .mat-form-field-label{top:1.09375em;margin-top:-.5em}.mat-form-field-appearance-fill.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,.mat-form-field-appearance-fill.mat-form-field-can-float .mat-input-server:focus+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-.59373em) scale(.75);width:133.3333533333%}.mat-form-field-appearance-fill.mat-form-field-can-float .mat-input-server[label]+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-.59372em) scale(.75);width:133.3333633333%}.mat-form-field-appearance-outline .mat-form-field-infix{padding:1em 0}.mat-form-field-appearance-outline .mat-form-field-label{top:1.84375em;margin-top:-.25em}.mat-form-field-appearance-outline.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,.mat-form-field-appearance-outline.mat-form-field-can-float .mat-input-server:focus+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.59373em) scale(.75);width:133.3333533333%}.mat-form-field-appearance-outline.mat-form-field-can-float .mat-input-server[label]+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.59372em) scale(.75);width:133.3333633333%}.mat-select-value{color:#000000de}.mat-select-placeholder{color:#0000006b}.mat-select-disabled .mat-select-value{color:#00000061}.mat-select-arrow{color:#0000008a}.mat-select-panel{background:white}.mat-select-panel:not([class*=mat-elevation-z]){box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f}.mat-select-panel .mat-option.mat-selected:not(.mat-option-multiple){background:rgba(0,0,0,.12)}.mat-form-field.mat-focused.mat-primary .mat-select-arrow{color:#96151d}.mat-form-field.mat-focused.mat-accent .mat-select-arrow{color:#0274c9}.mat-form-field.mat-focused.mat-warn .mat-select-arrow,.mat-form-field .mat-select.mat-select-invalid .mat-select-arrow{color:#f44336}.mat-form-field .mat-select.mat-select-disabled .mat-select-arrow{color:#00000061}.mat-select{font-family:Univers-Basic-Bold,Helvetica Neue,sans-serif}.mat-select-trigger{height:1.125em}.mat-checkbox-frame{border-color:#0000008a}.mat-checkbox-checkmark{fill:#fafafa}.mat-checkbox-checkmark-path{stroke:#fafafa!important}.mat-checkbox-mixedmark{background-color:#fafafa}.mat-checkbox-indeterminate.mat-primary .mat-checkbox-background,.mat-checkbox-checked.mat-primary .mat-checkbox-background{background-color:#96151d}.mat-checkbox-indeterminate.mat-accent .mat-checkbox-background,.mat-checkbox-checked.mat-accent .mat-checkbox-background{background-color:#0274c9}.mat-checkbox-indeterminate.mat-warn .mat-checkbox-background,.mat-checkbox-checked.mat-warn .mat-checkbox-background{background-color:#f44336}.mat-checkbox-disabled.mat-checkbox-checked .mat-checkbox-background,.mat-checkbox-disabled.mat-checkbox-indeterminate .mat-checkbox-background{background-color:#b0b0b0}.mat-checkbox-disabled:not(.mat-checkbox-checked) .mat-checkbox-frame{border-color:#b0b0b0}.mat-checkbox-disabled .mat-checkbox-label{color:#00000061}.mat-checkbox .mat-ripple-element{background-color:#000}.mat-checkbox-checked:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element,.mat-checkbox:active:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element{background:#96151d}.mat-checkbox-checked:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element,.mat-checkbox:active:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element{background:#0274c9}.mat-checkbox-checked:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element,.mat-checkbox:active:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element{background:#f44336}.mat-checkbox{font-family:Univers-Basic-Bold,Helvetica Neue,sans-serif}.mat-checkbox-layout .mat-checkbox-label{line-height:24px}.mat-autocomplete-panel{background:white;color:#000000de}.mat-autocomplete-panel:not([class*=mat-elevation-z]){box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f}.mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover){background:white}.mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover):not(.mat-option-disabled){color:#000000de}.mat-dialog-container{box-shadow:0 11px 15px -7px #0003,0 24px 38px 3px #00000024,0 9px 46px 8px #0000001f;background:white;color:#000000de}.mat-dialog-title{font:500 20px/32px Univers-Basic-Bold,Helvetica Neue,sans-serif;letter-spacing:normal}.mat-chip.mat-standard-chip{background-color:#e0e0e0;color:#000000de}.mat-chip.mat-standard-chip .mat-chip-remove{color:#000000de;opacity:.4}.mat-chip.mat-standard-chip:not(.mat-chip-disabled):active{box-shadow:0 3px 3px -2px #0003,0 3px 4px #00000024,0 1px 8px #0000001f}.mat-chip.mat-standard-chip:not(.mat-chip-disabled) .mat-chip-remove:hover{opacity:.54}.mat-chip.mat-standard-chip.mat-chip-disabled{opacity:.4}.mat-chip.mat-standard-chip:after{background:black}.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary{background-color:#96151d;color:#fff}.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-chip-remove{color:#fff;opacity:.4}.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-ripple-element{background-color:#ffffff1a}.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn{background-color:#f44336;color:#fff}.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-chip-remove{color:#fff;opacity:.4}.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-ripple-element{background-color:#ffffff1a}.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent{background-color:#0274c9;color:#fff}.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-chip-remove{color:#fff;opacity:.4}.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-ripple-element{background-color:#ffffff1a}.mat-chip{font-size:14px;font-weight:500}.mat-chip .mat-chip-trailing-icon.mat-icon,.mat-chip .mat-chip-remove.mat-icon{font-size:18px}.mat-slide-toggle.mat-checked .mat-slide-toggle-thumb{background-color:#0274c9}.mat-slide-toggle.mat-checked .mat-slide-toggle-bar{background-color:#0274c98a}.mat-slide-toggle.mat-checked .mat-ripple-element{background-color:#0274c9}.mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-thumb{background-color:#96151d}.mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-bar{background-color:#96151d8a}.mat-slide-toggle.mat-primary.mat-checked .mat-ripple-element{background-color:#96151d}.mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-thumb{background-color:#f44336}.mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-bar{background-color:#f443368a}.mat-slide-toggle.mat-warn.mat-checked .mat-ripple-element{background-color:#f44336}.mat-slide-toggle:not(.mat-checked) .mat-ripple-element{background-color:#000}.mat-slide-toggle-thumb{box-shadow:0 2px 1px -1px #0003,0 1px 1px #00000024,0 1px 3px #0000001f;background-color:#fafafa}.mat-slide-toggle-bar{background-color:#00000061}.mat-slide-toggle-content{font-family:Univers-Basic-Bold,Helvetica Neue,sans-serif}.mat-radio-outer-circle{border-color:#0000008a}.mat-radio-button.mat-primary.mat-radio-checked .mat-radio-outer-circle{border-color:#96151d}.mat-radio-button.mat-primary .mat-radio-inner-circle,.mat-radio-button.mat-primary .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple),.mat-radio-button.mat-primary.mat-radio-checked .mat-radio-persistent-ripple,.mat-radio-button.mat-primary:active .mat-radio-persistent-ripple{background-color:#96151d}.mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle{border-color:#0274c9}.mat-radio-button.mat-accent .mat-radio-inner-circle,.mat-radio-button.mat-accent .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple),.mat-radio-button.mat-accent.mat-radio-checked .mat-radio-persistent-ripple,.mat-radio-button.mat-accent:active .mat-radio-persistent-ripple{background-color:#0274c9}.mat-radio-button.mat-warn.mat-radio-checked .mat-radio-outer-circle{border-color:#f44336}.mat-radio-button.mat-warn .mat-radio-inner-circle,.mat-radio-button.mat-warn .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple),.mat-radio-button.mat-warn.mat-radio-checked .mat-radio-persistent-ripple,.mat-radio-button.mat-warn:active .mat-radio-persistent-ripple{background-color:#f44336}.mat-radio-button.mat-radio-disabled.mat-radio-checked .mat-radio-outer-circle,.mat-radio-button.mat-radio-disabled .mat-radio-outer-circle{border-color:#00000061}.mat-radio-button.mat-radio-disabled .mat-radio-ripple .mat-ripple-element,.mat-radio-button.mat-radio-disabled .mat-radio-inner-circle{background-color:#00000061}.mat-radio-button.mat-radio-disabled .mat-radio-label-content{color:#00000061}.mat-radio-button .mat-ripple-element{background-color:#000}.mat-radio-button{font-family:Univers-Basic-Bold,Helvetica Neue,sans-serif}.mat-slider-track-background{background-color:#00000042}.mat-slider.mat-primary .mat-slider-track-fill,.mat-slider.mat-primary .mat-slider-thumb,.mat-slider.mat-primary .mat-slider-thumb-label{background-color:#96151d}.mat-slider.mat-primary .mat-slider-thumb-label-text{color:#fff}.mat-slider.mat-primary .mat-slider-focus-ring{background-color:#96151d33}.mat-slider.mat-accent .mat-slider-track-fill,.mat-slider.mat-accent .mat-slider-thumb,.mat-slider.mat-accent .mat-slider-thumb-label{background-color:#0274c9}.mat-slider.mat-accent .mat-slider-thumb-label-text{color:#fff}.mat-slider.mat-accent .mat-slider-focus-ring{background-color:#0274c933}.mat-slider.mat-warn .mat-slider-track-fill,.mat-slider.mat-warn .mat-slider-thumb,.mat-slider.mat-warn .mat-slider-thumb-label{background-color:#f44336}.mat-slider.mat-warn .mat-slider-thumb-label-text{color:#fff}.mat-slider.mat-warn .mat-slider-focus-ring{background-color:#f4433633}.mat-slider:hover .mat-slider-track-background,.mat-slider.cdk-focused .mat-slider-track-background{background-color:#00000061}.mat-slider.mat-slider-disabled .mat-slider-track-background,.mat-slider.mat-slider-disabled .mat-slider-track-fill,.mat-slider.mat-slider-disabled .mat-slider-thumb,.mat-slider.mat-slider-disabled:hover .mat-slider-track-background{background-color:#00000042}.mat-slider.mat-slider-min-value .mat-slider-focus-ring{background-color:#0000001f}.mat-slider.mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb,.mat-slider.mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb-label{background-color:#000000de}.mat-slider.mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb,.mat-slider.mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb-label{background-color:#00000042}.mat-slider.mat-slider-min-value:not(.mat-slider-thumb-label-showing) .mat-slider-thumb{border-color:#00000042;background-color:transparent}.mat-slider.mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover .mat-slider-thumb,.mat-slider.mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused .mat-slider-thumb{border-color:#00000061}.mat-slider.mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover.mat-slider-disabled .mat-slider-thumb,.mat-slider.mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused.mat-slider-disabled .mat-slider-thumb{border-color:#00000042}.mat-slider-has-ticks .mat-slider-wrapper:after{border-color:#000000b3}.mat-slider-horizontal .mat-slider-ticks{background-image:repeating-linear-gradient(to right,rgba(0,0,0,.7),rgba(0,0,0,.7) 2px,transparent 0,transparent);background-image:-moz-repeating-linear-gradient(.0001deg,rgba(0,0,0,.7),rgba(0,0,0,.7) 2px,transparent 0,transparent)}.mat-slider-vertical .mat-slider-ticks{background-image:repeating-linear-gradient(to bottom,rgba(0,0,0,.7),rgba(0,0,0,.7) 2px,transparent 0,transparent)}.mat-slider-thumb-label-text{font-family:Univers-Basic-Bold,Helvetica Neue,sans-serif;font-size:12px;font-weight:500}.mat-menu-panel{background:white}.mat-menu-panel:not([class*=mat-elevation-z]){box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f}.mat-menu-item{background:transparent;color:#000000de}.mat-menu-item[disabled],.mat-menu-item[disabled] .mat-menu-submenu-icon,.mat-menu-item[disabled] .mat-icon-no-color{color:#00000061}.mat-menu-item .mat-icon-no-color,.mat-menu-submenu-icon{color:#0000008a}.mat-menu-item:hover:not([disabled]),.mat-menu-item.cdk-program-focused:not([disabled]),.mat-menu-item.cdk-keyboard-focused:not([disabled]),.mat-menu-item-highlighted:not([disabled]){background:rgba(0,0,0,.04)}.mat-menu-item{font-family:Univers-Basic-Bold,Helvetica Neue,sans-serif;font-size:14px;font-weight:400}.mat-list-base .mat-list-item,.mat-list-base .mat-list-option{color:#000000de}.mat-list-base .mat-subheader{color:#0000008a}.mat-list-base .mat-list-item-disabled{background-color:#eee;color:#00000061}.mat-list-option:hover,.mat-list-option:focus,.mat-nav-list .mat-list-item:hover,.mat-nav-list .mat-list-item:focus,.mat-action-list .mat-list-item:hover,.mat-action-list .mat-list-item:focus{background:rgba(0,0,0,.04)}.mat-list-single-selected-option,.mat-list-single-selected-option:hover,.mat-list-single-selected-option:focus{background:rgba(0,0,0,.12)}.mat-list-item,.mat-list-option{font-family:Univers-Basic-Bold,Helvetica Neue,sans-serif}.mat-list-base .mat-list-item{font-size:16px}.mat-list-base .mat-list-item .mat-line{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;box-sizing:border-box}.mat-list-base .mat-list-item .mat-line:nth-child(n+2){font-size:14px}.mat-list-base .mat-list-option{font-size:16px}.mat-list-base .mat-list-option .mat-line{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;box-sizing:border-box}.mat-list-base .mat-list-option .mat-line:nth-child(n+2){font-size:14px}.mat-list-base .mat-subheader{font-family:Univers-Basic-Bold,Helvetica Neue,sans-serif;font-size:14px;font-weight:500}.mat-list-base[dense] .mat-list-item{font-size:12px}.mat-list-base[dense] .mat-list-item .mat-line{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;box-sizing:border-box}.mat-list-base[dense] .mat-list-item .mat-line:nth-child(n+2){font-size:12px}.mat-list-base[dense] .mat-list-option{font-size:12px}.mat-list-base[dense] .mat-list-option .mat-line{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;box-sizing:border-box}.mat-list-base[dense] .mat-list-option .mat-line:nth-child(n+2){font-size:12px}.mat-list-base[dense] .mat-subheader{font-family:Univers-Basic-Bold,Helvetica Neue,sans-serif;font-size:12px;font-weight:500}.mat-paginator{background:white}.mat-paginator,.mat-paginator-page-size .mat-select-trigger{color:#0000008a}.mat-paginator-decrement,.mat-paginator-increment{border-top:2px solid rgba(0,0,0,.54);border-right:2px solid rgba(0,0,0,.54)}.mat-paginator-first,.mat-paginator-last{border-top:2px solid rgba(0,0,0,.54)}.mat-icon-button[disabled] .mat-paginator-decrement,.mat-icon-button[disabled] .mat-paginator-increment,.mat-icon-button[disabled] .mat-paginator-first,.mat-icon-button[disabled] .mat-paginator-last{border-color:#00000061}.mat-paginator-container{min-height:56px}.mat-paginator,.mat-paginator-page-size .mat-select-trigger{font-family:Univers-Basic-Bold,Helvetica Neue,sans-serif;font-size:12px}.mat-tab-nav-bar,.mat-tab-header{border-bottom:1px solid rgba(0,0,0,.12)}.mat-tab-group-inverted-header .mat-tab-nav-bar,.mat-tab-group-inverted-header .mat-tab-header{border-top:1px solid rgba(0,0,0,.12);border-bottom:none}.mat-tab-label,.mat-tab-link{color:#000000de}.mat-tab-label.mat-tab-disabled,.mat-tab-link.mat-tab-disabled{color:#00000061}.mat-tab-header-pagination-chevron{border-color:#000000de}.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron{border-color:#00000061}.mat-tab-group[class*=mat-background-]>.mat-tab-header,.mat-tab-nav-bar[class*=mat-background-]{border-bottom:none;border-top:none}.mat-tab-group.mat-primary .mat-tab-label.cdk-keyboard-focused,.mat-tab-group.mat-primary .mat-tab-label.cdk-program-focused,.mat-tab-group.mat-primary .mat-tab-link.cdk-keyboard-focused,.mat-tab-group.mat-primary .mat-tab-link.cdk-program-focused,.mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-keyboard-focused,.mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-program-focused,.mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-keyboard-focused,.mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-program-focused{background-color:#830f154d}.mat-tab-group.mat-primary .mat-tab-label.cdk-keyboard-focused.mat-tab-disabled,.mat-tab-group.mat-primary .mat-tab-label.cdk-program-focused.mat-tab-disabled,.mat-tab-group.mat-primary .mat-tab-link.cdk-keyboard-focused.mat-tab-disabled,.mat-tab-group.mat-primary .mat-tab-link.cdk-program-focused.mat-tab-disabled,.mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-keyboard-focused.mat-tab-disabled,.mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-program-focused.mat-tab-disabled,.mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-keyboard-focused.mat-tab-disabled,.mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-program-focused.mat-tab-disabled{background-color:#0000001a}.mat-tab-group.mat-primary .mat-ink-bar,.mat-tab-nav-bar.mat-primary .mat-ink-bar{background-color:#96151d}.mat-tab-group.mat-primary.mat-background-primary>.mat-tab-header .mat-ink-bar,.mat-tab-group.mat-primary.mat-background-primary>.mat-tab-link-container .mat-ink-bar,.mat-tab-nav-bar.mat-primary.mat-background-primary>.mat-tab-header .mat-ink-bar,.mat-tab-nav-bar.mat-primary.mat-background-primary>.mat-tab-link-container .mat-ink-bar{background-color:#fff}.mat-tab-group.mat-accent .mat-tab-label.cdk-keyboard-focused,.mat-tab-group.mat-accent .mat-tab-label.cdk-program-focused,.mat-tab-group.mat-accent .mat-tab-link.cdk-keyboard-focused,.mat-tab-group.mat-accent .mat-tab-link.cdk-program-focused,.mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-keyboard-focused,.mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-program-focused,.mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-keyboard-focused,.mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-program-focused{background-color:#4e9ed94d}.mat-tab-group.mat-accent .mat-tab-label.cdk-keyboard-focused.mat-tab-disabled,.mat-tab-group.mat-accent .mat-tab-label.cdk-program-focused.mat-tab-disabled,.mat-tab-group.mat-accent .mat-tab-link.cdk-keyboard-focused.mat-tab-disabled,.mat-tab-group.mat-accent .mat-tab-link.cdk-program-focused.mat-tab-disabled,.mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-keyboard-focused.mat-tab-disabled,.mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-program-focused.mat-tab-disabled,.mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-keyboard-focused.mat-tab-disabled,.mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-program-focused.mat-tab-disabled{background-color:#0000001a}.mat-tab-group.mat-accent .mat-ink-bar,.mat-tab-nav-bar.mat-accent .mat-ink-bar{background-color:#0274c9}.mat-tab-group.mat-accent.mat-background-accent>.mat-tab-header .mat-ink-bar,.mat-tab-group.mat-accent.mat-background-accent>.mat-tab-link-container .mat-ink-bar,.mat-tab-nav-bar.mat-accent.mat-background-accent>.mat-tab-header .mat-ink-bar,.mat-tab-nav-bar.mat-accent.mat-background-accent>.mat-tab-link-container .mat-ink-bar{background-color:#fff}.mat-tab-group.mat-warn .mat-tab-label.cdk-keyboard-focused,.mat-tab-group.mat-warn .mat-tab-label.cdk-program-focused,.mat-tab-group.mat-warn .mat-tab-link.cdk-keyboard-focused,.mat-tab-group.mat-warn .mat-tab-link.cdk-program-focused,.mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-keyboard-focused,.mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-program-focused,.mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-keyboard-focused,.mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-program-focused{background-color:#ffcdd24d}.mat-tab-group.mat-warn .mat-tab-label.cdk-keyboard-focused.mat-tab-disabled,.mat-tab-group.mat-warn .mat-tab-label.cdk-program-focused.mat-tab-disabled,.mat-tab-group.mat-warn .mat-tab-link.cdk-keyboard-focused.mat-tab-disabled,.mat-tab-group.mat-warn .mat-tab-link.cdk-program-focused.mat-tab-disabled,.mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-keyboard-focused.mat-tab-disabled,.mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-program-focused.mat-tab-disabled,.mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-keyboard-focused.mat-tab-disabled,.mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-program-focused.mat-tab-disabled{background-color:#0000001a}.mat-tab-group.mat-warn .mat-ink-bar,.mat-tab-nav-bar.mat-warn .mat-ink-bar{background-color:#f44336}.mat-tab-group.mat-warn.mat-background-warn>.mat-tab-header .mat-ink-bar,.mat-tab-group.mat-warn.mat-background-warn>.mat-tab-link-container .mat-ink-bar,.mat-tab-nav-bar.mat-warn.mat-background-warn>.mat-tab-header .mat-ink-bar,.mat-tab-nav-bar.mat-warn.mat-background-warn>.mat-tab-link-container .mat-ink-bar{background-color:#fff}.mat-tab-group.mat-background-primary .mat-tab-label.cdk-keyboard-focused,.mat-tab-group.mat-background-primary .mat-tab-label.cdk-program-focused,.mat-tab-group.mat-background-primary .mat-tab-link.cdk-keyboard-focused,.mat-tab-group.mat-background-primary .mat-tab-link.cdk-program-focused,.mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-keyboard-focused,.mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-program-focused,.mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-keyboard-focused,.mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-program-focused{background-color:#830f154d}.mat-tab-group.mat-background-primary .mat-tab-label.cdk-keyboard-focused.mat-tab-disabled,.mat-tab-group.mat-background-primary .mat-tab-label.cdk-program-focused.mat-tab-disabled,.mat-tab-group.mat-background-primary .mat-tab-link.cdk-keyboard-focused.mat-tab-disabled,.mat-tab-group.mat-background-primary .mat-tab-link.cdk-program-focused.mat-tab-disabled,.mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-keyboard-focused.mat-tab-disabled,.mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-program-focused.mat-tab-disabled,.mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-keyboard-focused.mat-tab-disabled,.mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-program-focused.mat-tab-disabled{background-color:#0000001a}.mat-tab-group.mat-background-primary>.mat-tab-header,.mat-tab-group.mat-background-primary>.mat-tab-link-container,.mat-tab-group.mat-background-primary>.mat-tab-header-pagination,.mat-tab-nav-bar.mat-background-primary>.mat-tab-header,.mat-tab-nav-bar.mat-background-primary>.mat-tab-link-container,.mat-tab-nav-bar.mat-background-primary>.mat-tab-header-pagination{background-color:#96151d}.mat-tab-group.mat-background-primary>.mat-tab-header .mat-tab-label,.mat-tab-group.mat-background-primary>.mat-tab-link-container .mat-tab-link,.mat-tab-nav-bar.mat-background-primary>.mat-tab-header .mat-tab-label,.mat-tab-nav-bar.mat-background-primary>.mat-tab-link-container .mat-tab-link{color:#fff}.mat-tab-group.mat-background-primary>.mat-tab-header .mat-tab-label.mat-tab-disabled,.mat-tab-group.mat-background-primary>.mat-tab-link-container .mat-tab-link.mat-tab-disabled,.mat-tab-nav-bar.mat-background-primary>.mat-tab-header .mat-tab-label.mat-tab-disabled,.mat-tab-nav-bar.mat-background-primary>.mat-tab-link-container .mat-tab-link.mat-tab-disabled{color:#fff6}.mat-tab-group.mat-background-primary>.mat-tab-header .mat-tab-header-pagination-chevron,.mat-tab-group.mat-background-primary>.mat-tab-header-pagination .mat-tab-header-pagination-chevron,.mat-tab-group.mat-background-primary>.mat-tab-link-container .mat-focus-indicator:before,.mat-tab-group.mat-background-primary>.mat-tab-header .mat-focus-indicator:before,.mat-tab-nav-bar.mat-background-primary>.mat-tab-header .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-primary>.mat-tab-header-pagination .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-primary>.mat-tab-link-container .mat-focus-indicator:before,.mat-tab-nav-bar.mat-background-primary>.mat-tab-header .mat-focus-indicator:before{border-color:#fff}.mat-tab-group.mat-background-primary>.mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.mat-tab-group.mat-background-primary>.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-primary>.mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-primary>.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron{border-color:#fff;opacity:.4}.mat-tab-group.mat-background-primary>.mat-tab-header .mat-ripple-element,.mat-tab-group.mat-background-primary>.mat-tab-link-container .mat-ripple-element,.mat-tab-group.mat-background-primary>.mat-tab-header-pagination .mat-ripple-element,.mat-tab-nav-bar.mat-background-primary>.mat-tab-header .mat-ripple-element,.mat-tab-nav-bar.mat-background-primary>.mat-tab-link-container .mat-ripple-element,.mat-tab-nav-bar.mat-background-primary>.mat-tab-header-pagination .mat-ripple-element{background-color:#fff;opacity:.12}.mat-tab-group.mat-background-accent .mat-tab-label.cdk-keyboard-focused,.mat-tab-group.mat-background-accent .mat-tab-label.cdk-program-focused,.mat-tab-group.mat-background-accent .mat-tab-link.cdk-keyboard-focused,.mat-tab-group.mat-background-accent .mat-tab-link.cdk-program-focused,.mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-keyboard-focused,.mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-program-focused,.mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-keyboard-focused,.mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-program-focused{background-color:#4e9ed94d}.mat-tab-group.mat-background-accent .mat-tab-label.cdk-keyboard-focused.mat-tab-disabled,.mat-tab-group.mat-background-accent .mat-tab-label.cdk-program-focused.mat-tab-disabled,.mat-tab-group.mat-background-accent .mat-tab-link.cdk-keyboard-focused.mat-tab-disabled,.mat-tab-group.mat-background-accent .mat-tab-link.cdk-program-focused.mat-tab-disabled,.mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-keyboard-focused.mat-tab-disabled,.mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-program-focused.mat-tab-disabled,.mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-keyboard-focused.mat-tab-disabled,.mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-program-focused.mat-tab-disabled{background-color:#0000001a}.mat-tab-group.mat-background-accent>.mat-tab-header,.mat-tab-group.mat-background-accent>.mat-tab-link-container,.mat-tab-group.mat-background-accent>.mat-tab-header-pagination,.mat-tab-nav-bar.mat-background-accent>.mat-tab-header,.mat-tab-nav-bar.mat-background-accent>.mat-tab-link-container,.mat-tab-nav-bar.mat-background-accent>.mat-tab-header-pagination{background-color:#0274c9}.mat-tab-group.mat-background-accent>.mat-tab-header .mat-tab-label,.mat-tab-group.mat-background-accent>.mat-tab-link-container .mat-tab-link,.mat-tab-nav-bar.mat-background-accent>.mat-tab-header .mat-tab-label,.mat-tab-nav-bar.mat-background-accent>.mat-tab-link-container .mat-tab-link{color:#fff}.mat-tab-group.mat-background-accent>.mat-tab-header .mat-tab-label.mat-tab-disabled,.mat-tab-group.mat-background-accent>.mat-tab-link-container .mat-tab-link.mat-tab-disabled,.mat-tab-nav-bar.mat-background-accent>.mat-tab-header .mat-tab-label.mat-tab-disabled,.mat-tab-nav-bar.mat-background-accent>.mat-tab-link-container .mat-tab-link.mat-tab-disabled{color:#fff6}.mat-tab-group.mat-background-accent>.mat-tab-header .mat-tab-header-pagination-chevron,.mat-tab-group.mat-background-accent>.mat-tab-header-pagination .mat-tab-header-pagination-chevron,.mat-tab-group.mat-background-accent>.mat-tab-link-container .mat-focus-indicator:before,.mat-tab-group.mat-background-accent>.mat-tab-header .mat-focus-indicator:before,.mat-tab-nav-bar.mat-background-accent>.mat-tab-header .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-accent>.mat-tab-header-pagination .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-accent>.mat-tab-link-container .mat-focus-indicator:before,.mat-tab-nav-bar.mat-background-accent>.mat-tab-header .mat-focus-indicator:before{border-color:#fff}.mat-tab-group.mat-background-accent>.mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.mat-tab-group.mat-background-accent>.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-accent>.mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-accent>.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron{border-color:#fff;opacity:.4}.mat-tab-group.mat-background-accent>.mat-tab-header .mat-ripple-element,.mat-tab-group.mat-background-accent>.mat-tab-link-container .mat-ripple-element,.mat-tab-group.mat-background-accent>.mat-tab-header-pagination .mat-ripple-element,.mat-tab-nav-bar.mat-background-accent>.mat-tab-header .mat-ripple-element,.mat-tab-nav-bar.mat-background-accent>.mat-tab-link-container .mat-ripple-element,.mat-tab-nav-bar.mat-background-accent>.mat-tab-header-pagination .mat-ripple-element{background-color:#fff;opacity:.12}.mat-tab-group.mat-background-warn .mat-tab-label.cdk-keyboard-focused,.mat-tab-group.mat-background-warn .mat-tab-label.cdk-program-focused,.mat-tab-group.mat-background-warn .mat-tab-link.cdk-keyboard-focused,.mat-tab-group.mat-background-warn .mat-tab-link.cdk-program-focused,.mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-keyboard-focused,.mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-program-focused,.mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-keyboard-focused,.mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-program-focused{background-color:#ffcdd24d}.mat-tab-group.mat-background-warn .mat-tab-label.cdk-keyboard-focused.mat-tab-disabled,.mat-tab-group.mat-background-warn .mat-tab-label.cdk-program-focused.mat-tab-disabled,.mat-tab-group.mat-background-warn .mat-tab-link.cdk-keyboard-focused.mat-tab-disabled,.mat-tab-group.mat-background-warn .mat-tab-link.cdk-program-focused.mat-tab-disabled,.mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-keyboard-focused.mat-tab-disabled,.mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-program-focused.mat-tab-disabled,.mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-keyboard-focused.mat-tab-disabled,.mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-program-focused.mat-tab-disabled{background-color:#0000001a}.mat-tab-group.mat-background-warn>.mat-tab-header,.mat-tab-group.mat-background-warn>.mat-tab-link-container,.mat-tab-group.mat-background-warn>.mat-tab-header-pagination,.mat-tab-nav-bar.mat-background-warn>.mat-tab-header,.mat-tab-nav-bar.mat-background-warn>.mat-tab-link-container,.mat-tab-nav-bar.mat-background-warn>.mat-tab-header-pagination{background-color:#f44336}.mat-tab-group.mat-background-warn>.mat-tab-header .mat-tab-label,.mat-tab-group.mat-background-warn>.mat-tab-link-container .mat-tab-link,.mat-tab-nav-bar.mat-background-warn>.mat-tab-header .mat-tab-label,.mat-tab-nav-bar.mat-background-warn>.mat-tab-link-container .mat-tab-link{color:#fff}.mat-tab-group.mat-background-warn>.mat-tab-header .mat-tab-label.mat-tab-disabled,.mat-tab-group.mat-background-warn>.mat-tab-link-container .mat-tab-link.mat-tab-disabled,.mat-tab-nav-bar.mat-background-warn>.mat-tab-header .mat-tab-label.mat-tab-disabled,.mat-tab-nav-bar.mat-background-warn>.mat-tab-link-container .mat-tab-link.mat-tab-disabled{color:#fff6}.mat-tab-group.mat-background-warn>.mat-tab-header .mat-tab-header-pagination-chevron,.mat-tab-group.mat-background-warn>.mat-tab-header-pagination .mat-tab-header-pagination-chevron,.mat-tab-group.mat-background-warn>.mat-tab-link-container .mat-focus-indicator:before,.mat-tab-group.mat-background-warn>.mat-tab-header .mat-focus-indicator:before,.mat-tab-nav-bar.mat-background-warn>.mat-tab-header .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-warn>.mat-tab-header-pagination .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-warn>.mat-tab-link-container .mat-focus-indicator:before,.mat-tab-nav-bar.mat-background-warn>.mat-tab-header .mat-focus-indicator:before{border-color:#fff}.mat-tab-group.mat-background-warn>.mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.mat-tab-group.mat-background-warn>.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-warn>.mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-warn>.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron{border-color:#fff;opacity:.4}.mat-tab-group.mat-background-warn>.mat-tab-header .mat-ripple-element,.mat-tab-group.mat-background-warn>.mat-tab-link-container .mat-ripple-element,.mat-tab-group.mat-background-warn>.mat-tab-header-pagination .mat-ripple-element,.mat-tab-nav-bar.mat-background-warn>.mat-tab-header .mat-ripple-element,.mat-tab-nav-bar.mat-background-warn>.mat-tab-link-container .mat-ripple-element,.mat-tab-nav-bar.mat-background-warn>.mat-tab-header-pagination .mat-ripple-element{background-color:#fff;opacity:.12}.mat-tab-group{font-family:Univers-Basic-Bold,Helvetica Neue,sans-serif}.mat-tab-label,.mat-tab-link{font-family:Univers-Basic-Bold,Helvetica Neue,sans-serif;font-size:14px;font-weight:500}.mat-snack-bar-container{color:#ffffffb3;background:#323232;box-shadow:0 3px 5px -1px #0003,0 6px 10px #00000024,0 1px 18px #0000001f}.mat-simple-snackbar-action{color:#0274c9}.mat-simple-snackbar{font-family:Univers-Basic-Bold,Helvetica Neue,sans-serif;font-size:14px}.mat-simple-snackbar-action{line-height:1;font-family:inherit;font-size:inherit;font-weight:500}.mat-table{background:white}.mat-table thead,.mat-table tbody,.mat-table tfoot,mat-header-row,mat-row,mat-footer-row,[mat-header-row],[mat-row],[mat-footer-row],.mat-table-sticky{background:inherit}mat-row,mat-header-row,mat-footer-row,th.mat-header-cell,td.mat-cell,td.mat-footer-cell{border-bottom-color:#0000001f}.mat-header-cell{color:#0000008a}.mat-cell,.mat-footer-cell{color:#000000de}.mat-table{font-family:Univers-Basic-Bold,Helvetica Neue,sans-serif}.mat-header-cell{font-size:12px;font-weight:500}.mat-cell,.mat-footer-cell{font-size:14px}.mat-badge-content{color:#fff;background:#96151d}.cdk-high-contrast-active .mat-badge-content{outline:solid 1px;border-radius:0}.mat-badge-accent .mat-badge-content{background:#0274c9;color:#fff}.mat-badge-warn .mat-badge-content{color:#fff;background:#f44336}.mat-badge-disabled .mat-badge-content{background:#b9b9b9;color:#00000061}.mat-badge-content{font-weight:600;font-size:12px;font-family:Univers-Basic-Bold,Helvetica Neue,sans-serif}.mat-badge-small .mat-badge-content{font-size:9px}.mat-badge-large .mat-badge-content{font-size:24px}.mat-bottom-sheet-container{box-shadow:0 8px 10px -5px #0003,0 16px 24px 2px #00000024,0 6px 30px 5px #0000001f;background:white;color:#000000de}.mat-bottom-sheet-container{font:400 14px/20px Univers-Basic-Bold,Helvetica Neue,sans-serif;letter-spacing:normal}.mat-button-toggle-standalone:not([class*=mat-elevation-z]),.mat-button-toggle-group:not([class*=mat-elevation-z]){box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f}.mat-button-toggle-standalone.mat-button-toggle-appearance-standard:not([class*=mat-elevation-z]),.mat-button-toggle-group-appearance-standard:not([class*=mat-elevation-z]){box-shadow:none}.mat-button-toggle{color:#00000061}.mat-button-toggle .mat-button-toggle-focus-overlay{background-color:#0000001f}.mat-button-toggle-appearance-standard{color:#000000de;background:white}.mat-button-toggle-appearance-standard .mat-button-toggle-focus-overlay{background-color:#000}.mat-button-toggle-group-appearance-standard .mat-button-toggle+.mat-button-toggle{border-left:solid 1px #e0e0e0}[dir=rtl] .mat-button-toggle-group-appearance-standard .mat-button-toggle+.mat-button-toggle{border-left:none;border-right:solid 1px #e0e0e0}.mat-button-toggle-group-appearance-standard.mat-button-toggle-vertical .mat-button-toggle+.mat-button-toggle{border-left:none;border-right:none;border-top:solid 1px #e0e0e0}.mat-button-toggle-checked{background-color:#e0e0e0;color:#0000008a}.mat-button-toggle-checked.mat-button-toggle-appearance-standard{color:#000000de}.mat-button-toggle-disabled{color:#00000042;background-color:#eee}.mat-button-toggle-disabled.mat-button-toggle-appearance-standard{background:white}.mat-button-toggle-disabled.mat-button-toggle-checked{background-color:#bdbdbd}.mat-button-toggle-standalone.mat-button-toggle-appearance-standard,.mat-button-toggle-group-appearance-standard{border:solid 1px #e0e0e0}.mat-button-toggle-appearance-standard .mat-button-toggle-label-content{line-height:48px}.mat-button-toggle{font-family:Univers-Basic-Bold,Helvetica Neue,sans-serif}.mat-calendar-arrow{fill:#0000008a}.mat-datepicker-toggle,.mat-datepicker-content .mat-calendar-next-button,.mat-datepicker-content .mat-calendar-previous-button{color:#0000008a}.mat-calendar-table-header-divider:after{background:rgba(0,0,0,.12)}.mat-calendar-table-header,.mat-calendar-body-label{color:#0000008a}.mat-calendar-body-cell-content,.mat-date-range-input-separator{color:#000000de;border-color:transparent}.mat-calendar-body-disabled>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){color:#00000061}.mat-form-field-disabled .mat-date-range-input-separator{color:#00000061}.mat-calendar-body-in-preview{color:#0000003d}.mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){border-color:#00000061}.mat-calendar-body-disabled>.mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){border-color:#0000002e}.mat-calendar-body-in-range:before{background:rgba(150,21,29,.2)}.mat-calendar-body-comparison-identical,.mat-calendar-body-in-comparison-range:before{background:rgba(249,171,0,.2)}.mat-calendar-body-comparison-bridge-start:before,[dir=rtl] .mat-calendar-body-comparison-bridge-end:before{background:linear-gradient(to right,rgba(150,21,29,.2) 50%,rgba(249,171,0,.2) 50%)}.mat-calendar-body-comparison-bridge-end:before,[dir=rtl] .mat-calendar-body-comparison-bridge-start:before{background:linear-gradient(to left,rgba(150,21,29,.2) 50%,rgba(249,171,0,.2) 50%)}.mat-calendar-body-in-range>.mat-calendar-body-comparison-identical,.mat-calendar-body-in-comparison-range.mat-calendar-body-in-range:after{background:#a8dab5}.mat-calendar-body-comparison-identical.mat-calendar-body-selected,.mat-calendar-body-in-comparison-range>.mat-calendar-body-selected{background:#46a35e}.mat-calendar-body-selected{background-color:#96151d;color:#fff}.mat-calendar-body-disabled>.mat-calendar-body-selected{background-color:#96151d66}.mat-calendar-body-today.mat-calendar-body-selected{box-shadow:inset 0 0 0 1px #fff}.cdk-keyboard-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),.cdk-program-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){background-color:#96151d4d}@media (hover: hover){.mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){background-color:#96151d4d}}.mat-datepicker-content{box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f;background-color:#fff;color:#000000de}.mat-datepicker-content.mat-accent .mat-calendar-body-in-range:before{background:rgba(2,116,201,.2)}.mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical,.mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range:before{background:rgba(249,171,0,.2)}.mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-start:before,.mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-end:before{background:linear-gradient(to right,rgba(2,116,201,.2) 50%,rgba(249,171,0,.2) 50%)}.mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-end:before,.mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-start:before{background:linear-gradient(to left,rgba(2,116,201,.2) 50%,rgba(249,171,0,.2) 50%)}.mat-datepicker-content.mat-accent .mat-calendar-body-in-range>.mat-calendar-body-comparison-identical,.mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range:after{background:#a8dab5}.mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical.mat-calendar-body-selected,.mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range>.mat-calendar-body-selected{background:#46a35e}.mat-datepicker-content.mat-accent .mat-calendar-body-selected{background-color:#0274c9;color:#fff}.mat-datepicker-content.mat-accent .mat-calendar-body-disabled>.mat-calendar-body-selected{background-color:#0274c966}.mat-datepicker-content.mat-accent .mat-calendar-body-today.mat-calendar-body-selected{box-shadow:inset 0 0 0 1px #fff}.mat-datepicker-content.mat-accent .cdk-keyboard-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),.mat-datepicker-content.mat-accent .cdk-program-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){background-color:#0274c94d}@media (hover: hover){.mat-datepicker-content.mat-accent .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){background-color:#0274c94d}}.mat-datepicker-content.mat-warn .mat-calendar-body-in-range:before{background:rgba(244,67,54,.2)}.mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical,.mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range:before{background:rgba(249,171,0,.2)}.mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-start:before,.mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-end:before{background:linear-gradient(to right,rgba(244,67,54,.2) 50%,rgba(249,171,0,.2) 50%)}.mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-end:before,.mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-start:before{background:linear-gradient(to left,rgba(244,67,54,.2) 50%,rgba(249,171,0,.2) 50%)}.mat-datepicker-content.mat-warn .mat-calendar-body-in-range>.mat-calendar-body-comparison-identical,.mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range:after{background:#a8dab5}.mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical.mat-calendar-body-selected,.mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range>.mat-calendar-body-selected{background:#46a35e}.mat-datepicker-content.mat-warn .mat-calendar-body-selected{background-color:#f44336;color:#fff}.mat-datepicker-content.mat-warn .mat-calendar-body-disabled>.mat-calendar-body-selected{background-color:#f4433666}.mat-datepicker-content.mat-warn .mat-calendar-body-today.mat-calendar-body-selected{box-shadow:inset 0 0 0 1px #fff}.mat-datepicker-content.mat-warn .cdk-keyboard-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),.mat-datepicker-content.mat-warn .cdk-program-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){background-color:#f443364d}@media (hover: hover){.mat-datepicker-content.mat-warn .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){background-color:#f443364d}}.mat-datepicker-content-touch{box-shadow:0 11px 15px -7px #0003,0 24px 38px 3px #00000024,0 9px 46px 8px #0000001f}.mat-datepicker-toggle-active{color:#96151d}.mat-datepicker-toggle-active.mat-accent{color:#0274c9}.mat-datepicker-toggle-active.mat-warn{color:#f44336}.mat-date-range-input-inner[disabled]{color:#00000061}.mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base{width:40px;height:40px;padding:8px}.mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base .mdc-icon-button__focus-ring{max-height:40px;max-width:40px}.mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base.mdc-icon-button--reduced-size .mdc-icon-button__ripple{width:40px;height:40px;margin:0}.mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base.mdc-icon-button--reduced-size .mdc-icon-button__focus-ring{max-height:40px;max-width:40px}.mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base .mdc-icon-button__touch{position:absolute;top:50%;height:40px;left:50%;width:40px;transform:translate(-50%,-50%)}.mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base .mat-mdc-button-touch-target{display:none}.mat-calendar{font-family:Univers-Basic-Bold,Helvetica Neue,sans-serif}.mat-calendar-body{font-size:13px}.mat-calendar-body-label,.mat-calendar-period-button{font-size:14px;font-weight:500}.mat-calendar-table-header th{font-size:11px;font-weight:400}.mat-divider{border-top-color:#0000001f}.mat-divider-vertical{border-right-color:#0000001f}.mat-expansion-panel{background:white;color:#000000de}.mat-expansion-panel:not([class*=mat-elevation-z]){box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f}.mat-action-row{border-top-color:#0000001f}.mat-expansion-panel .mat-expansion-panel-header.cdk-keyboard-focused:not([aria-disabled=true]),.mat-expansion-panel .mat-expansion-panel-header.cdk-program-focused:not([aria-disabled=true]),.mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:hover:not([aria-disabled=true]){background:rgba(0,0,0,.04)}@media (hover: none){.mat-expansion-panel:not(.mat-expanded):not([aria-disabled=true]) .mat-expansion-panel-header:hover{background:white}}.mat-expansion-panel-header-title{color:#000000de}.mat-expansion-panel-header-description,.mat-expansion-indicator:after{color:#0000008a}.mat-expansion-panel-header[aria-disabled=true]{color:#00000042}.mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-title,.mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-description{color:inherit}.mat-expansion-panel-header{height:48px}.mat-expansion-panel-header.mat-expanded{height:64px}.mat-expansion-panel-header{font-family:Univers-Basic-Bold,Helvetica Neue,sans-serif;font-size:15px;font-weight:400}.mat-expansion-panel-content{font:400 14px/20px Univers-Basic-Bold,Helvetica Neue,sans-serif;letter-spacing:normal}.mat-grid-tile-header,.mat-grid-tile-footer{font-size:14px}.mat-grid-tile-header .mat-line,.mat-grid-tile-footer .mat-line{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;box-sizing:border-box}.mat-grid-tile-header .mat-line:nth-child(n+2),.mat-grid-tile-footer .mat-line:nth-child(n+2){font-size:12px}.mat-icon.mat-primary{color:#96151d}.mat-icon.mat-accent{color:#0274c9}.mat-icon.mat-warn{color:#f44336}.mat-drawer-container{background-color:#fafafa;color:#000000de}.mat-drawer{background-color:#fff;color:#000000de}.mat-drawer.mat-drawer-push{background-color:#fff}.mat-drawer:not(.mat-drawer-side){box-shadow:0 8px 10px -5px #0003,0 16px 24px 2px #00000024,0 6px 30px 5px #0000001f}.mat-drawer-side{border-right:solid 1px rgba(0,0,0,.12)}.mat-drawer-side.mat-drawer-end,[dir=rtl] .mat-drawer-side{border-left:solid 1px rgba(0,0,0,.12);border-right:none}[dir=rtl] .mat-drawer-side.mat-drawer-end{border-left:none;border-right:solid 1px rgba(0,0,0,.12)}.mat-drawer-backdrop.mat-drawer-shown{background-color:#0009}.mat-step-header.cdk-keyboard-focused,.mat-step-header.cdk-program-focused,.mat-step-header:hover:not([aria-disabled]),.mat-step-header:hover[aria-disabled=false]{background-color:#0000000a}.mat-step-header:hover[aria-disabled=true]{cursor:default}@media (hover: none){.mat-step-header:hover{background:none}}.mat-step-header .mat-step-label,.mat-step-header .mat-step-optional{color:#0000008a}.mat-step-header .mat-step-icon{background-color:#0000008a;color:#fff}.mat-step-header .mat-step-icon-selected,.mat-step-header .mat-step-icon-state-done,.mat-step-header .mat-step-icon-state-edit{background-color:#96151d;color:#fff}.mat-step-header.mat-accent .mat-step-icon{color:#fff}.mat-step-header.mat-accent .mat-step-icon-selected,.mat-step-header.mat-accent .mat-step-icon-state-done,.mat-step-header.mat-accent .mat-step-icon-state-edit{background-color:#0274c9;color:#fff}.mat-step-header.mat-warn .mat-step-icon{color:#fff}.mat-step-header.mat-warn .mat-step-icon-selected,.mat-step-header.mat-warn .mat-step-icon-state-done,.mat-step-header.mat-warn .mat-step-icon-state-edit{background-color:#f44336;color:#fff}.mat-step-header .mat-step-icon-state-error{background-color:transparent;color:#f44336}.mat-step-header .mat-step-label.mat-step-label-active{color:#000000de}.mat-step-header .mat-step-label.mat-step-label-error{color:#f44336}.mat-stepper-horizontal,.mat-stepper-vertical{background-color:#fff}.mat-stepper-vertical-line:before{border-left-color:#0000001f}.mat-horizontal-stepper-header:before,.mat-horizontal-stepper-header:after,.mat-stepper-horizontal-line{border-top-color:#0000001f}.mat-horizontal-stepper-header{height:72px}.mat-stepper-label-position-bottom .mat-horizontal-stepper-header,.mat-vertical-stepper-header{padding:24px}.mat-stepper-vertical-line:before{top:-16px;bottom:-16px}.mat-stepper-label-position-bottom .mat-horizontal-stepper-header:after,.mat-stepper-label-position-bottom .mat-horizontal-stepper-header:before{top:36px}.mat-stepper-label-position-bottom .mat-stepper-horizontal-line{top:36px}.mat-stepper-vertical,.mat-stepper-horizontal{font-family:Univers-Basic-Bold,Helvetica Neue,sans-serif}.mat-step-label{font-size:14px;font-weight:400}.mat-step-sub-label-error{font-weight:400}.mat-step-label-error{font-size:14px}.mat-step-label-selected{font-size:14px;font-weight:500}.mat-sort-header-arrow{color:#757575}.mat-toolbar{background:whitesmoke;color:#000000de}.mat-toolbar.mat-primary{background:#96151d;color:#fff}.mat-toolbar.mat-accent{background:#0274c9;color:#fff}.mat-toolbar.mat-warn{background:#f44336;color:#fff}.mat-toolbar .mat-form-field-underline,.mat-toolbar .mat-form-field-ripple,.mat-toolbar .mat-focused .mat-form-field-ripple{background-color:currentColor}.mat-toolbar .mat-form-field-label,.mat-toolbar .mat-focused .mat-form-field-label,.mat-toolbar .mat-select-value,.mat-toolbar .mat-select-arrow,.mat-toolbar .mat-form-field.mat-focused .mat-select-arrow{color:inherit}.mat-toolbar .mat-input-element{caret-color:currentColor}.mat-toolbar-multiple-rows{min-height:64px}.mat-toolbar-row,.mat-toolbar-single-row{height:64px}@media (max-width: 599px){.mat-toolbar-multiple-rows{min-height:56px}.mat-toolbar-row,.mat-toolbar-single-row{height:56px}}.mat-toolbar,.mat-toolbar h1,.mat-toolbar h2,.mat-toolbar h3,.mat-toolbar h4,.mat-toolbar h5,.mat-toolbar h6{font:500 20px/32px Univers-Basic-Bold,Helvetica Neue,sans-serif;letter-spacing:normal;margin:0}.mat-tree{background:white}.mat-tree-node,.mat-nested-tree-node{color:#000000de}.mat-tree-node{min-height:48px}.mat-tree{font-family:Univers-Basic-Bold,Helvetica Neue,sans-serif}.mat-tree-node,.mat-nested-tree-node{font-weight:400;font-size:14px}@font-face{font-family:Univers-Basic-Regular;src:url(MarkPro.3d6bdb1dc5e626e2.otf)}@font-face{font-family:Univers-Basic-Medium;src:url(MarkPro-Bold.e46b2082cab7659a.otf)}@font-face{font-family:Univers-Basic-Bold;src:url(MarkPro-Heavy.c54bceed9fc3ca97.otf)}@font-face{font-family:Univers-Basic-Regular-Italic;src:url(MarkPro-Italic.46b961d880e7f5f6.otf)}@font-face{font-family:Univers-Basic-Thin;src:url(MarkPro-Narrow.d4bc672798747d4e.otf)}.one .tooltip-container:after,.one .tooltip-container:before,.four .tooltip-container:after,.four .tooltip-container:before{bottom:100%}.one .tooltip-container:after,.four .tooltip-container:after{border-color:transparent transparent #fff transparent}.one .tooltip-container:before,.four .tooltip-container:before{border-color:transparent transparent #ccc transparent}.two .tooltip-container:after,.two .tooltip-container:before,.three .tooltip-container:after,.three .tooltip-container:before{top:100%}.two .tooltip-container:after,.three .tooltip-container:after{border-color:#fff transparent transparent transparent}.two .tooltip-container:before,.three .tooltip-container:before{border-color:#ccc transparent transparent transparent}.end .tooltip-container:after{left:calc(85% + 2px)}.end .tooltip-container:before{left:85%}.middle .tooltip-container:after{left:calc(50% + 2px)}.middle .tooltip-container:before{left:50%}.navSiloActive{background-color:#7d1119}a:focus,a:hover{border-bottom:none!important}.mat-expansion-panel-body{padding:0 12px 18px 16px}a.feedbackLink.floatingFeedback:hover{text-decoration:none;color:#fff}ul li:before{content:""!important;width:12px!important}.infoSection{display:none}@media only screen and (max-width: 330px){.mat-app-background{overflow-x:scroll}}.mat-app-background{overflow-x:hidden!important}html,body{color:#303030;font-family:Arial,Helvetica,sans-serif;font-size:62.5%;height:auto;font-weight:lighter!important;scroll-behavior:smooth;-webkit-font-smoothing:subpixel-antialiased}body,p{font-size:1.6rem;line-height:1.5}p{margin-bottom:1.8rem}a:not(.mat-button-base .fsp-button),a:not(.mat-button-base .fsp-button):link,a:not(.mat-button-base .fsp-button):visited,a:not(.mat-button-base .fsp-button):active{text-decoration:none}a.inline:link{color:#8d4900;text-decoration:none;border-bottom:1px solid}a.inline:hover{color:#96151d;text-decoration:none;border-bottom:1px solid}a:focus,a:hover{color:#96151d;cursor:pointer;text-decoration:none}.utilityItem{color:#333}div{font-family:Univers-Basic-Regular,Arial,Sans-Serif}#home>div{color:#fff!important}#need-help>div{color:#fff!important}#my-account-out>div{color:#fff!important}.specialActionLabel{color:#000!important}.error-header-content,.error-banner-content,.error-body-content{max-width:1280px;padding:18px;margin:0 auto}.error-header .vg-logo{background:url(logo-vanguard-ship.1ba7fb9144cc3d24.svg) no-repeat;background-size:contain;height:45px;width:160px}.sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0}.result{color:#666!important;font-family:Arial;width:auto;padding:8px 20px;border-bottom:1px solid #ccc;position:relative}div.key-other.resultKey{width:auto;white-space:nowrap;border-top:1px solid grey;display:block;z-index:5001;width:100%;height:auto;overflow:visible;background-color:#fff;border-top:none}h6{text-transform:none}@media (min-width: 0) and (max-width: 767px){.hide-on-extra-small{display:none!important}}@media (min-width: 0) and (max-width: 1023px){.hide-on-small-xsmall{display:none!important}}@media (min-width: 768px){.show-on-extra-small{display:none!important}}@media (min-width: 1024px){.show-on-small-xsmall{display:none!important}}.custom-subscribe-dialog mat-dialog-container{border-top:1px solid #fff;padding:10px 18px 18px;border-radius:0;overflow-x:hidden}.custom-basket-dialog mat-dialog-container{max-height:670px;padding:24px;border-radius:4px;width:550px}.custom-invest-now-dialog mat-dialog-container{max-height:670px;padding:24px;border-radius:4px;width:550px}@media only screen and (max-width: 767px){.custom-subscribe-dialog mat-dialog-container{max-height:100%;top:0;position:absolute;left:0;width:100%}.custom-basket-dialog mat-dialog-container{max-height:100%;top:0;position:absolute;left:0;width:100%;border-radius:0}.custom-basket-dialog mat-dialog-container .basket-dialog-actions{margin:60px 0 0}.custom-basket-dialog mat-dialog-container .basket-dialog-actions a.basket-browse-funds{display:block;margin:0 0 12px;text-decoration:underline;border:none}.custom-invest-now-dialog mat-dialog-container{max-height:100%;top:0;position:absolute;left:0;width:100%;border-radius:0}.custom-invest-now-dialog mat-dialog-container .basket-dialog-actions{margin:60px 0 0}.custom-invest-now-dialog mat-dialog-container .basket-dialog-actions a.basket-browse-funds{display:block;margin:0 0 12px;text-decoration:underline;border:none}}.link{font-family:Univers-Basic-Medium,Arial,Sans-Serif;font-size:1.6rem;line-height:2.4rem}.link:hover{border-bottom:1px solid #0144a9!important;margin-bottom:-1px}.link:focus{color:#0144a9}.link__arrow:hover{padding:0 0 1px!important;margin:0!important}.link__arrow mat-icon{height:18px!important;width:18px!important}a:hover .mat-icon{transform:none!important}a:not(.mat-button-base) .mat-icon{margin-left:4px!important}mat-slide-toggle.mat-slide-toggle .mat-slide-toggle-bar{background-color:#d1d1d1;border-radius:16px;height:24px}mat-slide-toggle.mat-slide-toggle .mat-slide-toggle-thumb-container{left:2px;top:2px}mat-slide-toggle.mat-slide-toggle.mat-checked .mat-slide-toggle-bar{background-color:#0274c9}mat-slide-toggle.mat-slide-toggle.mat-checked .mat-slide-toggle-thumb{background-color:#fafafa}mat-slide-toggle.mat-slide-toggle.mat-checked .mat-slide-toggle-thumb-container{transform:translate3d(11px,0,0)}mat-slide-toggle.mat-slide-toggle .mat-slide-toggle-content{font-family:Univers-Basic-Regular,sans-serif}@media only screen and (max-width: 550px){.advice-dialog-container .mat-dialog-container{margin:8px;padding:16px}}#onetrust-pc-sdk ul,#onetrust-pc-sdk li{margin:0!important}#onetrust-pc-sdk :before{margin:0!important}#onetrust-consent-sdk #onetrust-pc-sdk button:focus:not(:focus-visible){border:none!important}#onetrust-pc-sdk #ot-host-lst li{margin-top:10px!important}#onetrust-pc-sdk .ot-fltr-opt{display:flex}button#nebula_div_btn.kampyle_vertical_button.kampyle_right>div.kampyle_button-text{transform:rotate(180deg);font-size:16px;font-weight:400;max-height:28px;padding:.25rem 1rem;font-family:FF Mark Regular,arial,sans-serif;line-height:24px!important;margin-bottom:10px}@media (max-width: 1199.98px){button#nebula_div_btn.kampyle_vertical_button.kampyle_right>div.kampyle_button-text{padding:0 .5rem;font-size:14px;line-height:21px;margin-bottom:0;margin-left:0;width:82px;max-height:7px}}button#nebula_div_btn.kampyle_vertical_button.kampyle_right>div.kampyle_button{border-radius:0 0 8px 8px!important;min-height:28px!important;max-height:28px!important}@media (max-width: 1199.98px){button#nebula_div_btn.kampyle_vertical_button.kampyle_right>div.kampyle_button{border-radius:0 0 4px 4px!important;height:16px;width:82px!important;min-width:82px!important;min-height:19px!important}}
