@charset "UTF-8";/*!
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */@keyframes bounce{0%,20%,53%,80%,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)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0)}90%{transform:translate3d(0,-4px,0)}}.bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.flash{animation-name:flash}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}.pulse{animation-name:pulse}@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)}}.rubberBand{animation-name:rubberBand}@keyframes shake{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.shake{animation-name:shake}@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)}}.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)}}.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)}}.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)}}.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)}}.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)}}.heartBeat{animation-name:heartBeat;animation-duration:1.3s;animation-timing-function:ease-in-out}@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)}}.bounceIn{animation-duration:.75s;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)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:translateZ(0)}}.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)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:translateZ(0)}}.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)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:translateZ(0)}}.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)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}.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)}}.bounceOut{animation-duration:.75s;animation-name:bounceOut}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}.bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}.bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}.bounceOutUp{animation-name:bounceOutUp}.fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:translateZ(0)}}.fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:translateZ(0)}}.fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:translateZ(0)}}.fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:translateZ(0)}}.fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:translateZ(0)}}.fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:translateZ(0)}}.fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}.fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}.fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}.fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{animation-name:fadeOutUpBig}@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}}.animated.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)}}.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)}}.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}}.flipOutX{animation-duration:.75s;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}}.flipOutY{animation-duration:.75s;backface-visibility:visible!important;animation-name:flipOutY}@keyframes lightSpeedIn{0%{transform:translate3d(100%,0,0) skew(-30deg);opacity:0}60%{transform:skew(20deg);opacity:1}80%{transform:skew(-5deg)}to{transform:translateZ(0)}}.lightSpeedIn{animation-name:lightSpeedIn;animation-timing-function:ease-out}@keyframes lightSpeedOut{0%{opacity:1}to{transform:translate3d(100%,0,0) skew(30deg);opacity:0}}.lightSpeedOut{animation-name:lightSpeedOut;animation-timing-function:ease-in}@keyframes rotateIn{0%{transform-origin:center;transform:rotate(-200deg);opacity:0}to{transform-origin:center;transform:translateZ(0);opacity:1}}.rotateIn{animation-name:rotateIn}@keyframes rotateInDownLeft{0%{transform-origin:left bottom;transform:rotate(-45deg);opacity:0}to{transform-origin:left bottom;transform:translateZ(0);opacity:1}}.rotateInDownLeft{animation-name:rotateInDownLeft}@keyframes rotateInDownRight{0%{transform-origin:right bottom;transform:rotate(45deg);opacity:0}to{transform-origin:right bottom;transform:translateZ(0);opacity:1}}.rotateInDownRight{animation-name:rotateInDownRight}@keyframes rotateInUpLeft{0%{transform-origin:left bottom;transform:rotate(45deg);opacity:0}to{transform-origin:left bottom;transform:translateZ(0);opacity:1}}.rotateInUpLeft{animation-name:rotateInUpLeft}@keyframes rotateInUpRight{0%{transform-origin:right bottom;transform:rotate(-90deg);opacity:0}to{transform-origin:right bottom;transform:translateZ(0);opacity:1}}.rotateInUpRight{animation-name:rotateInUpRight}@keyframes rotateOut{0%{transform-origin:center;opacity:1}to{transform-origin:center;transform:rotate(200deg);opacity:0}}.rotateOut{animation-name:rotateOut}@keyframes rotateOutDownLeft{0%{transform-origin:left bottom;opacity:1}to{transform-origin:left bottom;transform:rotate(45deg);opacity:0}}.rotateOutDownLeft{animation-name:rotateOutDownLeft}@keyframes rotateOutDownRight{0%{transform-origin:right bottom;opacity:1}to{transform-origin:right bottom;transform:rotate(-45deg);opacity:0}}.rotateOutDownRight{animation-name:rotateOutDownRight}@keyframes rotateOutUpLeft{0%{transform-origin:left bottom;opacity:1}to{transform-origin:left bottom;transform:rotate(-45deg);opacity:0}}.rotateOutUpLeft{animation-name:rotateOutUpLeft}@keyframes rotateOutUpRight{0%{transform-origin:right bottom;opacity:1}to{transform-origin:right bottom;transform:rotate(90deg);opacity:0}}.rotateOutUpRight{animation-name:rotateOutUpRight}@keyframes hinge{0%{transform-origin:top left;animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);transform-origin:top left;animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);transform-origin:top left;animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}.hinge{animation-duration:2s;animation-name:hinge}@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)}}.jackInTheBox{animation-name:jackInTheBox}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:translateZ(0)}}.rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}.rollOut{animation-name:rollOut}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.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)}}.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)}}.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)}}.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)}}.zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.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);transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutDown{animation-name:zoomOutDown}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0);transform-origin:left center}}.zoomOutLeft{animation-name:zoomOutLeft}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0);transform-origin:right center}}.zoomOutRight{animation-name:zoomOutRight}@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);transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutUp{animation-name:zoomOutUp}@keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}.slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}.slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}.slideInRight{animation-name:slideInRight}@keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}.slideInUp{animation-name:slideInUp}@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}.slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%,0,0)}}.slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%,0,0)}}.slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-100%,0)}}.slideOutUp{animation-name:slideOutUp}.animated{animation-duration:1s;animation-fill-mode:both}.animated.infinite{animation-iteration-count:infinite}.animated.delay-1s{animation-delay:1s}.animated.delay-2s{animation-delay:2s}.animated.delay-3s{animation-delay:3s}.animated.delay-4s{animation-delay:4s}.animated.delay-5s{animation-delay:5s}.animated.fast{animation-duration:.8s}.animated.faster{animation-duration:.5s}.animated.slow{animation-duration:2s}.animated.slower{animation-duration:3s}@media (prefers-reduced-motion:reduce),(print){.animated{animation-duration:1ms!important;transition-duration:1ms!important;animation-iteration-count:1!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);background-color:var(--mat-ripple-color, rgba(0, 0, 0, .1))}.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:rgba(0,0,0,0);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:#00000052}.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-app-background{background-color:var(--mat-app-background-color, transparent);color:var(--mat-app-text-color, inherit)}html{--mat-ripple-color:rgba(0, 0, 0, .1)}html{--mat-option-selected-state-label-text-color:#673ab7;--mat-option-label-text-color:rgba(0, 0, 0, .87);--mat-option-hover-state-layer-color:rgba(0, 0, 0, .04);--mat-option-focus-state-layer-color:rgba(0, 0, 0, .04);--mat-option-selected-state-layer-color:rgba(0, 0, 0, .04)}.mat-accent{--mat-option-selected-state-label-text-color:#ffd740;--mat-option-label-text-color:rgba(0, 0, 0, .87);--mat-option-hover-state-layer-color:rgba(0, 0, 0, .04);--mat-option-focus-state-layer-color:rgba(0, 0, 0, .04);--mat-option-selected-state-layer-color:rgba(0, 0, 0, .04)}.mat-warn{--mat-option-selected-state-label-text-color:#f44336;--mat-option-label-text-color:rgba(0, 0, 0, .87);--mat-option-hover-state-layer-color:rgba(0, 0, 0, .04);--mat-option-focus-state-layer-color:rgba(0, 0, 0, .04);--mat-option-selected-state-layer-color:rgba(0, 0, 0, .04)}html{--mat-optgroup-label-text-color:rgba(0, 0, 0, .87)}.mat-primary{--mat-full-pseudo-checkbox-selected-icon-color:#673ab7;--mat-full-pseudo-checkbox-selected-checkmark-color:#fafafa;--mat-full-pseudo-checkbox-unselected-icon-color:rgba(0, 0, 0, .54);--mat-full-pseudo-checkbox-disabled-selected-checkmark-color:#fafafa;--mat-full-pseudo-checkbox-disabled-unselected-icon-color:#b0b0b0;--mat-full-pseudo-checkbox-disabled-selected-icon-color:#b0b0b0;--mat-minimal-pseudo-checkbox-selected-checkmark-color:#673ab7;--mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color:#b0b0b0}html,.mat-accent{--mat-full-pseudo-checkbox-selected-icon-color:#ffd740;--mat-full-pseudo-checkbox-selected-checkmark-color:#fafafa;--mat-full-pseudo-checkbox-unselected-icon-color:rgba(0, 0, 0, .54);--mat-full-pseudo-checkbox-disabled-selected-checkmark-color:#fafafa;--mat-full-pseudo-checkbox-disabled-unselected-icon-color:#b0b0b0;--mat-full-pseudo-checkbox-disabled-selected-icon-color:#b0b0b0;--mat-minimal-pseudo-checkbox-selected-checkmark-color:#ffd740;--mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color:#b0b0b0}.mat-warn{--mat-full-pseudo-checkbox-selected-icon-color:#f44336;--mat-full-pseudo-checkbox-selected-checkmark-color:#fafafa;--mat-full-pseudo-checkbox-unselected-icon-color:rgba(0, 0, 0, .54);--mat-full-pseudo-checkbox-disabled-selected-checkmark-color:#fafafa;--mat-full-pseudo-checkbox-disabled-unselected-icon-color:#b0b0b0;--mat-full-pseudo-checkbox-disabled-selected-icon-color:#b0b0b0;--mat-minimal-pseudo-checkbox-selected-checkmark-color:#f44336;--mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color:#b0b0b0}html{--mat-app-background-color:#fafafa;--mat-app-text-color: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-theme-loaded-marker{display:none}html{--mat-option-label-text-font:Roboto, sans-serif;--mat-option-label-text-line-height:24px;--mat-option-label-text-size:16px;--mat-option-label-text-tracking:.03125em;--mat-option-label-text-weight:400}html{--mat-optgroup-label-text-font:Roboto, sans-serif;--mat-optgroup-label-text-line-height:24px;--mat-optgroup-label-text-size:16px;--mat-optgroup-label-text-tracking:.03125em;--mat-optgroup-label-text-weight:400}html{--mdc-elevated-card-container-shape:4px;--mdc-outlined-card-container-shape:4px;--mdc-outlined-card-outline-width:1px}html{--mdc-elevated-card-container-color:white;--mdc-elevated-card-container-elevation:0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);--mdc-outlined-card-container-color:white;--mdc-outlined-card-outline-color:rgba(0, 0, 0, .12);--mdc-outlined-card-container-elevation:0px 0px 0px 0px rgba(0, 0, 0, .2), 0px 0px 0px 0px rgba(0, 0, 0, .14), 0px 0px 0px 0px rgba(0, 0, 0, .12);--mat-card-subtitle-text-color:rgba(0, 0, 0, .54)}html{--mat-card-title-text-font:Roboto, sans-serif;--mat-card-title-text-line-height:32px;--mat-card-title-text-size:20px;--mat-card-title-text-tracking:.0125em;--mat-card-title-text-weight:500;--mat-card-subtitle-text-font:Roboto, sans-serif;--mat-card-subtitle-text-line-height:22px;--mat-card-subtitle-text-size:14px;--mat-card-subtitle-text-tracking:.0071428571em;--mat-card-subtitle-text-weight:500}html{--mdc-linear-progress-active-indicator-height:4px;--mdc-linear-progress-track-height:4px;--mdc-linear-progress-track-shape:0}.mat-mdc-progress-bar{--mdc-linear-progress-active-indicator-color:#673ab7;--mdc-linear-progress-track-color:rgba(103, 58, 183, .25)}.mat-mdc-progress-bar.mat-accent{--mdc-linear-progress-active-indicator-color:#ffd740;--mdc-linear-progress-track-color:rgba(255, 215, 64, .25)}.mat-mdc-progress-bar.mat-warn{--mdc-linear-progress-active-indicator-color:#f44336;--mdc-linear-progress-track-color:rgba(244, 67, 54, .25)}html{--mdc-plain-tooltip-container-shape:4px;--mdc-plain-tooltip-supporting-text-line-height:16px}html{--mdc-plain-tooltip-container-color:#616161;--mdc-plain-tooltip-supporting-text-color:#fff}html{--mdc-plain-tooltip-supporting-text-font:Roboto, sans-serif;--mdc-plain-tooltip-supporting-text-size:12px;--mdc-plain-tooltip-supporting-text-weight:400;--mdc-plain-tooltip-supporting-text-tracking:.0333333333em}html{--mdc-filled-text-field-active-indicator-height:1px;--mdc-filled-text-field-focus-active-indicator-height:2px;--mdc-filled-text-field-container-shape:4px;--mdc-outlined-text-field-outline-width:1px;--mdc-outlined-text-field-focus-outline-width:2px;--mdc-outlined-text-field-container-shape:4px}html{--mdc-filled-text-field-caret-color:#673ab7;--mdc-filled-text-field-focus-active-indicator-color:#673ab7;--mdc-filled-text-field-focus-label-text-color:rgba(103, 58, 183, .87);--mdc-filled-text-field-container-color:whitesmoke;--mdc-filled-text-field-disabled-container-color:#fafafa;--mdc-filled-text-field-label-text-color:rgba(0, 0, 0, .6);--mdc-filled-text-field-hover-label-text-color:rgba(0, 0, 0, .6);--mdc-filled-text-field-disabled-label-text-color:rgba(0, 0, 0, .38);--mdc-filled-text-field-input-text-color:rgba(0, 0, 0, .87);--mdc-filled-text-field-disabled-input-text-color:rgba(0, 0, 0, .38);--mdc-filled-text-field-input-text-placeholder-color:rgba(0, 0, 0, .6);--mdc-filled-text-field-error-hover-label-text-color:#f44336;--mdc-filled-text-field-error-focus-label-text-color:#f44336;--mdc-filled-text-field-error-label-text-color:#f44336;--mdc-filled-text-field-error-caret-color:#f44336;--mdc-filled-text-field-active-indicator-color:rgba(0, 0, 0, .42);--mdc-filled-text-field-disabled-active-indicator-color:rgba(0, 0, 0, .06);--mdc-filled-text-field-hover-active-indicator-color:rgba(0, 0, 0, .87);--mdc-filled-text-field-error-active-indicator-color:#f44336;--mdc-filled-text-field-error-focus-active-indicator-color:#f44336;--mdc-filled-text-field-error-hover-active-indicator-color:#f44336;--mdc-outlined-text-field-caret-color:#673ab7;--mdc-outlined-text-field-focus-outline-color:#673ab7;--mdc-outlined-text-field-focus-label-text-color:rgba(103, 58, 183, .87);--mdc-outlined-text-field-label-text-color:rgba(0, 0, 0, .6);--mdc-outlined-text-field-hover-label-text-color:rgba(0, 0, 0, .6);--mdc-outlined-text-field-disabled-label-text-color:rgba(0, 0, 0, .38);--mdc-outlined-text-field-input-text-color:rgba(0, 0, 0, .87);--mdc-outlined-text-field-disabled-input-text-color:rgba(0, 0, 0, .38);--mdc-outlined-text-field-input-text-placeholder-color:rgba(0, 0, 0, .6);--mdc-outlined-text-field-error-caret-color:#f44336;--mdc-outlined-text-field-error-focus-label-text-color:#f44336;--mdc-outlined-text-field-error-label-text-color:#f44336;--mdc-outlined-text-field-error-hover-label-text-color:#f44336;--mdc-outlined-text-field-outline-color:rgba(0, 0, 0, .38);--mdc-outlined-text-field-disabled-outline-color:rgba(0, 0, 0, .06);--mdc-outlined-text-field-hover-outline-color:rgba(0, 0, 0, .87);--mdc-outlined-text-field-error-focus-outline-color:#f44336;--mdc-outlined-text-field-error-hover-outline-color:#f44336;--mdc-outlined-text-field-error-outline-color:#f44336;--mat-form-field-focus-select-arrow-color:rgba(103, 58, 183, .87);--mat-form-field-disabled-input-text-placeholder-color:rgba(0, 0, 0, .38);--mat-form-field-state-layer-color:rgba(0, 0, 0, .87);--mat-form-field-error-text-color:#f44336;--mat-form-field-select-option-text-color:inherit;--mat-form-field-select-disabled-option-text-color:GrayText;--mat-form-field-leading-icon-color:unset;--mat-form-field-disabled-leading-icon-color:unset;--mat-form-field-trailing-icon-color:unset;--mat-form-field-disabled-trailing-icon-color:unset;--mat-form-field-error-focus-trailing-icon-color:unset;--mat-form-field-error-hover-trailing-icon-color:unset;--mat-form-field-error-trailing-icon-color:unset;--mat-form-field-enabled-select-arrow-color:rgba(0, 0, 0, .54);--mat-form-field-disabled-select-arrow-color:rgba(0, 0, 0, .38);--mat-form-field-hover-state-layer-opacity:.04;--mat-form-field-focus-state-layer-opacity:.08}.mat-mdc-form-field.mat-accent{--mdc-filled-text-field-caret-color:#ffd740;--mdc-filled-text-field-focus-active-indicator-color:#ffd740;--mdc-filled-text-field-focus-label-text-color:rgba(255, 215, 64, .87);--mdc-outlined-text-field-caret-color:#ffd740;--mdc-outlined-text-field-focus-outline-color:#ffd740;--mdc-outlined-text-field-focus-label-text-color:rgba(255, 215, 64, .87);--mat-form-field-focus-select-arrow-color:rgba(255, 215, 64, .87)}.mat-mdc-form-field.mat-warn{--mdc-filled-text-field-caret-color:#f44336;--mdc-filled-text-field-focus-active-indicator-color:#f44336;--mdc-filled-text-field-focus-label-text-color:rgba(244, 67, 54, .87);--mdc-outlined-text-field-caret-color:#f44336;--mdc-outlined-text-field-focus-outline-color:#f44336;--mdc-outlined-text-field-focus-label-text-color:rgba(244, 67, 54, .87);--mat-form-field-focus-select-arrow-color:rgba(244, 67, 54, .87)}html{--mat-form-field-container-height:56px;--mat-form-field-filled-label-display:block;--mat-form-field-container-vertical-padding:16px;--mat-form-field-filled-with-label-container-padding-top:24px;--mat-form-field-filled-with-label-container-padding-bottom:8px}html{--mdc-filled-text-field-label-text-font:Roboto, sans-serif;--mdc-filled-text-field-label-text-size:16px;--mdc-filled-text-field-label-text-tracking:.03125em;--mdc-filled-text-field-label-text-weight:400;--mdc-outlined-text-field-label-text-font:Roboto, sans-serif;--mdc-outlined-text-field-label-text-size:16px;--mdc-outlined-text-field-label-text-tracking:.03125em;--mdc-outlined-text-field-label-text-weight:400;--mat-form-field-container-text-font:Roboto, sans-serif;--mat-form-field-container-text-line-height:24px;--mat-form-field-container-text-size:16px;--mat-form-field-container-text-tracking:.03125em;--mat-form-field-container-text-weight:400;--mat-form-field-outlined-label-text-populated-size:16px;--mat-form-field-subscript-text-font:Roboto, sans-serif;--mat-form-field-subscript-text-line-height:20px;--mat-form-field-subscript-text-size:12px;--mat-form-field-subscript-text-tracking:.0333333333em;--mat-form-field-subscript-text-weight:400}html{--mat-select-container-elevation-shadow:0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12)}html{--mat-select-panel-background-color:white;--mat-select-enabled-trigger-text-color:rgba(0, 0, 0, .87);--mat-select-disabled-trigger-text-color:rgba(0, 0, 0, .38);--mat-select-placeholder-text-color:rgba(0, 0, 0, .6);--mat-select-enabled-arrow-color:rgba(0, 0, 0, .54);--mat-select-disabled-arrow-color:rgba(0, 0, 0, .38);--mat-select-focused-arrow-color:rgba(103, 58, 183, .87);--mat-select-invalid-arrow-color:rgba(244, 67, 54, .87)}html .mat-mdc-form-field.mat-accent{--mat-select-panel-background-color:white;--mat-select-enabled-trigger-text-color:rgba(0, 0, 0, .87);--mat-select-disabled-trigger-text-color:rgba(0, 0, 0, .38);--mat-select-placeholder-text-color:rgba(0, 0, 0, .6);--mat-select-enabled-arrow-color:rgba(0, 0, 0, .54);--mat-select-disabled-arrow-color:rgba(0, 0, 0, .38);--mat-select-focused-arrow-color:rgba(255, 215, 64, .87);--mat-select-invalid-arrow-color:rgba(244, 67, 54, .87)}html .mat-mdc-form-field.mat-warn{--mat-select-panel-background-color:white;--mat-select-enabled-trigger-text-color:rgba(0, 0, 0, .87);--mat-select-disabled-trigger-text-color:rgba(0, 0, 0, .38);--mat-select-placeholder-text-color:rgba(0, 0, 0, .6);--mat-select-enabled-arrow-color:rgba(0, 0, 0, .54);--mat-select-disabled-arrow-color:rgba(0, 0, 0, .38);--mat-select-focused-arrow-color:rgba(244, 67, 54, .87);--mat-select-invalid-arrow-color:rgba(244, 67, 54, .87)}html{--mat-select-arrow-transform:translateY(-8px)}html{--mat-select-trigger-text-font:Roboto, sans-serif;--mat-select-trigger-text-line-height:24px;--mat-select-trigger-text-size:16px;--mat-select-trigger-text-tracking:.03125em;--mat-select-trigger-text-weight:400}html{--mat-autocomplete-container-shape:4px;--mat-autocomplete-container-elevation-shadow:0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12)}html{--mat-autocomplete-background-color:white}html{--mdc-dialog-container-elevation-shadow:0px 11px 15px -7px rgba(0, 0, 0, .2), 0px 24px 38px 3px rgba(0, 0, 0, .14), 0px 9px 46px 8px rgba(0, 0, 0, .12);--mdc-dialog-container-shadow-color:#000;--mdc-dialog-container-shape:4px;--mat-dialog-container-max-width:80vw;--mat-dialog-container-small-max-width:80vw;--mat-dialog-container-min-width:0;--mat-dialog-actions-alignment:start;--mat-dialog-actions-padding:8px;--mat-dialog-content-padding:20px 24px;--mat-dialog-with-actions-content-padding:20px 24px;--mat-dialog-headline-padding:0 24px 9px}html{--mdc-dialog-container-color:white;--mdc-dialog-subhead-color:rgba(0, 0, 0, .87);--mdc-dialog-supporting-text-color:rgba(0, 0, 0, .6)}html{--mdc-dialog-subhead-font:Roboto, sans-serif;--mdc-dialog-subhead-line-height:32px;--mdc-dialog-subhead-size:20px;--mdc-dialog-subhead-weight:500;--mdc-dialog-subhead-tracking:.0125em;--mdc-dialog-supporting-text-font:Roboto, sans-serif;--mdc-dialog-supporting-text-line-height:24px;--mdc-dialog-supporting-text-size:16px;--mdc-dialog-supporting-text-weight:400;--mdc-dialog-supporting-text-tracking:.03125em}.mat-mdc-standard-chip{--mdc-chip-container-shape-family:rounded;--mdc-chip-container-shape-radius:16px 16px 16px 16px;--mdc-chip-with-avatar-avatar-shape-family:rounded;--mdc-chip-with-avatar-avatar-shape-radius:14px 14px 14px 14px;--mdc-chip-with-avatar-avatar-size:28px;--mdc-chip-with-icon-icon-size:18px;--mdc-chip-outline-width:0;--mdc-chip-outline-color:transparent;--mdc-chip-disabled-outline-color:transparent;--mdc-chip-focus-outline-color:transparent;--mdc-chip-hover-state-layer-opacity:.04;--mdc-chip-with-avatar-disabled-avatar-opacity:1;--mdc-chip-flat-selected-outline-width:0;--mdc-chip-selected-hover-state-layer-opacity:.04;--mdc-chip-with-trailing-icon-disabled-trailing-icon-opacity:1;--mdc-chip-with-icon-disabled-icon-opacity:1;--mat-chip-disabled-container-opacity:.4;--mat-chip-trailing-action-opacity:.54;--mat-chip-trailing-action-focus-opacity:1;--mat-chip-trailing-action-state-layer-color:transparent;--mat-chip-selected-trailing-action-state-layer-color:transparent;--mat-chip-trailing-action-hover-state-layer-opacity:0;--mat-chip-trailing-action-focus-state-layer-opacity:0}.mat-mdc-standard-chip{--mdc-chip-disabled-label-text-color:#212121;--mdc-chip-elevated-container-color:#e0e0e0;--mdc-chip-elevated-selected-container-color:#e0e0e0;--mdc-chip-elevated-disabled-container-color:#e0e0e0;--mdc-chip-flat-disabled-selected-container-color:#e0e0e0;--mdc-chip-focus-state-layer-color:black;--mdc-chip-hover-state-layer-color:black;--mdc-chip-selected-hover-state-layer-color:black;--mdc-chip-focus-state-layer-opacity:.12;--mdc-chip-selected-focus-state-layer-color:black;--mdc-chip-selected-focus-state-layer-opacity:.12;--mdc-chip-label-text-color:#212121;--mdc-chip-selected-label-text-color:#212121;--mdc-chip-with-icon-icon-color:#212121;--mdc-chip-with-icon-disabled-icon-color:#212121;--mdc-chip-with-icon-selected-icon-color:#212121;--mdc-chip-with-trailing-icon-disabled-trailing-icon-color:#212121;--mdc-chip-with-trailing-icon-trailing-icon-color:#212121;--mat-chip-selected-disabled-trailing-icon-color:#212121;--mat-chip-selected-trailing-icon-color:#212121}.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary{--mdc-chip-disabled-label-text-color:white;--mdc-chip-elevated-container-color:#673ab7;--mdc-chip-elevated-selected-container-color:#673ab7;--mdc-chip-elevated-disabled-container-color:#673ab7;--mdc-chip-flat-disabled-selected-container-color:#673ab7;--mdc-chip-focus-state-layer-color:black;--mdc-chip-hover-state-layer-color:black;--mdc-chip-selected-hover-state-layer-color:black;--mdc-chip-focus-state-layer-opacity:.12;--mdc-chip-selected-focus-state-layer-color:black;--mdc-chip-selected-focus-state-layer-opacity:.12;--mdc-chip-label-text-color:white;--mdc-chip-selected-label-text-color:white;--mdc-chip-with-icon-icon-color:white;--mdc-chip-with-icon-disabled-icon-color:white;--mdc-chip-with-icon-selected-icon-color:white;--mdc-chip-with-trailing-icon-disabled-trailing-icon-color:white;--mdc-chip-with-trailing-icon-trailing-icon-color:white;--mat-chip-selected-disabled-trailing-icon-color:white;--mat-chip-selected-trailing-icon-color:white}.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent{--mdc-chip-disabled-label-text-color:rgba(0, 0, 0, .87);--mdc-chip-elevated-container-color:#ffd740;--mdc-chip-elevated-selected-container-color:#ffd740;--mdc-chip-elevated-disabled-container-color:#ffd740;--mdc-chip-flat-disabled-selected-container-color:#ffd740;--mdc-chip-focus-state-layer-color:black;--mdc-chip-hover-state-layer-color:black;--mdc-chip-selected-hover-state-layer-color:black;--mdc-chip-focus-state-layer-opacity:.12;--mdc-chip-selected-focus-state-layer-color:black;--mdc-chip-selected-focus-state-layer-opacity:.12;--mdc-chip-label-text-color:rgba(0, 0, 0, .87);--mdc-chip-selected-label-text-color:rgba(0, 0, 0, .87);--mdc-chip-with-icon-icon-color:rgba(0, 0, 0, .87);--mdc-chip-with-icon-disabled-icon-color:rgba(0, 0, 0, .87);--mdc-chip-with-icon-selected-icon-color:rgba(0, 0, 0, .87);--mdc-chip-with-trailing-icon-disabled-trailing-icon-color:rgba(0, 0, 0, .87);--mdc-chip-with-trailing-icon-trailing-icon-color:rgba(0, 0, 0, .87);--mat-chip-selected-disabled-trailing-icon-color:rgba(0, 0, 0, .87);--mat-chip-selected-trailing-icon-color:rgba(0, 0, 0, .87)}.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn{--mdc-chip-disabled-label-text-color:white;--mdc-chip-elevated-container-color:#f44336;--mdc-chip-elevated-selected-container-color:#f44336;--mdc-chip-elevated-disabled-container-color:#f44336;--mdc-chip-flat-disabled-selected-container-color:#f44336;--mdc-chip-focus-state-layer-color:black;--mdc-chip-hover-state-layer-color:black;--mdc-chip-selected-hover-state-layer-color:black;--mdc-chip-focus-state-layer-opacity:.12;--mdc-chip-selected-focus-state-layer-color:black;--mdc-chip-selected-focus-state-layer-opacity:.12;--mdc-chip-label-text-color:white;--mdc-chip-selected-label-text-color:white;--mdc-chip-with-icon-icon-color:white;--mdc-chip-with-icon-disabled-icon-color:white;--mdc-chip-with-icon-selected-icon-color:white;--mdc-chip-with-trailing-icon-disabled-trailing-icon-color:white;--mdc-chip-with-trailing-icon-trailing-icon-color:white;--mat-chip-selected-disabled-trailing-icon-color:white;--mat-chip-selected-trailing-icon-color:white}.mat-mdc-chip.mat-mdc-standard-chip{--mdc-chip-container-height:32px}.mat-mdc-standard-chip{--mdc-chip-label-text-font:Roboto, sans-serif;--mdc-chip-label-text-line-height:20px;--mdc-chip-label-text-size:14px;--mdc-chip-label-text-tracking:.0178571429em;--mdc-chip-label-text-weight:400}html{--mdc-switch-disabled-selected-icon-opacity:.38;--mdc-switch-disabled-track-opacity:.12;--mdc-switch-disabled-unselected-icon-opacity:.38;--mdc-switch-handle-height:20px;--mdc-switch-handle-shape:10px;--mdc-switch-handle-width:20px;--mdc-switch-selected-icon-size:18px;--mdc-switch-track-height:14px;--mdc-switch-track-shape:7px;--mdc-switch-track-width:36px;--mdc-switch-unselected-icon-size:18px;--mdc-switch-selected-focus-state-layer-opacity:.12;--mdc-switch-selected-hover-state-layer-opacity:.04;--mdc-switch-selected-pressed-state-layer-opacity:.1;--mdc-switch-unselected-focus-state-layer-opacity:.12;--mdc-switch-unselected-hover-state-layer-opacity:.04;--mdc-switch-unselected-pressed-state-layer-opacity:.1;--mat-switch-disabled-selected-handle-opacity:.38;--mat-switch-disabled-unselected-handle-opacity:.38;--mat-switch-unselected-handle-size:20px;--mat-switch-selected-handle-size:20px;--mat-switch-pressed-handle-size:20px;--mat-switch-with-icon-handle-size:20px;--mat-switch-selected-handle-horizontal-margin:0;--mat-switch-selected-with-icon-handle-horizontal-margin:0;--mat-switch-selected-pressed-handle-horizontal-margin:0;--mat-switch-unselected-handle-horizontal-margin:0;--mat-switch-unselected-with-icon-handle-horizontal-margin:0;--mat-switch-unselected-pressed-handle-horizontal-margin:0;--mat-switch-visible-track-opacity:1;--mat-switch-hidden-track-opacity:1;--mat-switch-visible-track-transition:transform 75ms 0ms cubic-bezier(0, 0, .2, 1);--mat-switch-hidden-track-transition:transform 75ms 0ms cubic-bezier(.4, 0, .6, 1);--mat-switch-track-outline-width:1px;--mat-switch-track-outline-color:transparent;--mat-switch-selected-track-outline-width:1px;--mat-switch-disabled-unselected-track-outline-width:1px;--mat-switch-disabled-unselected-track-outline-color:transparent}html{--mdc-switch-selected-focus-state-layer-color:#5e35b1;--mdc-switch-selected-handle-color:#5e35b1;--mdc-switch-selected-hover-state-layer-color:#5e35b1;--mdc-switch-selected-pressed-state-layer-color:#5e35b1;--mdc-switch-selected-focus-handle-color:#311b92;--mdc-switch-selected-hover-handle-color:#311b92;--mdc-switch-selected-pressed-handle-color:#311b92;--mdc-switch-selected-focus-track-color:#9575cd;--mdc-switch-selected-hover-track-color:#9575cd;--mdc-switch-selected-pressed-track-color:#9575cd;--mdc-switch-selected-track-color:#9575cd;--mdc-switch-disabled-selected-handle-color:#424242;--mdc-switch-disabled-selected-icon-color:#fff;--mdc-switch-disabled-selected-track-color:#424242;--mdc-switch-disabled-unselected-handle-color:#424242;--mdc-switch-disabled-unselected-icon-color:#fff;--mdc-switch-disabled-unselected-track-color:#424242;--mdc-switch-handle-surface-color:var(--mdc-theme-surface, #fff);--mdc-switch-handle-elevation-shadow:0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);--mdc-switch-handle-shadow-color:black;--mdc-switch-disabled-handle-elevation-shadow:0px 0px 0px 0px rgba(0, 0, 0, .2), 0px 0px 0px 0px rgba(0, 0, 0, .14), 0px 0px 0px 0px rgba(0, 0, 0, .12);--mdc-switch-selected-icon-color:#fff;--mdc-switch-unselected-focus-handle-color:#212121;--mdc-switch-unselected-focus-state-layer-color:#424242;--mdc-switch-unselected-focus-track-color:#e0e0e0;--mdc-switch-unselected-handle-color:#616161;--mdc-switch-unselected-hover-handle-color:#212121;--mdc-switch-unselected-hover-state-layer-color:#424242;--mdc-switch-unselected-hover-track-color:#e0e0e0;--mdc-switch-unselected-icon-color:#fff;--mdc-switch-unselected-pressed-handle-color:#212121;--mdc-switch-unselected-pressed-state-layer-color:#424242;--mdc-switch-unselected-pressed-track-color:#e0e0e0;--mdc-switch-unselected-track-color:#e0e0e0;--mdc-switch-disabled-label-text-color: rgba(0, 0, 0, .38)}html .mat-mdc-slide-toggle{--mdc-form-field-label-text-color:rgba(0, 0, 0, .87)}html .mat-mdc-slide-toggle.mat-accent{--mdc-switch-selected-focus-state-layer-color:#ffb300;--mdc-switch-selected-handle-color:#ffb300;--mdc-switch-selected-hover-state-layer-color:#ffb300;--mdc-switch-selected-pressed-state-layer-color:#ffb300;--mdc-switch-selected-focus-handle-color:#ff6f00;--mdc-switch-selected-hover-handle-color:#ff6f00;--mdc-switch-selected-pressed-handle-color:#ff6f00;--mdc-switch-selected-focus-track-color:#ffd54f;--mdc-switch-selected-hover-track-color:#ffd54f;--mdc-switch-selected-pressed-track-color:#ffd54f;--mdc-switch-selected-track-color:#ffd54f}html .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}html{--mdc-switch-state-layer-size:40px}html .mat-mdc-slide-toggle{--mdc-form-field-label-text-font:Roboto, sans-serif;--mdc-form-field-label-text-line-height:20px;--mdc-form-field-label-text-size:14px;--mdc-form-field-label-text-tracking:.0178571429em;--mdc-form-field-label-text-weight:400}html{--mdc-radio-disabled-selected-icon-opacity:.38;--mdc-radio-disabled-unselected-icon-opacity:.38;--mdc-radio-state-layer-size:40px}.mat-mdc-radio-button{--mdc-form-field-label-text-color:rgba(0, 0, 0, .87)}.mat-mdc-radio-button.mat-primary{--mdc-radio-disabled-selected-icon-color:black;--mdc-radio-disabled-unselected-icon-color:black;--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:#673ab7;--mdc-radio-selected-hover-icon-color:#673ab7;--mdc-radio-selected-icon-color:#673ab7;--mdc-radio-selected-pressed-icon-color:#673ab7;--mat-radio-ripple-color:black;--mat-radio-checked-ripple-color:#673ab7;--mat-radio-disabled-label-color:rgba(0, 0, 0, .38)}.mat-mdc-radio-button.mat-accent{--mdc-radio-disabled-selected-icon-color:black;--mdc-radio-disabled-unselected-icon-color:black;--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:#ffd740;--mdc-radio-selected-hover-icon-color:#ffd740;--mdc-radio-selected-icon-color:#ffd740;--mdc-radio-selected-pressed-icon-color:#ffd740;--mat-radio-ripple-color:black;--mat-radio-checked-ripple-color:#ffd740;--mat-radio-disabled-label-color:rgba(0, 0, 0, .38)}.mat-mdc-radio-button.mat-warn{--mdc-radio-disabled-selected-icon-color:black;--mdc-radio-disabled-unselected-icon-color:black;--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-radio-ripple-color:black;--mat-radio-checked-ripple-color:#f44336;--mat-radio-disabled-label-color:rgba(0, 0, 0, .38)}html{--mdc-radio-state-layer-size:40px;--mat-radio-touch-target-display:block}.mat-mdc-radio-button{--mdc-form-field-label-text-font:Roboto, sans-serif;--mdc-form-field-label-text-line-height:20px;--mdc-form-field-label-text-size:14px;--mdc-form-field-label-text-tracking:.0178571429em;--mdc-form-field-label-text-weight:400}html{--mat-slider-value-indicator-width:auto;--mat-slider-value-indicator-height:32px;--mat-slider-value-indicator-caret-display:block;--mat-slider-value-indicator-border-radius:4px;--mat-slider-value-indicator-padding:0 12px;--mat-slider-value-indicator-text-transform:none;--mat-slider-value-indicator-container-transform:translateX(-50%);--mdc-slider-active-track-height:6px;--mdc-slider-active-track-shape:9999px;--mdc-slider-handle-height:20px;--mdc-slider-handle-shape:50%;--mdc-slider-handle-width:20px;--mdc-slider-inactive-track-height:4px;--mdc-slider-inactive-track-shape:9999px;--mdc-slider-with-overlap-handle-outline-width:1px;--mdc-slider-with-tick-marks-active-container-opacity:.6;--mdc-slider-with-tick-marks-container-shape:50%;--mdc-slider-with-tick-marks-container-size:2px;--mdc-slider-with-tick-marks-inactive-container-opacity:.6}html{--mdc-slider-handle-color:#673ab7;--mdc-slider-focus-handle-color:#673ab7;--mdc-slider-hover-handle-color:#673ab7;--mdc-slider-active-track-color:#673ab7;--mdc-slider-inactive-track-color:#673ab7;--mdc-slider-with-tick-marks-inactive-container-color:#673ab7;--mdc-slider-with-tick-marks-active-container-color:white;--mdc-slider-disabled-active-track-color:#000;--mdc-slider-disabled-handle-color:#000;--mdc-slider-disabled-inactive-track-color:#000;--mdc-slider-label-container-color:#000;--mdc-slider-label-label-text-color:#fff;--mdc-slider-with-overlap-handle-outline-color:#fff;--mdc-slider-with-tick-marks-disabled-container-color:#000;--mdc-slider-handle-elevation:0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);--mat-slider-ripple-color:#673ab7;--mat-slider-hover-state-layer-color:rgba(103, 58, 183, .05);--mat-slider-focus-state-layer-color:rgba(103, 58, 183, .2);--mat-slider-value-indicator-opacity:.6}html .mat-accent{--mat-slider-ripple-color:#ffd740;--mat-slider-hover-state-layer-color:rgba(255, 215, 64, .05);--mat-slider-focus-state-layer-color:rgba(255, 215, 64, .2);--mdc-slider-handle-color:#ffd740;--mdc-slider-focus-handle-color:#ffd740;--mdc-slider-hover-handle-color:#ffd740;--mdc-slider-active-track-color:#ffd740;--mdc-slider-inactive-track-color:#ffd740;--mdc-slider-with-tick-marks-inactive-container-color:#ffd740;--mdc-slider-with-tick-marks-active-container-color:rgba(0, 0, 0, .87)}html .mat-warn{--mat-slider-ripple-color:#f44336;--mat-slider-hover-state-layer-color:rgba(244, 67, 54, .05);--mat-slider-focus-state-layer-color:rgba(244, 67, 54, .2);--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-inactive-container-color:#f44336;--mdc-slider-with-tick-marks-active-container-color:white}html{--mdc-slider-label-label-text-font:Roboto, sans-serif;--mdc-slider-label-label-text-size:14px;--mdc-slider-label-label-text-line-height:22px;--mdc-slider-label-label-text-tracking:.0071428571em;--mdc-slider-label-label-text-weight:500}html{--mat-menu-container-shape:4px;--mat-menu-divider-bottom-spacing:0;--mat-menu-divider-top-spacing:0;--mat-menu-item-spacing:16px;--mat-menu-item-icon-size:24px;--mat-menu-item-leading-spacing:16px;--mat-menu-item-trailing-spacing:16px;--mat-menu-item-with-icon-leading-spacing:16px;--mat-menu-item-with-icon-trailing-spacing:16px}html{--mat-menu-item-label-text-color:rgba(0, 0, 0, .87);--mat-menu-item-icon-color:rgba(0, 0, 0, .87);--mat-menu-item-hover-state-layer-color:rgba(0, 0, 0, .04);--mat-menu-item-focus-state-layer-color:rgba(0, 0, 0, .04);--mat-menu-container-color:white;--mat-menu-divider-color:rgba(0, 0, 0, .12)}html{--mat-menu-item-label-text-font:Roboto, sans-serif;--mat-menu-item-label-text-size:16px;--mat-menu-item-label-text-tracking:.03125em;--mat-menu-item-label-text-line-height:24px;--mat-menu-item-label-text-weight:400}html{--mdc-list-list-item-container-shape:0;--mdc-list-list-item-leading-avatar-shape:50%;--mdc-list-list-item-container-color:transparent;--mdc-list-list-item-selected-container-color:transparent;--mdc-list-list-item-leading-avatar-color:transparent;--mdc-list-list-item-leading-icon-size:24px;--mdc-list-list-item-leading-avatar-size:40px;--mdc-list-list-item-trailing-icon-size:24px;--mdc-list-list-item-disabled-state-layer-color:transparent;--mdc-list-list-item-disabled-state-layer-opacity:0;--mdc-list-list-item-disabled-label-text-opacity:.38;--mdc-list-list-item-disabled-leading-icon-opacity:.38;--mdc-list-list-item-disabled-trailing-icon-opacity:.38;--mat-list-active-indicator-color:transparent;--mat-list-active-indicator-shape:4px}html{--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}.mdc-list-item__start,.mdc-list-item__end{--mdc-radio-disabled-selected-icon-color:black;--mdc-radio-disabled-unselected-icon-color:black;--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:#673ab7;--mdc-radio-selected-hover-icon-color:#673ab7;--mdc-radio-selected-icon-color:#673ab7;--mdc-radio-selected-pressed-icon-color:#673ab7}.mat-accent .mdc-list-item__start,.mat-accent .mdc-list-item__end{--mdc-radio-disabled-selected-icon-color:black;--mdc-radio-disabled-unselected-icon-color:black;--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:#ffd740;--mdc-radio-selected-hover-icon-color:#ffd740;--mdc-radio-selected-icon-color:#ffd740;--mdc-radio-selected-pressed-icon-color:#ffd740}.mat-warn .mdc-list-item__start,.mat-warn .mdc-list-item__end{--mdc-radio-disabled-selected-icon-color:black;--mdc-radio-disabled-unselected-icon-color:black;--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-list-option{--mdc-checkbox-disabled-selected-icon-color:rgba(0, 0, 0, .38);--mdc-checkbox-disabled-unselected-icon-color:rgba(0, 0, 0, .38);--mdc-checkbox-selected-checkmark-color:white;--mdc-checkbox-selected-focus-icon-color:#673ab7;--mdc-checkbox-selected-hover-icon-color:#673ab7;--mdc-checkbox-selected-icon-color:#673ab7;--mdc-checkbox-selected-pressed-icon-color:#673ab7;--mdc-checkbox-unselected-focus-icon-color:#212121;--mdc-checkbox-unselected-hover-icon-color:#212121;--mdc-checkbox-unselected-icon-color:rgba(0, 0, 0, .54);--mdc-checkbox-unselected-pressed-icon-color:rgba(0, 0, 0, .54);--mdc-checkbox-selected-focus-state-layer-color:#673ab7;--mdc-checkbox-selected-hover-state-layer-color:#673ab7;--mdc-checkbox-selected-pressed-state-layer-color:#673ab7;--mdc-checkbox-unselected-focus-state-layer-color:black;--mdc-checkbox-unselected-hover-state-layer-color:black;--mdc-checkbox-unselected-pressed-state-layer-color:black}.mat-mdc-list-option.mat-accent{--mdc-checkbox-disabled-selected-icon-color:rgba(0, 0, 0, .38);--mdc-checkbox-disabled-unselected-icon-color:rgba(0, 0, 0, .38);--mdc-checkbox-selected-checkmark-color:black;--mdc-checkbox-selected-focus-icon-color:#ffd740;--mdc-checkbox-selected-hover-icon-color:#ffd740;--mdc-checkbox-selected-icon-color:#ffd740;--mdc-checkbox-selected-pressed-icon-color:#ffd740;--mdc-checkbox-unselected-focus-icon-color:#212121;--mdc-checkbox-unselected-hover-icon-color:#212121;--mdc-checkbox-unselected-icon-color:rgba(0, 0, 0, .54);--mdc-checkbox-unselected-pressed-icon-color:rgba(0, 0, 0, .54);--mdc-checkbox-selected-focus-state-layer-color:#ffd740;--mdc-checkbox-selected-hover-state-layer-color:#ffd740;--mdc-checkbox-selected-pressed-state-layer-color:#ffd740;--mdc-checkbox-unselected-focus-state-layer-color:black;--mdc-checkbox-unselected-hover-state-layer-color:black;--mdc-checkbox-unselected-pressed-state-layer-color:black}.mat-mdc-list-option.mat-warn{--mdc-checkbox-disabled-selected-icon-color:rgba(0, 0, 0, .38);--mdc-checkbox-disabled-unselected-icon-color:rgba(0, 0, 0, .38);--mdc-checkbox-selected-checkmark-color:white;--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-unselected-icon-color:rgba(0, 0, 0, .54);--mdc-checkbox-unselected-pressed-icon-color:rgba(0, 0, 0, .54);--mdc-checkbox-selected-focus-state-layer-color:#f44336;--mdc-checkbox-selected-hover-state-layer-color:#f44336;--mdc-checkbox-selected-pressed-state-layer-color:#f44336;--mdc-checkbox-unselected-focus-state-layer-color:black;--mdc-checkbox-unselected-hover-state-layer-color:black;--mdc-checkbox-unselected-pressed-state-layer-color:black}.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:#673ab7}.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}html{--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-list-list-item-leading-icon-start-space:16px;--mat-list-list-item-leading-icon-end-space:32px}.mdc-list-item__start,.mdc-list-item__end{--mdc-radio-state-layer-size:40px}.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}html{--mdc-list-list-item-label-text-font:Roboto, sans-serif;--mdc-list-list-item-label-text-line-height:24px;--mdc-list-list-item-label-text-size:16px;--mdc-list-list-item-label-text-tracking:.03125em;--mdc-list-list-item-label-text-weight:400;--mdc-list-list-item-supporting-text-font:Roboto, 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:.0178571429em;--mdc-list-list-item-supporting-text-weight:400;--mdc-list-list-item-trailing-supporting-text-font:Roboto, 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:.0333333333em;--mdc-list-list-item-trailing-supporting-text-weight:400}.mdc-list-group__subheader{font:400 16px/28px Roboto,sans-serif;letter-spacing:.009375em}html{--mat-paginator-container-text-color:rgba(0, 0, 0, .87);--mat-paginator-container-background-color:white;--mat-paginator-enabled-icon-color:rgba(0, 0, 0, .54);--mat-paginator-disabled-icon-color:rgba(0, 0, 0, .12)}html{--mat-paginator-container-size:56px;--mat-paginator-form-field-container-height:40px;--mat-paginator-form-field-container-vertical-padding:8px}html{--mat-paginator-container-text-font:Roboto, sans-serif;--mat-paginator-container-text-line-height:20px;--mat-paginator-container-text-size:12px;--mat-paginator-container-text-tracking:.0333333333em;--mat-paginator-container-text-weight:400;--mat-paginator-select-trigger-text-size:12px}html{--mdc-tab-indicator-active-indicator-height:2px;--mdc-tab-indicator-active-indicator-shape:0;--mdc-secondary-navigation-tab-container-height:48px;--mat-tab-header-divider-color:transparent;--mat-tab-header-divider-height:0}.mat-mdc-tab-group,.mat-mdc-tab-nav-bar{--mdc-tab-indicator-active-indicator-color:#673ab7;--mat-tab-header-disabled-ripple-color:rgba(0, 0, 0, .38);--mat-tab-header-pagination-icon-color:black;--mat-tab-header-inactive-label-text-color:rgba(0, 0, 0, .6);--mat-tab-header-active-label-text-color:#673ab7;--mat-tab-header-active-ripple-color:#673ab7;--mat-tab-header-inactive-ripple-color:#673ab7;--mat-tab-header-inactive-focus-label-text-color:rgba(0, 0, 0, .6);--mat-tab-header-inactive-hover-label-text-color:rgba(0, 0, 0, .6);--mat-tab-header-active-focus-label-text-color:#673ab7;--mat-tab-header-active-hover-label-text-color:#673ab7;--mat-tab-header-active-focus-indicator-color:#673ab7;--mat-tab-header-active-hover-indicator-color:#673ab7}.mat-mdc-tab-group.mat-accent,.mat-mdc-tab-nav-bar.mat-accent{--mdc-tab-indicator-active-indicator-color:#ffd740;--mat-tab-header-disabled-ripple-color:rgba(0, 0, 0, .38);--mat-tab-header-pagination-icon-color:black;--mat-tab-header-inactive-label-text-color:rgba(0, 0, 0, .6);--mat-tab-header-active-label-text-color:#ffd740;--mat-tab-header-active-ripple-color:#ffd740;--mat-tab-header-inactive-ripple-color:#ffd740;--mat-tab-header-inactive-focus-label-text-color:rgba(0, 0, 0, .6);--mat-tab-header-inactive-hover-label-text-color:rgba(0, 0, 0, .6);--mat-tab-header-active-focus-label-text-color:#ffd740;--mat-tab-header-active-hover-label-text-color:#ffd740;--mat-tab-header-active-focus-indicator-color:#ffd740;--mat-tab-header-active-hover-indicator-color:#ffd740}.mat-mdc-tab-group.mat-warn,.mat-mdc-tab-nav-bar.mat-warn{--mdc-tab-indicator-active-indicator-color:#f44336;--mat-tab-header-disabled-ripple-color:rgba(0, 0, 0, .38);--mat-tab-header-pagination-icon-color:black;--mat-tab-header-inactive-label-text-color:rgba(0, 0, 0, .6);--mat-tab-header-active-label-text-color:#f44336;--mat-tab-header-active-ripple-color:#f44336;--mat-tab-header-inactive-ripple-color:#f44336;--mat-tab-header-inactive-focus-label-text-color:rgba(0, 0, 0, .6);--mat-tab-header-inactive-hover-label-text-color:rgba(0, 0, 0, .6);--mat-tab-header-active-focus-label-text-color:#f44336;--mat-tab-header-active-hover-label-text-color:#f44336;--mat-tab-header-active-focus-indicator-color:#f44336;--mat-tab-header-active-hover-indicator-color:#f44336}.mat-mdc-tab-group.mat-background-primary,.mat-mdc-tab-nav-bar.mat-background-primary{--mat-tab-header-with-background-background-color:#673ab7;--mat-tab-header-with-background-foreground-color:white}.mat-mdc-tab-group.mat-background-accent,.mat-mdc-tab-nav-bar.mat-background-accent{--mat-tab-header-with-background-background-color:#ffd740;--mat-tab-header-with-background-foreground-color:rgba(0, 0, 0, .87)}.mat-mdc-tab-group.mat-background-warn,.mat-mdc-tab-nav-bar.mat-background-warn{--mat-tab-header-with-background-background-color:#f44336;--mat-tab-header-with-background-foreground-color:white}.mat-mdc-tab-header{--mdc-secondary-navigation-tab-container-height:48px}.mat-mdc-tab-header{--mat-tab-header-label-text-font:Roboto, sans-serif;--mat-tab-header-label-text-size:14px;--mat-tab-header-label-text-tracking:.0892857143em;--mat-tab-header-label-text-line-height:36px;--mat-tab-header-label-text-weight:500}html{--mdc-checkbox-disabled-selected-checkmark-color:#fff;--mdc-checkbox-selected-focus-state-layer-opacity:.16;--mdc-checkbox-selected-hover-state-layer-opacity:.04;--mdc-checkbox-selected-pressed-state-layer-opacity:.16;--mdc-checkbox-unselected-focus-state-layer-opacity:.16;--mdc-checkbox-unselected-hover-state-layer-opacity:.04;--mdc-checkbox-unselected-pressed-state-layer-opacity:.16}html{--mdc-checkbox-disabled-selected-icon-color:rgba(0, 0, 0, .38);--mdc-checkbox-disabled-unselected-icon-color:rgba(0, 0, 0, .38);--mdc-checkbox-selected-checkmark-color:black;--mdc-checkbox-selected-focus-icon-color:#ffd740;--mdc-checkbox-selected-hover-icon-color:#ffd740;--mdc-checkbox-selected-icon-color:#ffd740;--mdc-checkbox-selected-pressed-icon-color:#ffd740;--mdc-checkbox-unselected-focus-icon-color:#212121;--mdc-checkbox-unselected-hover-icon-color:#212121;--mdc-checkbox-unselected-icon-color:rgba(0, 0, 0, .54);--mdc-checkbox-unselected-pressed-icon-color:rgba(0, 0, 0, .54);--mdc-checkbox-selected-focus-state-layer-color:#ffd740;--mdc-checkbox-selected-hover-state-layer-color:#ffd740;--mdc-checkbox-selected-pressed-state-layer-color:#ffd740;--mdc-checkbox-unselected-focus-state-layer-color:black;--mdc-checkbox-unselected-hover-state-layer-color:black;--mdc-checkbox-unselected-pressed-state-layer-color:black;--mat-checkbox-disabled-label-color:rgba(0, 0, 0, .38)}.mat-mdc-checkbox{--mdc-form-field-label-text-color:rgba(0, 0, 0, .87)}.mat-mdc-checkbox.mat-primary{--mdc-checkbox-disabled-selected-icon-color:rgba(0, 0, 0, .38);--mdc-checkbox-disabled-unselected-icon-color:rgba(0, 0, 0, .38);--mdc-checkbox-selected-checkmark-color:white;--mdc-checkbox-selected-focus-icon-color:#673ab7;--mdc-checkbox-selected-hover-icon-color:#673ab7;--mdc-checkbox-selected-icon-color:#673ab7;--mdc-checkbox-selected-pressed-icon-color:#673ab7;--mdc-checkbox-unselected-focus-icon-color:#212121;--mdc-checkbox-unselected-hover-icon-color:#212121;--mdc-checkbox-unselected-icon-color:rgba(0, 0, 0, .54);--mdc-checkbox-unselected-pressed-icon-color:rgba(0, 0, 0, .54);--mdc-checkbox-selected-focus-state-layer-color:#673ab7;--mdc-checkbox-selected-hover-state-layer-color:#673ab7;--mdc-checkbox-selected-pressed-state-layer-color:#673ab7;--mdc-checkbox-unselected-focus-state-layer-color:black;--mdc-checkbox-unselected-hover-state-layer-color:black;--mdc-checkbox-unselected-pressed-state-layer-color:black}.mat-mdc-checkbox.mat-warn{--mdc-checkbox-disabled-selected-icon-color:rgba(0, 0, 0, .38);--mdc-checkbox-disabled-unselected-icon-color:rgba(0, 0, 0, .38);--mdc-checkbox-selected-checkmark-color:white;--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-unselected-icon-color:rgba(0, 0, 0, .54);--mdc-checkbox-unselected-pressed-icon-color:rgba(0, 0, 0, .54);--mdc-checkbox-selected-focus-state-layer-color:#f44336;--mdc-checkbox-selected-hover-state-layer-color:#f44336;--mdc-checkbox-selected-pressed-state-layer-color:#f44336;--mdc-checkbox-unselected-focus-state-layer-color:black;--mdc-checkbox-unselected-hover-state-layer-color:black;--mdc-checkbox-unselected-pressed-state-layer-color:black}html{--mdc-checkbox-state-layer-size:40px;--mat-checkbox-touch-target-display:block}.mat-mdc-checkbox{--mdc-form-field-label-text-font:Roboto, sans-serif;--mdc-form-field-label-text-line-height:20px;--mdc-form-field-label-text-size:14px;--mdc-form-field-label-text-tracking:.0178571429em;--mdc-form-field-label-text-weight:400}html{--mdc-text-button-container-shape:4px;--mdc-text-button-keep-touch-target:false;--mdc-filled-button-container-shape:4px;--mdc-filled-button-keep-touch-target:false;--mdc-protected-button-container-shape:4px;--mdc-protected-button-keep-touch-target:false;--mdc-outlined-button-keep-touch-target:false;--mdc-outlined-button-outline-width:1px;--mdc-outlined-button-container-shape:4px;--mat-text-button-horizontal-padding:8px;--mat-text-button-with-icon-horizontal-padding:8px;--mat-text-button-icon-spacing:8px;--mat-text-button-icon-offset:0;--mat-filled-button-horizontal-padding:16px;--mat-filled-button-icon-spacing:8px;--mat-filled-button-icon-offset:-4px;--mat-protected-button-horizontal-padding:16px;--mat-protected-button-icon-spacing:8px;--mat-protected-button-icon-offset:-4px;--mat-outlined-button-horizontal-padding:15px;--mat-outlined-button-icon-spacing:8px;--mat-outlined-button-icon-offset:-4px}html{--mdc-text-button-label-text-color:black;--mdc-text-button-disabled-label-text-color:rgba(0, 0, 0, .38);--mat-text-button-state-layer-color:black;--mat-text-button-disabled-state-layer-color:black;--mat-text-button-ripple-color:rgba(0, 0, 0, .1);--mat-text-button-hover-state-layer-opacity:.04;--mat-text-button-focus-state-layer-opacity:.12;--mat-text-button-pressed-state-layer-opacity:.12;--mdc-filled-button-container-color:white;--mdc-filled-button-label-text-color:black;--mdc-filled-button-disabled-container-color:rgba(0, 0, 0, .12);--mdc-filled-button-disabled-label-text-color:rgba(0, 0, 0, .38);--mat-filled-button-state-layer-color:black;--mat-filled-button-disabled-state-layer-color:black;--mat-filled-button-ripple-color:rgba(0, 0, 0, .1);--mat-filled-button-hover-state-layer-opacity:.04;--mat-filled-button-focus-state-layer-opacity:.12;--mat-filled-button-pressed-state-layer-opacity:.12;--mdc-protected-button-container-color:white;--mdc-protected-button-label-text-color:black;--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-elevation-shadow:0px 3px 1px -2px rgba(0, 0, 0, .2), 0px 2px 2px 0px rgba(0, 0, 0, .14), 0px 1px 5px 0px rgba(0, 0, 0, .12);--mdc-protected-button-disabled-container-elevation-shadow:0px 0px 0px 0px rgba(0, 0, 0, .2), 0px 0px 0px 0px rgba(0, 0, 0, .14), 0px 0px 0px 0px rgba(0, 0, 0, .12);--mdc-protected-button-focus-container-elevation-shadow:0px 2px 4px -1px rgba(0, 0, 0, .2), 0px 4px 5px 0px rgba(0, 0, 0, .14), 0px 1px 10px 0px rgba(0, 0, 0, .12);--mdc-protected-button-hover-container-elevation-shadow:0px 2px 4px -1px rgba(0, 0, 0, .2), 0px 4px 5px 0px rgba(0, 0, 0, .14), 0px 1px 10px 0px rgba(0, 0, 0, .12);--mdc-protected-button-pressed-container-elevation-shadow:0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12);--mdc-protected-button-container-shadow-color:#000;--mat-protected-button-state-layer-color:black;--mat-protected-button-disabled-state-layer-color:black;--mat-protected-button-ripple-color:rgba(0, 0, 0, .1);--mat-protected-button-hover-state-layer-opacity:.04;--mat-protected-button-focus-state-layer-opacity:.12;--mat-protected-button-pressed-state-layer-opacity:.12;--mdc-outlined-button-disabled-outline-color:rgba(0, 0, 0, .12);--mdc-outlined-button-disabled-label-text-color:rgba(0, 0, 0, .38);--mdc-outlined-button-label-text-color:black;--mdc-outlined-button-outline-color:rgba(0, 0, 0, .12);--mat-outlined-button-state-layer-color:black;--mat-outlined-button-disabled-state-layer-color:black;--mat-outlined-button-ripple-color:rgba(0, 0, 0, .1);--mat-outlined-button-hover-state-layer-opacity:.04;--mat-outlined-button-focus-state-layer-opacity:.12;--mat-outlined-button-pressed-state-layer-opacity:.12}.mat-mdc-button.mat-primary{--mdc-text-button-label-text-color:#673ab7;--mat-text-button-state-layer-color:#673ab7;--mat-text-button-ripple-color:rgba(103, 58, 183, .1)}.mat-mdc-button.mat-accent{--mdc-text-button-label-text-color:#ffd740;--mat-text-button-state-layer-color:#ffd740;--mat-text-button-ripple-color:rgba(255, 215, 64, .1)}.mat-mdc-button.mat-warn{--mdc-text-button-label-text-color:#f44336;--mat-text-button-state-layer-color:#f44336;--mat-text-button-ripple-color:rgba(244, 67, 54, .1)}.mat-mdc-unelevated-button.mat-primary{--mdc-filled-button-container-color:#673ab7;--mdc-filled-button-label-text-color:white;--mat-filled-button-state-layer-color:white;--mat-filled-button-ripple-color:rgba(255, 255, 255, .1)}.mat-mdc-unelevated-button.mat-accent{--mdc-filled-button-container-color:#ffd740;--mdc-filled-button-label-text-color:black;--mat-filled-button-state-layer-color:black;--mat-filled-button-ripple-color:rgba(0, 0, 0, .1)}.mat-mdc-unelevated-button.mat-warn{--mdc-filled-button-container-color:#f44336;--mdc-filled-button-label-text-color:white;--mat-filled-button-state-layer-color:white;--mat-filled-button-ripple-color:rgba(255, 255, 255, .1)}.mat-mdc-raised-button.mat-primary{--mdc-protected-button-container-color:#673ab7;--mdc-protected-button-label-text-color:white;--mat-protected-button-state-layer-color:white;--mat-protected-button-ripple-color:rgba(255, 255, 255, .1)}.mat-mdc-raised-button.mat-accent{--mdc-protected-button-container-color:#ffd740;--mdc-protected-button-label-text-color:black;--mat-protected-button-state-layer-color:black;--mat-protected-button-ripple-color:rgba(0, 0, 0, .1)}.mat-mdc-raised-button.mat-warn{--mdc-protected-button-container-color:#f44336;--mdc-protected-button-label-text-color:white;--mat-protected-button-state-layer-color:white;--mat-protected-button-ripple-color:rgba(255, 255, 255, .1)}.mat-mdc-outlined-button.mat-primary{--mdc-outlined-button-label-text-color:#673ab7;--mdc-outlined-button-outline-color:rgba(0, 0, 0, .12);--mat-outlined-button-state-layer-color:#673ab7;--mat-outlined-button-ripple-color:rgba(103, 58, 183, .1)}.mat-mdc-outlined-button.mat-accent{--mdc-outlined-button-label-text-color:#ffd740;--mdc-outlined-button-outline-color:rgba(0, 0, 0, .12);--mat-outlined-button-state-layer-color:#ffd740;--mat-outlined-button-ripple-color:rgba(255, 215, 64, .1)}.mat-mdc-outlined-button.mat-warn{--mdc-outlined-button-label-text-color:#f44336;--mdc-outlined-button-outline-color:rgba(0, 0, 0, .12);--mat-outlined-button-state-layer-color:#f44336;--mat-outlined-button-ripple-color:rgba(244, 67, 54, .1)}html{--mdc-text-button-container-height:36px;--mdc-filled-button-container-height:36px;--mdc-outlined-button-container-height:36px;--mdc-protected-button-container-height:36px;--mat-text-button-touch-target-display:block;--mat-filled-button-touch-target-display:block;--mat-protected-button-touch-target-display:block;--mat-outlined-button-touch-target-display:block}html{--mdc-text-button-label-text-font:Roboto, sans-serif;--mdc-text-button-label-text-size:14px;--mdc-text-button-label-text-tracking:.0892857143em;--mdc-text-button-label-text-weight:500;--mdc-text-button-label-text-transform:none;--mdc-filled-button-label-text-font:Roboto, sans-serif;--mdc-filled-button-label-text-size:14px;--mdc-filled-button-label-text-tracking:.0892857143em;--mdc-filled-button-label-text-weight:500;--mdc-filled-button-label-text-transform:none;--mdc-outlined-button-label-text-font:Roboto, sans-serif;--mdc-outlined-button-label-text-size:14px;--mdc-outlined-button-label-text-tracking:.0892857143em;--mdc-outlined-button-label-text-weight:500;--mdc-outlined-button-label-text-transform:none;--mdc-protected-button-label-text-font:Roboto, sans-serif;--mdc-protected-button-label-text-size:14px;--mdc-protected-button-label-text-tracking:.0892857143em;--mdc-protected-button-label-text-weight:500;--mdc-protected-button-label-text-transform:none}html{--mdc-icon-button-icon-size:24px}html{--mdc-icon-button-icon-color:inherit;--mdc-icon-button-disabled-icon-color:rgba(0, 0, 0, .38);--mat-icon-button-state-layer-color:black;--mat-icon-button-disabled-state-layer-color:black;--mat-icon-button-ripple-color:rgba(0, 0, 0, .1);--mat-icon-button-hover-state-layer-opacity:.04;--mat-icon-button-focus-state-layer-opacity:.12;--mat-icon-button-pressed-state-layer-opacity:.12}html .mat-mdc-icon-button.mat-primary{--mdc-icon-button-icon-color:#673ab7;--mat-icon-button-state-layer-color:#673ab7;--mat-icon-button-ripple-color:rgba(103, 58, 183, .1)}html .mat-mdc-icon-button.mat-accent{--mdc-icon-button-icon-color:#ffd740;--mat-icon-button-state-layer-color:#ffd740;--mat-icon-button-ripple-color:rgba(255, 215, 64, .1)}html .mat-mdc-icon-button.mat-warn{--mdc-icon-button-icon-color:#f44336;--mat-icon-button-state-layer-color:#f44336;--mat-icon-button-ripple-color:rgba(244, 67, 54, .1)}html{--mat-icon-button-touch-target-display:block}.mat-mdc-icon-button.mat-mdc-button-base{--mdc-icon-button-state-layer-size:48px;width:var(--mdc-icon-button-state-layer-size);height:var(--mdc-icon-button-state-layer-size);padding:12px}html{--mdc-fab-container-shape:50%;--mdc-fab-icon-size:24px;--mdc-fab-small-container-shape:50%;--mdc-fab-small-icon-size:24px;--mdc-extended-fab-container-height:48px;--mdc-extended-fab-container-shape:24px}html{--mdc-fab-container-color:white;--mdc-fab-container-elevation-shadow:0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 6px 10px 0px rgba(0, 0, 0, .14), 0px 1px 18px 0px rgba(0, 0, 0, .12);--mdc-fab-focus-container-elevation-shadow:0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12);--mdc-fab-hover-container-elevation-shadow:0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12);--mdc-fab-pressed-container-elevation-shadow:0px 7px 8px -4px rgba(0, 0, 0, .2), 0px 12px 17px 2px rgba(0, 0, 0, .14), 0px 5px 22px 4px rgba(0, 0, 0, .12);--mdc-fab-container-shadow-color:#000;--mat-fab-foreground-color:black;--mat-fab-state-layer-color:black;--mat-fab-disabled-state-layer-color:black;--mat-fab-ripple-color:rgba(0, 0, 0, .1);--mat-fab-hover-state-layer-opacity:.04;--mat-fab-focus-state-layer-opacity:.12;--mat-fab-pressed-state-layer-opacity:.12;--mat-fab-disabled-state-container-color:rgba(0, 0, 0, .12);--mat-fab-disabled-state-foreground-color:rgba(0, 0, 0, .38);--mdc-fab-small-container-color:white;--mdc-fab-small-container-elevation-shadow:0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 6px 10px 0px rgba(0, 0, 0, .14), 0px 1px 18px 0px rgba(0, 0, 0, .12);--mdc-fab-small-focus-container-elevation-shadow:0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12);--mdc-fab-small-hover-container-elevation-shadow:0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12);--mdc-fab-small-pressed-container-elevation-shadow:0px 7px 8px -4px rgba(0, 0, 0, .2), 0px 12px 17px 2px rgba(0, 0, 0, .14), 0px 5px 22px 4px rgba(0, 0, 0, .12);--mdc-fab-small-container-shadow-color:#000;--mat-fab-small-foreground-color:black;--mat-fab-small-state-layer-color:black;--mat-fab-small-disabled-state-layer-color:black;--mat-fab-small-ripple-color:rgba(0, 0, 0, .1);--mat-fab-small-hover-state-layer-opacity:.04;--mat-fab-small-focus-state-layer-opacity:.12;--mat-fab-small-pressed-state-layer-opacity:.12;--mat-fab-small-disabled-state-container-color:rgba(0, 0, 0, .12);--mat-fab-small-disabled-state-foreground-color:rgba(0, 0, 0, .38);--mdc-extended-fab-container-elevation-shadow:0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 6px 10px 0px rgba(0, 0, 0, .14), 0px 1px 18px 0px rgba(0, 0, 0, .12);--mdc-extended-fab-focus-container-elevation-shadow:0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12);--mdc-extended-fab-hover-container-elevation-shadow:0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12);--mdc-extended-fab-pressed-container-elevation-shadow:0px 7px 8px -4px rgba(0, 0, 0, .2), 0px 12px 17px 2px rgba(0, 0, 0, .14), 0px 5px 22px 4px rgba(0, 0, 0, .12);--mdc-extended-fab-container-shadow-color:#000}html .mat-mdc-fab.mat-primary{--mdc-fab-container-color:#673ab7;--mat-fab-foreground-color:white;--mat-fab-state-layer-color:white;--mat-fab-ripple-color:rgba(255, 255, 255, .1)}html .mat-mdc-fab.mat-accent{--mdc-fab-container-color:#ffd740;--mat-fab-foreground-color:black;--mat-fab-state-layer-color:black;--mat-fab-ripple-color:rgba(0, 0, 0, .1)}html .mat-mdc-fab.mat-warn{--mdc-fab-container-color:#f44336;--mat-fab-foreground-color:white;--mat-fab-state-layer-color:white;--mat-fab-ripple-color:rgba(255, 255, 255, .1)}html .mat-mdc-mini-fab.mat-primary{--mdc-fab-small-container-color:#673ab7;--mat-fab-small-foreground-color:white;--mat-fab-small-state-layer-color:white;--mat-fab-small-ripple-color:rgba(255, 255, 255, .1)}html .mat-mdc-mini-fab.mat-accent{--mdc-fab-small-container-color:#ffd740;--mat-fab-small-foreground-color:black;--mat-fab-small-state-layer-color:black;--mat-fab-small-ripple-color:rgba(0, 0, 0, .1)}html .mat-mdc-mini-fab.mat-warn{--mdc-fab-small-container-color:#f44336;--mat-fab-small-foreground-color:white;--mat-fab-small-state-layer-color:white;--mat-fab-small-ripple-color:rgba(255, 255, 255, .1)}html{--mat-fab-touch-target-display:block;--mat-fab-small-touch-target-display:block}html{--mdc-extended-fab-label-text-font:Roboto, sans-serif;--mdc-extended-fab-label-text-size:14px;--mdc-extended-fab-label-text-tracking:.0892857143em;--mdc-extended-fab-label-text-weight:500}html{--mdc-snackbar-container-shape:4px}html{--mdc-snackbar-container-color:#333333;--mdc-snackbar-supporting-text-color:rgba(255, 255, 255, .87);--mat-snack-bar-button-color:#ffd740}html{--mdc-snackbar-supporting-text-font:Roboto, sans-serif;--mdc-snackbar-supporting-text-line-height:20px;--mdc-snackbar-supporting-text-size:14px;--mdc-snackbar-supporting-text-weight:400}html{--mat-table-row-item-outline-width:1px}html{--mat-table-background-color:white;--mat-table-header-headline-color:rgba(0, 0, 0, .87);--mat-table-row-item-label-text-color:rgba(0, 0, 0, .87);--mat-table-row-item-outline-color:rgba(0, 0, 0, .12)}html{--mat-table-header-container-height:56px;--mat-table-footer-container-height:52px;--mat-table-row-item-container-height:52px}html{--mat-table-header-headline-font:Roboto, sans-serif;--mat-table-header-headline-line-height:22px;--mat-table-header-headline-size:14px;--mat-table-header-headline-weight:500;--mat-table-header-headline-tracking:.0071428571em;--mat-table-row-item-label-text-font:Roboto, sans-serif;--mat-table-row-item-label-text-line-height:20px;--mat-table-row-item-label-text-size:14px;--mat-table-row-item-label-text-weight:400;--mat-table-row-item-label-text-tracking:.0178571429em;--mat-table-footer-supporting-text-font:Roboto, sans-serif;--mat-table-footer-supporting-text-line-height:20px;--mat-table-footer-supporting-text-size:14px;--mat-table-footer-supporting-text-weight:400;--mat-table-footer-supporting-text-tracking:.0178571429em}html{--mdc-circular-progress-active-indicator-width:4px;--mdc-circular-progress-size:48px}html{--mdc-circular-progress-active-indicator-color:#673ab7}html .mat-accent{--mdc-circular-progress-active-indicator-color:#ffd740}html .mat-warn{--mdc-circular-progress-active-indicator-color:#f44336}html{--mat-badge-container-shape:50%;--mat-badge-container-size:unset;--mat-badge-small-size-container-size:unset;--mat-badge-large-size-container-size:unset;--mat-badge-legacy-container-size:22px;--mat-badge-legacy-small-size-container-size:16px;--mat-badge-legacy-large-size-container-size:28px;--mat-badge-container-offset:-11px 0;--mat-badge-small-size-container-offset:-8px 0;--mat-badge-large-size-container-offset:-14px 0;--mat-badge-container-overlap-offset:-11px;--mat-badge-small-size-container-overlap-offset:-8px;--mat-badge-large-size-container-overlap-offset:-14px;--mat-badge-container-padding:0;--mat-badge-small-size-container-padding:0;--mat-badge-large-size-container-padding:0}html{--mat-badge-background-color:#673ab7;--mat-badge-text-color:white;--mat-badge-disabled-state-background-color:#b9b9b9;--mat-badge-disabled-state-text-color:rgba(0, 0, 0, .38)}.mat-badge-accent{--mat-badge-background-color:#ffd740;--mat-badge-text-color:rgba(0, 0, 0, .87)}.mat-badge-warn{--mat-badge-background-color:#f44336;--mat-badge-text-color:white}html{--mat-badge-text-font:Roboto, sans-serif;--mat-badge-text-size:12px;--mat-badge-text-weight:600;--mat-badge-small-size-text-size:9px;--mat-badge-large-size-text-size:24px}html{--mat-bottom-sheet-container-shape:4px}html{--mat-bottom-sheet-container-text-color:rgba(0, 0, 0, .87);--mat-bottom-sheet-container-background-color:white}html{--mat-bottom-sheet-container-text-font:Roboto, sans-serif;--mat-bottom-sheet-container-text-line-height:20px;--mat-bottom-sheet-container-text-size:14px;--mat-bottom-sheet-container-text-tracking:.0178571429em;--mat-bottom-sheet-container-text-weight:400}html{--mat-legacy-button-toggle-height:36px;--mat-legacy-button-toggle-shape:2px;--mat-legacy-button-toggle-focus-state-layer-opacity:1;--mat-standard-button-toggle-shape:4px;--mat-standard-button-toggle-hover-state-layer-opacity:.04;--mat-standard-button-toggle-focus-state-layer-opacity:.12}html{--mat-legacy-button-toggle-text-color:rgba(0, 0, 0, .38);--mat-legacy-button-toggle-state-layer-color:rgba(0, 0, 0, .12);--mat-legacy-button-toggle-selected-state-text-color:rgba(0, 0, 0, .54);--mat-legacy-button-toggle-selected-state-background-color:#e0e0e0;--mat-legacy-button-toggle-disabled-state-text-color:rgba(0, 0, 0, .26);--mat-legacy-button-toggle-disabled-state-background-color:#eeeeee;--mat-legacy-button-toggle-disabled-selected-state-background-color:#bdbdbd;--mat-standard-button-toggle-text-color:rgba(0, 0, 0, .87);--mat-standard-button-toggle-background-color:white;--mat-standard-button-toggle-state-layer-color:black;--mat-standard-button-toggle-selected-state-background-color:#e0e0e0;--mat-standard-button-toggle-selected-state-text-color:rgba(0, 0, 0, .87);--mat-standard-button-toggle-disabled-state-text-color:rgba(0, 0, 0, .26);--mat-standard-button-toggle-disabled-state-background-color:white;--mat-standard-button-toggle-disabled-selected-state-text-color:rgba(0, 0, 0, .87);--mat-standard-button-toggle-disabled-selected-state-background-color:#bdbdbd;--mat-standard-button-toggle-divider-color:#e0e0e0}html{--mat-standard-button-toggle-height:48px}html{--mat-legacy-button-toggle-label-text-font:Roboto, sans-serif;--mat-legacy-button-toggle-label-text-line-height:24px;--mat-legacy-button-toggle-label-text-size:16px;--mat-legacy-button-toggle-label-text-tracking:.03125em;--mat-legacy-button-toggle-label-text-weight:400;--mat-standard-button-toggle-label-text-font:Roboto, sans-serif;--mat-standard-button-toggle-label-text-line-height:24px;--mat-standard-button-toggle-label-text-size:16px;--mat-standard-button-toggle-label-text-tracking:.03125em;--mat-standard-button-toggle-label-text-weight:400}html{--mat-datepicker-calendar-container-shape:4px;--mat-datepicker-calendar-container-touch-shape:4px;--mat-datepicker-calendar-container-elevation-shadow:0px 2px 4px -1px rgba(0, 0, 0, .2), 0px 4px 5px 0px rgba(0, 0, 0, .14), 0px 1px 10px 0px rgba(0, 0, 0, .12);--mat-datepicker-calendar-container-touch-elevation-shadow:0px 11px 15px -7px rgba(0, 0, 0, .2), 0px 24px 38px 3px rgba(0, 0, 0, .14), 0px 9px 46px 8px rgba(0, 0, 0, .12)}html{--mat-datepicker-calendar-date-selected-state-text-color:white;--mat-datepicker-calendar-date-selected-state-background-color:#673ab7;--mat-datepicker-calendar-date-selected-disabled-state-background-color:rgba(103, 58, 183, .4);--mat-datepicker-calendar-date-today-selected-state-outline-color:white;--mat-datepicker-calendar-date-focus-state-background-color:rgba(103, 58, 183, .3);--mat-datepicker-calendar-date-hover-state-background-color:rgba(103, 58, 183, .3);--mat-datepicker-toggle-active-state-icon-color:#673ab7;--mat-datepicker-calendar-date-in-range-state-background-color:rgba(103, 58, 183, .2);--mat-datepicker-calendar-date-in-comparison-range-state-background-color:rgba(249, 171, 0, .2);--mat-datepicker-calendar-date-in-overlap-range-state-background-color:#a8dab5;--mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color:#46a35e;--mat-datepicker-toggle-icon-color:rgba(0, 0, 0, .54);--mat-datepicker-calendar-body-label-text-color:rgba(0, 0, 0, .54);--mat-datepicker-calendar-period-button-text-color:black;--mat-datepicker-calendar-period-button-icon-color:rgba(0, 0, 0, .54);--mat-datepicker-calendar-navigation-button-icon-color:rgba(0, 0, 0, .54);--mat-datepicker-calendar-header-divider-color:rgba(0, 0, 0, .12);--mat-datepicker-calendar-header-text-color:rgba(0, 0, 0, .54);--mat-datepicker-calendar-date-today-outline-color:rgba(0, 0, 0, .38);--mat-datepicker-calendar-date-today-disabled-state-outline-color:rgba(0, 0, 0, .18);--mat-datepicker-calendar-date-text-color:rgba(0, 0, 0, .87);--mat-datepicker-calendar-date-outline-color:transparent;--mat-datepicker-calendar-date-disabled-state-text-color:rgba(0, 0, 0, .38);--mat-datepicker-calendar-date-preview-state-outline-color:rgba(0, 0, 0, .24);--mat-datepicker-range-input-separator-color:rgba(0, 0, 0, .87);--mat-datepicker-range-input-disabled-state-separator-color:rgba(0, 0, 0, .38);--mat-datepicker-range-input-disabled-state-text-color:rgba(0, 0, 0, .38);--mat-datepicker-calendar-container-background-color:white;--mat-datepicker-calendar-container-text-color:rgba(0, 0, 0, .87)}.mat-datepicker-content.mat-accent{--mat-datepicker-calendar-date-selected-state-text-color:rgba(0, 0, 0, .87);--mat-datepicker-calendar-date-selected-state-background-color:#ffd740;--mat-datepicker-calendar-date-selected-disabled-state-background-color:rgba(255, 215, 64, .4);--mat-datepicker-calendar-date-today-selected-state-outline-color:rgba(0, 0, 0, .87);--mat-datepicker-calendar-date-focus-state-background-color:rgba(255, 215, 64, .3);--mat-datepicker-calendar-date-hover-state-background-color:rgba(255, 215, 64, .3);--mat-datepicker-calendar-date-in-range-state-background-color:rgba(255, 215, 64, .2);--mat-datepicker-calendar-date-in-comparison-range-state-background-color:rgba(249, 171, 0, .2);--mat-datepicker-calendar-date-in-overlap-range-state-background-color:#a8dab5;--mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color:#46a35e}.mat-datepicker-content.mat-warn{--mat-datepicker-calendar-date-selected-state-text-color:white;--mat-datepicker-calendar-date-selected-state-background-color:#f44336;--mat-datepicker-calendar-date-selected-disabled-state-background-color:rgba(244, 67, 54, .4);--mat-datepicker-calendar-date-today-selected-state-outline-color:white;--mat-datepicker-calendar-date-focus-state-background-color:rgba(244, 67, 54, .3);--mat-datepicker-calendar-date-hover-state-background-color:rgba(244, 67, 54, .3);--mat-datepicker-calendar-date-in-range-state-background-color:rgba(244, 67, 54, .2);--mat-datepicker-calendar-date-in-comparison-range-state-background-color:rgba(249, 171, 0, .2);--mat-datepicker-calendar-date-in-overlap-range-state-background-color:#a8dab5;--mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color:#46a35e}.mat-datepicker-toggle-active.mat-accent{--mat-datepicker-toggle-active-state-icon-color:#ffd740}.mat-datepicker-toggle-active.mat-warn{--mat-datepicker-toggle-active-state-icon-color:#f44336}.mat-calendar-controls{--mat-icon-button-touch-target-display:none}.mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base{--mdc-icon-button-state-layer-size:40px;width:var(--mdc-icon-button-state-layer-size);height:var(--mdc-icon-button-state-layer-size);padding:8px}html{--mat-datepicker-calendar-text-font:Roboto, sans-serif;--mat-datepicker-calendar-text-size:13px;--mat-datepicker-calendar-body-label-text-size:14px;--mat-datepicker-calendar-body-label-text-weight:500;--mat-datepicker-calendar-period-button-text-size:14px;--mat-datepicker-calendar-period-button-text-weight:500;--mat-datepicker-calendar-header-text-size:11px;--mat-datepicker-calendar-header-text-weight:400}html{--mat-divider-width:1px}html{--mat-divider-color:rgba(0, 0, 0, .12)}html{--mat-expansion-container-shape:4px;--mat-expansion-legacy-header-indicator-display:inline-block;--mat-expansion-header-indicator-display:none}html{--mat-expansion-container-background-color:white;--mat-expansion-container-text-color:rgba(0, 0, 0, .87);--mat-expansion-actions-divider-color:rgba(0, 0, 0, .12);--mat-expansion-header-hover-state-layer-color:rgba(0, 0, 0, .04);--mat-expansion-header-focus-state-layer-color:rgba(0, 0, 0, .04);--mat-expansion-header-disabled-state-text-color:rgba(0, 0, 0, .26);--mat-expansion-header-text-color:rgba(0, 0, 0, .87);--mat-expansion-header-description-color:rgba(0, 0, 0, .54);--mat-expansion-header-indicator-color:rgba(0, 0, 0, .54)}html{--mat-expansion-header-collapsed-state-height:48px;--mat-expansion-header-expanded-state-height:64px}html{--mat-expansion-header-text-font:Roboto, sans-serif;--mat-expansion-header-text-size:14px;--mat-expansion-header-text-weight:500;--mat-expansion-header-text-line-height:inherit;--mat-expansion-header-text-tracking:inherit;--mat-expansion-container-text-font:Roboto, sans-serif;--mat-expansion-container-text-line-height:20px;--mat-expansion-container-text-size:14px;--mat-expansion-container-text-tracking:.0178571429em;--mat-expansion-container-text-weight:400}html{--mat-grid-list-tile-header-primary-text-size:14px;--mat-grid-list-tile-header-secondary-text-size:12px;--mat-grid-list-tile-footer-primary-text-size:14px;--mat-grid-list-tile-footer-secondary-text-size:12px}html{--mat-icon-color:inherit}.mat-icon.mat-primary{--mat-icon-color:#673ab7}.mat-icon.mat-accent{--mat-icon-color:#ffd740}.mat-icon.mat-warn{--mat-icon-color:#f44336}html{--mat-sidenav-container-shape:0;--mat-sidenav-container-elevation-shadow:0px 8px 10px -5px rgba(0, 0, 0, .2), 0px 16px 24px 2px rgba(0, 0, 0, .14), 0px 6px 30px 5px rgba(0, 0, 0, .12);--mat-sidenav-container-width:auto}html{--mat-sidenav-container-divider-color:rgba(0, 0, 0, .12);--mat-sidenav-container-background-color:white;--mat-sidenav-container-text-color:rgba(0, 0, 0, .87);--mat-sidenav-content-background-color:#fafafa;--mat-sidenav-content-text-color:rgba(0, 0, 0, .87);--mat-sidenav-scrim-color:rgba(0, 0, 0, .6)}html{--mat-stepper-header-icon-foreground-color:white;--mat-stepper-header-selected-state-icon-background-color:#673ab7;--mat-stepper-header-selected-state-icon-foreground-color:white;--mat-stepper-header-done-state-icon-background-color:#673ab7;--mat-stepper-header-done-state-icon-foreground-color:white;--mat-stepper-header-edit-state-icon-background-color:#673ab7;--mat-stepper-header-edit-state-icon-foreground-color:white;--mat-stepper-container-color:white;--mat-stepper-line-color:rgba(0, 0, 0, .12);--mat-stepper-header-hover-state-layer-color:rgba(0, 0, 0, .04);--mat-stepper-header-focus-state-layer-color:rgba(0, 0, 0, .04);--mat-stepper-header-label-text-color:rgba(0, 0, 0, .54);--mat-stepper-header-optional-label-text-color:rgba(0, 0, 0, .54);--mat-stepper-header-selected-state-label-text-color:rgba(0, 0, 0, .87);--mat-stepper-header-error-state-label-text-color:#f44336;--mat-stepper-header-icon-background-color:rgba(0, 0, 0, .54);--mat-stepper-header-error-state-icon-foreground-color:#f44336;--mat-stepper-header-error-state-icon-background-color:transparent}html .mat-step-header.mat-accent{--mat-stepper-header-icon-foreground-color:rgba(0, 0, 0, .87);--mat-stepper-header-selected-state-icon-background-color:#ffd740;--mat-stepper-header-selected-state-icon-foreground-color:rgba(0, 0, 0, .87);--mat-stepper-header-done-state-icon-background-color:#ffd740;--mat-stepper-header-done-state-icon-foreground-color:rgba(0, 0, 0, .87);--mat-stepper-header-edit-state-icon-background-color:#ffd740;--mat-stepper-header-edit-state-icon-foreground-color:rgba(0, 0, 0, .87)}html .mat-step-header.mat-warn{--mat-stepper-header-icon-foreground-color:white;--mat-stepper-header-selected-state-icon-background-color:#f44336;--mat-stepper-header-selected-state-icon-foreground-color:white;--mat-stepper-header-done-state-icon-background-color:#f44336;--mat-stepper-header-done-state-icon-foreground-color:white;--mat-stepper-header-edit-state-icon-background-color:#f44336;--mat-stepper-header-edit-state-icon-foreground-color:white}html{--mat-stepper-header-height:72px}html{--mat-stepper-container-text-font:Roboto, sans-serif;--mat-stepper-header-label-text-font:Roboto, sans-serif;--mat-stepper-header-label-text-size:14px;--mat-stepper-header-label-text-weight:400;--mat-stepper-header-error-state-label-text-size:16px;--mat-stepper-header-selected-state-label-text-size:16px;--mat-stepper-header-selected-state-label-text-weight:400}html{--mat-sort-arrow-color:#757575}html{--mat-toolbar-container-background-color:whitesmoke;--mat-toolbar-container-text-color:rgba(0, 0, 0, .87)}.mat-toolbar.mat-primary{--mat-toolbar-container-background-color:#673ab7;--mat-toolbar-container-text-color:white}.mat-toolbar.mat-accent{--mat-toolbar-container-background-color:#ffd740;--mat-toolbar-container-text-color:rgba(0, 0, 0, .87)}.mat-toolbar.mat-warn{--mat-toolbar-container-background-color:#f44336;--mat-toolbar-container-text-color:white}html{--mat-toolbar-standard-height:64px;--mat-toolbar-mobile-height:56px}html{--mat-toolbar-title-text-font:Roboto, sans-serif;--mat-toolbar-title-text-line-height:32px;--mat-toolbar-title-text-size:20px;--mat-toolbar-title-text-tracking:.0125em;--mat-toolbar-title-text-weight:500}html{--mat-tree-container-background-color:white;--mat-tree-node-text-color:rgba(0, 0, 0, .87)}html{--mat-tree-node-min-height:48px}html{--mat-tree-node-text-font:Roboto, sans-serif;--mat-tree-node-text-size:14px;--mat-tree-node-text-weight:400}.mat-h1,.mat-headline-5,.mat-typography .mat-h1,.mat-typography .mat-headline-5,.mat-typography h1{font:400 24px/32px Roboto,sans-serif;letter-spacing:normal;margin:0 0 16px}.mat-h2,.mat-headline-6,.mat-typography .mat-h2,.mat-typography .mat-headline-6,.mat-typography h2{font:500 20px/32px Roboto,sans-serif;letter-spacing:.0125em;margin:0 0 16px}.mat-h3,.mat-subtitle-1,.mat-typography .mat-h3,.mat-typography .mat-subtitle-1,.mat-typography h3{font:400 16px/28px Roboto,sans-serif;letter-spacing:.009375em;margin:0 0 16px}.mat-h4,.mat-body-1,.mat-typography .mat-h4,.mat-typography .mat-body-1,.mat-typography h4{font:400 16px/24px Roboto,sans-serif;letter-spacing:.03125em;margin:0 0 16px}.mat-h5,.mat-typography .mat-h5,.mat-typography h5{font:400 11.62px/20px Roboto,sans-serif;margin:0 0 12px}.mat-h6,.mat-typography .mat-h6,.mat-typography h6{font:400 9.38px/20px Roboto,sans-serif;margin:0 0 12px}.mat-body-strong,.mat-subtitle-2,.mat-typography .mat-body-strong,.mat-typography .mat-subtitle-2{font:500 14px/22px Roboto,sans-serif;letter-spacing:.0071428571em}.mat-body,.mat-body-2,.mat-typography .mat-body,.mat-typography .mat-body-2,.mat-typography{font:400 14px/20px Roboto,sans-serif;letter-spacing:.0178571429em}.mat-body p,.mat-body-2 p,.mat-typography .mat-body p,.mat-typography .mat-body-2 p,.mat-typography p{margin:0 0 12px}.mat-small,.mat-caption,.mat-typography .mat-small,.mat-typography .mat-caption{font:400 12px/20px Roboto,sans-serif;letter-spacing:.0333333333em}.mat-headline-1,.mat-typography .mat-headline-1{font:300 96px/96px Roboto,sans-serif;letter-spacing:-.015625em;margin:0 0 56px}.mat-headline-2,.mat-typography .mat-headline-2{font:300 60px/60px Roboto,sans-serif;letter-spacing:-.0083333333em;margin:0 0 64px}.mat-headline-3,.mat-typography .mat-headline-3{font:400 48px/50px Roboto,sans-serif;letter-spacing:normal;margin:0 0 64px}.mat-headline-4,.mat-typography .mat-headline-4{font:400 34px/40px Roboto,sans-serif;letter-spacing:.0073529412em;margin:0 0 64px}@charset "UTF-8";@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeInHalf{0%{opacity:0}to{opacity:.5}}.type-main-title,h1,.h1{letter-spacing:-.01em;font-size:3.2857142857rem;font-weight:900;line-height:1.13;margin-bottom:1.5rem}@media (min-width: 768px){.type-main-title,h1,.h1{font-size:4.875rem;line-height:1.05;margin-bottom:1.75rem}}.type-main-title--serif{font-family:"PT Serif",serif;letter-spacing:.02em;font-size:3.2857142857rem;font-weight:900;line-height:1.13;margin-bottom:1.5rem}@media (min-width: 768px){.type-main-title--serif{font-size:4.875rem;line-height:1.05;margin-bottom:1.75rem}}.type-page-title,h2,.h2{letter-spacing:-.01em;font-size:2.8571428571rem;font-weight:900;line-height:1.1;margin-bottom:1.1428571429rem}@media (min-width: 768px){.type-page-title,h2,.h2{font-size:3.875rem;line-height:1.16;margin-bottom:1.625rem}}.type-page-title--serif{font-family:"PT Serif",serif;letter-spacing:.02em;font-size:2.8571428571rem;font-weight:900;line-height:1.1;margin-bottom:1.1428571429rem}@media (min-width: 768px){.type-page-title--serif{font-size:3.875rem;line-height:1.16;margin-bottom:1.625rem}}.type-slice-title,h3,.h3{letter-spacing:-.01em;font-size:2.1428571429rem;font-weight:900;line-height:1.13;margin-bottom:1rem}@media (min-width: 768px){.type-slice-title,h3,.h3{font-size:3rem;margin-bottom:1.125rem}}.type-slice-title--serif{font-family:"PT Serif",serif;letter-spacing:.02em;font-size:2.1428571429rem;font-weight:900;line-height:1.13;margin-bottom:1rem}@media (min-width: 768px){.type-slice-title--serif{font-size:3rem;margin-bottom:1.125rem}}.type-small-module-title,h4,.h4{letter-spacing:-.01em;font-size:1.7142857143rem;font-weight:900;line-height:1.17;margin-bottom:1rem}@media (min-width: 768px){.type-small-module-title,h4,.h4{font-size:2.25rem;margin-bottom:1rem}}.type-small-module-title--serif{font-family:"PT Serif",serif;letter-spacing:.02em;font-size:1.7142857143rem;font-weight:900;line-height:1.17;margin-bottom:1rem}@media (min-width: 768px){.type-small-module-title--serif{font-size:2.25rem;margin-bottom:1rem}}.type-title,h5,.h5{letter-spacing:-.01em;font-size:1.4285714286rem;font-weight:700;line-height:1.5;margin-bottom:1rem}@media (min-width: 768px){.type-title,h5,.h5{font-size:1.75rem;line-height:1.14;margin-bottom:1rem}}.type-title--serif{font-family:"PT Serif",serif;letter-spacing:.02em;font-size:1.4285714286rem;font-weight:700;line-height:1.5;margin-bottom:1rem}@media (min-width: 768px){.type-title--serif{font-size:1.75rem;line-height:1.14;margin-bottom:1rem}}.type-item-highlight,h6,.h6{letter-spacing:0;font-size:1.1428571429rem;font-weight:600;line-height:1.5;margin-bottom:1rem}@media (min-width: 768px){.type-item-highlight,h6,.h6{font-size:1.5rem;line-height:1.2;margin-bottom:1rem}}.type-text-intro,.lead{font-size:1.1428571429rem;font-weight:400;line-height:1.5;letter-spacing:.01em;margin-bottom:1rem}@media (min-width: 768px){.type-text-intro,.lead{font-size:1.25rem;margin-bottom:1rem}}.axa-btn,.type-text{font-size:1rem;font-weight:400;line-height:1.5;letter-spacing:.01em;margin-bottom:1rem}@media (min-width: 768px){.axa-btn,.type-text{font-size:1.125rem;margin-bottom:1rem}}.type-secondary-text{font-size:.8571428571rem;font-weight:400;line-height:1.5;letter-spacing:.02em;margin-bottom:.8571428571rem}@media (min-width: 768px){.type-secondary-text{font-size:1rem;margin-bottom:1rem}}.type-tag{font-size:.8571428571rem;font-weight:400;line-height:1.5;letter-spacing:.02em;margin-bottom:.8571428571rem}@media (min-width: 768px){.type-tag{font-size:.875rem;line-height:1.21;margin-bottom:.875rem}}.type-legal{font-size:.8571428571rem;font-weight:400;line-height:1.5;letter-spacing:.02em;margin-bottom:.8571428571rem}@media (min-width: 768px){.type-legal{font-size:.8125rem;line-height:1.38;margin-bottom:.8125rem}}html,body{font-size:16px;font-family:Source Sans Pro,Arial,sans-serif;box-sizing:border-box;background:#fafafa;overflow-x:hidden;margin:0}*,*:before,*:after{box-sizing:inherit}.content-wrapper{position:relative;margin-left:auto;margin-right:auto;width:calc(100% - 20px);max-width:100%}@media (min-width: 576px){.content-wrapper{width:536px;max-width:100%}}@media (min-width: 768px){.content-wrapper{width:728px;max-width:100%}}@media (min-width: 992px){.content-wrapper{width:952px;max-width:100%}}@media (min-width: 1200px){.content-wrapper{width:1160px;max-width:100%}}.container-unwrap{margin-left:calc((100% - 100vw)/2);margin-right:calc((100% - 100vw)/2);width:100vw;max-width:none}.axa-layout{display:flex;flex-wrap:wrap}.axa-layout__cell{flex-grow:1;flex-basis:96.6666666667px;max-width:100%}.col-1{width:96.6666666667px}.col-2{width:193.3333333333px}.col-3{width:290px}.col-4{width:386.6666666667px}.col-5{width:483.3333333333px}.col-6{width:580px}.col-7{width:676.6666666667px}.col-8{width:773.3333333333px}.col-9{width:870px}.col-10{width:966.6666666667px}.col-11{width:1063.3333333333px}.col-12{width:1160px}.col-half{width:100%/2}.col-third{width:100%/3}.col-quarter{width:100%/4}.col-fifth{width:100%/5}.col-sixth{width:100%/6}@media (min-width: 576px){.col-1-sm{width:96.6666666667px}.col-2-sm{width:193.3333333333px}.col-3-sm{width:290px}.col-4-sm{width:386.6666666667px}.col-5-sm{width:483.3333333333px}.col-6-sm{width:580px}.col-7-sm{width:676.6666666667px}.col-8-sm{width:773.3333333333px}.col-9-sm{width:870px}.col-10-sm{width:966.6666666667px}.col-11-sm{width:1063.3333333333px}.col-12-sm{width:1160px}.col-half-sm{width:100%/2}.col-third-sm{width:100%/3}.col-quarter-sm{width:100%/4}.col-fifth-sm{width:100%/5}.col-sixth-sm{width:100%/6}}@media (min-width: 768px){.col-1-md{width:96.6666666667px}.col-2-md{width:193.3333333333px}.col-3-md{width:290px}.col-4-md{width:386.6666666667px}.col-5-md{width:483.3333333333px}.col-6-md{width:580px}.col-7-md{width:676.6666666667px}.col-8-md{width:773.3333333333px}.col-9-md{width:870px}.col-10-md{width:966.6666666667px}.col-11-md{width:1063.3333333333px}.col-12-md{width:1160px}.col-half-md{width:100%/2}.col-third-md{width:100%/3}.col-quarter-md{width:100%/4}.col-fifth-md{width:100%/5}.col-sixth-md{width:100%/6}}@media (min-width: 992px){.col-1-lg{width:96.6666666667px}.col-2-lg{width:193.3333333333px}.col-3-lg{width:290px}.col-4-lg{width:386.6666666667px}.col-5-lg{width:483.3333333333px}.col-6-lg{width:580px}.col-7-lg{width:676.6666666667px}.col-8-lg{width:773.3333333333px}.col-9-lg{width:870px}.col-10-lg{width:966.6666666667px}.col-11-lg{width:1063.3333333333px}.col-12-lg{width:1160px}.col-half-lg{width:100%/2}.col-third-lg{width:100%/3}.col-quarter-lg{width:100%/4}.col-fifth-lg{width:100%/5}.col-sixth-lg{width:100%/6}}@media (min-width: 1200px){.col-1-xl{width:96.6666666667px}.col-2-xl{width:193.3333333333px}.col-3-xl{width:290px}.col-4-xl{width:386.6666666667px}.col-5-xl{width:483.3333333333px}.col-6-xl{width:580px}.col-7-xl{width:676.6666666667px}.col-8-xl{width:773.3333333333px}.col-9-xl{width:870px}.col-10-xl{width:966.6666666667px}.col-11-xl{width:1063.3333333333px}.col-12-xl{width:1160px}.col-half-xl{width:100%/2}.col-third-xl{width:100%/3}.col-quarter-xl{width:100%/4}.col-fifth-xl{width:100%/5}.col-sixth-xl{width:100%/6}}mt-0{margin-top:0}mr-0{margin-right:0}mb-0{margin-bottom:0}ml-0{margin-left:0}mt-1{margin-top:1rem}mr-1{margin-right:1rem}mb-1{margin-bottom:1rem}ml-1{margin-left:1rem}mt-2{margin-top:2rem}mr-2{margin-right:2rem}mb-2{margin-bottom:2rem}ml-2{margin-left:2rem}mt-3{margin-top:3rem}mr-3{margin-right:3rem}mb-3{margin-bottom:3rem}ml-3{margin-left:3rem}mt-4{margin-top:4rem}mr-4{margin-right:4rem}mb-4{margin-bottom:4rem}ml-4{margin-left:4rem}pt-0{padding-top:0}pr-0{padding-right:0}pb-0{padding-bottom:0}pl-0{padding-left:0}pt-1{padding-top:1rem}pr-1{padding-right:1rem}pb-1{padding-bottom:1rem}pl-1{padding-left:1rem}pt-2{padding-top:2rem}pr-2{padding-right:2rem}pb-2{padding-bottom:2rem}pl-2{padding-left:2rem}pt-3{padding-top:3rem}pr-3{padding-right:3rem}pb-3{padding-bottom:3rem}pl-3{padding-left:3rem}pt-4{padding-top:4rem}pr-4{padding-right:4rem}pb-4{padding-bottom:4rem}pl-4{padding-left:4rem}html,body{font-size:14px;font-weight:400;line-height:1.5;letter-spacing:.01em;font-family:Source Sans Pro,arial,sans-serif;color:#333}@media (min-width: 768px){html,body{font-size:16px}}h1,h2,h3,h4,h5,h6,p,address,ol,ul,dl,blockquote,pre{margin:0}p{max-width:45rem;margin:0 0 1.5rem}strong{font-weight:900}abbr[title],abbr[data-original-title]{cursor:help}ol,ul,dl{line-height:2;margin-bottom:1rem}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin-bottom:1rem}a:hover,a:focus{color:#00005b;text-decoration:underline}pre{margin-bottom:1rem;overflow:auto}@keyframes animate-arrow-right{0%{transform:translate(0) scale(1);transform:translateZ(0) scale(1);opacity:1}50%{transform:translate(10px) scaleX(1.3);transform:translate3d(10px,0,0) scaleX(1.3);opacity:0}51%{transform:translate(-10px) scaleX(1.3);transform:translate3d(-10px,0,0) scaleX(1.3);opacity:0}to{transform:translate(0) scale(1);transform:translateZ(0) scale(1);opacity:1}}.axa-btn{font-family:Source Sans Pro,arial,sans-serif;letter-spacing:.08em;text-transform:uppercase;border-radius:0;background:#00008f;color:#fff;border:1px solid #00008f;border-bottom-color:#00005b;padding:calc((30px - 1.5em)/2) 20px;display:inline-flex;align-items:center;text-decoration:none;transition:all .3s;vertical-align:middle;position:relative;overflow:hidden;z-index:0;cursor:pointer}.axa-btn:after{content:"";position:absolute;height:100%;width:0;top:50%;left:50%;transform:translate(-50%,-50%) skew(-30deg);background:#00005b;transition:all .3s;z-index:-1;opacity:0}.axa-btn:focus{outline:1px dotted #3b3fd8;outline:3px auto -webkit-focus-ring-color}.axa-btn:hover{color:#fff;border-color:#00005b;box-shadow:inset 0 0 0 1px #00005b;text-decoration:none}.axa-btn:hover:after{width:calc(100% + 2rem);opacity:1}@media (min-width: 768px){.axa-btn{padding:calc((40px - 1.5em)/2) 20px}}.axa-btn--alt{background:#f07662;border-color:#f07662}.axa-btn--alt:after{background:#ec4d33}.axa-btn--alt:hover{color:#fff;border-color:#ec4d33;box-shadow:inset 0 0 0 1px #ec4d33}.axa-btn--neg{background:transparent;border-color:#fff}.axa-btn--neg:after{background:#fff}.axa-btn--neg:hover{color:#3b3fd8;border-color:#fff}.axa-btn--ghost{background:transparent;color:#00008f}.axa-btn--ghost.axa-btn--alt{color:#f07662}.axa-btn--ghost.axa-btn--alt:hover{color:#fff}.axa-btn--sm{font-size:.8571428571rem;font-weight:400;line-height:1.5;letter-spacing:.02em;padding:calc((30px - 1.5em)/2) 20px;letter-spacing:.04em}@media (min-width: 768px){.axa-btn--sm{font-size:.875rem;line-height:1.21}}.axa-btn--lg{padding:calc((40px - 1.5em)/2) 20px}@media (min-width: 768px){.axa-btn--lg{padding:calc((50px - 1.5em)/2) 20px}}.axa-btn .axa-icon{width:16px;height:16px;fill:currentColor;margin-left:10px;margin-right:-10px;margin-bottom:-1px}.axa-btn--icon-left .axa-icon{margin-left:-10px;margin-right:10px}.axa-btn:hover .axa-icon svg{animation:animate-arrow-right .4s cubic-bezier(.77,0,.175,1)}.axa-btn--split .axa-icon:before{content:"";position:absolute;right:0;top:0;height:100%;width:40px;border-left:1px solid currentColor;opacity:.5}.axa-btn--split .axa-icon{margin-left:30px}.axa-btn--split.axa-btn--sm .axa-icon{margin-left:20px;margin-right:-15px}.axa-btn--split.axa-btn--sm .axa-icon:before{width:30px}.axa-btn--split.axa-btn--lg .axa-icon{margin-left:40px;margin-right:-5px}.axa-btn--split.axa-btn--lg .axa-icon:before{width:50px}.axa-btn--split.axa-btn--icon-left .axa-icon{margin-left:-8px;margin-right:30px}.axa-btn--split.axa-btn--icon-left .axa-icon:before{right:auto;left:0;border-left:none;border-right:1px solid currentColor}.axa-btn--split.axa-btn--icon-left.axa-btn--sm .axa-icon{margin-right:20px;margin-left:-13px}.axa-btn--split.axa-btn--icon-left.axa-btn--lg .axa-icon{margin-right:40px;margin-left:-3px}.axa-btn[disabled]{background:#ccc;color:#999;border-color:#ccc;cursor:default}.axa-btn[disabled]:after{content:none}.axa-btn[disabled]:hover{background:#ccc;color:#999;border-color:#ccc;outline:none}.axa-btn[disabled]:hover .axa-icon{animation:none}.axa-form{background-color:transparent}.axa-form fieldset{min-width:0;padding:0;margin:15px 0 0;border:0;border-top:1px solid #ccc}@media (min-width: 576px){.axa-form fieldset{margin-top:25px}}.axa-form legend{font-size:1.1428571429rem;font-weight:400;line-height:1.5;letter-spacing:.01em;display:block;padding:0 15px;margin-bottom:.5rem;margin-left:15px;font-size:1.5rem;color:#5f5f5f;width:auto;background-color:transparent;max-width:100%;white-space:normal}@media (min-width: 768px){.axa-form legend{font-size:1.25rem}}@media (min-width: 576px){.axa-form legend{margin-left:30px;padding-left:20px;padding-right:20px;margin-bottom:20px}}.axa-form-group{display:flex;flex-wrap:wrap;margin-bottom:1rem;position:relative;max-width:350px}.axa-form-group label{touch-action:manipulation;display:inline-block;font-size:18px;letter-spacing:.01em;line-height:1.5;margin-bottom:3px;color:#333;flex-basis:100%}@media (min-width: 576px){.axa-form-group label{margin-bottom:8px}}.axa-form-control-feedback{flex-basis:100%}.axa-form-group--has-danger .axa-form-control-feedback{color:#c91432}input,select{touch-action:manipulation;overflow:visible;margin:0}[type=checkbox],[type=radio]{padding:0}.axa-form-control{display:block;padding:.625rem 20px;font-size:18px;letter-spacing:.01em;line-height:1.5;height:50px;color:#333;background-color:#fff;background-image:none;background-clip:padding-box;border:1px solid #ccc;border-radius:0;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;box-shadow:inset 0 1px 1px #00000013;outline:0;width:120px;z-index:1;flex-grow:1}.axa-form-control::-ms-expand{background-color:transparent;border:0;opacity:0}.axa-form-control:focus{color:#3032c1;background-color:#fff;border-color:#3032c1;outline:none;box-shadow:inset 0 1px 1px #00000013,0 0 5px #3032c199}.axa-form-control:focus::-ms-value{color:#333;background-color:#fff}.axa-form-control::placeholder{color:#7f7f7f;opacity:1}.axa-form-control:disabled,.axa-form-control[readonly]{background-color:#ccc;opacity:1}.axa-form-control:disabled{cursor:not-allowed}.axa-form-group--has-danger .axa-form-control{border-color:#c91432;color:#c91432}.axa-form-group--has-danger .axa-form-control:focus{box-shadow:inset 0 1px 1px #00000013,0 0 5px #c9143299}.clear[clearable]:after{content:"\2716";z-index:1;position:absolute;top:50px;color:#000;cursor:pointer;right:62px}.clear-suffix[clearable]:after{content:"\2716";z-index:1;position:absolute;top:50px;color:#000;cursor:pointer;right:18px}.custom-select{display:block;padding:.625rem 20px;font-size:18px;letter-spacing:.01em;line-height:1.5;height:50px;color:#333;background-color:#fff;background-image:none;background-clip:padding-box;border:1px solid #ccc;border-radius:0;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;box-shadow:inset 0 1px 1px #00000013;outline:0;width:120px;background:#fff url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210%22%20height%3D%227%22%3E%0D%0A%20%20%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22%23999%22%20d%3D%22M9.754%201.451L5.573%205.756c-.322.331-.844.331-1.166%200L.226%201.451c-.322-.332-.322-.87%200-1.202.321-.331.844-.331%201.166%200L4.99%203.954%208.588.249c.322-.331.844-.331%201.166%200%20.322.332.322.87%200%201.202z%22%2F%3E%0D%0A%3C%2Fsvg%3E) no-repeat right 10px center;background-size:12px 8px;-moz-appearance:none;-webkit-appearance:none;flex-grow:1}.custom-select::-ms-expand{background-color:transparent;border:0;opacity:0}.custom-select:focus{color:#3032c1;background-color:#fff;border-color:#3032c1;outline:none;box-shadow:inset 0 1px 1px #00000013,0 0 5px #3032c199}.custom-select:focus::-ms-value{color:#333;background-color:#fff}.custom-select::placeholder{color:#7f7f7f;opacity:1}.custom-select:disabled,.custom-select[readonly]{background-color:#ccc;opacity:1}.custom-select:disabled{cursor:not-allowed}.axa-form-group--has-danger .custom-select{border-color:#c91432;color:#c91432}.axa-form-group--has-danger .custom-select:focus{box-shadow:inset 0 1px 1px #00000013,0 0 5px #c9143299}.axa-form-field-prefix,.axa-form-field-suffix{display:flex;padding:0 1rem;border:1px solid #ccc;margin-right:-1px;background:#f5f5f5;align-items:center}.axa-form-field-prefix .axa-form-control,.axa-form-field-prefix .custom-select,.axa-form-field-suffix .axa-form-control,.axa-form-field-suffix .custom-select{margin:-1px calc(-1px - 1rem)}.axa-form-field-prefix .custom-control,.axa-form-field-suffix .custom-control{margin:0;padding:0}.axa-form-field-suffix{margin-right:-1px;margin-left:-1px}.custom-control{position:relative;display:inline-flex;min-height:1.6rem;padding-left:1.5rem;margin-right:1rem;cursor:pointer}.custom-control-input{position:absolute;z-index:-1;opacity:0}.custom-control-input:checked~.custom-control-indicator{color:#fff;background-color:#494df4;box-shadow:none}.custom-control-input:focus~.custom-control-indicator{box-shadow:inset 0 1px 2px #00000013,0 0 5px #3032c180}.custom-control-input:active~.custom-control-indicator{color:#fff;background-color:#3032c1;box-shadow:none}.custom-control-input:disabled~.custom-control-indicator{cursor:not-allowed;background-color:#e5e5e5}.custom-control-input:disabled~.custom-control-description{color:#5f5f5f;cursor:not-allowed!important}.custom-control-indicator{position:absolute;top:.3rem;left:0;display:block;width:1rem;height:1rem;pointer-events:none;-webkit-user-select:none;user-select:none;background-color:#ddd;background-repeat:no-repeat;background-position:center center;background-size:50% 50%}.custom-radio.radio1{padding:0;margin-right:1px}.custom-radio.radio1 .custom-control-indicator{display:none}.custom-radio.radio1 .custom-control-description{display:block;padding:4px 20px;font-family:Source Sans Pro,Arial,sans-serif;font-size:13px;font-weight:600;letter-spacing:.08em;color:#333;text-transform:uppercase;cursor:pointer;background:#e5e5e5;border:1px solid #999;border-bottom-width:2px}@media (min-width: 576px){.custom-radio.radio1 .custom-control-description{padding-top:9px;padding-bottom:8px}}.custom-radio.radio1 .custom-control-input:checked:not(:disabled)~.custom-control-description,.custom-radio.radio1 .custom-control-input:active:not(:disabled)~.custom-control-description{background:#fff;border-bottom-color:#3032c1}.custom-radio .custom-control-indicator{background-color:#fff;box-shadow:0 0 0 1px #ddd;border-radius:50%}.custom-radio .custom-control-input:checked~.custom-control-indicator{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")}.custom-radio--image .custom-radio .custom-control-description{background:#fff;border-color:#ccc;border-bottom-width:1px;padding:1rem;transition:border-color .3s}.custom-radio--image .custom-radio img,.custom-radio--image .custom-radio svg{max-width:3.5rem;display:block}.custom-radio--image .custom-radio .custom-control-input:checked:not(:disabled)~.custom-control-description,.custom-radio--image .custom-radio .custom-control-input:active:not(:disabled)~.custom-control-description{border-color:#3032c1}.axa-form-hint{display:block;margin-top:.25rem;color:#7f7f7f;font-size:80%;font-weight:400;flex-basis:100%}.custom-checkbox{display:block;margin-bottom:7px;-webkit-user-select:none;user-select:none}.custom-checkbox .custom-control-indicator{border-radius:0;width:16px;height:16px;margin-right:10px;background:#fff;border:1px solid #999}.custom-checkbox .custom-control-input:checked~.custom-control-indicator{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E")}.custom-checkbox .custom-control-input:indeterminate~.custom-control-indicator{background-color:#00008f;background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");box-shadow:none}.axa-phone-input{display:flex;flex-wrap:wrap;flex-grow:1}.axa-phone-input select{width:130px}.axa-top-content-bar{font-size:.8571428571rem;font-weight:400;line-height:1.5;letter-spacing:.02em;margin-bottom:.8571428571rem;width:100vw;z-index:1000;background:#00005b;color:#fff;display:flex;align-items:center;justify-content:center;padding:.625rem 0}@media (min-width: 768px){.axa-top-content-bar{font-size:.8125rem;line-height:1.38;margin-bottom:.8125rem}}.axa-top-content-bar .axa-btn{font-size:inherit;margin:0 0 0 1.25rem}.axa-top-content-bar p{margin:0}.top-content-bar--fixed{position:fixed;top:0;left:0;z-index:1000}.axa-top-content-bar--corporate{background-color:#027180}.axa-top-content-bar--warning{background-color:#c91432}.axa-card{border:1px solid #ccc;display:block;margin-bottom:2.5rem}@media (max-width: 767px){.axa-card{margin-bottom:1rem}}.axa-card__block :last-child,.axa-card__title :last-child{margin-bottom:0}.axa-card__block{padding:20px 16px;background:#fafafa;display:block;border:1px solid #ccc;border-width:1px 0;margin-bottom:-1px}@media (min-width: 768px){.axa-card__block{padding:24px 30px}}.axa-card__title{background:#fafafa;display:block;padding:16px}@media (min-width: 768px){.axa-card__title{padding:16px 30px}}.axa-card--active{box-shadow:0 1px 3px #0000001a,0 1px 12px #0000001a;position:relative;z-index:1}.axa-card--active .axa-card__title{background:#fff}@media (min-width: 768px){.axa-card--wide .axa-card__block,.axa-card--wide .axa-card__title{padding:24px 60px}}.axa-card__block--compact{padding-top:10px;padding-bottom:10px}@media (min-width: 768px){.axa-card__block--compact{padding-top:10px;padding-bottom:10px}}.axa-card--info{box-shadow:0 1px 3px #0000001a,0 1px 12px #0000001a;border:none}.axa-card--info .axa-card__title{background:#494df4;color:#fff}.axa-card--info .axa-card__block,.axa-card--content .axa-card__block,.axa-card--content .axa-card__title{background:#fff}.axa-busy-indicator{display:none;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1002;opacity:0}.axa-busy-indicator__backdrop{width:100%;height:100%;position:absolute;top:0;left:0;z-index:1001;background:#fff;opacity:0}.axa-busy-indicator-wrapper--fixed{position:static}.axa-busy-indicator-wrapper--fixed .axa-busy-indicator__backdrop,.axa-busy-indicator-wrapper--fixed .axa-busy-indicator{position:fixed}.axa-busy-indicator-wrapper{position:relative}.axa-busy-indicator-wrapper .axa-busy-indicator__backdrop,.axa-busy-indicator-wrapper .axa-busy-indicator{position:absolute}.axa-busy-indicator__backdrop--active{opacity:.5;animation:fadeInHalf .2s}.axa-busy-indicator--active{display:block;opacity:1;animation:fadeIn .2s}.axa-busy-indicator__caption{color:#999;text-align:center}.axa-busy-indicator__animation{width:50px;height:50px;margin:10px auto;background-color:#00008f;animation:rotateplane 1.1s infinite ease-in-out}.axa-flag:before{content:"";display:inline-block;width:24px;height:24px;margin-right:.25rem;margin-top:-2px;background:url(/assets/flags.png) no-repeat;vertical-align:middle}.axa-flag--ad:before{background-position:-24px 0}.axa-flag--ae:before{background-position:-48px 0}.axa-flag--af:before{background-position:-72px 0}.axa-flag--ag:before{background-position:-96px 0}.axa-flag--ai:before{background-position:-120px 0}.axa-flag--al:before{background-position:-144px 0}.axa-flag--am:before{background-position:-168px 0}.axa-flag--an:before{background-position:-192px 0}.axa-flag--ao:before{background-position:-216px 0}.axa-flag--ar:before{background-position:-240px 0}.axa-flag--as:before{background-position:-264px 0}.axa-flag--at:before{background-position:-288px 0}.axa-flag--au:before{background-position:-312px 0}.axa-flag--aw:before{background-position:-336px 0}.axa-flag--ax:before{background-position:-360px 0}.axa-flag--az:before{background-position:0 -24px}.axa-flag--ba:before{background-position:-24px -24px}.axa-flag--bb:before{background-position:-48px -24px}.axa-flag--bd:before{background-position:-72px -24px}.axa-flag--be:before{background-position:-96px -24px}.axa-flag--bf:before{background-position:-120px -24px}.axa-flag--bg:before{background-position:-144px -24px}.axa-flag--bh:before{background-position:-168px -24px}.axa-flag--bi:before{background-position:-192px -24px}.axa-flag--bj:before{background-position:-216px -24px}.axa-flag--bl:before{background-position:-240px -24px}.axa-flag--bm:before{background-position:-264px -24px}.axa-flag--bn:before{background-position:-288px -24px}.axa-flag--bo:before{background-position:-312px -24px}.axa-flag--br:before{background-position:-336px -24px}.axa-flag--bs:before{background-position:-360px -24px}.axa-flag--bt:before{background-position:0 -48px}.axa-flag--bw:before{background-position:-24px -48px}.axa-flag--by:before{background-position:-48px -48px}.axa-flag--bz:before{background-position:-72px -48px}.axa-flag--ca:before{background-position:-96px -48px}.axa-flag--cd:before{background-position:-120px -48px}.axa-flag--cf:before{background-position:-144px -48px}.axa-flag--cg:before{background-position:-168px -48px}.axa-flag--ch:before{background-position:-192px -48px}.axa-flag--ci:before{background-position:-216px -48px}.axa-flag--ck:before{background-position:-240px -48px}.axa-flag--cl:before{background-position:-264px -48px}.axa-flag--cm:before{background-position:-288px -48px}.axa-flag--cn:before{background-position:-312px -48px}.axa-flag--co:before{background-position:-336px -48px}.axa-flag--cr:before{background-position:-360px -48px}.axa-flag--cu:before{background-position:0 -72px}.axa-flag--cv:before{background-position:-24px -72px}.axa-flag--cw:before{background-position:-48px -72px}.axa-flag--cy:before{background-position:-72px -72px}.axa-flag--cz:before{background-position:-96px -72px}.axa-flag--de:before{background-position:-120px -72px}.axa-flag--dj:before{background-position:-144px -72px}.axa-flag--dk:before{background-position:-168px -72px}.axa-flag--dm:before{background-position:-192px -72px}.axa-flag--do:before{background-position:-216px -72px}.axa-flag--dz:before{background-position:-240px -72px}.axa-flag--ec:before{background-position:-264px -72px}.axa-flag--ee:before{background-position:-288px -72px}.axa-flag--eg:before{background-position:-312px -72px}.axa-flag--eh:before{background-position:-336px -72px}.axa-flag--er:before{background-position:-360px -72px}.axa-flag--es:before{background-position:0 -96px}.axa-flag--et:before{background-position:-24px -96px}.axa-flag--eu:before{background-position:-48px -96px}.axa-flag--fi:before{background-position:-72px -96px}.axa-flag--fj:before{background-position:-96px -96px}.axa-flag--fk:before{background-position:-120px -96px}.axa-flag--fm:before{background-position:-144px -96px}.axa-flag--fo:before{background-position:-168px -96px}.axa-flag--fr:before{background-position:-192px -96px}.axa-flag--ga:before{background-position:-216px -96px}.axa-flag--gb:before{background-position:-240px -96px}.axa-flag--gd:before{background-position:-264px -96px}.axa-flag--ge:before{background-position:-288px -96px}.axa-flag--gg:before{background-position:-312px -96px}.axa-flag--gh:before{background-position:-336px -96px}.axa-flag--gi:before{background-position:-360px -96px}.axa-flag--gl:before{background-position:0 -120px}.axa-flag--gm:before{background-position:-24px -120px}.axa-flag--gn:before{background-position:-48px -120px}.axa-flag--gq:before{background-position:-72px -120px}.axa-flag--gr:before{background-position:-96px -120px}.axa-flag--gs:before{background-position:-120px -120px}.axa-flag--gt:before{background-position:-144px -120px}.axa-flag--gu:before{background-position:-168px -120px}.axa-flag--gw:before{background-position:-192px -120px}.axa-flag--gy:before{background-position:-216px -120px}.axa-flag--hk:before{background-position:-240px -120px}.axa-flag--hn:before{background-position:-264px -120px}.axa-flag--hr:before{background-position:-288px -120px}.axa-flag--ht:before{background-position:-312px -120px}.axa-flag--hu:before{background-position:-336px -120px}.axa-flag--ic:before{background-position:-360px -120px}.axa-flag--id:before{background-position:0 -144px}.axa-flag--ie:before{background-position:-24px -144px}.axa-flag--il:before{background-position:-48px -144px}.axa-flag--im:before{background-position:-72px -144px}.axa-flag--in:before{background-position:-96px -144px}.axa-flag--iq:before{background-position:-120px -144px}.axa-flag--ir:before{background-position:-144px -144px}.axa-flag--is:before{background-position:-168px -144px}.axa-flag--it:before{background-position:-192px -144px}.axa-flag--je:before{background-position:-216px -144px}.axa-flag--jm:before{background-position:-240px -144px}.axa-flag--jo:before{background-position:-264px -144px}.axa-flag--jp:before{background-position:-288px -144px}.axa-flag--ke:before{background-position:-312px -144px}.axa-flag--kg:before{background-position:-336px -144px}.axa-flag--kh:before{background-position:-360px -144px}.axa-flag--ki:before{background-position:0 -168px}.axa-flag--km:before{background-position:-24px -168px}.axa-flag--kn:before{background-position:-48px -168px}.axa-flag--kp:before{background-position:-72px -168px}.axa-flag--kr:before{background-position:-96px -168px}.axa-flag--kw:before{background-position:-120px -168px}.axa-flag--ky:before{background-position:-144px -168px}.axa-flag--kz:before{background-position:-168px -168px}.axa-flag--la:before{background-position:-192px -168px}.axa-flag--lb:before{background-position:-216px -168px}.axa-flag--lc:before{background-position:-240px -168px}.axa-flag--li:before{background-position:-264px -168px}.axa-flag--lk:before{background-position:-288px -168px}.axa-flag--lr:before{background-position:-312px -168px}.axa-flag--ls:before{background-position:-336px -168px}.axa-flag--lt:before{background-position:-360px -168px}.axa-flag--lu:before{background-position:0 -192px}.axa-flag--lv:before{background-position:-24px -192px}.axa-flag--ly:before{background-position:-48px -192px}.axa-flag--ma:before{background-position:-72px -192px}.axa-flag--mc:before{background-position:-96px -192px}.axa-flag--md:before{background-position:-120px -192px}.axa-flag--me:before{background-position:-144px -192px}.axa-flag--mf:before{background-position:-168px -192px}.axa-flag--mg:before{background-position:-192px -192px}.axa-flag--mh:before{background-position:-216px -192px}.axa-flag--mk:before{background-position:-240px -192px}.axa-flag--ml:before{background-position:-264px -192px}.axa-flag--mm:before{background-position:-288px -192px}.axa-flag--mn:before{background-position:-312px -192px}.axa-flag--mo:before{background-position:-336px -192px}.axa-flag--mp:before{background-position:-360px -192px}.axa-flag--mq:before{background-position:0 -216px}.axa-flag--mr:before{background-position:-24px -216px}.axa-flag--ms:before{background-position:-48px -216px}.axa-flag--mt:before{background-position:-72px -216px}.axa-flag--mu:before{background-position:-96px -216px}.axa-flag--mv:before{background-position:-120px -216px}.axa-flag--mw:before{background-position:-144px -216px}.axa-flag--mx:before{background-position:-168px -216px}.axa-flag--my:before{background-position:-192px -216px}.axa-flag--mz:before{background-position:-216px -216px}.axa-flag--na:before{background-position:-240px -216px}.axa-flag--nc:before{background-position:-264px -216px}.axa-flag--ne:before{background-position:-288px -216px}.axa-flag--nf:before{background-position:-312px -216px}.axa-flag--ng:before{background-position:-336px -216px}.axa-flag--ni:before{background-position:-360px -216px}.axa-flag--nl:before{background-position:0 -240px}.axa-flag--no:before{background-position:-24px -240px}.axa-flag--np:before{background-position:-48px -240px}.axa-flag--nr:before{background-position:-72px -240px}.axa-flag--nu:before{background-position:-96px -240px}.axa-flag--nz:before{background-position:-120px -240px}.axa-flag--om:before{background-position:-144px -240px}.axa-flag--pa:before{background-position:-168px -240px}.axa-flag--pe:before{background-position:-192px -240px}.axa-flag--pf:before{background-position:-216px -240px}.axa-flag--pg:before{background-position:-240px -240px}.axa-flag--ph:before{background-position:-264px -240px}.axa-flag--pk:before{background-position:-288px -240px}.axa-flag--pl:before{background-position:-312px -240px}.axa-flag--pn:before{background-position:-336px -240px}.axa-flag--pr:before{background-position:-360px -240px}.axa-flag--ps:before{background-position:0 -264px}.axa-flag--pt:before{background-position:-24px -264px}.axa-flag--pw:before{background-position:-48px -264px}.axa-flag--py:before{background-position:-72px -264px}.axa-flag--qa:before{background-position:-96px -264px}.axa-flag--ro:before{background-position:-120px -264px}.axa-flag--rs:before{background-position:-144px -264px}.axa-flag--ru:before{background-position:-168px -264px}.axa-flag--rw:before{background-position:-192px -264px}.axa-flag--sa:before{background-position:-216px -264px}.axa-flag--sb:before{background-position:-240px -264px}.axa-flag--sc:before{background-position:-264px -264px}.axa-flag--sd:before{background-position:-288px -264px}.axa-flag--se:before{background-position:-312px -264px}.axa-flag--sg:before{background-position:-336px -264px}.axa-flag--sh:before{background-position:-360px -264px}.axa-flag--si:before{background-position:0 -288px}.axa-flag--sk:before{background-position:-24px -288px}.axa-flag--sl:before{background-position:-48px -288px}.axa-flag--sm:before{background-position:-72px -288px}.axa-flag--sn:before{background-position:-96px -288px}.axa-flag--so:before{background-position:-120px -288px}.axa-flag--sr:before{background-position:-144px -288px}.axa-flag--ss:before{background-position:-168px -288px}.axa-flag--st:before{background-position:-192px -288px}.axa-flag--sv:before{background-position:-216px -288px}.axa-flag--sy:before{background-position:-240px -288px}.axa-flag--sz:before{background-position:-264px -288px}.axa-flag--tc:before{background-position:-288px -288px}.axa-flag--td:before{background-position:-312px -288px}.axa-flag--tf:before{background-position:-336px -288px}.axa-flag--tg:before{background-position:-360px -288px}.axa-flag--th:before{background-position:0 -312px}.axa-flag--tj:before{background-position:-24px -312px}.axa-flag--tk:before{background-position:-48px -312px}.axa-flag--tl:before{background-position:-72px -312px}.axa-flag--tm:before{background-position:-96px -312px}.axa-flag--tn:before{background-position:-120px -312px}.axa-flag--to:before{background-position:-144px -312px}.axa-flag--tr:before{background-position:-168px -312px}.axa-flag--tt:before{background-position:-192px -312px}.axa-flag--tv:before{background-position:-216px -312px}.axa-flag--tw:before{background-position:-240px -312px}.axa-flag--tz:before{background-position:-264px -312px}.axa-flag--ua:before{background-position:-288px -312px}.axa-flag--ug:before{background-position:-312px -312px}.axa-flag--us:before{background-position:-336px -312px}.axa-flag--uy:before{background-position:-360px -312px}.axa-flag--uz:before{background-position:0 -336px}.axa-flag--va:before{background-position:-24px -336px}.axa-flag--vc:before{background-position:-48px -336px}.axa-flag--ve:before{background-position:-72px -336px}.axa-flag--vg:before{background-position:-96px -336px}.axa-flag--vi:before{background-position:-120px -336px}.axa-flag--vn:before{background-position:-144px -336px}.axa-flag--vu:before{background-position:-168px -336px}.axa-flag--wf:before{background-position:-192px -336px}.axa-flag--ws:before{background-position:-216px -336px}.axa-flag--ye:before{background-position:-240px -336px}.axa-flag--yt:before{background-position:-264px -336px}.axa-flag--za:before{background-position:-288px -336px}.axa-flag--zm:before{background-position:-312px -336px}.axa-flag--zw:before{background-position:-336px -336px}.axa-footer{display:block}.axa-footer__main{margin-left:calc((100% - 100vw)/2);margin-right:calc((100% - 100vw)/2);width:100vw;max-width:none;padding-left:calc((100vw - 100%)/2);padding-right:calc((100vw - 100%)/2);display:flex;flex-wrap:wrap;background:#3b3fd8;color:#fff;padding-top:2rem;padding-bottom:2rem}.axa-footer__main__quarter{flex-basis:25%}.axa-footer__main__half{flex-basis:50%}.axa-footer__main__full{flex-basis:100%}.axa-footer__main__title{font-size:1rem;font-weight:400;line-height:1.5;letter-spacing:.01em;margin-bottom:1rem;text-transform:uppercase;font-weight:700}@media (min-width: 768px){.axa-footer__main__title{font-size:1.125rem;margin-bottom:1rem}}.axa-footer__main__links,.axa-footer__main__social{padding:0;margin:0;list-style:none}.axa-footer__main__links li,.axa-footer__main__social li{padding:0;margin:0}.axa-footer__main__links a,.axa-footer__main__social a{color:#fff;padding:.5rem 0}.axa-footer__main__social{display:flex;flex-wrap:wrap;align-items:center}.axa-footer__main__social a{display:block;padding:.5rem}.axa-footer__main__social a:first-child{margin-left:-.5rem}.axa-footer__main__social svg{fill:#fff;width:1rem;height:1rem}.axa-footer__bottom{margin-left:calc((100% - 100vw)/2);margin-right:calc((100% - 100vw)/2);width:100vw;max-width:none;padding-left:calc((100vw - 100%)/2);padding-right:calc((100vw - 100%)/2);display:flex;align-items:center;background:#3032c1;color:#fff}.axa-footer__main .axa-footer__bottom{border-top:1px solid rgba(255,255,255,.2)}.axa-footer__bottom__legal{font-size:.8571428571rem;font-weight:400;line-height:1.5;letter-spacing:.02em;order:1;flex-grow:1;text-align:right;opacity:.5;font-weight:300}@media (min-width: 768px){.axa-footer__bottom__legal{font-size:.8125rem;line-height:1.38}}.axa-footer__bottom__language{margin-left:-.5rem}.axa-footer__bottom__language a{cursor:pointer;display:inline-block;color:#fff;padding:.5rem}.axa-form-steps{margin-left:calc((100% - 100vw)/2);margin-right:calc((100% - 100vw)/2);width:100vw;max-width:none;border:1px solid #ccc;border-width:1px 0;background:#fff;padding-bottom:2px;position:relative;overflow:hidden;margin-bottom:24px}.axa-form-steps-content[aria-expanded=false]{height:0;overflow:hidden}.axa-form-steps__wrapper{margin-bottom:0;margin-top:0;padding:0;display:flex;transition:transform .3s}.axa-form-steps__step{font-size:1.1428571429rem;font-weight:400;line-height:1.5;letter-spacing:.01em;font-weight:700;display:flex;flex-direction:column;color:#999;position:relative;z-index:1;min-width:100%;padding:10px 60px;justify-content:center}@media (min-width: 768px){.axa-form-steps__step{font-size:1.25rem}}.axa-form-steps--pricing{padding-left:90px}.axa-form-steps--pricing__icon{width:24px;height:24px;position:absolute;top:50%;margin-top:-12px;left:60px}.axa-form-steps--pricing__icon svg{fill:#999}.axa-form-steps__step__label{font-size:.8571428571rem;font-weight:400;line-height:1.5;letter-spacing:.02em}@media (min-width: 768px){.axa-form-steps__step__label{font-size:.875rem;line-height:1.21}}.axa-form-steps__step--active{color:#333}.axa-form-steps__step--done{background:#f5f5f5;color:#999}.axa-form-steps__step--done .axa-form-steps__step__progress{width:100%;background-color:#ccc}.axa-form-steps__step__progress{position:absolute;top:100%;height:3px;left:0;background-color:#f07662;width:0;transition:width .3s}.axa-form-steps__previous,.axa-form-steps__next{position:absolute;width:50px;height:100%;top:0;left:0;background:#fff;border:none;display:flex;padding:0;margin:0;align-items:center;justify-content:center;z-index:2;transition:all .3s}.axa-form-steps__previous:focus,.axa-form-steps__next:focus{outline:none}.axa-form-steps__previous svg,.axa-form-steps__next svg{width:30px;height:30px;fill:#999;transition:fill .3s}.axa-form-steps__previous[disabled],.axa-form-steps__next[disabled]{background:#f4f4f4}.axa-form-steps__previous[disabled] svg,.axa-form-steps__next[disabled] svg{fill:#ccc}.axa-form-steps__previous{border-right:1px solid #ccc}.axa-form-steps__next{left:auto;right:0;border-left:1px solid #ccc}@media (min-width: 768px){.axa-form-steps{padding-bottom:0;overflow:visible}.axa-form-steps__wrapper{position:relative;margin-left:auto;margin-right:auto;width:calc(100% - 20px);max-width:100%;transform:none!important}}@media (min-width: 768px) and (min-width: 768px){.axa-form-steps__wrapper{width:720px;max-width:100%}}@media (min-width: 768px) and (min-width: 992px){.axa-form-steps__wrapper{width:960px;max-width:100%}}@media (min-width: 768px) and (min-width: 1200px){.axa-form-steps__wrapper{width:1140px;max-width:100%}}@media (min-width: 768px){.axa-form-steps__step{min-width:0;flex-grow:1;padding:15px 30px;border:1px solid #ccc;border-width:0 1px 1px 0;margin-bottom:-1px}.axa-form-steps__step:first-child{border-left-width:1px}.axa-form-steps--pricing{flex-grow:0;flex-shrink:1;padding:0;width:26px;height:26px;align-self:center;border-radius:50%;border:1px solid #ccc;background:#fff;transition:border-color .3s,background-color .3s;margin-left:-13px;margin-right:-13px;position:relative;z-index:2}.axa-form-steps--pricing .axa-form-steps__step__content,.axa-form-steps--pricing .axa-form-steps__step__label{display:none}.axa-form-steps--pricing.axa-form-steps__step--active{border:1px solid #3b3fd8;background-color:#3b3fd8}.axa-form-steps--pricing.axa-form-steps__step--done{border:1px solid #3b3fd8;background-color:#fff}.axa-form-steps--pricing__icon{display:flex;align-items:center;justify-content:center;flex-grow:1;width:auto;height:auto;position:static;margin-top:0}.axa-form-steps--pricing__icon svg{width:16px;height:16px;fill:#ccc;transition:fill .3s}.axa-form-steps__step--active .axa-form-steps--pricing__icon svg{fill:#fff}.axa-form-steps__step--done .axa-form-steps--pricing__icon svg{fill:#3b3fd8}.axa-form-steps__step__progress{height:6px}.axa-form-steps__previous,.axa-form-steps__next{display:none}}@media (max-width: 991px){body{padding-top:88px}}.axa-header{display:block}@media (max-width: 991px){.axa-header{position:fixed;top:0;right:0;bottom:0;width:calc(100vw - 64px);max-width:480px;z-index:999;overflow-y:auto;overflow-x:hidden;pointer-events:none}}.axa-header__main__logo,.axa-header__nav,.axa-header__tools,.axa-header__meta,.axa-header__toggle{pointer-events:initial}.axa-header__toggle{display:none;z-index:1001}@media (max-width: 991px){.axa-header__toggle{display:block;position:fixed;top:20px;right:24px;fill:#00008f}}.axa-header__toggle--bg{position:fixed;inset:0 0 100%;background:#00000080;z-index:-1;opacity:0;transition:opacity .3s,bottom 0s .3s}.axa-header__toggle__input:checked~.axa-header__toggle--bg{opacity:1;bottom:0;transition:opacity .3s,bottom 0s}.axa-header__toggle__input{display:none}.axa-header__toggle__open,.axa-header__toggle__close{width:40px;height:40px;transition:opacity .1s .05s,transform .3s;position:absolute;right:0}.axa-header__toggle__close{opacity:0}.axa-header__toggle__input:checked~.axa-header__toggle .axa-header__toggle__close{opacity:1;transform:rotateY(180deg)}.axa-header__toggle__input:checked~.axa-header__toggle .axa-header__toggle__open{opacity:0;transform:rotateY(180deg)}@media (max-width: 991px){.axa-header__toggle__input:not(:checked)~.axa-header__wrapper .axa-header__meta,.axa-header__toggle__input:not(:checked)~.axa-header__wrapper .axa-header__nav{transform:translate3d(100%,0,0)}}.axa-header__wrapper{display:flex;flex-direction:column;margin:0;font-size:13px}.axa-header__wrapper a{text-decoration:none;display:block;padding:10px 16px;text-transform:uppercase;line-height:1}@media (max-width: 991px){.axa-header__wrapper{padding-top:70px;min-height:100%;transition:transform .3s}}@media (min-width: 992px){.axa-header__wrapper{margin-left:calc((100% - 100vw)/2);margin-right:calc((100% - 100vw)/2);width:100vw;max-width:none;position:static;border-top:2px solid #00008f;margin-bottom:24px;background:#fff;box-shadow:0 1px 3px #0000001a,0 1px 12px #0000001a}}.axa-header__main{margin-left:auto;margin-right:auto;width:calc(100% - 20px);max-width:100%;position:relative;display:flex;width:100%;flex-direction:column}@media (min-width: 768px){.axa-header__main{width:720px;max-width:100%}}@media (min-width: 992px){.axa-header__main{width:960px;max-width:100%}}@media (min-width: 1200px){.axa-header__main{width:1140px;max-width:100%}}@media (max-width: 991px){.axa-header__main{flex-grow:1}}@media (min-width: 992px){.axa-header__main{flex-direction:row;align-items:center;min-height:70px}}.axa-header__main__logo{top:0;left:0;background:#fff}.axa-header__main__logo svg,.axa-header__main__logo img{height:55px;margin-left:1rem}@media (max-width: 991px){.axa-header__main__logo{position:fixed;min-height:70px;z-index:1000;right:0;border-top:2px solid #00008f;box-shadow:1px 0 3px #0000001a,1px 0 12px #0000001a}}@media (min-width: 992px){.axa-header__main__logo svg,.axa-header__main__logo img{margin-left:0}}.axa-header__meta{display:flex;background:none;font-size:12px}@media (max-width: 991px){.axa-header__meta{background:#fff;flex-grow:1;order:10;flex-direction:column;transition:transform .3s}}@media (min-width: 992px){.axa-header__meta{background:#fafafa}}.axa-header__meta__container{display:flex;height:100%}@media (max-width: 991px){.axa-header__meta__container{flex-grow:1;flex-direction:column}}@media (min-width: 992px){.axa-header__meta__container{position:relative;margin-left:auto;margin-right:auto;width:calc(100% - 20px);max-width:100%;align-items:center;flex-direction:row;height:auto}}@media (min-width: 992px) and (min-width: 768px){.axa-header__meta__container{width:720px;max-width:100%}}@media (min-width: 992px) and (min-width: 992px){.axa-header__meta__container{width:960px;max-width:100%}}@media (min-width: 992px) and (min-width: 1200px){.axa-header__meta__container{width:1140px;max-width:100%}}.axa-header__meta__domain{display:flex}@media (max-width: 991px){.axa-header__meta__domain{width:100%;flex-direction:column;flex-grow:1}}@media (min-width: 992px){.axa-header__meta__domain{margin-left:-1rem;align-items:center}}.axa-header__meta__helper{display:flex}.axa-header__meta__helper .axa-btn{font-size:inherit;padding:10px 16px;margin:0 16px;line-height:1}@media (max-width: 991px){.axa-header__meta__helper{width:100%;flex-direction:column}}@media (min-width: 992px){.axa-header__meta__helper{align-items:center;justify-content:flex-end;flex-grow:1;margin-right:-1rem}}@media (max-width: 991px){.axa-header__meta__helper__link{display:flex}.axa-header__meta__helper__link .axa-btn{flex-grow:1;padding:calc((40px - 1.5em)/2) 20px;margin:1rem 24px;justify-content:center;display:flex}}.axa-header__meta__domain__link a:not(.axa-btn),.axa-header__meta__helper__link a:not(.axa-btn){width:100%;color:#999}@media (max-width: 991px){.axa-header__meta__domain__link a:not(.axa-btn),.axa-header__meta__helper__link a:not(.axa-btn){border:1px solid #e5e5e5;border-width:1px 0;width:100%;padding:1.25rem 24px;margin-top:-1px}.axa-header__meta__domain__link a:not(.axa-btn).active,.axa-header__meta__helper__link a:not(.axa-btn).active{color:#333;text-shadow:0 0 .001rem currentColor;box-shadow:inset 0 -1px #00008f}.axa-header__meta__domain__link a:not(.axa-btn):hover,.axa-header__meta__helper__link a:not(.axa-btn):hover{color:#333;text-shadow:0 0 .001rem currentColor}}@media (min-width: 992px){.axa-header__meta__domain__link a:not(.axa-btn),.axa-header__meta__helper__link a:not(.axa-btn){width:auto}.axa-header__meta__domain__link a:not(.axa-btn):hover,.axa-header__meta__domain__link a:not(.axa-btn).active,.axa-header__meta__helper__link a:not(.axa-btn):hover,.axa-header__meta__helper__link a:not(.axa-btn).active{background-color:#fff}}.axa-header__nav{display:flex}@media (max-width: 991px){.axa-header__nav{flex-grow:1;flex-direction:column;background:#fff;transition:transform .3s}}@media (min-width: 992px){.axa-header__nav{flex-grow:1;justify-content:flex-end;margin-right:-1rem;align-items:center;padding-right:8px}}@media (max-width: 991px){.axa-header__nav__link{width:100%}}@media (max-width: 991px){.axa-header__nav__link--button{order:-1;width:100%;display:flex;padding:24px}}.axa-header__nav__link .axa-btn{font-size:14px;flex-grow:1;justify-content:center;display:flex}@media (max-width: 991px){.axa-header__nav__link .axa-btn{padding:calc((40px - 1.5em)/2) 20px;margin:0}}@media (min-width: 992px){.axa-header__nav__link .axa-btn{margin:0 8px 4px}}.axa-header__nav__link a:not(.axa-btn){padding:10px 16px;display:block;transition:all .3s;letter-spacing:.08rem}@media (max-width: 991px){.axa-header__nav__link a:not(.axa-btn){border:1px solid #e5e5e5;border-width:1px 0;width:100%;padding:20px 24px;margin-top:-1px}}@media (min-width: 992px){.axa-header__nav__link a:not(.axa-btn){padding:26px 1rem;min-height:70px;border:none;margin:0}}@media (max-width: 991px){.axa-header__nav__link a:not(.axa-btn):hover{text-shadow:0 0 .001rem currentColor;box-shadow:inset 0 -1px #f07662}}@media (min-width: 992px){.axa-header__nav__link a:not(.axa-btn):hover{box-shadow:inset 0 -4px #f07662}}.axa-header__nav__link a.active:not(.axa-btn){text-shadow:0 0 .001rem currentColor;box-shadow:inset 0 -2px #f07662}@media (min-width: 992px){.axa-header__nav__link a.active:not(.axa-btn){box-shadow:inset 0 -4px #f07662}}@media (max-width: 991px){.axa-header__tools{position:fixed;top:20px;right:80px;z-index:1001}}.axa-header__search{display:block;margin-left:16px}.axa-header__search__wrapper{display:flex}.axa-header__search__input{border:1px solid transparent;border-color:transparent #ccc transparent transparent;color:transparent;padding:0;font-size:16px;width:0;position:absolute;right:44px;height:42px;top:50%;margin-top:-21px;transition:border-color .3s,width .3s,color .3s,padding .3s}.axa-header__search__input::-webkit-input-placeholder{color:#aaa}.axa-header__search__input::-moz-placeholder{color:#aaa}.axa-header__search__input:-ms-input-placeholder{color:#aaa}.axa-header__search__input:-moz-placeholder{color:#aaa}@media (max-width: 991px){.axa-header__search__input{border-color:transparent}}.axa-header__search:hover .axa-header__search__input,.axa-header__search__input:focus{width:calc(100% - 120px);border-color:#ccc;outline:none;padding:0 1rem;color:#333}@media (max-width: 991px){.axa-header__search:hover .axa-header__search__input,.axa-header__search__input:focus{width:calc(100vw - 210px)}}.axa-header__search .axa-header__search__input:focus{border-color:#3b3fd8}.axa-header__search:hover .axa-header__search__btn svg,.axa-header__search__input:focus+.axa-header__search__btn svg{fill:#3b3fd8}.axa-header__search__btn{border:none;background:transparent;margin-left:16px;padding:0;cursor:pointer}.axa-header__search__btn:focus{outline:none}.axa-header__search__btn svg{height:28px;width:28px;fill:#ccc;transition:fill .3s}@media (max-width: 991px){.axa-header__search__btn{margin-top:4px}.axa-header__search__btn svg{height:32px;width:32px}}.axa-icon{display:flex;align-items:center}.axa-icon svg,svg.axa-icon{max-width:100%;max-height:100%;width:1em;height:1em;align-self:center}.axa-link{display:inline-flex;align-items:center;font-size:1.125rem;color:#00008f;text-decoration:none;cursor:pointer;text-transform:uppercase}.axa-link:hover{color:#00005b;text-decoration:none}.axa-link svg{width:1em;height:1em;fill:currentColor}.axa-link svg:first-child{margin-right:10px}.axa-link svg:last-child{margin-left:10px}.axa-link-blue-arrow:hover>svg,.axa-link-red-arrow:hover>svg{animation:animate-arrow-right .4s cubic-bezier(.77,0,.175,1)}.axa-link-red-arrow,.axa-link-red-icon{color:#f07662}.axa-link-red-arrow:hover,.axa-link-red-icon:hover{color:#ec4d33}.axa-links{padding:0;margin:0;list-style-type:none}.axa-table-wrapper{display:block;overflow-x:auto;overflow-y:hidden;max-width:100%;margin-bottom:2rem}@media (min-width: 768px){.axa-table-wrapper{background:#fff;border:1px solid #ccc;padding:0 1rem}}.axa-table{border-collapse:collapse;width:100%;margin-bottom:-1px}.axa-table thead{text-align:left;color:#7f7f7f;font-weight:400}.axa-table tbody{text-align:left}.axa-table tfoot th,.axa-table tfoot td{border-bottom:none}.axa-table th,.axa-table td{padding:1rem .5rem;border-bottom:1px solid #e5e5e5;font-weight:400}@media (max-width: 575px){.axa-table--flex-xs{background:transparent;border:none;padding:0}.axa-table--flex-xs tbody,.axa-table--flex-xs thead,.axa-table--flex-xs tfoot{display:block}.axa-table--flex-xs td,.axa-table--flex-xs th{border:none}.axa-table--flex-xs tr{display:flex;flex-wrap:wrap;border:1px solid #e5e5e5;margin-bottom:.5rem}}@media (max-width: 767px){.axa-table--flex-sm{background:transparent;border:none;padding:0}.axa-table--flex-sm tbody,.axa-table--flex-sm thead,.axa-table--flex-sm tfoot{display:block}.axa-table--flex-sm td,.axa-table--flex-sm th{border:none}.axa-table--flex-sm tr{display:flex;flex-wrap:wrap;border:1px solid #e5e5e5;margin-bottom:.5rem}}@media (max-width: 991px){.axa-table--flex-md{background:transparent;border:none;padding:0}.axa-table--flex-md tbody,.axa-table--flex-md thead,.axa-table--flex-md tfoot{display:block}.axa-table--flex-md td,.axa-table--flex-md th{border:none}.axa-table--flex-md tr{display:flex;flex-wrap:wrap;border:1px solid #e5e5e5;margin-bottom:.5rem}}@media (max-width: 1199px){.axa-table--flex-lg{background:transparent;border:none;padding:0}.axa-table--flex-lg tbody,.axa-table--flex-lg thead,.axa-table--flex-lg tfoot{display:block}.axa-table--flex-lg td,.axa-table--flex-lg th{border:none}.axa-table--flex-lg tr{display:flex;flex-wrap:wrap;border:1px solid #e5e5e5;margin-bottom:.5rem}}.axa-table--flex-xl{background:transparent;border:none;padding:0}.axa-table--flex-xl tbody,.axa-table--flex-xl thead,.axa-table--flex-xl tfoot{display:block}.axa-table--flex-xl td,.axa-table--flex-xl th{border:none}.axa-table--flex-xl tr{display:flex;flex-wrap:wrap;border:1px solid #e5e5e5;margin-bottom:.5rem}.table-of-contents{display:block;margin-top:2rem;margin-bottom:2rem;padding-left:25px;border-left:2px solid #3054ae}.table-of-contents__heading{font-size:1rem;font-weight:400;line-height:1.5;letter-spacing:.01em;margin-bottom:1rem;display:block;padding-bottom:10px;color:#ccc;font-weight:700}@media (min-width: 768px){.table-of-contents__heading{font-size:1.125rem;margin-bottom:1rem}}.table-of-contents__menu{display:block;padding:0;margin:0;list-style-type:none}.table-of-contents__item{display:block;padding-bottom:10px}.table-of-contents__link{letter-spacing:0;font-size:1.1428571429rem;font-weight:600;line-height:1.5;margin-bottom:1rem;display:inline;color:#3054ae;font-weight:400;text-decoration:none}@media (min-width: 768px){.table-of-contents__link{font-size:1.5rem;line-height:1.2;margin-bottom:1rem}}.axa-tab{box-shadow:0 1px 2px #e5e5e5;border:solid 1px #ccc}.axa-tab-list{display:flex;height:60px;color:#00005b}.axa-tab-list__tab{cursor:pointer;display:flex;flex:1;align-items:center;justify-content:center;font-weight:400;background:#fafafa}.axa-tab-list__tab[aria-selected=false]{border-bottom:solid 1px #ccc;border-left:solid 1px #ccc;border-right:solid 1px #ccc}.axa-tab-list__tab[aria-selected=true]{font-weight:500;background:#fff}.axa-tab-panel{background:#fff;font-weight:400}.axa-tab-list__tab-alt{cursor:pointer;display:flex;flex:1;align-items:center;justify-content:center;font-weight:400}.axa-tab-list__tab-alt[aria-selected=false]{border-bottom:solid 1px #ccc}.axa-tab-list__tab-alt[aria-selected=true]{font-weight:500;border-bottom:solid 5px #00005b}.axa-tab-panel-alt{font-weight:400}.axa-expansion-panel{display:block;box-shadow:0 1px 3px #0000001a,0 1px 12px #0000001a;margin:0;transition:margin 225ms cubic-bezier(.4,0,.2,1)}.axa-expansion-panel-header{border:1px solid #ccc;display:flex;flex-direction:row;align-items:center;padding:0 24px}.axa-expansion-panel-header:focus,.axa-expansion-panel-header:hover{outline:none}.axa-expansion-panel-header.mat-expanded:focus,.axa-expansion-panel-header.mat-expanded:hover{background:inherit}.axa-expansion-panel-header:not([aria-disabled=true]){cursor:pointer;background:#fff}.axa-expansion-panel-content{display:flex;flex-direction:column;overflow:hidden}.axa-expansion-panel-content.axa-expanded{overflow:visible}.axa-expansion-panel-body{padding:0 24px 16px}.axa-expansion-panel-spacing{margin:16px 0}.axa-accordion>.axa-expansion-panel-spacing:first-child,.axa-accordion>*:first-child:not(.axa-expansion-panel) .axa-expansion-panel-spacing{margin-top:0}.axa-accordion>.axa-expansion-panel-spacing:last-child,.axa-accordion>*:last-child:not(.axa-expansion-panel) .axa-expansion-panel-spacing{margin-bottom:0}/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%;text-size-adjust:100%}body{margin:0}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{appearance:none}::-webkit-file-upload-button{appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}@font-face{font-family:Publico Headline;src:url(/assets/fonts/Publico-Headline-Bold-latin.woff2) format("woff2");font-weight:600;font-style:normal;font-stretch:normal;font-display:swap;unicode-range:U+0-7e,U+A0,U+A9,U+AB,U+B0,U+BB,U+C0-FF,U+131,U+152,U+153,U+2c6,U+2da,U+2dc,U+2009-2212}@font-face{font-family:Publico Headline;src:url(/assets/fonts/Publico-Headline-Bold-latinextended.woff2) format("woff2");font-weight:600;font-style:normal;font-stretch:normal;font-display:swap;unicode-range:U+100-130,U+132-151,U+154-1ff,U+218,U+219,U+237,U+1e80-1e85,U+1ef2,U+1ef3}.axa-size-10{font-size:10px}.axa-size-12{font-size:12px}.axa-size-14{font-size:14px}.axa-size-16{font-size:16px}.axa-size-18{font-size:18px}.axa-size-20{font-size:20px}.axa-size-22{font-size:22px}.axa-size-24{font-size:24px}.axa-size-26{font-size:26px}.axa-size-28{font-size:28px}.axa-size-30{font-size:30px}.axa-size-32{font-size:32px}.axa-size-34{font-size:34px}body{font-family:Source Sans Pro,Arial,sans-serif;color:#333;line-height:1.5}h1,.h1,h2,.h2,h3,.h3,h4,.h4{margin:0;font-weight:400}h1{font-size:26px;line-height:1.2}p{margin-top:0;margin-bottom:.625rem}strong{font-weight:600}a{color:#00008f;text-decoration:none}p a,label a{color:inherit;text-decoration:underline}@media (min-width: 576px){h1,.h1{font-size:30px}}@media (min-width: 768px){h1,.h1{font-size:34px}}@media (min-width: 992px){h1,.h1{font-size:38px}}.screenreader{border:0;clip:rect(0 0 0 0);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;white-space:nowrap}.hide{display:none!important}.default-template,.error-template{height:100%}main{display:block}.footer{display:flex;margin:auto -12.5px -7.5px;flex-direction:column;align-items:center;position:relative}.footer>*{margin:7.5px 12.5px;max-width:calc(100% - 25px)}@media (min-width: 600px){.footer{margin-top:25px;flex-direction:row;justify-content:flex-end;align-items:flex-start}.footer-centered{justify-content:center}}.axa-dox-form__inline{display:flex;flex-flow:row wrap;align-items:center}.axadox-alert{text-align:center}.axadox-alert--danger{color:#c91432}.tool{cursor:help;position:relative}.tool:before,.tool:after{position:absolute;left:35%;opacity:0%;z-index:-100}.tool:hover:before,.tool:focus:before,.tool:hover:after,.tool:focus:after{opacity:100%;transform:scale(1) translateY(0);z-index:100}.tool:before{border-style:solid;border-width:1em .75em 0;border-color:#333 transparent transparent transparent;bottom:100%;content:"";margin-left:-.5em;transition:all .65s cubic-bezier(.84,-.18,.31,1.26),opacity .65s .5s;transform:scale(.6) translateY(-90%)}.tool:hover:before,.tool:focus:before{transition:all .65s cubic-bezier(.84,-.18,.31,1.26) .2s}.tool:after{width:17.5em;bottom:180%;margin-left:-15em;padding:1em;background:#333;border-radius:.25em;color:#fff;content:attr(data-tip);transition:all .65s cubic-bezier(.84,-.18,.31,1.26) .2s;transform:scale(.6) translateY(50%)}.tool:hover:after,.tool:focus:after{transition:all .65s cubic-bezier(.84,-.18,.31,1.26)}body,html{margin:0;padding:0;min-height:100%;min-width:100%;scroll-behavior:smooth}app-root:empty{display:flex;align-items:center;justify-content:center}app-root:empty:before{position:absolute;top:50%;content:"";display:block;width:50px;height:50px;background-color:#00008f;animation:rotateplane 1.1s infinite ease-in-out}@keyframes rotateplane{0%{transform:perspective(120px) rotateX(0) rotateY(0)}50%{transform:perspective(120px) rotateX(-180.1deg) rotateY(0)}to{transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg)}}*,*:before,*:after{box-sizing:border-box}button{cursor:pointer}.rotate{transform-style:preserve-3d;transform:rotateY(180deg)}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{appearance:none;margin:0}input::-ms-clear{width:0!important;height:0!important;display:none!important}@font-face{font-family:Material Icons;font-style:normal;font-weight:400;src:url(https://cdn.rawgit.com/google/material-design-icons/a6145e16/iconfont/MaterialIcons-Regular.eot);src:url(https://cdn.rawgit.com/google/material-design-icons/a6145e16/iconfont/MaterialIcons-Regular.woff2) format("woff2"),url(https://cdn.rawgit.com/google/material-design-icons/a6145e16/iconfont/MaterialIcons-Regular.woff) format("woff"),url(https://cdn.rawgit.com/google/material-design-icons/a6145e16/iconfont/MaterialIcons-Regular.ttf) format("truetype")}.material-icons{font-family:Material Icons;font-weight:400;font-style:normal;font-size:24px;display:inline-block;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;-moz-osx-font-smoothing:grayscale;font-feature-settings:"liga"}.form-field{display:flex;justify-content:center;font-size:1rem;border:1px solid #ccc}.form-field.form-field-checkbox{width:0;overflow:hidden;position:absolute;right:100vw}.form-field.form-field-checkbox+label{display:block;position:relative;padding-left:calc(1rem + 10px);font-size:.75rem}.form-field.form-field-checkbox+label:before{content:"";position:absolute;left:0;top:0;width:1rem;height:1rem;border:1px solid #ccc;background-color:#fff;transition:border-color .15s cubic-bezier(.77,0,.175,1)}.form-field.form-field-checkbox+label:after{content:"";position:absolute;left:.25rem;top:.25rem;width:.5rem;height:.5rem;background-color:#00008f;transition:opacity .15s cubic-bezier(.77,0,.175,1);opacity:0%}.form-field.form-field-checkbox:focus+label:before,.form-field.form-field-checkbox:hover+label:before{border-color:#00008f}.form-field.form-field-checkbox:checked+label:after{opacity:100%}.slideInDown{animation-duration:.4s}.form-field{width:100%;padding:.625rem 1.25rem;font-size:1rem;border:1px solid #ccc;border-radius:0;appearance:none;transition:border-color .15s cubic-bezier(.77,0,.175,1)}.form-field:focus,.form-field:hover{outline:none;border:1px solid #00008f}.form-field::placeholder{color:#999}.form-field[aria-invalid=true]{border-color:red}.form-field.form-field-textarea{resize:vertical;min-height:4rem;margin-top:5px}.mat-tooltip{color:#fff!important;background-color:#3031c1;font-size:14px!important;margin:15px!important;border-radius:0!important}@media (min-width: 576px){.mat-tooltip{width:500px!important}}@media (min-width: 768px){.mat-tooltip{width:550px!important}}app-caret-down{display:flex;align-items:center;justify-content:center}.page__title{margin-bottom:30px;font-size:24px;font-weight:700;line-height:1.17;letter-spacing:1px;color:#3a3a3a;font-family:Publico Headline Bold}@media (min-width: 576px){.page__title{font-size:28px;line-height:1.14;letter-spacing:-.1px;font-family:Source Sans Pro}}.page__sub-title{font-size:20px;line-height:1.5;letter-spacing:.23}@media (min-width: 576px){.page__sub-title{letter-spacing:.2px}}.cta{width:100%;margin-top:30px;display:flex;justify-content:center;font-size:12px!important;line-height:1.5!important;letter-spacing:1px!important;font-weight:600!important}@media (min-width: 992px){.cta{width:80%;font-size:16px!important;line-height:1.13!important}}@media all and (-ms-high-contrast: none),(-ms-high-contrast: active){.cta{margin-bottom:150px!important}}
