@charset "UTF-8";.mdc-touch-target-wrapper{display:inline}.mdc-elevation-overlay{position:absolute;border-radius:inherit;pointer-events:none;opacity:0;opacity:var(--mdc-elevation-overlay-opacity,0);transition:opacity .28s cubic-bezier(.4,0,.2,1);background-color:#fff;background-color:var(--mdc-elevation-overlay-color,#fff)}.mdc-button{position:relative}.mdc-button .mdc-elevation-overlay{width:100%;height:100%;top:0;left:0}.mdc-button{display:inline-flex;align-items:center;justify-content:center;box-sizing:border-box;min-width:64px;border:none;outline:none;line-height:inherit;-webkit-user-select:none;user-select:none;-webkit-appearance:none;overflow:visible;vertical-align:middle;background:transparent}.mdc-button::-moz-focus-inner{padding:0;border:0}.mdc-button:active{outline:none}.mdc-button:hover{cursor:pointer}.mdc-button:disabled{cursor:default;pointer-events:none}.mdc-button .mdc-button__icon{margin-left:0;margin-right:8px}.mdc-button .mdc-button__icon[dir=rtl],[dir=rtl] .mdc-button .mdc-button__icon{margin-left:8px;margin-right:0}.mdc-button .mdc-button__icon{display:inline-block;position:relative;vertical-align:top}.mdc-button .mdc-button__label{position:relative}.mdc-button .mdc-button__focus-ring{display:none}@media screen and (forced-colors:active){.mdc-button.mdc-ripple-upgraded--background-focused .mdc-button__focus-ring,.mdc-button:not(.mdc-ripple-upgraded):focus .mdc-button__focus-ring{pointer-events:none;border:2px solid transparent;border-radius:6px;box-sizing:content-box;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);height:calc(100% + 4px);width:calc(100% + 4px);display:block}}@media screen and (forced-colors:active) and (forced-colors:active){.mdc-button.mdc-ripple-upgraded--background-focused .mdc-button__focus-ring,.mdc-button:not(.mdc-ripple-upgraded):focus .mdc-button__focus-ring{border-color:CanvasText}}@media screen and (forced-colors:active){.mdc-button.mdc-ripple-upgraded--background-focused .mdc-button__focus-ring:after,.mdc-button:not(.mdc-ripple-upgraded):focus .mdc-button__focus-ring:after{content:"";border:2px solid transparent;border-radius:8px;display:block;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);height:calc(100% + 4px);width:calc(100% + 4px)}}@media screen and (forced-colors:active) and (forced-colors:active){.mdc-button.mdc-ripple-upgraded--background-focused .mdc-button__focus-ring:after,.mdc-button:not(.mdc-ripple-upgraded):focus .mdc-button__focus-ring:after{border-color:CanvasText}}.mdc-button .mdc-button__touch{position:absolute;top:50%;height:48px;left:0;right:0;transform:translateY(-50%)}.mdc-button__label+.mdc-button__icon{margin-left:8px;margin-right:0}.mdc-button__label+.mdc-button__icon[dir=rtl],[dir=rtl] .mdc-button__label+.mdc-button__icon{margin-left:0;margin-right:8px}svg.mdc-button__icon{fill:currentColor}.mdc-button--touch{margin-top:6px;margin-bottom:6px}.mdc-button{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:var(--mdc-typography-button-font-family,var(--mdc-typography-font-family,Roboto,sans-serif));text-decoration:none;-webkit-text-decoration:var(--mdc-typography-button-text-decoration,none);text-decoration:var(--mdc-typography-button-text-decoration,none);padding:0 8px}.mdc-button--unelevated{transition:box-shadow .28s cubic-bezier(.4,0,.2,1);padding:0 16px}[dir=ltr] .mdc-button--unelevated.mdc-button--icon-trailing{padding:0 12px 0 16px}[dir=ltr] .mdc-button--unelevated.mdc-button--icon-leading,[dir=rtl] .mdc-button--unelevated.mdc-button--icon-trailing{padding:0 16px 0 12px}[dir=rtl] .mdc-button--unelevated.mdc-button--icon-leading{padding:0 12px 0 16px}.mdc-button--raised{transition:box-shadow .28s cubic-bezier(.4,0,.2,1);padding:0 16px}[dir=ltr] .mdc-button--raised.mdc-button--icon-trailing{padding:0 12px 0 16px}[dir=ltr] .mdc-button--raised.mdc-button--icon-leading,[dir=rtl] .mdc-button--raised.mdc-button--icon-trailing{padding:0 16px 0 12px}[dir=rtl] .mdc-button--raised.mdc-button--icon-leading{padding:0 12px 0 16px}.mdc-button--outlined{border-style:solid;transition:border .28s cubic-bezier(.4,0,.2,1)}.mdc-button--outlined .mdc-button__ripple{border-style:solid;border-color:transparent}@keyframes mdc-ripple-fg-radius-in{0%{animation-timing-function:cubic-bezier(.4,0,.2,1);transform:translate(var(--mdc-ripple-fg-translate-start,0)) scale(1)}to{transform:translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1))}}@keyframes mdc-ripple-fg-opacity-in{0%{animation-timing-function:linear;opacity:0}to{opacity:var(--mdc-ripple-fg-opacity,0)}}@keyframes mdc-ripple-fg-opacity-out{0%{animation-timing-function:linear;opacity:var(--mdc-ripple-fg-opacity,0)}to{opacity:0}}.mdc-button{--mdc-ripple-fg-size:0;--mdc-ripple-left:0;--mdc-ripple-top:0;--mdc-ripple-fg-scale:1;--mdc-ripple-fg-translate-end:0;--mdc-ripple-fg-translate-start:0;-webkit-tap-highlight-color:rgba(0,0,0,0);will-change:transform,opacity}.mdc-button .mdc-button__ripple:after,.mdc-button .mdc-button__ripple:before{position:absolute;border-radius:50%;opacity:0;pointer-events:none;content:""}.mdc-button .mdc-button__ripple:before{transition:opacity 15ms linear,background-color 15ms linear;z-index:1;z-index:var(--mdc-ripple-z-index,1)}.mdc-button .mdc-button__ripple:after{z-index:0;z-index:var(--mdc-ripple-z-index,0)}.mdc-button.mdc-ripple-upgraded .mdc-button__ripple:before{transform:scale(var(--mdc-ripple-fg-scale,1))}.mdc-button.mdc-ripple-upgraded .mdc-button__ripple:after{top:0;left:0;transform:scale(0);transform-origin:center center}.mdc-button.mdc-ripple-upgraded--unbounded .mdc-button__ripple:after{top:var(--mdc-ripple-top,0);left:var(--mdc-ripple-left,0)}.mdc-button.mdc-ripple-upgraded--foreground-activation .mdc-button__ripple:after{animation:mdc-ripple-fg-radius-in 225ms forwards,mdc-ripple-fg-opacity-in 75ms forwards}.mdc-button.mdc-ripple-upgraded--foreground-deactivation .mdc-button__ripple:after{animation:mdc-ripple-fg-opacity-out .15s;transform:translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1))}.mdc-button .mdc-button__ripple:after,.mdc-button .mdc-button__ripple:before{top:-50%;left:-50%;width:200%;height:200%}.mdc-button.mdc-ripple-upgraded .mdc-button__ripple:after{width:var(--mdc-ripple-fg-size,100%);height:var(--mdc-ripple-fg-size,100%)}.mdc-button__ripple{position:absolute;box-sizing:content-box;overflow:hidden;z-index:0;top:0;left:0;bottom:0;right:0}.mdc-button{font-family:Roboto,sans-serif;font-family:var(--mdc-text-button-label-text-font,var(--mdc-typography-button-font-family,var(--mdc-typography-font-family,Roboto,sans-serif)));font-size:14px;font-size:var(--mdc-text-button-label-text-size,var(--mdc-typography-button-font-size,14px));letter-spacing:normal;letter-spacing:var(--mdc-text-button-label-text-tracking,var(--mdc-typography-button-letter-spacing,normal));font-weight:500;font-weight:var(--mdc-text-button-label-text-weight,var(--mdc-typography-button-font-weight,500));text-transform:none;text-transform:var(--mdc-text-button-label-text-transform,var(--mdc-typography-button-text-transform,none))}.mdc-button:not(:disabled){color:#2471c9;color:var(--mdc-text-button-label-text-color,var(--mdc-theme-primary,#2471c9))}.mdc-button:disabled{color:rgba(0,0,0,.38);color:var(--mdc-text-button-disabled-label-text-color,rgba(0,0,0,.38))}.mdc-button .mdc-button__icon{font-size:1.125rem;font-size:var(--mdc-text-button-with-icon-icon-size,1.125rem);width:1.125rem;width:var(--mdc-text-button-with-icon-icon-size,1.125rem);height:1.125rem;height:var(--mdc-text-button-with-icon-icon-size,1.125rem)}.mdc-button .mdc-button__ripple:after,.mdc-button .mdc-button__ripple:before{background-color:#2471c9;background-color:var(--mdc-text-button-hover-state-layer-color,var(--mdc-theme-primary,#2471c9))}.mdc-button.mdc-ripple-surface--hover .mdc-button__ripple:before,.mdc-button:hover .mdc-button__ripple:before{opacity:.04;opacity:var(--mdc-text-button-hover-state-layer-opacity,.04)}.mdc-button.mdc-ripple-upgraded--background-focused .mdc-button__ripple:before,.mdc-button:not(.mdc-ripple-upgraded):focus .mdc-button__ripple:before{transition-duration:75ms;opacity:.12;opacity:var(--mdc-text-button-focus-state-layer-opacity,.12)}.mdc-button:not(.mdc-ripple-upgraded) .mdc-button__ripple:after{transition:opacity .15s linear}.mdc-button:not(.mdc-ripple-upgraded):active .mdc-button__ripple:after{transition-duration:75ms;opacity:.12;opacity:var(--mdc-text-button-pressed-state-layer-opacity,.12)}.mdc-button.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:var(--mdc-text-button-pressed-state-layer-opacity,0.12)}.mdc-button{height:36px;height:var(--mdc-text-button-container-height,36px)}.mdc-button,.mdc-button .mdc-button__ripple{border-radius:4px;border-radius:var(--mdc-text-button-container-shape,var(--mdc-shape-small,4px))}.mdc-button--unelevated{font-family:Roboto,sans-serif;font-family:var(--mdc-filled-button-label-text-font,var(--mdc-typography-button-font-family,var(--mdc-typography-font-family,Roboto,sans-serif)));font-size:14px;font-size:var(--mdc-filled-button-label-text-size,var(--mdc-typography-button-font-size,14px));letter-spacing:normal;letter-spacing:var(--mdc-filled-button-label-text-tracking,var(--mdc-typography-button-letter-spacing,normal));font-weight:500;font-weight:var(--mdc-filled-button-label-text-weight,var(--mdc-typography-button-font-weight,500));text-transform:none;text-transform:var(--mdc-filled-button-label-text-transform,var(--mdc-typography-button-text-transform,none))}.mdc-button--unelevated:not(:disabled){background-color:#2471c9;background-color:var(--mdc-filled-button-container-color,var(--mdc-theme-primary,#2471c9))}.mdc-button--unelevated:disabled{background-color:rgba(0,0,0,.12);background-color:var(--mdc-filled-button-disabled-container-color,rgba(0,0,0,.12))}.mdc-button--unelevated:not(:disabled){color:#fff;color:var(--mdc-filled-button-label-text-color,var(--mdc-theme-on-primary,#fff))}.mdc-button--unelevated:disabled{color:rgba(0,0,0,.38);color:var(--mdc-filled-button-disabled-label-text-color,rgba(0,0,0,.38))}.mdc-button--unelevated .mdc-button__icon{font-size:1.125rem;font-size:var(--mdc-filled-button-with-icon-icon-size,1.125rem);width:1.125rem;width:var(--mdc-filled-button-with-icon-icon-size,1.125rem);height:1.125rem;height:var(--mdc-filled-button-with-icon-icon-size,1.125rem)}.mdc-button--unelevated .mdc-button__ripple:after,.mdc-button--unelevated .mdc-button__ripple:before{background-color:#fff;background-color:var(--mdc-filled-button-hover-state-layer-color,var(--mdc-theme-on-primary,#fff))}.mdc-button--unelevated.mdc-ripple-surface--hover .mdc-button__ripple:before,.mdc-button--unelevated:hover .mdc-button__ripple:before{opacity:.08;opacity:var(--mdc-filled-button-hover-state-layer-opacity,.08)}.mdc-button--unelevated.mdc-ripple-upgraded--background-focused .mdc-button__ripple:before,.mdc-button--unelevated:not(.mdc-ripple-upgraded):focus .mdc-button__ripple:before{transition-duration:75ms;opacity:.24;opacity:var(--mdc-filled-button-focus-state-layer-opacity,.24)}.mdc-button--unelevated:not(.mdc-ripple-upgraded) .mdc-button__ripple:after{transition:opacity .15s linear}.mdc-button--unelevated:not(.mdc-ripple-upgraded):active .mdc-button__ripple:after{transition-duration:75ms;opacity:.24;opacity:var(--mdc-filled-button-pressed-state-layer-opacity,.24)}.mdc-button--unelevated.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:var(--mdc-filled-button-pressed-state-layer-opacity,0.24)}.mdc-button--unelevated{height:36px;height:var(--mdc-filled-button-container-height,36px)}.mdc-button--unelevated,.mdc-button--unelevated .mdc-button__ripple{border-radius:4px;border-radius:var(--mdc-filled-button-container-shape,var(--mdc-shape-small,4px))}.mdc-button--raised{font-family:Roboto,sans-serif;font-family:var(--mdc-protected-button-label-text-font,var(--mdc-typography-button-font-family,var(--mdc-typography-font-family,Roboto,sans-serif)));font-size:14px;font-size:var(--mdc-protected-button-label-text-size,var(--mdc-typography-button-font-size,14px));letter-spacing:normal;letter-spacing:var(--mdc-protected-button-label-text-tracking,var(--mdc-typography-button-letter-spacing,normal));font-weight:500;font-weight:var(--mdc-protected-button-label-text-weight,var(--mdc-typography-button-font-weight,500));text-transform:none;text-transform:var(--mdc-protected-button-label-text-transform,var(--mdc-typography-button-text-transform,none))}.mdc-button--raised:not(:disabled){background-color:#2471c9;background-color:var(--mdc-protected-button-container-color,var(--mdc-theme-primary,#2471c9))}.mdc-button--raised:disabled{background-color:rgba(0,0,0,.12);background-color:var(--mdc-protected-button-disabled-container-color,rgba(0,0,0,.12))}.mdc-button--raised:not(:disabled){color:#fff;color:var(--mdc-protected-button-label-text-color,var(--mdc-theme-on-primary,#fff))}.mdc-button--raised:disabled{color:rgba(0,0,0,.38);color:var(--mdc-protected-button-disabled-label-text-color,rgba(0,0,0,.38))}.mdc-button--raised .mdc-button__icon{font-size:1.125rem;font-size:var(--mdc-protected-button-with-icon-icon-size,1.125rem);width:1.125rem;width:var(--mdc-protected-button-with-icon-icon-size,1.125rem);height:1.125rem;height:var(--mdc-protected-button-with-icon-icon-size,1.125rem)}.mdc-button--raised .mdc-button__ripple:after,.mdc-button--raised .mdc-button__ripple:before{background-color:#fff;background-color:var(--mdc-protected-button-hover-state-layer-color,var(--mdc-theme-on-primary,#fff))}.mdc-button--raised.mdc-ripple-surface--hover .mdc-button__ripple:before,.mdc-button--raised:hover .mdc-button__ripple:before{opacity:.08;opacity:var(--mdc-protected-button-hover-state-layer-opacity,.08)}.mdc-button--raised.mdc-ripple-upgraded--background-focused .mdc-button__ripple:before,.mdc-button--raised:not(.mdc-ripple-upgraded):focus .mdc-button__ripple:before{transition-duration:75ms;opacity:.24;opacity:var(--mdc-protected-button-focus-state-layer-opacity,.24)}.mdc-button--raised:not(.mdc-ripple-upgraded) .mdc-button__ripple:after{transition:opacity .15s linear}.mdc-button--raised:not(.mdc-ripple-upgraded):active .mdc-button__ripple:after{transition-duration:75ms;opacity:.24;opacity:var(--mdc-protected-button-pressed-state-layer-opacity,.24)}.mdc-button--raised.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:var(--mdc-protected-button-pressed-state-layer-opacity,0.24)}.mdc-button--raised{height:36px;height:var(--mdc-protected-button-container-height,36px)}.mdc-button--raised,.mdc-button--raised .mdc-button__ripple{border-radius:4px;border-radius:var(--mdc-protected-button-container-shape,var(--mdc-shape-small,4px))}.mdc-button--raised{--mdc-elevation-box-shadow-for-gss: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);box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12);box-shadow:var(--mdc-protected-button-container-elevation,var(--mdc-elevation-box-shadow-for-gss))}.mdc-button--raised.mdc-ripple-upgraded--background-focused,.mdc-button--raised:not(.mdc-ripple-upgraded):focus{--mdc-elevation-box-shadow-for-gss: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);box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12);box-shadow:var(--mdc-protected-button-focus-container-elevation,var(--mdc-elevation-box-shadow-for-gss))}.mdc-button--raised:hover{--mdc-elevation-box-shadow-for-gss: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);box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12);box-shadow:var(--mdc-protected-button-hover-container-elevation,var(--mdc-elevation-box-shadow-for-gss))}.mdc-button--raised:not(:disabled):active{--mdc-elevation-box-shadow-for-gss: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);box-shadow:0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12);box-shadow:var(--mdc-protected-button-pressed-container-elevation,var(--mdc-elevation-box-shadow-for-gss))}.mdc-button--raised:disabled{--mdc-elevation-box-shadow-for-gss: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);box-shadow:0 0 0 0 rgba(0,0,0,.2),0 0 0 0 rgba(0,0,0,.14),0 0 0 0 rgba(0,0,0,.12);box-shadow:var(--mdc-protected-button-disabled-container-elevation,var(--mdc-elevation-box-shadow-for-gss))}.mdc-button--outlined{font-family:Roboto,sans-serif;font-family:var(--mdc-outlined-button-label-text-font,var(--mdc-typography-button-font-family,var(--mdc-typography-font-family,Roboto,sans-serif)));font-size:14px;font-size:var(--mdc-outlined-button-label-text-size,var(--mdc-typography-button-font-size,14px));letter-spacing:normal;letter-spacing:var(--mdc-outlined-button-label-text-tracking,var(--mdc-typography-button-letter-spacing,normal));font-weight:500;font-weight:var(--mdc-outlined-button-label-text-weight,var(--mdc-typography-button-font-weight,500));text-transform:none;text-transform:var(--mdc-outlined-button-label-text-transform,var(--mdc-typography-button-text-transform,none))}.mdc-button--outlined:not(:disabled){color:#2471c9;color:var(--mdc-outlined-button-label-text-color,var(--mdc-theme-primary,#2471c9))}.mdc-button--outlined:disabled{color:rgba(0,0,0,.38);color:var(--mdc-outlined-button-disabled-label-text-color,rgba(0,0,0,.38))}.mdc-button--outlined .mdc-button__icon{font-size:1.125rem;font-size:var(--mdc-outlined-button-with-icon-icon-size,1.125rem);width:1.125rem;width:var(--mdc-outlined-button-with-icon-icon-size,1.125rem);height:1.125rem;height:var(--mdc-outlined-button-with-icon-icon-size,1.125rem)}.mdc-button--outlined .mdc-button__ripple:after,.mdc-button--outlined .mdc-button__ripple:before{background-color:#2471c9;background-color:var(--mdc-outlined-button-hover-state-layer-color,var(--mdc-theme-primary,#2471c9))}.mdc-button--outlined.mdc-ripple-surface--hover .mdc-button__ripple:before,.mdc-button--outlined:hover .mdc-button__ripple:before{opacity:.04;opacity:var(--mdc-outlined-button-hover-state-layer-opacity,.04)}.mdc-button--outlined.mdc-ripple-upgraded--background-focused .mdc-button__ripple:before,.mdc-button--outlined:not(.mdc-ripple-upgraded):focus .mdc-button__ripple:before{transition-duration:75ms;opacity:.12;opacity:var(--mdc-outlined-button-focus-state-layer-opacity,.12)}.mdc-button--outlined:not(.mdc-ripple-upgraded) .mdc-button__ripple:after{transition:opacity .15s linear}.mdc-button--outlined:not(.mdc-ripple-upgraded):active .mdc-button__ripple:after{transition-duration:75ms;opacity:.12;opacity:var(--mdc-outlined-button-pressed-state-layer-opacity,.12)}.mdc-button--outlined.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:var(--mdc-outlined-button-pressed-state-layer-opacity,0.12)}.mdc-button--outlined{height:36px;height:var(--mdc-outlined-button-container-height,36px)}.mdc-button--outlined,.mdc-button--outlined .mdc-button__ripple{border-radius:4px;border-radius:var(--mdc-outlined-button-container-shape,var(--mdc-shape-small,4px))}.mdc-button--outlined:not(:disabled){border-color:rgba(0,0,0,.12);border-color:var(--mdc-outlined-button-outline-color,rgba(0,0,0,.12))}.mdc-button--outlined:disabled{border-color:rgba(0,0,0,.12);border-color:var(--mdc-outlined-button-disabled-outline-color,rgba(0,0,0,.12))}.mdc-button--outlined{padding:0 15px}[dir=ltr] .mdc-button--outlined.mdc-button--icon-trailing{padding:0 11px 0 15px}[dir=ltr] .mdc-button--outlined.mdc-button--icon-leading,[dir=rtl] .mdc-button--outlined.mdc-button--icon-trailing{padding:0 15px 0 11px}[dir=rtl] .mdc-button--outlined.mdc-button--icon-leading{padding:0 11px 0 15px}.mdc-button--outlined,.mdc-button--outlined .mdc-button__ripple{border-width:1px;border-width:var(--mdc-outlined-button-outline-width,1px)}.mdc-button--outlined .mdc-button__ripple{top:-1px;left:-1px;bottom:-1px;right:-1px}.mdc-button--outlined .mdc-button__touch{width:calc(100% + 2px);width:calc(100% + var(--mdc-outlined-button-outline-width, 1px)*2)}[dir=ltr] .mdc-button--outlined .mdc-button__touch{left:-1px;left:calc(var(--mdc-outlined-button-outline-width, 1px)*-1)}[dir=rtl] .mdc-button--outlined .mdc-button__touch{right:-1px;right:calc(var(--mdc-outlined-button-outline-width, 1px)*-1)}.mdc-button--outlined .mdc-button__icon,.mdc-button--raised .mdc-button__icon,.mdc-button--unelevated .mdc-button__icon{margin-left:-4px;margin-right:8px}.mdc-button--outlined .mdc-button__icon[dir=rtl],.mdc-button--outlined .mdc-button__label+.mdc-button__icon,.mdc-button--raised .mdc-button__icon[dir=rtl],.mdc-button--raised .mdc-button__label+.mdc-button__icon,.mdc-button--unelevated .mdc-button__icon[dir=rtl],.mdc-button--unelevated .mdc-button__label+.mdc-button__icon,[dir=rtl] .mdc-button--outlined .mdc-button__icon,[dir=rtl] .mdc-button--raised .mdc-button__icon,[dir=rtl] .mdc-button--unelevated .mdc-button__icon{margin-left:8px;margin-right:-4px}.mdc-button--outlined .mdc-button__label+.mdc-button__icon[dir=rtl],.mdc-button--raised .mdc-button__label+.mdc-button__icon[dir=rtl],.mdc-button--unelevated .mdc-button__label+.mdc-button__icon[dir=rtl],[dir=rtl] .mdc-button--outlined .mdc-button__label+.mdc-button__icon,[dir=rtl] .mdc-button--raised .mdc-button__label+.mdc-button__icon,[dir=rtl] .mdc-button--unelevated .mdc-button__label+.mdc-button__icon{margin-left:-4px;margin-right:8px}.mdc-icon-button{font-size:24px;width:48px;height:48px;padding:12px}.mdc-icon-button .mdc-icon-button__focus-ring{display:none}@media screen and (forced-colors:active){.mdc-icon-button.mdc-ripple-upgraded--background-focused .mdc-icon-button__focus-ring,.mdc-icon-button:not(.mdc-ripple-upgraded):focus .mdc-icon-button__focus-ring{pointer-events:none;border:2px solid transparent;border-radius:6px;box-sizing:content-box;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);height:100%;width:100%}}@media screen and (forced-colors:active) and (forced-colors:active){.mdc-icon-button.mdc-ripple-upgraded--background-focused .mdc-icon-button__focus-ring,.mdc-icon-button:not(.mdc-ripple-upgraded):focus .mdc-icon-button__focus-ring{border-color:CanvasText}}@media screen and (forced-colors:active){.mdc-icon-button.mdc-ripple-upgraded--background-focused .mdc-icon-button__focus-ring:after,.mdc-icon-button:not(.mdc-ripple-upgraded):focus .mdc-icon-button__focus-ring:after{content:"";border:2px solid transparent;border-radius:8px;display:block;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);height:calc(100% + 4px);width:calc(100% + 4px)}}@media screen and (forced-colors:active) and (forced-colors:active){.mdc-icon-button.mdc-ripple-upgraded--background-focused .mdc-icon-button__focus-ring:after,.mdc-icon-button:not(.mdc-ripple-upgraded):focus .mdc-icon-button__focus-ring:after{border-color:CanvasText}}.mdc-icon-button.mdc-ripple-upgraded--background-focused .mdc-icon-button__focus-ring,.mdc-icon-button:not(.mdc-ripple-upgraded):focus .mdc-icon-button__focus-ring{display:block;max-height:48px;max-width:48px}.mdc-icon-button.mdc-icon-button--reduced-size .mdc-icon-button__ripple{width:40px;height:40px;margin:4px}.mdc-icon-button.mdc-icon-button--reduced-size.mdc-ripple-upgraded--background-focused .mdc-icon-button__focus-ring,.mdc-icon-button.mdc-icon-button--reduced-size:not(.mdc-ripple-upgraded):focus .mdc-icon-button__focus-ring{max-height:40px;max-width:40px}.mdc-icon-button:disabled{color:rgba(0,0,0,.38);color:var(--mdc-theme-text-disabled-on-light,rgba(0,0,0,.38))}.mdc-icon-button img,.mdc-icon-button svg{width:24px;height:24px}.mdc-icon-button{display:inline-block;position:relative;box-sizing:border-box;border:none;outline:none;background-color:transparent;fill:currentColor;color:inherit;text-decoration:none;cursor:pointer;-webkit-user-select:none;user-select:none;z-index:0;overflow:visible}.mdc-icon-button .mdc-icon-button__touch{position:absolute;top:50%;height:48px;left:50%;width:48px}[dir=ltr] .mdc-icon-button .mdc-icon-button__touch{transform:translate(-50%,-50%)}[dir=rtl] .mdc-icon-button .mdc-icon-button__touch{transform:translate(50%,-50%)}.mdc-icon-button:disabled{cursor:default;pointer-events:none}.mdc-icon-button--display-flex{align-items:center;display:inline-flex;justify-content:center}.mdc-icon-button__icon{display:inline-block}.mdc-icon-button--on .mdc-icon-button__icon,.mdc-icon-button__icon.mdc-icon-button__icon--on{display:none}.mdc-icon-button--on .mdc-icon-button__icon.mdc-icon-button__icon--on{display:inline-block}.mdc-icon-button__link{height:100%;outline:none;position:absolute;top:0;width:100%}[dir=ltr] .mdc-icon-button__link{left:0}[dir=rtl] .mdc-icon-button__link{right:0}.mdc-icon-button{--mdc-ripple-fg-size:0;--mdc-ripple-left:0;--mdc-ripple-top:0;--mdc-ripple-fg-scale:1;--mdc-ripple-fg-translate-end:0;--mdc-ripple-fg-translate-start:0;-webkit-tap-highlight-color:rgba(0,0,0,0);will-change:transform,opacity}.mdc-icon-button .mdc-icon-button__ripple:after,.mdc-icon-button .mdc-icon-button__ripple:before{position:absolute;border-radius:50%;opacity:0;pointer-events:none;content:""}.mdc-icon-button .mdc-icon-button__ripple:before{transition:opacity 15ms linear,background-color 15ms linear;z-index:1;z-index:var(--mdc-ripple-z-index,1)}.mdc-icon-button .mdc-icon-button__ripple:after{z-index:0;z-index:var(--mdc-ripple-z-index,0)}.mdc-icon-button.mdc-ripple-upgraded .mdc-icon-button__ripple:before{transform:scale(var(--mdc-ripple-fg-scale,1))}.mdc-icon-button.mdc-ripple-upgraded .mdc-icon-button__ripple:after{top:0;left:0;transform:scale(0);transform-origin:center center}.mdc-icon-button.mdc-ripple-upgraded--unbounded .mdc-icon-button__ripple:after{top:var(--mdc-ripple-top,0);left:var(--mdc-ripple-left,0)}.mdc-icon-button.mdc-ripple-upgraded--foreground-activation .mdc-icon-button__ripple:after{animation:mdc-ripple-fg-radius-in 225ms forwards,mdc-ripple-fg-opacity-in 75ms forwards}.mdc-icon-button.mdc-ripple-upgraded--foreground-deactivation .mdc-icon-button__ripple:after{animation:mdc-ripple-fg-opacity-out .15s;transform:translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1))}.mdc-icon-button .mdc-icon-button__ripple:after,.mdc-icon-button .mdc-icon-button__ripple:before{top:0;left:0;width:100%;height:100%}.mdc-icon-button.mdc-ripple-upgraded .mdc-icon-button__ripple:after,.mdc-icon-button.mdc-ripple-upgraded .mdc-icon-button__ripple:before{top:var(--mdc-ripple-top,0);left:var(--mdc-ripple-left,0);width:var(--mdc-ripple-fg-size,100%);height:var(--mdc-ripple-fg-size,100%)}.mdc-icon-button.mdc-ripple-upgraded .mdc-icon-button__ripple:after{width:var(--mdc-ripple-fg-size,100%);height:var(--mdc-ripple-fg-size,100%)}.mdc-icon-button .mdc-icon-button__ripple:after,.mdc-icon-button .mdc-icon-button__ripple:before{background-color:#000;background-color:var(--mdc-ripple-color,#000)}.mdc-icon-button.mdc-ripple-surface--hover .mdc-icon-button__ripple:before,.mdc-icon-button:hover .mdc-icon-button__ripple:before{opacity:.04;opacity:var(--mdc-ripple-hover-opacity,.04)}.mdc-icon-button.mdc-ripple-upgraded--background-focused .mdc-icon-button__ripple:before,.mdc-icon-button:not(.mdc-ripple-upgraded):focus .mdc-icon-button__ripple:before{transition-duration:75ms;opacity:.12;opacity:var(--mdc-ripple-focus-opacity,.12)}.mdc-icon-button:not(.mdc-ripple-upgraded) .mdc-icon-button__ripple:after{transition:opacity .15s linear}.mdc-icon-button:not(.mdc-ripple-upgraded):active .mdc-icon-button__ripple:after{transition-duration:75ms;opacity:.12;opacity:var(--mdc-ripple-press-opacity,.12)}.mdc-icon-button.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:var(--mdc-ripple-press-opacity,0.12)}.mdc-icon-button .mdc-icon-button__ripple{height:100%;pointer-events:none;position:absolute;top:0;width:100%;z-index:-1}[dir=ltr] .mdc-icon-button .mdc-icon-button__ripple{left:0}[dir=rtl] .mdc-icon-button .mdc-icon-button__ripple{right:0}.mdc-deprecated-list{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:Roboto,sans-serif;font-family:var(--mdc-typography-subtitle1-font-family,var(--mdc-typography-font-family,Roboto,sans-serif));font-size:14px;font-size:var(--mdc-typography-subtitle1-font-size,14px);line-height:1.75rem;line-height:var(--mdc-typography-subtitle1-line-height,1.75rem);font-weight:400;font-weight:var(--mdc-typography-subtitle1-font-weight,400);letter-spacing:.009375em;letter-spacing:var(--mdc-typography-subtitle1-letter-spacing,.009375em);text-decoration:inherit;-webkit-text-decoration:var(--mdc-typography-subtitle1-text-decoration,inherit);text-decoration:var(--mdc-typography-subtitle1-text-decoration,inherit);text-transform:inherit;text-transform:var(--mdc-typography-subtitle1-text-transform,inherit);line-height:1.5rem;margin:0;padding:8px 0;list-style-type:none}.mdc-deprecated-list:focus{outline:none}.mdc-deprecated-list{color:rgba(0,0,0,.87);color:var(--mdc-theme-text-primary-on-background,rgba(0,0,0,.87))}.mdc-deprecated-list-item__secondary-text{color:rgba(0,0,0,.54);color:var(--mdc-theme-text-secondary-on-background,rgba(0,0,0,.54))}.mdc-deprecated-list-item__graphic{background-color:transparent;color:rgba(0,0,0,.38);color:var(--mdc-theme-text-icon-on-background,rgba(0,0,0,.38))}.mdc-deprecated-list-item__meta{color:rgba(0,0,0,.38);color:var(--mdc-theme-text-hint-on-background,rgba(0,0,0,.38))}.mdc-deprecated-list-item--disabled .mdc-deprecated-list-item__text{opacity:.38}.mdc-deprecated-list-item--disabled .mdc-deprecated-list-item__primary-text,.mdc-deprecated-list-item--disabled .mdc-deprecated-list-item__secondary-text,.mdc-deprecated-list-item--disabled .mdc-deprecated-list-item__text{color:#000;color:var(--mdc-theme-on-surface,#000)}.mdc-deprecated-list-item--activated,.mdc-deprecated-list-item--activated .mdc-deprecated-list-item__graphic,.mdc-deprecated-list-item--selected,.mdc-deprecated-list-item--selected .mdc-deprecated-list-item__graphic{color:#2471c9;color:var(--mdc-theme-primary,#2471c9)}.mdc-deprecated-list--dense{padding-top:4px;padding-bottom:4px;font-size:.812rem}.mdc-deprecated-list-item__wrapper{display:block}.mdc-deprecated-list-item{display:flex;position:relative;align-items:center;justify-content:flex-start;overflow:hidden;padding:0}.mdc-deprecated-list-item:focus{outline:none}.mdc-deprecated-list-item.mdc-ripple-upgraded--background-focused:before,.mdc-deprecated-list-item:not(.mdc-deprecated-list-item--selected):focus:before{position:absolute;box-sizing:border-box;width:100%;height:100%;top:0;border:1px solid transparent;border-radius:inherit;content:"";pointer-events:none}[dir=ltr] .mdc-deprecated-list-item.mdc-ripple-upgraded--background-focused:before,[dir=ltr] .mdc-deprecated-list-item:not(.mdc-deprecated-list-item--selected):focus:before{left:0}[dir=rtl] .mdc-deprecated-list-item.mdc-ripple-upgraded--background-focused:before,[dir=rtl] .mdc-deprecated-list-item:not(.mdc-deprecated-list-item--selected):focus:before{right:0}@media screen and (forced-colors:active){.mdc-deprecated-list-item.mdc-ripple-upgraded--background-focused:before,.mdc-deprecated-list-item:not(.mdc-deprecated-list-item--selected):focus:before{border-color:CanvasText}}.mdc-deprecated-list-item.mdc-deprecated-list-item--selected:before{position:absolute;box-sizing:border-box;width:100%;height:100%;top:0;border:3px double transparent;border-radius:inherit;content:"";pointer-events:none}[dir=ltr] .mdc-deprecated-list-item.mdc-deprecated-list-item--selected:before{left:0}[dir=rtl] .mdc-deprecated-list-item.mdc-deprecated-list-item--selected:before{right:0}@media screen and (forced-colors:active){.mdc-deprecated-list-item.mdc-deprecated-list-item--selected:before{border-color:CanvasText}}.mdc-deprecated-list-item,.mdc-deprecated-list-item[dir=rtl],[dir=rtl] .mdc-deprecated-list-item{padding-left:16px;padding-right:16px}.mdc-deprecated-list-item{height:48px}.mdc-deprecated-list--icon-list .mdc-deprecated-list-item,.mdc-deprecated-list--icon-list .mdc-deprecated-list-item[dir=rtl],[dir=rtl] .mdc-deprecated-list--icon-list .mdc-deprecated-list-item{padding-left:16px;padding-right:16px}.mdc-deprecated-list--icon-list .mdc-deprecated-list-item{height:56px}.mdc-deprecated-list--avatar-list .mdc-deprecated-list-item,.mdc-deprecated-list--avatar-list .mdc-deprecated-list-item[dir=rtl],[dir=rtl] .mdc-deprecated-list--avatar-list .mdc-deprecated-list-item{padding-left:16px;padding-right:16px}.mdc-deprecated-list--avatar-list .mdc-deprecated-list-item{height:56px}.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-item,.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-item[dir=rtl],[dir=rtl] .mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-item{padding-left:16px;padding-right:16px}.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-item{height:56px}.mdc-deprecated-list--image-list .mdc-deprecated-list-item,.mdc-deprecated-list--image-list .mdc-deprecated-list-item[dir=rtl],[dir=rtl] .mdc-deprecated-list--image-list .mdc-deprecated-list-item{padding-left:16px;padding-right:16px}.mdc-deprecated-list--image-list .mdc-deprecated-list-item{height:72px}.mdc-deprecated-list--video-list .mdc-deprecated-list-item{padding-left:0;padding-right:16px}.mdc-deprecated-list--video-list .mdc-deprecated-list-item[dir=rtl],[dir=rtl] .mdc-deprecated-list--video-list .mdc-deprecated-list-item{padding-left:16px;padding-right:0}.mdc-deprecated-list--video-list .mdc-deprecated-list-item{height:72px}.mdc-deprecated-list--dense .mdc-deprecated-list-item__graphic{margin-left:0;margin-right:16px}.mdc-deprecated-list--dense .mdc-deprecated-list-item__graphic[dir=rtl],[dir=rtl] .mdc-deprecated-list--dense .mdc-deprecated-list-item__graphic{margin-left:16px;margin-right:0}.mdc-deprecated-list--dense .mdc-deprecated-list-item__graphic{width:20px;height:20px}.mdc-deprecated-list-item__graphic{flex-shrink:0;align-items:center;justify-content:center;fill:currentColor;object-fit:cover;margin-left:0;margin-right:32px}.mdc-deprecated-list-item__graphic[dir=rtl],[dir=rtl] .mdc-deprecated-list-item__graphic{margin-left:32px;margin-right:0}.mdc-deprecated-list-item__graphic{width:24px;height:24px}.mdc-deprecated-list--icon-list .mdc-deprecated-list-item__graphic{margin-left:0;margin-right:32px}.mdc-deprecated-list--icon-list .mdc-deprecated-list-item__graphic[dir=rtl],[dir=rtl] .mdc-deprecated-list--icon-list .mdc-deprecated-list-item__graphic{margin-left:32px;margin-right:0}.mdc-deprecated-list--icon-list .mdc-deprecated-list-item__graphic{width:24px;height:24px}.mdc-deprecated-list--avatar-list .mdc-deprecated-list-item__graphic{margin-left:0;margin-right:16px}.mdc-deprecated-list--avatar-list .mdc-deprecated-list-item__graphic[dir=rtl],[dir=rtl] .mdc-deprecated-list--avatar-list .mdc-deprecated-list-item__graphic{margin-left:16px;margin-right:0}.mdc-deprecated-list--avatar-list .mdc-deprecated-list-item__graphic{width:40px;height:40px;border-radius:50%}.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-item__graphic{margin-left:0;margin-right:16px}.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-item__graphic[dir=rtl],[dir=rtl] .mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-item__graphic{margin-left:16px;margin-right:0}.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-item__graphic{width:40px;height:40px}.mdc-deprecated-list--image-list .mdc-deprecated-list-item__graphic{margin-left:0;margin-right:16px}.mdc-deprecated-list--image-list .mdc-deprecated-list-item__graphic[dir=rtl],[dir=rtl] .mdc-deprecated-list--image-list .mdc-deprecated-list-item__graphic{margin-left:16px;margin-right:0}.mdc-deprecated-list--image-list .mdc-deprecated-list-item__graphic{width:56px;height:56px}.mdc-deprecated-list--video-list .mdc-deprecated-list-item__graphic{margin-left:0;margin-right:16px}.mdc-deprecated-list--video-list .mdc-deprecated-list-item__graphic[dir=rtl],[dir=rtl] .mdc-deprecated-list--video-list .mdc-deprecated-list-item__graphic{margin-left:16px;margin-right:0}.mdc-deprecated-list--video-list .mdc-deprecated-list-item__graphic{width:100px;height:56px}.mdc-deprecated-list .mdc-deprecated-list-item__graphic{display:inline-flex}.mdc-deprecated-list-item__meta:not(.material-icons){-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:Roboto,sans-serif;font-family:var(--mdc-typography-caption-font-family,var(--mdc-typography-font-family,Roboto,sans-serif));font-size:.75rem;font-size:var(--mdc-typography-caption-font-size,.75rem);line-height:1.25rem;line-height:var(--mdc-typography-caption-line-height,1.25rem);font-weight:400;font-weight:var(--mdc-typography-caption-font-weight,400);letter-spacing:.0333333333em;letter-spacing:var(--mdc-typography-caption-letter-spacing,.0333333333em);text-decoration:inherit;-webkit-text-decoration:var(--mdc-typography-caption-text-decoration,inherit);text-decoration:var(--mdc-typography-caption-text-decoration,inherit);text-transform:inherit;text-transform:var(--mdc-typography-caption-text-transform,inherit)}.mdc-deprecated-list-item__meta{margin-left:auto;margin-right:0}.mdc-deprecated-list-item[dir=rtl] .mdc-deprecated-list-item__meta,[dir=rtl] .mdc-deprecated-list-item .mdc-deprecated-list-item__meta{margin-left:0;margin-right:auto}.mdc-deprecated-list-item__text{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.mdc-deprecated-list-item__text[for]{pointer-events:none}.mdc-deprecated-list-item__primary-text{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;display:block}.mdc-deprecated-list-item__primary-text:before{display:inline-block;width:0;height:28px;content:"";vertical-align:0}.mdc-deprecated-list-item__primary-text:after{display:inline-block;width:0;height:20px;content:"";vertical-align:-20px}.mdc-deprecated-list-item__primary-text{margin-top:0;line-height:normal;margin-bottom:-20px}.mdc-deprecated-list--avatar-list .mdc-deprecated-list-item__primary-text,.mdc-deprecated-list--icon-list .mdc-deprecated-list-item__primary-text,.mdc-deprecated-list--image-list .mdc-deprecated-list-item__primary-text,.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-item__primary-text,.mdc-deprecated-list--video-list .mdc-deprecated-list-item__primary-text{display:block}.mdc-deprecated-list--avatar-list .mdc-deprecated-list-item__primary-text:before,.mdc-deprecated-list--icon-list .mdc-deprecated-list-item__primary-text:before,.mdc-deprecated-list--image-list .mdc-deprecated-list-item__primary-text:before,.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-item__primary-text:before,.mdc-deprecated-list--video-list .mdc-deprecated-list-item__primary-text:before{display:inline-block;width:0;height:32px;content:"";vertical-align:0}.mdc-deprecated-list--avatar-list .mdc-deprecated-list-item__primary-text:after,.mdc-deprecated-list--icon-list .mdc-deprecated-list-item__primary-text:after,.mdc-deprecated-list--image-list .mdc-deprecated-list-item__primary-text:after,.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-item__primary-text:after,.mdc-deprecated-list--video-list .mdc-deprecated-list-item__primary-text:after{display:inline-block;width:0;height:20px;content:"";vertical-align:-20px}.mdc-deprecated-list--avatar-list .mdc-deprecated-list-item__primary-text,.mdc-deprecated-list--icon-list .mdc-deprecated-list-item__primary-text,.mdc-deprecated-list--image-list .mdc-deprecated-list-item__primary-text,.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-item__primary-text,.mdc-deprecated-list--video-list .mdc-deprecated-list-item__primary-text{margin-top:0;line-height:normal;margin-bottom:-20px}.mdc-deprecated-list--dense .mdc-deprecated-list-item__primary-text{display:block}.mdc-deprecated-list--dense .mdc-deprecated-list-item__primary-text:before{display:inline-block;width:0;height:24px;content:"";vertical-align:0}.mdc-deprecated-list--dense .mdc-deprecated-list-item__primary-text:after{display:inline-block;width:0;height:20px;content:"";vertical-align:-20px}.mdc-deprecated-list--dense .mdc-deprecated-list-item__primary-text{margin-top:0;line-height:normal;margin-bottom:-20px}.mdc-deprecated-list-item__secondary-text{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:Roboto,sans-serif;font-family:var(--mdc-typography-body2-font-family,var(--mdc-typography-font-family,Roboto,sans-serif));font-size:.875rem;font-size:var(--mdc-typography-body2-font-size,.875rem);line-height:1.25rem;line-height:var(--mdc-typography-body2-line-height,1.25rem);font-weight:400;font-weight:var(--mdc-typography-body2-font-weight,400);letter-spacing:.0178571429em;letter-spacing:var(--mdc-typography-body2-letter-spacing,.0178571429em);text-decoration:inherit;-webkit-text-decoration:var(--mdc-typography-body2-text-decoration,inherit);text-decoration:var(--mdc-typography-body2-text-decoration,inherit);text-transform:inherit;text-transform:var(--mdc-typography-body2-text-transform,inherit);text-overflow:ellipsis;white-space:nowrap;overflow:hidden;display:block}.mdc-deprecated-list-item__secondary-text:before{display:inline-block;width:0;height:20px;content:"";vertical-align:0}.mdc-deprecated-list-item__secondary-text{margin-top:0;line-height:normal}.mdc-deprecated-list--dense .mdc-deprecated-list-item__secondary-text{font-size:inherit}.mdc-deprecated-list--dense .mdc-deprecated-list-item{height:40px}.mdc-deprecated-list--two-line .mdc-deprecated-list-item__text{align-self:flex-start}.mdc-deprecated-list--two-line .mdc-deprecated-list-item{height:64px}.mdc-deprecated-list--two-line.mdc-deprecated-list--avatar-list .mdc-deprecated-list-item,.mdc-deprecated-list--two-line.mdc-deprecated-list--icon-list .mdc-deprecated-list-item,.mdc-deprecated-list--two-line.mdc-deprecated-list--image-list .mdc-deprecated-list-item,.mdc-deprecated-list--two-line.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-item,.mdc-deprecated-list--two-line.mdc-deprecated-list--video-list .mdc-deprecated-list-item{height:72px}.mdc-deprecated-list--two-line.mdc-deprecated-list--icon-list .mdc-deprecated-list-item__graphic{align-self:flex-start;margin-top:16px}.mdc-deprecated-list--avatar-list.mdc-deprecated-list--dense .mdc-deprecated-list-item,.mdc-deprecated-list--two-line.mdc-deprecated-list--dense .mdc-deprecated-list-item{height:60px}.mdc-deprecated-list--avatar-list.mdc-deprecated-list--dense .mdc-deprecated-list-item__graphic{margin-left:0;margin-right:16px}.mdc-deprecated-list--avatar-list.mdc-deprecated-list--dense .mdc-deprecated-list-item__graphic[dir=rtl],[dir=rtl] .mdc-deprecated-list--avatar-list.mdc-deprecated-list--dense .mdc-deprecated-list-item__graphic{margin-left:16px;margin-right:0}.mdc-deprecated-list--avatar-list.mdc-deprecated-list--dense .mdc-deprecated-list-item__graphic{width:36px;height:36px}:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item{cursor:pointer}a.mdc-deprecated-list-item{color:inherit;text-decoration:none}.mdc-deprecated-list-divider{height:0;margin:0;border:none;border-bottom:1px solid;border-bottom-color:rgba(0,0,0,.12)}.mdc-deprecated-list-divider--padded{margin-left:16px;margin-right:0}.mdc-deprecated-list-divider--padded[dir=rtl],[dir=rtl] .mdc-deprecated-list-divider--padded{margin-left:0;margin-right:16px}.mdc-deprecated-list-divider--padded{width:calc(100% - 32px)}.mdc-deprecated-list-divider--inset{margin-left:72px;margin-right:0}.mdc-deprecated-list-divider--inset[dir=rtl],[dir=rtl] .mdc-deprecated-list-divider--inset{margin-left:0;margin-right:72px}.mdc-deprecated-list-divider--inset{width:calc(100% - 72px)}.mdc-deprecated-list-divider--inset.mdc-deprecated-list-divider--padded{margin-left:72px;margin-right:0}.mdc-deprecated-list-divider--inset.mdc-deprecated-list-divider--padded[dir=rtl],[dir=rtl] .mdc-deprecated-list-divider--inset.mdc-deprecated-list-divider--padded{margin-left:0;margin-right:72px}.mdc-deprecated-list-divider--inset.mdc-deprecated-list-divider--padded{width:calc(100% - 88px)}.mdc-deprecated-list .mdc-deprecated-list-divider--inset-leading{margin-left:16px;margin-right:0}.mdc-deprecated-list .mdc-deprecated-list-divider--inset-leading[dir=rtl],[dir=rtl] .mdc-deprecated-list .mdc-deprecated-list-divider--inset-leading{margin-left:0;margin-right:16px}.mdc-deprecated-list .mdc-deprecated-list-divider--inset-leading,.mdc-deprecated-list .mdc-deprecated-list-divider--inset-trailing{width:calc(100% - 16px)}.mdc-deprecated-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing{margin-left:16px;margin-right:0}.mdc-deprecated-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing[dir=rtl],[dir=rtl] .mdc-deprecated-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing{margin-left:0;margin-right:16px}.mdc-deprecated-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing{width:calc(100% - 32px)}.mdc-deprecated-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--padding{margin-left:16px;margin-right:0}.mdc-deprecated-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--padding[dir=rtl],[dir=rtl] .mdc-deprecated-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--padding{margin-left:0;margin-right:16px}.mdc-deprecated-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--padding{width:calc(100% - 16px)}.mdc-deprecated-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing.mdc-deprecated-list-divider--inset-padding{margin-left:16px;margin-right:0}.mdc-deprecated-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing.mdc-deprecated-list-divider--inset-padding[dir=rtl],[dir=rtl] .mdc-deprecated-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing.mdc-deprecated-list-divider--inset-padding{margin-left:0;margin-right:16px}.mdc-deprecated-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing.mdc-deprecated-list-divider--inset-padding{width:calc(100% - 32px)}.mdc-deprecated-list--icon-list .mdc-deprecated-list-divider--inset-leading{margin-left:72px;margin-right:0}.mdc-deprecated-list--icon-list .mdc-deprecated-list-divider--inset-leading[dir=rtl],[dir=rtl] .mdc-deprecated-list--icon-list .mdc-deprecated-list-divider--inset-leading{margin-left:0;margin-right:72px}.mdc-deprecated-list--icon-list .mdc-deprecated-list-divider--inset-leading{width:calc(100% - 72px)}.mdc-deprecated-list--icon-list .mdc-deprecated-list-divider--inset-trailing{width:calc(100% - 16px)}.mdc-deprecated-list--icon-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing{margin-left:72px;margin-right:0}.mdc-deprecated-list--icon-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing[dir=rtl],[dir=rtl] .mdc-deprecated-list--icon-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing{margin-left:0;margin-right:72px}.mdc-deprecated-list--icon-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing{width:calc(100% - 88px)}.mdc-deprecated-list--icon-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--padding{margin-left:16px;margin-right:0}.mdc-deprecated-list--icon-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--padding[dir=rtl],[dir=rtl] .mdc-deprecated-list--icon-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--padding{margin-left:0;margin-right:16px}.mdc-deprecated-list--icon-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--padding{width:calc(100% - 16px)}.mdc-deprecated-list--icon-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing.mdc-deprecated-list-divider--inset-padding{margin-left:16px;margin-right:0}.mdc-deprecated-list--icon-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing.mdc-deprecated-list-divider--inset-padding[dir=rtl],[dir=rtl] .mdc-deprecated-list--icon-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing.mdc-deprecated-list-divider--inset-padding{margin-left:0;margin-right:16px}.mdc-deprecated-list--icon-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing.mdc-deprecated-list-divider--inset-padding{width:calc(100% - 32px)}.mdc-deprecated-list--avatar-list .mdc-deprecated-list-divider--inset-leading{margin-left:72px;margin-right:0}.mdc-deprecated-list--avatar-list .mdc-deprecated-list-divider--inset-leading[dir=rtl],[dir=rtl] .mdc-deprecated-list--avatar-list .mdc-deprecated-list-divider--inset-leading{margin-left:0;margin-right:72px}.mdc-deprecated-list--avatar-list .mdc-deprecated-list-divider--inset-leading{width:calc(100% - 72px)}.mdc-deprecated-list--avatar-list .mdc-deprecated-list-divider--inset-trailing{width:calc(100% - 16px)}.mdc-deprecated-list--avatar-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing{margin-left:72px;margin-right:0}.mdc-deprecated-list--avatar-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing[dir=rtl],[dir=rtl] .mdc-deprecated-list--avatar-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing{margin-left:0;margin-right:72px}.mdc-deprecated-list--avatar-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing{width:calc(100% - 88px)}.mdc-deprecated-list--avatar-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--padding{margin-left:16px;margin-right:0}.mdc-deprecated-list--avatar-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--padding[dir=rtl],[dir=rtl] .mdc-deprecated-list--avatar-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--padding{margin-left:0;margin-right:16px}.mdc-deprecated-list--avatar-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--padding{width:calc(100% - 16px)}.mdc-deprecated-list--avatar-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing.mdc-deprecated-list-divider--inset-padding{margin-left:16px;margin-right:0}.mdc-deprecated-list--avatar-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing.mdc-deprecated-list-divider--inset-padding[dir=rtl],[dir=rtl] .mdc-deprecated-list--avatar-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing.mdc-deprecated-list-divider--inset-padding{margin-left:0;margin-right:16px}.mdc-deprecated-list--avatar-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing.mdc-deprecated-list-divider--inset-padding{width:calc(100% - 32px)}.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-divider--inset-leading{margin-left:72px;margin-right:0}.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-divider--inset-leading[dir=rtl],[dir=rtl] .mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-divider--inset-leading{margin-left:0;margin-right:72px}.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-divider--inset-leading{width:calc(100% - 72px)}.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-divider--inset-trailing{width:calc(100% - 16px)}.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing{margin-left:72px;margin-right:0}.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing[dir=rtl],[dir=rtl] .mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing{margin-left:0;margin-right:72px}.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing{width:calc(100% - 88px)}.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--padding{margin-left:16px;margin-right:0}.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--padding[dir=rtl],[dir=rtl] .mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--padding{margin-left:0;margin-right:16px}.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--padding{width:calc(100% - 16px)}.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing.mdc-deprecated-list-divider--inset-padding{margin-left:16px;margin-right:0}.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing.mdc-deprecated-list-divider--inset-padding[dir=rtl],[dir=rtl] .mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing.mdc-deprecated-list-divider--inset-padding{margin-left:0;margin-right:16px}.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing.mdc-deprecated-list-divider--inset-padding{width:calc(100% - 32px)}.mdc-deprecated-list--image-list .mdc-deprecated-list-divider--inset-leading{margin-left:88px;margin-right:0}.mdc-deprecated-list--image-list .mdc-deprecated-list-divider--inset-leading[dir=rtl],[dir=rtl] .mdc-deprecated-list--image-list .mdc-deprecated-list-divider--inset-leading{margin-left:0;margin-right:88px}.mdc-deprecated-list--image-list .mdc-deprecated-list-divider--inset-leading{width:calc(100% - 88px)}.mdc-deprecated-list--image-list .mdc-deprecated-list-divider--inset-trailing{width:calc(100% - 16px)}.mdc-deprecated-list--image-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing{margin-left:88px;margin-right:0}.mdc-deprecated-list--image-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing[dir=rtl],[dir=rtl] .mdc-deprecated-list--image-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing{margin-left:0;margin-right:88px}.mdc-deprecated-list--image-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing{width:calc(100% - 104px)}.mdc-deprecated-list--image-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--padding{margin-left:16px;margin-right:0}.mdc-deprecated-list--image-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--padding[dir=rtl],[dir=rtl] .mdc-deprecated-list--image-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--padding{margin-left:0;margin-right:16px}.mdc-deprecated-list--image-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--padding{width:calc(100% - 16px)}.mdc-deprecated-list--image-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing.mdc-deprecated-list-divider--inset-padding{margin-left:16px;margin-right:0}.mdc-deprecated-list--image-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing.mdc-deprecated-list-divider--inset-padding[dir=rtl],[dir=rtl] .mdc-deprecated-list--image-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing.mdc-deprecated-list-divider--inset-padding{margin-left:0;margin-right:16px}.mdc-deprecated-list--image-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing.mdc-deprecated-list-divider--inset-padding{width:calc(100% - 32px)}.mdc-deprecated-list--video-list .mdc-deprecated-list-divider--inset-leading{margin-left:116px;margin-right:0}.mdc-deprecated-list--video-list .mdc-deprecated-list-divider--inset-leading[dir=rtl],[dir=rtl] .mdc-deprecated-list--video-list .mdc-deprecated-list-divider--inset-leading{margin-left:0;margin-right:116px}.mdc-deprecated-list--video-list .mdc-deprecated-list-divider--inset-leading{width:calc(100% - 116px)}.mdc-deprecated-list--video-list .mdc-deprecated-list-divider--inset-trailing{width:calc(100% - 16px)}.mdc-deprecated-list--video-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing{margin-left:116px;margin-right:0}.mdc-deprecated-list--video-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing[dir=rtl],[dir=rtl] .mdc-deprecated-list--video-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing{margin-left:0;margin-right:116px}.mdc-deprecated-list--video-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing{width:calc(100% - 132px)}.mdc-deprecated-list--video-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--padding,.mdc-deprecated-list--video-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--padding[dir=rtl],[dir=rtl] .mdc-deprecated-list--video-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--padding{margin-left:0;margin-right:0}.mdc-deprecated-list--video-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--padding{width:100%}.mdc-deprecated-list--video-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing.mdc-deprecated-list-divider--inset-padding,.mdc-deprecated-list--video-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing.mdc-deprecated-list-divider--inset-padding[dir=rtl],[dir=rtl] .mdc-deprecated-list--video-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing.mdc-deprecated-list-divider--inset-padding{margin-left:0;margin-right:0}.mdc-deprecated-list--video-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing.mdc-deprecated-list-divider--inset-padding{width:calc(100% - 16px)}.mdc-deprecated-list-group .mdc-deprecated-list{padding:0}.mdc-deprecated-list-group__subheader{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:Roboto,sans-serif;font-family:var(--mdc-typography-subtitle1-font-family,var(--mdc-typography-font-family,Roboto,sans-serif));font-size:14px;font-size:var(--mdc-typography-subtitle1-font-size,14px);line-height:1.75rem;line-height:var(--mdc-typography-subtitle1-line-height,1.75rem);font-weight:400;font-weight:var(--mdc-typography-subtitle1-font-weight,400);letter-spacing:.009375em;letter-spacing:var(--mdc-typography-subtitle1-letter-spacing,.009375em);text-decoration:inherit;-webkit-text-decoration:var(--mdc-typography-subtitle1-text-decoration,inherit);text-decoration:var(--mdc-typography-subtitle1-text-decoration,inherit);text-transform:inherit;text-transform:var(--mdc-typography-subtitle1-text-transform,inherit);margin:.75rem 16px}.mdc-list-item__primary-text{color:rgba(0,0,0,.87);color:var(--mdc-theme-text-primary-on-background,rgba(0,0,0,.87))}.mdc-list-item__secondary-text{color:rgba(0,0,0,.54);color:var(--mdc-theme-text-secondary-on-background,rgba(0,0,0,.54))}.mdc-list-item__overline-text{color:rgba(0,0,0,.38);color:var(--mdc-theme-text-hint-on-background,rgba(0,0,0,.38))}.mdc-list-item--with-leading-icon .mdc-list-item__start,.mdc-list-item--with-trailing-icon .mdc-list-item__end{background-color:transparent;color:rgba(0,0,0,.38);color:var(--mdc-theme-text-icon-on-background,rgba(0,0,0,.38))}.mdc-list-item__end{color:rgba(0,0,0,.38);color:var(--mdc-theme-text-hint-on-background,rgba(0,0,0,.38))}.mdc-list-item--disabled .mdc-list-item__content,.mdc-list-item--disabled .mdc-list-item__end,.mdc-list-item--disabled .mdc-list-item__start{opacity:.38}.mdc-list-item--disabled .mdc-list-item__overline-text,.mdc-list-item--disabled .mdc-list-item__primary-text,.mdc-list-item--disabled .mdc-list-item__secondary-text,.mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start,.mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end,.mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end{color:#000;color:var(--mdc-theme-on-surface,#000)}.mdc-list-item--activated .mdc-list-item__primary-text,.mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start,.mdc-list-item--selected .mdc-list-item__primary-text,.mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start{color:#2471c9;color:var(--mdc-theme-primary,#2471c9)}.mdc-deprecated-list-group__subheader{color:rgba(0,0,0,.87);color:var(--mdc-theme-text-primary-on-background,rgba(0,0,0,.87))}@media (-ms-high-contrast:active),screen and (forced-colors:active){.mdc-list-divider:after{content:"";display:block;border-bottom:1px solid #fff}}.mdc-list{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:Roboto,sans-serif;font-family:var(--mdc-typography-subtitle1-font-family,var(--mdc-typography-font-family,Roboto,sans-serif));font-size:14px;font-size:var(--mdc-typography-subtitle1-font-size,14px);line-height:1.75rem;line-height:var(--mdc-typography-subtitle1-line-height,1.75rem);font-weight:400;font-weight:var(--mdc-typography-subtitle1-font-weight,400);letter-spacing:.009375em;letter-spacing:var(--mdc-typography-subtitle1-letter-spacing,.009375em);text-decoration:inherit;-webkit-text-decoration:var(--mdc-typography-subtitle1-text-decoration,inherit);text-decoration:var(--mdc-typography-subtitle1-text-decoration,inherit);text-transform:inherit;text-transform:var(--mdc-typography-subtitle1-text-transform,inherit);line-height:1.5rem;margin:0;padding:8px 0;list-style-type:none}.mdc-list:focus{outline:none}.mdc-list-item__wrapper{display:block}.mdc-list-item{display:flex;position:relative;align-items:center;justify-content:flex-start;overflow:hidden;padding:0}.mdc-list-item:focus{outline:none}.mdc-list-item.mdc-list-item--with-one-line{height:48px}.mdc-list-item.mdc-list-item--with-two-lines{height:64px}.mdc-list-item.mdc-list-item--with-three-lines{height:88px}.mdc-list-item.mdc-list-item--with-one-line .mdc-list-item__start{align-self:center;margin-top:0}.mdc-list-item.mdc-list-item--with-three-lines .mdc-list-item__start,.mdc-list-item.mdc-list-item--with-two-lines .mdc-list-item__start{align-self:flex-start;margin-top:16px}.mdc-list-item.mdc-list-item--with-one-line .mdc-list-item__end,.mdc-list-item.mdc-list-item--with-two-lines .mdc-list-item__end{align-self:center;margin-top:0}.mdc-list-item.mdc-list-item--with-three-lines .mdc-list-item__end{align-self:flex-start;margin-top:16px}.mdc-list-item{align-items:stretch;cursor:pointer}.mdc-list-item.mdc-list-item--disabled,.mdc-list-item.mdc-list-item--non-interactive{cursor:auto}.mdc-list-item.mdc-ripple-upgraded--background-focused:before,.mdc-list-item:not(.mdc-list-item--selected):focus:before{position:absolute;box-sizing:border-box;width:100%;height:100%;top:0;border:1px solid transparent;border-radius:inherit;content:"";pointer-events:none}[dir=ltr] .mdc-list-item.mdc-ripple-upgraded--background-focused:before,[dir=ltr] .mdc-list-item:not(.mdc-list-item--selected):focus:before{left:0}[dir=rtl] .mdc-list-item.mdc-ripple-upgraded--background-focused:before,[dir=rtl] .mdc-list-item:not(.mdc-list-item--selected):focus:before{right:0}@media screen and (forced-colors:active){.mdc-list-item.mdc-ripple-upgraded--background-focused:before,.mdc-list-item:not(.mdc-list-item--selected):focus:before{border-color:CanvasText}}.mdc-list-item.mdc-list-item--selected:before{position:absolute;box-sizing:border-box;width:100%;height:100%;top:0;border:3px double transparent;border-radius:inherit;content:"";pointer-events:none}[dir=ltr] .mdc-list-item.mdc-list-item--selected:before{left:0}[dir=rtl] .mdc-list-item.mdc-list-item--selected:before{right:0}@media screen and (forced-colors:active){.mdc-list-item.mdc-list-item--selected:before{border-color:CanvasText}}.mdc-list-item.mdc-list-item--selected:focus:before{position:absolute;box-sizing:border-box;width:100%;height:100%;top:0;border:3px solid transparent;border-radius:inherit;content:"";pointer-events:none}[dir=ltr] .mdc-list-item.mdc-list-item--selected:focus:before{left:0}[dir=rtl] .mdc-list-item.mdc-list-item--selected:focus:before{right:0}@media screen and (forced-colors:active){.mdc-list-item.mdc-list-item--selected:focus:before{border-color:CanvasText}}a.mdc-list-item{color:inherit;text-decoration:none}.mdc-list-item__start{fill:currentColor}.mdc-list-item__end,.mdc-list-item__start{flex-shrink:0;pointer-events:none}.mdc-list-item__content{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;align-self:center;flex:1;pointer-events:none}.mdc-list-item--with-three-lines .mdc-list-item__content,.mdc-list-item--with-two-lines .mdc-list-item__content{align-self:stretch}.mdc-list-item__content[for]{pointer-events:none}.mdc-list-item__primary-text{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:Roboto,sans-serif;font-family:var(--mdc-typography-subtitle1-font-family,var(--mdc-typography-font-family,Roboto,sans-serif));font-size:14px;font-size:var(--mdc-typography-subtitle1-font-size,14px);line-height:1.75rem;line-height:var(--mdc-typography-subtitle1-line-height,1.75rem);font-weight:400;font-weight:var(--mdc-typography-subtitle1-font-weight,400);letter-spacing:.009375em;letter-spacing:var(--mdc-typography-subtitle1-letter-spacing,.009375em);text-decoration:inherit;-webkit-text-decoration:var(--mdc-typography-subtitle1-text-decoration,inherit);text-decoration:var(--mdc-typography-subtitle1-text-decoration,inherit);text-transform:inherit;text-transform:var(--mdc-typography-subtitle1-text-transform,inherit);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.mdc-list-item--with-three-lines .mdc-list-item__primary-text,.mdc-list-item--with-two-lines .mdc-list-item__primary-text{display:block}.mdc-list-item--with-three-lines .mdc-list-item__primary-text:before,.mdc-list-item--with-two-lines .mdc-list-item__primary-text:before{display:inline-block;width:0;height:28px;content:"";vertical-align:0}.mdc-list-item--with-three-lines .mdc-list-item__primary-text:after,.mdc-list-item--with-two-lines .mdc-list-item__primary-text:after{display:inline-block;width:0;height:20px;content:"";vertical-align:-20px}.mdc-list-item--with-three-lines .mdc-list-item__primary-text,.mdc-list-item--with-two-lines .mdc-list-item__primary-text{margin-top:0;line-height:normal;margin-bottom:-20px}.mdc-list-item__secondary-text{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:Roboto,sans-serif;font-family:var(--mdc-typography-body2-font-family,var(--mdc-typography-font-family,Roboto,sans-serif));font-size:.875rem;font-size:var(--mdc-typography-body2-font-size,.875rem);line-height:1.25rem;line-height:var(--mdc-typography-body2-line-height,1.25rem);font-weight:400;font-weight:var(--mdc-typography-body2-font-weight,400);letter-spacing:.0178571429em;letter-spacing:var(--mdc-typography-body2-letter-spacing,.0178571429em);text-decoration:inherit;-webkit-text-decoration:var(--mdc-typography-body2-text-decoration,inherit);text-decoration:var(--mdc-typography-body2-text-decoration,inherit);text-transform:inherit;text-transform:var(--mdc-typography-body2-text-transform,inherit);text-overflow:ellipsis;white-space:nowrap;overflow:hidden;display:block}.mdc-list-item__secondary-text:before{display:inline-block;width:0;height:20px;content:"";vertical-align:0}.mdc-list-item__secondary-text{margin-top:0;line-height:normal}.mdc-list-item--with-three-lines .mdc-list-item__secondary-text{white-space:normal;line-height:20px}.mdc-list-item--with-overline .mdc-list-item__secondary-text{white-space:nowrap;line-height:auto}.mdc-list-item__overline-text{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:Roboto,sans-serif;font-family:var(--mdc-typography-overline-font-family,var(--mdc-typography-font-family,Roboto,sans-serif));font-size:.75rem;font-size:var(--mdc-typography-overline-font-size,.75rem);line-height:2rem;line-height:var(--mdc-typography-overline-line-height,2rem);font-weight:500;font-weight:var(--mdc-typography-overline-font-weight,500);letter-spacing:.1666666667em;letter-spacing:var(--mdc-typography-overline-letter-spacing,.1666666667em);text-decoration:none;-webkit-text-decoration:var(--mdc-typography-overline-text-decoration,none);text-decoration:var(--mdc-typography-overline-text-decoration,none);text-transform:uppercase;text-transform:var(--mdc-typography-overline-text-transform,uppercase);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.mdc-list-item--with-two-lines .mdc-list-item__overline-text{display:block}.mdc-list-item--with-two-lines .mdc-list-item__overline-text:before{display:inline-block;width:0;height:24px;content:"";vertical-align:0}.mdc-list-item--with-two-lines .mdc-list-item__overline-text:after{display:inline-block;width:0;height:20px;content:"";vertical-align:-20px}.mdc-list-item--with-two-lines .mdc-list-item__overline-text{margin-top:0;line-height:normal;margin-bottom:-20px}.mdc-list-item--with-three-lines .mdc-list-item__overline-text{display:block}.mdc-list-item--with-three-lines .mdc-list-item__overline-text:before{display:inline-block;width:0;height:28px;content:"";vertical-align:0}.mdc-list-item--with-three-lines .mdc-list-item__overline-text:after{display:inline-block;width:0;height:20px;content:"";vertical-align:-20px}.mdc-list-item--with-three-lines .mdc-list-item__overline-text{margin-top:0;line-height:normal;margin-bottom:-20px}.mdc-list-item--with-leading-avatar.mdc-list-item{padding-left:0;padding-right:auto}.mdc-list-item--with-leading-avatar.mdc-list-item[dir=rtl],[dir=rtl] .mdc-list-item--with-leading-avatar.mdc-list-item{padding-left:auto;padding-right:0}.mdc-list-item--with-leading-avatar .mdc-list-item__start,.mdc-list-item--with-leading-avatar .mdc-list-item__start[dir=rtl],[dir=rtl] .mdc-list-item--with-leading-avatar .mdc-list-item__start{margin-left:16px;margin-right:16px}.mdc-list-item--with-leading-avatar .mdc-list-item__start{width:40px;height:40px}.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines .mdc-list-item__primary-text{display:block}.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines .mdc-list-item__primary-text:before{display:inline-block;width:0;height:32px;content:"";vertical-align:0}.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines .mdc-list-item__primary-text:after{display:inline-block;width:0;height:20px;content:"";vertical-align:-20px}.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines .mdc-list-item__primary-text{margin-top:0;line-height:normal;margin-bottom:-20px}.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines .mdc-list-item__overline-text{display:block}.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines .mdc-list-item__overline-text:before{display:inline-block;width:0;height:28px;content:"";vertical-align:0}.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines .mdc-list-item__overline-text:after{display:inline-block;width:0;height:20px;content:"";vertical-align:-20px}.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines .mdc-list-item__overline-text{margin-top:0;line-height:normal;margin-bottom:-20px}.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines.mdc-list-item--with-trailing-meta .mdc-list-item__end{display:block}.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines.mdc-list-item--with-trailing-meta .mdc-list-item__end:before{display:inline-block;width:0;height:32px;content:"";vertical-align:0}.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines.mdc-list-item--with-trailing-meta .mdc-list-item__end{margin-top:0;line-height:normal}.mdc-list-item--with-leading-avatar.mdc-list-item--with-one-line{height:56px}.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines{height:72px}.mdc-list-item--with-leading-avatar .mdc-list-item__start{border-radius:50%}.mdc-list-item--with-leading-icon .mdc-list-item__start{width:24px;height:24px}.mdc-list-item--with-leading-icon.mdc-list-item{padding-left:0;padding-right:auto}.mdc-list-item--with-leading-icon.mdc-list-item[dir=rtl],[dir=rtl] .mdc-list-item--with-leading-icon.mdc-list-item{padding-left:auto;padding-right:0}.mdc-list-item--with-leading-icon .mdc-list-item__start{margin-left:16px;margin-right:32px}.mdc-list-item--with-leading-icon .mdc-list-item__start[dir=rtl],[dir=rtl] .mdc-list-item--with-leading-icon .mdc-list-item__start{margin-left:32px;margin-right:16px}.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines .mdc-list-item__primary-text{display:block}.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines .mdc-list-item__primary-text:before{display:inline-block;width:0;height:32px;content:"";vertical-align:0}.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines .mdc-list-item__primary-text:after{display:inline-block;width:0;height:20px;content:"";vertical-align:-20px}.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines .mdc-list-item__primary-text{margin-top:0;line-height:normal;margin-bottom:-20px}.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines .mdc-list-item__overline-text{display:block}.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines .mdc-list-item__overline-text:before{display:inline-block;width:0;height:28px;content:"";vertical-align:0}.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines .mdc-list-item__overline-text:after{display:inline-block;width:0;height:20px;content:"";vertical-align:-20px}.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines .mdc-list-item__overline-text{margin-top:0;line-height:normal;margin-bottom:-20px}.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines.mdc-list-item--with-trailing-meta .mdc-list-item__end{display:block}.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines.mdc-list-item--with-trailing-meta .mdc-list-item__end:before{display:inline-block;width:0;height:32px;content:"";vertical-align:0}.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines.mdc-list-item--with-trailing-meta .mdc-list-item__end{margin-top:0;line-height:normal}.mdc-list-item--with-leading-icon.mdc-list-item--with-one-line{height:56px}.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines{height:72px}.mdc-list-item--with-leading-thumbnail.mdc-list-item{padding-left:0;padding-right:auto}.mdc-list-item--with-leading-thumbnail.mdc-list-item[dir=rtl],[dir=rtl] .mdc-list-item--with-leading-thumbnail.mdc-list-item{padding-left:auto;padding-right:0}.mdc-list-item--with-leading-thumbnail .mdc-list-item__start,.mdc-list-item--with-leading-thumbnail .mdc-list-item__start[dir=rtl],[dir=rtl] .mdc-list-item--with-leading-thumbnail .mdc-list-item__start{margin-left:16px;margin-right:16px}.mdc-list-item--with-leading-thumbnail .mdc-list-item__start{width:40px;height:40px}.mdc-list-item--with-leading-thumbnail.mdc-list-item--with-two-lines .mdc-list-item__primary-text{display:block}.mdc-list-item--with-leading-thumbnail.mdc-list-item--with-two-lines .mdc-list-item__primary-text:before{display:inline-block;width:0;height:32px;content:"";vertical-align:0}.mdc-list-item--with-leading-thumbnail.mdc-list-item--with-two-lines .mdc-list-item__primary-text:after{display:inline-block;width:0;height:20px;content:"";vertical-align:-20px}.mdc-list-item--with-leading-thumbnail.mdc-list-item--with-two-lines .mdc-list-item__primary-text{margin-top:0;line-height:normal;margin-bottom:-20px}.mdc-list-item--with-leading-thumbnail.mdc-list-item--with-two-lines .mdc-list-item__overline-text{display:block}.mdc-list-item--with-leading-thumbnail.mdc-list-item--with-two-lines .mdc-list-item__overline-text:before{display:inline-block;width:0;height:28px;content:"";vertical-align:0}.mdc-list-item--with-leading-thumbnail.mdc-list-item--with-two-lines .mdc-list-item__overline-text:after{display:inline-block;width:0;height:20px;content:"";vertical-align:-20px}.mdc-list-item--with-leading-thumbnail.mdc-list-item--with-two-lines .mdc-list-item__overline-text{margin-top:0;line-height:normal;margin-bottom:-20px}.mdc-list-item--with-leading-thumbnail.mdc-list-item--with-two-lines.mdc-list-item--with-trailing-meta .mdc-list-item__end{display:block}.mdc-list-item--with-leading-thumbnail.mdc-list-item--with-two-lines.mdc-list-item--with-trailing-meta .mdc-list-item__end:before{display:inline-block;width:0;height:32px;content:"";vertical-align:0}.mdc-list-item--with-leading-thumbnail.mdc-list-item--with-two-lines.mdc-list-item--with-trailing-meta .mdc-list-item__end{margin-top:0;line-height:normal}.mdc-list-item--with-leading-thumbnail.mdc-list-item--with-one-line{height:56px}.mdc-list-item--with-leading-thumbnail.mdc-list-item--with-two-lines{height:72px}.mdc-list-item--with-leading-image.mdc-list-item{padding-left:0;padding-right:auto}.mdc-list-item--with-leading-image.mdc-list-item[dir=rtl],[dir=rtl] .mdc-list-item--with-leading-image.mdc-list-item{padding-left:auto;padding-right:0}.mdc-list-item--with-leading-image .mdc-list-item__start,.mdc-list-item--with-leading-image .mdc-list-item__start[dir=rtl],[dir=rtl] .mdc-list-item--with-leading-image .mdc-list-item__start{margin-left:16px;margin-right:16px}.mdc-list-item--with-leading-image .mdc-list-item__start{width:56px;height:56px}.mdc-list-item--with-leading-image.mdc-list-item--with-two-lines .mdc-list-item__primary-text{display:block}.mdc-list-item--with-leading-image.mdc-list-item--with-two-lines .mdc-list-item__primary-text:before{display:inline-block;width:0;height:32px;content:"";vertical-align:0}.mdc-list-item--with-leading-image.mdc-list-item--with-two-lines .mdc-list-item__primary-text:after{display:inline-block;width:0;height:20px;content:"";vertical-align:-20px}.mdc-list-item--with-leading-image.mdc-list-item--with-two-lines .mdc-list-item__primary-text{margin-top:0;line-height:normal;margin-bottom:-20px}.mdc-list-item--with-leading-image.mdc-list-item--with-two-lines .mdc-list-item__overline-text{display:block}.mdc-list-item--with-leading-image.mdc-list-item--with-two-lines .mdc-list-item__overline-text:before{display:inline-block;width:0;height:28px;content:"";vertical-align:0}.mdc-list-item--with-leading-image.mdc-list-item--with-two-lines .mdc-list-item__overline-text:after{display:inline-block;width:0;height:20px;content:"";vertical-align:-20px}.mdc-list-item--with-leading-image.mdc-list-item--with-two-lines .mdc-list-item__overline-text{margin-top:0;line-height:normal;margin-bottom:-20px}.mdc-list-item--with-leading-image.mdc-list-item--with-two-lines.mdc-list-item--with-trailing-meta .mdc-list-item__end{display:block}.mdc-list-item--with-leading-image.mdc-list-item--with-two-lines.mdc-list-item--with-trailing-meta .mdc-list-item__end:before{display:inline-block;width:0;height:32px;content:"";vertical-align:0}.mdc-list-item--with-leading-image.mdc-list-item--with-two-lines.mdc-list-item--with-trailing-meta .mdc-list-item__end{margin-top:0;line-height:normal}.mdc-list-item--with-leading-image.mdc-list-item--with-one-line,.mdc-list-item--with-leading-image.mdc-list-item--with-two-lines{height:72px}.mdc-list-item--with-leading-video.mdc-list-item--with-two-lines .mdc-list-item__start{align-self:flex-start;margin-top:8px}.mdc-list-item--with-leading-video.mdc-list-item{padding-left:0;padding-right:auto}.mdc-list-item--with-leading-video.mdc-list-item[dir=rtl],[dir=rtl] .mdc-list-item--with-leading-video.mdc-list-item{padding-left:auto;padding-right:0}.mdc-list-item--with-leading-video .mdc-list-item__start{margin-left:0;margin-right:16px}.mdc-list-item--with-leading-video .mdc-list-item__start[dir=rtl],[dir=rtl] .mdc-list-item--with-leading-video .mdc-list-item__start{margin-left:16px;margin-right:0}.mdc-list-item--with-leading-video .mdc-list-item__start{width:100px;height:56px}.mdc-list-item--with-leading-video.mdc-list-item--with-two-lines .mdc-list-item__primary-text{display:block}.mdc-list-item--with-leading-video.mdc-list-item--with-two-lines .mdc-list-item__primary-text:before{display:inline-block;width:0;height:32px;content:"";vertical-align:0}.mdc-list-item--with-leading-video.mdc-list-item--with-two-lines .mdc-list-item__primary-text:after{display:inline-block;width:0;height:20px;content:"";vertical-align:-20px}.mdc-list-item--with-leading-video.mdc-list-item--with-two-lines .mdc-list-item__primary-text{margin-top:0;line-height:normal;margin-bottom:-20px}.mdc-list-item--with-leading-video.mdc-list-item--with-two-lines .mdc-list-item__overline-text{display:block}.mdc-list-item--with-leading-video.mdc-list-item--with-two-lines .mdc-list-item__overline-text:before{display:inline-block;width:0;height:28px;content:"";vertical-align:0}.mdc-list-item--with-leading-video.mdc-list-item--with-two-lines .mdc-list-item__overline-text:after{display:inline-block;width:0;height:20px;content:"";vertical-align:-20px}.mdc-list-item--with-leading-video.mdc-list-item--with-two-lines .mdc-list-item__overline-text{margin-top:0;line-height:normal;margin-bottom:-20px}.mdc-list-item--with-leading-video.mdc-list-item--with-two-lines.mdc-list-item--with-trailing-meta .mdc-list-item__end{display:block}.mdc-list-item--with-leading-video.mdc-list-item--with-two-lines.mdc-list-item--with-trailing-meta .mdc-list-item__end:before{display:inline-block;width:0;height:32px;content:"";vertical-align:0}.mdc-list-item--with-leading-video.mdc-list-item--with-two-lines.mdc-list-item--with-trailing-meta .mdc-list-item__end{margin-top:0;line-height:normal}.mdc-list-item--with-leading-video.mdc-list-item--with-one-line,.mdc-list-item--with-leading-video.mdc-list-item--with-two-lines{height:72px}.mdc-list-item--with-leading-checkbox.mdc-list-item{padding-left:0;padding-right:auto}.mdc-list-item--with-leading-checkbox.mdc-list-item[dir=rtl],[dir=rtl] .mdc-list-item--with-leading-checkbox.mdc-list-item{padding-left:auto;padding-right:0}.mdc-list-item--with-leading-checkbox .mdc-list-item__start{margin-left:8px;margin-right:24px}.mdc-list-item--with-leading-checkbox .mdc-list-item__start[dir=rtl],[dir=rtl] .mdc-list-item--with-leading-checkbox .mdc-list-item__start{margin-left:24px;margin-right:8px}.mdc-list-item--with-leading-checkbox .mdc-list-item__start{width:40px;height:40px}.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines .mdc-list-item__start{align-self:flex-start;margin-top:8px}.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines .mdc-list-item__primary-text{display:block}.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines .mdc-list-item__primary-text:before{display:inline-block;width:0;height:32px;content:"";vertical-align:0}.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines .mdc-list-item__primary-text:after{display:inline-block;width:0;height:20px;content:"";vertical-align:-20px}.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines .mdc-list-item__primary-text{margin-top:0;line-height:normal;margin-bottom:-20px}.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines .mdc-list-item__overline-text{display:block}.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines .mdc-list-item__overline-text:before{display:inline-block;width:0;height:28px;content:"";vertical-align:0}.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines .mdc-list-item__overline-text:after{display:inline-block;width:0;height:20px;content:"";vertical-align:-20px}.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines .mdc-list-item__overline-text{margin-top:0;line-height:normal;margin-bottom:-20px}.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines.mdc-list-item--with-trailing-meta .mdc-list-item__end{display:block}.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines.mdc-list-item--with-trailing-meta .mdc-list-item__end:before{display:inline-block;width:0;height:32px;content:"";vertical-align:0}.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines.mdc-list-item--with-trailing-meta .mdc-list-item__end{margin-top:0;line-height:normal}.mdc-list-item--with-leading-checkbox.mdc-list-item--with-one-line{height:56px}.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines{height:72px}.mdc-list-item--with-leading-radio.mdc-list-item{padding-left:0;padding-right:auto}.mdc-list-item--with-leading-radio.mdc-list-item[dir=rtl],[dir=rtl] .mdc-list-item--with-leading-radio.mdc-list-item{padding-left:auto;padding-right:0}.mdc-list-item--with-leading-radio .mdc-list-item__start{margin-left:8px;margin-right:24px}.mdc-list-item--with-leading-radio .mdc-list-item__start[dir=rtl],[dir=rtl] .mdc-list-item--with-leading-radio .mdc-list-item__start{margin-left:24px;margin-right:8px}.mdc-list-item--with-leading-radio .mdc-list-item__start{width:40px;height:40px}.mdc-list-item--with-leading-radio.mdc-list-item--with-two-lines .mdc-list-item__start{align-self:flex-start;margin-top:8px}.mdc-list-item--with-leading-radio.mdc-list-item--with-two-lines .mdc-list-item__primary-text{display:block}.mdc-list-item--with-leading-radio.mdc-list-item--with-two-lines .mdc-list-item__primary-text:before{display:inline-block;width:0;height:32px;content:"";vertical-align:0}.mdc-list-item--with-leading-radio.mdc-list-item--with-two-lines .mdc-list-item__primary-text:after{display:inline-block;width:0;height:20px;content:"";vertical-align:-20px}.mdc-list-item--with-leading-radio.mdc-list-item--with-two-lines .mdc-list-item__primary-text{margin-top:0;line-height:normal;margin-bottom:-20px}.mdc-list-item--with-leading-radio.mdc-list-item--with-two-lines .mdc-list-item__overline-text{display:block}.mdc-list-item--with-leading-radio.mdc-list-item--with-two-lines .mdc-list-item__overline-text:before{display:inline-block;width:0;height:28px;content:"";vertical-align:0}.mdc-list-item--with-leading-radio.mdc-list-item--with-two-lines .mdc-list-item__overline-text:after{display:inline-block;width:0;height:20px;content:"";vertical-align:-20px}.mdc-list-item--with-leading-radio.mdc-list-item--with-two-lines .mdc-list-item__overline-text{margin-top:0;line-height:normal;margin-bottom:-20px}.mdc-list-item--with-leading-radio.mdc-list-item--with-two-lines.mdc-list-item--with-trailing-meta .mdc-list-item__end{display:block}.mdc-list-item--with-leading-radio.mdc-list-item--with-two-lines.mdc-list-item--with-trailing-meta .mdc-list-item__end:before{display:inline-block;width:0;height:32px;content:"";vertical-align:0}.mdc-list-item--with-leading-radio.mdc-list-item--with-two-lines.mdc-list-item--with-trailing-meta .mdc-list-item__end{margin-top:0;line-height:normal}.mdc-list-item--with-leading-radio.mdc-list-item--with-one-line{height:56px}.mdc-list-item--with-leading-radio.mdc-list-item--with-two-lines{height:72px}.mdc-list-item--with-leading-switch.mdc-list-item{padding-left:0;padding-right:auto}.mdc-list-item--with-leading-switch.mdc-list-item[dir=rtl],[dir=rtl] .mdc-list-item--with-leading-switch.mdc-list-item{padding-left:auto;padding-right:0}.mdc-list-item--with-leading-switch .mdc-list-item__start,.mdc-list-item--with-leading-switch .mdc-list-item__start[dir=rtl],[dir=rtl] .mdc-list-item--with-leading-switch .mdc-list-item__start{margin-left:16px;margin-right:16px}.mdc-list-item--with-leading-switch .mdc-list-item__start{width:36px;height:20px}.mdc-list-item--with-leading-switch.mdc-list-item--with-two-lines .mdc-list-item__start{align-self:flex-start;margin-top:16px}.mdc-list-item--with-leading-switch.mdc-list-item--with-two-lines .mdc-list-item__primary-text{display:block}.mdc-list-item--with-leading-switch.mdc-list-item--with-two-lines .mdc-list-item__primary-text:before{display:inline-block;width:0;height:32px;content:"";vertical-align:0}.mdc-list-item--with-leading-switch.mdc-list-item--with-two-lines .mdc-list-item__primary-text:after{display:inline-block;width:0;height:20px;content:"";vertical-align:-20px}.mdc-list-item--with-leading-switch.mdc-list-item--with-two-lines .mdc-list-item__primary-text{margin-top:0;line-height:normal;margin-bottom:-20px}.mdc-list-item--with-leading-switch.mdc-list-item--with-two-lines .mdc-list-item__overline-text{display:block}.mdc-list-item--with-leading-switch.mdc-list-item--with-two-lines .mdc-list-item__overline-text:before{display:inline-block;width:0;height:28px;content:"";vertical-align:0}.mdc-list-item--with-leading-switch.mdc-list-item--with-two-lines .mdc-list-item__overline-text:after{display:inline-block;width:0;height:20px;content:"";vertical-align:-20px}.mdc-list-item--with-leading-switch.mdc-list-item--with-two-lines .mdc-list-item__overline-text{margin-top:0;line-height:normal;margin-bottom:-20px}.mdc-list-item--with-leading-switch.mdc-list-item--with-two-lines.mdc-list-item--with-trailing-meta .mdc-list-item__end{display:block}.mdc-list-item--with-leading-switch.mdc-list-item--with-two-lines.mdc-list-item--with-trailing-meta .mdc-list-item__end:before{display:inline-block;width:0;height:32px;content:"";vertical-align:0}.mdc-list-item--with-leading-switch.mdc-list-item--with-two-lines.mdc-list-item--with-trailing-meta .mdc-list-item__end{margin-top:0;line-height:normal}.mdc-list-item--with-leading-switch.mdc-list-item--with-one-line{height:56px}.mdc-list-item--with-leading-switch.mdc-list-item--with-two-lines{height:72px}.mdc-list-item--with-trailing-icon.mdc-list-item{padding-left:auto;padding-right:0}.mdc-list-item--with-trailing-icon.mdc-list-item[dir=rtl],[dir=rtl] .mdc-list-item--with-trailing-icon.mdc-list-item{padding-left:0;padding-right:auto}.mdc-list-item--with-trailing-icon .mdc-list-item__end,.mdc-list-item--with-trailing-icon .mdc-list-item__end[dir=rtl],[dir=rtl] .mdc-list-item--with-trailing-icon .mdc-list-item__end{margin-left:16px;margin-right:16px}.mdc-list-item--with-trailing-icon .mdc-list-item__end{width:24px;height:24px}.mdc-list-item--with-trailing-meta.mdc-list-item--with-three-lines .mdc-list-item__end,.mdc-list-item--with-trailing-meta.mdc-list-item--with-two-lines .mdc-list-item__end{align-self:flex-start}.mdc-list-item--with-trailing-meta.mdc-list-item{padding-left:auto;padding-right:0}.mdc-list-item--with-trailing-meta.mdc-list-item[dir=rtl],[dir=rtl] .mdc-list-item--with-trailing-meta.mdc-list-item{padding-left:0;padding-right:auto}.mdc-list-item--with-trailing-meta .mdc-list-item__end{margin-left:28px;margin-right:16px}.mdc-list-item--with-trailing-meta .mdc-list-item__end[dir=rtl],[dir=rtl] .mdc-list-item--with-trailing-meta .mdc-list-item__end{margin-left:16px;margin-right:28px}.mdc-list-item--with-trailing-meta.mdc-list-item--with-two-lines .mdc-list-item__end{display:block}.mdc-list-item--with-trailing-meta.mdc-list-item--with-two-lines .mdc-list-item__end:before{display:inline-block;width:0;height:28px;content:"";vertical-align:0}.mdc-list-item--with-trailing-meta.mdc-list-item--with-two-lines .mdc-list-item__end{margin-top:0;line-height:normal}.mdc-list-item--with-trailing-meta.mdc-list-item--with-three-lines .mdc-list-item__end{display:block}.mdc-list-item--with-trailing-meta.mdc-list-item--with-three-lines .mdc-list-item__end:before{display:inline-block;width:0;height:28px;content:"";vertical-align:0}.mdc-list-item--with-trailing-meta.mdc-list-item--with-three-lines .mdc-list-item__end{margin-top:0;line-height:normal}.mdc-list-item--with-trailing-meta .mdc-list-item__end{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:Roboto,sans-serif;font-family:var(--mdc-typography-caption-font-family,var(--mdc-typography-font-family,Roboto,sans-serif));font-size:.75rem;font-size:var(--mdc-typography-caption-font-size,.75rem);line-height:1.25rem;line-height:var(--mdc-typography-caption-line-height,1.25rem);font-weight:400;font-weight:var(--mdc-typography-caption-font-weight,400);letter-spacing:.0333333333em;letter-spacing:var(--mdc-typography-caption-letter-spacing,.0333333333em);text-decoration:inherit;-webkit-text-decoration:var(--mdc-typography-caption-text-decoration,inherit);text-decoration:var(--mdc-typography-caption-text-decoration,inherit);text-transform:inherit;text-transform:var(--mdc-typography-caption-text-transform,inherit)}.mdc-list-item--with-trailing-checkbox.mdc-list-item{padding-left:auto;padding-right:0}.mdc-list-item--with-trailing-checkbox.mdc-list-item[dir=rtl],[dir=rtl] .mdc-list-item--with-trailing-checkbox.mdc-list-item{padding-left:0;padding-right:auto}.mdc-list-item--with-trailing-checkbox .mdc-list-item__end{margin-left:24px;margin-right:8px}.mdc-list-item--with-trailing-checkbox .mdc-list-item__end[dir=rtl],[dir=rtl] .mdc-list-item--with-trailing-checkbox .mdc-list-item__end{margin-left:8px;margin-right:24px}.mdc-list-item--with-trailing-checkbox .mdc-list-item__end{width:40px;height:40px}.mdc-list-item--with-trailing-checkbox.mdc-list-item--with-three-lines .mdc-list-item__end{align-self:flex-start;margin-top:8px}.mdc-list-item--with-trailing-radio.mdc-list-item{padding-left:auto;padding-right:0}.mdc-list-item--with-trailing-radio.mdc-list-item[dir=rtl],[dir=rtl] .mdc-list-item--with-trailing-radio.mdc-list-item{padding-left:0;padding-right:auto}.mdc-list-item--with-trailing-radio .mdc-list-item__end{margin-left:24px;margin-right:8px}.mdc-list-item--with-trailing-radio .mdc-list-item__end[dir=rtl],[dir=rtl] .mdc-list-item--with-trailing-radio .mdc-list-item__end{margin-left:8px;margin-right:24px}.mdc-list-item--with-trailing-radio .mdc-list-item__end{width:40px;height:40px}.mdc-list-item--with-trailing-radio.mdc-list-item--with-three-lines .mdc-list-item__end{align-self:flex-start;margin-top:8px}.mdc-list-item--with-trailing-switch.mdc-list-item{padding-left:auto;padding-right:0}.mdc-list-item--with-trailing-switch.mdc-list-item[dir=rtl],[dir=rtl] .mdc-list-item--with-trailing-switch.mdc-list-item{padding-left:0;padding-right:auto}.mdc-list-item--with-trailing-switch .mdc-list-item__end,.mdc-list-item--with-trailing-switch .mdc-list-item__end[dir=rtl],[dir=rtl] .mdc-list-item--with-trailing-switch .mdc-list-item__end{margin-left:16px;margin-right:16px}.mdc-list-item--with-trailing-switch .mdc-list-item__end{width:36px;height:20px}.mdc-list-item--with-trailing-switch.mdc-list-item--with-three-lines .mdc-list-item__end{align-self:flex-start;margin-top:16px}.mdc-list-item--with-overline.mdc-list-item--with-two-lines .mdc-list-item__primary-text{display:block}.mdc-list-item--with-overline.mdc-list-item--with-two-lines .mdc-list-item__primary-text:before{display:inline-block;width:0;height:20px;content:"";vertical-align:0}.mdc-list-item--with-overline.mdc-list-item--with-two-lines .mdc-list-item__primary-text{margin-top:0;line-height:normal}.mdc-list-item--with-overline.mdc-list-item--with-three-lines .mdc-list-item__primary-text{display:block}.mdc-list-item--with-overline.mdc-list-item--with-three-lines .mdc-list-item__primary-text:before{display:inline-block;width:0;height:20px;content:"";vertical-align:0}.mdc-list-item--with-overline.mdc-list-item--with-three-lines .mdc-list-item__primary-text{margin-top:0;line-height:normal}.mdc-list-item,.mdc-list-item[dir=rtl],[dir=rtl] .mdc-list-item{padding-left:16px;padding-right:16px}.mdc-list-group .mdc-deprecated-list{padding:0}.mdc-list-group__subheader{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:Roboto,sans-serif;font-family:var(--mdc-typography-subtitle1-font-family,var(--mdc-typography-font-family,Roboto,sans-serif));font-size:14px;font-size:var(--mdc-typography-subtitle1-font-size,14px);line-height:1.75rem;line-height:var(--mdc-typography-subtitle1-line-height,1.75rem);font-weight:400;font-weight:var(--mdc-typography-subtitle1-font-weight,400);letter-spacing:.009375em;letter-spacing:var(--mdc-typography-subtitle1-letter-spacing,.009375em);text-decoration:inherit;-webkit-text-decoration:var(--mdc-typography-subtitle1-text-decoration,inherit);text-decoration:var(--mdc-typography-subtitle1-text-decoration,inherit);text-transform:inherit;text-transform:var(--mdc-typography-subtitle1-text-transform,inherit);margin:.75rem 16px}.mdc-list-divider{background-color:rgba(0,0,0,.12);height:1px;padding:0;background-clip:content-box}.mdc-list-divider--with-leading-avatar.mdc-list-divider--with-leading-inset,.mdc-list-divider--with-leading-checkbox.mdc-list-divider--with-leading-inset,.mdc-list-divider--with-leading-icon.mdc-list-divider--with-leading-inset,.mdc-list-divider--with-leading-image.mdc-list-divider--with-leading-inset,.mdc-list-divider--with-leading-radio.mdc-list-divider--with-leading-inset,.mdc-list-divider--with-leading-switch.mdc-list-divider--with-leading-inset,.mdc-list-divider--with-leading-text.mdc-list-divider--with-leading-inset,.mdc-list-divider--with-leading-thumbnail.mdc-list-divider--with-leading-inset,.mdc-list-divider.mdc-list-divider--with-leading-inset{padding-left:16px;padding-right:auto}.mdc-list-divider--with-leading-avatar.mdc-list-divider--with-leading-inset[dir=rtl],.mdc-list-divider--with-leading-avatar.mdc-list-divider--with-trailing-inset,.mdc-list-divider--with-leading-checkbox.mdc-list-divider--with-leading-inset[dir=rtl],.mdc-list-divider--with-leading-checkbox.mdc-list-divider--with-trailing-inset,.mdc-list-divider--with-leading-icon.mdc-list-divider--with-leading-inset[dir=rtl],.mdc-list-divider--with-leading-icon.mdc-list-divider--with-trailing-inset,.mdc-list-divider--with-leading-image.mdc-list-divider--with-leading-inset[dir=rtl],.mdc-list-divider--with-leading-image.mdc-list-divider--with-trailing-inset,.mdc-list-divider--with-leading-radio.mdc-list-divider--with-leading-inset[dir=rtl],.mdc-list-divider--with-leading-radio.mdc-list-divider--with-trailing-inset,.mdc-list-divider--with-leading-switch.mdc-list-divider--with-leading-inset[dir=rtl],.mdc-list-divider--with-leading-switch.mdc-list-divider--with-trailing-inset,.mdc-list-divider--with-leading-text.mdc-list-divider--with-leading-inset[dir=rtl],.mdc-list-divider--with-leading-text.mdc-list-divider--with-trailing-inset,.mdc-list-divider--with-leading-thumbnail.mdc-list-divider--with-leading-inset[dir=rtl],.mdc-list-divider--with-leading-thumbnail.mdc-list-divider--with-trailing-inset,.mdc-list-divider.mdc-list-divider--with-leading-inset[dir=rtl],.mdc-list-divider.mdc-list-divider--with-trailing-inset,[dir=rtl] .mdc-list-divider--with-leading-avatar.mdc-list-divider--with-leading-inset,[dir=rtl] .mdc-list-divider--with-leading-checkbox.mdc-list-divider--with-leading-inset,[dir=rtl] .mdc-list-divider--with-leading-icon.mdc-list-divider--with-leading-inset,[dir=rtl] .mdc-list-divider--with-leading-image.mdc-list-divider--with-leading-inset,[dir=rtl] .mdc-list-divider--with-leading-radio.mdc-list-divider--with-leading-inset,[dir=rtl] .mdc-list-divider--with-leading-switch.mdc-list-divider--with-leading-inset,[dir=rtl] .mdc-list-divider--with-leading-text.mdc-list-divider--with-leading-inset,[dir=rtl] .mdc-list-divider--with-leading-thumbnail.mdc-list-divider--with-leading-inset,[dir=rtl] .mdc-list-divider.mdc-list-divider--with-leading-inset{padding-left:auto;padding-right:16px}.mdc-list-divider--with-leading-avatar.mdc-list-divider--with-trailing-inset[dir=rtl],.mdc-list-divider--with-leading-checkbox.mdc-list-divider--with-trailing-inset[dir=rtl],.mdc-list-divider--with-leading-icon.mdc-list-divider--with-trailing-inset[dir=rtl],.mdc-list-divider--with-leading-image.mdc-list-divider--with-trailing-inset[dir=rtl],.mdc-list-divider--with-leading-radio.mdc-list-divider--with-trailing-inset[dir=rtl],.mdc-list-divider--with-leading-switch.mdc-list-divider--with-trailing-inset[dir=rtl],.mdc-list-divider--with-leading-text.mdc-list-divider--with-trailing-inset[dir=rtl],.mdc-list-divider--with-leading-thumbnail.mdc-list-divider--with-trailing-inset[dir=rtl],.mdc-list-divider.mdc-list-divider--with-trailing-inset[dir=rtl],[dir=rtl] .mdc-list-divider--with-leading-avatar.mdc-list-divider--with-trailing-inset,[dir=rtl] .mdc-list-divider--with-leading-checkbox.mdc-list-divider--with-trailing-inset,[dir=rtl] .mdc-list-divider--with-leading-icon.mdc-list-divider--with-trailing-inset,[dir=rtl] .mdc-list-divider--with-leading-image.mdc-list-divider--with-trailing-inset,[dir=rtl] .mdc-list-divider--with-leading-radio.mdc-list-divider--with-trailing-inset,[dir=rtl] .mdc-list-divider--with-leading-switch.mdc-list-divider--with-trailing-inset,[dir=rtl] .mdc-list-divider--with-leading-text.mdc-list-divider--with-trailing-inset,[dir=rtl] .mdc-list-divider--with-leading-thumbnail.mdc-list-divider--with-trailing-inset,[dir=rtl] .mdc-list-divider.mdc-list-divider--with-trailing-inset{padding-left:16px;padding-right:auto}.mdc-list-divider--with-leading-video.mdc-list-divider--with-leading-inset{padding-left:0;padding-right:auto}.mdc-list-divider--with-leading-video.mdc-list-divider--with-leading-inset[dir=rtl],[dir=rtl] .mdc-list-divider--with-leading-video.mdc-list-divider--with-leading-inset{padding-left:auto;padding-right:0}.mdc-list-divider[dir=rtl],[dir=rtl] .mdc-list-divider{padding:0}:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item .mdc-deprecated-list-item__ripple:after,:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item .mdc-deprecated-list-item__ripple:before{position:absolute;border-radius:50%;opacity:0;pointer-events:none;content:""}:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item .mdc-deprecated-list-item__ripple:before{transition:opacity 15ms linear,background-color 15ms linear;z-index:1;z-index:var(--mdc-ripple-z-index,1)}:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item .mdc-deprecated-list-item__ripple:after{z-index:0;z-index:var(--mdc-ripple-z-index,0)}:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item.mdc-ripple-upgraded .mdc-deprecated-list-item__ripple:before{transform:scale(var(--mdc-ripple-fg-scale,1))}:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item.mdc-ripple-upgraded .mdc-deprecated-list-item__ripple:after{top:0;left:0;transform:scale(0);transform-origin:center center}:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item.mdc-ripple-upgraded--unbounded .mdc-deprecated-list-item__ripple:after{top:var(--mdc-ripple-top,0);left:var(--mdc-ripple-left,0)}:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item.mdc-ripple-upgraded--foreground-activation .mdc-deprecated-list-item__ripple:after{animation:mdc-ripple-fg-radius-in 225ms forwards,mdc-ripple-fg-opacity-in 75ms forwards}:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item.mdc-ripple-upgraded--foreground-deactivation .mdc-deprecated-list-item__ripple:after{animation:mdc-ripple-fg-opacity-out .15s;transform:translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1))}:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item{--mdc-ripple-fg-size:0;--mdc-ripple-left:0;--mdc-ripple-top:0;--mdc-ripple-fg-scale:1;--mdc-ripple-fg-translate-end:0;--mdc-ripple-fg-translate-start:0;-webkit-tap-highlight-color:rgba(0,0,0,0);will-change:transform,opacity}:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item .mdc-list-item__ripple:after,:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item .mdc-list-item__ripple:before{position:absolute;border-radius:50%;opacity:0;pointer-events:none;content:""}:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item .mdc-list-item__ripple:before{transition:opacity 15ms linear,background-color 15ms linear;z-index:1;z-index:var(--mdc-ripple-z-index,1)}:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item .mdc-list-item__ripple:after{z-index:0;z-index:var(--mdc-ripple-z-index,0)}:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item.mdc-ripple-upgraded .mdc-list-item__ripple:before{transform:scale(var(--mdc-ripple-fg-scale,1))}:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item.mdc-ripple-upgraded .mdc-list-item__ripple:after{top:0;left:0;transform:scale(0);transform-origin:center center}:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item.mdc-ripple-upgraded--unbounded .mdc-list-item__ripple:after{top:var(--mdc-ripple-top,0);left:var(--mdc-ripple-left,0)}:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item.mdc-ripple-upgraded--foreground-activation .mdc-list-item__ripple:after{animation:mdc-ripple-fg-radius-in 225ms forwards,mdc-ripple-fg-opacity-in 75ms forwards}:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item.mdc-ripple-upgraded--foreground-deactivation .mdc-list-item__ripple:after{animation:mdc-ripple-fg-opacity-out .15s;transform:translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1))}:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item .mdc-deprecated-list-item__ripple:after,:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item .mdc-deprecated-list-item__ripple:before{top:-50%;left:-50%;width:200%;height:200%}:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item.mdc-ripple-upgraded .mdc-deprecated-list-item__ripple:after{width:var(--mdc-ripple-fg-size,100%);height:var(--mdc-ripple-fg-size,100%)}:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item .mdc-list-item__ripple:after,:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item .mdc-list-item__ripple:before{top:-50%;left:-50%;width:200%;height:200%}:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item.mdc-ripple-upgraded .mdc-list-item__ripple:after{width:var(--mdc-ripple-fg-size,100%);height:var(--mdc-ripple-fg-size,100%)}:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item .mdc-deprecated-list-item__ripple:after,:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item .mdc-deprecated-list-item__ripple:before{background-color:#000;background-color:var(--mdc-ripple-color,#000)}:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item.mdc-ripple-surface--hover .mdc-deprecated-list-item__ripple:before,:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item:hover .mdc-deprecated-list-item__ripple:before{opacity:.04;opacity:var(--mdc-ripple-hover-opacity,.04)}:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item.mdc-ripple-upgraded--background-focused .mdc-deprecated-list-item__ripple:before,:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item:not(.mdc-ripple-upgraded):focus .mdc-deprecated-list-item__ripple:before{transition-duration:75ms;opacity:.12;opacity:var(--mdc-ripple-focus-opacity,.12)}:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item:not(.mdc-ripple-upgraded) .mdc-deprecated-list-item__ripple:after{transition:opacity .15s linear}:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item:not(.mdc-ripple-upgraded):active .mdc-deprecated-list-item__ripple:after{transition-duration:75ms;opacity:.12;opacity:var(--mdc-ripple-press-opacity,.12)}:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item .mdc-list-item__ripple:after,:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item .mdc-list-item__ripple:before{background-color:#000;background-color:var(--mdc-ripple-color,#000)}:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item.mdc-ripple-surface--hover .mdc-list-item__ripple:before,:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item:hover .mdc-list-item__ripple:before{opacity:.04;opacity:var(--mdc-ripple-hover-opacity,.04)}:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item.mdc-ripple-upgraded--background-focused .mdc-list-item__ripple:before,:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item:not(.mdc-ripple-upgraded):focus .mdc-list-item__ripple:before{transition-duration:75ms;opacity:.12;opacity:var(--mdc-ripple-focus-opacity,.12)}:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item:not(.mdc-ripple-upgraded) .mdc-list-item__ripple:after{transition:opacity .15s linear}:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item:not(.mdc-ripple-upgraded):active .mdc-list-item__ripple:after{transition-duration:75ms;opacity:.12;opacity:var(--mdc-ripple-press-opacity,.12)}:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:var(--mdc-ripple-press-opacity,0.12)}:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--activated .mdc-deprecated-list-item__ripple:before{opacity:.12;opacity:var(--mdc-ripple-activated-opacity,.12)}:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--activated .mdc-deprecated-list-item__ripple:after,:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--activated .mdc-deprecated-list-item__ripple:before{background-color:#2471c9;background-color:var(--mdc-ripple-color,var(--mdc-theme-primary,#2471c9))}:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--activated.mdc-ripple-surface--hover .mdc-deprecated-list-item__ripple:before,:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--activated:hover .mdc-deprecated-list-item__ripple:before{opacity:.16;opacity:var(--mdc-ripple-hover-opacity,.16)}:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--activated.mdc-ripple-upgraded--background-focused .mdc-deprecated-list-item__ripple:before,:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--activated:not(.mdc-ripple-upgraded):focus .mdc-deprecated-list-item__ripple:before{transition-duration:75ms;opacity:.24;opacity:var(--mdc-ripple-focus-opacity,.24)}:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--activated:not(.mdc-ripple-upgraded) .mdc-deprecated-list-item__ripple:after{transition:opacity .15s linear}:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--activated:not(.mdc-ripple-upgraded):active .mdc-deprecated-list-item__ripple:after{transition-duration:75ms;opacity:.24;opacity:var(--mdc-ripple-press-opacity,.24)}:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--activated .mdc-list-item__ripple:before{opacity:.12;opacity:var(--mdc-ripple-activated-opacity,.12)}:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--activated .mdc-list-item__ripple:after,:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--activated .mdc-list-item__ripple:before{background-color:#2471c9;background-color:var(--mdc-ripple-color,var(--mdc-theme-primary,#2471c9))}:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--activated.mdc-ripple-surface--hover .mdc-list-item__ripple:before,:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--activated:hover .mdc-list-item__ripple:before{opacity:.16;opacity:var(--mdc-ripple-hover-opacity,.16)}:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--activated.mdc-ripple-upgraded--background-focused .mdc-list-item__ripple:before,:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--activated:not(.mdc-ripple-upgraded):focus .mdc-list-item__ripple:before{transition-duration:75ms;opacity:.24;opacity:var(--mdc-ripple-focus-opacity,.24)}:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--activated:not(.mdc-ripple-upgraded) .mdc-list-item__ripple:after{transition:opacity .15s linear}:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--activated:not(.mdc-ripple-upgraded):active .mdc-list-item__ripple:after{transition-duration:75ms;opacity:.24;opacity:var(--mdc-ripple-press-opacity,.24)}:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--activated.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:var(--mdc-ripple-press-opacity,0.24)}:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--selected .mdc-deprecated-list-item__ripple:before{opacity:.08;opacity:var(--mdc-ripple-selected-opacity,.08)}:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--selected .mdc-deprecated-list-item__ripple:after,:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--selected .mdc-deprecated-list-item__ripple:before{background-color:#2471c9;background-color:var(--mdc-ripple-color,var(--mdc-theme-primary,#2471c9))}:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--selected.mdc-ripple-surface--hover .mdc-deprecated-list-item__ripple:before,:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--selected:hover .mdc-deprecated-list-item__ripple:before{opacity:.12;opacity:var(--mdc-ripple-hover-opacity,.12)}:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--selected.mdc-ripple-upgraded--background-focused .mdc-deprecated-list-item__ripple:before,:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--selected:not(.mdc-ripple-upgraded):focus .mdc-deprecated-list-item__ripple:before{transition-duration:75ms;opacity:.2;opacity:var(--mdc-ripple-focus-opacity,.2)}:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--selected:not(.mdc-ripple-upgraded) .mdc-deprecated-list-item__ripple:after{transition:opacity .15s linear}:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--selected:not(.mdc-ripple-upgraded):active .mdc-deprecated-list-item__ripple:after{transition-duration:75ms;opacity:.2;opacity:var(--mdc-ripple-press-opacity,.2)}:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--selected .mdc-list-item__ripple:before{opacity:.08;opacity:var(--mdc-ripple-selected-opacity,.08)}:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--selected .mdc-list-item__ripple:after,:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--selected .mdc-list-item__ripple:before{background-color:#2471c9;background-color:var(--mdc-ripple-color,var(--mdc-theme-primary,#2471c9))}:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--selected.mdc-ripple-surface--hover .mdc-list-item__ripple:before,:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--selected:hover .mdc-list-item__ripple:before{opacity:.12;opacity:var(--mdc-ripple-hover-opacity,.12)}:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--selected.mdc-ripple-upgraded--background-focused .mdc-list-item__ripple:before,:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--selected:not(.mdc-ripple-upgraded):focus .mdc-list-item__ripple:before{transition-duration:75ms;opacity:.2;opacity:var(--mdc-ripple-focus-opacity,.2)}:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--selected:not(.mdc-ripple-upgraded) .mdc-list-item__ripple:after{transition:opacity .15s linear}:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--selected:not(.mdc-ripple-upgraded):active .mdc-list-item__ripple:after{transition-duration:75ms;opacity:.2;opacity:var(--mdc-ripple-press-opacity,.2)}:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--selected.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:var(--mdc-ripple-press-opacity,0.2)}:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item .mdc-deprecated-list-item__ripple,:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item .mdc-list-item__ripple{position:absolute;top:0;width:100%;height:100%;pointer-events:none}[dir=ltr] :not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item .mdc-deprecated-list-item__ripple,[dir=ltr] :not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item .mdc-list-item__ripple{left:0}[dir=rtl] :not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item .mdc-deprecated-list-item__ripple,[dir=rtl] :not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item .mdc-list-item__ripple{right:0}.mdc-deprecated-list-item--disabled .mdc-deprecated-list-item__ripple:after,.mdc-deprecated-list-item--disabled .mdc-deprecated-list-item__ripple:before{position:absolute;border-radius:50%;opacity:0;pointer-events:none;content:""}.mdc-deprecated-list-item--disabled .mdc-deprecated-list-item__ripple:before{transition:opacity 15ms linear,background-color 15ms linear;z-index:1;z-index:var(--mdc-ripple-z-index,1)}.mdc-deprecated-list-item--disabled .mdc-deprecated-list-item__ripple:after{z-index:0;z-index:var(--mdc-ripple-z-index,0)}.mdc-deprecated-list-item--disabled.mdc-ripple-upgraded .mdc-deprecated-list-item__ripple:before{transform:scale(var(--mdc-ripple-fg-scale,1))}.mdc-deprecated-list-item--disabled.mdc-ripple-upgraded .mdc-deprecated-list-item__ripple:after{top:0;left:0;transform:scale(0);transform-origin:center center}.mdc-deprecated-list-item--disabled.mdc-ripple-upgraded--unbounded .mdc-deprecated-list-item__ripple:after{top:var(--mdc-ripple-top,0);left:var(--mdc-ripple-left,0)}.mdc-deprecated-list-item--disabled.mdc-ripple-upgraded--foreground-activation .mdc-deprecated-list-item__ripple:after{animation:mdc-ripple-fg-radius-in 225ms forwards,mdc-ripple-fg-opacity-in 75ms forwards}.mdc-deprecated-list-item--disabled.mdc-ripple-upgraded--foreground-deactivation .mdc-deprecated-list-item__ripple:after{animation:mdc-ripple-fg-opacity-out .15s;transform:translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1))}.mdc-deprecated-list-item--disabled{--mdc-ripple-fg-size:0;--mdc-ripple-left:0;--mdc-ripple-top:0;--mdc-ripple-fg-scale:1;--mdc-ripple-fg-translate-end:0;--mdc-ripple-fg-translate-start:0;-webkit-tap-highlight-color:rgba(0,0,0,0);will-change:transform,opacity}.mdc-deprecated-list-item--disabled .mdc-list-item__ripple:after,.mdc-deprecated-list-item--disabled .mdc-list-item__ripple:before{position:absolute;border-radius:50%;opacity:0;pointer-events:none;content:""}.mdc-deprecated-list-item--disabled .mdc-list-item__ripple:before{transition:opacity 15ms linear,background-color 15ms linear;z-index:1;z-index:var(--mdc-ripple-z-index,1)}.mdc-deprecated-list-item--disabled .mdc-list-item__ripple:after{z-index:0;z-index:var(--mdc-ripple-z-index,0)}.mdc-deprecated-list-item--disabled.mdc-ripple-upgraded .mdc-list-item__ripple:before{transform:scale(var(--mdc-ripple-fg-scale,1))}.mdc-deprecated-list-item--disabled.mdc-ripple-upgraded .mdc-list-item__ripple:after{top:0;left:0;transform:scale(0);transform-origin:center center}.mdc-deprecated-list-item--disabled.mdc-ripple-upgraded--unbounded .mdc-list-item__ripple:after{top:var(--mdc-ripple-top,0);left:var(--mdc-ripple-left,0)}.mdc-deprecated-list-item--disabled.mdc-ripple-upgraded--foreground-activation .mdc-list-item__ripple:after{animation:mdc-ripple-fg-radius-in 225ms forwards,mdc-ripple-fg-opacity-in 75ms forwards}.mdc-deprecated-list-item--disabled.mdc-ripple-upgraded--foreground-deactivation .mdc-list-item__ripple:after{animation:mdc-ripple-fg-opacity-out .15s;transform:translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1))}.mdc-deprecated-list-item--disabled .mdc-deprecated-list-item__ripple:after,.mdc-deprecated-list-item--disabled .mdc-deprecated-list-item__ripple:before{top:-50%;left:-50%;width:200%;height:200%}.mdc-deprecated-list-item--disabled.mdc-ripple-upgraded .mdc-deprecated-list-item__ripple:after{width:var(--mdc-ripple-fg-size,100%);height:var(--mdc-ripple-fg-size,100%)}.mdc-deprecated-list-item--disabled .mdc-list-item__ripple:after,.mdc-deprecated-list-item--disabled .mdc-list-item__ripple:before{top:-50%;left:-50%;width:200%;height:200%}.mdc-deprecated-list-item--disabled.mdc-ripple-upgraded .mdc-list-item__ripple:after{width:var(--mdc-ripple-fg-size,100%);height:var(--mdc-ripple-fg-size,100%)}.mdc-deprecated-list-item--disabled .mdc-deprecated-list-item__ripple:after,.mdc-deprecated-list-item--disabled .mdc-deprecated-list-item__ripple:before,.mdc-deprecated-list-item--disabled .mdc-list-item__ripple:after,.mdc-deprecated-list-item--disabled .mdc-list-item__ripple:before{background-color:#000;background-color:var(--mdc-ripple-color,#000)}.mdc-deprecated-list-item--disabled.mdc-ripple-upgraded--background-focused .mdc-deprecated-list-item__ripple:before,.mdc-deprecated-list-item--disabled.mdc-ripple-upgraded--background-focused .mdc-list-item__ripple:before,.mdc-deprecated-list-item--disabled:not(.mdc-ripple-upgraded):focus .mdc-deprecated-list-item__ripple:before,.mdc-deprecated-list-item--disabled:not(.mdc-ripple-upgraded):focus .mdc-list-item__ripple:before{transition-duration:75ms;opacity:.12;opacity:var(--mdc-ripple-focus-opacity,.12)}.mdc-deprecated-list-item--disabled .mdc-deprecated-list-item__ripple,.mdc-deprecated-list-item--disabled .mdc-list-item__ripple{position:absolute;top:0;width:100%;height:100%;pointer-events:none}[dir=ltr] .mdc-deprecated-list-item--disabled .mdc-deprecated-list-item__ripple,[dir=ltr] .mdc-deprecated-list-item--disabled .mdc-list-item__ripple{left:0}[dir=rtl] .mdc-deprecated-list-item--disabled .mdc-deprecated-list-item__ripple,[dir=rtl] .mdc-deprecated-list-item--disabled .mdc-list-item__ripple{right:0}:not(.mdc-list-item--disabled).mdc-list-item{--mdc-ripple-fg-size:0;--mdc-ripple-left:0;--mdc-ripple-top:0;--mdc-ripple-fg-scale:1;--mdc-ripple-fg-translate-end:0;--mdc-ripple-fg-translate-start:0;-webkit-tap-highlight-color:rgba(0,0,0,0);will-change:transform,opacity}:not(.mdc-list-item--disabled).mdc-list-item .mdc-list-item__ripple:after,:not(.mdc-list-item--disabled).mdc-list-item .mdc-list-item__ripple:before{position:absolute;border-radius:50%;opacity:0;pointer-events:none;content:""}:not(.mdc-list-item--disabled).mdc-list-item .mdc-list-item__ripple:before{transition:opacity 15ms linear,background-color 15ms linear;z-index:1;z-index:var(--mdc-ripple-z-index,1)}:not(.mdc-list-item--disabled).mdc-list-item .mdc-list-item__ripple:after{z-index:0;z-index:var(--mdc-ripple-z-index,0)}:not(.mdc-list-item--disabled).mdc-list-item.mdc-ripple-upgraded .mdc-list-item__ripple:before{transform:scale(var(--mdc-ripple-fg-scale,1))}:not(.mdc-list-item--disabled).mdc-list-item.mdc-ripple-upgraded .mdc-list-item__ripple:after{top:0;left:0;transform:scale(0);transform-origin:center center}:not(.mdc-list-item--disabled).mdc-list-item.mdc-ripple-upgraded--unbounded .mdc-list-item__ripple:after{top:var(--mdc-ripple-top,0);left:var(--mdc-ripple-left,0)}:not(.mdc-list-item--disabled).mdc-list-item.mdc-ripple-upgraded--foreground-activation .mdc-list-item__ripple:after{animation:mdc-ripple-fg-radius-in 225ms forwards,mdc-ripple-fg-opacity-in 75ms forwards}:not(.mdc-list-item--disabled).mdc-list-item.mdc-ripple-upgraded--foreground-deactivation .mdc-list-item__ripple:after{animation:mdc-ripple-fg-opacity-out .15s;transform:translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1))}:not(.mdc-list-item--disabled).mdc-list-item .mdc-list-item__ripple:after,:not(.mdc-list-item--disabled).mdc-list-item .mdc-list-item__ripple:before{top:-50%;left:-50%;width:200%;height:200%}:not(.mdc-list-item--disabled).mdc-list-item.mdc-ripple-upgraded .mdc-list-item__ripple:after{width:var(--mdc-ripple-fg-size,100%);height:var(--mdc-ripple-fg-size,100%)}:not(.mdc-list-item--disabled).mdc-list-item .mdc-list-item__ripple:after,:not(.mdc-list-item--disabled).mdc-list-item .mdc-list-item__ripple:before{background-color:#000;background-color:var(--mdc-ripple-color,#000)}:not(.mdc-list-item--disabled).mdc-list-item.mdc-ripple-surface--hover .mdc-list-item__ripple:before,:not(.mdc-list-item--disabled).mdc-list-item:hover .mdc-list-item__ripple:before{opacity:.04;opacity:var(--mdc-ripple-hover-opacity,.04)}:not(.mdc-list-item--disabled).mdc-list-item.mdc-ripple-upgraded--background-focused .mdc-list-item__ripple:before,:not(.mdc-list-item--disabled).mdc-list-item:not(.mdc-ripple-upgraded):focus .mdc-list-item__ripple:before{transition-duration:75ms;opacity:.12;opacity:var(--mdc-ripple-focus-opacity,.12)}:not(.mdc-list-item--disabled).mdc-list-item:not(.mdc-ripple-upgraded) .mdc-list-item__ripple:after{transition:opacity .15s linear}:not(.mdc-list-item--disabled).mdc-list-item:not(.mdc-ripple-upgraded):active .mdc-list-item__ripple:after{transition-duration:75ms;opacity:.12;opacity:var(--mdc-ripple-press-opacity,.12)}:not(.mdc-list-item--disabled).mdc-list-item.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:var(--mdc-ripple-press-opacity,0.12)}:not(.mdc-list-item--disabled).mdc-list-item--activated .mdc-list-item__ripple:before{opacity:.12;opacity:var(--mdc-ripple-activated-opacity,.12)}:not(.mdc-list-item--disabled).mdc-list-item--activated .mdc-list-item__ripple:after,:not(.mdc-list-item--disabled).mdc-list-item--activated .mdc-list-item__ripple:before{background-color:#2471c9;background-color:var(--mdc-ripple-color,var(--mdc-theme-primary,#2471c9))}:not(.mdc-list-item--disabled).mdc-list-item--activated.mdc-ripple-surface--hover .mdc-list-item__ripple:before,:not(.mdc-list-item--disabled).mdc-list-item--activated:hover .mdc-list-item__ripple:before{opacity:.16;opacity:var(--mdc-ripple-hover-opacity,.16)}:not(.mdc-list-item--disabled).mdc-list-item--activated.mdc-ripple-upgraded--background-focused .mdc-list-item__ripple:before,:not(.mdc-list-item--disabled).mdc-list-item--activated:not(.mdc-ripple-upgraded):focus .mdc-list-item__ripple:before{transition-duration:75ms;opacity:.24;opacity:var(--mdc-ripple-focus-opacity,.24)}:not(.mdc-list-item--disabled).mdc-list-item--activated:not(.mdc-ripple-upgraded) .mdc-list-item__ripple:after{transition:opacity .15s linear}:not(.mdc-list-item--disabled).mdc-list-item--activated:not(.mdc-ripple-upgraded):active .mdc-list-item__ripple:after{transition-duration:75ms;opacity:.24;opacity:var(--mdc-ripple-press-opacity,.24)}:not(.mdc-list-item--disabled).mdc-list-item--activated.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:var(--mdc-ripple-press-opacity,0.24)}:not(.mdc-list-item--disabled).mdc-list-item--selected .mdc-list-item__ripple:before{opacity:.08;opacity:var(--mdc-ripple-selected-opacity,.08)}:not(.mdc-list-item--disabled).mdc-list-item--selected .mdc-list-item__ripple:after,:not(.mdc-list-item--disabled).mdc-list-item--selected .mdc-list-item__ripple:before{background-color:#2471c9;background-color:var(--mdc-ripple-color,var(--mdc-theme-primary,#2471c9))}:not(.mdc-list-item--disabled).mdc-list-item--selected.mdc-ripple-surface--hover .mdc-list-item__ripple:before,:not(.mdc-list-item--disabled).mdc-list-item--selected:hover .mdc-list-item__ripple:before{opacity:.12;opacity:var(--mdc-ripple-hover-opacity,.12)}:not(.mdc-list-item--disabled).mdc-list-item--selected.mdc-ripple-upgraded--background-focused .mdc-list-item__ripple:before,:not(.mdc-list-item--disabled).mdc-list-item--selected:not(.mdc-ripple-upgraded):focus .mdc-list-item__ripple:before{transition-duration:75ms;opacity:.2;opacity:var(--mdc-ripple-focus-opacity,.2)}:not(.mdc-list-item--disabled).mdc-list-item--selected:not(.mdc-ripple-upgraded) .mdc-list-item__ripple:after{transition:opacity .15s linear}:not(.mdc-list-item--disabled).mdc-list-item--selected:not(.mdc-ripple-upgraded):active .mdc-list-item__ripple:after{transition-duration:75ms;opacity:.2;opacity:var(--mdc-ripple-press-opacity,.2)}:not(.mdc-list-item--disabled).mdc-list-item--selected.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:var(--mdc-ripple-press-opacity,0.2)}:not(.mdc-list-item--disabled).mdc-list-item .mdc-list-item__ripple{position:absolute;top:0;width:100%;height:100%;pointer-events:none}[dir=ltr] :not(.mdc-list-item--disabled).mdc-list-item .mdc-list-item__ripple{left:0}[dir=rtl] :not(.mdc-list-item--disabled).mdc-list-item .mdc-list-item__ripple{right:0}.mdc-list-item--disabled{--mdc-ripple-fg-size:0;--mdc-ripple-left:0;--mdc-ripple-top:0;--mdc-ripple-fg-scale:1;--mdc-ripple-fg-translate-end:0;--mdc-ripple-fg-translate-start:0;-webkit-tap-highlight-color:rgba(0,0,0,0);will-change:transform,opacity}.mdc-list-item--disabled .mdc-list-item__ripple:after,.mdc-list-item--disabled .mdc-list-item__ripple:before{position:absolute;border-radius:50%;opacity:0;pointer-events:none;content:""}.mdc-list-item--disabled .mdc-list-item__ripple:before{transition:opacity 15ms linear,background-color 15ms linear;z-index:1;z-index:var(--mdc-ripple-z-index,1)}.mdc-list-item--disabled .mdc-list-item__ripple:after{z-index:0;z-index:var(--mdc-ripple-z-index,0)}.mdc-list-item--disabled.mdc-ripple-upgraded .mdc-list-item__ripple:before{transform:scale(var(--mdc-ripple-fg-scale,1))}.mdc-list-item--disabled.mdc-ripple-upgraded .mdc-list-item__ripple:after{top:0;left:0;transform:scale(0);transform-origin:center center}.mdc-list-item--disabled.mdc-ripple-upgraded--unbounded .mdc-list-item__ripple:after{top:var(--mdc-ripple-top,0);left:var(--mdc-ripple-left,0)}.mdc-list-item--disabled.mdc-ripple-upgraded--foreground-activation .mdc-list-item__ripple:after{animation:mdc-ripple-fg-radius-in 225ms forwards,mdc-ripple-fg-opacity-in 75ms forwards}.mdc-list-item--disabled.mdc-ripple-upgraded--foreground-deactivation .mdc-list-item__ripple:after{animation:mdc-ripple-fg-opacity-out .15s;transform:translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1))}.mdc-list-item--disabled .mdc-list-item__ripple:after,.mdc-list-item--disabled .mdc-list-item__ripple:before{top:-50%;left:-50%;width:200%;height:200%}.mdc-list-item--disabled.mdc-ripple-upgraded .mdc-list-item__ripple:after{width:var(--mdc-ripple-fg-size,100%);height:var(--mdc-ripple-fg-size,100%)}.mdc-list-item--disabled .mdc-list-item__ripple:after,.mdc-list-item--disabled .mdc-list-item__ripple:before{background-color:#000;background-color:var(--mdc-ripple-color,#000)}.mdc-list-item--disabled.mdc-ripple-upgraded--background-focused .mdc-list-item__ripple:before,.mdc-list-item--disabled:not(.mdc-ripple-upgraded):focus .mdc-list-item__ripple:before{transition-duration:75ms;opacity:.12;opacity:var(--mdc-ripple-focus-opacity,.12)}.mdc-list-item--disabled .mdc-list-item__ripple{position:absolute;top:0;width:100%;height:100%;pointer-events:none}[dir=ltr] .mdc-list-item--disabled .mdc-list-item__ripple{left:0}[dir=rtl] .mdc-list-item--disabled .mdc-list-item__ripple{right:0}.mdc-menu .mdc-deprecated-list-item__graphic,.mdc-menu .mdc-deprecated-list-item__meta{color:rgba(0,0,0,.87)}.mdc-menu{min-width:112px;min-width:var(--mdc-menu-min-width,112px)}.mdc-menu .mdc-menu-item--submenu-open .mdc-deprecated-list-item__ripple:before,.mdc-menu .mdc-menu-item--submenu-open .mdc-list-item__ripple:before{opacity:.04}.mdc-menu .mdc-deprecated-list{color:rgba(0,0,0,.87)}.mdc-menu .mdc-deprecated-list,.mdc-menu .mdc-list{position:relative}.mdc-menu .mdc-deprecated-list .mdc-elevation-overlay,.mdc-menu .mdc-list .mdc-elevation-overlay{width:100%;height:100%;top:0;left:0}.mdc-menu .mdc-deprecated-list-divider{margin:8px 0}.mdc-menu .mdc-deprecated-list-item{-webkit-user-select:none;user-select:none}.mdc-menu .mdc-deprecated-list-item--disabled{cursor:auto}.mdc-menu a.mdc-deprecated-list-item .mdc-deprecated-list-item__graphic,.mdc-menu a.mdc-deprecated-list-item .mdc-deprecated-list-item__text{pointer-events:none}.mdc-menu__selection-group{padding:0;fill:currentColor}.mdc-menu__selection-group .mdc-deprecated-list-item{padding-left:56px;padding-right:16px}.mdc-menu__selection-group .mdc-deprecated-list-item[dir=rtl],[dir=rtl] .mdc-menu__selection-group .mdc-deprecated-list-item{padding-left:16px;padding-right:56px}.mdc-menu__selection-group .mdc-menu__selection-group-icon{left:16px;right:auto}.mdc-menu__selection-group .mdc-menu__selection-group-icon[dir=rtl],[dir=rtl] .mdc-menu__selection-group .mdc-menu__selection-group-icon{left:auto;right:16px}.mdc-menu__selection-group .mdc-menu__selection-group-icon{display:none;position:absolute;top:50%;transform:translateY(-50%)}.mdc-menu-item--selected .mdc-menu__selection-group-icon{display:inline}.mdc-menu-surface{display:none;position:absolute;box-sizing:border-box;max-width:calc(100vw - 32px);max-width:var(--mdc-menu-max-width,calc(100vw - 32px));max-height:calc(100vh - 32px);max-height:var(--mdc-menu-max-height,calc(100vh - 32px));margin:0;padding:0;transform:scale(1);opacity:0;overflow:auto;will-change:transform,opacity;z-index:8;transition:opacity .03s linear,transform .12s cubic-bezier(0,0,.2,1),height .25s cubic-bezier(0,0,.2,1)}[dir=ltr] .mdc-menu-surface{transform-origin:top left}[dir=rtl] .mdc-menu-surface{transform-origin:top right}.mdc-menu-surface:focus{outline:none}.mdc-menu-surface--animating-open{display:inline-block;transform:scale(.8);opacity:0}.mdc-menu-surface--open{display:inline-block;transform:scale(1);opacity:1}.mdc-menu-surface--animating-closed{display:inline-block;opacity:0;transition:opacity 75ms linear}.mdc-menu-surface{box-shadow:0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12);background-color:#fff;background-color:var(--mdc-theme-surface,#fff);color:#000;color:var(--mdc-theme-on-surface,#000);border-radius:4px;border-radius:var(--mdc-shape-medium,4px);transform-origin-left:top left;transform-origin-right:top right}.mdc-menu-surface[dir=rtl],[dir=rtl] .mdc-menu-surface{transform-origin-left:top right;transform-origin-right:top left}.mdc-menu-surface--anchor{position:relative;overflow:visible}.mdc-menu-surface--fixed{position:fixed}.mdc-menu-surface--fullwidth{width:100%}.mdc-radio .mdc-radio__native-control:enabled:not(:checked)+.mdc-radio__background .mdc-radio__outer-circle{border-color:rgba(0,0,0,.54)}.mdc-radio .mdc-radio__native-control:enabled+.mdc-radio__background .mdc-radio__inner-circle,.mdc-radio .mdc-radio__native-control:enabled:checked+.mdc-radio__background .mdc-radio__outer-circle{border-color:#4e9c18;border-color:var(--mdc-theme-secondary,#4e9c18)}.mdc-radio .mdc-radio__native-control:disabled+.mdc-radio__background .mdc-radio__inner-circle,.mdc-radio .mdc-radio__native-control:disabled:checked+.mdc-radio__background .mdc-radio__outer-circle,.mdc-radio .mdc-radio__native-control:disabled:not(:checked)+.mdc-radio__background .mdc-radio__outer-circle,.mdc-radio [aria-disabled=true] .mdc-radio__native-control+.mdc-radio__background .mdc-radio__inner-circle,.mdc-radio [aria-disabled=true] .mdc-radio__native-control:checked+.mdc-radio__background .mdc-radio__outer-circle,.mdc-radio [aria-disabled=true] .mdc-radio__native-control:not(:checked)+.mdc-radio__background .mdc-radio__outer-circle{border-color:rgba(0,0,0,.38)}.mdc-radio .mdc-radio__background:before{background-color:#4e9c18;background-color:var(--mdc-theme-secondary,#4e9c18)}.mdc-radio{padding:10px}.mdc-radio .mdc-radio__background:before{top:-10px;width:40px;height:40px}[dir=ltr] .mdc-radio .mdc-radio__background:before{left:-10px}[dir=rtl] .mdc-radio .mdc-radio__background:before{right:-10px}.mdc-radio .mdc-radio__native-control{top:0;right:0;left:0;width:40px;height:40px}@media (-ms-high-contrast:active),screen and (forced-colors:active){.mdc-radio.mdc-radio--disabled .mdc-radio__native-control:disabled+.mdc-radio__background .mdc-radio__inner-circle,.mdc-radio.mdc-radio--disabled .mdc-radio__native-control:disabled:checked+.mdc-radio__background .mdc-radio__outer-circle,.mdc-radio.mdc-radio--disabled .mdc-radio__native-control:disabled:not(:checked)+.mdc-radio__background .mdc-radio__outer-circle,.mdc-radio.mdc-radio--disabled [aria-disabled=true] .mdc-radio__native-control+.mdc-radio__background .mdc-radio__inner-circle,.mdc-radio.mdc-radio--disabled [aria-disabled=true] .mdc-radio__native-control:checked+.mdc-radio__background .mdc-radio__outer-circle,.mdc-radio.mdc-radio--disabled [aria-disabled=true] .mdc-radio__native-control:not(:checked)+.mdc-radio__background .mdc-radio__outer-circle{border-color:GrayText}}.mdc-radio{flex:0 0 auto;box-sizing:content-box;cursor:pointer;will-change:opacity,transform,border-color,color}.mdc-radio,.mdc-radio__background{display:inline-block;position:relative;width:20px;height:20px}.mdc-radio__background{box-sizing:border-box}.mdc-radio__background:before{position:absolute;transform:scale(0);border-radius:50%;opacity:0;pointer-events:none;content:"";transition:opacity .12s cubic-bezier(.4,0,.6,1) 0s,transform .12s cubic-bezier(.4,0,.6,1) 0s}.mdc-radio__outer-circle{position:absolute;top:0;box-sizing:border-box;width:100%;height:100%;border-width:2px;border-style:solid;border-radius:50%;transition:border-color .12s cubic-bezier(.4,0,.6,1) 0s}[dir=ltr] .mdc-radio__outer-circle{left:0}[dir=rtl] .mdc-radio__outer-circle{right:0}.mdc-radio__inner-circle{position:absolute;top:0;box-sizing:border-box;width:100%;height:100%;transform:scale(0);border-width:10px;border-style:solid;border-radius:50%;transition:transform .12s cubic-bezier(.4,0,.6,1) 0s,border-color .12s cubic-bezier(.4,0,.6,1) 0s}[dir=ltr] .mdc-radio__inner-circle{left:0}[dir=rtl] .mdc-radio__inner-circle{right:0}.mdc-radio__native-control{position:absolute;margin:0;padding:0;opacity:0;cursor:inherit;z-index:1}.mdc-radio--touch{margin:4px}.mdc-radio--touch .mdc-radio__native-control{top:-4px;right:-4px;left:-4px;width:48px;height:48px}.mdc-radio.mdc-ripple-upgraded--background-focused .mdc-radio__focus-ring,.mdc-radio:not(.mdc-ripple-upgraded):focus .mdc-radio__focus-ring{pointer-events:none;border:2px solid transparent;border-radius:6px;box-sizing:content-box;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);height:100%;width:100%}@media screen and (forced-colors:active){.mdc-radio.mdc-ripple-upgraded--background-focused .mdc-radio__focus-ring,.mdc-radio:not(.mdc-ripple-upgraded):focus .mdc-radio__focus-ring{border-color:CanvasText}}.mdc-radio.mdc-ripple-upgraded--background-focused .mdc-radio__focus-ring:after,.mdc-radio:not(.mdc-ripple-upgraded):focus .mdc-radio__focus-ring:after{content:"";border:2px solid transparent;border-radius:8px;display:block;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);height:calc(100% + 4px);width:calc(100% + 4px)}@media screen and (forced-colors:active){.mdc-radio.mdc-ripple-upgraded--background-focused .mdc-radio__focus-ring:after,.mdc-radio:not(.mdc-ripple-upgraded):focus .mdc-radio__focus-ring:after{border-color:CanvasText}}.mdc-radio__native-control:checked+.mdc-radio__background,.mdc-radio__native-control:disabled+.mdc-radio__background{transition:opacity .12s cubic-bezier(0,0,.2,1) 0s,transform .12s cubic-bezier(0,0,.2,1) 0s}.mdc-radio__native-control:checked+.mdc-radio__background .mdc-radio__outer-circle,.mdc-radio__native-control:disabled+.mdc-radio__background .mdc-radio__outer-circle{transition:border-color .12s cubic-bezier(0,0,.2,1) 0s}.mdc-radio__native-control:checked+.mdc-radio__background .mdc-radio__inner-circle,.mdc-radio__native-control:disabled+.mdc-radio__background .mdc-radio__inner-circle{transition:transform .12s cubic-bezier(0,0,.2,1) 0s,border-color .12s cubic-bezier(0,0,.2,1) 0s}.mdc-radio--disabled{cursor:default;pointer-events:none}.mdc-radio__native-control:checked+.mdc-radio__background .mdc-radio__inner-circle{transform:scale(.5);transition:transform .12s cubic-bezier(0,0,.2,1) 0s,border-color .12s cubic-bezier(0,0,.2,1) 0s}.mdc-radio__native-control:disabled+.mdc-radio__background,[aria-disabled=true] .mdc-radio__native-control+.mdc-radio__background{cursor:default}.mdc-radio__native-control:focus+.mdc-radio__background:before{transform:scale(1);opacity:.12;transition:opacity .12s cubic-bezier(0,0,.2,1) 0s,transform .12s cubic-bezier(0,0,.2,1) 0s}.mdc-radio{--mdc-ripple-fg-size:0;--mdc-ripple-left:0;--mdc-ripple-top:0;--mdc-ripple-fg-scale:1;--mdc-ripple-fg-translate-end:0;--mdc-ripple-fg-translate-start:0;-webkit-tap-highlight-color:rgba(0,0,0,0);will-change:transform,opacity}.mdc-radio .mdc-radio__ripple:after,.mdc-radio .mdc-radio__ripple:before{position:absolute;border-radius:50%;opacity:0;pointer-events:none;content:""}.mdc-radio .mdc-radio__ripple:before{transition:opacity 15ms linear,background-color 15ms linear;z-index:1;z-index:var(--mdc-ripple-z-index,1)}.mdc-radio .mdc-radio__ripple:after{z-index:0;z-index:var(--mdc-ripple-z-index,0)}.mdc-radio.mdc-ripple-upgraded .mdc-radio__ripple:before{transform:scale(var(--mdc-ripple-fg-scale,1))}.mdc-radio.mdc-ripple-upgraded .mdc-radio__ripple:after{top:0;left:0;transform:scale(0);transform-origin:center center}.mdc-radio.mdc-ripple-upgraded--unbounded .mdc-radio__ripple:after{top:var(--mdc-ripple-top,0);left:var(--mdc-ripple-left,0)}.mdc-radio.mdc-ripple-upgraded--foreground-activation .mdc-radio__ripple:after{animation:mdc-ripple-fg-radius-in 225ms forwards,mdc-ripple-fg-opacity-in 75ms forwards}.mdc-radio.mdc-ripple-upgraded--foreground-deactivation .mdc-radio__ripple:after{animation:mdc-ripple-fg-opacity-out .15s;transform:translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1))}.mdc-radio .mdc-radio__ripple:after,.mdc-radio .mdc-radio__ripple:before{top:0;left:0;width:100%;height:100%}.mdc-radio.mdc-ripple-upgraded .mdc-radio__ripple:after,.mdc-radio.mdc-ripple-upgraded .mdc-radio__ripple:before{top:var(--mdc-ripple-top,0);left:var(--mdc-ripple-left,0);width:var(--mdc-ripple-fg-size,100%);height:var(--mdc-ripple-fg-size,100%)}.mdc-radio.mdc-ripple-upgraded .mdc-radio__ripple:after{width:var(--mdc-ripple-fg-size,100%);height:var(--mdc-ripple-fg-size,100%)}.mdc-radio .mdc-radio__ripple:after,.mdc-radio .mdc-radio__ripple:before{background-color:#4e9c18;background-color:var(--mdc-ripple-color,var(--mdc-theme-secondary,#4e9c18))}.mdc-radio.mdc-ripple-surface--hover .mdc-radio__ripple:before,.mdc-radio:hover .mdc-radio__ripple:before{opacity:.04;opacity:var(--mdc-ripple-hover-opacity,.04)}.mdc-radio.mdc-ripple-upgraded--background-focused .mdc-radio__ripple:before,.mdc-radio:not(.mdc-ripple-upgraded):focus .mdc-radio__ripple:before{transition-duration:75ms;opacity:.12;opacity:var(--mdc-ripple-focus-opacity,.12)}.mdc-radio:not(.mdc-ripple-upgraded) .mdc-radio__ripple:after{transition:opacity .15s linear}.mdc-radio:not(.mdc-ripple-upgraded):active .mdc-radio__ripple:after{transition-duration:75ms;opacity:.12;opacity:var(--mdc-ripple-press-opacity,.12)}.mdc-radio.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:var(--mdc-ripple-press-opacity,0.12)}.mdc-radio.mdc-ripple-upgraded .mdc-radio__background:before,.mdc-radio.mdc-ripple-upgraded--background-focused .mdc-radio__background:before{content:none}.mdc-radio__ripple{position:absolute;top:0;width:100%;height:100%;pointer-events:none}[dir=ltr] .mdc-radio__ripple{left:0}[dir=rtl] .mdc-radio__ripple{right:0}.mdc-floating-label{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:Roboto,sans-serif;font-family:var(--mdc-typography-subtitle1-font-family,var(--mdc-typography-font-family,Roboto,sans-serif));font-size:14px;font-size:var(--mdc-typography-subtitle1-font-size,14px);font-weight:400;font-weight:var(--mdc-typography-subtitle1-font-weight,400);letter-spacing:.009375em;letter-spacing:var(--mdc-typography-subtitle1-letter-spacing,.009375em);text-decoration:inherit;-webkit-text-decoration:var(--mdc-typography-subtitle1-text-decoration,inherit);text-decoration:var(--mdc-typography-subtitle1-text-decoration,inherit);text-transform:inherit;text-transform:var(--mdc-typography-subtitle1-text-transform,inherit);position:absolute;left:0;transform-origin:left top;line-height:1.15rem;text-overflow:ellipsis;white-space:nowrap;cursor:text;overflow:hidden;will-change:transform}[dir=ltr] .mdc-floating-label{text-align:left}[dir=rtl] .mdc-floating-label{text-align:right}.mdc-floating-label[dir=rtl],[dir=rtl] .mdc-floating-label{right:0;left:auto;transform-origin:right top;text-align:right}.mdc-floating-label{transition:transform .15s cubic-bezier(.4,0,.2,1),color .15s cubic-bezier(.4,0,.2,1)}.mdc-floating-label--float-above{cursor:auto}.mdc-floating-label--required:after{margin-left:1px;margin-right:0;content:"*"}.mdc-floating-label--required[dir=rtl]:after,[dir=rtl] .mdc-floating-label--required:after{margin-left:0;margin-right:1px}.mdc-floating-label--float-above{transform:translateY(-106%) scale(.75)}.mdc-floating-label--shake{animation:mdc-floating-label-shake-float-above-standard .25s 1}@keyframes mdc-floating-label-shake-float-above-standard{0%{transform:translateX(0) translateY(-106%) scale(.75)}33%{animation-timing-function:cubic-bezier(.5,0,.701732,.495819);transform:translateX(4%) translateY(-106%) scale(.75)}66%{animation-timing-function:cubic-bezier(.302435,.381352,.55,.956352);transform:translateX(-4%) translateY(-106%) scale(.75)}to{transform:translateX(0) translateY(-106%) scale(.75)}}.mdc-line-ripple:after,.mdc-line-ripple:before{position:absolute;bottom:0;width:100%;border-bottom-style:solid;content:""}[dir=ltr] .mdc-line-ripple:after,[dir=ltr] .mdc-line-ripple:before{left:0}[dir=rtl] .mdc-line-ripple:after,[dir=rtl] .mdc-line-ripple:before{right:0}.mdc-line-ripple:before{border-bottom-width:1px;z-index:1}.mdc-line-ripple:after{transform:scaleX(0);border-bottom-width:2px;opacity:0;z-index:2;transition:transform .18s cubic-bezier(.4,0,.2,1),opacity .18s cubic-bezier(.4,0,.2,1)}.mdc-line-ripple--active:after{transform:scaleX(1);opacity:1}.mdc-line-ripple--deactivating:after{opacity:0}.mdc-notched-outline{display:flex;position:absolute;top:0;right:0;left:0;box-sizing:border-box;width:100%;max-width:100%;height:100%;text-align:left;pointer-events:none}.mdc-notched-outline[dir=rtl],[dir=rtl] .mdc-notched-outline{text-align:right}.mdc-notched-outline__leading,.mdc-notched-outline__notch,.mdc-notched-outline__trailing{box-sizing:border-box;height:100%;border-top:1px solid;border-bottom:1px solid;pointer-events:none}.mdc-notched-outline__leading{border-left:1px solid;border-right:none}.mdc-notched-outline__leading[dir=rtl],[dir=rtl] .mdc-notched-outline__leading{border-left:none;border-right:1px solid}.mdc-notched-outline__leading{width:12px}.mdc-notched-outline__trailing{border-left:none;border-right:1px solid}.mdc-notched-outline__trailing[dir=rtl],[dir=rtl] .mdc-notched-outline__trailing{border-left:1px solid;border-right:none}.mdc-notched-outline__trailing{flex-grow:1}.mdc-notched-outline__notch{flex:0 0 auto;width:auto;max-width:calc(100% - 24px)}.mdc-notched-outline .mdc-floating-label{display:inline-block;position:relative;max-width:100%}.mdc-notched-outline .mdc-floating-label--float-above{text-overflow:clip}.mdc-notched-outline--upgraded .mdc-floating-label--float-above{max-width:133.3333333333%}.mdc-notched-outline--notched .mdc-notched-outline__notch{padding-left:0;padding-right:8px}.mdc-notched-outline--notched .mdc-notched-outline__notch[dir=rtl],[dir=rtl] .mdc-notched-outline--notched .mdc-notched-outline__notch{padding-left:8px;padding-right:0}.mdc-notched-outline--notched .mdc-notched-outline__notch{border-top:none}.mdc-notched-outline--no-label .mdc-notched-outline__notch{display:none}.mdc-select:not(.mdc-select--disabled) .mdc-select__selected-text{color:rgba(0,0,0,.87)}.mdc-select.mdc-select--disabled .mdc-select__selected-text{color:rgba(0,0,0,.38)}.mdc-select:not(.mdc-select--disabled) .mdc-floating-label{color:rgba(0,0,0,.6)}.mdc-select:not(.mdc-select--disabled).mdc-select--focused .mdc-floating-label{color:rgba(36,113,201,.87)}.mdc-select.mdc-select--disabled .mdc-floating-label{color:rgba(0,0,0,.38)}.mdc-select:not(.mdc-select--disabled) .mdc-select__dropdown-icon{fill:rgba(0,0,0,.54)}.mdc-select:not(.mdc-select--disabled).mdc-select--focused .mdc-select__dropdown-icon{fill:#2471c9;fill:var(--mdc-theme-primary,#2471c9)}.mdc-select.mdc-select--disabled .mdc-select__dropdown-icon{fill:rgba(0,0,0,.38)}.mdc-select:not(.mdc-select--disabled)+.mdc-select-helper-text{color:rgba(0,0,0,.6)}.mdc-select.mdc-select--disabled+.mdc-select-helper-text{color:rgba(0,0,0,.38)}.mdc-select:not(.mdc-select--disabled) .mdc-select__icon{color:rgba(0,0,0,.54)}.mdc-select.mdc-select--disabled .mdc-select__icon{color:rgba(0,0,0,.38)}@media (-ms-high-contrast:active),screen and (forced-colors:active){.mdc-select.mdc-select--disabled .mdc-select__selected-text{color:GrayText}.mdc-select.mdc-select--disabled .mdc-select__dropdown-icon{fill:red}.mdc-select.mdc-select--disabled .mdc-floating-label{color:GrayText}.mdc-select.mdc-select--disabled .mdc-line-ripple:before{border-bottom-color:GrayText}.mdc-select.mdc-select--disabled .mdc-notched-outline__leading,.mdc-select.mdc-select--disabled .mdc-notched-outline__notch,.mdc-select.mdc-select--disabled .mdc-notched-outline__trailing{border-color:GrayText}.mdc-select.mdc-select--disabled .mdc-select__icon,.mdc-select.mdc-select--disabled+.mdc-select-helper-text{color:GrayText}}.mdc-select .mdc-floating-label{top:50%;transform:translateY(-50%);pointer-events:none}.mdc-select .mdc-select__anchor{padding-left:16px;padding-right:0}.mdc-select .mdc-select__anchor[dir=rtl],[dir=rtl] .mdc-select .mdc-select__anchor{padding-left:0;padding-right:16px}.mdc-select.mdc-select--with-leading-icon .mdc-select__anchor,.mdc-select.mdc-select--with-leading-icon .mdc-select__anchor[dir=rtl],[dir=rtl] .mdc-select.mdc-select--with-leading-icon .mdc-select__anchor{padding-left:0;padding-right:0}.mdc-select .mdc-select__icon{width:24px;height:24px;font-size:24px}.mdc-select .mdc-select__dropdown-icon{width:24px;height:24px}.mdc-select .mdc-select__menu .mdc-deprecated-list-item,.mdc-select .mdc-select__menu .mdc-deprecated-list-item[dir=rtl],[dir=rtl] .mdc-select .mdc-select__menu .mdc-deprecated-list-item{padding-left:16px;padding-right:16px}.mdc-select .mdc-select__menu .mdc-deprecated-list-item__graphic{margin-left:0;margin-right:12px}.mdc-select .mdc-select__menu .mdc-deprecated-list-item__graphic[dir=rtl],[dir=rtl] .mdc-select .mdc-select__menu .mdc-deprecated-list-item__graphic{margin-left:12px;margin-right:0}.mdc-select{display:inline-flex;position:relative}.mdc-select__dropdown-icon .mdc-select__dropdown-icon-active,.mdc-select__dropdown-icon .mdc-select__dropdown-icon-inactive{position:absolute;top:0}[dir=ltr] .mdc-select__dropdown-icon .mdc-select__dropdown-icon-active,[dir=ltr] .mdc-select__dropdown-icon .mdc-select__dropdown-icon-inactive{left:0}[dir=rtl] .mdc-select__dropdown-icon .mdc-select__dropdown-icon-active,[dir=rtl] .mdc-select__dropdown-icon .mdc-select__dropdown-icon-inactive{right:0}.mdc-select__dropdown-icon .mdc-select__dropdown-icon-graphic{width:41.6666666667%;height:20.8333333333%}.mdc-select__dropdown-icon .mdc-select__dropdown-icon-inactive{opacity:1;transition:opacity 75ms linear 75ms}.mdc-select__dropdown-icon .mdc-select__dropdown-icon-active{opacity:0;transition:opacity 75ms linear}.mdc-select__dropdown-icon,.mdc-select__dropdown-icon[dir=rtl],[dir=rtl] .mdc-select__dropdown-icon{margin-left:12px;margin-right:12px}.mdc-select__dropdown-icon{display:inline-flex;position:relative;align-self:center;align-items:center;justify-content:center;flex-shrink:0;pointer-events:none}.mdc-select--activated .mdc-select__dropdown-icon .mdc-select__dropdown-icon-inactive{opacity:0;transition:opacity 49.5ms linear}.mdc-select--activated .mdc-select__dropdown-icon .mdc-select__dropdown-icon-active{opacity:1;transition:opacity .1005s linear 49.5ms}.mdc-select__anchor .mdc-floating-label--float-above{transform:translateY(-106%) scale(.75)}.mdc-select__anchor{width:200px;min-width:0;flex:1 1 auto;position:relative;box-sizing:border-box;overflow:hidden;outline:none;cursor:pointer}.mdc-select__selected-text-container{display:flex;appearance:none;pointer-events:none;box-sizing:border-box;width:auto;min-width:0;flex-grow:1;height:28px;border:none;outline:none;padding:0;background-color:transparent;color:inherit}.mdc-select__selected-text{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:Roboto,sans-serif;font-family:var(--mdc-typography-subtitle1-font-family,var(--mdc-typography-font-family,Roboto,sans-serif));font-size:14px;font-size:var(--mdc-typography-subtitle1-font-size,14px);line-height:1.75rem;line-height:var(--mdc-typography-subtitle1-line-height,1.75rem);font-weight:400;font-weight:var(--mdc-typography-subtitle1-font-weight,400);letter-spacing:.009375em;letter-spacing:var(--mdc-typography-subtitle1-letter-spacing,.009375em);text-decoration:inherit;-webkit-text-decoration:var(--mdc-typography-subtitle1-text-decoration,inherit);text-decoration:var(--mdc-typography-subtitle1-text-decoration,inherit);text-transform:inherit;text-transform:var(--mdc-typography-subtitle1-text-transform,inherit);text-overflow:ellipsis;white-space:nowrap;overflow:hidden;display:block;width:100%;text-align:left}.mdc-select__selected-text[dir=rtl],[dir=rtl] .mdc-select__selected-text{text-align:right}.mdc-select--invalid:not(.mdc-select--disabled) .mdc-floating-label,.mdc-select--invalid:not(.mdc-select--disabled).mdc-select--focused .mdc-floating-label,.mdc-select--invalid:not(.mdc-select--disabled).mdc-select--invalid+.mdc-select-helper-text--validation-msg{color:#b00020;color:var(--mdc-theme-error,#b00020)}.mdc-select--invalid:not(.mdc-select--disabled) .mdc-select__dropdown-icon,.mdc-select--invalid:not(.mdc-select--disabled).mdc-select--focused .mdc-select__dropdown-icon{fill:#b00020;fill:var(--mdc-theme-error,#b00020)}.mdc-select--disabled{cursor:default;pointer-events:none}.mdc-select--with-leading-icon .mdc-select__menu .mdc-deprecated-list-item,.mdc-select--with-leading-icon .mdc-select__menu .mdc-deprecated-list-item[dir=rtl],[dir=rtl] .mdc-select--with-leading-icon .mdc-select__menu .mdc-deprecated-list-item{padding-left:12px;padding-right:12px}@media (-ms-high-contrast:active),screen and (forced-colors:active){.mdc-select__menu:before{position:absolute;box-sizing:border-box;width:100%;height:100%;top:0;border:1px solid transparent;border-radius:inherit;content:"";pointer-events:none}[dir=ltr] .mdc-select__menu:before{left:0}[dir=rtl] .mdc-select__menu:before{right:0}}@media screen and (-ms-high-contrast:active) and (forced-colors:active),screen and (forced-colors:active) and (forced-colors:active){.mdc-select__menu:before{border-color:CanvasText}}.mdc-select__menu .mdc-deprecated-list .mdc-select__icon,.mdc-select__menu .mdc-deprecated-list .mdc-select__icon[dir=rtl],.mdc-select__menu .mdc-list .mdc-select__icon,.mdc-select__menu .mdc-list .mdc-select__icon[dir=rtl],[dir=rtl] .mdc-select__menu .mdc-deprecated-list .mdc-select__icon,[dir=rtl] .mdc-select__menu .mdc-list .mdc-select__icon{margin-left:0;margin-right:0}.mdc-select__menu .mdc-deprecated-list .mdc-deprecated-list-item--activated,.mdc-select__menu .mdc-deprecated-list .mdc-deprecated-list-item--activated .mdc-deprecated-list-item__graphic,.mdc-select__menu .mdc-deprecated-list .mdc-deprecated-list-item--selected,.mdc-select__menu .mdc-deprecated-list .mdc-deprecated-list-item--selected .mdc-deprecated-list-item__graphic,.mdc-select__menu .mdc-list .mdc-deprecated-list-item--activated,.mdc-select__menu .mdc-list .mdc-deprecated-list-item--activated .mdc-deprecated-list-item__graphic,.mdc-select__menu .mdc-list .mdc-deprecated-list-item--selected,.mdc-select__menu .mdc-list .mdc-deprecated-list-item--selected .mdc-deprecated-list-item__graphic{color:#000;color:var(--mdc-theme-on-surface,#000)}.mdc-select__menu .mdc-list-item__start{display:inline-flex;align-items:center}.mdc-select__option,.mdc-select__option[dir=rtl],[dir=rtl] .mdc-select__option{padding-left:16px;padding-right:16px}.mdc-select__one-line-option.mdc-list-item--with-one-line{height:48px}.mdc-select__two-line-option.mdc-list-item--with-two-lines{height:64px}.mdc-select__two-line-option.mdc-list-item--with-two-lines .mdc-list-item__start{margin-top:20px}.mdc-select__two-line-option.mdc-list-item--with-two-lines .mdc-list-item__primary-text{display:block}.mdc-select__two-line-option.mdc-list-item--with-two-lines .mdc-list-item__primary-text:before{display:inline-block;width:0;height:28px;content:"";vertical-align:0}.mdc-select__two-line-option.mdc-list-item--with-two-lines .mdc-list-item__primary-text:after{display:inline-block;width:0;height:20px;content:"";vertical-align:-20px}.mdc-select__two-line-option.mdc-list-item--with-two-lines .mdc-list-item__primary-text{margin-top:0;line-height:normal;margin-bottom:-20px}.mdc-select__two-line-option.mdc-list-item--with-two-lines.mdc-list-item--with-trailing-meta .mdc-list-item__end{display:block}.mdc-select__two-line-option.mdc-list-item--with-two-lines.mdc-list-item--with-trailing-meta .mdc-list-item__end:before{display:inline-block;width:0;height:36px;content:"";vertical-align:0}.mdc-select__two-line-option.mdc-list-item--with-two-lines.mdc-list-item--with-trailing-meta .mdc-list-item__end{margin-top:0;line-height:normal}.mdc-select__option-with-leading-content.mdc-list-item{padding-left:0;padding-right:auto}.mdc-select__option-with-leading-content.mdc-list-item[dir=rtl],[dir=rtl] .mdc-select__option-with-leading-content.mdc-list-item{padding-left:auto;padding-right:0}.mdc-select__option-with-leading-content .mdc-list-item__start{margin-left:12px;margin-right:0}.mdc-select__option-with-leading-content .mdc-list-item__start[dir=rtl],[dir=rtl] .mdc-select__option-with-leading-content .mdc-list-item__start{margin-left:0;margin-right:12px}.mdc-select__option-with-leading-content .mdc-list-item__start{width:36px;height:24px}.mdc-select__option-with-leading-content{padding-left:0;padding-right:12px}.mdc-select__option-with-leading-content[dir=rtl],[dir=rtl] .mdc-select__option-with-leading-content{padding-left:12px;padding-right:0}.mdc-select__option-with-meta.mdc-list-item{padding-left:auto;padding-right:0}.mdc-select__option-with-meta.mdc-list-item[dir=rtl],[dir=rtl] .mdc-select__option-with-meta.mdc-list-item{padding-left:0;padding-right:auto}.mdc-select__option-with-meta .mdc-list-item__end,.mdc-select__option-with-meta .mdc-list-item__end[dir=rtl],[dir=rtl] .mdc-select__option-with-meta .mdc-list-item__end{margin-left:12px;margin-right:12px}.mdc-select--filled .mdc-select__anchor{height:56px;display:flex;align-items:baseline}.mdc-select--filled .mdc-select__anchor:before{display:inline-block;width:0;height:40px;content:"";vertical-align:0}.mdc-select--filled.mdc-select--no-label .mdc-select__anchor .mdc-select__selected-text:before{content:"​"}.mdc-select--filled.mdc-select--no-label .mdc-select__anchor .mdc-select__selected-text-container{height:100%;display:inline-flex;align-items:center}.mdc-select--filled.mdc-select--no-label .mdc-select__anchor:before{display:none}.mdc-select--filled .mdc-select__anchor{border-top-left-radius:4px;border-top-left-radius:var(--mdc-shape-small,4px);border-top-right-radius:4px;border-top-right-radius:var(--mdc-shape-small,4px);border-bottom-right-radius:0;border-bottom-left-radius:0}.mdc-select--filled:not(.mdc-select--disabled) .mdc-select__anchor{background-color:#f5f5f5}.mdc-select--filled.mdc-select--disabled .mdc-select__anchor{background-color:#fafafa}.mdc-select--filled:not(.mdc-select--disabled) .mdc-line-ripple:before{border-bottom-color:rgba(0,0,0,.42)}.mdc-select--filled:not(.mdc-select--disabled):hover .mdc-line-ripple:before{border-bottom-color:rgba(0,0,0,.87)}.mdc-select--filled:not(.mdc-select--disabled) .mdc-line-ripple:after{border-bottom-color:#2471c9;border-bottom-color:var(--mdc-theme-primary,#2471c9)}.mdc-select--filled.mdc-select--disabled .mdc-line-ripple:before{border-bottom-color:rgba(0,0,0,.06)}.mdc-select--filled .mdc-floating-label{max-width:calc(100% - 64px)}.mdc-select--filled .mdc-floating-label--float-above{max-width:calc(133.33333% - 85.33333px)}.mdc-select--filled .mdc-menu-surface--is-open-below{border-top-left-radius:0;border-top-right-radius:0}.mdc-select--filled.mdc-select--focused.mdc-line-ripple:after{transform:scaleY(2);opacity:1}.mdc-select--filled .mdc-floating-label{left:16px;right:auto}.mdc-select--filled .mdc-floating-label[dir=rtl],[dir=rtl] .mdc-select--filled .mdc-floating-label{left:auto;right:16px}.mdc-select--filled.mdc-select--with-leading-icon .mdc-floating-label{left:48px;right:auto}.mdc-select--filled.mdc-select--with-leading-icon .mdc-floating-label[dir=rtl],[dir=rtl] .mdc-select--filled.mdc-select--with-leading-icon .mdc-floating-label{left:auto;right:48px}.mdc-select--filled.mdc-select--with-leading-icon .mdc-floating-label{max-width:calc(100% - 96px)}.mdc-select--filled.mdc-select--with-leading-icon .mdc-floating-label--float-above{max-width:calc(133.33333% - 128px)}.mdc-select--invalid:not(.mdc-select--disabled) .mdc-line-ripple:after,.mdc-select--invalid:not(.mdc-select--disabled) .mdc-line-ripple:before,.mdc-select--invalid:not(.mdc-select--disabled):hover .mdc-line-ripple:before{border-bottom-color:#b00020;border-bottom-color:var(--mdc-theme-error,#b00020)}.mdc-select--outlined .mdc-select__anchor .mdc-floating-label--shake{animation:mdc-floating-label-shake-float-above-select-outlined-56px .25s 1}@keyframes mdc-floating-label-shake-float-above-select-outlined-56px{0%{transform:translateX(0) translateY(-34.75px) scale(.75)}33%{animation-timing-function:cubic-bezier(.5,0,.701732,.495819);transform:translateX(4%) translateY(-34.75px) scale(.75)}66%{animation-timing-function:cubic-bezier(.302435,.381352,.55,.956352);transform:translateX(-4%) translateY(-34.75px) scale(.75)}to{transform:translateX(0) translateY(-34.75px) scale(.75)}}.mdc-select--outlined .mdc-select__anchor{height:56px}.mdc-select--outlined .mdc-notched-outline .mdc-notched-outline__leading{border-top-left-radius:4px;border-top-left-radius:var(--mdc-shape-small,4px);border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:4px;border-bottom-left-radius:var(--mdc-shape-small,4px)}.mdc-select--outlined .mdc-notched-outline .mdc-notched-outline__leading[dir=rtl],[dir=rtl] .mdc-select--outlined .mdc-notched-outline .mdc-notched-outline__leading{border-top-left-radius:0;border-top-right-radius:4px;border-top-right-radius:var(--mdc-shape-small,4px);border-bottom-right-radius:4px;border-bottom-right-radius:var(--mdc-shape-small,4px);border-bottom-left-radius:0}@supports (top:max(0%)){.mdc-select--outlined .mdc-notched-outline .mdc-notched-outline__leading{width:max(12px,var(--mdc-shape-small,4px))}.mdc-select--outlined .mdc-notched-outline .mdc-notched-outline__notch{max-width:calc(100% - max(12px, var(--mdc-shape-small, 4px))*2)}}.mdc-select--outlined .mdc-notched-outline .mdc-notched-outline__trailing{border-top-left-radius:0;border-top-right-radius:4px;border-top-right-radius:var(--mdc-shape-small,4px);border-bottom-right-radius:4px;border-bottom-right-radius:var(--mdc-shape-small,4px);border-bottom-left-radius:0}.mdc-select--outlined .mdc-notched-outline .mdc-notched-outline__trailing[dir=rtl],[dir=rtl] .mdc-select--outlined .mdc-notched-outline .mdc-notched-outline__trailing{border-top-left-radius:4px;border-top-left-radius:var(--mdc-shape-small,4px);border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:4px;border-bottom-left-radius:var(--mdc-shape-small,4px)}@supports (top:max(0%)){.mdc-select--outlined .mdc-select__anchor{padding-left:max(16px,calc(var(--mdc-shape-small, 4px) + 4px))}}.mdc-select--outlined .mdc-select__anchor[dir=rtl],[dir=rtl] .mdc-select--outlined .mdc-select__anchor{padding-left:0}@supports (top:max(0%)){.mdc-select--outlined .mdc-select__anchor[dir=rtl],[dir=rtl] .mdc-select--outlined .mdc-select__anchor{padding-right:max(16px,calc(var(--mdc-shape-small, 4px) + 4px))}}@supports (top:max(0%)){.mdc-select--outlined+.mdc-select-helper-text{margin-left:max(16px,calc(var(--mdc-shape-small, 4px) + 4px))}}.mdc-select--outlined+.mdc-select-helper-text[dir=rtl],[dir=rtl] .mdc-select--outlined+.mdc-select-helper-text{margin-left:0}@supports (top:max(0%)){.mdc-select--outlined+.mdc-select-helper-text[dir=rtl],[dir=rtl] .mdc-select--outlined+.mdc-select-helper-text{margin-right:max(16px,calc(var(--mdc-shape-small, 4px) + 4px))}}.mdc-select--outlined.mdc-select--disabled .mdc-select__anchor,.mdc-select--outlined:not(.mdc-select--disabled) .mdc-select__anchor{background-color:transparent}.mdc-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__leading,.mdc-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__notch,.mdc-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__trailing{border-color:rgba(0,0,0,.38)}.mdc-select--outlined:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__anchor:hover .mdc-notched-outline .mdc-notched-outline__leading,.mdc-select--outlined:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__anchor:hover .mdc-notched-outline .mdc-notched-outline__notch,.mdc-select--outlined:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__anchor:hover .mdc-notched-outline .mdc-notched-outline__trailing{border-color:rgba(0,0,0,.87)}.mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__leading,.mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__notch,.mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__trailing{border-width:2px;border-color:#2471c9;border-color:var(--mdc-theme-primary,#2471c9)}.mdc-select--outlined.mdc-select--disabled .mdc-notched-outline__leading,.mdc-select--outlined.mdc-select--disabled .mdc-notched-outline__notch,.mdc-select--outlined.mdc-select--disabled .mdc-notched-outline__trailing{border-color:rgba(0,0,0,.06)}.mdc-select--outlined .mdc-select__anchor :not(.mdc-notched-outline--notched) .mdc-notched-outline__notch{max-width:calc(100% - 60px)}.mdc-select--outlined{border:none}.mdc-select--outlined .mdc-select__anchor .mdc-floating-label--shake{animation:mdc-floating-label-shake-float-above-select-outlined .25s 1}.mdc-select--outlined .mdc-select__anchor .mdc-floating-label--float-above{transform:translateY(-37.25px) scale(1);font-size:.75rem}.mdc-select--outlined .mdc-select__anchor .mdc-notched-outline--upgraded .mdc-floating-label--float-above,.mdc-select--outlined .mdc-select__anchor.mdc-notched-outline--upgraded .mdc-floating-label--float-above{transform:translateY(-34.75px) scale(.75);font-size:1rem}.mdc-select--outlined .mdc-select__anchor .mdc-notched-outline--notched .mdc-notched-outline__notch{padding-top:1px}.mdc-select--outlined .mdc-select__anchor .mdc-select__selected-text:before{content:"​"}.mdc-select--outlined .mdc-select__anchor .mdc-select__selected-text-container{height:100%;display:inline-flex;align-items:center}.mdc-select--outlined .mdc-select__anchor:before{display:none}.mdc-select--outlined .mdc-select__anchor{display:flex;align-items:baseline;overflow:visible}.mdc-select--outlined .mdc-select__selected-text-container{display:flex;border:none;z-index:1;background-color:transparent}.mdc-select--outlined .mdc-select__icon{z-index:2}.mdc-select--outlined .mdc-floating-label{line-height:1.15rem;left:4px;right:auto}.mdc-select--outlined .mdc-floating-label[dir=rtl],[dir=rtl] .mdc-select--outlined .mdc-floating-label{left:auto;right:4px}.mdc-select--outlined.mdc-select--focused .mdc-notched-outline--notched .mdc-notched-outline__notch{padding-top:2px}.mdc-select--outlined.mdc-select--invalid:not(.mdc-select--disabled) .mdc-notched-outline__leading,.mdc-select--outlined.mdc-select--invalid:not(.mdc-select--disabled) .mdc-notched-outline__notch,.mdc-select--outlined.mdc-select--invalid:not(.mdc-select--disabled) .mdc-notched-outline__trailing,.mdc-select--outlined.mdc-select--invalid:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__anchor:hover .mdc-notched-outline .mdc-notched-outline__leading,.mdc-select--outlined.mdc-select--invalid:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__anchor:hover .mdc-notched-outline .mdc-notched-outline__notch,.mdc-select--outlined.mdc-select--invalid:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__anchor:hover .mdc-notched-outline .mdc-notched-outline__trailing{border-color:#b00020;border-color:var(--mdc-theme-error,#b00020)}.mdc-select--outlined.mdc-select--invalid:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__leading,.mdc-select--outlined.mdc-select--invalid:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__notch,.mdc-select--outlined.mdc-select--invalid:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__trailing{border-width:2px;border-color:#b00020;border-color:var(--mdc-theme-error,#b00020)}.mdc-select--outlined.mdc-select--with-leading-icon .mdc-floating-label{left:36px;right:auto}.mdc-select--outlined.mdc-select--with-leading-icon .mdc-floating-label[dir=rtl],[dir=rtl] .mdc-select--outlined.mdc-select--with-leading-icon .mdc-floating-label{left:auto;right:36px}.mdc-select--outlined.mdc-select--with-leading-icon .mdc-floating-label--float-above{transform:translateY(-37.25px) translateX(-32px) scale(1)}.mdc-select--outlined.mdc-select--with-leading-icon .mdc-floating-label--float-above[dir=rtl],[dir=rtl] .mdc-select--outlined.mdc-select--with-leading-icon .mdc-floating-label--float-above{transform:translateY(-37.25px) translateX(32px) scale(1)}.mdc-select--outlined.mdc-select--with-leading-icon .mdc-floating-label--float-above{font-size:.75rem}.mdc-select--outlined.mdc-select--with-leading-icon .mdc-notched-outline--upgraded .mdc-floating-label--float-above,.mdc-select--outlined.mdc-select--with-leading-icon.mdc-notched-outline--upgraded .mdc-floating-label--float-above{transform:translateY(-34.75px) translateX(-32px) scale(.75)}.mdc-select--outlined.mdc-select--with-leading-icon .mdc-notched-outline--upgraded .mdc-floating-label--float-above[dir=rtl],.mdc-select--outlined.mdc-select--with-leading-icon.mdc-notched-outline--upgraded .mdc-floating-label--float-above[dir=rtl],[dir=rtl] .mdc-select--outlined.mdc-select--with-leading-icon .mdc-notched-outline--upgraded .mdc-floating-label--float-above,[dir=rtl] .mdc-select--outlined.mdc-select--with-leading-icon.mdc-notched-outline--upgraded .mdc-floating-label--float-above{transform:translateY(-34.75px) translateX(32px) scale(.75)}.mdc-select--outlined.mdc-select--with-leading-icon .mdc-notched-outline--upgraded .mdc-floating-label--float-above,.mdc-select--outlined.mdc-select--with-leading-icon.mdc-notched-outline--upgraded .mdc-floating-label--float-above{font-size:1rem}.mdc-select--outlined.mdc-select--with-leading-icon .mdc-floating-label--shake{animation:mdc-floating-label-shake-float-above-select-outlined-leading-icon-56px .25s 1}@keyframes mdc-floating-label-shake-float-above-select-outlined-leading-icon-56px{0%{transform:translateX(-32px) translateY(-34.75px) scale(.75)}33%{animation-timing-function:cubic-bezier(.5,0,.701732,.495819);transform:translateX(calc(4% - 32px)) translateY(-34.75px) scale(.75)}66%{animation-timing-function:cubic-bezier(.302435,.381352,.55,.956352);transform:translateX(calc(-4% - 32px)) translateY(-34.75px) scale(.75)}to{transform:translateX(-32px) translateY(-34.75px) scale(.75)}}.mdc-select--outlined.mdc-select--with-leading-icon[dir=rtl] .mdc-floating-label--shake,[dir=rtl] .mdc-select--outlined.mdc-select--with-leading-icon .mdc-floating-label--shake{animation:mdc-floating-label-shake-float-above-select-outlined-leading-icon-56px .25s 1}@keyframes mdc-floating-label-shake-float-above-select-outlined-leading-icon-56px-rtl{0%{transform:translateX(32px) translateY(-34.75px) scale(.75)}33%{animation-timing-function:cubic-bezier(.5,0,.701732,.495819);transform:translateX(calc(4% + 32px)) translateY(-34.75px) scale(.75)}66%{animation-timing-function:cubic-bezier(.302435,.381352,.55,.956352);transform:translateX(calc(-4% + 32px)) translateY(-34.75px) scale(.75)}to{transform:translateX(32px) translateY(-34.75px) scale(.75)}}.mdc-select--outlined.mdc-select--with-leading-icon .mdc-select__anchor :not(.mdc-notched-outline--notched) .mdc-notched-outline__notch{max-width:calc(100% - 96px)}.mdc-select--outlined .mdc-menu-surface{margin-bottom:8px}.mdc-select--outlined .mdc-menu-surface--is-open-below,.mdc-select--outlined.mdc-select--no-label .mdc-menu-surface{margin-bottom:0}.mdc-select__anchor{--mdc-ripple-fg-size:0;--mdc-ripple-left:0;--mdc-ripple-top:0;--mdc-ripple-fg-scale:1;--mdc-ripple-fg-translate-end:0;--mdc-ripple-fg-translate-start:0;-webkit-tap-highlight-color:rgba(0,0,0,0);will-change:transform,opacity}.mdc-select__anchor .mdc-select__ripple:after,.mdc-select__anchor .mdc-select__ripple:before{position:absolute;border-radius:50%;opacity:0;pointer-events:none;content:""}.mdc-select__anchor .mdc-select__ripple:before{transition:opacity 15ms linear,background-color 15ms linear;z-index:1;z-index:var(--mdc-ripple-z-index,1)}.mdc-select__anchor .mdc-select__ripple:after{z-index:0;z-index:var(--mdc-ripple-z-index,0)}.mdc-select__anchor.mdc-ripple-upgraded .mdc-select__ripple:before{transform:scale(var(--mdc-ripple-fg-scale,1))}.mdc-select__anchor.mdc-ripple-upgraded .mdc-select__ripple:after{top:0;left:0;transform:scale(0);transform-origin:center center}.mdc-select__anchor.mdc-ripple-upgraded--unbounded .mdc-select__ripple:after{top:var(--mdc-ripple-top,0);left:var(--mdc-ripple-left,0)}.mdc-select__anchor.mdc-ripple-upgraded--foreground-activation .mdc-select__ripple:after{animation:mdc-ripple-fg-radius-in 225ms forwards,mdc-ripple-fg-opacity-in 75ms forwards}.mdc-select__anchor.mdc-ripple-upgraded--foreground-deactivation .mdc-select__ripple:after{animation:mdc-ripple-fg-opacity-out .15s;transform:translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1))}.mdc-select__anchor .mdc-select__ripple:after,.mdc-select__anchor .mdc-select__ripple:before{top:-50%;left:-50%;width:200%;height:200%}.mdc-select__anchor.mdc-ripple-upgraded .mdc-select__ripple:after{width:var(--mdc-ripple-fg-size,100%);height:var(--mdc-ripple-fg-size,100%)}.mdc-select__anchor .mdc-select__ripple:after,.mdc-select__anchor .mdc-select__ripple:before{background-color:rgba(0,0,0,.87);background-color:var(--mdc-ripple-color,rgba(0,0,0,.87))}.mdc-select__anchor.mdc-ripple-surface--hover .mdc-select__ripple:before,.mdc-select__anchor:hover .mdc-select__ripple:before{opacity:.04;opacity:var(--mdc-ripple-hover-opacity,.04)}.mdc-select__anchor.mdc-ripple-upgraded--background-focused .mdc-select__ripple:before,.mdc-select__anchor:not(.mdc-ripple-upgraded):focus .mdc-select__ripple:before{transition-duration:75ms;opacity:.12;opacity:var(--mdc-ripple-focus-opacity,.12)}.mdc-select__anchor .mdc-select__ripple{position:absolute;top:0;width:100%;height:100%;pointer-events:none}[dir=ltr] .mdc-select__anchor .mdc-select__ripple{left:0}[dir=rtl] .mdc-select__anchor .mdc-select__ripple{right:0}.mdc-select__menu .mdc-deprecated-list .mdc-deprecated-list-item--selected .mdc-deprecated-list-item__ripple:after,.mdc-select__menu .mdc-deprecated-list .mdc-deprecated-list-item--selected .mdc-deprecated-list-item__ripple:before{background-color:#000;background-color:var(--mdc-ripple-color,var(--mdc-theme-on-surface,#000))}.mdc-select__menu .mdc-deprecated-list .mdc-deprecated-list-item--selected.mdc-ripple-surface--hover .mdc-deprecated-list-item__ripple:before,.mdc-select__menu .mdc-deprecated-list .mdc-deprecated-list-item--selected:hover .mdc-deprecated-list-item__ripple:before{opacity:.04;opacity:var(--mdc-ripple-hover-opacity,.04)}.mdc-select__menu .mdc-deprecated-list .mdc-deprecated-list-item--selected.mdc-ripple-upgraded--background-focused .mdc-deprecated-list-item__ripple:before,.mdc-select__menu .mdc-deprecated-list .mdc-deprecated-list-item--selected:not(.mdc-ripple-upgraded):focus .mdc-deprecated-list-item__ripple:before{transition-duration:75ms;opacity:.12;opacity:var(--mdc-ripple-focus-opacity,.12)}.mdc-select__menu .mdc-deprecated-list .mdc-deprecated-list-item--selected:not(.mdc-ripple-upgraded) .mdc-deprecated-list-item__ripple:after{transition:opacity .15s linear}.mdc-select__menu .mdc-deprecated-list .mdc-deprecated-list-item--selected:not(.mdc-ripple-upgraded):active .mdc-deprecated-list-item__ripple:after{transition-duration:75ms;opacity:.12;opacity:var(--mdc-ripple-press-opacity,.12)}.mdc-select__menu .mdc-deprecated-list .mdc-deprecated-list-item--selected .mdc-list-item__ripple:after,.mdc-select__menu .mdc-deprecated-list .mdc-deprecated-list-item--selected .mdc-list-item__ripple:before{background-color:#000;background-color:var(--mdc-ripple-color,var(--mdc-theme-on-surface,#000))}.mdc-select__menu .mdc-deprecated-list .mdc-deprecated-list-item--selected.mdc-ripple-surface--hover .mdc-list-item__ripple:before,.mdc-select__menu .mdc-deprecated-list .mdc-deprecated-list-item--selected:hover .mdc-list-item__ripple:before{opacity:.04;opacity:var(--mdc-ripple-hover-opacity,.04)}.mdc-select__menu .mdc-deprecated-list .mdc-deprecated-list-item--selected.mdc-ripple-upgraded--background-focused .mdc-list-item__ripple:before,.mdc-select__menu .mdc-deprecated-list .mdc-deprecated-list-item--selected:not(.mdc-ripple-upgraded):focus .mdc-list-item__ripple:before{transition-duration:75ms;opacity:.12;opacity:var(--mdc-ripple-focus-opacity,.12)}.mdc-select__menu .mdc-deprecated-list .mdc-deprecated-list-item--selected:not(.mdc-ripple-upgraded) .mdc-list-item__ripple:after{transition:opacity .15s linear}.mdc-select__menu .mdc-deprecated-list .mdc-deprecated-list-item--selected:not(.mdc-ripple-upgraded):active .mdc-list-item__ripple:after{transition-duration:75ms;opacity:.12;opacity:var(--mdc-ripple-press-opacity,.12)}.mdc-select__menu .mdc-deprecated-list .mdc-deprecated-list-item--selected.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:var(--mdc-ripple-press-opacity,0.12)}.mdc-select-helper-text{margin:0 16px}.mdc-select-helper-text[dir=rtl],[dir=rtl] .mdc-select-helper-text{margin-left:16px;margin-right:16px}.mdc-select-helper-text{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:Roboto,sans-serif;font-family:var(--mdc-typography-caption-font-family,var(--mdc-typography-font-family,Roboto,sans-serif));font-size:.75rem;font-size:var(--mdc-typography-caption-font-size,.75rem);line-height:1.25rem;line-height:var(--mdc-typography-caption-line-height,1.25rem);font-weight:400;font-weight:var(--mdc-typography-caption-font-weight,400);letter-spacing:.0333333333em;letter-spacing:var(--mdc-typography-caption-letter-spacing,.0333333333em);text-decoration:inherit;-webkit-text-decoration:var(--mdc-typography-caption-text-decoration,inherit);text-decoration:var(--mdc-typography-caption-text-decoration,inherit);text-transform:inherit;text-transform:var(--mdc-typography-caption-text-transform,inherit);display:block}.mdc-select-helper-text:before{display:inline-block;width:0;height:16px;content:"";vertical-align:0}.mdc-select-helper-text{margin-top:0;line-height:normal}.mdc-select-helper-text--validation-msg{opacity:0;transition:opacity .18s cubic-bezier(.4,0,.2,1)}.mdc-select--invalid+.mdc-select-helper-text--validation-msg,.mdc-select-helper-text--validation-msg-persistent{opacity:1}.mdc-select--with-leading-icon .mdc-select__icon{display:inline-block;box-sizing:border-box;border:none;text-decoration:none;cursor:pointer;-webkit-user-select:none;user-select:none;flex-shrink:0;align-self:center;background-color:transparent;fill:currentColor;margin-left:12px;margin-right:12px}.mdc-select--with-leading-icon .mdc-select__icon[dir=rtl],[dir=rtl] .mdc-select--with-leading-icon .mdc-select__icon{margin-left:12px;margin-right:12px}.mdc-select__icon:not([tabindex]),.mdc-select__icon[tabindex="-1"]{cursor:default;pointer-events:none}.mdc-tooltip__caret-surface-bottom,.mdc-tooltip__caret-surface-top,.mdc-tooltip__surface{border-radius:4px;border-radius:var(--mdc-shape-small,4px)}.mdc-tooltip__surface{color:#fff;color:var(--mdc-theme-text-primary-on-dark,#fff);background-color:rgba(0,0,0,.6);word-break:break-all;word-break:var(--mdc-tooltip-word-break,normal);overflow-wrap:anywhere}.mdc-tooltip{z-index:9}.mdc-tooltip--showing-transition .mdc-tooltip__surface-animation{transition:opacity .15s cubic-bezier(0,0,.2,1) 0s,transform .15s cubic-bezier(0,0,.2,1) 0s}.mdc-tooltip--hide-transition .mdc-tooltip__surface-animation{transition:opacity 75ms cubic-bezier(.4,0,1,1) 0s}.mdc-tooltip__title{color:rgba(0,0,0,.87);color:var(--mdc-theme-text-primary-on-light,rgba(0,0,0,.87))}.mdc-tooltip__content{color:rgba(0,0,0,.6)}.mdc-tooltip__content-link{color:#2471c9;color:var(--mdc-theme-primary,#2471c9)}.mdc-tooltip{position:fixed;display:none}.mdc-tooltip.mdc-tooltip--rich .mdc-tooltip__caret-surface-bottom,.mdc-tooltip.mdc-tooltip--rich .mdc-tooltip__caret-surface-top,.mdc-tooltip.mdc-tooltip--rich .mdc-tooltip__surface{background-color:#fff}.mdc-tooltip-wrapper--rich{position:relative}.mdc-tooltip--hide,.mdc-tooltip--showing,.mdc-tooltip--shown{display:inline-flex}.mdc-tooltip--hide.mdc-tooltip--rich,.mdc-tooltip--showing.mdc-tooltip--rich,.mdc-tooltip--shown.mdc-tooltip--rich{display:inline-block;left:-320px;position:absolute}.mdc-tooltip__surface:before{position:absolute;box-sizing:border-box;width:100%;height:100%;top:0;border:1px solid transparent;border-radius:inherit;content:"";pointer-events:none}[dir=ltr] .mdc-tooltip__surface:before{left:0}[dir=rtl] .mdc-tooltip__surface:before{right:0}@media screen and (forced-colors:active){.mdc-tooltip__surface:before{border-color:CanvasText}}.mdc-tooltip__surface{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:Roboto,sans-serif;font-family:var(--mdc-typography-caption-font-family,var(--mdc-typography-font-family,Roboto,sans-serif));font-size:.75rem;font-size:var(--mdc-typography-caption-font-size,.75rem);font-weight:400;font-weight:var(--mdc-typography-caption-font-weight,400);letter-spacing:.0333333333em;letter-spacing:var(--mdc-typography-caption-letter-spacing,.0333333333em);text-decoration:inherit;-webkit-text-decoration:var(--mdc-typography-caption-text-decoration,inherit);text-decoration:var(--mdc-typography-caption-text-decoration,inherit);text-transform:inherit;text-transform:var(--mdc-typography-caption-text-transform,inherit);line-height:16px;padding:4px 8px;min-width:40px;max-width:200px;min-height:24px;max-height:40vh;box-sizing:border-box;overflow:hidden;text-align:center}.mdc-tooltip--rich .mdc-tooltip__surface .mdc-elevation-overlay{width:100%;height:100%;top:0;left:0}.mdc-tooltip--rich .mdc-tooltip__surface{box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12);align-items:flex-start;border-radius:4px;display:flex;flex-direction:column;line-height:20px;min-height:24px;min-width:40px;max-width:320px;position:relative}.mdc-tooltip--multiline .mdc-tooltip__surface{text-align:left}.mdc-tooltip--multiline .mdc-tooltip__surface[dir=rtl],[dir=rtl] .mdc-tooltip--multiline .mdc-tooltip__surface{text-align:right}.mdc-tooltip__surface .mdc-tooltip__title{display:block}.mdc-tooltip__surface .mdc-tooltip__title:before{display:inline-block;width:0;height:24px;content:"";vertical-align:0}.mdc-tooltip__surface .mdc-tooltip__title{line-height:20px;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:Roboto,sans-serif;font-family:var(--mdc-typography-subtitle2-font-family,var(--mdc-typography-font-family,Roboto,sans-serif));font-size:.875rem;font-size:var(--mdc-typography-subtitle2-font-size,.875rem);line-height:1.375rem;line-height:var(--mdc-typography-subtitle2-line-height,1.375rem);font-weight:500;font-weight:var(--mdc-typography-subtitle2-font-weight,500);letter-spacing:.0071428571em;letter-spacing:var(--mdc-typography-subtitle2-letter-spacing,.0071428571em);text-decoration:inherit;-webkit-text-decoration:var(--mdc-typography-subtitle2-text-decoration,inherit);text-decoration:var(--mdc-typography-subtitle2-text-decoration,inherit);text-transform:inherit;text-transform:var(--mdc-typography-subtitle2-text-transform,inherit);margin:0 8px}.mdc-tooltip__surface .mdc-tooltip__content{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:Roboto,sans-serif;font-family:var(--mdc-typography-body2-font-family,var(--mdc-typography-font-family,Roboto,sans-serif));font-size:.875rem;font-size:var(--mdc-typography-body2-font-size,.875rem);line-height:1.25rem;line-height:var(--mdc-typography-body2-line-height,1.25rem);font-weight:400;font-weight:var(--mdc-typography-body2-font-weight,400);letter-spacing:.0178571429em;letter-spacing:var(--mdc-typography-body2-letter-spacing,.0178571429em);text-decoration:inherit;-webkit-text-decoration:var(--mdc-typography-body2-text-decoration,inherit);text-decoration:var(--mdc-typography-body2-text-decoration,inherit);text-transform:inherit;text-transform:var(--mdc-typography-body2-text-transform,inherit);max-width:184px;margin:8px;text-align:left}.mdc-tooltip__surface .mdc-tooltip__content[dir=rtl],[dir=rtl] .mdc-tooltip__surface .mdc-tooltip__content{text-align:right}.mdc-tooltip--rich .mdc-tooltip__surface .mdc-tooltip__content{max-width:304px;align-self:stretch}.mdc-tooltip__surface .mdc-tooltip__content-link{text-decoration:none}.mdc-tooltip--rich-actions,.mdc-tooltip__content,.mdc-tooltip__title{z-index:1}.mdc-tooltip__surface-animation{opacity:0;transform:scale(.8);will-change:transform,opacity}.mdc-tooltip--shown .mdc-tooltip__surface-animation{transform:scale(1);opacity:1}.mdc-tooltip--hide .mdc-tooltip__surface-animation{transform:scale(1)}.mdc-tooltip__caret-surface-bottom .mdc-elevation-overlay,.mdc-tooltip__caret-surface-top .mdc-elevation-overlay{width:100%;height:100%;top:0;left:0}.mdc-tooltip__caret-surface-bottom,.mdc-tooltip__caret-surface-top{position:absolute;height:24px;width:24px}[dir=ltr] .mdc-tooltip__caret-surface-bottom,[dir=ltr] .mdc-tooltip__caret-surface-top{transform:rotate(35deg) skewY(20deg) scaleX(.9396926208)}[dir=rtl] .mdc-tooltip__caret-surface-bottom,[dir=rtl] .mdc-tooltip__caret-surface-top{transform:rotate(-35deg) skewY(-20deg) scaleX(.9396926208)}.mdc-tooltip__caret-surface-bottom{box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12);outline:1px solid transparent;z-index:-1}@media screen and (forced-colors:active){.mdc-tooltip__caret-surface-bottom{outline-color:CanvasText}}.mdc-text-field--filled{--mdc-ripple-fg-size:0;--mdc-ripple-left:0;--mdc-ripple-top:0;--mdc-ripple-fg-scale:1;--mdc-ripple-fg-translate-end:0;--mdc-ripple-fg-translate-start:0;-webkit-tap-highlight-color:rgba(0,0,0,0);will-change:transform,opacity}.mdc-text-field--filled .mdc-text-field__ripple:after,.mdc-text-field--filled .mdc-text-field__ripple:before{position:absolute;border-radius:50%;opacity:0;pointer-events:none;content:""}.mdc-text-field--filled .mdc-text-field__ripple:before{transition:opacity 15ms linear,background-color 15ms linear;z-index:1;z-index:var(--mdc-ripple-z-index,1)}.mdc-text-field--filled .mdc-text-field__ripple:after{z-index:0;z-index:var(--mdc-ripple-z-index,0)}.mdc-text-field--filled.mdc-ripple-upgraded .mdc-text-field__ripple:before{transform:scale(var(--mdc-ripple-fg-scale,1))}.mdc-text-field--filled.mdc-ripple-upgraded .mdc-text-field__ripple:after{top:0;left:0;transform:scale(0);transform-origin:center center}.mdc-text-field--filled.mdc-ripple-upgraded--unbounded .mdc-text-field__ripple:after{top:var(--mdc-ripple-top,0);left:var(--mdc-ripple-left,0)}.mdc-text-field--filled.mdc-ripple-upgraded--foreground-activation .mdc-text-field__ripple:after{animation:mdc-ripple-fg-radius-in 225ms forwards,mdc-ripple-fg-opacity-in 75ms forwards}.mdc-text-field--filled.mdc-ripple-upgraded--foreground-deactivation .mdc-text-field__ripple:after{animation:mdc-ripple-fg-opacity-out .15s;transform:translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1))}.mdc-text-field--filled .mdc-text-field__ripple:after,.mdc-text-field--filled .mdc-text-field__ripple:before{top:-50%;left:-50%;width:200%;height:200%}.mdc-text-field--filled.mdc-ripple-upgraded .mdc-text-field__ripple:after{width:var(--mdc-ripple-fg-size,100%);height:var(--mdc-ripple-fg-size,100%)}.mdc-text-field__ripple{position:absolute;top:0;width:100%;height:100%;pointer-events:none}[dir=ltr] .mdc-text-field__ripple{left:0}[dir=rtl] .mdc-text-field__ripple{right:0}.mdc-text-field{border-top-left-radius:4px;border-top-left-radius:var(--mdc-shape-small,4px);border-top-right-radius:4px;border-top-right-radius:var(--mdc-shape-small,4px);border-bottom-right-radius:0;border-bottom-left-radius:0}.mdc-text-field:not(.mdc-text-field--disabled) .mdc-floating-label{color:rgba(0,0,0,.6)}.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input{color:rgba(0,0,0,.87)}@media{.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input::placeholder{color:rgba(0,0,0,.54)}}@media{.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input:-ms-input-placeholder{color:rgba(0,0,0,.54)}}.mdc-text-field .mdc-text-field__input{caret-color:#2471c9;caret-color:var(--mdc-theme-primary,#2471c9)}.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field-character-counter,.mdc-text-field:not(.mdc-text-field--disabled)+.mdc-text-field-helper-line .mdc-text-field-character-counter,.mdc-text-field:not(.mdc-text-field--disabled)+.mdc-text-field-helper-line .mdc-text-field-helper-text{color:rgba(0,0,0,.6)}.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__icon--leading,.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing{color:rgba(0,0,0,.54)}.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__affix--prefix,.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__affix--suffix{color:rgba(0,0,0,.6)}.mdc-text-field .mdc-floating-label{top:50%;transform:translateY(-50%);pointer-events:none}.mdc-text-field{display:inline-flex;align-items:baseline;padding:0 16px;position:relative;box-sizing:border-box;overflow:hidden;will-change:opacity,transform,color}.mdc-text-field__input{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:Roboto,sans-serif;font-family:var(--mdc-typography-subtitle1-font-family,var(--mdc-typography-font-family,Roboto,sans-serif));font-size:14px;font-size:var(--mdc-typography-subtitle1-font-size,14px);font-weight:400;font-weight:var(--mdc-typography-subtitle1-font-weight,400);letter-spacing:.009375em;letter-spacing:var(--mdc-typography-subtitle1-letter-spacing,.009375em);text-decoration:inherit;-webkit-text-decoration:var(--mdc-typography-subtitle1-text-decoration,inherit);text-decoration:var(--mdc-typography-subtitle1-text-decoration,inherit);text-transform:inherit;text-transform:var(--mdc-typography-subtitle1-text-transform,inherit);height:28px;transition:opacity .15s cubic-bezier(.4,0,.2,1) 0s;width:100%;min-width:0;border:none;border-radius:0;background:none;appearance:none;padding:0}.mdc-text-field__input::-ms-clear{display:none}.mdc-text-field__input::-webkit-calendar-picker-indicator{display:none}.mdc-text-field__input:focus{outline:none}.mdc-text-field__input:invalid{box-shadow:none}@media{.mdc-text-field__input::placeholder{transition:opacity 67ms cubic-bezier(.4,0,.2,1) 0s;opacity:0}}@media{.mdc-text-field__input:-ms-input-placeholder{-ms-transition:opacity 67ms cubic-bezier(.4,0,.2,1) 0s;transition:opacity 67ms cubic-bezier(.4,0,.2,1) 0s;opacity:0}}@media{.mdc-text-field--focused .mdc-text-field__input::placeholder,.mdc-text-field--no-label .mdc-text-field__input::placeholder{transition-delay:40ms;transition-duration:.11s;opacity:1}}@media{.mdc-text-field--focused .mdc-text-field__input:-ms-input-placeholder,.mdc-text-field--no-label .mdc-text-field__input:-ms-input-placeholder{transition-delay:40ms;transition-duration:.11s;opacity:1}}.mdc-text-field__affix{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:Roboto,sans-serif;font-family:var(--mdc-typography-subtitle1-font-family,var(--mdc-typography-font-family,Roboto,sans-serif));font-size:14px;font-size:var(--mdc-typography-subtitle1-font-size,14px);font-weight:400;font-weight:var(--mdc-typography-subtitle1-font-weight,400);letter-spacing:.009375em;letter-spacing:var(--mdc-typography-subtitle1-letter-spacing,.009375em);text-decoration:inherit;-webkit-text-decoration:var(--mdc-typography-subtitle1-text-decoration,inherit);text-decoration:var(--mdc-typography-subtitle1-text-decoration,inherit);text-transform:inherit;text-transform:var(--mdc-typography-subtitle1-text-transform,inherit);height:28px;transition:opacity .15s cubic-bezier(.4,0,.2,1) 0s;opacity:0;white-space:nowrap}.mdc-text-field--label-floating .mdc-text-field__affix,.mdc-text-field--no-label .mdc-text-field__affix{opacity:1}@supports (-webkit-hyphens:none){.mdc-text-field--outlined .mdc-text-field__affix{align-items:center;align-self:center;display:inline-flex;height:100%}}.mdc-text-field__affix--prefix{padding-left:0;padding-right:2px}.mdc-text-field__affix--prefix[dir=rtl],[dir=rtl] .mdc-text-field__affix--prefix{padding-left:2px;padding-right:0}.mdc-text-field--end-aligned .mdc-text-field__affix--prefix{padding-left:0;padding-right:12px}.mdc-text-field--end-aligned .mdc-text-field__affix--prefix[dir=rtl],.mdc-text-field__affix--suffix,[dir=rtl] .mdc-text-field--end-aligned .mdc-text-field__affix--prefix{padding-left:12px;padding-right:0}.mdc-text-field__affix--suffix[dir=rtl],[dir=rtl] .mdc-text-field__affix--suffix{padding-left:0;padding-right:12px}.mdc-text-field--end-aligned .mdc-text-field__affix--suffix{padding-left:2px;padding-right:0}.mdc-text-field--end-aligned .mdc-text-field__affix--suffix[dir=rtl],[dir=rtl] .mdc-text-field--end-aligned .mdc-text-field__affix--suffix{padding-left:0;padding-right:2px}.mdc-text-field--filled .mdc-text-field__ripple:after,.mdc-text-field--filled .mdc-text-field__ripple:before{background-color:rgba(0,0,0,.87);background-color:var(--mdc-ripple-color,rgba(0,0,0,.87))}.mdc-text-field--filled.mdc-ripple-surface--hover .mdc-text-field__ripple:before,.mdc-text-field--filled:hover .mdc-text-field__ripple:before{opacity:.04;opacity:var(--mdc-ripple-hover-opacity,.04)}.mdc-text-field--filled.mdc-ripple-upgraded--background-focused .mdc-text-field__ripple:before,.mdc-text-field--filled:not(.mdc-ripple-upgraded):focus .mdc-text-field__ripple:before{transition-duration:75ms;opacity:.12;opacity:var(--mdc-ripple-focus-opacity,.12)}.mdc-text-field--filled{height:56px}.mdc-text-field--filled:before{display:inline-block;width:0;height:40px;content:"";vertical-align:0}.mdc-text-field--filled:not(.mdc-text-field--disabled){background-color:#f5f5f5}.mdc-text-field--filled:not(.mdc-text-field--disabled) .mdc-line-ripple:before{border-bottom-color:rgba(0,0,0,.42)}.mdc-text-field--filled:not(.mdc-text-field--disabled):hover .mdc-line-ripple:before{border-bottom-color:rgba(0,0,0,.87)}.mdc-text-field--filled .mdc-line-ripple:after{border-bottom-color:#2471c9;border-bottom-color:var(--mdc-theme-primary,#2471c9)}.mdc-text-field--filled .mdc-floating-label{left:16px;right:auto}.mdc-text-field--filled .mdc-floating-label[dir=rtl],[dir=rtl] .mdc-text-field--filled .mdc-floating-label{left:auto;right:16px}.mdc-text-field--filled .mdc-floating-label--float-above{transform:translateY(-106%) scale(.75)}.mdc-text-field--filled.mdc-text-field--no-label .mdc-text-field__input{height:100%}.mdc-text-field--filled.mdc-text-field--no-label .mdc-floating-label,.mdc-text-field--filled.mdc-text-field--no-label:before{display:none}@supports (-webkit-hyphens:none){.mdc-text-field--filled.mdc-text-field--no-label .mdc-text-field__affix{align-items:center;align-self:center;display:inline-flex;height:100%}}.mdc-text-field--outlined .mdc-floating-label--float-above{transform:translateY(-37.25px) scale(1);font-size:.75rem}.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above,.mdc-text-field--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above{transform:translateY(-34.75px) scale(.75);font-size:1rem}.mdc-text-field--outlined .mdc-floating-label--shake{animation:mdc-floating-label-shake-float-above-text-field-outlined .25s 1}@keyframes mdc-floating-label-shake-float-above-text-field-outlined{0%{transform:translateX(0) translateY(-34.75px) scale(.75)}33%{animation-timing-function:cubic-bezier(.5,0,.701732,.495819);transform:translateX(4%) translateY(-34.75px) scale(.75)}66%{animation-timing-function:cubic-bezier(.302435,.381352,.55,.956352);transform:translateX(-4%) translateY(-34.75px) scale(.75)}to{transform:translateX(0) translateY(-34.75px) scale(.75)}}.mdc-text-field--outlined{height:56px}.mdc-text-field--outlined .mdc-text-field__input{height:100%}.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing{border-color:rgba(0,0,0,.38)}.mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,.mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,.mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing{border-color:rgba(0,0,0,.87)}.mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,.mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,.mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing{border-color:#2471c9;border-color:var(--mdc-theme-primary,#2471c9)}.mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__leading{border-top-left-radius:4px;border-top-left-radius:var(--mdc-shape-small,4px);border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:4px;border-bottom-left-radius:var(--mdc-shape-small,4px)}.mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__leading[dir=rtl],[dir=rtl] .mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__leading{border-top-left-radius:0;border-top-right-radius:4px;border-top-right-radius:var(--mdc-shape-small,4px);border-bottom-right-radius:4px;border-bottom-right-radius:var(--mdc-shape-small,4px);border-bottom-left-radius:0}@supports (top:max(0%)){.mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__leading{width:max(12px,var(--mdc-shape-small,4px))}.mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__notch{max-width:calc(100% - max(12px, var(--mdc-shape-small, 4px))*2)}}.mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__trailing{border-top-left-radius:0;border-top-right-radius:4px;border-top-right-radius:var(--mdc-shape-small,4px);border-bottom-right-radius:4px;border-bottom-right-radius:var(--mdc-shape-small,4px);border-bottom-left-radius:0}.mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__trailing[dir=rtl],[dir=rtl] .mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__trailing{border-top-left-radius:4px;border-top-left-radius:var(--mdc-shape-small,4px);border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:4px;border-bottom-left-radius:var(--mdc-shape-small,4px)}@supports (top:max(0%)){.mdc-text-field--outlined{padding-right:max(16px,var(--mdc-shape-small,4px))}.mdc-text-field--outlined,.mdc-text-field--outlined+.mdc-text-field-helper-line{padding-left:max(16px,calc(var(--mdc-shape-small, 4px) + 4px))}.mdc-text-field--outlined+.mdc-text-field-helper-line{padding-right:max(16px,var(--mdc-shape-small,4px))}}.mdc-text-field--outlined.mdc-text-field--with-leading-icon{padding-left:0}@supports (top:max(0%)){.mdc-text-field--outlined.mdc-text-field--with-leading-icon{padding-right:max(16px,var(--mdc-shape-small,4px))}.mdc-text-field--outlined.mdc-text-field--with-leading-icon[dir=rtl],[dir=rtl] .mdc-text-field--outlined.mdc-text-field--with-leading-icon{padding-left:max(16px,var(--mdc-shape-small,4px))}}.mdc-text-field--outlined.mdc-text-field--with-leading-icon[dir=rtl],[dir=rtl] .mdc-text-field--outlined.mdc-text-field--with-leading-icon{padding-right:0}@supports (top:max(0%)){.mdc-text-field--outlined.mdc-text-field--with-trailing-icon{padding-left:max(16px,calc(var(--mdc-shape-small, 4px) + 4px))}}.mdc-text-field--outlined.mdc-text-field--with-trailing-icon{padding-right:0}.mdc-text-field--outlined.mdc-text-field--with-trailing-icon[dir=rtl],[dir=rtl] .mdc-text-field--outlined.mdc-text-field--with-trailing-icon{padding-left:0}@supports (top:max(0%)){.mdc-text-field--outlined.mdc-text-field--with-trailing-icon[dir=rtl],[dir=rtl] .mdc-text-field--outlined.mdc-text-field--with-trailing-icon{padding-right:max(16px,calc(var(--mdc-shape-small, 4px) + 4px))}}.mdc-text-field--outlined.mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon{padding-left:0;padding-right:0}.mdc-text-field--outlined .mdc-notched-outline--notched .mdc-notched-outline__notch{padding-top:1px}.mdc-text-field--outlined .mdc-text-field__ripple:after,.mdc-text-field--outlined .mdc-text-field__ripple:before{background-color:transparent;background-color:var(--mdc-ripple-color,transparent)}.mdc-text-field--outlined .mdc-floating-label{left:4px;right:auto}.mdc-text-field--outlined .mdc-floating-label[dir=rtl],[dir=rtl] .mdc-text-field--outlined .mdc-floating-label{left:auto;right:4px}.mdc-text-field--outlined{overflow:visible}.mdc-text-field--outlined .mdc-text-field__input{display:flex;border:none!important;background-color:transparent}.mdc-text-field--outlined .mdc-notched-outline{z-index:1}.mdc-text-field--textarea .mdc-floating-label{top:19px}.mdc-text-field--textarea .mdc-floating-label:not(.mdc-floating-label--float-above){transform:none}.mdc-text-field--textarea{flex-direction:column;align-items:center;width:auto;height:auto;padding:0;transition:none}.mdc-text-field--textarea .mdc-text-field__input{flex-grow:1;height:auto;min-height:1.5rem;overflow-x:hidden;overflow-y:auto;box-sizing:border-box;resize:none;padding:0 16px;line-height:1.5rem}.mdc-text-field--textarea.mdc-text-field--filled:before{display:none}.mdc-text-field--textarea.mdc-text-field--filled .mdc-floating-label--float-above{transform:translateY(-10.25px) scale(.75)}.mdc-text-field--textarea.mdc-text-field--filled .mdc-floating-label--shake{animation:mdc-floating-label-shake-float-above-textarea-filled .25s 1}@keyframes mdc-floating-label-shake-float-above-textarea-filled{0%{transform:translateX(0) translateY(-10.25px) scale(.75)}33%{animation-timing-function:cubic-bezier(.5,0,.701732,.495819);transform:translateX(4%) translateY(-10.25px) scale(.75)}66%{animation-timing-function:cubic-bezier(.302435,.381352,.55,.956352);transform:translateX(-4%) translateY(-10.25px) scale(.75)}to{transform:translateX(0) translateY(-10.25px) scale(.75)}}.mdc-text-field--textarea.mdc-text-field--filled .mdc-text-field__input{margin-top:23px;margin-bottom:9px}.mdc-text-field--textarea.mdc-text-field--filled.mdc-text-field--no-label .mdc-text-field__input{margin-top:16px;margin-bottom:16px}.mdc-text-field--textarea.mdc-text-field--outlined .mdc-notched-outline--notched .mdc-notched-outline__notch{padding-top:0}.mdc-text-field--textarea.mdc-text-field--outlined .mdc-floating-label--float-above{transform:translateY(-27.25px) scale(1);font-size:.75rem}.mdc-text-field--textarea.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above,.mdc-text-field--textarea.mdc-text-field--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above{transform:translateY(-24.75px) scale(.75);font-size:1rem}.mdc-text-field--textarea.mdc-text-field--outlined .mdc-floating-label--shake{animation:mdc-floating-label-shake-float-above-textarea-outlined .25s 1}@keyframes mdc-floating-label-shake-float-above-textarea-outlined{0%{transform:translateX(0) translateY(-24.75px) scale(.75)}33%{animation-timing-function:cubic-bezier(.5,0,.701732,.495819);transform:translateX(4%) translateY(-24.75px) scale(.75)}66%{animation-timing-function:cubic-bezier(.302435,.381352,.55,.956352);transform:translateX(-4%) translateY(-24.75px) scale(.75)}to{transform:translateX(0) translateY(-24.75px) scale(.75)}}.mdc-text-field--textarea.mdc-text-field--outlined .mdc-text-field__input{margin-top:16px;margin-bottom:16px}.mdc-text-field--textarea.mdc-text-field--outlined .mdc-floating-label{top:18px}.mdc-text-field--textarea.mdc-text-field--with-internal-counter .mdc-text-field__input{margin-bottom:2px}.mdc-text-field--textarea.mdc-text-field--with-internal-counter .mdc-text-field-character-counter:after{display:inline-block;width:0;height:16px;content:"";vertical-align:-16px}.mdc-text-field--textarea.mdc-text-field--with-internal-counter .mdc-text-field-character-counter{align-self:flex-end;padding:0 16px}.mdc-text-field--textarea.mdc-text-field--with-internal-counter .mdc-text-field-character-counter:before{display:none}.mdc-text-field__resizer{align-self:stretch;display:inline-flex;flex-direction:column;flex-grow:1;max-height:100%;max-width:100%;min-height:56px;min-width:fit-content;min-width:-webkit-fill-available;overflow:hidden;resize:both}.mdc-text-field--filled .mdc-text-field__resizer{transform:translateY(-1px)}.mdc-text-field--filled .mdc-text-field__resizer .mdc-text-field-character-counter,.mdc-text-field--filled .mdc-text-field__resizer .mdc-text-field__input{transform:translateY(1px)}.mdc-text-field--outlined .mdc-text-field__resizer{transform:translateX(-1px) translateY(-1px)}.mdc-text-field--outlined .mdc-text-field__resizer[dir=rtl],[dir=rtl] .mdc-text-field--outlined .mdc-text-field__resizer{transform:translateX(1px) translateY(-1px)}.mdc-text-field--outlined .mdc-text-field__resizer .mdc-text-field-character-counter,.mdc-text-field--outlined .mdc-text-field__resizer .mdc-text-field__input{transform:translateX(1px) translateY(1px)}.mdc-text-field--outlined .mdc-text-field__resizer .mdc-text-field-character-counter[dir=rtl],.mdc-text-field--outlined .mdc-text-field__resizer .mdc-text-field__input[dir=rtl],[dir=rtl] .mdc-text-field--outlined .mdc-text-field__resizer .mdc-text-field-character-counter,[dir=rtl] .mdc-text-field--outlined .mdc-text-field__resizer .mdc-text-field__input{transform:translateX(-1px) translateY(1px)}.mdc-text-field--with-leading-icon{padding-left:0;padding-right:16px}.mdc-text-field--with-leading-icon[dir=rtl],[dir=rtl] .mdc-text-field--with-leading-icon{padding-left:16px;padding-right:0}.mdc-text-field--with-leading-icon.mdc-text-field--filled .mdc-floating-label{max-width:calc(100% - 48px);left:48px;right:auto}.mdc-text-field--with-leading-icon.mdc-text-field--filled .mdc-floating-label[dir=rtl],[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--filled .mdc-floating-label{left:auto;right:48px}.mdc-text-field--with-leading-icon.mdc-text-field--filled .mdc-floating-label--float-above{max-width:calc(133.33333% - 85.33333px)}.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label{left:36px;right:auto}.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label[dir=rtl],[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label{left:auto;right:36px}.mdc-text-field--with-leading-icon.mdc-text-field--outlined :not(.mdc-notched-outline--notched) .mdc-notched-outline__notch{max-width:calc(100% - 60px)}.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label--float-above{transform:translateY(-37.25px) translateX(-32px) scale(1)}.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label--float-above[dir=rtl],[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label--float-above{transform:translateY(-37.25px) translateX(32px) scale(1)}.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label--float-above{font-size:.75rem}.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above,.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above{transform:translateY(-34.75px) translateX(-32px) scale(.75)}.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above[dir=rtl],.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above[dir=rtl],[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above,[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above{transform:translateY(-34.75px) translateX(32px) scale(.75)}.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above,.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above{font-size:1rem}.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label--shake{animation:mdc-floating-label-shake-float-above-text-field-outlined-leading-icon .25s 1}@keyframes mdc-floating-label-shake-float-above-text-field-outlined-leading-icon{0%{transform:translateX(-32px) translateY(-34.75px) scale(.75)}33%{animation-timing-function:cubic-bezier(.5,0,.701732,.495819);transform:translateX(calc(4% - 32px)) translateY(-34.75px) scale(.75)}66%{animation-timing-function:cubic-bezier(.302435,.381352,.55,.956352);transform:translateX(calc(-4% - 32px)) translateY(-34.75px) scale(.75)}to{transform:translateX(-32px) translateY(-34.75px) scale(.75)}}.mdc-text-field--with-leading-icon.mdc-text-field--outlined[dir=rtl] .mdc-floating-label--shake,[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label--shake{animation:mdc-floating-label-shake-float-above-text-field-outlined-leading-icon .25s 1}@keyframes mdc-floating-label-shake-float-above-text-field-outlined-leading-icon-rtl{0%{transform:translateX(32px) translateY(-34.75px) scale(.75)}33%{animation-timing-function:cubic-bezier(.5,0,.701732,.495819);transform:translateX(calc(4% + 32px)) translateY(-34.75px) scale(.75)}66%{animation-timing-function:cubic-bezier(.302435,.381352,.55,.956352);transform:translateX(calc(-4% + 32px)) translateY(-34.75px) scale(.75)}to{transform:translateX(32px) translateY(-34.75px) scale(.75)}}.mdc-text-field--with-trailing-icon{padding-left:16px;padding-right:0}.mdc-text-field--with-trailing-icon[dir=rtl],[dir=rtl] .mdc-text-field--with-trailing-icon{padding-left:0;padding-right:16px}.mdc-text-field--with-trailing-icon.mdc-text-field--filled .mdc-floating-label{max-width:calc(100% - 64px)}.mdc-text-field--with-trailing-icon.mdc-text-field--filled .mdc-floating-label--float-above{max-width:calc(133.33333% - 85.33333px)}.mdc-text-field--with-trailing-icon.mdc-text-field--outlined :not(.mdc-notched-outline--notched) .mdc-notched-outline__notch{max-width:calc(100% - 60px)}.mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon{padding-left:0;padding-right:0}.mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon.mdc-text-field--filled .mdc-floating-label{max-width:calc(100% - 96px)}.mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon.mdc-text-field--filled .mdc-floating-label--float-above{max-width:calc(133.33333% - 128px)}.mdc-text-field-helper-line{display:flex;justify-content:space-between;box-sizing:border-box}.mdc-text-field+.mdc-text-field-helper-line{padding-right:16px;padding-left:16px}.mdc-form-field>.mdc-text-field+label{align-self:flex-start}.mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label{color:rgba(36,113,201,.87)}.mdc-text-field--focused .mdc-notched-outline__leading,.mdc-text-field--focused .mdc-notched-outline__notch,.mdc-text-field--focused .mdc-notched-outline__trailing{border-width:2px}.mdc-text-field--focused+.mdc-text-field-helper-line .mdc-text-field-helper-text:not(.mdc-text-field-helper-text--validation-msg){opacity:1}.mdc-text-field--focused.mdc-text-field--outlined .mdc-notched-outline--notched .mdc-notched-outline__notch{padding-top:2px}.mdc-text-field--focused.mdc-text-field--outlined.mdc-text-field--textarea .mdc-notched-outline--notched .mdc-notched-outline__notch{padding-top:0}.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple:after,.mdc-text-field--invalid:not(.mdc-text-field--disabled):hover .mdc-line-ripple:before{border-bottom-color:#b00020;border-bottom-color:var(--mdc-theme-error,#b00020)}.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label,.mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--invalid+.mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg{color:#b00020;color:var(--mdc-theme-error,#b00020)}.mdc-text-field--invalid .mdc-text-field__input{caret-color:#b00020;caret-color:var(--mdc-theme-error,#b00020)}.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing{color:#b00020;color:var(--mdc-theme-error,#b00020)}.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple:before{border-bottom-color:#b00020;border-bottom-color:var(--mdc-theme-error,#b00020)}.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing,.mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,.mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,.mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing,.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing{border-color:#b00020;border-color:var(--mdc-theme-error,#b00020)}.mdc-text-field--invalid+.mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg{opacity:1}.mdc-text-field--disabled .mdc-text-field__input{color:rgba(0,0,0,.38)}@media{.mdc-text-field--disabled .mdc-text-field__input::placeholder{color:rgba(0,0,0,.38)}}@media{.mdc-text-field--disabled .mdc-text-field__input:-ms-input-placeholder{color:rgba(0,0,0,.38)}}.mdc-text-field--disabled .mdc-floating-label,.mdc-text-field--disabled .mdc-text-field-character-counter,.mdc-text-field--disabled+.mdc-text-field-helper-line .mdc-text-field-character-counter,.mdc-text-field--disabled+.mdc-text-field-helper-line .mdc-text-field-helper-text{color:rgba(0,0,0,.38)}.mdc-text-field--disabled .mdc-text-field__icon--leading,.mdc-text-field--disabled .mdc-text-field__icon--trailing{color:rgba(0,0,0,.3)}.mdc-text-field--disabled .mdc-text-field__affix--prefix,.mdc-text-field--disabled .mdc-text-field__affix--suffix{color:rgba(0,0,0,.38)}.mdc-text-field--disabled .mdc-line-ripple:before{border-bottom-color:rgba(0,0,0,.06)}.mdc-text-field--disabled .mdc-notched-outline__leading,.mdc-text-field--disabled .mdc-notched-outline__notch,.mdc-text-field--disabled .mdc-notched-outline__trailing{border-color:rgba(0,0,0,.06)}@media (-ms-high-contrast:active),screen and (forced-colors:active){.mdc-text-field--disabled .mdc-text-field__input::placeholder{color:GrayText}}@media (-ms-high-contrast:active),screen and (forced-colors:active){.mdc-text-field--disabled .mdc-text-field__input:-ms-input-placeholder{color:GrayText}.mdc-text-field--disabled .mdc-floating-label,.mdc-text-field--disabled .mdc-text-field-character-counter,.mdc-text-field--disabled .mdc-text-field__affix--prefix,.mdc-text-field--disabled .mdc-text-field__affix--suffix,.mdc-text-field--disabled .mdc-text-field__icon--leading,.mdc-text-field--disabled .mdc-text-field__icon--trailing,.mdc-text-field--disabled+.mdc-text-field-helper-line .mdc-text-field-character-counter,.mdc-text-field--disabled+.mdc-text-field-helper-line .mdc-text-field-helper-text{color:GrayText}.mdc-text-field--disabled .mdc-line-ripple:before{border-bottom-color:GrayText}.mdc-text-field--disabled .mdc-notched-outline__leading,.mdc-text-field--disabled .mdc-notched-outline__notch,.mdc-text-field--disabled .mdc-notched-outline__trailing{border-color:GrayText}}@media screen and (forced-colors:active){.mdc-text-field--disabled .mdc-text-field__input{background-color:Window}.mdc-text-field--disabled .mdc-floating-label{z-index:1}}.mdc-text-field--disabled{pointer-events:none}.mdc-text-field--disabled .mdc-floating-label{cursor:default}.mdc-text-field--disabled.mdc-text-field--filled{background-color:#fafafa}.mdc-text-field--disabled.mdc-text-field--filled .mdc-text-field__ripple{display:none}.mdc-text-field--disabled .mdc-text-field__input{pointer-events:auto}.mdc-text-field--end-aligned .mdc-text-field__input{text-align:right}.mdc-text-field--end-aligned .mdc-text-field__input[dir=rtl],[dir=rtl] .mdc-text-field--end-aligned .mdc-text-field__input{text-align:left}.mdc-text-field--ltr-text[dir=rtl] .mdc-text-field__affix,.mdc-text-field--ltr-text[dir=rtl] .mdc-text-field__input,[dir=rtl] .mdc-text-field--ltr-text .mdc-text-field__affix,[dir=rtl] .mdc-text-field--ltr-text .mdc-text-field__input{direction:ltr}.mdc-text-field--ltr-text[dir=rtl] .mdc-text-field__affix--prefix,[dir=rtl] .mdc-text-field--ltr-text .mdc-text-field__affix--prefix{padding-left:0;padding-right:2px}.mdc-text-field--ltr-text[dir=rtl] .mdc-text-field__affix--suffix,[dir=rtl] .mdc-text-field--ltr-text .mdc-text-field__affix--suffix{padding-left:12px;padding-right:0}.mdc-text-field--ltr-text[dir=rtl] .mdc-text-field__icon--leading,[dir=rtl] .mdc-text-field--ltr-text .mdc-text-field__icon--leading{order:1}.mdc-text-field--ltr-text[dir=rtl] .mdc-text-field__affix--suffix,[dir=rtl] .mdc-text-field--ltr-text .mdc-text-field__affix--suffix{order:2}.mdc-text-field--ltr-text[dir=rtl] .mdc-text-field__input,[dir=rtl] .mdc-text-field--ltr-text .mdc-text-field__input{order:3}.mdc-text-field--ltr-text[dir=rtl] .mdc-text-field__affix--prefix,[dir=rtl] .mdc-text-field--ltr-text .mdc-text-field__affix--prefix{order:4}.mdc-text-field--ltr-text[dir=rtl] .mdc-text-field__icon--trailing,[dir=rtl] .mdc-text-field--ltr-text .mdc-text-field__icon--trailing{order:5}.mdc-text-field--ltr-text.mdc-text-field--end-aligned[dir=rtl] .mdc-text-field__input,[dir=rtl] .mdc-text-field--ltr-text.mdc-text-field--end-aligned .mdc-text-field__input{text-align:right}.mdc-text-field--ltr-text.mdc-text-field--end-aligned[dir=rtl] .mdc-text-field__affix--prefix,[dir=rtl] .mdc-text-field--ltr-text.mdc-text-field--end-aligned .mdc-text-field__affix--prefix{padding-right:12px}.mdc-text-field--ltr-text.mdc-text-field--end-aligned[dir=rtl] .mdc-text-field__affix--suffix,[dir=rtl] .mdc-text-field--ltr-text.mdc-text-field--end-aligned .mdc-text-field__affix--suffix{padding-left:2px}.mdc-text-field-helper-text{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:Roboto,sans-serif;font-family:var(--mdc-typography-caption-font-family,var(--mdc-typography-font-family,Roboto,sans-serif));font-size:.75rem;font-size:var(--mdc-typography-caption-font-size,.75rem);line-height:1.25rem;line-height:var(--mdc-typography-caption-line-height,1.25rem);font-weight:400;font-weight:var(--mdc-typography-caption-font-weight,400);letter-spacing:.0333333333em;letter-spacing:var(--mdc-typography-caption-letter-spacing,.0333333333em);text-decoration:inherit;-webkit-text-decoration:var(--mdc-typography-caption-text-decoration,inherit);text-decoration:var(--mdc-typography-caption-text-decoration,inherit);text-transform:inherit;text-transform:var(--mdc-typography-caption-text-transform,inherit);display:block}.mdc-text-field-helper-text:before{display:inline-block;width:0;height:16px;content:"";vertical-align:0}.mdc-text-field-helper-text{line-height:normal;margin:0;opacity:0;will-change:opacity;transition:opacity .15s cubic-bezier(.4,0,.2,1) 0s}.mdc-text-field-helper-text--persistent{transition:none;opacity:1;will-change:auto}.mdc-text-field-character-counter{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:Roboto,sans-serif;font-family:var(--mdc-typography-caption-font-family,var(--mdc-typography-font-family,Roboto,sans-serif));font-size:.75rem;font-size:var(--mdc-typography-caption-font-size,.75rem);line-height:1.25rem;line-height:var(--mdc-typography-caption-line-height,1.25rem);font-weight:400;font-weight:var(--mdc-typography-caption-font-weight,400);letter-spacing:.0333333333em;letter-spacing:var(--mdc-typography-caption-letter-spacing,.0333333333em);text-decoration:inherit;-webkit-text-decoration:var(--mdc-typography-caption-text-decoration,inherit);text-decoration:var(--mdc-typography-caption-text-decoration,inherit);text-transform:inherit;text-transform:var(--mdc-typography-caption-text-transform,inherit);display:block}.mdc-text-field-character-counter:before{display:inline-block;width:0;height:16px;content:"";vertical-align:0}.mdc-text-field-character-counter{margin-top:0;line-height:normal;margin-left:auto;margin-right:0}.mdc-text-field-character-counter[dir=rtl],[dir=rtl] .mdc-text-field-character-counter{margin-left:0;margin-right:auto}.mdc-text-field-character-counter{padding-left:16px;padding-right:0}.mdc-text-field-character-counter[dir=rtl],[dir=rtl] .mdc-text-field-character-counter{padding-left:0;padding-right:16px}.mdc-text-field-character-counter{white-space:nowrap}.mdc-text-field__icon{align-self:center;cursor:pointer}.mdc-text-field__icon:not([tabindex]),.mdc-text-field__icon[tabindex="-1"]{cursor:default;pointer-events:none}.mdc-text-field__icon svg{display:block}.mdc-text-field__icon--leading{margin-left:16px;margin-right:8px}.mdc-text-field__icon--leading[dir=rtl],[dir=rtl] .mdc-text-field__icon--leading{margin-left:8px;margin-right:16px}.mdc-text-field__icon--trailing{padding:12px;margin-left:0;margin-right:0}.mdc-text-field__icon--trailing[dir=rtl],[dir=rtl] .mdc-text-field__icon--trailing{margin-left:0;margin-right:0}.mdc-card{border-radius:4px;border-radius:var(--mdc-shape-medium,4px);background-color:#fff;background-color:var(--mdc-theme-surface,#fff);position:relative}.mdc-card .mdc-elevation-overlay{width:100%;height:100%;top:0;left:0}.mdc-card{box-shadow:0 2px 1px -1px rgba(0,0,0,.2),0 1px 1px 0 rgba(0,0,0,.14),0 1px 3px 0 rgba(0,0,0,.12);display:flex;flex-direction:column;box-sizing:border-box}.mdc-card:after{border-radius:4px;border-radius:var(--mdc-shape-medium,4px);position:absolute;box-sizing:border-box;width:100%;height:100%;top:0;border:1px solid transparent;border-radius:inherit;content:""}[dir=ltr] .mdc-card:after{left:0}[dir=rtl] .mdc-card:after{right:0}@media screen and (forced-colors:active){.mdc-card:after{border-color:CanvasText}}.mdc-card:after{pointer-events:none}.mdc-card--outlined{box-shadow:0 0 0 0 rgba(0,0,0,.2),0 0 0 0 rgba(0,0,0,.14),0 0 0 0 rgba(0,0,0,.12);border:1px solid #e0e0e0}.mdc-card--outlined:after{border:none}.mdc-card__content{border-radius:inherit;height:100%}.mdc-card__media{position:relative;box-sizing:border-box;background-repeat:no-repeat;background-position:50%;background-size:cover}.mdc-card__media:before{display:block;content:""}.mdc-card__media:first-child{border-top-left-radius:inherit;border-top-right-radius:inherit}.mdc-card__media:last-child{border-bottom-left-radius:inherit;border-bottom-right-radius:inherit}.mdc-card__media--square:before{margin-top:100%}.mdc-card__media--16-9:before{margin-top:56.25%}.mdc-card__media-content{position:absolute;top:0;right:0;bottom:0;left:0;box-sizing:border-box}.mdc-card__primary-action{display:flex;flex-direction:column;box-sizing:border-box;position:relative;outline:none;color:inherit;text-decoration:none;cursor:pointer;overflow:hidden}.mdc-card__primary-action:first-child{border-top-left-radius:inherit;border-top-right-radius:inherit}.mdc-card__primary-action:last-child{border-bottom-left-radius:inherit;border-bottom-right-radius:inherit}.mdc-card__actions{display:flex;flex-direction:row;align-items:center;box-sizing:border-box;min-height:52px;padding:8px}.mdc-card__actions--full-bleed{padding:0}.mdc-card__action-buttons,.mdc-card__action-icons{display:flex;flex-direction:row;align-items:center;box-sizing:border-box}.mdc-card__action-icons{color:rgba(0,0,0,.6);flex-grow:1;justify-content:flex-end}.mdc-card__action-buttons+.mdc-card__action-icons{margin-left:16px;margin-right:0}.mdc-card__action-buttons+.mdc-card__action-icons[dir=rtl],[dir=rtl] .mdc-card__action-buttons+.mdc-card__action-icons{margin-left:0;margin-right:16px}.mdc-card__action{display:inline-flex;flex-direction:row;align-items:center;box-sizing:border-box;justify-content:center;cursor:pointer;-webkit-user-select:none;user-select:none}.mdc-card__action:focus{outline:none}.mdc-card__action--button{margin-left:0;margin-right:8px}.mdc-card__action--button[dir=rtl],[dir=rtl] .mdc-card__action--button{margin-left:8px;margin-right:0}.mdc-card__action--button{padding:0 8px}.mdc-card__action--button:last-child,.mdc-card__action--button:last-child[dir=rtl],[dir=rtl] .mdc-card__action--button:last-child{margin-left:0;margin-right:0}.mdc-card__actions--full-bleed .mdc-card__action--button{justify-content:space-between;width:100%;height:auto;max-height:none;margin:0;padding:8px 16px;text-align:left}.mdc-card__actions--full-bleed .mdc-card__action--button[dir=rtl],[dir=rtl] .mdc-card__actions--full-bleed .mdc-card__action--button{text-align:right}.mdc-card__action--icon{margin:-6px 0;padding:12px}.mdc-card__action--icon:not(:disabled){color:rgba(0,0,0,.6)}.mdc-card__primary-action{--mdc-ripple-fg-size:0;--mdc-ripple-left:0;--mdc-ripple-top:0;--mdc-ripple-fg-scale:1;--mdc-ripple-fg-translate-end:0;--mdc-ripple-fg-translate-start:0;-webkit-tap-highlight-color:rgba(0,0,0,0);will-change:transform,opacity}.mdc-card__primary-action .mdc-card__ripple:after,.mdc-card__primary-action .mdc-card__ripple:before{position:absolute;border-radius:50%;opacity:0;pointer-events:none;content:""}.mdc-card__primary-action .mdc-card__ripple:before{transition:opacity 15ms linear,background-color 15ms linear;z-index:1;z-index:var(--mdc-ripple-z-index,1)}.mdc-card__primary-action .mdc-card__ripple:after{z-index:0;z-index:var(--mdc-ripple-z-index,0)}.mdc-card__primary-action.mdc-ripple-upgraded .mdc-card__ripple:before{transform:scale(var(--mdc-ripple-fg-scale,1))}.mdc-card__primary-action.mdc-ripple-upgraded .mdc-card__ripple:after{top:0;left:0;transform:scale(0);transform-origin:center center}.mdc-card__primary-action.mdc-ripple-upgraded--unbounded .mdc-card__ripple:after{top:var(--mdc-ripple-top,0);left:var(--mdc-ripple-left,0)}.mdc-card__primary-action.mdc-ripple-upgraded--foreground-activation .mdc-card__ripple:after{animation:mdc-ripple-fg-radius-in 225ms forwards,mdc-ripple-fg-opacity-in 75ms forwards}.mdc-card__primary-action.mdc-ripple-upgraded--foreground-deactivation .mdc-card__ripple:after{animation:mdc-ripple-fg-opacity-out .15s;transform:translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1))}.mdc-card__primary-action .mdc-card__ripple:after,.mdc-card__primary-action .mdc-card__ripple:before{top:-50%;left:-50%;width:200%;height:200%}.mdc-card__primary-action.mdc-ripple-upgraded .mdc-card__ripple:after{width:var(--mdc-ripple-fg-size,100%);height:var(--mdc-ripple-fg-size,100%)}.mdc-card__primary-action .mdc-card__ripple:after,.mdc-card__primary-action .mdc-card__ripple:before{background-color:#000;background-color:var(--mdc-ripple-color,#000)}.mdc-card__primary-action.mdc-ripple-surface--hover .mdc-card__ripple:before,.mdc-card__primary-action:hover .mdc-card__ripple:before{opacity:.04;opacity:var(--mdc-ripple-hover-opacity,.04)}.mdc-card__primary-action.mdc-ripple-upgraded--background-focused .mdc-card__ripple:before,.mdc-card__primary-action:not(.mdc-ripple-upgraded):focus .mdc-card__ripple:before{transition-duration:75ms;opacity:.12;opacity:var(--mdc-ripple-focus-opacity,.12)}.mdc-card__primary-action:not(.mdc-ripple-upgraded) .mdc-card__ripple:after{transition:opacity .15s linear}.mdc-card__primary-action:not(.mdc-ripple-upgraded):active .mdc-card__ripple:after{transition-duration:75ms;opacity:.12;opacity:var(--mdc-ripple-press-opacity,.12)}.mdc-card__primary-action.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:var(--mdc-ripple-press-opacity,0.12)}.mdc-card__primary-action .mdc-card__ripple{box-sizing:content-box;height:100%;overflow:hidden;pointer-events:none;position:absolute;top:0;width:100%}[dir=ltr] .mdc-card__primary-action .mdc-card__ripple{left:0}[dir=rtl] .mdc-card__primary-action .mdc-card__ripple{right:0}.mdc-card__primary-action.mdc-ripple-upgraded--background-focused:after,.mdc-card__primary-action:not(.mdc-ripple-upgraded):focus:after{position:absolute;box-sizing:border-box;width:100%;height:100%;top:0;border:5px double transparent;border-radius:inherit;content:"";pointer-events:none}[dir=ltr] .mdc-card__primary-action.mdc-ripple-upgraded--background-focused:after,[dir=ltr] .mdc-card__primary-action:not(.mdc-ripple-upgraded):focus:after{left:0}[dir=rtl] .mdc-card__primary-action.mdc-ripple-upgraded--background-focused:after,[dir=rtl] .mdc-card__primary-action:not(.mdc-ripple-upgraded):focus:after{right:0}@media screen and (forced-colors:active){.mdc-card__primary-action.mdc-ripple-upgraded--background-focused:after,.mdc-card__primary-action:not(.mdc-ripple-upgraded):focus:after{border-color:CanvasText}}.mdc-checkbox .mdc-checkbox__ripple:after,.mdc-checkbox .mdc-checkbox__ripple:before{background-color:#000;background-color:var(--mdc-ripple-color,#000)}.mdc-checkbox.mdc-ripple-surface--hover .mdc-checkbox__ripple:before,.mdc-checkbox:hover .mdc-checkbox__ripple:before{opacity:.04;opacity:var(--mdc-ripple-hover-opacity,.04)}.mdc-checkbox.mdc-ripple-upgraded--background-focused .mdc-checkbox__ripple:before,.mdc-checkbox:not(.mdc-ripple-upgraded):focus .mdc-checkbox__ripple:before{transition-duration:75ms;opacity:.12;opacity:var(--mdc-ripple-focus-opacity,.12)}.mdc-checkbox:not(.mdc-ripple-upgraded) .mdc-checkbox__ripple:after{transition:opacity .15s linear}.mdc-checkbox:not(.mdc-ripple-upgraded):active .mdc-checkbox__ripple:after{transition-duration:75ms;opacity:.12;opacity:var(--mdc-ripple-press-opacity,.12)}.mdc-checkbox.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:var(--mdc-ripple-press-opacity,0.12)}.mdc-checkbox.mdc-checkbox--selected .mdc-checkbox__ripple:after,.mdc-checkbox.mdc-checkbox--selected .mdc-checkbox__ripple:before{background-color:#4e9c18;background-color:var(--mdc-ripple-color,var(--mdc-theme-secondary,#4e9c18))}.mdc-checkbox.mdc-checkbox--selected.mdc-ripple-surface--hover .mdc-checkbox__ripple:before,.mdc-checkbox.mdc-checkbox--selected:hover .mdc-checkbox__ripple:before{opacity:.04;opacity:var(--mdc-ripple-hover-opacity,.04)}.mdc-checkbox.mdc-checkbox--selected.mdc-ripple-upgraded--background-focused .mdc-checkbox__ripple:before,.mdc-checkbox.mdc-checkbox--selected:not(.mdc-ripple-upgraded):focus .mdc-checkbox__ripple:before{transition-duration:75ms;opacity:.12;opacity:var(--mdc-ripple-focus-opacity,.12)}.mdc-checkbox.mdc-checkbox--selected:not(.mdc-ripple-upgraded) .mdc-checkbox__ripple:after{transition:opacity .15s linear}.mdc-checkbox.mdc-checkbox--selected:not(.mdc-ripple-upgraded):active .mdc-checkbox__ripple:after{transition-duration:75ms;opacity:.12;opacity:var(--mdc-ripple-press-opacity,.12)}.mdc-checkbox.mdc-checkbox--selected.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:var(--mdc-ripple-press-opacity,0.12)}.mdc-checkbox.mdc-ripple-upgraded--background-focused.mdc-checkbox--selected .mdc-checkbox__ripple:after,.mdc-checkbox.mdc-ripple-upgraded--background-focused.mdc-checkbox--selected .mdc-checkbox__ripple:before{background-color:#4e9c18;background-color:var(--mdc-ripple-color,var(--mdc-theme-secondary,#4e9c18))}.mdc-checkbox{padding:11px;padding:calc((var(--mdc-checkbox-ripple-size, 40px) - 18px)/2)}.mdc-checkbox .mdc-checkbox__background{top:11px;top:calc((var(--mdc-checkbox-ripple-size, 40px) - 18px)/2)}[dir=ltr] .mdc-checkbox .mdc-checkbox__background{left:11px;left:calc((var(--mdc-checkbox-ripple-size, 40px) - 18px)/2)}[dir=rtl] .mdc-checkbox .mdc-checkbox__background{right:11px;right:calc((var(--mdc-checkbox-ripple-size, 40px) - 18px)/2)}.mdc-checkbox{margin:0;margin:calc((var(--mdc-checkbox-touch-target-size, 40px) - 40px)/2)}.mdc-checkbox .mdc-checkbox__native-control{top:0;top:calc((40px - var(--mdc-checkbox-touch-target-size, 40px))/2);right:0;right:calc((40px - var(--mdc-checkbox-touch-target-size, 40px))/2);left:0;left:calc((40px - var(--mdc-checkbox-touch-target-size, 40px))/2);width:40px;width:var(--mdc-checkbox-touch-target-size,40px);height:40px;height:var(--mdc-checkbox-touch-target-size,40px)}.mdc-checkbox .mdc-checkbox__native-control:enabled:not(:checked):not(:indeterminate):not([data-indeterminate=true])~.mdc-checkbox__background{border-color:rgba(0,0,0,.54);border-color:var(--mdc-checkbox-unchecked-color,rgba(0,0,0,.54));background-color:transparent}.mdc-checkbox .mdc-checkbox__native-control:enabled:checked~.mdc-checkbox__background,.mdc-checkbox .mdc-checkbox__native-control:enabled:indeterminate~.mdc-checkbox__background,.mdc-checkbox .mdc-checkbox__native-control[data-indeterminate=true]:enabled~.mdc-checkbox__background{border-color:#4e9c18;border-color:var(--mdc-checkbox-checked-color,var(--mdc-theme-secondary,#4e9c18));background-color:#4e9c18;background-color:var(--mdc-checkbox-checked-color,var(--mdc-theme-secondary,#4e9c18))}@keyframes mdc-checkbox-fade-in-background-8A000000FF4E9C1800000000FF4E9C18{0%{border-color:rgba(0,0,0,.54);border-color:var(--mdc-checkbox-unchecked-color,rgba(0,0,0,.54));background-color:transparent}50%{border-color:#4e9c18;border-color:var(--mdc-checkbox-checked-color,var(--mdc-theme-secondary,#4e9c18));background-color:#4e9c18;background-color:var(--mdc-checkbox-checked-color,var(--mdc-theme-secondary,#4e9c18))}}@keyframes mdc-checkbox-fade-out-background-8A000000FF4E9C1800000000FF4E9C18{0%,80%{border-color:#4e9c18;border-color:var(--mdc-checkbox-checked-color,var(--mdc-theme-secondary,#4e9c18));background-color:#4e9c18;background-color:var(--mdc-checkbox-checked-color,var(--mdc-theme-secondary,#4e9c18))}to{border-color:rgba(0,0,0,.54);border-color:var(--mdc-checkbox-unchecked-color,rgba(0,0,0,.54));background-color:transparent}}.mdc-checkbox.mdc-checkbox--anim-unchecked-checked .mdc-checkbox__native-control:enabled~.mdc-checkbox__background,.mdc-checkbox.mdc-checkbox--anim-unchecked-indeterminate .mdc-checkbox__native-control:enabled~.mdc-checkbox__background{animation-name:mdc-checkbox-fade-in-background-8A000000FF4E9C1800000000FF4E9C18}.mdc-checkbox.mdc-checkbox--anim-checked-unchecked .mdc-checkbox__native-control:enabled~.mdc-checkbox__background,.mdc-checkbox.mdc-checkbox--anim-indeterminate-unchecked .mdc-checkbox__native-control:enabled~.mdc-checkbox__background{animation-name:mdc-checkbox-fade-out-background-8A000000FF4E9C1800000000FF4E9C18}.mdc-checkbox .mdc-checkbox__native-control[disabled]:not(:checked):not(:indeterminate):not([data-indeterminate=true])~.mdc-checkbox__background{border-color:rgba(0,0,0,.38);border-color:var(--mdc-checkbox-disabled-color,rgba(0,0,0,.38));background-color:transparent}.mdc-checkbox .mdc-checkbox__native-control[data-indeterminate=true][disabled]~.mdc-checkbox__background,.mdc-checkbox .mdc-checkbox__native-control[disabled]:checked~.mdc-checkbox__background,.mdc-checkbox .mdc-checkbox__native-control[disabled]:indeterminate~.mdc-checkbox__background{border-color:transparent;background-color:rgba(0,0,0,.38);background-color:var(--mdc-checkbox-disabled-color,rgba(0,0,0,.38))}.mdc-checkbox .mdc-checkbox__native-control:enabled~.mdc-checkbox__background .mdc-checkbox__checkmark{color:#fff;color:var(--mdc-checkbox-ink-color,#fff)}.mdc-checkbox .mdc-checkbox__native-control:enabled~.mdc-checkbox__background .mdc-checkbox__mixedmark{border-color:#fff;border-color:var(--mdc-checkbox-ink-color,#fff)}.mdc-checkbox .mdc-checkbox__native-control:disabled~.mdc-checkbox__background .mdc-checkbox__checkmark{color:#fff;color:var(--mdc-checkbox-ink-color,#fff)}.mdc-checkbox .mdc-checkbox__native-control:disabled~.mdc-checkbox__background .mdc-checkbox__mixedmark{border-color:#fff;border-color:var(--mdc-checkbox-ink-color,#fff)}@keyframes mdc-checkbox-unchecked-checked-checkmark-path{0%,50%{stroke-dashoffset:29.7833385}50%{animation-timing-function:cubic-bezier(0,0,.2,1)}to{stroke-dashoffset:0}}@keyframes mdc-checkbox-unchecked-indeterminate-mixedmark{0%,68.2%{transform:scaleX(0)}68.2%{animation-timing-function:cubic-bezier(0,0,0,1)}to{transform:scaleX(1)}}@keyframes mdc-checkbox-checked-unchecked-checkmark-path{0%{animation-timing-function:cubic-bezier(.4,0,1,1);opacity:1;stroke-dashoffset:0}to{opacity:0;stroke-dashoffset:-29.7833385}}@keyframes mdc-checkbox-checked-indeterminate-checkmark{0%{animation-timing-function:cubic-bezier(0,0,.2,1);transform:rotate(0deg);opacity:1}to{transform:rotate(45deg);opacity:0}}@keyframes mdc-checkbox-indeterminate-checked-checkmark{0%{animation-timing-function:cubic-bezier(.14,0,0,1);transform:rotate(45deg);opacity:0}to{transform:rotate(1turn);opacity:1}}@keyframes mdc-checkbox-checked-indeterminate-mixedmark{0%{animation-timing-function:mdc-animation-deceleration-curve-timing-function;transform:rotate(-45deg);opacity:0}to{transform:rotate(0deg);opacity:1}}@keyframes mdc-checkbox-indeterminate-checked-mixedmark{0%{animation-timing-function:cubic-bezier(.14,0,0,1);transform:rotate(0deg);opacity:1}to{transform:rotate(315deg);opacity:0}}@keyframes mdc-checkbox-indeterminate-unchecked-mixedmark{0%{animation-timing-function:linear;transform:scaleX(1);opacity:1}32.8%,to{transform:scaleX(0);opacity:0}}.mdc-checkbox{display:inline-block;position:relative;flex:0 0 18px;box-sizing:content-box;width:18px;height:18px;line-height:0;white-space:nowrap;cursor:pointer;vertical-align:bottom}.mdc-checkbox.mdc-ripple-upgraded--background-focused .mdc-checkbox__focus-ring,.mdc-checkbox:not(.mdc-ripple-upgraded):focus .mdc-checkbox__focus-ring{pointer-events:none;border:2px solid transparent;border-radius:6px;box-sizing:content-box;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);height:100%;width:100%}@media screen and (forced-colors:active){.mdc-checkbox.mdc-ripple-upgraded--background-focused .mdc-checkbox__focus-ring,.mdc-checkbox:not(.mdc-ripple-upgraded):focus .mdc-checkbox__focus-ring{border-color:CanvasText}}.mdc-checkbox.mdc-ripple-upgraded--background-focused .mdc-checkbox__focus-ring:after,.mdc-checkbox:not(.mdc-ripple-upgraded):focus .mdc-checkbox__focus-ring:after{content:"";border:2px solid transparent;border-radius:8px;display:block;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);height:calc(100% + 4px);width:calc(100% + 4px)}@media screen and (forced-colors:active){.mdc-checkbox.mdc-ripple-upgraded--background-focused .mdc-checkbox__focus-ring:after,.mdc-checkbox:not(.mdc-ripple-upgraded):focus .mdc-checkbox__focus-ring:after{border-color:CanvasText}}@media (-ms-high-contrast:none){.mdc-checkbox .mdc-checkbox__focus-ring{display:none}}@media (-ms-high-contrast:active),screen and (forced-colors:active){.mdc-checkbox__mixedmark{margin:0 1px}}.mdc-checkbox--disabled{cursor:default;pointer-events:none}.mdc-checkbox__background{display:inline-flex;position:absolute;align-items:center;justify-content:center;box-sizing:border-box;width:18px;height:18px;border:2px solid;border-radius:2px;background-color:transparent;pointer-events:none;will-change:background-color,border-color;transition:background-color 90ms cubic-bezier(.4,0,.6,1) 0s,border-color 90ms cubic-bezier(.4,0,.6,1) 0s}.mdc-checkbox__checkmark{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;opacity:0;transition:opacity .18s cubic-bezier(.4,0,.6,1) 0s}.mdc-checkbox--upgraded .mdc-checkbox__checkmark{opacity:1}.mdc-checkbox__checkmark-path{transition:stroke-dashoffset .18s cubic-bezier(.4,0,.6,1) 0s;stroke:currentColor;stroke-width:3.12px;stroke-dashoffset:29.7833385;stroke-dasharray:29.7833385}.mdc-checkbox__mixedmark{width:100%;height:0;transform:scaleX(0) rotate(0deg);border-width:1px;border-style:solid;opacity:0;transition:opacity 90ms cubic-bezier(.4,0,.6,1) 0s,transform 90ms cubic-bezier(.4,0,.6,1) 0s}.mdc-checkbox--anim-checked-unchecked .mdc-checkbox__background,.mdc-checkbox--anim-indeterminate-unchecked .mdc-checkbox__background,.mdc-checkbox--anim-unchecked-checked .mdc-checkbox__background,.mdc-checkbox--anim-unchecked-indeterminate .mdc-checkbox__background{animation-duration:.18s;animation-timing-function:linear}.mdc-checkbox--anim-unchecked-checked .mdc-checkbox__checkmark-path{animation:mdc-checkbox-unchecked-checked-checkmark-path .18s linear 0s;transition:none}.mdc-checkbox--anim-unchecked-indeterminate .mdc-checkbox__mixedmark{animation:mdc-checkbox-unchecked-indeterminate-mixedmark 90ms linear 0s;transition:none}.mdc-checkbox--anim-checked-unchecked .mdc-checkbox__checkmark-path{animation:mdc-checkbox-checked-unchecked-checkmark-path 90ms linear 0s;transition:none}.mdc-checkbox--anim-checked-indeterminate .mdc-checkbox__checkmark{animation:mdc-checkbox-checked-indeterminate-checkmark 90ms linear 0s;transition:none}.mdc-checkbox--anim-checked-indeterminate .mdc-checkbox__mixedmark{animation:mdc-checkbox-checked-indeterminate-mixedmark 90ms linear 0s;transition:none}.mdc-checkbox--anim-indeterminate-checked .mdc-checkbox__checkmark{animation:mdc-checkbox-indeterminate-checked-checkmark .5s linear 0s;transition:none}.mdc-checkbox--anim-indeterminate-checked .mdc-checkbox__mixedmark{animation:mdc-checkbox-indeterminate-checked-mixedmark .5s linear 0s;transition:none}.mdc-checkbox--anim-indeterminate-unchecked .mdc-checkbox__mixedmark{animation:mdc-checkbox-indeterminate-unchecked-mixedmark .3s linear 0s;transition:none}.mdc-checkbox__native-control:checked~.mdc-checkbox__background,.mdc-checkbox__native-control:indeterminate~.mdc-checkbox__background,.mdc-checkbox__native-control[data-indeterminate=true]~.mdc-checkbox__background{transition:border-color 90ms cubic-bezier(0,0,.2,1) 0s,background-color 90ms cubic-bezier(0,0,.2,1) 0s}.mdc-checkbox__native-control:checked~.mdc-checkbox__background .mdc-checkbox__checkmark-path,.mdc-checkbox__native-control:indeterminate~.mdc-checkbox__background .mdc-checkbox__checkmark-path,.mdc-checkbox__native-control[data-indeterminate=true]~.mdc-checkbox__background .mdc-checkbox__checkmark-path{stroke-dashoffset:0}.mdc-checkbox__native-control{position:absolute;margin:0;padding:0;opacity:0;cursor:inherit}.mdc-checkbox__native-control:disabled{cursor:default;pointer-events:none}.mdc-checkbox--touch{margin:4px;margin:calc((var(--mdc-checkbox-state-layer-size, 48px) - var(--mdc-checkbox-state-layer-size, 40px))/2)}.mdc-checkbox--touch .mdc-checkbox__native-control{top:-4px;top:calc((var(--mdc-checkbox-state-layer-size, 40px) - var(--mdc-checkbox-state-layer-size, 48px))/2);right:-4px;right:calc((var(--mdc-checkbox-state-layer-size, 40px) - var(--mdc-checkbox-state-layer-size, 48px))/2);left:-4px;left:calc((var(--mdc-checkbox-state-layer-size, 40px) - var(--mdc-checkbox-state-layer-size, 48px))/2);width:48px;width:var(--mdc-checkbox-state-layer-size,48px);height:48px;height:var(--mdc-checkbox-state-layer-size,48px)}.mdc-checkbox__native-control:checked~.mdc-checkbox__background .mdc-checkbox__checkmark{transition:opacity .18s cubic-bezier(0,0,.2,1) 0s,transform .18s cubic-bezier(0,0,.2,1) 0s;opacity:1}[dir=ltr] .mdc-checkbox__native-control:checked~.mdc-checkbox__background .mdc-checkbox__mixedmark{transform:scaleX(1) rotate(-45deg)}[dir=rtl] .mdc-checkbox__native-control:checked~.mdc-checkbox__background .mdc-checkbox__mixedmark{transform:scaleX(1) rotate(45deg)}.mdc-checkbox__native-control:indeterminate~.mdc-checkbox__background .mdc-checkbox__checkmark,.mdc-checkbox__native-control[data-indeterminate=true]~.mdc-checkbox__background .mdc-checkbox__checkmark{opacity:0;transition:opacity 90ms cubic-bezier(.4,0,.6,1) 0s,transform 90ms cubic-bezier(.4,0,.6,1) 0s}[dir=ltr] .mdc-checkbox__native-control:indeterminate~.mdc-checkbox__background .mdc-checkbox__checkmark,[dir=ltr] .mdc-checkbox__native-control[data-indeterminate=true]~.mdc-checkbox__background .mdc-checkbox__checkmark{transform:rotate(45deg)}[dir=rtl] .mdc-checkbox__native-control:indeterminate~.mdc-checkbox__background .mdc-checkbox__checkmark,[dir=rtl] .mdc-checkbox__native-control[data-indeterminate=true]~.mdc-checkbox__background .mdc-checkbox__checkmark{transform:rotate(-45deg)}.mdc-checkbox__native-control:indeterminate~.mdc-checkbox__background .mdc-checkbox__mixedmark,.mdc-checkbox__native-control[data-indeterminate=true]~.mdc-checkbox__background .mdc-checkbox__mixedmark{transform:scaleX(1) rotate(0deg);opacity:1}.mdc-checkbox.mdc-checkbox--upgraded .mdc-checkbox__background,.mdc-checkbox.mdc-checkbox--upgraded .mdc-checkbox__checkmark,.mdc-checkbox.mdc-checkbox--upgraded .mdc-checkbox__checkmark-path,.mdc-checkbox.mdc-checkbox--upgraded .mdc-checkbox__mixedmark{transition:none}.mdc-checkbox{--mdc-ripple-fg-size:0;--mdc-ripple-left:0;--mdc-ripple-top:0;--mdc-ripple-fg-scale:1;--mdc-ripple-fg-translate-end:0;--mdc-ripple-fg-translate-start:0;-webkit-tap-highlight-color:rgba(0,0,0,0);will-change:transform,opacity}.mdc-checkbox .mdc-checkbox__ripple:after,.mdc-checkbox .mdc-checkbox__ripple:before{position:absolute;border-radius:50%;opacity:0;pointer-events:none;content:""}.mdc-checkbox .mdc-checkbox__ripple:before{transition:opacity 15ms linear,background-color 15ms linear;z-index:1;z-index:var(--mdc-ripple-z-index,1)}.mdc-checkbox .mdc-checkbox__ripple:after{z-index:0;z-index:var(--mdc-ripple-z-index,0)}.mdc-checkbox.mdc-ripple-upgraded .mdc-checkbox__ripple:before{transform:scale(var(--mdc-ripple-fg-scale,1))}.mdc-checkbox.mdc-ripple-upgraded .mdc-checkbox__ripple:after{top:0;left:0;transform:scale(0);transform-origin:center center}.mdc-checkbox.mdc-ripple-upgraded--unbounded .mdc-checkbox__ripple:after{top:var(--mdc-ripple-top,0);left:var(--mdc-ripple-left,0)}.mdc-checkbox.mdc-ripple-upgraded--foreground-activation .mdc-checkbox__ripple:after{animation:mdc-ripple-fg-radius-in 225ms forwards,mdc-ripple-fg-opacity-in 75ms forwards}.mdc-checkbox.mdc-ripple-upgraded--foreground-deactivation .mdc-checkbox__ripple:after{animation:mdc-ripple-fg-opacity-out .15s;transform:translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1))}.mdc-checkbox .mdc-checkbox__ripple:after,.mdc-checkbox .mdc-checkbox__ripple:before{top:0;left:0;width:100%;height:100%}.mdc-checkbox.mdc-ripple-upgraded .mdc-checkbox__ripple:after,.mdc-checkbox.mdc-ripple-upgraded .mdc-checkbox__ripple:before{top:var(--mdc-ripple-top,0);left:var(--mdc-ripple-left,0);width:var(--mdc-ripple-fg-size,100%);height:var(--mdc-ripple-fg-size,100%)}.mdc-checkbox.mdc-ripple-upgraded .mdc-checkbox__ripple:after{width:var(--mdc-ripple-fg-size,100%);height:var(--mdc-ripple-fg-size,100%)}.mdc-checkbox{z-index:0}.mdc-checkbox .mdc-checkbox__ripple:after,.mdc-checkbox .mdc-checkbox__ripple:before{z-index:-1;z-index:var(--mdc-ripple-z-index,-1)}.mdc-checkbox__ripple{position:absolute;top:0;width:100%;height:100%;pointer-events:none}[dir=ltr] .mdc-checkbox__ripple{left:0}[dir=rtl] .mdc-checkbox__ripple{right:0}.mdc-form-field{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:Roboto,sans-serif;font-family:var(--mdc-typography-body2-font-family,var(--mdc-typography-font-family,Roboto,sans-serif));font-size:.875rem;font-size:var(--mdc-typography-body2-font-size,.875rem);line-height:1.25rem;line-height:var(--mdc-typography-body2-line-height,1.25rem);font-weight:400;font-weight:var(--mdc-typography-body2-font-weight,400);letter-spacing:.0178571429em;letter-spacing:var(--mdc-typography-body2-letter-spacing,.0178571429em);text-decoration:inherit;-webkit-text-decoration:var(--mdc-typography-body2-text-decoration,inherit);text-decoration:var(--mdc-typography-body2-text-decoration,inherit);text-transform:inherit;text-transform:var(--mdc-typography-body2-text-transform,inherit);color:rgba(0,0,0,.87);color:var(--mdc-theme-text-primary-on-background,rgba(0,0,0,.87));display:inline-flex;align-items:center;vertical-align:middle}.mdc-form-field>label{margin-left:0;margin-right:auto}.mdc-form-field>label[dir=rtl],[dir=rtl] .mdc-form-field>label{margin-left:auto;margin-right:0}.mdc-form-field>label{padding-left:4px;padding-right:0}.mdc-form-field>label[dir=rtl],[dir=rtl] .mdc-form-field>label{padding-left:0;padding-right:4px}.mdc-form-field>label{order:0}.mdc-form-field--nowrap>label{text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.mdc-form-field--align-end>label{margin-left:auto;margin-right:0}.mdc-form-field--align-end>label[dir=rtl],[dir=rtl] .mdc-form-field--align-end>label{margin-left:0;margin-right:auto}.mdc-form-field--align-end>label{padding-left:0;padding-right:4px}.mdc-form-field--align-end>label[dir=rtl],[dir=rtl] .mdc-form-field--align-end>label{padding-left:4px;padding-right:0}.mdc-form-field--align-end>label{order:-1}.mdc-form-field--space-between{justify-content:space-between}.mdc-form-field--space-between>label,.mdc-form-field--space-between>label[dir=rtl],[dir=rtl] .mdc-form-field--space-between>label{margin:0}.mdc-dialog .mdc-dialog__surface{background-color:#fff;background-color:var(--mdc-theme-surface,#fff)}.mdc-dialog .mdc-dialog__scrim,.mdc-dialog .mdc-dialog__surface-scrim{background-color:rgba(0,0,0,.32)}.mdc-dialog .mdc-dialog__title{color:rgba(0,0,0,.87)}.mdc-dialog .mdc-dialog__content{color:rgba(0,0,0,.6)}.mdc-dialog .mdc-dialog__close{color:#000;color:var(--mdc-theme-on-surface,#000)}.mdc-dialog .mdc-dialog__close .mdc-icon-button__ripple:after,.mdc-dialog .mdc-dialog__close .mdc-icon-button__ripple:before{background-color:#000;background-color:var(--mdc-ripple-color,var(--mdc-theme-on-surface,#000))}.mdc-dialog .mdc-dialog__close.mdc-ripple-surface--hover .mdc-icon-button__ripple:before,.mdc-dialog .mdc-dialog__close:hover .mdc-icon-button__ripple:before{opacity:.04;opacity:var(--mdc-ripple-hover-opacity,.04)}.mdc-dialog .mdc-dialog__close.mdc-ripple-upgraded--background-focused .mdc-icon-button__ripple:before,.mdc-dialog .mdc-dialog__close:not(.mdc-ripple-upgraded):focus .mdc-icon-button__ripple:before{transition-duration:75ms;opacity:.12;opacity:var(--mdc-ripple-focus-opacity,.12)}.mdc-dialog .mdc-dialog__close:not(.mdc-ripple-upgraded) .mdc-icon-button__ripple:after{transition:opacity .15s linear}.mdc-dialog .mdc-dialog__close:not(.mdc-ripple-upgraded):active .mdc-icon-button__ripple:after{transition-duration:75ms;opacity:.12;opacity:var(--mdc-ripple-press-opacity,.12)}.mdc-dialog .mdc-dialog__close.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:var(--mdc-ripple-press-opacity,0.12)}.mdc-dialog.mdc-dialog--scrollable .mdc-dialog__actions,.mdc-dialog.mdc-dialog--scrollable .mdc-dialog__title,.mdc-dialog.mdc-dialog--scrollable.mdc-dialog-scroll-divider-footer .mdc-dialog__actions{border-color:rgba(0,0,0,.12)}.mdc-dialog.mdc-dialog--scrollable .mdc-dialog__title{border-bottom:1px solid rgba(0,0,0,.12);margin-bottom:0}.mdc-dialog.mdc-dialog-scroll-divider-header.mdc-dialog--fullscreen .mdc-dialog__header{box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12)}.mdc-dialog .mdc-dialog__surface{border-radius:4px;border-radius:var(--mdc-shape-medium,4px)}.mdc-dialog__surface{box-shadow:0 11px 15px -7px rgba(0,0,0,.2),0 24px 38px 3px rgba(0,0,0,.14),0 9px 46px 8px rgba(0,0,0,.12)}.mdc-dialog__title{font-family:Roboto,sans-serif;font-family:var(--mdc-typography-headline6-font-family,var(--mdc-typography-font-family,Roboto,sans-serif));font-size:1.25rem;font-size:var(--mdc-typography-headline6-font-size,1.25rem);line-height:2rem;line-height:var(--mdc-typography-headline6-line-height,2rem);font-weight:500;font-weight:var(--mdc-typography-headline6-font-weight,500);letter-spacing:.0125em;letter-spacing:var(--mdc-typography-headline6-letter-spacing,.0125em);text-decoration:inherit;-webkit-text-decoration:var(--mdc-typography-headline6-text-decoration,inherit);text-decoration:var(--mdc-typography-headline6-text-decoration,inherit);text-transform:inherit;text-transform:var(--mdc-typography-headline6-text-transform,inherit)}.mdc-dialog__content,.mdc-dialog__title{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased}.mdc-dialog__content{font-family:Roboto,sans-serif;font-family:var(--mdc-typography-body1-font-family,var(--mdc-typography-font-family,Roboto,sans-serif));font-size:1rem;font-size:var(--mdc-typography-body1-font-size,1rem);line-height:1.5rem;line-height:var(--mdc-typography-body1-line-height,1.5rem);font-weight:400;font-weight:var(--mdc-typography-body1-font-weight,400);letter-spacing:.03125em;letter-spacing:var(--mdc-typography-body1-letter-spacing,.03125em);text-decoration:inherit;-webkit-text-decoration:var(--mdc-typography-body1-text-decoration,inherit);text-decoration:var(--mdc-typography-body1-text-decoration,inherit);text-transform:inherit;text-transform:var(--mdc-typography-body1-text-transform,inherit)}.mdc-dialog,.mdc-dialog__scrim{position:fixed;top:0;align-items:center;justify-content:center;box-sizing:border-box;width:100%;height:100%}[dir=ltr] .mdc-dialog,[dir=ltr] .mdc-dialog__scrim{left:0}[dir=rtl] .mdc-dialog,[dir=rtl] .mdc-dialog__scrim{right:0}.mdc-dialog .mdc-dialog__content{padding:20px 24px}.mdc-dialog .mdc-dialog__surface{min-width:280px}@media (max-width:592px){.mdc-dialog .mdc-dialog__surface{max-width:calc(100vw - 32px)}}@media (min-width:592px){.mdc-dialog .mdc-dialog__surface{max-width:560px}}.mdc-dialog .mdc-dialog__surface{max-height:calc(100% - 32px)}.mdc-dialog{display:none;z-index:7;z-index:var(--mdc-dialog-z-index,7)}.mdc-dialog.mdc-dialog--fullscreen .mdc-dialog__surface{max-width:none}@media (max-width:960px){.mdc-dialog.mdc-dialog--fullscreen .mdc-dialog__surface{max-height:560px;width:560px}[dir=ltr] .mdc-dialog.mdc-dialog--fullscreen .mdc-dialog__surface .mdc-dialog__close{right:-12px}[dir=rtl] .mdc-dialog.mdc-dialog--fullscreen .mdc-dialog__surface .mdc-dialog__close{left:-12px}}@media (max-width:720px) and (max-width:672px){.mdc-dialog.mdc-dialog--fullscreen .mdc-dialog__surface{width:calc(100vw - 112px)}}@media (max-width:720px) and (min-width:672px){.mdc-dialog.mdc-dialog--fullscreen .mdc-dialog__surface{width:560px}}@media (max-width:720px) and (max-height:720px){.mdc-dialog.mdc-dialog--fullscreen .mdc-dialog__surface{max-height:calc(100vh - 160px)}}@media (max-width:720px) and (min-height:720px){.mdc-dialog.mdc-dialog--fullscreen .mdc-dialog__surface{max-height:560px}}@media (max-width:720px){[dir=ltr] .mdc-dialog.mdc-dialog--fullscreen .mdc-dialog__surface .mdc-dialog__close{right:-12px}[dir=rtl] .mdc-dialog.mdc-dialog--fullscreen .mdc-dialog__surface .mdc-dialog__close{left:-12px}}@media (max-width:720px) and (max-height:400px){.mdc-dialog.mdc-dialog--fullscreen .mdc-dialog__surface{height:100%;max-height:100vh;max-width:100vw;width:100vw}.mdc-dialog.mdc-dialog--fullscreen .mdc-dialog__surface .mdc-dialog__close{order:-1}[dir=ltr] .mdc-dialog.mdc-dialog--fullscreen .mdc-dialog__surface .mdc-dialog__close{left:-12px}[dir=rtl] .mdc-dialog.mdc-dialog--fullscreen .mdc-dialog__surface .mdc-dialog__close{right:-12px}.mdc-dialog.mdc-dialog--fullscreen .mdc-dialog__surface .mdc-dialog__header{padding:0 16px 9px;justify-content:flex-start}[dir=ltr] .mdc-dialog.mdc-dialog--fullscreen .mdc-dialog__surface .mdc-dialog__title{margin-left:-8px}[dir=rtl] .mdc-dialog.mdc-dialog--fullscreen .mdc-dialog__surface .mdc-dialog__title{margin-right:-8px}.mdc-dialog.mdc-dialog--fullscreen .mdc-dialog__surface{border-radius:0}}@media (max-width:600px){.mdc-dialog.mdc-dialog--fullscreen .mdc-dialog__surface{height:100%;max-height:100vh;max-width:100vw;width:100vw}.mdc-dialog.mdc-dialog--fullscreen .mdc-dialog__surface .mdc-dialog__close{order:-1}[dir=ltr] .mdc-dialog.mdc-dialog--fullscreen .mdc-dialog__surface .mdc-dialog__close{left:-12px}[dir=rtl] .mdc-dialog.mdc-dialog--fullscreen .mdc-dialog__surface .mdc-dialog__close{right:-12px}.mdc-dialog.mdc-dialog--fullscreen .mdc-dialog__surface .mdc-dialog__header{padding:0 16px 9px;justify-content:flex-start}[dir=ltr] .mdc-dialog.mdc-dialog--fullscreen .mdc-dialog__surface .mdc-dialog__title{margin-left:-8px}[dir=rtl] .mdc-dialog.mdc-dialog--fullscreen .mdc-dialog__surface .mdc-dialog__title{margin-right:-8px}.mdc-dialog.mdc-dialog--fullscreen .mdc-dialog__surface{border-radius:0}}@media (min-width:960px){.mdc-dialog.mdc-dialog--fullscreen .mdc-dialog__surface{width:calc(100vw - 400px)}[dir=ltr] .mdc-dialog.mdc-dialog--fullscreen .mdc-dialog__surface .mdc-dialog__close{right:-12px}[dir=rtl] .mdc-dialog.mdc-dialog--fullscreen .mdc-dialog__surface .mdc-dialog__close{left:-12px}}.mdc-dialog.mdc-dialog__scrim--hidden .mdc-dialog__scrim{opacity:0}.mdc-dialog__scrim{opacity:0;z-index:-1}.mdc-dialog__container{display:flex;flex-direction:row;align-items:center;justify-content:space-around;box-sizing:border-box;height:100%;transform:scale(.8);opacity:0;pointer-events:none}.mdc-dialog__surface{position:relative}.mdc-dialog__surface .mdc-elevation-overlay{width:100%;height:100%;top:0;left:0}.mdc-dialog__surface{display:flex;flex-direction:column;flex-grow:0;flex-shrink:0;box-sizing:border-box;max-width:100%;max-height:100%;pointer-events:auto;overflow-y:auto}.mdc-dialog__surface[dir=rtl],[dir=rtl] .mdc-dialog__surface{text-align:right}@media (-ms-high-contrast:active),screen and (forced-colors:active){.mdc-dialog__surface{outline:2px solid windowText}}.mdc-dialog__surface:before{position:absolute;box-sizing:border-box;width:100%;height:100%;top:0;border:2px solid transparent;border-radius:inherit;content:"";pointer-events:none}[dir=ltr] .mdc-dialog__surface:before{left:0}[dir=rtl] .mdc-dialog__surface:before{right:0}@media screen and (forced-colors:active){.mdc-dialog__surface:before{border-color:CanvasText}}@media screen and (-ms-high-contrast:active),screen and (-ms-high-contrast:none){.mdc-dialog__surface:before{content:none}}.mdc-dialog__title{display:block}.mdc-dialog__title:before{display:inline-block;width:0;height:40px;content:"";vertical-align:0}.mdc-dialog__title{position:relative;flex-shrink:0;box-sizing:border-box;margin:0 0 1px;padding:0 24px 9px}.mdc-dialog__title[dir=rtl],[dir=rtl] .mdc-dialog__title{text-align:right}.mdc-dialog--scrollable .mdc-dialog__title{margin-bottom:1px;padding-bottom:15px}.mdc-dialog--fullscreen .mdc-dialog__header{align-items:baseline;border-bottom:1px solid transparent;display:inline-flex;justify-content:space-between;padding:0 24px 9px;z-index:1}@media screen and (forced-colors:active){.mdc-dialog--fullscreen .mdc-dialog__header{border-bottom-color:CanvasText}}[dir=ltr] .mdc-dialog--fullscreen .mdc-dialog__header .mdc-dialog__close{right:-12px}[dir=rtl] .mdc-dialog--fullscreen .mdc-dialog__header .mdc-dialog__close{left:-12px}.mdc-dialog--fullscreen .mdc-dialog__title{margin-bottom:0;padding:0;border-bottom:0}.mdc-dialog--fullscreen.mdc-dialog--scrollable .mdc-dialog__title{border-bottom:0;margin-bottom:0}.mdc-dialog--fullscreen .mdc-dialog__close{top:5px}.mdc-dialog--fullscreen.mdc-dialog--scrollable .mdc-dialog__actions{border-top:1px solid transparent}@media screen and (forced-colors:active){.mdc-dialog--fullscreen.mdc-dialog--scrollable .mdc-dialog__actions{border-top-color:CanvasText}}.mdc-dialog__content{flex-grow:1;box-sizing:border-box;margin:0;overflow:auto}.mdc-dialog__content>:first-child{margin-top:0}.mdc-dialog__content>:last-child{margin-bottom:0}.mdc-dialog__header+.mdc-dialog__content,.mdc-dialog__title+.mdc-dialog__content{padding-top:0}.mdc-dialog--scrollable .mdc-dialog__title+.mdc-dialog__content{padding-top:8px;padding-bottom:8px}.mdc-dialog__content .mdc-deprecated-list:first-child:last-child{padding:6px 0 0}.mdc-dialog--scrollable .mdc-dialog__content .mdc-deprecated-list:first-child:last-child{padding:0}.mdc-dialog__actions{display:flex;position:relative;flex-shrink:0;flex-wrap:wrap;align-items:center;justify-content:flex-end;box-sizing:border-box;min-height:52px;margin:0;padding:8px;border-top:1px solid transparent}@media screen and (forced-colors:active){.mdc-dialog__actions{border-top-color:CanvasText}}.mdc-dialog--stacked .mdc-dialog__actions{flex-direction:column;align-items:flex-end}.mdc-dialog__button{margin-left:8px;margin-right:0}.mdc-dialog__button[dir=rtl],[dir=rtl] .mdc-dialog__button{margin-left:0;margin-right:8px}.mdc-dialog__button:first-child,.mdc-dialog__button:first-child[dir=rtl],[dir=rtl] .mdc-dialog__button:first-child{margin-left:0;margin-right:0}.mdc-dialog__button{max-width:100%;text-align:right}.mdc-dialog__button[dir=rtl],[dir=rtl] .mdc-dialog__button{text-align:left}.mdc-dialog--stacked .mdc-dialog__button:not(:first-child){margin-top:12px}.mdc-dialog--closing,.mdc-dialog--open,.mdc-dialog--opening{display:flex}.mdc-dialog--opening .mdc-dialog__scrim{transition:opacity .15s linear}.mdc-dialog--opening .mdc-dialog__container{transition:opacity 75ms linear,transform .15s cubic-bezier(0,0,.2,1) 0s}.mdc-dialog--closing .mdc-dialog__container,.mdc-dialog--closing .mdc-dialog__scrim{transition:opacity 75ms linear}.mdc-dialog--closing .mdc-dialog__container{transform:none}.mdc-dialog--open .mdc-dialog__scrim{opacity:1}.mdc-dialog--open .mdc-dialog__container{transform:none;opacity:1}.mdc-dialog--open.mdc-dialog__surface-scrim--shown .mdc-dialog__surface-scrim{opacity:1;z-index:1}.mdc-dialog--open.mdc-dialog__surface-scrim--hiding .mdc-dialog__surface-scrim{transition:opacity 75ms linear}.mdc-dialog--open.mdc-dialog__surface-scrim--showing .mdc-dialog__surface-scrim{transition:opacity .15s linear}.mdc-dialog__surface-scrim{display:none;opacity:0;position:absolute;width:100%;height:100%}.mdc-dialog__surface-scrim--hiding .mdc-dialog__surface-scrim,.mdc-dialog__surface-scrim--showing .mdc-dialog__surface-scrim,.mdc-dialog__surface-scrim--shown .mdc-dialog__surface-scrim{display:block}.mdc-dialog-scroll-lock{overflow:hidden}.mdc-dialog--no-content-padding .mdc-dialog__content{padding:0}.mdc-dialog--sheet .mdc-dialog__close{top:9px;position:absolute;z-index:1}[dir=ltr] .mdc-dialog--sheet .mdc-dialog__close{right:12px}[dir=rtl] .mdc-dialog--sheet .mdc-dialog__close{left:12px}@keyframes mdc-linear-progress-primary-indeterminate-translate{0%{transform:translateX(0)}20%{animation-timing-function:cubic-bezier(.5,0,.701732,.495819);transform:translateX(0)}59.15%{animation-timing-function:cubic-bezier(.302435,.381352,.55,.956352);transform:translateX(83.67142%);transform:translateX(var(--mdc-linear-progress-primary-half,83.67142%))}to{transform:translateX(200.611057%);transform:translateX(var(--mdc-linear-progress-primary-full,200.611057%))}}@keyframes mdc-linear-progress-primary-indeterminate-scale{0%{transform:scaleX(.08)}36.65%{animation-timing-function:cubic-bezier(.334731,.12482,.785844,1);transform:scaleX(.08)}69.15%{animation-timing-function:cubic-bezier(.06,.11,.6,1);transform:scaleX(.661479)}to{transform:scaleX(.08)}}@keyframes mdc-linear-progress-secondary-indeterminate-translate{0%{animation-timing-function:cubic-bezier(.15,0,.515058,.409685);transform:translateX(0)}25%{animation-timing-function:cubic-bezier(.31033,.284058,.8,.733712);transform:translateX(37.651913%);transform:translateX(var(--mdc-linear-progress-secondary-quarter,37.651913%))}48.35%{animation-timing-function:cubic-bezier(.4,.627035,.6,.902026);transform:translateX(84.386165%);transform:translateX(var(--mdc-linear-progress-secondary-half,84.386165%))}to{transform:translateX(160.277782%);transform:translateX(var(--mdc-linear-progress-secondary-full,160.277782%))}}@keyframes mdc-linear-progress-secondary-indeterminate-scale{0%{animation-timing-function:cubic-bezier(.205028,.057051,.57661,.453971);transform:scaleX(.08)}19.15%{animation-timing-function:cubic-bezier(.152313,.196432,.648374,1.004315);transform:scaleX(.457104)}44.15%{animation-timing-function:cubic-bezier(.257759,-.003163,.211762,1.38179);transform:scaleX(.72796)}to{transform:scaleX(.08)}}@keyframes mdc-linear-progress-buffering{0%{transform:rotate(180deg) translateX(-10px)}}@keyframes mdc-linear-progress-primary-indeterminate-translate-reverse{0%{transform:translateX(0)}20%{animation-timing-function:cubic-bezier(.5,0,.701732,.495819);transform:translateX(0)}59.15%{animation-timing-function:cubic-bezier(.302435,.381352,.55,.956352);transform:translateX(-83.67142%);transform:translateX(var(--mdc-linear-progress-primary-half-neg,-83.67142%))}to{transform:translateX(-200.611057%);transform:translateX(var(--mdc-linear-progress-primary-full-neg,-200.611057%))}}@keyframes mdc-linear-progress-secondary-indeterminate-translate-reverse{0%{animation-timing-function:cubic-bezier(.15,0,.515058,.409685);transform:translateX(0)}25%{animation-timing-function:cubic-bezier(.31033,.284058,.8,.733712);transform:translateX(-37.651913%);transform:translateX(var(--mdc-linear-progress-secondary-quarter-neg,-37.651913%))}48.35%{animation-timing-function:cubic-bezier(.4,.627035,.6,.902026);transform:translateX(-84.386165%);transform:translateX(var(--mdc-linear-progress-secondary-half-neg,-84.386165%))}to{transform:translateX(-160.277782%);transform:translateX(var(--mdc-linear-progress-secondary-full-neg,-160.277782%))}}@keyframes mdc-linear-progress-buffering-reverse{0%{transform:translateX(-10px)}}.mdc-linear-progress{position:relative;width:100%;transform:translateZ(0);outline:1px solid transparent;overflow:hidden}@media screen and (forced-colors:active){.mdc-linear-progress{outline-color:CanvasText}}.mdc-linear-progress{transition:opacity .25s cubic-bezier(.4,0,.6,1) 0s}.mdc-linear-progress__bar{position:absolute;width:100%;height:100%;animation:none;transition:transform .25s cubic-bezier(.4,0,.6,1) 0s}[dir=ltr] .mdc-linear-progress__bar{transform-origin:top left}[dir=rtl] .mdc-linear-progress__bar{transform-origin:top right}.mdc-linear-progress__bar-inner{display:inline-block;position:absolute;width:100%;animation:none;border-top-style:solid}.mdc-linear-progress__buffer{display:flex;position:absolute;width:100%;height:100%}.mdc-linear-progress__buffer-dots{background-repeat:repeat-x;flex:auto;animation:mdc-linear-progress-buffering .25s linear infinite}[dir=ltr] .mdc-linear-progress__buffer-dots{transform:rotate(180deg)}[dir=rtl] .mdc-linear-progress__buffer-dots{transform:rotate(-180deg)}.mdc-linear-progress__buffer-bar{flex:0 1 100%;transition:flex-basis .25s cubic-bezier(.4,0,.6,1) 0s}.mdc-linear-progress__primary-bar{transform:scaleX(0)}.mdc-linear-progress__secondary-bar{display:none}.mdc-linear-progress--indeterminate .mdc-linear-progress__bar{transition:none}[dir=ltr] .mdc-linear-progress--indeterminate .mdc-linear-progress__primary-bar{left:-145.166611%}[dir=rtl] .mdc-linear-progress--indeterminate .mdc-linear-progress__primary-bar{right:-145.166611%}.mdc-linear-progress--indeterminate .mdc-linear-progress__secondary-bar{display:block}[dir=ltr] .mdc-linear-progress--indeterminate .mdc-linear-progress__secondary-bar{left:-54.888891%}[dir=rtl] .mdc-linear-progress--indeterminate .mdc-linear-progress__secondary-bar{right:-54.888891%}.mdc-linear-progress--indeterminate.mdc-linear-progress--animation-ready .mdc-linear-progress__primary-bar{animation:mdc-linear-progress-primary-indeterminate-translate 2s linear infinite}.mdc-linear-progress--indeterminate.mdc-linear-progress--animation-ready .mdc-linear-progress__primary-bar>.mdc-linear-progress__bar-inner{animation:mdc-linear-progress-primary-indeterminate-scale 2s linear infinite}.mdc-linear-progress--indeterminate.mdc-linear-progress--animation-ready .mdc-linear-progress__secondary-bar{animation:mdc-linear-progress-secondary-indeterminate-translate 2s linear infinite}.mdc-linear-progress--indeterminate.mdc-linear-progress--animation-ready .mdc-linear-progress__secondary-bar>.mdc-linear-progress__bar-inner{animation:mdc-linear-progress-secondary-indeterminate-scale 2s linear infinite}.mdc-linear-progress[dir=rtl]:not([dir=ltr]) .mdc-linear-progress__bar,[dir=rtl] .mdc-linear-progress:not([dir=ltr]) .mdc-linear-progress__bar{right:0;transform-origin:center right}.mdc-linear-progress[dir=rtl]:not([dir=ltr]).mdc-linear-progress--animation-ready .mdc-linear-progress__primary-bar,[dir=rtl] .mdc-linear-progress:not([dir=ltr]).mdc-linear-progress--animation-ready .mdc-linear-progress__primary-bar{animation-name:mdc-linear-progress-primary-indeterminate-translate-reverse}.mdc-linear-progress[dir=rtl]:not([dir=ltr]).mdc-linear-progress--animation-ready .mdc-linear-progress__secondary-bar,[dir=rtl] .mdc-linear-progress:not([dir=ltr]).mdc-linear-progress--animation-ready .mdc-linear-progress__secondary-bar{animation-name:mdc-linear-progress-secondary-indeterminate-translate-reverse}.mdc-linear-progress[dir=rtl]:not([dir=ltr]) .mdc-linear-progress__buffer-dots,[dir=rtl] .mdc-linear-progress:not([dir=ltr]) .mdc-linear-progress__buffer-dots{animation:mdc-linear-progress-buffering-reverse .25s linear infinite;transform:rotate(0)}.mdc-linear-progress[dir=rtl]:not([dir=ltr]).mdc-linear-progress--indeterminate .mdc-linear-progress__primary-bar,[dir=rtl] .mdc-linear-progress:not([dir=ltr]).mdc-linear-progress--indeterminate .mdc-linear-progress__primary-bar{right:-145.166611%;left:auto}.mdc-linear-progress[dir=rtl]:not([dir=ltr]).mdc-linear-progress--indeterminate .mdc-linear-progress__secondary-bar,[dir=rtl] .mdc-linear-progress:not([dir=ltr]).mdc-linear-progress--indeterminate .mdc-linear-progress__secondary-bar{right:-54.888891%;left:auto}.mdc-linear-progress--closed{opacity:0}.mdc-linear-progress--closed-animation-off .mdc-linear-progress__buffer-dots,.mdc-linear-progress--closed-animation-off.mdc-linear-progress--indeterminate .mdc-linear-progress__bar,.mdc-linear-progress--closed-animation-off.mdc-linear-progress--indeterminate .mdc-linear-progress__bar .mdc-linear-progress__bar-inner{animation:none}.mdc-linear-progress__bar-inner{border-color:#2471c9;border-color:var(--mdc-theme-primary,#2471c9)}.mdc-linear-progress__buffer-dots{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' preserveAspectRatio='none slice' viewBox='0 0 5 2'%3E%3Ccircle cx='1' cy='1' r='1' fill='%23e6e6e6'/%3E%3C/svg%3E")}.mdc-linear-progress__buffer-bar{background-color:#e6e6e6}.mdc-linear-progress{height:4px}.mdc-linear-progress__bar-inner{border-top-width:4px}.mdc-linear-progress__buffer-dots{background-size:10px 4px}@font-face{font-family:Roboto;font-style:normal;font-weight:400;src:local(""),url(../assets/fonts/roboto-v29-latin_greek-regular.woff2) format("woff2"),url(../assets/fonts/roboto-v29-latin_greek-regular.woff) format("woff")}@font-face{font-family:Roboto;font-style:normal;font-weight:500;src:local(""),url(../assets/fonts/roboto-v29-latin_greek-500.woff2) format("woff2"),url(../assets/fonts/roboto-v29-latin_greek-500.woff) format("woff")}@font-face{font-family:Roboto;font-style:normal;font-weight:700;src:local(""),url(../assets/fonts/roboto-v29-latin_greek-700.woff2) format("woff2"),url(../assets/fonts/roboto-v29-latin_greek-700.woff) format("woff")}body a,body button,body div,body input,body select,body span,body textarea{font-family:Roboto,Helvetica Neue,sans-serif}clarity-application clarity-application-content{display:block;min-height:calc(100vh - 198px)}clarity-application clarity-application-content .clarity-application__content-sizer{min-width:1440px;max-width:1440px;margin:0 auto}clarity-application clarity-application-content{padding-top:95px}body.ui-theme-material.reports-route{min-width:0}body.ui-theme-material.reports-route clarity-application clarity-application-content{padding-top:0}body.ui-theme-material.reports-route clarity-application clarity-application-content .clarity-application__content-sizer{min-width:960px;max-width:960px}clarity-application-footer{background-color:#444;color:#fff;height:198px;display:block;font-size:.8rem}clarity-application-footer .footer-wrapper{background-color:#444;min-width:1025px;max-width:1080px;display:block;margin:0 auto}clarity-application{display:block;overflow:visible;background-color:#f8f8f8}clarity-application clarity-application-header{background:#fff;display:block;top:0;width:100%;z-index:50}[dir=ltr] clarity-application clarity-application-header{box-shadow:8px 2px 8px rgba(0,0,0,.3)}[dir=rtl] clarity-application clarity-application-header{box-shadow:-8px 2px 8px rgba(0,0,0,.3)}clarity-application clarity-application-header .primary{-ms-overflow-style:none;overflow-y:visible;scrollbar-width:none}clarity-application clarity-application-header .primary::-webkit-scrollbar{width:0;height:0}clarity-application clarity-application-header{position:fixed;position:sticky;margin-bottom:-63px}.reports-route clarity-application{background-color:#fff}clarity-button .mdc-button{padding:0 6px;margin:6px 8px;min-height:40px;min-width:10rem}clarity-button .mdc-button .mdc-button__label{font-weight:700}clarity-card.mdc-card{padding:20px;margin:8px;border-radius:8px;box-shadow:0 2px 4px 0 rgba(0,0,0,.14)}clarity-checkbox{--mdc-theme-secondary:#2471c9;--mdc-typography-body2-font-size:$cui-font-size-base;--mdc-typography-body2-letter-spacing:normal}clarity-checkbox .mdc-form-field{width:100%}clarity-checkbox .mdc-form-field label{font-size:unset}clarity-icon-button button.mdc-icon-button{margin:0 6px;padding:8px;width:40px;height:40px;font-size:100%}.clarity-input{height:2.5rem;width:100%;border-radius:.125rem;border:1px solid #d4d4d8;padding:1.5rem .625rem;font-size:1rem}.clarity-input div{display:flex;flex-direction:column}.clarity-input.invalid{border-color:#ee4033}.clarity-input.invalid:focus-visible{outline:1px solid #ee4033;border-color:none}.clarity-input__error{color:#ee4033;font-size:.75rem;margin-top:.25rem;margin-bottom:.25rem}clarity-radio-button{--mdc-theme-secondary:#2471c9}clarity-radio-button .mdc-form-field label{margin:0}clarity-radio-button .mdc-form-field .mdc-radio .mdc-radio__background .mdc-radio__inner-circle.invalid.clarity-radio-button__invalid,clarity-radio-button .mdc-form-field .mdc-radio .mdc-radio__background .mdc-radio__outer-circle.invalid.clarity-radio-button__invalid{border-color:#ee4033}clarity-radio-card{display:flex}clarity-radio-card .clarity-radio-card{--mdc-theme-secondary:#2471c9;display:flex;flex-direction:column;width:100%;border:3px solid #dbdbdb;border-radius:4px;padding:.5rem;cursor:pointer;background-color:#fff}clarity-radio-card .clarity-radio-card:hover{border-color:var(--mdc-theme-secondary,#2471c9);background-color:#f5f7fc}clarity-radio-card .clarity-radio-card input[type=radio]:checked~.clarity-radio-card__label{font-weight:500}clarity-radio-card .clarity-radio-card:has(input[type=radio]:checked){border-color:var(--mdc-theme-secondary,#2471c9);background-color:#f5f7fc}clarity-radio-card .clarity-radio-card .clarity-radio-card__content{display:flex;align-items:center}clarity-radio-card .clarity-radio-card .clarity-radio-card__label{margin:0;font-size:1rem;font-weight:700;line-height:1.4;flex:1;text-transform:capitalize}[dir=ltr] clarity-radio-card .clarity-radio-card .clarity-radio-card__hint{padding-left:1rem}[dir=rtl] clarity-radio-card .clarity-radio-card .clarity-radio-card__hint{padding-right:1rem}clarity-radio-card .clarity-radio-card .mdc-radio .mdc-radio__background .mdc-radio__inner-circle.invalid.clarity-radio-card__invalid,clarity-radio-card .clarity-radio-card .mdc-radio .mdc-radio__background .mdc-radio__outer-circle.invalid.clarity-radio-card__invalid{border-color:#ee4033}[dir=ltr] clarity-radio-button-list.layout-row clarity-radio-button{margin-right:40px}[dir=rtl] clarity-radio-button-list.layout-row clarity-radio-button{margin-left:40px}[dir=ltr] clarity-radio-button-list.layout-row clarity-radio-button:last-child{margin-right:15px}[dir=rtl] clarity-radio-button-list.layout-row clarity-radio-button:last-child{margin-left:15px}clarity-radio-card-list.layout-row{width:100%}[dir=ltr] clarity-radio-card-list.layout-row clarity-radio-card{margin-right:40px}[dir=rtl] clarity-radio-card-list.layout-row clarity-radio-card{margin-left:40px}[dir=ltr] clarity-radio-card-list.layout-row clarity-radio-card:last-child{margin-right:4px}[dir=rtl] clarity-radio-card-list.layout-row clarity-radio-card:last-child{margin-left:4px}clarity-header{display:block}[dir=ltr] clarity-header{padding-right:10px}[dir=rtl] clarity-header{padding-left:10px}clarity-header .nav-layout-row{margin:0 auto;max-width:1440px}clarity-header .clarity-menu{--mdc-theme-primary:transparent;display:block}clarity-header .clarity-menu:focus-within{background-color:rgba(0,0,0,.05);border-radius:1px}[dir=ltr] clarity-header .clarity-header__info clarity-menu{text-align:left}[dir=rtl] clarity-header .clarity-header__info clarity-menu{text-align:right}@media (min-width:1440px){[dir=ltr] clarity-header .clarity-header__info .clarity-menu{margin-right:-18px}[dir=rtl] clarity-header .clarity-header__info .clarity-menu{margin-left:-18px}}clarity-header .clarity-header__info .clarity-menu .clarity-menu__label,clarity-header .clarity-header__info .clarity-menu .mdc-list-item--non-interactive{font-weight:700}[dir=ltr] clarity-header .support-drop-down{margin-left:10px}[dir=rtl] clarity-header .support-drop-down{margin-right:10px}clarity-header .support-drop-down .clarity-ui-clarity-menu__trigger-item .layout-row{padding:17px 16px 14px}clarity-header .clarity-header__logo{display:flex;align-self:center;width:250px;transition:width .5s}[dir=ltr] clarity-header .clarity-header__logo{transition:margin-left .5s;margin-right:60px}[dir=rtl] clarity-header .clarity-header__logo{transition:margin-right .5s;margin-left:60px}clarity-header .clarity-header__logo img{max-width:100px}@media (max-width:1060px){clarity-header .clarity-header__logo{width:110px}[dir=ltr] clarity-header .clarity-header__logo{margin-left:20px}[dir=rtl] clarity-header .clarity-header__logo{margin-right:20px}}clarity-navigation-list{padding-top:8px}clarity-navigation-list .mdc-button{--mdc-theme-primary:#000}clarity-navigation-list .mdc-button:not(:disabled){color:#000}[dir=ltr] clarity-navigation-list .layout-column clarity-navigation-list-item .mdc-button__label{text-align:left}[dir=rtl] clarity-navigation-list .layout-column clarity-navigation-list-item .mdc-button__label{text-align:right}clarity-navigation-list clarity-navigation-list-item{font-size:14px}clarity-navigation-list clarity-navigation-list-item clarity-link .mdc-deprecated-list-item__text{margin:auto 0}clarity-navigation-list clarity-navigation-list-item clarity-button .list-item__href,clarity-navigation-list clarity-navigation-list-item clarity-button .mdc-button{width:100%;height:100%;border-radius:0;align-items:center;margin:0;min-width:99px}clarity-navigation-list clarity-navigation-list-item clarity-button .list-item__href .mdc-button__label,clarity-navigation-list clarity-navigation-list-item clarity-button .mdc-button .mdc-button__label{font-weight:400}clarity-navigation-list clarity-navigation-list-item .mdc-button__ripple,clarity-navigation-list clarity-navigation-list-item .mdc-deprecated-list-item__ripple{display:none}clarity-navigation-list clarity-navigation-list-item .mdc-button__label,clarity-navigation-list clarity-navigation-list-item .mdc-deprecated-list-item__text{word-break:keep-all;line-height:15px}clarity-navigation-list clarity-navigation-list-item:focus-within{background-color:rgba(0,0,0,.05);border-radius:1px}clarity-navigation-list clarity-navigation-list-item:hover{background-color:rgba(0,0,0,.05);border-radius:1px}clarity-navigation-list clarity-navigation-list-item.active{background:#fff;border-radius:1px}clarity-navigation-list clarity-navigation-list-item.active .mdc-button__label{color:#000}clarity-navigation-list .layout-row.nav-layout-row clarity-navigation-list-item{margin-right:5px;margin-left:5px}[dir=ltr] clarity-navigation-list .layout-row.nav-layout-row clarity-navigation-list-item:last-child{margin-right:0}[dir=ltr] clarity-navigation-list .layout-row.nav-layout-row clarity-navigation-list-item:first-child,[dir=rtl] clarity-navigation-list .layout-row.nav-layout-row clarity-navigation-list-item:last-child{margin-left:0}[dir=rtl] clarity-navigation-list .layout-row.nav-layout-row clarity-navigation-list-item:first-child{margin-right:0}clarity-navigation-list .layout-row.nav-layout-row clarity-navigation-list-item .mdc-button__label{justify-content:center;text-align:center;margin:auto}clarity-navigation-list .layout-row.nav-layout-row clarity-navigation-list-item{border-bottom:4px solid transparent}clarity-navigation-list .layout-row.nav-layout-row clarity-navigation-list-item.active{border-bottom:4px solid #4e9c18}clarity-navigation-list .layout-row.nav-layout-row clarity-navigation-list-item.active .mdc-button__label,clarity-navigation-list .layout-row.nav-layout-row clarity-navigation-list-item.active .mdc-deprecated-list-item__text{font-weight:700}[dir=ltr] clarity-navigation-list .layout-column.nav-layout-column clarity-navigation-list-item{border-left:3px solid #e2e2e2;border-radius:0 4px 4px 0}[dir=rtl] clarity-navigation-list .layout-column.nav-layout-column clarity-navigation-list-item{border-right:3px solid #e2e2e2;border-radius:4px 0 0 4px}clarity-navigation-list .layout-column.nav-layout-column clarity-navigation-list-item clarity-button button,clarity-navigation-list .layout-column.nav-layout-column clarity-navigation-list-item clarity-link a{min-height:30px}[dir=ltr] clarity-navigation-list .layout-column.nav-layout-column clarity-navigation-list-item .mdc-button__label,[dir=ltr] clarity-navigation-list .layout-column.nav-layout-column clarity-navigation-list-item .mdc-deprecated-list-item__text{padding-left:13px}[dir=rtl] clarity-navigation-list .layout-column.nav-layout-column clarity-navigation-list-item .mdc-button__label,[dir=rtl] clarity-navigation-list .layout-column.nav-layout-column clarity-navigation-list-item .mdc-deprecated-list-item__text{padding-right:13px}[dir=ltr] clarity-navigation-list .layout-column.nav-layout-column clarity-navigation-list-item .list-item__href{padding-left:6px}[dir=rtl] clarity-navigation-list .layout-column.nav-layout-column clarity-navigation-list-item .list-item__href{padding-right:6px}clarity-navigation-list .layout-column.nav-layout-column clarity-navigation-list-item.active{background:#eef6e7}[dir=ltr] clarity-navigation-list .layout-column.nav-layout-column clarity-navigation-list-item.active{border-left:3px solid #4e9c18}[dir=rtl] clarity-navigation-list .layout-column.nav-layout-column clarity-navigation-list-item.active{border-right:3px solid #4e9c18}clarity-navigation-list .layout-column.nav-layout-column clarity-navigation-list-item.active .mdc-button__label,clarity-navigation-list .layout-column.nav-layout-column clarity-navigation-list-item.active .mdc-deprecated-list-item__text{font-weight:700}[dir=ltr] clarity-navigation-list .layout-column.nav-layout-column clarity-navigation-list-item.active .mdc-button__label,[dir=ltr] clarity-navigation-list .layout-column.nav-layout-column clarity-navigation-list-item.active .mdc-deprecated-list-item__text{padding-left:13px}[dir=rtl] clarity-navigation-list .layout-column.nav-layout-column clarity-navigation-list-item.active .mdc-button__label,[dir=rtl] clarity-navigation-list .layout-column.nav-layout-column clarity-navigation-list-item.active .mdc-deprecated-list-item__text{padding-right:13px}clarity-navigation-list .clarity-menu{border-bottom:4px solid transparent}[dir=ltr] clarity-navigation-list .clarity-menu{margin-left:5px}[dir=rtl] clarity-navigation-list .clarity-menu{margin-right:5px}clarity-navigation-list .clarity-menu .mdc-button{--mdc-theme-primary:#000}clarity-navigation-list .clarity-menu .mdc-button .clarity-menu__label,clarity-navigation-list .clarity-menu .mdc-button:not(:disabled){color:#000}clarity-navigation-list .clarity-menu:hover{background-color:rgba(0,0,0,.05);border-radius:1px}clarity-navigation-list .clarity-menu .clarity-menu__trigger-item--button{margin:0;padding:24px 21px}clarity-navigation-list .clarity-menu .clarity-menu__trigger-item--button .mdc-button__ripple{display:none}.disabled clarity-navigation-list-item{pointer-events:none}.disabled clarity-navigation-list-item:hover{background-color:transparent}.disabled clarity-navigation-list-item:focus-within{background-color:transparent}.disabled .clarity-ui-nav-item__agp .mdc-button__label,.disabled .clarity-ui-nav-item__compare .mdc-button__label,.disabled .clarity-ui-nav-item__daily .mdc-button__label,.disabled .clarity-ui-nav-item__overlay .mdc-button__label,.disabled .clarity-ui-nav-item__overview .mdc-button__label,.disabled .clarity-ui-nav-item__patient-settings .mdc-button__label,.disabled .clarity-ui-nav-item__patterns .mdc-button__label,.disabled .clarity-ui-nav-item__statistics .mdc-button__label{color:#8b8b8b}.clarity-dialog .mdc-dialog .mdc-dialog__title{padding:0}.clarity-dialog .mdc-dialog .uploader-container{min-height:0}.clarity-dialog .mdc-dialog .uploader-container__content-row{border:none;min-height:auto;padding:40px 20px}.clarity-dialog .mdc-dialog .mdc-dialog__actions{border:0;padding:0;min-height:0}.clarity-dialog .mdc-dialog .mdc-dialog__surface{width:fit-content;max-width:90vw;padding:0 24px 9px;position:relative}.clarity-dialog .mdc-dialog .mdc-dialog__content{color:#000;min-width:500px;padding:0}.clarity-dialog .clarity-dialog__close-button{position:absolute;top:16px;background:transparent;border:none;padding:8px;cursor:pointer;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;z-index:1}[dir=ltr] .clarity-dialog .clarity-dialog__close-button{right:16px}[dir=rtl] .clarity-dialog .clarity-dialog__close-button{left:16px}.clarity-dialog .clarity-dialog__close-button:hover{background-color:rgba(0,0,0,.04)}.clarity-dialog .clarity-dialog__close-button:focus{outline:none}.clarity-dialog .clarity-dialog__close-button .clarity-asset{width:24px;height:24px}.clarity-dialog .clarity-dialog__close-button .clarity-asset img{width:100%;height:100%}#ember-testing-container .clarity-dialog [autofocus],#ember-testing-container .clarity-dialog [tabindex],#ember-testing-container .clarity-dialog a,#ember-testing-container .clarity-dialog button,#ember-testing-container .clarity-dialog input,#ember-testing-container .clarity-dialog select,#ember-testing-container .clarity-dialog textarea{visibility:visible!important}.clarity-menu{--mdc-typography-button-font-weight:normal}.clarity-menu .mdc-deprecated-list-item{height:36px}.clarity-menu .clarity-menu__label{color:#333}[dir=ltr] .clarity-menu.clarity-menu__has-subLabel .mdc-button__label div{text-align:left}[dir=rtl] .clarity-menu.clarity-menu__has-subLabel .mdc-button__label div{text-align:right}.clarity-menu.clarity-menu__has-subLabel .mdc-button__label div:first-line{color:#666}.clarity-menu.clarity-menu__has-subLabel .mdc-deprecated-list{padding-top:0}.clarity-menu .clarity-menu__trigger-item--button,.clarity-menu .mdc-deprecated-list-item{padding-left:16px;padding-right:16px}[dir=ltr] .clarity-menu .clarity-menu__trigger-item--button,[dir=ltr] .clarity-menu .mdc-deprecated-list-item{text-align:left}[dir=rtl] .clarity-menu .clarity-menu__trigger-item--button,[dir=rtl] .clarity-menu .mdc-deprecated-list-item{text-align:right}.clarity-menu .clarity-menu__trigger-item--button .mdc-button__label{max-width:140px}.clarity-menu .clarity-menu__trigger-item--button .clarity-menu__label,.clarity-menu .clarity-menu__trigger-item--button .clarity-menu__sublabel{max-width:140px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.clarity-menu .clarity-menu__trigger-item-down-arrow{font-size:11px}[dir=ltr] .clarity-menu .clarity-menu__trigger-item-down-arrow{margin-left:8px}[dir=rtl] .clarity-menu .clarity-menu__trigger-item-down-arrow{margin-right:8px}.clarity-menu .mdc-deprecated-list-item:hover{background-color:rgba(0,0,0,.05)}.clarity-menu .clarity-dropdown__trigger-item-up-arrow img{min-width:11px}[dir=ltr] .clarity-menu .clarity-dropdown__trigger-item-up-arrow img{transform:rotate(180deg)}[dir=rtl] .clarity-menu .clarity-dropdown__trigger-item-up-arrow img{transform:rotate(-180deg)}.clarity-menu .mdc-button__label.mdc-list-item.mdc-list-item--non-interactive{padding-top:.6em;padding-bottom:.9em}.clarity-menu .mdc-button__label .mdc-button__label_overlay:hover{background-color:rgba(0,0,0,.05);border-radius:1px}.clarity-menu .cui-link{color:#2471c9;font-weight:unset}.clarity-menu .cui-link:hover{text-decoration:none}.clarity-menu .glossary-link:hover{color:unset}clarity-select .mdc-select{display:inline-block}clarity-select .mdc-select--outlined .mdc-select__anchor{display:inline-flex;width:auto}clarity-select .mdc-select--outlined .mdc-select__anchor .mdc-select__dropdown-icon{fill:#2471c9}clarity-select .mdc-select--outlined .mdc-select__anchor .mdc-notched-outline .mdc-floating-label--float-above{font-size:1.3rem;overflow:visible}clarity-select .mdc-select__selected-text{font-weight:700;font-size:1.2rem}clarity-select .mdc-deprecated-list-item__text{font-size:16px}.sidebar-title{font-weight:700;margin-top:22px}[dir=ltr] .sidebar-title{margin-left:0}[dir=rtl] .sidebar-title{margin-right:0}.clarity-sidebar-info{margin-top:8px;margin-bottom:8px}[dir=ltr] .clarity-sidebar-info{margin-left:13px}[dir=rtl] .clarity-sidebar-info{margin-right:13px}.clarity-sidebar-info-patient-list-link{margin-bottom:11px}clarity-sidebar-info-label{line-height:15px;font-weight:700;font-size:14px}clarity-sidebar-info-content{overflow-wrap:break-word;font-size:14px}clarity-content-row .clarity-content-row__sidebar{min-width:250px}[dir=ltr] clarity-content-row .clarity-content-row__sidebar{margin-right:27px}[dir=rtl] clarity-content-row .clarity-content-row__sidebar{margin-left:27px}clarity-content-row .clarity-content-row__content clarity-card{margin:0 0 50px}.clarity-sidebar{max-width:250px;margin-bottom:8px}clarity-text-field .mdc-text-field--textarea{width:100%}clarity-text-field .mdc-text-field--textarea.mdc-text-field--outlined .mdc-text-field__input{padding:0;margin:4px}clarity-text-field textarea,clarity-text-field textarea:focus{box-shadow:none}clarity-tooltip .clarity-tooltip__content-wrapper{display:inline-block}clarity-tooltip .clarity-tooltip__big-mode .mdc-tooltip__surface{font-size:16px;max-width:400px;padding:12px 16px;line-height:1.5;background-color:#000}clarity-tooltip .clarity-tooltip__big-mode.mdc-tooltip--shown .mdc-tooltip__surface{opacity:1}.smart-clarity-logo{display:inline-block}.smart-clarity-logo svg{width:103px;height:27px}body.ui-theme-material{background-color:#f8f8f8}html{scroll-behavior:smooth}body.ui-theme-material.reports-route{background:none}.cui-label,.cui-text{color:#101010}.cui-label,.cui-link{font-weight:700}.cui-link{color:#2471c9;text-decoration:none}.cui-link:hover{text-decoration:underline;cursor:pointer}.cui-h1,.cui-h2,.cui-h3{font-weight:700;color:#101010}.cui-h1{font-size:36px;line-height:44px}.cui-h2{font-size:24px;line-height:32px}.cui-h3{font-size:20px;line-height:26px}.cui-div{font-size:14px;line-height:16px}.cui-hr{border-bottom:1px solid rgba(42,42,42,.3)}body,html{position:relative}body{padding:0}[tabindex="-1"]:focus{outline:none}.inset{padding:10px}a.md-no-style,button.md-no-style{font-weight:400;background-color:inherit;border:none;padding:0;margin:0}[dir=ltr] a.md-no-style,[dir=ltr] button.md-no-style{text-align:left}[dir=rtl] a.md-no-style,[dir=rtl] button.md-no-style{text-align:right}button,input,select,textarea{vertical-align:baseline}button[disabled],html input[type=button][disabled],input[type=reset][disabled],input[type=submit][disabled]{cursor:default}textarea{vertical-align:top}input[type=search]{-webkit-box-sizing:content-box}input:-webkit-autofill{text-shadow:none}.md-visually-hidden{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;text-transform:none;width:1px}.md-shadow{position:absolute;top:0;left:0;bottom:0;right:0;border-radius:inherit;pointer-events:none}.md-shadow-bottom-z-1{box-shadow:0 2px 5px 0 rgba(0,0,0,.26)}.md-shadow-bottom-z-2{box-shadow:0 4px 8px 0 rgba(0,0,0,.4)}.md-shadow-animated.md-shadow{transition:box-shadow .28s cubic-bezier(.4,0,.2,1)}.md-ripple-container{pointer-events:none;position:absolute;overflow:hidden;top:0;width:100%;height:100%;transition:all .55s cubic-bezier(.25,.8,.25,1)}[dir=ltr] .md-ripple-container{left:0}[dir=rtl] .md-ripple-container{right:0}.md-ripple{position:absolute;transform-origin:50% 50%;opacity:0;border-radius:50%}[dir=ltr] .md-ripple{transform:translate(-50%,-50%) scale(0)}[dir=rtl] .md-ripple{transform:translate(50%,-50%) scale(0)}.md-ripple.md-ripple-placed{transition:margin .9s cubic-bezier(.25,.8,.25,1),border .9s cubic-bezier(.25,.8,.25,1),width .9s cubic-bezier(.25,.8,.25,1),height .9s cubic-bezier(.25,.8,.25,1),opacity .9s cubic-bezier(.25,.8,.25,1),transform .9s cubic-bezier(.25,.8,.25,1)}[dir=ltr] .md-ripple.md-ripple-scaled{transform:translate(-50%,-50%) scale(1)}[dir=rtl] .md-ripple.md-ripple-scaled{transform:translate(50%,-50%) scale(1)}.md-ripple.md-ripple-active,.md-ripple.md-ripple-full,.md-ripple.md-ripple-visible{opacity:.2}.md-ripple.md-ripple-remove{animation:md-remove-ripple .9s cubic-bezier(.25,.8,.25,1)}@keyframes md-remove-ripple{0%{opacity:.15}to{opacity:0}}.md-padding{padding:8px}.md-margin{margin:8px}.md-scroll-mask{position:absolute;background-color:transparent;top:0;right:0;bottom:0;left:0;z-index:50}.md-scroll-mask>.md-scroll-mask-bar{display:block;position:absolute;background-color:#fafafa;top:0;bottom:0;z-index:65;box-shadow:inset 0 0 1px rgba(0,0,0,.3)}[dir=ltr] .md-scroll-mask>.md-scroll-mask-bar{right:0}[dir=rtl] .md-scroll-mask>.md-scroll-mask-bar{left:0}.md-no-momentum{-webkit-overflow-scrolling:auto}.md-no-flicker{-webkit-filter:blur(0)}@media (min-width:960px){.md-padding{padding:16px}}body[dir=ltr],body[dir=rtl],html[dir=ltr],html[dir=rtl]{unicode-bidi:embed}bdo[dir=rtl]{unicode-bidi:bidi-override}[dir=ltr] bdo[dir=rtl]{direction:rtl}[dir=rtl] bdo[dir=rtl]{direction:ltr}bdo[dir=ltr]{unicode-bidi:bidi-override}[dir=ltr] bdo[dir=ltr]{direction:ltr}[dir=rtl] bdo[dir=ltr]{direction:rtl}.ng-cloak,.x-ng-cloak,[data-ng-cloak],[ng-cloak],[ng\:cloak],[x-ng-cloak]{display:none!important}@-moz-document url-prefix(){.layout-fill{margin:0;width:100%;min-height:100%;height:100%}}.flex-order{order:0}.flex-order--20{order:-20}.flex-order--19{order:-19}.flex-order--18{order:-18}.flex-order--17{order:-17}.flex-order--16{order:-16}.flex-order--15{order:-15}.flex-order--14{order:-14}.flex-order--13{order:-13}.flex-order--12{order:-12}.flex-order--11{order:-11}.flex-order--10{order:-10}.flex-order--9{order:-9}.flex-order--8{order:-8}.flex-order--7{order:-7}.flex-order--6{order:-6}.flex-order--5{order:-5}.flex-order--4{order:-4}.flex-order--3{order:-3}.flex-order--2{order:-2}.flex-order--1{order:-1}.flex-order-0{order:0}.flex-order-1{order:1}.flex-order-2{order:2}.flex-order-3{order:3}.flex-order-4{order:4}.flex-order-5{order:5}.flex-order-6{order:6}.flex-order-7{order:7}.flex-order-8{order:8}.flex-order-9{order:9}.flex-order-10{order:10}.flex-order-11{order:11}.flex-order-12{order:12}.flex-order-13{order:13}.flex-order-14{order:14}.flex-order-15{order:15}.flex-order-16{order:16}.flex-order-17{order:17}.flex-order-18{order:18}.flex-order-19{order:19}.flex-order-20{order:20}[dir=ltr] .flex-offset-0,[dir=ltr] .layout-margin .flex-offset-0,[dir=ltr] .layout-margin .offset-0,[dir=ltr] .offset-0{margin-left:0}[dir=rtl] .flex-offset-0,[dir=rtl] .layout-margin .flex-offset-0,[dir=rtl] .layout-margin .offset-0,[dir=rtl] .offset-0{margin-right:0}[dir=ltr] [dir=rtl] .flex-offset-0,[dir=ltr] [dir=rtl] .layout-margin .flex-offset-0,[dir=ltr] [dir=rtl] .layout-margin .offset-0,[dir=ltr] [dir=rtl] .offset-0{margin-left:auto;margin-right:0}[dir=rtl] [dir=rtl] .flex-offset-0,[dir=rtl] [dir=rtl] .layout-margin .flex-offset-0,[dir=rtl] [dir=rtl] .layout-margin .offset-0,[dir=rtl] [dir=rtl] .offset-0{margin-right:auto;margin-left:0}[dir=ltr] .flex-offset-5,[dir=ltr] .layout-margin .flex-offset-5,[dir=ltr] .layout-margin .offset-5,[dir=ltr] .offset-5{margin-left:5%}[dir=rtl] .flex-offset-5,[dir=rtl] .layout-margin .flex-offset-5,[dir=rtl] .layout-margin .offset-5,[dir=rtl] .offset-5{margin-right:5%}[dir=ltr] [dir=rtl] .flex-offset-5,[dir=ltr] [dir=rtl] .layout-margin .flex-offset-5,[dir=ltr] [dir=rtl] .layout-margin .offset-5,[dir=ltr] [dir=rtl] .offset-5{margin-left:auto;margin-right:5%}[dir=rtl] [dir=rtl] .flex-offset-5,[dir=rtl] [dir=rtl] .layout-margin .flex-offset-5,[dir=rtl] [dir=rtl] .layout-margin .offset-5,[dir=rtl] [dir=rtl] .offset-5{margin-right:auto;margin-left:5%}[dir=ltr] .flex-offset-10,[dir=ltr] .layout-margin .flex-offset-10,[dir=ltr] .layout-margin .offset-10,[dir=ltr] .offset-10{margin-left:10%}[dir=rtl] .flex-offset-10,[dir=rtl] .layout-margin .flex-offset-10,[dir=rtl] .layout-margin .offset-10,[dir=rtl] .offset-10{margin-right:10%}[dir=ltr] [dir=rtl] .flex-offset-10,[dir=ltr] [dir=rtl] .layout-margin .flex-offset-10,[dir=ltr] [dir=rtl] .layout-margin .offset-10,[dir=ltr] [dir=rtl] .offset-10{margin-left:auto;margin-right:10%}[dir=rtl] [dir=rtl] .flex-offset-10,[dir=rtl] [dir=rtl] .layout-margin .flex-offset-10,[dir=rtl] [dir=rtl] .layout-margin .offset-10,[dir=rtl] [dir=rtl] .offset-10{margin-right:auto;margin-left:10%}[dir=ltr] .flex-offset-15,[dir=ltr] .layout-margin .flex-offset-15,[dir=ltr] .layout-margin .offset-15,[dir=ltr] .offset-15{margin-left:15%}[dir=rtl] .flex-offset-15,[dir=rtl] .layout-margin .flex-offset-15,[dir=rtl] .layout-margin .offset-15,[dir=rtl] .offset-15{margin-right:15%}[dir=ltr] [dir=rtl] .flex-offset-15,[dir=ltr] [dir=rtl] .layout-margin .flex-offset-15,[dir=ltr] [dir=rtl] .layout-margin .offset-15,[dir=ltr] [dir=rtl] .offset-15{margin-left:auto;margin-right:15%}[dir=rtl] [dir=rtl] .flex-offset-15,[dir=rtl] [dir=rtl] .layout-margin .flex-offset-15,[dir=rtl] [dir=rtl] .layout-margin .offset-15,[dir=rtl] [dir=rtl] .offset-15{margin-right:auto;margin-left:15%}[dir=ltr] .flex-offset-20,[dir=ltr] .layout-margin .flex-offset-20,[dir=ltr] .layout-margin .offset-20,[dir=ltr] .offset-20{margin-left:20%}[dir=rtl] .flex-offset-20,[dir=rtl] .layout-margin .flex-offset-20,[dir=rtl] .layout-margin .offset-20,[dir=rtl] .offset-20{margin-right:20%}[dir=ltr] [dir=rtl] .flex-offset-20,[dir=ltr] [dir=rtl] .layout-margin .flex-offset-20,[dir=ltr] [dir=rtl] .layout-margin .offset-20,[dir=ltr] [dir=rtl] .offset-20{margin-left:auto;margin-right:20%}[dir=rtl] [dir=rtl] .flex-offset-20,[dir=rtl] [dir=rtl] .layout-margin .flex-offset-20,[dir=rtl] [dir=rtl] .layout-margin .offset-20,[dir=rtl] [dir=rtl] .offset-20{margin-right:auto;margin-left:20%}[dir=ltr] .flex-offset-25,[dir=ltr] .layout-margin .flex-offset-25,[dir=ltr] .layout-margin .offset-25,[dir=ltr] .offset-25{margin-left:25%}[dir=rtl] .flex-offset-25,[dir=rtl] .layout-margin .flex-offset-25,[dir=rtl] .layout-margin .offset-25,[dir=rtl] .offset-25{margin-right:25%}[dir=ltr] [dir=rtl] .flex-offset-25,[dir=ltr] [dir=rtl] .layout-margin .flex-offset-25,[dir=ltr] [dir=rtl] .layout-margin .offset-25,[dir=ltr] [dir=rtl] .offset-25{margin-left:auto;margin-right:25%}[dir=rtl] [dir=rtl] .flex-offset-25,[dir=rtl] [dir=rtl] .layout-margin .flex-offset-25,[dir=rtl] [dir=rtl] .layout-margin .offset-25,[dir=rtl] [dir=rtl] .offset-25{margin-right:auto;margin-left:25%}[dir=ltr] .flex-offset-30,[dir=ltr] .layout-margin .flex-offset-30,[dir=ltr] .layout-margin .offset-30,[dir=ltr] .offset-30{margin-left:30%}[dir=rtl] .flex-offset-30,[dir=rtl] .layout-margin .flex-offset-30,[dir=rtl] .layout-margin .offset-30,[dir=rtl] .offset-30{margin-right:30%}[dir=ltr] [dir=rtl] .flex-offset-30,[dir=ltr] [dir=rtl] .layout-margin .flex-offset-30,[dir=ltr] [dir=rtl] .layout-margin .offset-30,[dir=ltr] [dir=rtl] .offset-30{margin-left:auto;margin-right:30%}[dir=rtl] [dir=rtl] .flex-offset-30,[dir=rtl] [dir=rtl] .layout-margin .flex-offset-30,[dir=rtl] [dir=rtl] .layout-margin .offset-30,[dir=rtl] [dir=rtl] .offset-30{margin-right:auto;margin-left:30%}[dir=ltr] .flex-offset-35,[dir=ltr] .layout-margin .flex-offset-35,[dir=ltr] .layout-margin .offset-35,[dir=ltr] .offset-35{margin-left:35%}[dir=rtl] .flex-offset-35,[dir=rtl] .layout-margin .flex-offset-35,[dir=rtl] .layout-margin .offset-35,[dir=rtl] .offset-35{margin-right:35%}[dir=ltr] [dir=rtl] .flex-offset-35,[dir=ltr] [dir=rtl] .layout-margin .flex-offset-35,[dir=ltr] [dir=rtl] .layout-margin .offset-35,[dir=ltr] [dir=rtl] .offset-35{margin-left:auto;margin-right:35%}[dir=rtl] [dir=rtl] .flex-offset-35,[dir=rtl] [dir=rtl] .layout-margin .flex-offset-35,[dir=rtl] [dir=rtl] .layout-margin .offset-35,[dir=rtl] [dir=rtl] .offset-35{margin-right:auto;margin-left:35%}[dir=ltr] .flex-offset-40,[dir=ltr] .layout-margin .flex-offset-40,[dir=ltr] .layout-margin .offset-40,[dir=ltr] .offset-40{margin-left:40%}[dir=rtl] .flex-offset-40,[dir=rtl] .layout-margin .flex-offset-40,[dir=rtl] .layout-margin .offset-40,[dir=rtl] .offset-40{margin-right:40%}[dir=ltr] [dir=rtl] .flex-offset-40,[dir=ltr] [dir=rtl] .layout-margin .flex-offset-40,[dir=ltr] [dir=rtl] .layout-margin .offset-40,[dir=ltr] [dir=rtl] .offset-40{margin-left:auto;margin-right:40%}[dir=rtl] [dir=rtl] .flex-offset-40,[dir=rtl] [dir=rtl] .layout-margin .flex-offset-40,[dir=rtl] [dir=rtl] .layout-margin .offset-40,[dir=rtl] [dir=rtl] .offset-40{margin-right:auto;margin-left:40%}[dir=ltr] .flex-offset-45,[dir=ltr] .layout-margin .flex-offset-45,[dir=ltr] .layout-margin .offset-45,[dir=ltr] .offset-45{margin-left:45%}[dir=rtl] .flex-offset-45,[dir=rtl] .layout-margin .flex-offset-45,[dir=rtl] .layout-margin .offset-45,[dir=rtl] .offset-45{margin-right:45%}[dir=ltr] [dir=rtl] .flex-offset-45,[dir=ltr] [dir=rtl] .layout-margin .flex-offset-45,[dir=ltr] [dir=rtl] .layout-margin .offset-45,[dir=ltr] [dir=rtl] .offset-45{margin-left:auto;margin-right:45%}[dir=rtl] [dir=rtl] .flex-offset-45,[dir=rtl] [dir=rtl] .layout-margin .flex-offset-45,[dir=rtl] [dir=rtl] .layout-margin .offset-45,[dir=rtl] [dir=rtl] .offset-45{margin-right:auto;margin-left:45%}[dir=ltr] .flex-offset-50,[dir=ltr] .layout-margin .flex-offset-50,[dir=ltr] .layout-margin .offset-50,[dir=ltr] .offset-50{margin-left:50%}[dir=rtl] .flex-offset-50,[dir=rtl] .layout-margin .flex-offset-50,[dir=rtl] .layout-margin .offset-50,[dir=rtl] .offset-50{margin-right:50%}[dir=ltr] [dir=rtl] .flex-offset-50,[dir=ltr] [dir=rtl] .layout-margin .flex-offset-50,[dir=ltr] [dir=rtl] .layout-margin .offset-50,[dir=ltr] [dir=rtl] .offset-50{margin-left:auto;margin-right:50%}[dir=rtl] [dir=rtl] .flex-offset-50,[dir=rtl] [dir=rtl] .layout-margin .flex-offset-50,[dir=rtl] [dir=rtl] .layout-margin .offset-50,[dir=rtl] [dir=rtl] .offset-50{margin-right:auto;margin-left:50%}[dir=ltr] .flex-offset-55,[dir=ltr] .layout-margin .flex-offset-55,[dir=ltr] .layout-margin .offset-55,[dir=ltr] .offset-55{margin-left:55%}[dir=rtl] .flex-offset-55,[dir=rtl] .layout-margin .flex-offset-55,[dir=rtl] .layout-margin .offset-55,[dir=rtl] .offset-55{margin-right:55%}[dir=ltr] [dir=rtl] .flex-offset-55,[dir=ltr] [dir=rtl] .layout-margin .flex-offset-55,[dir=ltr] [dir=rtl] .layout-margin .offset-55,[dir=ltr] [dir=rtl] .offset-55{margin-left:auto;margin-right:55%}[dir=rtl] [dir=rtl] .flex-offset-55,[dir=rtl] [dir=rtl] .layout-margin .flex-offset-55,[dir=rtl] [dir=rtl] .layout-margin .offset-55,[dir=rtl] [dir=rtl] .offset-55{margin-right:auto;margin-left:55%}[dir=ltr] .flex-offset-60,[dir=ltr] .layout-margin .flex-offset-60,[dir=ltr] .layout-margin .offset-60,[dir=ltr] .offset-60{margin-left:60%}[dir=rtl] .flex-offset-60,[dir=rtl] .layout-margin .flex-offset-60,[dir=rtl] .layout-margin .offset-60,[dir=rtl] .offset-60{margin-right:60%}[dir=ltr] [dir=rtl] .flex-offset-60,[dir=ltr] [dir=rtl] .layout-margin .flex-offset-60,[dir=ltr] [dir=rtl] .layout-margin .offset-60,[dir=ltr] [dir=rtl] .offset-60{margin-left:auto;margin-right:60%}[dir=rtl] [dir=rtl] .flex-offset-60,[dir=rtl] [dir=rtl] .layout-margin .flex-offset-60,[dir=rtl] [dir=rtl] .layout-margin .offset-60,[dir=rtl] [dir=rtl] .offset-60{margin-right:auto;margin-left:60%}[dir=ltr] .flex-offset-65,[dir=ltr] .layout-margin .flex-offset-65,[dir=ltr] .layout-margin .offset-65,[dir=ltr] .offset-65{margin-left:65%}[dir=rtl] .flex-offset-65,[dir=rtl] .layout-margin .flex-offset-65,[dir=rtl] .layout-margin .offset-65,[dir=rtl] .offset-65{margin-right:65%}[dir=ltr] [dir=rtl] .flex-offset-65,[dir=ltr] [dir=rtl] .layout-margin .flex-offset-65,[dir=ltr] [dir=rtl] .layout-margin .offset-65,[dir=ltr] [dir=rtl] .offset-65{margin-left:auto;margin-right:65%}[dir=rtl] [dir=rtl] .flex-offset-65,[dir=rtl] [dir=rtl] .layout-margin .flex-offset-65,[dir=rtl] [dir=rtl] .layout-margin .offset-65,[dir=rtl] [dir=rtl] .offset-65{margin-right:auto;margin-left:65%}[dir=ltr] .flex-offset-70,[dir=ltr] .layout-margin .flex-offset-70,[dir=ltr] .layout-margin .offset-70,[dir=ltr] .offset-70{margin-left:70%}[dir=rtl] .flex-offset-70,[dir=rtl] .layout-margin .flex-offset-70,[dir=rtl] .layout-margin .offset-70,[dir=rtl] .offset-70{margin-right:70%}[dir=ltr] [dir=rtl] .flex-offset-70,[dir=ltr] [dir=rtl] .layout-margin .flex-offset-70,[dir=ltr] [dir=rtl] .layout-margin .offset-70,[dir=ltr] [dir=rtl] .offset-70{margin-left:auto;margin-right:70%}[dir=rtl] [dir=rtl] .flex-offset-70,[dir=rtl] [dir=rtl] .layout-margin .flex-offset-70,[dir=rtl] [dir=rtl] .layout-margin .offset-70,[dir=rtl] [dir=rtl] .offset-70{margin-right:auto;margin-left:70%}[dir=ltr] .flex-offset-75,[dir=ltr] .layout-margin .flex-offset-75,[dir=ltr] .layout-margin .offset-75,[dir=ltr] .offset-75{margin-left:75%}[dir=rtl] .flex-offset-75,[dir=rtl] .layout-margin .flex-offset-75,[dir=rtl] .layout-margin .offset-75,[dir=rtl] .offset-75{margin-right:75%}[dir=ltr] [dir=rtl] .flex-offset-75,[dir=ltr] [dir=rtl] .layout-margin .flex-offset-75,[dir=ltr] [dir=rtl] .layout-margin .offset-75,[dir=ltr] [dir=rtl] .offset-75{margin-left:auto;margin-right:75%}[dir=rtl] [dir=rtl] .flex-offset-75,[dir=rtl] [dir=rtl] .layout-margin .flex-offset-75,[dir=rtl] [dir=rtl] .layout-margin .offset-75,[dir=rtl] [dir=rtl] .offset-75{margin-right:auto;margin-left:75%}[dir=ltr] .flex-offset-80,[dir=ltr] .layout-margin .flex-offset-80,[dir=ltr] .layout-margin .offset-80,[dir=ltr] .offset-80{margin-left:80%}[dir=rtl] .flex-offset-80,[dir=rtl] .layout-margin .flex-offset-80,[dir=rtl] .layout-margin .offset-80,[dir=rtl] .offset-80{margin-right:80%}[dir=ltr] [dir=rtl] .flex-offset-80,[dir=ltr] [dir=rtl] .layout-margin .flex-offset-80,[dir=ltr] [dir=rtl] .layout-margin .offset-80,[dir=ltr] [dir=rtl] .offset-80{margin-left:auto;margin-right:80%}[dir=rtl] [dir=rtl] .flex-offset-80,[dir=rtl] [dir=rtl] .layout-margin .flex-offset-80,[dir=rtl] [dir=rtl] .layout-margin .offset-80,[dir=rtl] [dir=rtl] .offset-80{margin-right:auto;margin-left:80%}[dir=ltr] .flex-offset-85,[dir=ltr] .layout-margin .flex-offset-85,[dir=ltr] .layout-margin .offset-85,[dir=ltr] .offset-85{margin-left:85%}[dir=rtl] .flex-offset-85,[dir=rtl] .layout-margin .flex-offset-85,[dir=rtl] .layout-margin .offset-85,[dir=rtl] .offset-85{margin-right:85%}[dir=ltr] [dir=rtl] .flex-offset-85,[dir=ltr] [dir=rtl] .layout-margin .flex-offset-85,[dir=ltr] [dir=rtl] .layout-margin .offset-85,[dir=ltr] [dir=rtl] .offset-85{margin-left:auto;margin-right:85%}[dir=rtl] [dir=rtl] .flex-offset-85,[dir=rtl] [dir=rtl] .layout-margin .flex-offset-85,[dir=rtl] [dir=rtl] .layout-margin .offset-85,[dir=rtl] [dir=rtl] .offset-85{margin-right:auto;margin-left:85%}[dir=ltr] .flex-offset-90,[dir=ltr] .layout-margin .flex-offset-90,[dir=ltr] .layout-margin .offset-90,[dir=ltr] .offset-90{margin-left:90%}[dir=rtl] .flex-offset-90,[dir=rtl] .layout-margin .flex-offset-90,[dir=rtl] .layout-margin .offset-90,[dir=rtl] .offset-90{margin-right:90%}[dir=ltr] [dir=rtl] .flex-offset-90,[dir=ltr] [dir=rtl] .layout-margin .flex-offset-90,[dir=ltr] [dir=rtl] .layout-margin .offset-90,[dir=ltr] [dir=rtl] .offset-90{margin-left:auto;margin-right:90%}[dir=rtl] [dir=rtl] .flex-offset-90,[dir=rtl] [dir=rtl] .layout-margin .flex-offset-90,[dir=rtl] [dir=rtl] .layout-margin .offset-90,[dir=rtl] [dir=rtl] .offset-90{margin-right:auto;margin-left:90%}[dir=ltr] .flex-offset-95,[dir=ltr] .layout-margin .flex-offset-95,[dir=ltr] .layout-margin .offset-95,[dir=ltr] .offset-95{margin-left:95%}[dir=rtl] .flex-offset-95,[dir=rtl] .layout-margin .flex-offset-95,[dir=rtl] .layout-margin .offset-95,[dir=rtl] .offset-95{margin-right:95%}[dir=ltr] [dir=rtl] .flex-offset-95,[dir=ltr] [dir=rtl] .layout-margin .flex-offset-95,[dir=ltr] [dir=rtl] .layout-margin .offset-95,[dir=ltr] [dir=rtl] .offset-95{margin-left:auto;margin-right:95%}[dir=rtl] [dir=rtl] .flex-offset-95,[dir=rtl] [dir=rtl] .layout-margin .flex-offset-95,[dir=rtl] [dir=rtl] .layout-margin .offset-95,[dir=rtl] [dir=rtl] .offset-95{margin-right:auto;margin-left:95%}[dir=ltr] .flex-offset-33,[dir=ltr] .layout-margin .flex-offset-33,[dir=ltr] .layout-margin .offset-33,[dir=ltr] .offset-33{margin-left:33.3333333333%}[dir=rtl] .flex-offset-33,[dir=rtl] .layout-margin .flex-offset-33,[dir=rtl] .layout-margin .offset-33,[dir=rtl] .offset-33{margin-right:33.3333333333%}[dir=ltr] .flex-offset-66,[dir=ltr] .layout-margin .flex-offset-66,[dir=ltr] .layout-margin .offset-66,[dir=ltr] .offset-66{margin-left:66.6666666667%}[dir=rtl] .flex-offset-66,[dir=rtl] .layout-margin .flex-offset-66,[dir=rtl] .layout-margin .offset-66,[dir=rtl] .offset-66{margin-right:66.6666666667%}[dir=ltr] [dir=rtl] .flex-offset-66,[dir=ltr] [dir=rtl] .layout-margin .flex-offset-66,[dir=ltr] [dir=rtl] .layout-margin .offset-66,[dir=ltr] [dir=rtl] .offset-66{margin-left:auto;margin-right:66.6666666667%}[dir=rtl] [dir=rtl] .flex-offset-66,[dir=rtl] [dir=rtl] .layout-margin .flex-offset-66,[dir=rtl] [dir=rtl] .layout-margin .offset-66,[dir=rtl] [dir=rtl] .offset-66{margin-right:auto;margin-left:66.6666666667%}.layout-align,.layout-align-start-stretch{justify-content:flex-start;align-content:stretch;align-items:stretch}.layout-align-start,.layout-align-start-center,.layout-align-start-end,.layout-align-start-start,.layout-align-start-stretch{justify-content:flex-start}.layout-align-center,.layout-align-center-center,.layout-align-center-end,.layout-align-center-start,.layout-align-center-stretch{justify-content:center}.layout-align-end,.layout-align-end-center,.layout-align-end-end,.layout-align-end-start,.layout-align-end-stretch{justify-content:flex-end}.layout-align-space-around,.layout-align-space-around-center,.layout-align-space-around-end,.layout-align-space-around-start,.layout-align-space-around-stretch{justify-content:space-around}.layout-align-space-between,.layout-align-space-between-center,.layout-align-space-between-end,.layout-align-space-between-start,.layout-align-space-between-stretch{justify-content:space-between}.layout-align-center-start,.layout-align-end-start,.layout-align-space-around-start,.layout-align-space-between-start,.layout-align-start-start{align-items:flex-start;align-content:flex-start}.layout-align-center-center,.layout-align-end-center,.layout-align-space-around-center,.layout-align-space-between-center,.layout-align-start-center{align-items:center;align-content:center;max-width:100%}.layout-align-center-center>*,.layout-align-end-center>*,.layout-align-space-around-center>*,.layout-align-space-between-center>*,.layout-align-start-center>*{max-width:100%;box-sizing:border-box}.layout-align-center-end,.layout-align-end-end,.layout-align-space-around-end,.layout-align-space-between-end,.layout-align-start-end{align-items:flex-end;align-content:flex-end}.layout-align-center-stretch,.layout-align-end-stretch,.layout-align-space-around-stretch,.layout-align-space-between-stretch,.layout-align-start-stretch{align-items:stretch;align-content:stretch}.flex{flex:1}.flex,.flex-grow{box-sizing:border-box}.flex-grow{flex:1 1 100%}.flex-initial{flex:0 1 auto;box-sizing:border-box}.flex-auto{flex:1 1 auto;box-sizing:border-box}.flex-none{flex:0 0 auto;box-sizing:border-box}.flex-noshrink{flex:1 0 auto;box-sizing:border-box}.flex-nogrow{flex:0 1 auto;box-sizing:border-box}.flex-0,.layout-row>.flex-0{flex:1 1 100%;max-width:0;max-height:100%;box-sizing:border-box}.layout-row>.flex-0{min-width:0}.layout-column>.flex-0{flex:1 1 100%;max-width:100%;max-height:0;box-sizing:border-box}.flex-5,.layout-row>.flex-5{flex:1 1 100%;max-width:5%;max-height:100%;box-sizing:border-box}.layout-column>.flex-5{flex:1 1 100%;max-width:100%;max-height:5%;box-sizing:border-box}.flex-10,.layout-row>.flex-10{flex:1 1 100%;max-width:10%;max-height:100%;box-sizing:border-box}.layout-column>.flex-10{flex:1 1 100%;max-width:100%;max-height:10%;box-sizing:border-box}.flex-15,.layout-row>.flex-15{flex:1 1 100%;max-width:15%;max-height:100%;box-sizing:border-box}.layout-column>.flex-15{flex:1 1 100%;max-width:100%;max-height:15%;box-sizing:border-box}.flex-20,.layout-row>.flex-20{flex:1 1 100%;max-width:20%;max-height:100%;box-sizing:border-box}.layout-column>.flex-20{flex:1 1 100%;max-width:100%;max-height:20%;box-sizing:border-box}.flex-25,.layout-row>.flex-25{flex:1 1 100%;max-width:25%;max-height:100%;box-sizing:border-box}.layout-column>.flex-25{flex:1 1 100%;max-width:100%;max-height:25%;box-sizing:border-box}.flex-30,.layout-row>.flex-30{flex:1 1 100%;max-width:30%;max-height:100%;box-sizing:border-box}.layout-column>.flex-30{flex:1 1 100%;max-width:100%;max-height:30%;box-sizing:border-box}.flex-35,.layout-row>.flex-35{flex:1 1 100%;max-width:35%;max-height:100%;box-sizing:border-box}.layout-column>.flex-35{flex:1 1 100%;max-width:100%;max-height:35%;box-sizing:border-box}.flex-40,.layout-row>.flex-40{flex:1 1 100%;max-width:40%;max-height:100%;box-sizing:border-box}.layout-column>.flex-40{flex:1 1 100%;max-width:100%;max-height:40%;box-sizing:border-box}.flex-45,.layout-row>.flex-45{flex:1 1 100%;max-width:45%;max-height:100%;box-sizing:border-box}.layout-column>.flex-45{flex:1 1 100%;max-width:100%;max-height:45%;box-sizing:border-box}.flex-50,.layout-row>.flex-50{flex:1 1 100%;max-width:50%;max-height:100%;box-sizing:border-box}.layout-column>.flex-50{flex:1 1 100%;max-width:100%;max-height:50%;box-sizing:border-box}.flex-55,.layout-row>.flex-55{flex:1 1 100%;max-width:55%;max-height:100%;box-sizing:border-box}.layout-column>.flex-55{flex:1 1 100%;max-width:100%;max-height:55%;box-sizing:border-box}.flex-60,.layout-row>.flex-60{flex:1 1 100%;max-width:60%;max-height:100%;box-sizing:border-box}.layout-column>.flex-60{flex:1 1 100%;max-width:100%;max-height:60%;box-sizing:border-box}.flex-65,.layout-row>.flex-65{flex:1 1 100%;max-width:65%;max-height:100%;box-sizing:border-box}.layout-column>.flex-65{flex:1 1 100%;max-width:100%;max-height:65%;box-sizing:border-box}.flex-70,.layout-row>.flex-70{flex:1 1 100%;max-width:70%;max-height:100%;box-sizing:border-box}.layout-column>.flex-70{flex:1 1 100%;max-width:100%;max-height:70%;box-sizing:border-box}.flex-75,.layout-row>.flex-75{flex:1 1 100%;max-width:75%;max-height:100%;box-sizing:border-box}.layout-column>.flex-75{flex:1 1 100%;max-width:100%;max-height:75%;box-sizing:border-box}.flex-80,.layout-row>.flex-80{flex:1 1 100%;max-width:80%;max-height:100%;box-sizing:border-box}.layout-column>.flex-80{flex:1 1 100%;max-width:100%;max-height:80%;box-sizing:border-box}.flex-85,.layout-row>.flex-85{flex:1 1 100%;max-width:85%;max-height:100%;box-sizing:border-box}.layout-column>.flex-85{flex:1 1 100%;max-width:100%;max-height:85%;box-sizing:border-box}.flex-90,.layout-row>.flex-90{flex:1 1 100%;max-width:90%;max-height:100%;box-sizing:border-box}.layout-column>.flex-90{flex:1 1 100%;max-width:100%;max-height:90%;box-sizing:border-box}.flex-95,.layout-row>.flex-95{flex:1 1 100%;max-width:95%;max-height:100%;box-sizing:border-box}.layout-column>.flex-95{max-height:95%}.flex-100,.layout-column>.flex-95{flex:1 1 100%;max-width:100%;box-sizing:border-box}.flex-100{max-height:100%}.layout-column>.flex-100,.layout-row>.flex-100{flex:1 1 100%;max-width:100%;max-height:100%;box-sizing:border-box}.flex-33{max-width:33.33%}.flex-33,.flex-66{flex:1 1 100%;max-height:100%;box-sizing:border-box}.flex-66{max-width:66.66%}.layout-row>.flex-33{flex:1 1 33.33%}.layout-row>.flex-66{flex:1 1 66.66%}.layout-column>.flex-33{flex:1 1 33.33%}.layout-column>.flex-66{flex:1 1 66.66%}.layout-row>.flex-33{max-width:33.33%}.layout-row>.flex-33,.layout-row>.flex-66{flex:1 1 100%;max-height:100%;box-sizing:border-box}.layout-row>.flex-66{max-width:66.66%}.layout-row>.flex{min-width:0}.layout-column>.flex-33{max-height:33.33%}.layout-column>.flex-33,.layout-column>.flex-66{flex:1 1 100%;max-width:100%;box-sizing:border-box}.layout-column>.flex-66{max-height:66.66%}.layout-column>.flex{min-height:0}.layout,.layout-column,.layout-row{box-sizing:border-box;display:flex}.layout-column{flex-direction:column}.layout-row{flex-direction:row}.layout-padding-sm>*,.layout-padding>.flex-sm{padding:4px}.layout-padding,.layout-padding-gt-sm,.layout-padding-gt-sm>*,.layout-padding-md,.layout-padding-md>*,.layout-padding>*,.layout-padding>.flex,.layout-padding>.flex-gt-sm,.layout-padding>.flex-md{padding:8px}.layout-padding-gt-lg>*,.layout-padding-gt-md>*,.layout-padding-lg>*,.layout-padding>.flex-gt-lg,.layout-padding>.flex-gt-md,.layout-padding>.flex-lg{padding:16px}.layout-margin-sm>*,.layout-margin>.flex-sm{margin:4px}.layout-margin,.layout-margin-gt-sm,.layout-margin-gt-sm>*,.layout-margin-md,.layout-margin-md>*,.layout-margin>*,.layout-margin>.flex,.layout-margin>.flex-gt-sm,.layout-margin>.flex-md{margin:8px}.layout-margin-gt-lg>*,.layout-margin-gt-md>*,.layout-margin-lg>*,.layout-margin>.flex-gt-lg,.layout-margin>.flex-gt-md,.layout-margin>.flex-lg{margin:16px}.layout-wrap{flex-wrap:wrap}.layout-nowrap{flex-wrap:nowrap}.layout-fill{margin:0;width:100%;min-height:100%;height:100%}@media (max-width:599px){.hide-xs:not(.show-xs):not(.show),.hide:not(.show-xs):not(.show){display:none}.flex-order-xs--20{order:-20}.flex-order-xs--19{order:-19}.flex-order-xs--18{order:-18}.flex-order-xs--17{order:-17}.flex-order-xs--16{order:-16}.flex-order-xs--15{order:-15}.flex-order-xs--14{order:-14}.flex-order-xs--13{order:-13}.flex-order-xs--12{order:-12}.flex-order-xs--11{order:-11}.flex-order-xs--10{order:-10}.flex-order-xs--9{order:-9}.flex-order-xs--8{order:-8}.flex-order-xs--7{order:-7}.flex-order-xs--6{order:-6}.flex-order-xs--5{order:-5}.flex-order-xs--4{order:-4}.flex-order-xs--3{order:-3}.flex-order-xs--2{order:-2}.flex-order-xs--1{order:-1}.flex-order-xs-0{order:0}.flex-order-xs-1{order:1}.flex-order-xs-2{order:2}.flex-order-xs-3{order:3}.flex-order-xs-4{order:4}.flex-order-xs-5{order:5}.flex-order-xs-6{order:6}.flex-order-xs-7{order:7}.flex-order-xs-8{order:8}.flex-order-xs-9{order:9}.flex-order-xs-10{order:10}.flex-order-xs-11{order:11}.flex-order-xs-12{order:12}.flex-order-xs-13{order:13}.flex-order-xs-14{order:14}.flex-order-xs-15{order:15}.flex-order-xs-16{order:16}.flex-order-xs-17{order:17}.flex-order-xs-18{order:18}.flex-order-xs-19{order:19}.flex-order-xs-20{order:20}[dir=ltr] .flex-offset-xs-0,[dir=ltr] .layout-margin .flex-offset-xs-0,[dir=ltr] .layout-margin .offset-xs-0,[dir=ltr] .offset-xs-0{margin-left:0}[dir=rtl] .flex-offset-xs-0,[dir=rtl] .layout-margin .flex-offset-xs-0,[dir=rtl] .layout-margin .offset-xs-0,[dir=rtl] .offset-xs-0{margin-right:0}[dir=ltr] [dir=rtl] .flex-offset-xs-0,[dir=ltr] [dir=rtl] .layout-margin .flex-offset-xs-0,[dir=ltr] [dir=rtl] .layout-margin .offset-xs-0,[dir=ltr] [dir=rtl] .offset-xs-0{margin-left:auto;margin-right:0}[dir=rtl] [dir=rtl] .flex-offset-xs-0,[dir=rtl] [dir=rtl] .layout-margin .flex-offset-xs-0,[dir=rtl] [dir=rtl] .layout-margin .offset-xs-0,[dir=rtl] [dir=rtl] .offset-xs-0{margin-right:auto;margin-left:0}[dir=ltr] .flex-offset-xs-5,[dir=ltr] .layout-margin .flex-offset-xs-5,[dir=ltr] .layout-margin .offset-xs-5,[dir=ltr] .offset-xs-5{margin-left:5%}[dir=rtl] .flex-offset-xs-5,[dir=rtl] .layout-margin .flex-offset-xs-5,[dir=rtl] .layout-margin .offset-xs-5,[dir=rtl] .offset-xs-5{margin-right:5%}[dir=ltr] [dir=rtl] .flex-offset-xs-5,[dir=ltr] [dir=rtl] .layout-margin .flex-offset-xs-5,[dir=ltr] [dir=rtl] .layout-margin .offset-xs-5,[dir=ltr] [dir=rtl] .offset-xs-5{margin-left:auto;margin-right:5%}[dir=rtl] [dir=rtl] .flex-offset-xs-5,[dir=rtl] [dir=rtl] .layout-margin .flex-offset-xs-5,[dir=rtl] [dir=rtl] .layout-margin .offset-xs-5,[dir=rtl] [dir=rtl] .offset-xs-5{margin-right:auto;margin-left:5%}[dir=ltr] .flex-offset-xs-10,[dir=ltr] .layout-margin .flex-offset-xs-10,[dir=ltr] .layout-margin .offset-xs-10,[dir=ltr] .offset-xs-10{margin-left:10%}[dir=rtl] .flex-offset-xs-10,[dir=rtl] .layout-margin .flex-offset-xs-10,[dir=rtl] .layout-margin .offset-xs-10,[dir=rtl] .offset-xs-10{margin-right:10%}[dir=ltr] [dir=rtl] .flex-offset-xs-10,[dir=ltr] [dir=rtl] .layout-margin .flex-offset-xs-10,[dir=ltr] [dir=rtl] .layout-margin .offset-xs-10,[dir=ltr] [dir=rtl] .offset-xs-10{margin-left:auto;margin-right:10%}[dir=rtl] [dir=rtl] .flex-offset-xs-10,[dir=rtl] [dir=rtl] .layout-margin .flex-offset-xs-10,[dir=rtl] [dir=rtl] .layout-margin .offset-xs-10,[dir=rtl] [dir=rtl] .offset-xs-10{margin-right:auto;margin-left:10%}[dir=ltr] .flex-offset-xs-15,[dir=ltr] .layout-margin .flex-offset-xs-15,[dir=ltr] .layout-margin .offset-xs-15,[dir=ltr] .offset-xs-15{margin-left:15%}[dir=rtl] .flex-offset-xs-15,[dir=rtl] .layout-margin .flex-offset-xs-15,[dir=rtl] .layout-margin .offset-xs-15,[dir=rtl] .offset-xs-15{margin-right:15%}[dir=ltr] [dir=rtl] .flex-offset-xs-15,[dir=ltr] [dir=rtl] .layout-margin .flex-offset-xs-15,[dir=ltr] [dir=rtl] .layout-margin .offset-xs-15,[dir=ltr] [dir=rtl] .offset-xs-15{margin-left:auto;margin-right:15%}[dir=rtl] [dir=rtl] .flex-offset-xs-15,[dir=rtl] [dir=rtl] .layout-margin .flex-offset-xs-15,[dir=rtl] [dir=rtl] .layout-margin .offset-xs-15,[dir=rtl] [dir=rtl] .offset-xs-15{margin-right:auto;margin-left:15%}[dir=ltr] .flex-offset-xs-20,[dir=ltr] .layout-margin .flex-offset-xs-20,[dir=ltr] .layout-margin .offset-xs-20,[dir=ltr] .offset-xs-20{margin-left:20%}[dir=rtl] .flex-offset-xs-20,[dir=rtl] .layout-margin .flex-offset-xs-20,[dir=rtl] .layout-margin .offset-xs-20,[dir=rtl] .offset-xs-20{margin-right:20%}[dir=ltr] [dir=rtl] .flex-offset-xs-20,[dir=ltr] [dir=rtl] .layout-margin .flex-offset-xs-20,[dir=ltr] [dir=rtl] .layout-margin .offset-xs-20,[dir=ltr] [dir=rtl] .offset-xs-20{margin-left:auto;margin-right:20%}[dir=rtl] [dir=rtl] .flex-offset-xs-20,[dir=rtl] [dir=rtl] .layout-margin .flex-offset-xs-20,[dir=rtl] [dir=rtl] .layout-margin .offset-xs-20,[dir=rtl] [dir=rtl] .offset-xs-20{margin-right:auto;margin-left:20%}[dir=ltr] .flex-offset-xs-25,[dir=ltr] .layout-margin .flex-offset-xs-25,[dir=ltr] .layout-margin .offset-xs-25,[dir=ltr] .offset-xs-25{margin-left:25%}[dir=rtl] .flex-offset-xs-25,[dir=rtl] .layout-margin .flex-offset-xs-25,[dir=rtl] .layout-margin .offset-xs-25,[dir=rtl] .offset-xs-25{margin-right:25%}[dir=ltr] [dir=rtl] .flex-offset-xs-25,[dir=ltr] [dir=rtl] .layout-margin .flex-offset-xs-25,[dir=ltr] [dir=rtl] .layout-margin .offset-xs-25,[dir=ltr] [dir=rtl] .offset-xs-25{margin-left:auto;margin-right:25%}[dir=rtl] [dir=rtl] .flex-offset-xs-25,[dir=rtl] [dir=rtl] .layout-margin .flex-offset-xs-25,[dir=rtl] [dir=rtl] .layout-margin .offset-xs-25,[dir=rtl] [dir=rtl] .offset-xs-25{margin-right:auto;margin-left:25%}[dir=ltr] .flex-offset-xs-30,[dir=ltr] .layout-margin .flex-offset-xs-30,[dir=ltr] .layout-margin .offset-xs-30,[dir=ltr] .offset-xs-30{margin-left:30%}[dir=rtl] .flex-offset-xs-30,[dir=rtl] .layout-margin .flex-offset-xs-30,[dir=rtl] .layout-margin .offset-xs-30,[dir=rtl] .offset-xs-30{margin-right:30%}[dir=ltr] [dir=rtl] .flex-offset-xs-30,[dir=ltr] [dir=rtl] .layout-margin .flex-offset-xs-30,[dir=ltr] [dir=rtl] .layout-margin .offset-xs-30,[dir=ltr] [dir=rtl] .offset-xs-30{margin-left:auto;margin-right:30%}[dir=rtl] [dir=rtl] .flex-offset-xs-30,[dir=rtl] [dir=rtl] .layout-margin .flex-offset-xs-30,[dir=rtl] [dir=rtl] .layout-margin .offset-xs-30,[dir=rtl] [dir=rtl] .offset-xs-30{margin-right:auto;margin-left:30%}[dir=ltr] .flex-offset-xs-35,[dir=ltr] .layout-margin .flex-offset-xs-35,[dir=ltr] .layout-margin .offset-xs-35,[dir=ltr] .offset-xs-35{margin-left:35%}[dir=rtl] .flex-offset-xs-35,[dir=rtl] .layout-margin .flex-offset-xs-35,[dir=rtl] .layout-margin .offset-xs-35,[dir=rtl] .offset-xs-35{margin-right:35%}[dir=ltr] [dir=rtl] .flex-offset-xs-35,[dir=ltr] [dir=rtl] .layout-margin .flex-offset-xs-35,[dir=ltr] [dir=rtl] .layout-margin .offset-xs-35,[dir=ltr] [dir=rtl] .offset-xs-35{margin-left:auto;margin-right:35%}[dir=rtl] [dir=rtl] .flex-offset-xs-35,[dir=rtl] [dir=rtl] .layout-margin .flex-offset-xs-35,[dir=rtl] [dir=rtl] .layout-margin .offset-xs-35,[dir=rtl] [dir=rtl] .offset-xs-35{margin-right:auto;margin-left:35%}[dir=ltr] .flex-offset-xs-40,[dir=ltr] .layout-margin .flex-offset-xs-40,[dir=ltr] .layout-margin .offset-xs-40,[dir=ltr] .offset-xs-40{margin-left:40%}[dir=rtl] .flex-offset-xs-40,[dir=rtl] .layout-margin .flex-offset-xs-40,[dir=rtl] .layout-margin .offset-xs-40,[dir=rtl] .offset-xs-40{margin-right:40%}[dir=ltr] [dir=rtl] .flex-offset-xs-40,[dir=ltr] [dir=rtl] .layout-margin .flex-offset-xs-40,[dir=ltr] [dir=rtl] .layout-margin .offset-xs-40,[dir=ltr] [dir=rtl] .offset-xs-40{margin-left:auto;margin-right:40%}[dir=rtl] [dir=rtl] .flex-offset-xs-40,[dir=rtl] [dir=rtl] .layout-margin .flex-offset-xs-40,[dir=rtl] [dir=rtl] .layout-margin .offset-xs-40,[dir=rtl] [dir=rtl] .offset-xs-40{margin-right:auto;margin-left:40%}[dir=ltr] .flex-offset-xs-45,[dir=ltr] .layout-margin .flex-offset-xs-45,[dir=ltr] .layout-margin .offset-xs-45,[dir=ltr] .offset-xs-45{margin-left:45%}[dir=rtl] .flex-offset-xs-45,[dir=rtl] .layout-margin .flex-offset-xs-45,[dir=rtl] .layout-margin .offset-xs-45,[dir=rtl] .offset-xs-45{margin-right:45%}[dir=ltr] [dir=rtl] .flex-offset-xs-45,[dir=ltr] [dir=rtl] .layout-margin .flex-offset-xs-45,[dir=ltr] [dir=rtl] .layout-margin .offset-xs-45,[dir=ltr] [dir=rtl] .offset-xs-45{margin-left:auto;margin-right:45%}[dir=rtl] [dir=rtl] .flex-offset-xs-45,[dir=rtl] [dir=rtl] .layout-margin .flex-offset-xs-45,[dir=rtl] [dir=rtl] .layout-margin .offset-xs-45,[dir=rtl] [dir=rtl] .offset-xs-45{margin-right:auto;margin-left:45%}[dir=ltr] .flex-offset-xs-50,[dir=ltr] .layout-margin .flex-offset-xs-50,[dir=ltr] .layout-margin .offset-xs-50,[dir=ltr] .offset-xs-50{margin-left:50%}[dir=rtl] .flex-offset-xs-50,[dir=rtl] .layout-margin .flex-offset-xs-50,[dir=rtl] .layout-margin .offset-xs-50,[dir=rtl] .offset-xs-50{margin-right:50%}[dir=ltr] [dir=rtl] .flex-offset-xs-50,[dir=ltr] [dir=rtl] .layout-margin .flex-offset-xs-50,[dir=ltr] [dir=rtl] .layout-margin .offset-xs-50,[dir=ltr] [dir=rtl] .offset-xs-50{margin-left:auto;margin-right:50%}[dir=rtl] [dir=rtl] .flex-offset-xs-50,[dir=rtl] [dir=rtl] .layout-margin .flex-offset-xs-50,[dir=rtl] [dir=rtl] .layout-margin .offset-xs-50,[dir=rtl] [dir=rtl] .offset-xs-50{margin-right:auto;margin-left:50%}[dir=ltr] .flex-offset-xs-55,[dir=ltr] .layout-margin .flex-offset-xs-55,[dir=ltr] .layout-margin .offset-xs-55,[dir=ltr] .offset-xs-55{margin-left:55%}[dir=rtl] .flex-offset-xs-55,[dir=rtl] .layout-margin .flex-offset-xs-55,[dir=rtl] .layout-margin .offset-xs-55,[dir=rtl] .offset-xs-55{margin-right:55%}[dir=ltr] [dir=rtl] .flex-offset-xs-55,[dir=ltr] [dir=rtl] .layout-margin .flex-offset-xs-55,[dir=ltr] [dir=rtl] .layout-margin .offset-xs-55,[dir=ltr] [dir=rtl] .offset-xs-55{margin-left:auto;margin-right:55%}[dir=rtl] [dir=rtl] .flex-offset-xs-55,[dir=rtl] [dir=rtl] .layout-margin .flex-offset-xs-55,[dir=rtl] [dir=rtl] .layout-margin .offset-xs-55,[dir=rtl] [dir=rtl] .offset-xs-55{margin-right:auto;margin-left:55%}[dir=ltr] .flex-offset-xs-60,[dir=ltr] .layout-margin .flex-offset-xs-60,[dir=ltr] .layout-margin .offset-xs-60,[dir=ltr] .offset-xs-60{margin-left:60%}[dir=rtl] .flex-offset-xs-60,[dir=rtl] .layout-margin .flex-offset-xs-60,[dir=rtl] .layout-margin .offset-xs-60,[dir=rtl] .offset-xs-60{margin-right:60%}[dir=ltr] [dir=rtl] .flex-offset-xs-60,[dir=ltr] [dir=rtl] .layout-margin .flex-offset-xs-60,[dir=ltr] [dir=rtl] .layout-margin .offset-xs-60,[dir=ltr] [dir=rtl] .offset-xs-60{margin-left:auto;margin-right:60%}[dir=rtl] [dir=rtl] .flex-offset-xs-60,[dir=rtl] [dir=rtl] .layout-margin .flex-offset-xs-60,[dir=rtl] [dir=rtl] .layout-margin .offset-xs-60,[dir=rtl] [dir=rtl] .offset-xs-60{margin-right:auto;margin-left:60%}[dir=ltr] .flex-offset-xs-65,[dir=ltr] .layout-margin .flex-offset-xs-65,[dir=ltr] .layout-margin .offset-xs-65,[dir=ltr] .offset-xs-65{margin-left:65%}[dir=rtl] .flex-offset-xs-65,[dir=rtl] .layout-margin .flex-offset-xs-65,[dir=rtl] .layout-margin .offset-xs-65,[dir=rtl] .offset-xs-65{margin-right:65%}[dir=ltr] [dir=rtl] .flex-offset-xs-65,[dir=ltr] [dir=rtl] .layout-margin .flex-offset-xs-65,[dir=ltr] [dir=rtl] .layout-margin .offset-xs-65,[dir=ltr] [dir=rtl] .offset-xs-65{margin-left:auto;margin-right:65%}[dir=rtl] [dir=rtl] .flex-offset-xs-65,[dir=rtl] [dir=rtl] .layout-margin .flex-offset-xs-65,[dir=rtl] [dir=rtl] .layout-margin .offset-xs-65,[dir=rtl] [dir=rtl] .offset-xs-65{margin-right:auto;margin-left:65%}[dir=ltr] .flex-offset-xs-70,[dir=ltr] .layout-margin .flex-offset-xs-70,[dir=ltr] .layout-margin .offset-xs-70,[dir=ltr] .offset-xs-70{margin-left:70%}[dir=rtl] .flex-offset-xs-70,[dir=rtl] .layout-margin .flex-offset-xs-70,[dir=rtl] .layout-margin .offset-xs-70,[dir=rtl] .offset-xs-70{margin-right:70%}[dir=ltr] [dir=rtl] .flex-offset-xs-70,[dir=ltr] [dir=rtl] .layout-margin .flex-offset-xs-70,[dir=ltr] [dir=rtl] .layout-margin .offset-xs-70,[dir=ltr] [dir=rtl] .offset-xs-70{margin-left:auto;margin-right:70%}[dir=rtl] [dir=rtl] .flex-offset-xs-70,[dir=rtl] [dir=rtl] .layout-margin .flex-offset-xs-70,[dir=rtl] [dir=rtl] .layout-margin .offset-xs-70,[dir=rtl] [dir=rtl] .offset-xs-70{margin-right:auto;margin-left:70%}[dir=ltr] .flex-offset-xs-75,[dir=ltr] .layout-margin .flex-offset-xs-75,[dir=ltr] .layout-margin .offset-xs-75,[dir=ltr] .offset-xs-75{margin-left:75%}[dir=rtl] .flex-offset-xs-75,[dir=rtl] .layout-margin .flex-offset-xs-75,[dir=rtl] .layout-margin .offset-xs-75,[dir=rtl] .offset-xs-75{margin-right:75%}[dir=ltr] [dir=rtl] .flex-offset-xs-75,[dir=ltr] [dir=rtl] .layout-margin .flex-offset-xs-75,[dir=ltr] [dir=rtl] .layout-margin .offset-xs-75,[dir=ltr] [dir=rtl] .offset-xs-75{margin-left:auto;margin-right:75%}[dir=rtl] [dir=rtl] .flex-offset-xs-75,[dir=rtl] [dir=rtl] .layout-margin .flex-offset-xs-75,[dir=rtl] [dir=rtl] .layout-margin .offset-xs-75,[dir=rtl] [dir=rtl] .offset-xs-75{margin-right:auto;margin-left:75%}[dir=ltr] .flex-offset-xs-80,[dir=ltr] .layout-margin .flex-offset-xs-80,[dir=ltr] .layout-margin .offset-xs-80,[dir=ltr] .offset-xs-80{margin-left:80%}[dir=rtl] .flex-offset-xs-80,[dir=rtl] .layout-margin .flex-offset-xs-80,[dir=rtl] .layout-margin .offset-xs-80,[dir=rtl] .offset-xs-80{margin-right:80%}[dir=ltr] [dir=rtl] .flex-offset-xs-80,[dir=ltr] [dir=rtl] .layout-margin .flex-offset-xs-80,[dir=ltr] [dir=rtl] .layout-margin .offset-xs-80,[dir=ltr] [dir=rtl] .offset-xs-80{margin-left:auto;margin-right:80%}[dir=rtl] [dir=rtl] .flex-offset-xs-80,[dir=rtl] [dir=rtl] .layout-margin .flex-offset-xs-80,[dir=rtl] [dir=rtl] .layout-margin .offset-xs-80,[dir=rtl] [dir=rtl] .offset-xs-80{margin-right:auto;margin-left:80%}[dir=ltr] .flex-offset-xs-85,[dir=ltr] .layout-margin .flex-offset-xs-85,[dir=ltr] .layout-margin .offset-xs-85,[dir=ltr] .offset-xs-85{margin-left:85%}[dir=rtl] .flex-offset-xs-85,[dir=rtl] .layout-margin .flex-offset-xs-85,[dir=rtl] .layout-margin .offset-xs-85,[dir=rtl] .offset-xs-85{margin-right:85%}[dir=ltr] [dir=rtl] .flex-offset-xs-85,[dir=ltr] [dir=rtl] .layout-margin .flex-offset-xs-85,[dir=ltr] [dir=rtl] .layout-margin .offset-xs-85,[dir=ltr] [dir=rtl] .offset-xs-85{margin-left:auto;margin-right:85%}[dir=rtl] [dir=rtl] .flex-offset-xs-85,[dir=rtl] [dir=rtl] .layout-margin .flex-offset-xs-85,[dir=rtl] [dir=rtl] .layout-margin .offset-xs-85,[dir=rtl] [dir=rtl] .offset-xs-85{margin-right:auto;margin-left:85%}[dir=ltr] .flex-offset-xs-90,[dir=ltr] .layout-margin .flex-offset-xs-90,[dir=ltr] .layout-margin .offset-xs-90,[dir=ltr] .offset-xs-90{margin-left:90%}[dir=rtl] .flex-offset-xs-90,[dir=rtl] .layout-margin .flex-offset-xs-90,[dir=rtl] .layout-margin .offset-xs-90,[dir=rtl] .offset-xs-90{margin-right:90%}[dir=ltr] [dir=rtl] .flex-offset-xs-90,[dir=ltr] [dir=rtl] .layout-margin .flex-offset-xs-90,[dir=ltr] [dir=rtl] .layout-margin .offset-xs-90,[dir=ltr] [dir=rtl] .offset-xs-90{margin-left:auto;margin-right:90%}[dir=rtl] [dir=rtl] .flex-offset-xs-90,[dir=rtl] [dir=rtl] .layout-margin .flex-offset-xs-90,[dir=rtl] [dir=rtl] .layout-margin .offset-xs-90,[dir=rtl] [dir=rtl] .offset-xs-90{margin-right:auto;margin-left:90%}[dir=ltr] .flex-offset-xs-95,[dir=ltr] .layout-margin .flex-offset-xs-95,[dir=ltr] .layout-margin .offset-xs-95,[dir=ltr] .offset-xs-95{margin-left:95%}[dir=rtl] .flex-offset-xs-95,[dir=rtl] .layout-margin .flex-offset-xs-95,[dir=rtl] .layout-margin .offset-xs-95,[dir=rtl] .offset-xs-95{margin-right:95%}[dir=ltr] [dir=rtl] .flex-offset-xs-95,[dir=ltr] [dir=rtl] .layout-margin .flex-offset-xs-95,[dir=ltr] [dir=rtl] .layout-margin .offset-xs-95,[dir=ltr] [dir=rtl] .offset-xs-95{margin-left:auto;margin-right:95%}[dir=rtl] [dir=rtl] .flex-offset-xs-95,[dir=rtl] [dir=rtl] .layout-margin .flex-offset-xs-95,[dir=rtl] [dir=rtl] .layout-margin .offset-xs-95,[dir=rtl] [dir=rtl] .offset-xs-95{margin-right:auto;margin-left:95%}[dir=ltr] .flex-offset-xs-33,[dir=ltr] .layout-margin .flex-offset-xs-33,[dir=ltr] .layout-margin .offset-xs-33,[dir=ltr] .offset-xs-33{margin-left:33.3333333333%}[dir=rtl] .flex-offset-xs-33,[dir=rtl] .layout-margin .flex-offset-xs-33,[dir=rtl] .layout-margin .offset-xs-33,[dir=rtl] .offset-xs-33{margin-right:33.3333333333%}[dir=ltr] .flex-offset-xs-66,[dir=ltr] .layout-margin .flex-offset-xs-66,[dir=ltr] .layout-margin .offset-xs-66,[dir=ltr] .offset-xs-66{margin-left:66.6666666667%}[dir=rtl] .flex-offset-xs-66,[dir=rtl] .layout-margin .flex-offset-xs-66,[dir=rtl] .layout-margin .offset-xs-66,[dir=rtl] .offset-xs-66{margin-right:66.6666666667%}[dir=ltr] [dir=rtl] .flex-offset-xs-66,[dir=ltr] [dir=rtl] .layout-margin .flex-offset-xs-66,[dir=ltr] [dir=rtl] .layout-margin .offset-xs-66,[dir=ltr] [dir=rtl] .offset-xs-66{margin-left:auto;margin-right:66.6666666667%}[dir=rtl] [dir=rtl] .flex-offset-xs-66,[dir=rtl] [dir=rtl] .layout-margin .flex-offset-xs-66,[dir=rtl] [dir=rtl] .layout-margin .offset-xs-66,[dir=rtl] [dir=rtl] .offset-xs-66{margin-right:auto;margin-left:66.6666666667%}.layout-align-xs,.layout-align-xs-start-stretch{justify-content:flex-start;align-content:stretch;align-items:stretch}.layout-align-xs-start,.layout-align-xs-start-center,.layout-align-xs-start-end,.layout-align-xs-start-start,.layout-align-xs-start-stretch{justify-content:flex-start}.layout-align-xs-center,.layout-align-xs-center-center,.layout-align-xs-center-end,.layout-align-xs-center-start,.layout-align-xs-center-stretch{justify-content:center}.layout-align-xs-end,.layout-align-xs-end-center,.layout-align-xs-end-end,.layout-align-xs-end-start,.layout-align-xs-end-stretch{justify-content:flex-end}.layout-align-xs-space-around,.layout-align-xs-space-around-center,.layout-align-xs-space-around-end,.layout-align-xs-space-around-start,.layout-align-xs-space-around-stretch{justify-content:space-around}.layout-align-xs-space-between,.layout-align-xs-space-between-center,.layout-align-xs-space-between-end,.layout-align-xs-space-between-start,.layout-align-xs-space-between-stretch{justify-content:space-between}.layout-align-xs-center-start,.layout-align-xs-end-start,.layout-align-xs-space-around-start,.layout-align-xs-space-between-start,.layout-align-xs-start-start{align-items:flex-start;align-content:flex-start}.layout-align-xs-center-center,.layout-align-xs-end-center,.layout-align-xs-space-around-center,.layout-align-xs-space-between-center,.layout-align-xs-start-center{align-items:center;align-content:center;max-width:100%}.layout-align-xs-center-center>*,.layout-align-xs-end-center>*,.layout-align-xs-space-around-center>*,.layout-align-xs-space-between-center>*,.layout-align-xs-start-center>*{max-width:100%;box-sizing:border-box}.layout-align-xs-center-end,.layout-align-xs-end-end,.layout-align-xs-space-around-end,.layout-align-xs-space-between-end,.layout-align-xs-start-end{align-items:flex-end;align-content:flex-end}.layout-align-xs-center-stretch,.layout-align-xs-end-stretch,.layout-align-xs-space-around-stretch,.layout-align-xs-space-between-stretch,.layout-align-xs-start-stretch{align-items:stretch;align-content:stretch}.flex-xs{flex:1;box-sizing:border-box}.flex-xs-grow{flex:1 1 100%;box-sizing:border-box}.flex-xs-initial{flex:0 1 auto;box-sizing:border-box}.flex-xs-auto{flex:1 1 auto;box-sizing:border-box}.flex-xs-none{flex:0 0 auto;box-sizing:border-box}.flex-xs-noshrink{flex:1 0 auto;box-sizing:border-box}.flex-xs-nogrow{flex:0 1 auto;box-sizing:border-box}.flex-xs-0,.layout-row>.flex-xs-0{flex:1 1 100%;max-width:0;max-height:100%;box-sizing:border-box}.layout-row>.flex-xs-0{min-width:0}.layout-column>.flex-xs-0{flex:1 1 100%;max-width:100%;max-height:0;box-sizing:border-box}.layout-xs-row>.flex-xs-0{flex:1 1 100%;max-width:0;max-height:100%;box-sizing:border-box;min-width:0}.layout-xs-column>.flex-xs-0{flex:1 1 100%;max-width:100%;max-height:0;box-sizing:border-box;min-height:0}.flex-xs-5,.layout-row>.flex-xs-5{flex:1 1 100%;max-width:5%;max-height:100%;box-sizing:border-box}.layout-column>.flex-xs-5{flex:1 1 100%;max-width:100%;max-height:5%;box-sizing:border-box}.layout-xs-row>.flex-xs-5{flex:1 1 100%;max-width:5%;max-height:100%;box-sizing:border-box}.layout-xs-column>.flex-xs-5{flex:1 1 100%;max-width:100%;max-height:5%;box-sizing:border-box}.flex-xs-10,.layout-row>.flex-xs-10{flex:1 1 100%;max-width:10%;max-height:100%;box-sizing:border-box}.layout-column>.flex-xs-10{flex:1 1 100%;max-width:100%;max-height:10%;box-sizing:border-box}.layout-xs-row>.flex-xs-10{flex:1 1 100%;max-width:10%;max-height:100%;box-sizing:border-box}.layout-xs-column>.flex-xs-10{flex:1 1 100%;max-width:100%;max-height:10%;box-sizing:border-box}.flex-xs-15,.layout-row>.flex-xs-15{flex:1 1 100%;max-width:15%;max-height:100%;box-sizing:border-box}.layout-column>.flex-xs-15{flex:1 1 100%;max-width:100%;max-height:15%;box-sizing:border-box}.layout-xs-row>.flex-xs-15{flex:1 1 100%;max-width:15%;max-height:100%;box-sizing:border-box}.layout-xs-column>.flex-xs-15{flex:1 1 100%;max-width:100%;max-height:15%;box-sizing:border-box}.flex-xs-20,.layout-row>.flex-xs-20{flex:1 1 100%;max-width:20%;max-height:100%;box-sizing:border-box}.layout-column>.flex-xs-20{flex:1 1 100%;max-width:100%;max-height:20%;box-sizing:border-box}.layout-xs-row>.flex-xs-20{flex:1 1 100%;max-width:20%;max-height:100%;box-sizing:border-box}.layout-xs-column>.flex-xs-20{flex:1 1 100%;max-width:100%;max-height:20%;box-sizing:border-box}.flex-xs-25,.layout-row>.flex-xs-25{flex:1 1 100%;max-width:25%;max-height:100%;box-sizing:border-box}.layout-column>.flex-xs-25{flex:1 1 100%;max-width:100%;max-height:25%;box-sizing:border-box}.layout-xs-row>.flex-xs-25{flex:1 1 100%;max-width:25%;max-height:100%;box-sizing:border-box}.layout-xs-column>.flex-xs-25{flex:1 1 100%;max-width:100%;max-height:25%;box-sizing:border-box}.flex-xs-30,.layout-row>.flex-xs-30{flex:1 1 100%;max-width:30%;max-height:100%;box-sizing:border-box}.layout-column>.flex-xs-30{flex:1 1 100%;max-width:100%;max-height:30%;box-sizing:border-box}.layout-xs-row>.flex-xs-30{flex:1 1 100%;max-width:30%;max-height:100%;box-sizing:border-box}.layout-xs-column>.flex-xs-30{flex:1 1 100%;max-width:100%;max-height:30%;box-sizing:border-box}.flex-xs-35,.layout-row>.flex-xs-35{flex:1 1 100%;max-width:35%;max-height:100%;box-sizing:border-box}.layout-column>.flex-xs-35{flex:1 1 100%;max-width:100%;max-height:35%;box-sizing:border-box}.layout-xs-row>.flex-xs-35{flex:1 1 100%;max-width:35%;max-height:100%;box-sizing:border-box}.layout-xs-column>.flex-xs-35{flex:1 1 100%;max-width:100%;max-height:35%;box-sizing:border-box}.flex-xs-40,.layout-row>.flex-xs-40{flex:1 1 100%;max-width:40%;max-height:100%;box-sizing:border-box}.layout-column>.flex-xs-40{flex:1 1 100%;max-width:100%;max-height:40%;box-sizing:border-box}.layout-xs-row>.flex-xs-40{flex:1 1 100%;max-width:40%;max-height:100%;box-sizing:border-box}.layout-xs-column>.flex-xs-40{flex:1 1 100%;max-width:100%;max-height:40%;box-sizing:border-box}.flex-xs-45,.layout-row>.flex-xs-45{flex:1 1 100%;max-width:45%;max-height:100%;box-sizing:border-box}.layout-column>.flex-xs-45{flex:1 1 100%;max-width:100%;max-height:45%;box-sizing:border-box}.layout-xs-row>.flex-xs-45{flex:1 1 100%;max-width:45%;max-height:100%;box-sizing:border-box}.layout-xs-column>.flex-xs-45{flex:1 1 100%;max-width:100%;max-height:45%;box-sizing:border-box}.flex-xs-50,.layout-row>.flex-xs-50{flex:1 1 100%;max-width:50%;max-height:100%;box-sizing:border-box}.layout-column>.flex-xs-50{flex:1 1 100%;max-width:100%;max-height:50%;box-sizing:border-box}.layout-xs-row>.flex-xs-50{flex:1 1 100%;max-width:50%;max-height:100%;box-sizing:border-box}.layout-xs-column>.flex-xs-50{flex:1 1 100%;max-width:100%;max-height:50%;box-sizing:border-box}.flex-xs-55,.layout-row>.flex-xs-55{flex:1 1 100%;max-width:55%;max-height:100%;box-sizing:border-box}.layout-column>.flex-xs-55{flex:1 1 100%;max-width:100%;max-height:55%;box-sizing:border-box}.layout-xs-row>.flex-xs-55{flex:1 1 100%;max-width:55%;max-height:100%;box-sizing:border-box}.layout-xs-column>.flex-xs-55{flex:1 1 100%;max-width:100%;max-height:55%;box-sizing:border-box}.flex-xs-60,.layout-row>.flex-xs-60{flex:1 1 100%;max-width:60%;max-height:100%;box-sizing:border-box}.layout-column>.flex-xs-60{flex:1 1 100%;max-width:100%;max-height:60%;box-sizing:border-box}.layout-xs-row>.flex-xs-60{flex:1 1 100%;max-width:60%;max-height:100%;box-sizing:border-box}.layout-xs-column>.flex-xs-60{flex:1 1 100%;max-width:100%;max-height:60%;box-sizing:border-box}.flex-xs-65,.layout-row>.flex-xs-65{flex:1 1 100%;max-width:65%;max-height:100%;box-sizing:border-box}.layout-column>.flex-xs-65{flex:1 1 100%;max-width:100%;max-height:65%;box-sizing:border-box}.layout-xs-row>.flex-xs-65{flex:1 1 100%;max-width:65%;max-height:100%;box-sizing:border-box}.layout-xs-column>.flex-xs-65{flex:1 1 100%;max-width:100%;max-height:65%;box-sizing:border-box}.flex-xs-70,.layout-row>.flex-xs-70{flex:1 1 100%;max-width:70%;max-height:100%;box-sizing:border-box}.layout-column>.flex-xs-70{flex:1 1 100%;max-width:100%;max-height:70%;box-sizing:border-box}.layout-xs-row>.flex-xs-70{flex:1 1 100%;max-width:70%;max-height:100%;box-sizing:border-box}.layout-xs-column>.flex-xs-70{flex:1 1 100%;max-width:100%;max-height:70%;box-sizing:border-box}.flex-xs-75,.layout-row>.flex-xs-75{flex:1 1 100%;max-width:75%;max-height:100%;box-sizing:border-box}.layout-column>.flex-xs-75{flex:1 1 100%;max-width:100%;max-height:75%;box-sizing:border-box}.layout-xs-row>.flex-xs-75{flex:1 1 100%;max-width:75%;max-height:100%;box-sizing:border-box}.layout-xs-column>.flex-xs-75{flex:1 1 100%;max-width:100%;max-height:75%;box-sizing:border-box}.flex-xs-80,.layout-row>.flex-xs-80{flex:1 1 100%;max-width:80%;max-height:100%;box-sizing:border-box}.layout-column>.flex-xs-80{flex:1 1 100%;max-width:100%;max-height:80%;box-sizing:border-box}.layout-xs-row>.flex-xs-80{flex:1 1 100%;max-width:80%;max-height:100%;box-sizing:border-box}.layout-xs-column>.flex-xs-80{flex:1 1 100%;max-width:100%;max-height:80%;box-sizing:border-box}.flex-xs-85,.layout-row>.flex-xs-85{flex:1 1 100%;max-width:85%;max-height:100%;box-sizing:border-box}.layout-column>.flex-xs-85{flex:1 1 100%;max-width:100%;max-height:85%;box-sizing:border-box}.layout-xs-row>.flex-xs-85{flex:1 1 100%;max-width:85%;max-height:100%;box-sizing:border-box}.layout-xs-column>.flex-xs-85{flex:1 1 100%;max-width:100%;max-height:85%;box-sizing:border-box}.flex-xs-90,.layout-row>.flex-xs-90{flex:1 1 100%;max-width:90%;max-height:100%;box-sizing:border-box}.layout-column>.flex-xs-90{flex:1 1 100%;max-width:100%;max-height:90%;box-sizing:border-box}.layout-xs-row>.flex-xs-90{flex:1 1 100%;max-width:90%;max-height:100%;box-sizing:border-box}.layout-xs-column>.flex-xs-90{flex:1 1 100%;max-width:100%;max-height:90%;box-sizing:border-box}.flex-xs-95,.layout-row>.flex-xs-95{flex:1 1 100%;max-width:95%;max-height:100%;box-sizing:border-box}.layout-column>.flex-xs-95{flex:1 1 100%;max-width:100%;max-height:95%;box-sizing:border-box}.layout-xs-row>.flex-xs-95{flex:1 1 100%;max-width:95%;max-height:100%;box-sizing:border-box}.layout-xs-column>.flex-xs-95{max-height:95%}.flex-xs-100,.layout-xs-column>.flex-xs-95{flex:1 1 100%;max-width:100%;box-sizing:border-box}.flex-xs-100{max-height:100%}.layout-column>.flex-xs-100,.layout-row>.flex-xs-100,.layout-xs-column>.flex-xs-100,.layout-xs-row>.flex-xs-100{flex:1 1 100%;max-width:100%;max-height:100%;box-sizing:border-box}.layout-row>.flex-xs-33{flex:1 1 33.33%;max-width:33.33%;max-height:100%;box-sizing:border-box}.layout-row>.flex-xs-66{flex:1 1 66.66%;max-width:66.66%;max-height:100%;box-sizing:border-box}.layout-column>.flex-xs-33{flex:1 1 33.33%;max-width:100%;max-height:33.33%;box-sizing:border-box}.layout-column>.flex-xs-66{flex:1 1 66.66%;max-width:100%;max-height:66.66%;box-sizing:border-box}.layout-xs-row>.flex-xs-33{flex:1 1 100%;max-width:33.33%;max-height:100%;box-sizing:border-box}.layout-xs-row>.flex-xs-66{flex:1 1 100%;max-width:66.66%;max-height:100%;box-sizing:border-box}.layout-xs-row>.flex{min-width:0}.layout-xs-column>.flex-xs-33{flex:1 1 100%;max-width:100%;max-height:33.33%;box-sizing:border-box}.layout-xs-column>.flex-xs-66{flex:1 1 100%;max-width:100%;max-height:66.66%;box-sizing:border-box}.layout-xs-column>.flex{min-height:0}.layout-xs,.layout-xs-column,.layout-xs-row{box-sizing:border-box;display:flex}.layout-xs-column{flex-direction:column}.layout-xs-row{flex-direction:row}}@media (min-width:600px){.flex-order-gt-xs--20{order:-20}.flex-order-gt-xs--19{order:-19}.flex-order-gt-xs--18{order:-18}.flex-order-gt-xs--17{order:-17}.flex-order-gt-xs--16{order:-16}.flex-order-gt-xs--15{order:-15}.flex-order-gt-xs--14{order:-14}.flex-order-gt-xs--13{order:-13}.flex-order-gt-xs--12{order:-12}.flex-order-gt-xs--11{order:-11}.flex-order-gt-xs--10{order:-10}.flex-order-gt-xs--9{order:-9}.flex-order-gt-xs--8{order:-8}.flex-order-gt-xs--7{order:-7}.flex-order-gt-xs--6{order:-6}.flex-order-gt-xs--5{order:-5}.flex-order-gt-xs--4{order:-4}.flex-order-gt-xs--3{order:-3}.flex-order-gt-xs--2{order:-2}.flex-order-gt-xs--1{order:-1}.flex-order-gt-xs-0{order:0}.flex-order-gt-xs-1{order:1}.flex-order-gt-xs-2{order:2}.flex-order-gt-xs-3{order:3}.flex-order-gt-xs-4{order:4}.flex-order-gt-xs-5{order:5}.flex-order-gt-xs-6{order:6}.flex-order-gt-xs-7{order:7}.flex-order-gt-xs-8{order:8}.flex-order-gt-xs-9{order:9}.flex-order-gt-xs-10{order:10}.flex-order-gt-xs-11{order:11}.flex-order-gt-xs-12{order:12}.flex-order-gt-xs-13{order:13}.flex-order-gt-xs-14{order:14}.flex-order-gt-xs-15{order:15}.flex-order-gt-xs-16{order:16}.flex-order-gt-xs-17{order:17}.flex-order-gt-xs-18{order:18}.flex-order-gt-xs-19{order:19}.flex-order-gt-xs-20{order:20}[dir=ltr] .flex-offset-gt-xs-0,[dir=ltr] .layout-margin .flex-offset-gt-xs-0,[dir=ltr] .layout-margin .offset-gt-xs-0,[dir=ltr] .offset-gt-xs-0{margin-left:0}[dir=rtl] .flex-offset-gt-xs-0,[dir=rtl] .layout-margin .flex-offset-gt-xs-0,[dir=rtl] .layout-margin .offset-gt-xs-0,[dir=rtl] .offset-gt-xs-0{margin-right:0}[dir=ltr] [dir=rtl] .flex-offset-gt-xs-0,[dir=ltr] [dir=rtl] .layout-margin .flex-offset-gt-xs-0,[dir=ltr] [dir=rtl] .layout-margin .offset-gt-xs-0,[dir=ltr] [dir=rtl] .offset-gt-xs-0{margin-left:auto;margin-right:0}[dir=rtl] [dir=rtl] .flex-offset-gt-xs-0,[dir=rtl] [dir=rtl] .layout-margin .flex-offset-gt-xs-0,[dir=rtl] [dir=rtl] .layout-margin .offset-gt-xs-0,[dir=rtl] [dir=rtl] .offset-gt-xs-0{margin-right:auto;margin-left:0}[dir=ltr] .flex-offset-gt-xs-5,[dir=ltr] .layout-margin .flex-offset-gt-xs-5,[dir=ltr] .layout-margin .offset-gt-xs-5,[dir=ltr] .offset-gt-xs-5{margin-left:5%}[dir=rtl] .flex-offset-gt-xs-5,[dir=rtl] .layout-margin .flex-offset-gt-xs-5,[dir=rtl] .layout-margin .offset-gt-xs-5,[dir=rtl] .offset-gt-xs-5{margin-right:5%}[dir=ltr] [dir=rtl] .flex-offset-gt-xs-5,[dir=ltr] [dir=rtl] .layout-margin .flex-offset-gt-xs-5,[dir=ltr] [dir=rtl] .layout-margin .offset-gt-xs-5,[dir=ltr] [dir=rtl] .offset-gt-xs-5{margin-left:auto;margin-right:5%}[dir=rtl] [dir=rtl] .flex-offset-gt-xs-5,[dir=rtl] [dir=rtl] .layout-margin .flex-offset-gt-xs-5,[dir=rtl] [dir=rtl] .layout-margin .offset-gt-xs-5,[dir=rtl] [dir=rtl] .offset-gt-xs-5{margin-right:auto;margin-left:5%}[dir=ltr] .flex-offset-gt-xs-10,[dir=ltr] .layout-margin .flex-offset-gt-xs-10,[dir=ltr] .layout-margin .offset-gt-xs-10,[dir=ltr] .offset-gt-xs-10{margin-left:10%}[dir=rtl] .flex-offset-gt-xs-10,[dir=rtl] .layout-margin .flex-offset-gt-xs-10,[dir=rtl] .layout-margin .offset-gt-xs-10,[dir=rtl] .offset-gt-xs-10{margin-right:10%}[dir=ltr] [dir=rtl] .flex-offset-gt-xs-10,[dir=ltr] [dir=rtl] .layout-margin .flex-offset-gt-xs-10,[dir=ltr] [dir=rtl] .layout-margin .offset-gt-xs-10,[dir=ltr] [dir=rtl] .offset-gt-xs-10{margin-left:auto;margin-right:10%}[dir=rtl] [dir=rtl] .flex-offset-gt-xs-10,[dir=rtl] [dir=rtl] .layout-margin .flex-offset-gt-xs-10,[dir=rtl] [dir=rtl] .layout-margin .offset-gt-xs-10,[dir=rtl] [dir=rtl] .offset-gt-xs-10{margin-right:auto;margin-left:10%}[dir=ltr] .flex-offset-gt-xs-15,[dir=ltr] .layout-margin .flex-offset-gt-xs-15,[dir=ltr] .layout-margin .offset-gt-xs-15,[dir=ltr] .offset-gt-xs-15{margin-left:15%}[dir=rtl] .flex-offset-gt-xs-15,[dir=rtl] .layout-margin .flex-offset-gt-xs-15,[dir=rtl] .layout-margin .offset-gt-xs-15,[dir=rtl] .offset-gt-xs-15{margin-right:15%}[dir=ltr] [dir=rtl] .flex-offset-gt-xs-15,[dir=ltr] [dir=rtl] .layout-margin .flex-offset-gt-xs-15,[dir=ltr] [dir=rtl] .layout-margin .offset-gt-xs-15,[dir=ltr] [dir=rtl] .offset-gt-xs-15{margin-left:auto;margin-right:15%}[dir=rtl] [dir=rtl] .flex-offset-gt-xs-15,[dir=rtl] [dir=rtl] .layout-margin .flex-offset-gt-xs-15,[dir=rtl] [dir=rtl] .layout-margin .offset-gt-xs-15,[dir=rtl] [dir=rtl] .offset-gt-xs-15{margin-right:auto;margin-left:15%}[dir=ltr] .flex-offset-gt-xs-20,[dir=ltr] .layout-margin .flex-offset-gt-xs-20,[dir=ltr] .layout-margin .offset-gt-xs-20,[dir=ltr] .offset-gt-xs-20{margin-left:20%}[dir=rtl] .flex-offset-gt-xs-20,[dir=rtl] .layout-margin .flex-offset-gt-xs-20,[dir=rtl] .layout-margin .offset-gt-xs-20,[dir=rtl] .offset-gt-xs-20{margin-right:20%}[dir=ltr] [dir=rtl] .flex-offset-gt-xs-20,[dir=ltr] [dir=rtl] .layout-margin .flex-offset-gt-xs-20,[dir=ltr] [dir=rtl] .layout-margin .offset-gt-xs-20,[dir=ltr] [dir=rtl] .offset-gt-xs-20{margin-left:auto;margin-right:20%}[dir=rtl] [dir=rtl] .flex-offset-gt-xs-20,[dir=rtl] [dir=rtl] .layout-margin .flex-offset-gt-xs-20,[dir=rtl] [dir=rtl] .layout-margin .offset-gt-xs-20,[dir=rtl] [dir=rtl] .offset-gt-xs-20{margin-right:auto;margin-left:20%}[dir=ltr] .flex-offset-gt-xs-25,[dir=ltr] .layout-margin .flex-offset-gt-xs-25,[dir=ltr] .layout-margin .offset-gt-xs-25,[dir=ltr] .offset-gt-xs-25{margin-left:25%}[dir=rtl] .flex-offset-gt-xs-25,[dir=rtl] .layout-margin .flex-offset-gt-xs-25,[dir=rtl] .layout-margin .offset-gt-xs-25,[dir=rtl] .offset-gt-xs-25{margin-right:25%}[dir=ltr] [dir=rtl] .flex-offset-gt-xs-25,[dir=ltr] [dir=rtl] .layout-margin .flex-offset-gt-xs-25,[dir=ltr] [dir=rtl] .layout-margin .offset-gt-xs-25,[dir=ltr] [dir=rtl] .offset-gt-xs-25{margin-left:auto;margin-right:25%}[dir=rtl] [dir=rtl] .flex-offset-gt-xs-25,[dir=rtl] [dir=rtl] .layout-margin .flex-offset-gt-xs-25,[dir=rtl] [dir=rtl] .layout-margin .offset-gt-xs-25,[dir=rtl] [dir=rtl] .offset-gt-xs-25{margin-right:auto;margin-left:25%}[dir=ltr] .flex-offset-gt-xs-30,[dir=ltr] .layout-margin .flex-offset-gt-xs-30,[dir=ltr] .layout-margin .offset-gt-xs-30,[dir=ltr] .offset-gt-xs-30{margin-left:30%}[dir=rtl] .flex-offset-gt-xs-30,[dir=rtl] .layout-margin .flex-offset-gt-xs-30,[dir=rtl] .layout-margin .offset-gt-xs-30,[dir=rtl] .offset-gt-xs-30{margin-right:30%}[dir=ltr] [dir=rtl] .flex-offset-gt-xs-30,[dir=ltr] [dir=rtl] .layout-margin .flex-offset-gt-xs-30,[dir=ltr] [dir=rtl] .layout-margin .offset-gt-xs-30,[dir=ltr] [dir=rtl] .offset-gt-xs-30{margin-left:auto;margin-right:30%}[dir=rtl] [dir=rtl] .flex-offset-gt-xs-30,[dir=rtl] [dir=rtl] .layout-margin .flex-offset-gt-xs-30,[dir=rtl] [dir=rtl] .layout-margin .offset-gt-xs-30,[dir=rtl] [dir=rtl] .offset-gt-xs-30{margin-right:auto;margin-left:30%}[dir=ltr] .flex-offset-gt-xs-35,[dir=ltr] .layout-margin .flex-offset-gt-xs-35,[dir=ltr] .layout-margin .offset-gt-xs-35,[dir=ltr] .offset-gt-xs-35{margin-left:35%}[dir=rtl] .flex-offset-gt-xs-35,[dir=rtl] .layout-margin .flex-offset-gt-xs-35,[dir=rtl] .layout-margin .offset-gt-xs-35,[dir=rtl] .offset-gt-xs-35{margin-right:35%}[dir=ltr] [dir=rtl] .flex-offset-gt-xs-35,[dir=ltr] [dir=rtl] .layout-margin .flex-offset-gt-xs-35,[dir=ltr] [dir=rtl] .layout-margin .offset-gt-xs-35,[dir=ltr] [dir=rtl] .offset-gt-xs-35{margin-left:auto;margin-right:35%}[dir=rtl] [dir=rtl] .flex-offset-gt-xs-35,[dir=rtl] [dir=rtl] .layout-margin .flex-offset-gt-xs-35,[dir=rtl] [dir=rtl] .layout-margin .offset-gt-xs-35,[dir=rtl] [dir=rtl] .offset-gt-xs-35{margin-right:auto;margin-left:35%}[dir=ltr] .flex-offset-gt-xs-40,[dir=ltr] .layout-margin .flex-offset-gt-xs-40,[dir=ltr] .layout-margin .offset-gt-xs-40,[dir=ltr] .offset-gt-xs-40{margin-left:40%}[dir=rtl] .flex-offset-gt-xs-40,[dir=rtl] .layout-margin .flex-offset-gt-xs-40,[dir=rtl] .layout-margin .offset-gt-xs-40,[dir=rtl] .offset-gt-xs-40{margin-right:40%}[dir=ltr] [dir=rtl] .flex-offset-gt-xs-40,[dir=ltr] [dir=rtl] .layout-margin .flex-offset-gt-xs-40,[dir=ltr] [dir=rtl] .layout-margin .offset-gt-xs-40,[dir=ltr] [dir=rtl] .offset-gt-xs-40{margin-left:auto;margin-right:40%}[dir=rtl] [dir=rtl] .flex-offset-gt-xs-40,[dir=rtl] [dir=rtl] .layout-margin .flex-offset-gt-xs-40,[dir=rtl] [dir=rtl] .layout-margin .offset-gt-xs-40,[dir=rtl] [dir=rtl] .offset-gt-xs-40{margin-right:auto;margin-left:40%}[dir=ltr] .flex-offset-gt-xs-45,[dir=ltr] .layout-margin .flex-offset-gt-xs-45,[dir=ltr] .layout-margin .offset-gt-xs-45,[dir=ltr] .offset-gt-xs-45{margin-left:45%}[dir=rtl] .flex-offset-gt-xs-45,[dir=rtl] .layout-margin .flex-offset-gt-xs-45,[dir=rtl] .layout-margin .offset-gt-xs-45,[dir=rtl] .offset-gt-xs-45{margin-right:45%}[dir=ltr] [dir=rtl] .flex-offset-gt-xs-45,[dir=ltr] [dir=rtl] .layout-margin .flex-offset-gt-xs-45,[dir=ltr] [dir=rtl] .layout-margin .offset-gt-xs-45,[dir=ltr] [dir=rtl] .offset-gt-xs-45{margin-left:auto;margin-right:45%}[dir=rtl] [dir=rtl] .flex-offset-gt-xs-45,[dir=rtl] [dir=rtl] .layout-margin .flex-offset-gt-xs-45,[dir=rtl] [dir=rtl] .layout-margin .offset-gt-xs-45,[dir=rtl] [dir=rtl] .offset-gt-xs-45{margin-right:auto;margin-left:45%}[dir=ltr] .flex-offset-gt-xs-50,[dir=ltr] .layout-margin .flex-offset-gt-xs-50,[dir=ltr] .layout-margin .offset-gt-xs-50,[dir=ltr] .offset-gt-xs-50{margin-left:50%}[dir=rtl] .flex-offset-gt-xs-50,[dir=rtl] .layout-margin .flex-offset-gt-xs-50,[dir=rtl] .layout-margin .offset-gt-xs-50,[dir=rtl] .offset-gt-xs-50{margin-right:50%}[dir=ltr] [dir=rtl] .flex-offset-gt-xs-50,[dir=ltr] [dir=rtl] .layout-margin .flex-offset-gt-xs-50,[dir=ltr] [dir=rtl] .layout-margin .offset-gt-xs-50,[dir=ltr] [dir=rtl] .offset-gt-xs-50{margin-left:auto;margin-right:50%}[dir=rtl] [dir=rtl] .flex-offset-gt-xs-50,[dir=rtl] [dir=rtl] .layout-margin .flex-offset-gt-xs-50,[dir=rtl] [dir=rtl] .layout-margin .offset-gt-xs-50,[dir=rtl] [dir=rtl] .offset-gt-xs-50{margin-right:auto;margin-left:50%}[dir=ltr] .flex-offset-gt-xs-55,[dir=ltr] .layout-margin .flex-offset-gt-xs-55,[dir=ltr] .layout-margin .offset-gt-xs-55,[dir=ltr] .offset-gt-xs-55{margin-left:55%}[dir=rtl] .flex-offset-gt-xs-55,[dir=rtl] .layout-margin .flex-offset-gt-xs-55,[dir=rtl] .layout-margin .offset-gt-xs-55,[dir=rtl] .offset-gt-xs-55{margin-right:55%}[dir=ltr] [dir=rtl] .flex-offset-gt-xs-55,[dir=ltr] [dir=rtl] .layout-margin .flex-offset-gt-xs-55,[dir=ltr] [dir=rtl] .layout-margin .offset-gt-xs-55,[dir=ltr] [dir=rtl] .offset-gt-xs-55{margin-left:auto;margin-right:55%}[dir=rtl] [dir=rtl] .flex-offset-gt-xs-55,[dir=rtl] [dir=rtl] .layout-margin .flex-offset-gt-xs-55,[dir=rtl] [dir=rtl] .layout-margin .offset-gt-xs-55,[dir=rtl] [dir=rtl] .offset-gt-xs-55{margin-right:auto;margin-left:55%}[dir=ltr] .flex-offset-gt-xs-60,[dir=ltr] .layout-margin .flex-offset-gt-xs-60,[dir=ltr] .layout-margin .offset-gt-xs-60,[dir=ltr] .offset-gt-xs-60{margin-left:60%}[dir=rtl] .flex-offset-gt-xs-60,[dir=rtl] .layout-margin .flex-offset-gt-xs-60,[dir=rtl] .layout-margin .offset-gt-xs-60,[dir=rtl] .offset-gt-xs-60{margin-right:60%}[dir=ltr] [dir=rtl] .flex-offset-gt-xs-60,[dir=ltr] [dir=rtl] .layout-margin .flex-offset-gt-xs-60,[dir=ltr] [dir=rtl] .layout-margin .offset-gt-xs-60,[dir=ltr] [dir=rtl] .offset-gt-xs-60{margin-left:auto;margin-right:60%}[dir=rtl] [dir=rtl] .flex-offset-gt-xs-60,[dir=rtl] [dir=rtl] .layout-margin .flex-offset-gt-xs-60,[dir=rtl] [dir=rtl] .layout-margin .offset-gt-xs-60,[dir=rtl] [dir=rtl] .offset-gt-xs-60{margin-right:auto;margin-left:60%}[dir=ltr] .flex-offset-gt-xs-65,[dir=ltr] .layout-margin .flex-offset-gt-xs-65,[dir=ltr] .layout-margin .offset-gt-xs-65,[dir=ltr] .offset-gt-xs-65{margin-left:65%}[dir=rtl] .flex-offset-gt-xs-65,[dir=rtl] .layout-margin .flex-offset-gt-xs-65,[dir=rtl] .layout-margin .offset-gt-xs-65,[dir=rtl] .offset-gt-xs-65{margin-right:65%}[dir=ltr] [dir=rtl] .flex-offset-gt-xs-65,[dir=ltr] [dir=rtl] .layout-margin .flex-offset-gt-xs-65,[dir=ltr] [dir=rtl] .layout-margin .offset-gt-xs-65,[dir=ltr] [dir=rtl] .offset-gt-xs-65{margin-left:auto;margin-right:65%}[dir=rtl] [dir=rtl] .flex-offset-gt-xs-65,[dir=rtl] [dir=rtl] .layout-margin .flex-offset-gt-xs-65,[dir=rtl] [dir=rtl] .layout-margin .offset-gt-xs-65,[dir=rtl] [dir=rtl] .offset-gt-xs-65{margin-right:auto;margin-left:65%}[dir=ltr] .flex-offset-gt-xs-70,[dir=ltr] .layout-margin .flex-offset-gt-xs-70,[dir=ltr] .layout-margin .offset-gt-xs-70,[dir=ltr] .offset-gt-xs-70{margin-left:70%}[dir=rtl] .flex-offset-gt-xs-70,[dir=rtl] .layout-margin .flex-offset-gt-xs-70,[dir=rtl] .layout-margin .offset-gt-xs-70,[dir=rtl] .offset-gt-xs-70{margin-right:70%}[dir=ltr] [dir=rtl] .flex-offset-gt-xs-70,[dir=ltr] [dir=rtl] .layout-margin .flex-offset-gt-xs-70,[dir=ltr] [dir=rtl] .layout-margin .offset-gt-xs-70,[dir=ltr] [dir=rtl] .offset-gt-xs-70{margin-left:auto;margin-right:70%}[dir=rtl] [dir=rtl] .flex-offset-gt-xs-70,[dir=rtl] [dir=rtl] .layout-margin .flex-offset-gt-xs-70,[dir=rtl] [dir=rtl] .layout-margin .offset-gt-xs-70,[dir=rtl] [dir=rtl] .offset-gt-xs-70{margin-right:auto;margin-left:70%}[dir=ltr] .flex-offset-gt-xs-75,[dir=ltr] .layout-margin .flex-offset-gt-xs-75,[dir=ltr] .layout-margin .offset-gt-xs-75,[dir=ltr] .offset-gt-xs-75{margin-left:75%}[dir=rtl] .flex-offset-gt-xs-75,[dir=rtl] .layout-margin .flex-offset-gt-xs-75,[dir=rtl] .layout-margin .offset-gt-xs-75,[dir=rtl] .offset-gt-xs-75{margin-right:75%}[dir=ltr] [dir=rtl] .flex-offset-gt-xs-75,[dir=ltr] [dir=rtl] .layout-margin .flex-offset-gt-xs-75,[dir=ltr] [dir=rtl] .layout-margin .offset-gt-xs-75,[dir=ltr] [dir=rtl] .offset-gt-xs-75{margin-left:auto;margin-right:75%}[dir=rtl] [dir=rtl] .flex-offset-gt-xs-75,[dir=rtl] [dir=rtl] .layout-margin .flex-offset-gt-xs-75,[dir=rtl] [dir=rtl] .layout-margin .offset-gt-xs-75,[dir=rtl] [dir=rtl] .offset-gt-xs-75{margin-right:auto;margin-left:75%}[dir=ltr] .flex-offset-gt-xs-80,[dir=ltr] .layout-margin .flex-offset-gt-xs-80,[dir=ltr] .layout-margin .offset-gt-xs-80,[dir=ltr] .offset-gt-xs-80{margin-left:80%}[dir=rtl] .flex-offset-gt-xs-80,[dir=rtl] .layout-margin .flex-offset-gt-xs-80,[dir=rtl] .layout-margin .offset-gt-xs-80,[dir=rtl] .offset-gt-xs-80{margin-right:80%}[dir=ltr] [dir=rtl] .flex-offset-gt-xs-80,[dir=ltr] [dir=rtl] .layout-margin .flex-offset-gt-xs-80,[dir=ltr] [dir=rtl] .layout-margin .offset-gt-xs-80,[dir=ltr] [dir=rtl] .offset-gt-xs-80{margin-left:auto;margin-right:80%}[dir=rtl] [dir=rtl] .flex-offset-gt-xs-80,[dir=rtl] [dir=rtl] .layout-margin .flex-offset-gt-xs-80,[dir=rtl] [dir=rtl] .layout-margin .offset-gt-xs-80,[dir=rtl] [dir=rtl] .offset-gt-xs-80{margin-right:auto;margin-left:80%}[dir=ltr] .flex-offset-gt-xs-85,[dir=ltr] .layout-margin .flex-offset-gt-xs-85,[dir=ltr] .layout-margin .offset-gt-xs-85,[dir=ltr] .offset-gt-xs-85{margin-left:85%}[dir=rtl] .flex-offset-gt-xs-85,[dir=rtl] .layout-margin .flex-offset-gt-xs-85,[dir=rtl] .layout-margin .offset-gt-xs-85,[dir=rtl] .offset-gt-xs-85{margin-right:85%}[dir=ltr] [dir=rtl] .flex-offset-gt-xs-85,[dir=ltr] [dir=rtl] .layout-margin .flex-offset-gt-xs-85,[dir=ltr] [dir=rtl] .layout-margin .offset-gt-xs-85,[dir=ltr] [dir=rtl] .offset-gt-xs-85{margin-left:auto;margin-right:85%}[dir=rtl] [dir=rtl] .flex-offset-gt-xs-85,[dir=rtl] [dir=rtl] .layout-margin .flex-offset-gt-xs-85,[dir=rtl] [dir=rtl] .layout-margin .offset-gt-xs-85,[dir=rtl] [dir=rtl] .offset-gt-xs-85{margin-right:auto;margin-left:85%}[dir=ltr] .flex-offset-gt-xs-90,[dir=ltr] .layout-margin .flex-offset-gt-xs-90,[dir=ltr] .layout-margin .offset-gt-xs-90,[dir=ltr] .offset-gt-xs-90{margin-left:90%}[dir=rtl] .flex-offset-gt-xs-90,[dir=rtl] .layout-margin .flex-offset-gt-xs-90,[dir=rtl] .layout-margin .offset-gt-xs-90,[dir=rtl] .offset-gt-xs-90{margin-right:90%}[dir=ltr] [dir=rtl] .flex-offset-gt-xs-90,[dir=ltr] [dir=rtl] .layout-margin .flex-offset-gt-xs-90,[dir=ltr] [dir=rtl] .layout-margin .offset-gt-xs-90,[dir=ltr] [dir=rtl] .offset-gt-xs-90{margin-left:auto;margin-right:90%}[dir=rtl] [dir=rtl] .flex-offset-gt-xs-90,[dir=rtl] [dir=rtl] .layout-margin .flex-offset-gt-xs-90,[dir=rtl] [dir=rtl] .layout-margin .offset-gt-xs-90,[dir=rtl] [dir=rtl] .offset-gt-xs-90{margin-right:auto;margin-left:90%}[dir=ltr] .flex-offset-gt-xs-95,[dir=ltr] .layout-margin .flex-offset-gt-xs-95,[dir=ltr] .layout-margin .offset-gt-xs-95,[dir=ltr] .offset-gt-xs-95{margin-left:95%}[dir=rtl] .flex-offset-gt-xs-95,[dir=rtl] .layout-margin .flex-offset-gt-xs-95,[dir=rtl] .layout-margin .offset-gt-xs-95,[dir=rtl] .offset-gt-xs-95{margin-right:95%}[dir=ltr] [dir=rtl] .flex-offset-gt-xs-95,[dir=ltr] [dir=rtl] .layout-margin .flex-offset-gt-xs-95,[dir=ltr] [dir=rtl] .layout-margin .offset-gt-xs-95,[dir=ltr] [dir=rtl] .offset-gt-xs-95{margin-left:auto;margin-right:95%}[dir=rtl] [dir=rtl] .flex-offset-gt-xs-95,[dir=rtl] [dir=rtl] .layout-margin .flex-offset-gt-xs-95,[dir=rtl] [dir=rtl] .layout-margin .offset-gt-xs-95,[dir=rtl] [dir=rtl] .offset-gt-xs-95{margin-right:auto;margin-left:95%}[dir=ltr] .flex-offset-gt-xs-33,[dir=ltr] .layout-margin .flex-offset-gt-xs-33,[dir=ltr] .layout-margin .offset-gt-xs-33,[dir=ltr] .offset-gt-xs-33{margin-left:33.3333333333%}[dir=rtl] .flex-offset-gt-xs-33,[dir=rtl] .layout-margin .flex-offset-gt-xs-33,[dir=rtl] .layout-margin .offset-gt-xs-33,[dir=rtl] .offset-gt-xs-33{margin-right:33.3333333333%}[dir=ltr] .flex-offset-gt-xs-66,[dir=ltr] .layout-margin .flex-offset-gt-xs-66,[dir=ltr] .layout-margin .offset-gt-xs-66,[dir=ltr] .offset-gt-xs-66{margin-left:66.6666666667%}[dir=rtl] .flex-offset-gt-xs-66,[dir=rtl] .layout-margin .flex-offset-gt-xs-66,[dir=rtl] .layout-margin .offset-gt-xs-66,[dir=rtl] .offset-gt-xs-66{margin-right:66.6666666667%}[dir=ltr] [dir=rtl] .flex-offset-gt-xs-66,[dir=ltr] [dir=rtl] .layout-margin .flex-offset-gt-xs-66,[dir=ltr] [dir=rtl] .layout-margin .offset-gt-xs-66,[dir=ltr] [dir=rtl] .offset-gt-xs-66{margin-left:auto;margin-right:66.6666666667%}[dir=rtl] [dir=rtl] .flex-offset-gt-xs-66,[dir=rtl] [dir=rtl] .layout-margin .flex-offset-gt-xs-66,[dir=rtl] [dir=rtl] .layout-margin .offset-gt-xs-66,[dir=rtl] [dir=rtl] .offset-gt-xs-66{margin-right:auto;margin-left:66.6666666667%}.layout-align-gt-xs,.layout-align-gt-xs-start-stretch{justify-content:flex-start;align-content:stretch;align-items:stretch}.layout-align-gt-xs-start,.layout-align-gt-xs-start-center,.layout-align-gt-xs-start-end,.layout-align-gt-xs-start-start,.layout-align-gt-xs-start-stretch{justify-content:flex-start}.layout-align-gt-xs-center,.layout-align-gt-xs-center-center,.layout-align-gt-xs-center-end,.layout-align-gt-xs-center-start,.layout-align-gt-xs-center-stretch{justify-content:center}.layout-align-gt-xs-end,.layout-align-gt-xs-end-center,.layout-align-gt-xs-end-end,.layout-align-gt-xs-end-start,.layout-align-gt-xs-end-stretch{justify-content:flex-end}.layout-align-gt-xs-space-around,.layout-align-gt-xs-space-around-center,.layout-align-gt-xs-space-around-end,.layout-align-gt-xs-space-around-start,.layout-align-gt-xs-space-around-stretch{justify-content:space-around}.layout-align-gt-xs-space-between,.layout-align-gt-xs-space-between-center,.layout-align-gt-xs-space-between-end,.layout-align-gt-xs-space-between-start,.layout-align-gt-xs-space-between-stretch{justify-content:space-between}.layout-align-gt-xs-center-start,.layout-align-gt-xs-end-start,.layout-align-gt-xs-space-around-start,.layout-align-gt-xs-space-between-start,.layout-align-gt-xs-start-start{align-items:flex-start;align-content:flex-start}.layout-align-gt-xs-center-center,.layout-align-gt-xs-end-center,.layout-align-gt-xs-space-around-center,.layout-align-gt-xs-space-between-center,.layout-align-gt-xs-start-center{align-items:center;align-content:center;max-width:100%}.layout-align-gt-xs-center-center>*,.layout-align-gt-xs-end-center>*,.layout-align-gt-xs-space-around-center>*,.layout-align-gt-xs-space-between-center>*,.layout-align-gt-xs-start-center>*{max-width:100%;box-sizing:border-box}.layout-align-gt-xs-center-end,.layout-align-gt-xs-end-end,.layout-align-gt-xs-space-around-end,.layout-align-gt-xs-space-between-end,.layout-align-gt-xs-start-end{align-items:flex-end;align-content:flex-end}.layout-align-gt-xs-center-stretch,.layout-align-gt-xs-end-stretch,.layout-align-gt-xs-space-around-stretch,.layout-align-gt-xs-space-between-stretch,.layout-align-gt-xs-start-stretch{align-items:stretch;align-content:stretch}.flex-gt-xs{flex:1;box-sizing:border-box}.flex-gt-xs-grow{flex:1 1 100%;box-sizing:border-box}.flex-gt-xs-initial{flex:0 1 auto;box-sizing:border-box}.flex-gt-xs-auto{flex:1 1 auto;box-sizing:border-box}.flex-gt-xs-none{flex:0 0 auto;box-sizing:border-box}.flex-gt-xs-noshrink{flex:1 0 auto;box-sizing:border-box}.flex-gt-xs-nogrow{flex:0 1 auto;box-sizing:border-box}.flex-gt-xs-0,.layout-row>.flex-gt-xs-0{flex:1 1 100%;max-width:0;max-height:100%;box-sizing:border-box}.layout-row>.flex-gt-xs-0{min-width:0}.layout-column>.flex-gt-xs-0{flex:1 1 100%;max-width:100%;max-height:0;box-sizing:border-box}.layout-gt-xs-row>.flex-gt-xs-0{flex:1 1 100%;max-width:0;max-height:100%;box-sizing:border-box;min-width:0}.layout-gt-xs-column>.flex-gt-xs-0{flex:1 1 100%;max-width:100%;max-height:0;box-sizing:border-box;min-height:0}.flex-gt-xs-5,.layout-row>.flex-gt-xs-5{flex:1 1 100%;max-width:5%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-xs-5{flex:1 1 100%;max-width:100%;max-height:5%;box-sizing:border-box}.layout-gt-xs-row>.flex-gt-xs-5{flex:1 1 100%;max-width:5%;max-height:100%;box-sizing:border-box}.layout-gt-xs-column>.flex-gt-xs-5{flex:1 1 100%;max-width:100%;max-height:5%;box-sizing:border-box}.flex-gt-xs-10,.layout-row>.flex-gt-xs-10{flex:1 1 100%;max-width:10%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-xs-10{flex:1 1 100%;max-width:100%;max-height:10%;box-sizing:border-box}.layout-gt-xs-row>.flex-gt-xs-10{flex:1 1 100%;max-width:10%;max-height:100%;box-sizing:border-box}.layout-gt-xs-column>.flex-gt-xs-10{flex:1 1 100%;max-width:100%;max-height:10%;box-sizing:border-box}.flex-gt-xs-15,.layout-row>.flex-gt-xs-15{flex:1 1 100%;max-width:15%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-xs-15{flex:1 1 100%;max-width:100%;max-height:15%;box-sizing:border-box}.layout-gt-xs-row>.flex-gt-xs-15{flex:1 1 100%;max-width:15%;max-height:100%;box-sizing:border-box}.layout-gt-xs-column>.flex-gt-xs-15{flex:1 1 100%;max-width:100%;max-height:15%;box-sizing:border-box}.flex-gt-xs-20,.layout-row>.flex-gt-xs-20{flex:1 1 100%;max-width:20%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-xs-20{flex:1 1 100%;max-width:100%;max-height:20%;box-sizing:border-box}.layout-gt-xs-row>.flex-gt-xs-20{flex:1 1 100%;max-width:20%;max-height:100%;box-sizing:border-box}.layout-gt-xs-column>.flex-gt-xs-20{flex:1 1 100%;max-width:100%;max-height:20%;box-sizing:border-box}.flex-gt-xs-25,.layout-row>.flex-gt-xs-25{flex:1 1 100%;max-width:25%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-xs-25{flex:1 1 100%;max-width:100%;max-height:25%;box-sizing:border-box}.layout-gt-xs-row>.flex-gt-xs-25{flex:1 1 100%;max-width:25%;max-height:100%;box-sizing:border-box}.layout-gt-xs-column>.flex-gt-xs-25{flex:1 1 100%;max-width:100%;max-height:25%;box-sizing:border-box}.flex-gt-xs-30,.layout-row>.flex-gt-xs-30{flex:1 1 100%;max-width:30%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-xs-30{flex:1 1 100%;max-width:100%;max-height:30%;box-sizing:border-box}.layout-gt-xs-row>.flex-gt-xs-30{flex:1 1 100%;max-width:30%;max-height:100%;box-sizing:border-box}.layout-gt-xs-column>.flex-gt-xs-30{flex:1 1 100%;max-width:100%;max-height:30%;box-sizing:border-box}.flex-gt-xs-35,.layout-row>.flex-gt-xs-35{flex:1 1 100%;max-width:35%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-xs-35{flex:1 1 100%;max-width:100%;max-height:35%;box-sizing:border-box}.layout-gt-xs-row>.flex-gt-xs-35{flex:1 1 100%;max-width:35%;max-height:100%;box-sizing:border-box}.layout-gt-xs-column>.flex-gt-xs-35{flex:1 1 100%;max-width:100%;max-height:35%;box-sizing:border-box}.flex-gt-xs-40,.layout-row>.flex-gt-xs-40{flex:1 1 100%;max-width:40%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-xs-40{flex:1 1 100%;max-width:100%;max-height:40%;box-sizing:border-box}.layout-gt-xs-row>.flex-gt-xs-40{flex:1 1 100%;max-width:40%;max-height:100%;box-sizing:border-box}.layout-gt-xs-column>.flex-gt-xs-40{flex:1 1 100%;max-width:100%;max-height:40%;box-sizing:border-box}.flex-gt-xs-45,.layout-row>.flex-gt-xs-45{flex:1 1 100%;max-width:45%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-xs-45{flex:1 1 100%;max-width:100%;max-height:45%;box-sizing:border-box}.layout-gt-xs-row>.flex-gt-xs-45{flex:1 1 100%;max-width:45%;max-height:100%;box-sizing:border-box}.layout-gt-xs-column>.flex-gt-xs-45{flex:1 1 100%;max-width:100%;max-height:45%;box-sizing:border-box}.flex-gt-xs-50,.layout-row>.flex-gt-xs-50{flex:1 1 100%;max-width:50%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-xs-50{flex:1 1 100%;max-width:100%;max-height:50%;box-sizing:border-box}.layout-gt-xs-row>.flex-gt-xs-50{flex:1 1 100%;max-width:50%;max-height:100%;box-sizing:border-box}.layout-gt-xs-column>.flex-gt-xs-50{flex:1 1 100%;max-width:100%;max-height:50%;box-sizing:border-box}.flex-gt-xs-55,.layout-row>.flex-gt-xs-55{flex:1 1 100%;max-width:55%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-xs-55{flex:1 1 100%;max-width:100%;max-height:55%;box-sizing:border-box}.layout-gt-xs-row>.flex-gt-xs-55{flex:1 1 100%;max-width:55%;max-height:100%;box-sizing:border-box}.layout-gt-xs-column>.flex-gt-xs-55{flex:1 1 100%;max-width:100%;max-height:55%;box-sizing:border-box}.flex-gt-xs-60,.layout-row>.flex-gt-xs-60{flex:1 1 100%;max-width:60%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-xs-60{flex:1 1 100%;max-width:100%;max-height:60%;box-sizing:border-box}.layout-gt-xs-row>.flex-gt-xs-60{flex:1 1 100%;max-width:60%;max-height:100%;box-sizing:border-box}.layout-gt-xs-column>.flex-gt-xs-60{flex:1 1 100%;max-width:100%;max-height:60%;box-sizing:border-box}.flex-gt-xs-65,.layout-row>.flex-gt-xs-65{flex:1 1 100%;max-width:65%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-xs-65{flex:1 1 100%;max-width:100%;max-height:65%;box-sizing:border-box}.layout-gt-xs-row>.flex-gt-xs-65{flex:1 1 100%;max-width:65%;max-height:100%;box-sizing:border-box}.layout-gt-xs-column>.flex-gt-xs-65{flex:1 1 100%;max-width:100%;max-height:65%;box-sizing:border-box}.flex-gt-xs-70,.layout-row>.flex-gt-xs-70{flex:1 1 100%;max-width:70%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-xs-70{flex:1 1 100%;max-width:100%;max-height:70%;box-sizing:border-box}.layout-gt-xs-row>.flex-gt-xs-70{flex:1 1 100%;max-width:70%;max-height:100%;box-sizing:border-box}.layout-gt-xs-column>.flex-gt-xs-70{flex:1 1 100%;max-width:100%;max-height:70%;box-sizing:border-box}.flex-gt-xs-75,.layout-row>.flex-gt-xs-75{flex:1 1 100%;max-width:75%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-xs-75{flex:1 1 100%;max-width:100%;max-height:75%;box-sizing:border-box}.layout-gt-xs-row>.flex-gt-xs-75{flex:1 1 100%;max-width:75%;max-height:100%;box-sizing:border-box}.layout-gt-xs-column>.flex-gt-xs-75{flex:1 1 100%;max-width:100%;max-height:75%;box-sizing:border-box}.flex-gt-xs-80,.layout-row>.flex-gt-xs-80{flex:1 1 100%;max-width:80%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-xs-80{flex:1 1 100%;max-width:100%;max-height:80%;box-sizing:border-box}.layout-gt-xs-row>.flex-gt-xs-80{flex:1 1 100%;max-width:80%;max-height:100%;box-sizing:border-box}.layout-gt-xs-column>.flex-gt-xs-80{flex:1 1 100%;max-width:100%;max-height:80%;box-sizing:border-box}.flex-gt-xs-85,.layout-row>.flex-gt-xs-85{flex:1 1 100%;max-width:85%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-xs-85{flex:1 1 100%;max-width:100%;max-height:85%;box-sizing:border-box}.layout-gt-xs-row>.flex-gt-xs-85{flex:1 1 100%;max-width:85%;max-height:100%;box-sizing:border-box}.layout-gt-xs-column>.flex-gt-xs-85{flex:1 1 100%;max-width:100%;max-height:85%;box-sizing:border-box}.flex-gt-xs-90,.layout-row>.flex-gt-xs-90{flex:1 1 100%;max-width:90%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-xs-90{flex:1 1 100%;max-width:100%;max-height:90%;box-sizing:border-box}.layout-gt-xs-row>.flex-gt-xs-90{flex:1 1 100%;max-width:90%;max-height:100%;box-sizing:border-box}.layout-gt-xs-column>.flex-gt-xs-90{flex:1 1 100%;max-width:100%;max-height:90%;box-sizing:border-box}.flex-gt-xs-95,.layout-row>.flex-gt-xs-95{flex:1 1 100%;max-width:95%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-xs-95{flex:1 1 100%;max-width:100%;max-height:95%;box-sizing:border-box}.layout-gt-xs-row>.flex-gt-xs-95{flex:1 1 100%;max-width:95%;max-height:100%;box-sizing:border-box}.layout-gt-xs-column>.flex-gt-xs-95{flex:1 1 100%;max-width:100%;max-height:95%;box-sizing:border-box}.flex-gt-xs-100,.layout-column>.flex-gt-xs-100,.layout-gt-xs-column>.flex-gt-xs-100,.layout-gt-xs-row>.flex-gt-xs-100,.layout-row>.flex-gt-xs-100{flex:1 1 100%;max-width:100%;max-height:100%;box-sizing:border-box}.layout-row>.flex-gt-xs-33{flex:1 1 33.33%;max-width:33.33%;max-height:100%;box-sizing:border-box}.layout-row>.flex-gt-xs-66{flex:1 1 66.66%;max-width:66.66%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-xs-33{flex:1 1 33.33%;max-width:100%;max-height:33.33%;box-sizing:border-box}.layout-column>.flex-gt-xs-66{flex:1 1 66.66%;max-width:100%;max-height:66.66%;box-sizing:border-box}.layout-gt-xs-row>.flex-gt-xs-33{flex:1 1 100%;max-width:33.33%;max-height:100%;box-sizing:border-box}.layout-gt-xs-row>.flex-gt-xs-66{flex:1 1 100%;max-width:66.66%;max-height:100%;box-sizing:border-box}.layout-gt-xs-row>.flex{min-width:0}.layout-gt-xs-column>.flex-gt-xs-33{flex:1 1 100%;max-width:100%;max-height:33.33%;box-sizing:border-box}.layout-gt-xs-column>.flex-gt-xs-66{flex:1 1 100%;max-width:100%;max-height:66.66%;box-sizing:border-box}.layout-gt-xs-column>.flex{min-height:0}.layout-gt-xs,.layout-gt-xs-column,.layout-gt-xs-row{box-sizing:border-box;display:flex}.layout-gt-xs-column{flex-direction:column}.layout-gt-xs-row{flex-direction:row}}@media (min-width:600px) and (max-width:959px){.hide-gt-xs:not(.show-gt-xs):not(.show-sm):not(.show),.hide-sm:not(.show-gt-xs):not(.show-sm):not(.show),.hide:not(.show-gt-xs):not(.show-sm):not(.show){display:none}.flex-order-sm--20{order:-20}.flex-order-sm--19{order:-19}.flex-order-sm--18{order:-18}.flex-order-sm--17{order:-17}.flex-order-sm--16{order:-16}.flex-order-sm--15{order:-15}.flex-order-sm--14{order:-14}.flex-order-sm--13{order:-13}.flex-order-sm--12{order:-12}.flex-order-sm--11{order:-11}.flex-order-sm--10{order:-10}.flex-order-sm--9{order:-9}.flex-order-sm--8{order:-8}.flex-order-sm--7{order:-7}.flex-order-sm--6{order:-6}.flex-order-sm--5{order:-5}.flex-order-sm--4{order:-4}.flex-order-sm--3{order:-3}.flex-order-sm--2{order:-2}.flex-order-sm--1{order:-1}.flex-order-sm-0{order:0}.flex-order-sm-1{order:1}.flex-order-sm-2{order:2}.flex-order-sm-3{order:3}.flex-order-sm-4{order:4}.flex-order-sm-5{order:5}.flex-order-sm-6{order:6}.flex-order-sm-7{order:7}.flex-order-sm-8{order:8}.flex-order-sm-9{order:9}.flex-order-sm-10{order:10}.flex-order-sm-11{order:11}.flex-order-sm-12{order:12}.flex-order-sm-13{order:13}.flex-order-sm-14{order:14}.flex-order-sm-15{order:15}.flex-order-sm-16{order:16}.flex-order-sm-17{order:17}.flex-order-sm-18{order:18}.flex-order-sm-19{order:19}.flex-order-sm-20{order:20}[dir=ltr] .flex-offset-sm-0,[dir=ltr] .layout-margin .flex-offset-sm-0,[dir=ltr] .layout-margin .offset-sm-0,[dir=ltr] .offset-sm-0{margin-left:0}[dir=rtl] .flex-offset-sm-0,[dir=rtl] .layout-margin .flex-offset-sm-0,[dir=rtl] .layout-margin .offset-sm-0,[dir=rtl] .offset-sm-0{margin-right:0}[dir=ltr] [dir=rtl] .flex-offset-sm-0,[dir=ltr] [dir=rtl] .layout-margin .flex-offset-sm-0,[dir=ltr] [dir=rtl] .layout-margin .offset-sm-0,[dir=ltr] [dir=rtl] .offset-sm-0{margin-left:auto;margin-right:0}[dir=rtl] [dir=rtl] .flex-offset-sm-0,[dir=rtl] [dir=rtl] .layout-margin .flex-offset-sm-0,[dir=rtl] [dir=rtl] .layout-margin .offset-sm-0,[dir=rtl] [dir=rtl] .offset-sm-0{margin-right:auto;margin-left:0}[dir=ltr] .flex-offset-sm-5,[dir=ltr] .layout-margin .flex-offset-sm-5,[dir=ltr] .layout-margin .offset-sm-5,[dir=ltr] .offset-sm-5{margin-left:5%}[dir=rtl] .flex-offset-sm-5,[dir=rtl] .layout-margin .flex-offset-sm-5,[dir=rtl] .layout-margin .offset-sm-5,[dir=rtl] .offset-sm-5{margin-right:5%}[dir=ltr] [dir=rtl] .flex-offset-sm-5,[dir=ltr] [dir=rtl] .layout-margin .flex-offset-sm-5,[dir=ltr] [dir=rtl] .layout-margin .offset-sm-5,[dir=ltr] [dir=rtl] .offset-sm-5{margin-left:auto;margin-right:5%}[dir=rtl] [dir=rtl] .flex-offset-sm-5,[dir=rtl] [dir=rtl] .layout-margin .flex-offset-sm-5,[dir=rtl] [dir=rtl] .layout-margin .offset-sm-5,[dir=rtl] [dir=rtl] .offset-sm-5{margin-right:auto;margin-left:5%}[dir=ltr] .flex-offset-sm-10,[dir=ltr] .layout-margin .flex-offset-sm-10,[dir=ltr] .layout-margin .offset-sm-10,[dir=ltr] .offset-sm-10{margin-left:10%}[dir=rtl] .flex-offset-sm-10,[dir=rtl] .layout-margin .flex-offset-sm-10,[dir=rtl] .layout-margin .offset-sm-10,[dir=rtl] .offset-sm-10{margin-right:10%}[dir=ltr] [dir=rtl] .flex-offset-sm-10,[dir=ltr] [dir=rtl] .layout-margin .flex-offset-sm-10,[dir=ltr] [dir=rtl] .layout-margin .offset-sm-10,[dir=ltr] [dir=rtl] .offset-sm-10{margin-left:auto;margin-right:10%}[dir=rtl] [dir=rtl] .flex-offset-sm-10,[dir=rtl] [dir=rtl] .layout-margin .flex-offset-sm-10,[dir=rtl] [dir=rtl] .layout-margin .offset-sm-10,[dir=rtl] [dir=rtl] .offset-sm-10{margin-right:auto;margin-left:10%}[dir=ltr] .flex-offset-sm-15,[dir=ltr] .layout-margin .flex-offset-sm-15,[dir=ltr] .layout-margin .offset-sm-15,[dir=ltr] .offset-sm-15{margin-left:15%}[dir=rtl] .flex-offset-sm-15,[dir=rtl] .layout-margin .flex-offset-sm-15,[dir=rtl] .layout-margin .offset-sm-15,[dir=rtl] .offset-sm-15{margin-right:15%}[dir=ltr] [dir=rtl] .flex-offset-sm-15,[dir=ltr] [dir=rtl] .layout-margin .flex-offset-sm-15,[dir=ltr] [dir=rtl] .layout-margin .offset-sm-15,[dir=ltr] [dir=rtl] .offset-sm-15{margin-left:auto;margin-right:15%}[dir=rtl] [dir=rtl] .flex-offset-sm-15,[dir=rtl] [dir=rtl] .layout-margin .flex-offset-sm-15,[dir=rtl] [dir=rtl] .layout-margin .offset-sm-15,[dir=rtl] [dir=rtl] .offset-sm-15{margin-right:auto;margin-left:15%}[dir=ltr] .flex-offset-sm-20,[dir=ltr] .layout-margin .flex-offset-sm-20,[dir=ltr] .layout-margin .offset-sm-20,[dir=ltr] .offset-sm-20{margin-left:20%}[dir=rtl] .flex-offset-sm-20,[dir=rtl] .layout-margin .flex-offset-sm-20,[dir=rtl] .layout-margin .offset-sm-20,[dir=rtl] .offset-sm-20{margin-right:20%}[dir=ltr] [dir=rtl] .flex-offset-sm-20,[dir=ltr] [dir=rtl] .layout-margin .flex-offset-sm-20,[dir=ltr] [dir=rtl] .layout-margin .offset-sm-20,[dir=ltr] [dir=rtl] .offset-sm-20{margin-left:auto;margin-right:20%}[dir=rtl] [dir=rtl] .flex-offset-sm-20,[dir=rtl] [dir=rtl] .layout-margin .flex-offset-sm-20,[dir=rtl] [dir=rtl] .layout-margin .offset-sm-20,[dir=rtl] [dir=rtl] .offset-sm-20{margin-right:auto;margin-left:20%}[dir=ltr] .flex-offset-sm-25,[dir=ltr] .layout-margin .flex-offset-sm-25,[dir=ltr] .layout-margin .offset-sm-25,[dir=ltr] .offset-sm-25{margin-left:25%}[dir=rtl] .flex-offset-sm-25,[dir=rtl] .layout-margin .flex-offset-sm-25,[dir=rtl] .layout-margin .offset-sm-25,[dir=rtl] .offset-sm-25{margin-right:25%}[dir=ltr] [dir=rtl] .flex-offset-sm-25,[dir=ltr] [dir=rtl] .layout-margin .flex-offset-sm-25,[dir=ltr] [dir=rtl] .layout-margin .offset-sm-25,[dir=ltr] [dir=rtl] .offset-sm-25{margin-left:auto;margin-right:25%}[dir=rtl] [dir=rtl] .flex-offset-sm-25,[dir=rtl] [dir=rtl] .layout-margin .flex-offset-sm-25,[dir=rtl] [dir=rtl] .layout-margin .offset-sm-25,[dir=rtl] [dir=rtl] .offset-sm-25{margin-right:auto;margin-left:25%}[dir=ltr] .flex-offset-sm-30,[dir=ltr] .layout-margin .flex-offset-sm-30,[dir=ltr] .layout-margin .offset-sm-30,[dir=ltr] .offset-sm-30{margin-left:30%}[dir=rtl] .flex-offset-sm-30,[dir=rtl] .layout-margin .flex-offset-sm-30,[dir=rtl] .layout-margin .offset-sm-30,[dir=rtl] .offset-sm-30{margin-right:30%}[dir=ltr] [dir=rtl] .flex-offset-sm-30,[dir=ltr] [dir=rtl] .layout-margin .flex-offset-sm-30,[dir=ltr] [dir=rtl] .layout-margin .offset-sm-30,[dir=ltr] [dir=rtl] .offset-sm-30{margin-left:auto;margin-right:30%}[dir=rtl] [dir=rtl] .flex-offset-sm-30,[dir=rtl] [dir=rtl] .layout-margin .flex-offset-sm-30,[dir=rtl] [dir=rtl] .layout-margin .offset-sm-30,[dir=rtl] [dir=rtl] .offset-sm-30{margin-right:auto;margin-left:30%}[dir=ltr] .flex-offset-sm-35,[dir=ltr] .layout-margin .flex-offset-sm-35,[dir=ltr] .layout-margin .offset-sm-35,[dir=ltr] .offset-sm-35{margin-left:35%}[dir=rtl] .flex-offset-sm-35,[dir=rtl] .layout-margin .flex-offset-sm-35,[dir=rtl] .layout-margin .offset-sm-35,[dir=rtl] .offset-sm-35{margin-right:35%}[dir=ltr] [dir=rtl] .flex-offset-sm-35,[dir=ltr] [dir=rtl] .layout-margin .flex-offset-sm-35,[dir=ltr] [dir=rtl] .layout-margin .offset-sm-35,[dir=ltr] [dir=rtl] .offset-sm-35{margin-left:auto;margin-right:35%}[dir=rtl] [dir=rtl] .flex-offset-sm-35,[dir=rtl] [dir=rtl] .layout-margin .flex-offset-sm-35,[dir=rtl] [dir=rtl] .layout-margin .offset-sm-35,[dir=rtl] [dir=rtl] .offset-sm-35{margin-right:auto;margin-left:35%}[dir=ltr] .flex-offset-sm-40,[dir=ltr] .layout-margin .flex-offset-sm-40,[dir=ltr] .layout-margin .offset-sm-40,[dir=ltr] .offset-sm-40{margin-left:40%}[dir=rtl] .flex-offset-sm-40,[dir=rtl] .layout-margin .flex-offset-sm-40,[dir=rtl] .layout-margin .offset-sm-40,[dir=rtl] .offset-sm-40{margin-right:40%}[dir=ltr] [dir=rtl] .flex-offset-sm-40,[dir=ltr] [dir=rtl] .layout-margin .flex-offset-sm-40,[dir=ltr] [dir=rtl] .layout-margin .offset-sm-40,[dir=ltr] [dir=rtl] .offset-sm-40{margin-left:auto;margin-right:40%}[dir=rtl] [dir=rtl] .flex-offset-sm-40,[dir=rtl] [dir=rtl] .layout-margin .flex-offset-sm-40,[dir=rtl] [dir=rtl] .layout-margin .offset-sm-40,[dir=rtl] [dir=rtl] .offset-sm-40{margin-right:auto;margin-left:40%}[dir=ltr] .flex-offset-sm-45,[dir=ltr] .layout-margin .flex-offset-sm-45,[dir=ltr] .layout-margin .offset-sm-45,[dir=ltr] .offset-sm-45{margin-left:45%}[dir=rtl] .flex-offset-sm-45,[dir=rtl] .layout-margin .flex-offset-sm-45,[dir=rtl] .layout-margin .offset-sm-45,[dir=rtl] .offset-sm-45{margin-right:45%}[dir=ltr] [dir=rtl] .flex-offset-sm-45,[dir=ltr] [dir=rtl] .layout-margin .flex-offset-sm-45,[dir=ltr] [dir=rtl] .layout-margin .offset-sm-45,[dir=ltr] [dir=rtl] .offset-sm-45{margin-left:auto;margin-right:45%}[dir=rtl] [dir=rtl] .flex-offset-sm-45,[dir=rtl] [dir=rtl] .layout-margin .flex-offset-sm-45,[dir=rtl] [dir=rtl] .layout-margin .offset-sm-45,[dir=rtl] [dir=rtl] .offset-sm-45{margin-right:auto;margin-left:45%}[dir=ltr] .flex-offset-sm-50,[dir=ltr] .layout-margin .flex-offset-sm-50,[dir=ltr] .layout-margin .offset-sm-50,[dir=ltr] .offset-sm-50{margin-left:50%}[dir=rtl] .flex-offset-sm-50,[dir=rtl] .layout-margin .flex-offset-sm-50,[dir=rtl] .layout-margin .offset-sm-50,[dir=rtl] .offset-sm-50{margin-right:50%}[dir=ltr] [dir=rtl] .flex-offset-sm-50,[dir=ltr] [dir=rtl] .layout-margin .flex-offset-sm-50,[dir=ltr] [dir=rtl] .layout-margin .offset-sm-50,[dir=ltr] [dir=rtl] .offset-sm-50{margin-left:auto;margin-right:50%}[dir=rtl] [dir=rtl] .flex-offset-sm-50,[dir=rtl] [dir=rtl] .layout-margin .flex-offset-sm-50,[dir=rtl] [dir=rtl] .layout-margin .offset-sm-50,[dir=rtl] [dir=rtl] .offset-sm-50{margin-right:auto;margin-left:50%}[dir=ltr] .flex-offset-sm-55,[dir=ltr] .layout-margin .flex-offset-sm-55,[dir=ltr] .layout-margin .offset-sm-55,[dir=ltr] .offset-sm-55{margin-left:55%}[dir=rtl] .flex-offset-sm-55,[dir=rtl] .layout-margin .flex-offset-sm-55,[dir=rtl] .layout-margin .offset-sm-55,[dir=rtl] .offset-sm-55{margin-right:55%}[dir=ltr] [dir=rtl] .flex-offset-sm-55,[dir=ltr] [dir=rtl] .layout-margin .flex-offset-sm-55,[dir=ltr] [dir=rtl] .layout-margin .offset-sm-55,[dir=ltr] [dir=rtl] .offset-sm-55{margin-left:auto;margin-right:55%}[dir=rtl] [dir=rtl] .flex-offset-sm-55,[dir=rtl] [dir=rtl] .layout-margin .flex-offset-sm-55,[dir=rtl] [dir=rtl] .layout-margin .offset-sm-55,[dir=rtl] [dir=rtl] .offset-sm-55{margin-right:auto;margin-left:55%}[dir=ltr] .flex-offset-sm-60,[dir=ltr] .layout-margin .flex-offset-sm-60,[dir=ltr] .layout-margin .offset-sm-60,[dir=ltr] .offset-sm-60{margin-left:60%}[dir=rtl] .flex-offset-sm-60,[dir=rtl] .layout-margin .flex-offset-sm-60,[dir=rtl] .layout-margin .offset-sm-60,[dir=rtl] .offset-sm-60{margin-right:60%}[dir=ltr] [dir=rtl] .flex-offset-sm-60,[dir=ltr] [dir=rtl] .layout-margin .flex-offset-sm-60,[dir=ltr] [dir=rtl] .layout-margin .offset-sm-60,[dir=ltr] [dir=rtl] .offset-sm-60{margin-left:auto;margin-right:60%}[dir=rtl] [dir=rtl] .flex-offset-sm-60,[dir=rtl] [dir=rtl] .layout-margin .flex-offset-sm-60,[dir=rtl] [dir=rtl] .layout-margin .offset-sm-60,[dir=rtl] [dir=rtl] .offset-sm-60{margin-right:auto;margin-left:60%}[dir=ltr] .flex-offset-sm-65,[dir=ltr] .layout-margin .flex-offset-sm-65,[dir=ltr] .layout-margin .offset-sm-65,[dir=ltr] .offset-sm-65{margin-left:65%}[dir=rtl] .flex-offset-sm-65,[dir=rtl] .layout-margin .flex-offset-sm-65,[dir=rtl] .layout-margin .offset-sm-65,[dir=rtl] .offset-sm-65{margin-right:65%}[dir=ltr] [dir=rtl] .flex-offset-sm-65,[dir=ltr] [dir=rtl] .layout-margin .flex-offset-sm-65,[dir=ltr] [dir=rtl] .layout-margin .offset-sm-65,[dir=ltr] [dir=rtl] .offset-sm-65{margin-left:auto;margin-right:65%}[dir=rtl] [dir=rtl] .flex-offset-sm-65,[dir=rtl] [dir=rtl] .layout-margin .flex-offset-sm-65,[dir=rtl] [dir=rtl] .layout-margin .offset-sm-65,[dir=rtl] [dir=rtl] .offset-sm-65{margin-right:auto;margin-left:65%}[dir=ltr] .flex-offset-sm-70,[dir=ltr] .layout-margin .flex-offset-sm-70,[dir=ltr] .layout-margin .offset-sm-70,[dir=ltr] .offset-sm-70{margin-left:70%}[dir=rtl] .flex-offset-sm-70,[dir=rtl] .layout-margin .flex-offset-sm-70,[dir=rtl] .layout-margin .offset-sm-70,[dir=rtl] .offset-sm-70{margin-right:70%}[dir=ltr] [dir=rtl] .flex-offset-sm-70,[dir=ltr] [dir=rtl] .layout-margin .flex-offset-sm-70,[dir=ltr] [dir=rtl] .layout-margin .offset-sm-70,[dir=ltr] [dir=rtl] .offset-sm-70{margin-left:auto;margin-right:70%}[dir=rtl] [dir=rtl] .flex-offset-sm-70,[dir=rtl] [dir=rtl] .layout-margin .flex-offset-sm-70,[dir=rtl] [dir=rtl] .layout-margin .offset-sm-70,[dir=rtl] [dir=rtl] .offset-sm-70{margin-right:auto;margin-left:70%}[dir=ltr] .flex-offset-sm-75,[dir=ltr] .layout-margin .flex-offset-sm-75,[dir=ltr] .layout-margin .offset-sm-75,[dir=ltr] .offset-sm-75{margin-left:75%}[dir=rtl] .flex-offset-sm-75,[dir=rtl] .layout-margin .flex-offset-sm-75,[dir=rtl] .layout-margin .offset-sm-75,[dir=rtl] .offset-sm-75{margin-right:75%}[dir=ltr] [dir=rtl] .flex-offset-sm-75,[dir=ltr] [dir=rtl] .layout-margin .flex-offset-sm-75,[dir=ltr] [dir=rtl] .layout-margin .offset-sm-75,[dir=ltr] [dir=rtl] .offset-sm-75{margin-left:auto;margin-right:75%}[dir=rtl] [dir=rtl] .flex-offset-sm-75,[dir=rtl] [dir=rtl] .layout-margin .flex-offset-sm-75,[dir=rtl] [dir=rtl] .layout-margin .offset-sm-75,[dir=rtl] [dir=rtl] .offset-sm-75{margin-right:auto;margin-left:75%}[dir=ltr] .flex-offset-sm-80,[dir=ltr] .layout-margin .flex-offset-sm-80,[dir=ltr] .layout-margin .offset-sm-80,[dir=ltr] .offset-sm-80{margin-left:80%}[dir=rtl] .flex-offset-sm-80,[dir=rtl] .layout-margin .flex-offset-sm-80,[dir=rtl] .layout-margin .offset-sm-80,[dir=rtl] .offset-sm-80{margin-right:80%}[dir=ltr] [dir=rtl] .flex-offset-sm-80,[dir=ltr] [dir=rtl] .layout-margin .flex-offset-sm-80,[dir=ltr] [dir=rtl] .layout-margin .offset-sm-80,[dir=ltr] [dir=rtl] .offset-sm-80{margin-left:auto;margin-right:80%}[dir=rtl] [dir=rtl] .flex-offset-sm-80,[dir=rtl] [dir=rtl] .layout-margin .flex-offset-sm-80,[dir=rtl] [dir=rtl] .layout-margin .offset-sm-80,[dir=rtl] [dir=rtl] .offset-sm-80{margin-right:auto;margin-left:80%}[dir=ltr] .flex-offset-sm-85,[dir=ltr] .layout-margin .flex-offset-sm-85,[dir=ltr] .layout-margin .offset-sm-85,[dir=ltr] .offset-sm-85{margin-left:85%}[dir=rtl] .flex-offset-sm-85,[dir=rtl] .layout-margin .flex-offset-sm-85,[dir=rtl] .layout-margin .offset-sm-85,[dir=rtl] .offset-sm-85{margin-right:85%}[dir=ltr] [dir=rtl] .flex-offset-sm-85,[dir=ltr] [dir=rtl] .layout-margin .flex-offset-sm-85,[dir=ltr] [dir=rtl] .layout-margin .offset-sm-85,[dir=ltr] [dir=rtl] .offset-sm-85{margin-left:auto;margin-right:85%}[dir=rtl] [dir=rtl] .flex-offset-sm-85,[dir=rtl] [dir=rtl] .layout-margin .flex-offset-sm-85,[dir=rtl] [dir=rtl] .layout-margin .offset-sm-85,[dir=rtl] [dir=rtl] .offset-sm-85{margin-right:auto;margin-left:85%}[dir=ltr] .flex-offset-sm-90,[dir=ltr] .layout-margin .flex-offset-sm-90,[dir=ltr] .layout-margin .offset-sm-90,[dir=ltr] .offset-sm-90{margin-left:90%}[dir=rtl] .flex-offset-sm-90,[dir=rtl] .layout-margin .flex-offset-sm-90,[dir=rtl] .layout-margin .offset-sm-90,[dir=rtl] .offset-sm-90{margin-right:90%}[dir=ltr] [dir=rtl] .flex-offset-sm-90,[dir=ltr] [dir=rtl] .layout-margin .flex-offset-sm-90,[dir=ltr] [dir=rtl] .layout-margin .offset-sm-90,[dir=ltr] [dir=rtl] .offset-sm-90{margin-left:auto;margin-right:90%}[dir=rtl] [dir=rtl] .flex-offset-sm-90,[dir=rtl] [dir=rtl] .layout-margin .flex-offset-sm-90,[dir=rtl] [dir=rtl] .layout-margin .offset-sm-90,[dir=rtl] [dir=rtl] .offset-sm-90{margin-right:auto;margin-left:90%}[dir=ltr] .flex-offset-sm-95,[dir=ltr] .layout-margin .flex-offset-sm-95,[dir=ltr] .layout-margin .offset-sm-95,[dir=ltr] .offset-sm-95{margin-left:95%}[dir=rtl] .flex-offset-sm-95,[dir=rtl] .layout-margin .flex-offset-sm-95,[dir=rtl] .layout-margin .offset-sm-95,[dir=rtl] .offset-sm-95{margin-right:95%}[dir=ltr] [dir=rtl] .flex-offset-sm-95,[dir=ltr] [dir=rtl] .layout-margin .flex-offset-sm-95,[dir=ltr] [dir=rtl] .layout-margin .offset-sm-95,[dir=ltr] [dir=rtl] .offset-sm-95{margin-left:auto;margin-right:95%}[dir=rtl] [dir=rtl] .flex-offset-sm-95,[dir=rtl] [dir=rtl] .layout-margin .flex-offset-sm-95,[dir=rtl] [dir=rtl] .layout-margin .offset-sm-95,[dir=rtl] [dir=rtl] .offset-sm-95{margin-right:auto;margin-left:95%}[dir=ltr] .flex-offset-sm-33,[dir=ltr] .layout-margin .flex-offset-sm-33,[dir=ltr] .layout-margin .offset-sm-33,[dir=ltr] .offset-sm-33{margin-left:33.3333333333%}[dir=rtl] .flex-offset-sm-33,[dir=rtl] .layout-margin .flex-offset-sm-33,[dir=rtl] .layout-margin .offset-sm-33,[dir=rtl] .offset-sm-33{margin-right:33.3333333333%}[dir=ltr] .flex-offset-sm-66,[dir=ltr] .layout-margin .flex-offset-sm-66,[dir=ltr] .layout-margin .offset-sm-66,[dir=ltr] .offset-sm-66{margin-left:66.6666666667%}[dir=rtl] .flex-offset-sm-66,[dir=rtl] .layout-margin .flex-offset-sm-66,[dir=rtl] .layout-margin .offset-sm-66,[dir=rtl] .offset-sm-66{margin-right:66.6666666667%}[dir=ltr] [dir=rtl] .flex-offset-sm-66,[dir=ltr] [dir=rtl] .layout-margin .flex-offset-sm-66,[dir=ltr] [dir=rtl] .layout-margin .offset-sm-66,[dir=ltr] [dir=rtl] .offset-sm-66{margin-left:auto;margin-right:66.6666666667%}[dir=rtl] [dir=rtl] .flex-offset-sm-66,[dir=rtl] [dir=rtl] .layout-margin .flex-offset-sm-66,[dir=rtl] [dir=rtl] .layout-margin .offset-sm-66,[dir=rtl] [dir=rtl] .offset-sm-66{margin-right:auto;margin-left:66.6666666667%}.layout-align-sm,.layout-align-sm-start-stretch{justify-content:flex-start;align-content:stretch;align-items:stretch}.layout-align-sm-start,.layout-align-sm-start-center,.layout-align-sm-start-end,.layout-align-sm-start-start,.layout-align-sm-start-stretch{justify-content:flex-start}.layout-align-sm-center,.layout-align-sm-center-center,.layout-align-sm-center-end,.layout-align-sm-center-start,.layout-align-sm-center-stretch{justify-content:center}.layout-align-sm-end,.layout-align-sm-end-center,.layout-align-sm-end-end,.layout-align-sm-end-start,.layout-align-sm-end-stretch{justify-content:flex-end}.layout-align-sm-space-around,.layout-align-sm-space-around-center,.layout-align-sm-space-around-end,.layout-align-sm-space-around-start,.layout-align-sm-space-around-stretch{justify-content:space-around}.layout-align-sm-space-between,.layout-align-sm-space-between-center,.layout-align-sm-space-between-end,.layout-align-sm-space-between-start,.layout-align-sm-space-between-stretch{justify-content:space-between}.layout-align-sm-center-start,.layout-align-sm-end-start,.layout-align-sm-space-around-start,.layout-align-sm-space-between-start,.layout-align-sm-start-start{align-items:flex-start;align-content:flex-start}.layout-align-sm-center-center,.layout-align-sm-end-center,.layout-align-sm-space-around-center,.layout-align-sm-space-between-center,.layout-align-sm-start-center{align-items:center;align-content:center;max-width:100%}.layout-align-sm-center-center>*,.layout-align-sm-end-center>*,.layout-align-sm-space-around-center>*,.layout-align-sm-space-between-center>*,.layout-align-sm-start-center>*{max-width:100%;box-sizing:border-box}.layout-align-sm-center-end,.layout-align-sm-end-end,.layout-align-sm-space-around-end,.layout-align-sm-space-between-end,.layout-align-sm-start-end{align-items:flex-end;align-content:flex-end}.layout-align-sm-center-stretch,.layout-align-sm-end-stretch,.layout-align-sm-space-around-stretch,.layout-align-sm-space-between-stretch,.layout-align-sm-start-stretch{align-items:stretch;align-content:stretch}.flex-sm{flex:1;box-sizing:border-box}.flex-sm-grow{flex:1 1 100%;box-sizing:border-box}.flex-sm-initial{flex:0 1 auto;box-sizing:border-box}.flex-sm-auto{flex:1 1 auto;box-sizing:border-box}.flex-sm-none{flex:0 0 auto;box-sizing:border-box}.flex-sm-noshrink{flex:1 0 auto;box-sizing:border-box}.flex-sm-nogrow{flex:0 1 auto;box-sizing:border-box}.flex-sm-0,.layout-row>.flex-sm-0{flex:1 1 100%;max-width:0;max-height:100%;box-sizing:border-box}.layout-row>.flex-sm-0{min-width:0}.layout-column>.flex-sm-0{flex:1 1 100%;max-width:100%;max-height:0;box-sizing:border-box}.layout-sm-row>.flex-sm-0{flex:1 1 100%;max-width:0;max-height:100%;box-sizing:border-box;min-width:0}.layout-sm-column>.flex-sm-0{flex:1 1 100%;max-width:100%;max-height:0;box-sizing:border-box;min-height:0}.flex-sm-5,.layout-row>.flex-sm-5{flex:1 1 100%;max-width:5%;max-height:100%;box-sizing:border-box}.layout-column>.flex-sm-5{flex:1 1 100%;max-width:100%;max-height:5%;box-sizing:border-box}.layout-sm-row>.flex-sm-5{flex:1 1 100%;max-width:5%;max-height:100%;box-sizing:border-box}.layout-sm-column>.flex-sm-5{flex:1 1 100%;max-width:100%;max-height:5%;box-sizing:border-box}.flex-sm-10,.layout-row>.flex-sm-10{flex:1 1 100%;max-width:10%;max-height:100%;box-sizing:border-box}.layout-column>.flex-sm-10{flex:1 1 100%;max-width:100%;max-height:10%;box-sizing:border-box}.layout-sm-row>.flex-sm-10{flex:1 1 100%;max-width:10%;max-height:100%;box-sizing:border-box}.layout-sm-column>.flex-sm-10{flex:1 1 100%;max-width:100%;max-height:10%;box-sizing:border-box}.flex-sm-15,.layout-row>.flex-sm-15{flex:1 1 100%;max-width:15%;max-height:100%;box-sizing:border-box}.layout-column>.flex-sm-15{flex:1 1 100%;max-width:100%;max-height:15%;box-sizing:border-box}.layout-sm-row>.flex-sm-15{flex:1 1 100%;max-width:15%;max-height:100%;box-sizing:border-box}.layout-sm-column>.flex-sm-15{flex:1 1 100%;max-width:100%;max-height:15%;box-sizing:border-box}.flex-sm-20,.layout-row>.flex-sm-20{flex:1 1 100%;max-width:20%;max-height:100%;box-sizing:border-box}.layout-column>.flex-sm-20{flex:1 1 100%;max-width:100%;max-height:20%;box-sizing:border-box}.layout-sm-row>.flex-sm-20{flex:1 1 100%;max-width:20%;max-height:100%;box-sizing:border-box}.layout-sm-column>.flex-sm-20{flex:1 1 100%;max-width:100%;max-height:20%;box-sizing:border-box}.flex-sm-25,.layout-row>.flex-sm-25{flex:1 1 100%;max-width:25%;max-height:100%;box-sizing:border-box}.layout-column>.flex-sm-25{flex:1 1 100%;max-width:100%;max-height:25%;box-sizing:border-box}.layout-sm-row>.flex-sm-25{flex:1 1 100%;max-width:25%;max-height:100%;box-sizing:border-box}.layout-sm-column>.flex-sm-25{flex:1 1 100%;max-width:100%;max-height:25%;box-sizing:border-box}.flex-sm-30,.layout-row>.flex-sm-30{flex:1 1 100%;max-width:30%;max-height:100%;box-sizing:border-box}.layout-column>.flex-sm-30{flex:1 1 100%;max-width:100%;max-height:30%;box-sizing:border-box}.layout-sm-row>.flex-sm-30{flex:1 1 100%;max-width:30%;max-height:100%;box-sizing:border-box}.layout-sm-column>.flex-sm-30{flex:1 1 100%;max-width:100%;max-height:30%;box-sizing:border-box}.flex-sm-35,.layout-row>.flex-sm-35{flex:1 1 100%;max-width:35%;max-height:100%;box-sizing:border-box}.layout-column>.flex-sm-35{flex:1 1 100%;max-width:100%;max-height:35%;box-sizing:border-box}.layout-sm-row>.flex-sm-35{flex:1 1 100%;max-width:35%;max-height:100%;box-sizing:border-box}.layout-sm-column>.flex-sm-35{flex:1 1 100%;max-width:100%;max-height:35%;box-sizing:border-box}.flex-sm-40,.layout-row>.flex-sm-40{flex:1 1 100%;max-width:40%;max-height:100%;box-sizing:border-box}.layout-column>.flex-sm-40{flex:1 1 100%;max-width:100%;max-height:40%;box-sizing:border-box}.layout-sm-row>.flex-sm-40{flex:1 1 100%;max-width:40%;max-height:100%;box-sizing:border-box}.layout-sm-column>.flex-sm-40{flex:1 1 100%;max-width:100%;max-height:40%;box-sizing:border-box}.flex-sm-45,.layout-row>.flex-sm-45{flex:1 1 100%;max-width:45%;max-height:100%;box-sizing:border-box}.layout-column>.flex-sm-45{flex:1 1 100%;max-width:100%;max-height:45%;box-sizing:border-box}.layout-sm-row>.flex-sm-45{flex:1 1 100%;max-width:45%;max-height:100%;box-sizing:border-box}.layout-sm-column>.flex-sm-45{flex:1 1 100%;max-width:100%;max-height:45%;box-sizing:border-box}.flex-sm-50,.layout-row>.flex-sm-50{flex:1 1 100%;max-width:50%;max-height:100%;box-sizing:border-box}.layout-column>.flex-sm-50{flex:1 1 100%;max-width:100%;max-height:50%;box-sizing:border-box}.layout-sm-row>.flex-sm-50{flex:1 1 100%;max-width:50%;max-height:100%;box-sizing:border-box}.layout-sm-column>.flex-sm-50{flex:1 1 100%;max-width:100%;max-height:50%;box-sizing:border-box}.flex-sm-55,.layout-row>.flex-sm-55{flex:1 1 100%;max-width:55%;max-height:100%;box-sizing:border-box}.layout-column>.flex-sm-55{flex:1 1 100%;max-width:100%;max-height:55%;box-sizing:border-box}.layout-sm-row>.flex-sm-55{flex:1 1 100%;max-width:55%;max-height:100%;box-sizing:border-box}.layout-sm-column>.flex-sm-55{flex:1 1 100%;max-width:100%;max-height:55%;box-sizing:border-box}.flex-sm-60,.layout-row>.flex-sm-60{flex:1 1 100%;max-width:60%;max-height:100%;box-sizing:border-box}.layout-column>.flex-sm-60{flex:1 1 100%;max-width:100%;max-height:60%;box-sizing:border-box}.layout-sm-row>.flex-sm-60{flex:1 1 100%;max-width:60%;max-height:100%;box-sizing:border-box}.layout-sm-column>.flex-sm-60{flex:1 1 100%;max-width:100%;max-height:60%;box-sizing:border-box}.flex-sm-65,.layout-row>.flex-sm-65{flex:1 1 100%;max-width:65%;max-height:100%;box-sizing:border-box}.layout-column>.flex-sm-65{flex:1 1 100%;max-width:100%;max-height:65%;box-sizing:border-box}.layout-sm-row>.flex-sm-65{flex:1 1 100%;max-width:65%;max-height:100%;box-sizing:border-box}.layout-sm-column>.flex-sm-65{flex:1 1 100%;max-width:100%;max-height:65%;box-sizing:border-box}.flex-sm-70,.layout-row>.flex-sm-70{flex:1 1 100%;max-width:70%;max-height:100%;box-sizing:border-box}.layout-column>.flex-sm-70{flex:1 1 100%;max-width:100%;max-height:70%;box-sizing:border-box}.layout-sm-row>.flex-sm-70{flex:1 1 100%;max-width:70%;max-height:100%;box-sizing:border-box}.layout-sm-column>.flex-sm-70{flex:1 1 100%;max-width:100%;max-height:70%;box-sizing:border-box}.flex-sm-75,.layout-row>.flex-sm-75{flex:1 1 100%;max-width:75%;max-height:100%;box-sizing:border-box}.layout-column>.flex-sm-75{flex:1 1 100%;max-width:100%;max-height:75%;box-sizing:border-box}.layout-sm-row>.flex-sm-75{flex:1 1 100%;max-width:75%;max-height:100%;box-sizing:border-box}.layout-sm-column>.flex-sm-75{flex:1 1 100%;max-width:100%;max-height:75%;box-sizing:border-box}.flex-sm-80,.layout-row>.flex-sm-80{flex:1 1 100%;max-width:80%;max-height:100%;box-sizing:border-box}.layout-column>.flex-sm-80{flex:1 1 100%;max-width:100%;max-height:80%;box-sizing:border-box}.layout-sm-row>.flex-sm-80{flex:1 1 100%;max-width:80%;max-height:100%;box-sizing:border-box}.layout-sm-column>.flex-sm-80{flex:1 1 100%;max-width:100%;max-height:80%;box-sizing:border-box}.flex-sm-85,.layout-row>.flex-sm-85{flex:1 1 100%;max-width:85%;max-height:100%;box-sizing:border-box}.layout-column>.flex-sm-85{flex:1 1 100%;max-width:100%;max-height:85%;box-sizing:border-box}.layout-sm-row>.flex-sm-85{flex:1 1 100%;max-width:85%;max-height:100%;box-sizing:border-box}.layout-sm-column>.flex-sm-85{flex:1 1 100%;max-width:100%;max-height:85%;box-sizing:border-box}.flex-sm-90,.layout-row>.flex-sm-90{flex:1 1 100%;max-width:90%;max-height:100%;box-sizing:border-box}.layout-column>.flex-sm-90{flex:1 1 100%;max-width:100%;max-height:90%;box-sizing:border-box}.layout-sm-row>.flex-sm-90{flex:1 1 100%;max-width:90%;max-height:100%;box-sizing:border-box}.layout-sm-column>.flex-sm-90{flex:1 1 100%;max-width:100%;max-height:90%;box-sizing:border-box}.flex-sm-95,.layout-row>.flex-sm-95{flex:1 1 100%;max-width:95%;max-height:100%;box-sizing:border-box}.layout-column>.flex-sm-95{flex:1 1 100%;max-width:100%;max-height:95%;box-sizing:border-box}.layout-sm-row>.flex-sm-95{flex:1 1 100%;max-width:95%;max-height:100%;box-sizing:border-box}.layout-sm-column>.flex-sm-95{max-height:95%}.flex-sm-100,.layout-sm-column>.flex-sm-95{flex:1 1 100%;max-width:100%;box-sizing:border-box}.flex-sm-100{max-height:100%}.layout-column>.flex-sm-100,.layout-row>.flex-sm-100,.layout-sm-column>.flex-sm-100,.layout-sm-row>.flex-sm-100{flex:1 1 100%;max-width:100%;max-height:100%;box-sizing:border-box}.layout-row>.flex-sm-33{flex:1 1 33.33%;max-width:33.33%;max-height:100%;box-sizing:border-box}.layout-row>.flex-sm-66{flex:1 1 66.66%;max-width:66.66%;max-height:100%;box-sizing:border-box}.layout-column>.flex-sm-33{flex:1 1 33.33%;max-width:100%;max-height:33.33%;box-sizing:border-box}.layout-column>.flex-sm-66{flex:1 1 66.66%;max-width:100%;max-height:66.66%;box-sizing:border-box}.layout-sm-row>.flex-sm-33{flex:1 1 100%;max-width:33.33%;max-height:100%;box-sizing:border-box}.layout-sm-row>.flex-sm-66{flex:1 1 100%;max-width:66.66%;max-height:100%;box-sizing:border-box}.layout-sm-row>.flex{min-width:0}.layout-sm-column>.flex-sm-33{flex:1 1 100%;max-width:100%;max-height:33.33%;box-sizing:border-box}.layout-sm-column>.flex-sm-66{flex:1 1 100%;max-width:100%;max-height:66.66%;box-sizing:border-box}.layout-sm-column>.flex{min-height:0}.layout-sm,.layout-sm-column,.layout-sm-row{box-sizing:border-box;display:flex}.layout-sm-column{flex-direction:column}.layout-sm-row{flex-direction:row}}@media (min-width:960px){.flex-order-gt-sm--20{order:-20}.flex-order-gt-sm--19{order:-19}.flex-order-gt-sm--18{order:-18}.flex-order-gt-sm--17{order:-17}.flex-order-gt-sm--16{order:-16}.flex-order-gt-sm--15{order:-15}.flex-order-gt-sm--14{order:-14}.flex-order-gt-sm--13{order:-13}.flex-order-gt-sm--12{order:-12}.flex-order-gt-sm--11{order:-11}.flex-order-gt-sm--10{order:-10}.flex-order-gt-sm--9{order:-9}.flex-order-gt-sm--8{order:-8}.flex-order-gt-sm--7{order:-7}.flex-order-gt-sm--6{order:-6}.flex-order-gt-sm--5{order:-5}.flex-order-gt-sm--4{order:-4}.flex-order-gt-sm--3{order:-3}.flex-order-gt-sm--2{order:-2}.flex-order-gt-sm--1{order:-1}.flex-order-gt-sm-0{order:0}.flex-order-gt-sm-1{order:1}.flex-order-gt-sm-2{order:2}.flex-order-gt-sm-3{order:3}.flex-order-gt-sm-4{order:4}.flex-order-gt-sm-5{order:5}.flex-order-gt-sm-6{order:6}.flex-order-gt-sm-7{order:7}.flex-order-gt-sm-8{order:8}.flex-order-gt-sm-9{order:9}.flex-order-gt-sm-10{order:10}.flex-order-gt-sm-11{order:11}.flex-order-gt-sm-12{order:12}.flex-order-gt-sm-13{order:13}.flex-order-gt-sm-14{order:14}.flex-order-gt-sm-15{order:15}.flex-order-gt-sm-16{order:16}.flex-order-gt-sm-17{order:17}.flex-order-gt-sm-18{order:18}.flex-order-gt-sm-19{order:19}.flex-order-gt-sm-20{order:20}[dir=ltr] .flex-offset-gt-sm-0,[dir=ltr] .layout-margin .flex-offset-gt-sm-0,[dir=ltr] .layout-margin .offset-gt-sm-0,[dir=ltr] .offset-gt-sm-0{margin-left:0}[dir=rtl] .flex-offset-gt-sm-0,[dir=rtl] .layout-margin .flex-offset-gt-sm-0,[dir=rtl] .layout-margin .offset-gt-sm-0,[dir=rtl] .offset-gt-sm-0{margin-right:0}[dir=ltr] [dir=rtl] .flex-offset-gt-sm-0,[dir=ltr] [dir=rtl] .layout-margin .flex-offset-gt-sm-0,[dir=ltr] [dir=rtl] .layout-margin .offset-gt-sm-0,[dir=ltr] [dir=rtl] .offset-gt-sm-0{margin-left:auto;margin-right:0}[dir=rtl] [dir=rtl] .flex-offset-gt-sm-0,[dir=rtl] [dir=rtl] .layout-margin .flex-offset-gt-sm-0,[dir=rtl] [dir=rtl] .layout-margin .offset-gt-sm-0,[dir=rtl] [dir=rtl] .offset-gt-sm-0{margin-right:auto;margin-left:0}[dir=ltr] .flex-offset-gt-sm-5,[dir=ltr] .layout-margin .flex-offset-gt-sm-5,[dir=ltr] .layout-margin .offset-gt-sm-5,[dir=ltr] .offset-gt-sm-5{margin-left:5%}[dir=rtl] .flex-offset-gt-sm-5,[dir=rtl] .layout-margin .flex-offset-gt-sm-5,[dir=rtl] .layout-margin .offset-gt-sm-5,[dir=rtl] .offset-gt-sm-5{margin-right:5%}[dir=ltr] [dir=rtl] .flex-offset-gt-sm-5,[dir=ltr] [dir=rtl] .layout-margin .flex-offset-gt-sm-5,[dir=ltr] [dir=rtl] .layout-margin .offset-gt-sm-5,[dir=ltr] [dir=rtl] .offset-gt-sm-5{margin-left:auto;margin-right:5%}[dir=rtl] [dir=rtl] .flex-offset-gt-sm-5,[dir=rtl] [dir=rtl] .layout-margin .flex-offset-gt-sm-5,[dir=rtl] [dir=rtl] .layout-margin .offset-gt-sm-5,[dir=rtl] [dir=rtl] .offset-gt-sm-5{margin-right:auto;margin-left:5%}[dir=ltr] .flex-offset-gt-sm-10,[dir=ltr] .layout-margin .flex-offset-gt-sm-10,[dir=ltr] .layout-margin .offset-gt-sm-10,[dir=ltr] .offset-gt-sm-10{margin-left:10%}[dir=rtl] .flex-offset-gt-sm-10,[dir=rtl] .layout-margin .flex-offset-gt-sm-10,[dir=rtl] .layout-margin .offset-gt-sm-10,[dir=rtl] .offset-gt-sm-10{margin-right:10%}[dir=ltr] [dir=rtl] .flex-offset-gt-sm-10,[dir=ltr] [dir=rtl] .layout-margin .flex-offset-gt-sm-10,[dir=ltr] [dir=rtl] .layout-margin .offset-gt-sm-10,[dir=ltr] [dir=rtl] .offset-gt-sm-10{margin-left:auto;margin-right:10%}[dir=rtl] [dir=rtl] .flex-offset-gt-sm-10,[dir=rtl] [dir=rtl] .layout-margin .flex-offset-gt-sm-10,[dir=rtl] [dir=rtl] .layout-margin .offset-gt-sm-10,[dir=rtl] [dir=rtl] .offset-gt-sm-10{margin-right:auto;margin-left:10%}[dir=ltr] .flex-offset-gt-sm-15,[dir=ltr] .layout-margin .flex-offset-gt-sm-15,[dir=ltr] .layout-margin .offset-gt-sm-15,[dir=ltr] .offset-gt-sm-15{margin-left:15%}[dir=rtl] .flex-offset-gt-sm-15,[dir=rtl] .layout-margin .flex-offset-gt-sm-15,[dir=rtl] .layout-margin .offset-gt-sm-15,[dir=rtl] .offset-gt-sm-15{margin-right:15%}[dir=ltr] [dir=rtl] .flex-offset-gt-sm-15,[dir=ltr] [dir=rtl] .layout-margin .flex-offset-gt-sm-15,[dir=ltr] [dir=rtl] .layout-margin .offset-gt-sm-15,[dir=ltr] [dir=rtl] .offset-gt-sm-15{margin-left:auto;margin-right:15%}[dir=rtl] [dir=rtl] .flex-offset-gt-sm-15,[dir=rtl] [dir=rtl] .layout-margin .flex-offset-gt-sm-15,[dir=rtl] [dir=rtl] .layout-margin .offset-gt-sm-15,[dir=rtl] [dir=rtl] .offset-gt-sm-15{margin-right:auto;margin-left:15%}[dir=ltr] .flex-offset-gt-sm-20,[dir=ltr] .layout-margin .flex-offset-gt-sm-20,[dir=ltr] .layout-margin .offset-gt-sm-20,[dir=ltr] .offset-gt-sm-20{margin-left:20%}[dir=rtl] .flex-offset-gt-sm-20,[dir=rtl] .layout-margin .flex-offset-gt-sm-20,[dir=rtl] .layout-margin .offset-gt-sm-20,[dir=rtl] .offset-gt-sm-20{margin-right:20%}[dir=ltr] [dir=rtl] .flex-offset-gt-sm-20,[dir=ltr] [dir=rtl] .layout-margin .flex-offset-gt-sm-20,[dir=ltr] [dir=rtl] .layout-margin .offset-gt-sm-20,[dir=ltr] [dir=rtl] .offset-gt-sm-20{margin-left:auto;margin-right:20%}[dir=rtl] [dir=rtl] .flex-offset-gt-sm-20,[dir=rtl] [dir=rtl] .layout-margin .flex-offset-gt-sm-20,[dir=rtl] [dir=rtl] .layout-margin .offset-gt-sm-20,[dir=rtl] [dir=rtl] .offset-gt-sm-20{margin-right:auto;margin-left:20%}[dir=ltr] .flex-offset-gt-sm-25,[dir=ltr] .layout-margin .flex-offset-gt-sm-25,[dir=ltr] .layout-margin .offset-gt-sm-25,[dir=ltr] .offset-gt-sm-25{margin-left:25%}[dir=rtl] .flex-offset-gt-sm-25,[dir=rtl] .layout-margin .flex-offset-gt-sm-25,[dir=rtl] .layout-margin .offset-gt-sm-25,[dir=rtl] .offset-gt-sm-25{margin-right:25%}[dir=ltr] [dir=rtl] .flex-offset-gt-sm-25,[dir=ltr] [dir=rtl] .layout-margin .flex-offset-gt-sm-25,[dir=ltr] [dir=rtl] .layout-margin .offset-gt-sm-25,[dir=ltr] [dir=rtl] .offset-gt-sm-25{margin-left:auto;margin-right:25%}[dir=rtl] [dir=rtl] .flex-offset-gt-sm-25,[dir=rtl] [dir=rtl] .layout-margin .flex-offset-gt-sm-25,[dir=rtl] [dir=rtl] .layout-margin .offset-gt-sm-25,[dir=rtl] [dir=rtl] .offset-gt-sm-25{margin-right:auto;margin-left:25%}[dir=ltr] .flex-offset-gt-sm-30,[dir=ltr] .layout-margin .flex-offset-gt-sm-30,[dir=ltr] .layout-margin .offset-gt-sm-30,[dir=ltr] .offset-gt-sm-30{margin-left:30%}[dir=rtl] .flex-offset-gt-sm-30,[dir=rtl] .layout-margin .flex-offset-gt-sm-30,[dir=rtl] .layout-margin .offset-gt-sm-30,[dir=rtl] .offset-gt-sm-30{margin-right:30%}[dir=ltr] [dir=rtl] .flex-offset-gt-sm-30,[dir=ltr] [dir=rtl] .layout-margin .flex-offset-gt-sm-30,[dir=ltr] [dir=rtl] .layout-margin .offset-gt-sm-30,[dir=ltr] [dir=rtl] .offset-gt-sm-30{margin-left:auto;margin-right:30%}[dir=rtl] [dir=rtl] .flex-offset-gt-sm-30,[dir=rtl] [dir=rtl] .layout-margin .flex-offset-gt-sm-30,[dir=rtl] [dir=rtl] .layout-margin .offset-gt-sm-30,[dir=rtl] [dir=rtl] .offset-gt-sm-30{margin-right:auto;margin-left:30%}[dir=ltr] .flex-offset-gt-sm-35,[dir=ltr] .layout-margin .flex-offset-gt-sm-35,[dir=ltr] .layout-margin .offset-gt-sm-35,[dir=ltr] .offset-gt-sm-35{margin-left:35%}[dir=rtl] .flex-offset-gt-sm-35,[dir=rtl] .layout-margin .flex-offset-gt-sm-35,[dir=rtl] .layout-margin .offset-gt-sm-35,[dir=rtl] .offset-gt-sm-35{margin-right:35%}[dir=ltr] [dir=rtl] .flex-offset-gt-sm-35,[dir=ltr] [dir=rtl] .layout-margin .flex-offset-gt-sm-35,[dir=ltr] [dir=rtl] .layout-margin .offset-gt-sm-35,[dir=ltr] [dir=rtl] .offset-gt-sm-35{margin-left:auto;margin-right:35%}[dir=rtl] [dir=rtl] .flex-offset-gt-sm-35,[dir=rtl] [dir=rtl] .layout-margin .flex-offset-gt-sm-35,[dir=rtl] [dir=rtl] .layout-margin .offset-gt-sm-35,[dir=rtl] [dir=rtl] .offset-gt-sm-35{margin-right:auto;margin-left:35%}[dir=ltr] .flex-offset-gt-sm-40,[dir=ltr] .layout-margin .flex-offset-gt-sm-40,[dir=ltr] .layout-margin .offset-gt-sm-40,[dir=ltr] .offset-gt-sm-40{margin-left:40%}[dir=rtl] .flex-offset-gt-sm-40,[dir=rtl] .layout-margin .flex-offset-gt-sm-40,[dir=rtl] .layout-margin .offset-gt-sm-40,[dir=rtl] .offset-gt-sm-40{margin-right:40%}[dir=ltr] [dir=rtl] .flex-offset-gt-sm-40,[dir=ltr] [dir=rtl] .layout-margin .flex-offset-gt-sm-40,[dir=ltr] [dir=rtl] .layout-margin .offset-gt-sm-40,[dir=ltr] [dir=rtl] .offset-gt-sm-40{margin-left:auto;margin-right:40%}[dir=rtl] [dir=rtl] .flex-offset-gt-sm-40,[dir=rtl] [dir=rtl] .layout-margin .flex-offset-gt-sm-40,[dir=rtl] [dir=rtl] .layout-margin .offset-gt-sm-40,[dir=rtl] [dir=rtl] .offset-gt-sm-40{margin-right:auto;margin-left:40%}[dir=ltr] .flex-offset-gt-sm-45,[dir=ltr] .layout-margin .flex-offset-gt-sm-45,[dir=ltr] .layout-margin .offset-gt-sm-45,[dir=ltr] .offset-gt-sm-45{margin-left:45%}[dir=rtl] .flex-offset-gt-sm-45,[dir=rtl] .layout-margin .flex-offset-gt-sm-45,[dir=rtl] .layout-margin .offset-gt-sm-45,[dir=rtl] .offset-gt-sm-45{margin-right:45%}[dir=ltr] [dir=rtl] .flex-offset-gt-sm-45,[dir=ltr] [dir=rtl] .layout-margin .flex-offset-gt-sm-45,[dir=ltr] [dir=rtl] .layout-margin .offset-gt-sm-45,[dir=ltr] [dir=rtl] .offset-gt-sm-45{margin-left:auto;margin-right:45%}[dir=rtl] [dir=rtl] .flex-offset-gt-sm-45,[dir=rtl] [dir=rtl] .layout-margin .flex-offset-gt-sm-45,[dir=rtl] [dir=rtl] .layout-margin .offset-gt-sm-45,[dir=rtl] [dir=rtl] .offset-gt-sm-45{margin-right:auto;margin-left:45%}[dir=ltr] .flex-offset-gt-sm-50,[dir=ltr] .layout-margin .flex-offset-gt-sm-50,[dir=ltr] .layout-margin .offset-gt-sm-50,[dir=ltr] .offset-gt-sm-50{margin-left:50%}[dir=rtl] .flex-offset-gt-sm-50,[dir=rtl] .layout-margin .flex-offset-gt-sm-50,[dir=rtl] .layout-margin .offset-gt-sm-50,[dir=rtl] .offset-gt-sm-50{margin-right:50%}[dir=ltr] [dir=rtl] .flex-offset-gt-sm-50,[dir=ltr] [dir=rtl] .layout-margin .flex-offset-gt-sm-50,[dir=ltr] [dir=rtl] .layout-margin .offset-gt-sm-50,[dir=ltr] [dir=rtl] .offset-gt-sm-50{margin-left:auto;margin-right:50%}[dir=rtl] [dir=rtl] .flex-offset-gt-sm-50,[dir=rtl] [dir=rtl] .layout-margin .flex-offset-gt-sm-50,[dir=rtl] [dir=rtl] .layout-margin .offset-gt-sm-50,[dir=rtl] [dir=rtl] .offset-gt-sm-50{margin-right:auto;margin-left:50%}[dir=ltr] .flex-offset-gt-sm-55,[dir=ltr] .layout-margin .flex-offset-gt-sm-55,[dir=ltr] .layout-margin .offset-gt-sm-55,[dir=ltr] .offset-gt-sm-55{margin-left:55%}[dir=rtl] .flex-offset-gt-sm-55,[dir=rtl] .layout-margin .flex-offset-gt-sm-55,[dir=rtl] .layout-margin .offset-gt-sm-55,[dir=rtl] .offset-gt-sm-55{margin-right:55%}[dir=ltr] [dir=rtl] .flex-offset-gt-sm-55,[dir=ltr] [dir=rtl] .layout-margin .flex-offset-gt-sm-55,[dir=ltr] [dir=rtl] .layout-margin .offset-gt-sm-55,[dir=ltr] [dir=rtl] .offset-gt-sm-55{margin-left:auto;margin-right:55%}[dir=rtl] [dir=rtl] .flex-offset-gt-sm-55,[dir=rtl] [dir=rtl] .layout-margin .flex-offset-gt-sm-55,[dir=rtl] [dir=rtl] .layout-margin .offset-gt-sm-55,[dir=rtl] [dir=rtl] .offset-gt-sm-55{margin-right:auto;margin-left:55%}[dir=ltr] .flex-offset-gt-sm-60,[dir=ltr] .layout-margin .flex-offset-gt-sm-60,[dir=ltr] .layout-margin .offset-gt-sm-60,[dir=ltr] .offset-gt-sm-60{margin-left:60%}[dir=rtl] .flex-offset-gt-sm-60,[dir=rtl] .layout-margin .flex-offset-gt-sm-60,[dir=rtl] .layout-margin .offset-gt-sm-60,[dir=rtl] .offset-gt-sm-60{margin-right:60%}[dir=ltr] [dir=rtl] .flex-offset-gt-sm-60,[dir=ltr] [dir=rtl] .layout-margin .flex-offset-gt-sm-60,[dir=ltr] [dir=rtl] .layout-margin .offset-gt-sm-60,[dir=ltr] [dir=rtl] .offset-gt-sm-60{margin-left:auto;margin-right:60%}[dir=rtl] [dir=rtl] .flex-offset-gt-sm-60,[dir=rtl] [dir=rtl] .layout-margin .flex-offset-gt-sm-60,[dir=rtl] [dir=rtl] .layout-margin .offset-gt-sm-60,[dir=rtl] [dir=rtl] .offset-gt-sm-60{margin-right:auto;margin-left:60%}[dir=ltr] .flex-offset-gt-sm-65,[dir=ltr] .layout-margin .flex-offset-gt-sm-65,[dir=ltr] .layout-margin .offset-gt-sm-65,[dir=ltr] .offset-gt-sm-65{margin-left:65%}[dir=rtl] .flex-offset-gt-sm-65,[dir=rtl] .layout-margin .flex-offset-gt-sm-65,[dir=rtl] .layout-margin .offset-gt-sm-65,[dir=rtl] .offset-gt-sm-65{margin-right:65%}[dir=ltr] [dir=rtl] .flex-offset-gt-sm-65,[dir=ltr] [dir=rtl] .layout-margin .flex-offset-gt-sm-65,[dir=ltr] [dir=rtl] .layout-margin .offset-gt-sm-65,[dir=ltr] [dir=rtl] .offset-gt-sm-65{margin-left:auto;margin-right:65%}[dir=rtl] [dir=rtl] .flex-offset-gt-sm-65,[dir=rtl] [dir=rtl] .layout-margin .flex-offset-gt-sm-65,[dir=rtl] [dir=rtl] .layout-margin .offset-gt-sm-65,[dir=rtl] [dir=rtl] .offset-gt-sm-65{margin-right:auto;margin-left:65%}[dir=ltr] .flex-offset-gt-sm-70,[dir=ltr] .layout-margin .flex-offset-gt-sm-70,[dir=ltr] .layout-margin .offset-gt-sm-70,[dir=ltr] .offset-gt-sm-70{margin-left:70%}[dir=rtl] .flex-offset-gt-sm-70,[dir=rtl] .layout-margin .flex-offset-gt-sm-70,[dir=rtl] .layout-margin .offset-gt-sm-70,[dir=rtl] .offset-gt-sm-70{margin-right:70%}[dir=ltr] [dir=rtl] .flex-offset-gt-sm-70,[dir=ltr] [dir=rtl] .layout-margin .flex-offset-gt-sm-70,[dir=ltr] [dir=rtl] .layout-margin .offset-gt-sm-70,[dir=ltr] [dir=rtl] .offset-gt-sm-70{margin-left:auto;margin-right:70%}[dir=rtl] [dir=rtl] .flex-offset-gt-sm-70,[dir=rtl] [dir=rtl] .layout-margin .flex-offset-gt-sm-70,[dir=rtl] [dir=rtl] .layout-margin .offset-gt-sm-70,[dir=rtl] [dir=rtl] .offset-gt-sm-70{margin-right:auto;margin-left:70%}[dir=ltr] .flex-offset-gt-sm-75,[dir=ltr] .layout-margin .flex-offset-gt-sm-75,[dir=ltr] .layout-margin .offset-gt-sm-75,[dir=ltr] .offset-gt-sm-75{margin-left:75%}[dir=rtl] .flex-offset-gt-sm-75,[dir=rtl] .layout-margin .flex-offset-gt-sm-75,[dir=rtl] .layout-margin .offset-gt-sm-75,[dir=rtl] .offset-gt-sm-75{margin-right:75%}[dir=ltr] [dir=rtl] .flex-offset-gt-sm-75,[dir=ltr] [dir=rtl] .layout-margin .flex-offset-gt-sm-75,[dir=ltr] [dir=rtl] .layout-margin .offset-gt-sm-75,[dir=ltr] [dir=rtl] .offset-gt-sm-75{margin-left:auto;margin-right:75%}[dir=rtl] [dir=rtl] .flex-offset-gt-sm-75,[dir=rtl] [dir=rtl] .layout-margin .flex-offset-gt-sm-75,[dir=rtl] [dir=rtl] .layout-margin .offset-gt-sm-75,[dir=rtl] [dir=rtl] .offset-gt-sm-75{margin-right:auto;margin-left:75%}[dir=ltr] .flex-offset-gt-sm-80,[dir=ltr] .layout-margin .flex-offset-gt-sm-80,[dir=ltr] .layout-margin .offset-gt-sm-80,[dir=ltr] .offset-gt-sm-80{margin-left:80%}[dir=rtl] .flex-offset-gt-sm-80,[dir=rtl] .layout-margin .flex-offset-gt-sm-80,[dir=rtl] .layout-margin .offset-gt-sm-80,[dir=rtl] .offset-gt-sm-80{margin-right:80%}[dir=ltr] [dir=rtl] .flex-offset-gt-sm-80,[dir=ltr] [dir=rtl] .layout-margin .flex-offset-gt-sm-80,[dir=ltr] [dir=rtl] .layout-margin .offset-gt-sm-80,[dir=ltr] [dir=rtl] .offset-gt-sm-80{margin-left:auto;margin-right:80%}[dir=rtl] [dir=rtl] .flex-offset-gt-sm-80,[dir=rtl] [dir=rtl] .layout-margin .flex-offset-gt-sm-80,[dir=rtl] [dir=rtl] .layout-margin .offset-gt-sm-80,[dir=rtl] [dir=rtl] .offset-gt-sm-80{margin-right:auto;margin-left:80%}[dir=ltr] .flex-offset-gt-sm-85,[dir=ltr] .layout-margin .flex-offset-gt-sm-85,[dir=ltr] .layout-margin .offset-gt-sm-85,[dir=ltr] .offset-gt-sm-85{margin-left:85%}[dir=rtl] .flex-offset-gt-sm-85,[dir=rtl] .layout-margin .flex-offset-gt-sm-85,[dir=rtl] .layout-margin .offset-gt-sm-85,[dir=rtl] .offset-gt-sm-85{margin-right:85%}[dir=ltr] [dir=rtl] .flex-offset-gt-sm-85,[dir=ltr] [dir=rtl] .layout-margin .flex-offset-gt-sm-85,[dir=ltr] [dir=rtl] .layout-margin .offset-gt-sm-85,[dir=ltr] [dir=rtl] .offset-gt-sm-85{margin-left:auto;margin-right:85%}[dir=rtl] [dir=rtl] .flex-offset-gt-sm-85,[dir=rtl] [dir=rtl] .layout-margin .flex-offset-gt-sm-85,[dir=rtl] [dir=rtl] .layout-margin .offset-gt-sm-85,[dir=rtl] [dir=rtl] .offset-gt-sm-85{margin-right:auto;margin-left:85%}[dir=ltr] .flex-offset-gt-sm-90,[dir=ltr] .layout-margin .flex-offset-gt-sm-90,[dir=ltr] .layout-margin .offset-gt-sm-90,[dir=ltr] .offset-gt-sm-90{margin-left:90%}[dir=rtl] .flex-offset-gt-sm-90,[dir=rtl] .layout-margin .flex-offset-gt-sm-90,[dir=rtl] .layout-margin .offset-gt-sm-90,[dir=rtl] .offset-gt-sm-90{margin-right:90%}[dir=ltr] [dir=rtl] .flex-offset-gt-sm-90,[dir=ltr] [dir=rtl] .layout-margin .flex-offset-gt-sm-90,[dir=ltr] [dir=rtl] .layout-margin .offset-gt-sm-90,[dir=ltr] [dir=rtl] .offset-gt-sm-90{margin-left:auto;margin-right:90%}[dir=rtl] [dir=rtl] .flex-offset-gt-sm-90,[dir=rtl] [dir=rtl] .layout-margin .flex-offset-gt-sm-90,[dir=rtl] [dir=rtl] .layout-margin .offset-gt-sm-90,[dir=rtl] [dir=rtl] .offset-gt-sm-90{margin-right:auto;margin-left:90%}[dir=ltr] .flex-offset-gt-sm-95,[dir=ltr] .layout-margin .flex-offset-gt-sm-95,[dir=ltr] .layout-margin .offset-gt-sm-95,[dir=ltr] .offset-gt-sm-95{margin-left:95%}[dir=rtl] .flex-offset-gt-sm-95,[dir=rtl] .layout-margin .flex-offset-gt-sm-95,[dir=rtl] .layout-margin .offset-gt-sm-95,[dir=rtl] .offset-gt-sm-95{margin-right:95%}[dir=ltr] [dir=rtl] .flex-offset-gt-sm-95,[dir=ltr] [dir=rtl] .layout-margin .flex-offset-gt-sm-95,[dir=ltr] [dir=rtl] .layout-margin .offset-gt-sm-95,[dir=ltr] [dir=rtl] .offset-gt-sm-95{margin-left:auto;margin-right:95%}[dir=rtl] [dir=rtl] .flex-offset-gt-sm-95,[dir=rtl] [dir=rtl] .layout-margin .flex-offset-gt-sm-95,[dir=rtl] [dir=rtl] .layout-margin .offset-gt-sm-95,[dir=rtl] [dir=rtl] .offset-gt-sm-95{margin-right:auto;margin-left:95%}[dir=ltr] .flex-offset-gt-sm-33,[dir=ltr] .layout-margin .flex-offset-gt-sm-33,[dir=ltr] .layout-margin .offset-gt-sm-33,[dir=ltr] .offset-gt-sm-33{margin-left:33.3333333333%}[dir=rtl] .flex-offset-gt-sm-33,[dir=rtl] .layout-margin .flex-offset-gt-sm-33,[dir=rtl] .layout-margin .offset-gt-sm-33,[dir=rtl] .offset-gt-sm-33{margin-right:33.3333333333%}[dir=ltr] .flex-offset-gt-sm-66,[dir=ltr] .layout-margin .flex-offset-gt-sm-66,[dir=ltr] .layout-margin .offset-gt-sm-66,[dir=ltr] .offset-gt-sm-66{margin-left:66.6666666667%}[dir=rtl] .flex-offset-gt-sm-66,[dir=rtl] .layout-margin .flex-offset-gt-sm-66,[dir=rtl] .layout-margin .offset-gt-sm-66,[dir=rtl] .offset-gt-sm-66{margin-right:66.6666666667%}[dir=ltr] [dir=rtl] .flex-offset-gt-sm-66,[dir=ltr] [dir=rtl] .layout-margin .flex-offset-gt-sm-66,[dir=ltr] [dir=rtl] .layout-margin .offset-gt-sm-66,[dir=ltr] [dir=rtl] .offset-gt-sm-66{margin-left:auto;margin-right:66.6666666667%}[dir=rtl] [dir=rtl] .flex-offset-gt-sm-66,[dir=rtl] [dir=rtl] .layout-margin .flex-offset-gt-sm-66,[dir=rtl] [dir=rtl] .layout-margin .offset-gt-sm-66,[dir=rtl] [dir=rtl] .offset-gt-sm-66{margin-right:auto;margin-left:66.6666666667%}.layout-align-gt-sm,.layout-align-gt-sm-start-stretch{justify-content:flex-start;align-content:stretch;align-items:stretch}.layout-align-gt-sm-start,.layout-align-gt-sm-start-center,.layout-align-gt-sm-start-end,.layout-align-gt-sm-start-start,.layout-align-gt-sm-start-stretch{justify-content:flex-start}.layout-align-gt-sm-center,.layout-align-gt-sm-center-center,.layout-align-gt-sm-center-end,.layout-align-gt-sm-center-start,.layout-align-gt-sm-center-stretch{justify-content:center}.layout-align-gt-sm-end,.layout-align-gt-sm-end-center,.layout-align-gt-sm-end-end,.layout-align-gt-sm-end-start,.layout-align-gt-sm-end-stretch{justify-content:flex-end}.layout-align-gt-sm-space-around,.layout-align-gt-sm-space-around-center,.layout-align-gt-sm-space-around-end,.layout-align-gt-sm-space-around-start,.layout-align-gt-sm-space-around-stretch{justify-content:space-around}.layout-align-gt-sm-space-between,.layout-align-gt-sm-space-between-center,.layout-align-gt-sm-space-between-end,.layout-align-gt-sm-space-between-start,.layout-align-gt-sm-space-between-stretch{justify-content:space-between}.layout-align-gt-sm-center-start,.layout-align-gt-sm-end-start,.layout-align-gt-sm-space-around-start,.layout-align-gt-sm-space-between-start,.layout-align-gt-sm-start-start{align-items:flex-start;align-content:flex-start}.layout-align-gt-sm-center-center,.layout-align-gt-sm-end-center,.layout-align-gt-sm-space-around-center,.layout-align-gt-sm-space-between-center,.layout-align-gt-sm-start-center{align-items:center;align-content:center;max-width:100%}.layout-align-gt-sm-center-center>*,.layout-align-gt-sm-end-center>*,.layout-align-gt-sm-space-around-center>*,.layout-align-gt-sm-space-between-center>*,.layout-align-gt-sm-start-center>*{max-width:100%;box-sizing:border-box}.layout-align-gt-sm-center-end,.layout-align-gt-sm-end-end,.layout-align-gt-sm-space-around-end,.layout-align-gt-sm-space-between-end,.layout-align-gt-sm-start-end{align-items:flex-end;align-content:flex-end}.layout-align-gt-sm-center-stretch,.layout-align-gt-sm-end-stretch,.layout-align-gt-sm-space-around-stretch,.layout-align-gt-sm-space-between-stretch,.layout-align-gt-sm-start-stretch{align-items:stretch;align-content:stretch}.flex-gt-sm{flex:1;box-sizing:border-box}.flex-gt-sm-grow{flex:1 1 100%;box-sizing:border-box}.flex-gt-sm-initial{flex:0 1 auto;box-sizing:border-box}.flex-gt-sm-auto{flex:1 1 auto;box-sizing:border-box}.flex-gt-sm-none{flex:0 0 auto;box-sizing:border-box}.flex-gt-sm-noshrink{flex:1 0 auto;box-sizing:border-box}.flex-gt-sm-nogrow{flex:0 1 auto;box-sizing:border-box}.flex-gt-sm-0,.layout-row>.flex-gt-sm-0{flex:1 1 100%;max-width:0;max-height:100%;box-sizing:border-box}.layout-row>.flex-gt-sm-0{min-width:0}.layout-column>.flex-gt-sm-0{flex:1 1 100%;max-width:100%;max-height:0;box-sizing:border-box}.layout-gt-sm-row>.flex-gt-sm-0{flex:1 1 100%;max-width:0;max-height:100%;box-sizing:border-box;min-width:0}.layout-gt-sm-column>.flex-gt-sm-0{flex:1 1 100%;max-width:100%;max-height:0;box-sizing:border-box;min-height:0}.flex-gt-sm-5,.layout-row>.flex-gt-sm-5{flex:1 1 100%;max-width:5%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-sm-5{flex:1 1 100%;max-width:100%;max-height:5%;box-sizing:border-box}.layout-gt-sm-row>.flex-gt-sm-5{flex:1 1 100%;max-width:5%;max-height:100%;box-sizing:border-box}.layout-gt-sm-column>.flex-gt-sm-5{flex:1 1 100%;max-width:100%;max-height:5%;box-sizing:border-box}.flex-gt-sm-10,.layout-row>.flex-gt-sm-10{flex:1 1 100%;max-width:10%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-sm-10{flex:1 1 100%;max-width:100%;max-height:10%;box-sizing:border-box}.layout-gt-sm-row>.flex-gt-sm-10{flex:1 1 100%;max-width:10%;max-height:100%;box-sizing:border-box}.layout-gt-sm-column>.flex-gt-sm-10{flex:1 1 100%;max-width:100%;max-height:10%;box-sizing:border-box}.flex-gt-sm-15,.layout-row>.flex-gt-sm-15{flex:1 1 100%;max-width:15%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-sm-15{flex:1 1 100%;max-width:100%;max-height:15%;box-sizing:border-box}.layout-gt-sm-row>.flex-gt-sm-15{flex:1 1 100%;max-width:15%;max-height:100%;box-sizing:border-box}.layout-gt-sm-column>.flex-gt-sm-15{flex:1 1 100%;max-width:100%;max-height:15%;box-sizing:border-box}.flex-gt-sm-20,.layout-row>.flex-gt-sm-20{flex:1 1 100%;max-width:20%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-sm-20{flex:1 1 100%;max-width:100%;max-height:20%;box-sizing:border-box}.layout-gt-sm-row>.flex-gt-sm-20{flex:1 1 100%;max-width:20%;max-height:100%;box-sizing:border-box}.layout-gt-sm-column>.flex-gt-sm-20{flex:1 1 100%;max-width:100%;max-height:20%;box-sizing:border-box}.flex-gt-sm-25,.layout-row>.flex-gt-sm-25{flex:1 1 100%;max-width:25%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-sm-25{flex:1 1 100%;max-width:100%;max-height:25%;box-sizing:border-box}.layout-gt-sm-row>.flex-gt-sm-25{flex:1 1 100%;max-width:25%;max-height:100%;box-sizing:border-box}.layout-gt-sm-column>.flex-gt-sm-25{flex:1 1 100%;max-width:100%;max-height:25%;box-sizing:border-box}.flex-gt-sm-30,.layout-row>.flex-gt-sm-30{flex:1 1 100%;max-width:30%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-sm-30{flex:1 1 100%;max-width:100%;max-height:30%;box-sizing:border-box}.layout-gt-sm-row>.flex-gt-sm-30{flex:1 1 100%;max-width:30%;max-height:100%;box-sizing:border-box}.layout-gt-sm-column>.flex-gt-sm-30{flex:1 1 100%;max-width:100%;max-height:30%;box-sizing:border-box}.flex-gt-sm-35,.layout-row>.flex-gt-sm-35{flex:1 1 100%;max-width:35%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-sm-35{flex:1 1 100%;max-width:100%;max-height:35%;box-sizing:border-box}.layout-gt-sm-row>.flex-gt-sm-35{flex:1 1 100%;max-width:35%;max-height:100%;box-sizing:border-box}.layout-gt-sm-column>.flex-gt-sm-35{flex:1 1 100%;max-width:100%;max-height:35%;box-sizing:border-box}.flex-gt-sm-40,.layout-row>.flex-gt-sm-40{flex:1 1 100%;max-width:40%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-sm-40{flex:1 1 100%;max-width:100%;max-height:40%;box-sizing:border-box}.layout-gt-sm-row>.flex-gt-sm-40{flex:1 1 100%;max-width:40%;max-height:100%;box-sizing:border-box}.layout-gt-sm-column>.flex-gt-sm-40{flex:1 1 100%;max-width:100%;max-height:40%;box-sizing:border-box}.flex-gt-sm-45,.layout-row>.flex-gt-sm-45{flex:1 1 100%;max-width:45%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-sm-45{flex:1 1 100%;max-width:100%;max-height:45%;box-sizing:border-box}.layout-gt-sm-row>.flex-gt-sm-45{flex:1 1 100%;max-width:45%;max-height:100%;box-sizing:border-box}.layout-gt-sm-column>.flex-gt-sm-45{flex:1 1 100%;max-width:100%;max-height:45%;box-sizing:border-box}.flex-gt-sm-50,.layout-row>.flex-gt-sm-50{flex:1 1 100%;max-width:50%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-sm-50{flex:1 1 100%;max-width:100%;max-height:50%;box-sizing:border-box}.layout-gt-sm-row>.flex-gt-sm-50{flex:1 1 100%;max-width:50%;max-height:100%;box-sizing:border-box}.layout-gt-sm-column>.flex-gt-sm-50{flex:1 1 100%;max-width:100%;max-height:50%;box-sizing:border-box}.flex-gt-sm-55,.layout-row>.flex-gt-sm-55{flex:1 1 100%;max-width:55%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-sm-55{flex:1 1 100%;max-width:100%;max-height:55%;box-sizing:border-box}.layout-gt-sm-row>.flex-gt-sm-55{flex:1 1 100%;max-width:55%;max-height:100%;box-sizing:border-box}.layout-gt-sm-column>.flex-gt-sm-55{flex:1 1 100%;max-width:100%;max-height:55%;box-sizing:border-box}.flex-gt-sm-60,.layout-row>.flex-gt-sm-60{flex:1 1 100%;max-width:60%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-sm-60{flex:1 1 100%;max-width:100%;max-height:60%;box-sizing:border-box}.layout-gt-sm-row>.flex-gt-sm-60{flex:1 1 100%;max-width:60%;max-height:100%;box-sizing:border-box}.layout-gt-sm-column>.flex-gt-sm-60{flex:1 1 100%;max-width:100%;max-height:60%;box-sizing:border-box}.flex-gt-sm-65,.layout-row>.flex-gt-sm-65{flex:1 1 100%;max-width:65%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-sm-65{flex:1 1 100%;max-width:100%;max-height:65%;box-sizing:border-box}.layout-gt-sm-row>.flex-gt-sm-65{flex:1 1 100%;max-width:65%;max-height:100%;box-sizing:border-box}.layout-gt-sm-column>.flex-gt-sm-65{flex:1 1 100%;max-width:100%;max-height:65%;box-sizing:border-box}.flex-gt-sm-70,.layout-row>.flex-gt-sm-70{flex:1 1 100%;max-width:70%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-sm-70{flex:1 1 100%;max-width:100%;max-height:70%;box-sizing:border-box}.layout-gt-sm-row>.flex-gt-sm-70{flex:1 1 100%;max-width:70%;max-height:100%;box-sizing:border-box}.layout-gt-sm-column>.flex-gt-sm-70{flex:1 1 100%;max-width:100%;max-height:70%;box-sizing:border-box}.flex-gt-sm-75,.layout-row>.flex-gt-sm-75{flex:1 1 100%;max-width:75%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-sm-75{flex:1 1 100%;max-width:100%;max-height:75%;box-sizing:border-box}.layout-gt-sm-row>.flex-gt-sm-75{flex:1 1 100%;max-width:75%;max-height:100%;box-sizing:border-box}.layout-gt-sm-column>.flex-gt-sm-75{flex:1 1 100%;max-width:100%;max-height:75%;box-sizing:border-box}.flex-gt-sm-80,.layout-row>.flex-gt-sm-80{flex:1 1 100%;max-width:80%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-sm-80{flex:1 1 100%;max-width:100%;max-height:80%;box-sizing:border-box}.layout-gt-sm-row>.flex-gt-sm-80{flex:1 1 100%;max-width:80%;max-height:100%;box-sizing:border-box}.layout-gt-sm-column>.flex-gt-sm-80{flex:1 1 100%;max-width:100%;max-height:80%;box-sizing:border-box}.flex-gt-sm-85,.layout-row>.flex-gt-sm-85{flex:1 1 100%;max-width:85%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-sm-85{flex:1 1 100%;max-width:100%;max-height:85%;box-sizing:border-box}.layout-gt-sm-row>.flex-gt-sm-85{flex:1 1 100%;max-width:85%;max-height:100%;box-sizing:border-box}.layout-gt-sm-column>.flex-gt-sm-85{flex:1 1 100%;max-width:100%;max-height:85%;box-sizing:border-box}.flex-gt-sm-90,.layout-row>.flex-gt-sm-90{flex:1 1 100%;max-width:90%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-sm-90{flex:1 1 100%;max-width:100%;max-height:90%;box-sizing:border-box}.layout-gt-sm-row>.flex-gt-sm-90{flex:1 1 100%;max-width:90%;max-height:100%;box-sizing:border-box}.layout-gt-sm-column>.flex-gt-sm-90{flex:1 1 100%;max-width:100%;max-height:90%;box-sizing:border-box}.flex-gt-sm-95,.layout-row>.flex-gt-sm-95{flex:1 1 100%;max-width:95%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-sm-95{flex:1 1 100%;max-width:100%;max-height:95%;box-sizing:border-box}.layout-gt-sm-row>.flex-gt-sm-95{flex:1 1 100%;max-width:95%;max-height:100%;box-sizing:border-box}.layout-gt-sm-column>.flex-gt-sm-95{flex:1 1 100%;max-width:100%;max-height:95%;box-sizing:border-box}.flex-gt-sm-100,.layout-column>.flex-gt-sm-100,.layout-gt-sm-column>.flex-gt-sm-100,.layout-gt-sm-row>.flex-gt-sm-100,.layout-row>.flex-gt-sm-100{flex:1 1 100%;max-width:100%;max-height:100%;box-sizing:border-box}.layout-row>.flex-gt-sm-33{flex:1 1 33.33%;max-width:33.33%;max-height:100%;box-sizing:border-box}.layout-row>.flex-gt-sm-66{flex:1 1 66.66%;max-width:66.66%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-sm-33{flex:1 1 33.33%;max-width:100%;max-height:33.33%;box-sizing:border-box}.layout-column>.flex-gt-sm-66{flex:1 1 66.66%;max-width:100%;max-height:66.66%;box-sizing:border-box}.layout-gt-sm-row>.flex-gt-sm-33{flex:1 1 100%;max-width:33.33%;max-height:100%;box-sizing:border-box}.layout-gt-sm-row>.flex-gt-sm-66{flex:1 1 100%;max-width:66.66%;max-height:100%;box-sizing:border-box}.layout-gt-sm-row>.flex{min-width:0}.layout-gt-sm-column>.flex-gt-sm-33{flex:1 1 100%;max-width:100%;max-height:33.33%;box-sizing:border-box}.layout-gt-sm-column>.flex-gt-sm-66{flex:1 1 100%;max-width:100%;max-height:66.66%;box-sizing:border-box}.layout-gt-sm-column>.flex{min-height:0}.layout-gt-sm,.layout-gt-sm-column,.layout-gt-sm-row{box-sizing:border-box;display:flex}.layout-gt-sm-column{flex-direction:column}.layout-gt-sm-row{flex-direction:row}}@media (min-width:960px) and (max-width:1279px){.hide-gt-sm:not(.show-gt-xs):not(.show-gt-sm):not(.show-md):not(.show),.hide-gt-xs:not(.show-gt-xs):not(.show-gt-sm):not(.show-md):not(.show),.hide-md:not(.show-md):not(.show-gt-sm):not(.show-gt-xs):not(.show),.hide:not(.show-gt-xs):not(.show-gt-sm):not(.show-md):not(.show){display:none}.flex-order-md--20{order:-20}.flex-order-md--19{order:-19}.flex-order-md--18{order:-18}.flex-order-md--17{order:-17}.flex-order-md--16{order:-16}.flex-order-md--15{order:-15}.flex-order-md--14{order:-14}.flex-order-md--13{order:-13}.flex-order-md--12{order:-12}.flex-order-md--11{order:-11}.flex-order-md--10{order:-10}.flex-order-md--9{order:-9}.flex-order-md--8{order:-8}.flex-order-md--7{order:-7}.flex-order-md--6{order:-6}.flex-order-md--5{order:-5}.flex-order-md--4{order:-4}.flex-order-md--3{order:-3}.flex-order-md--2{order:-2}.flex-order-md--1{order:-1}.flex-order-md-0{order:0}.flex-order-md-1{order:1}.flex-order-md-2{order:2}.flex-order-md-3{order:3}.flex-order-md-4{order:4}.flex-order-md-5{order:5}.flex-order-md-6{order:6}.flex-order-md-7{order:7}.flex-order-md-8{order:8}.flex-order-md-9{order:9}.flex-order-md-10{order:10}.flex-order-md-11{order:11}.flex-order-md-12{order:12}.flex-order-md-13{order:13}.flex-order-md-14{order:14}.flex-order-md-15{order:15}.flex-order-md-16{order:16}.flex-order-md-17{order:17}.flex-order-md-18{order:18}.flex-order-md-19{order:19}.flex-order-md-20{order:20}[dir=ltr] .flex-offset-md-0,[dir=ltr] .layout-margin .flex-offset-md-0,[dir=ltr] .layout-margin .offset-md-0,[dir=ltr] .offset-md-0{margin-left:0}[dir=rtl] .flex-offset-md-0,[dir=rtl] .layout-margin .flex-offset-md-0,[dir=rtl] .layout-margin .offset-md-0,[dir=rtl] .offset-md-0{margin-right:0}[dir=ltr] [dir=rtl] .flex-offset-md-0,[dir=ltr] [dir=rtl] .layout-margin .flex-offset-md-0,[dir=ltr] [dir=rtl] .layout-margin .offset-md-0,[dir=ltr] [dir=rtl] .offset-md-0{margin-left:auto;margin-right:0}[dir=rtl] [dir=rtl] .flex-offset-md-0,[dir=rtl] [dir=rtl] .layout-margin .flex-offset-md-0,[dir=rtl] [dir=rtl] .layout-margin .offset-md-0,[dir=rtl] [dir=rtl] .offset-md-0{margin-right:auto;margin-left:0}[dir=ltr] .flex-offset-md-5,[dir=ltr] .layout-margin .flex-offset-md-5,[dir=ltr] .layout-margin .offset-md-5,[dir=ltr] .offset-md-5{margin-left:5%}[dir=rtl] .flex-offset-md-5,[dir=rtl] .layout-margin .flex-offset-md-5,[dir=rtl] .layout-margin .offset-md-5,[dir=rtl] .offset-md-5{margin-right:5%}[dir=ltr] [dir=rtl] .flex-offset-md-5,[dir=ltr] [dir=rtl] .layout-margin .flex-offset-md-5,[dir=ltr] [dir=rtl] .layout-margin .offset-md-5,[dir=ltr] [dir=rtl] .offset-md-5{margin-left:auto;margin-right:5%}[dir=rtl] [dir=rtl] .flex-offset-md-5,[dir=rtl] [dir=rtl] .layout-margin .flex-offset-md-5,[dir=rtl] [dir=rtl] .layout-margin .offset-md-5,[dir=rtl] [dir=rtl] .offset-md-5{margin-right:auto;margin-left:5%}[dir=ltr] .flex-offset-md-10,[dir=ltr] .layout-margin .flex-offset-md-10,[dir=ltr] .layout-margin .offset-md-10,[dir=ltr] .offset-md-10{margin-left:10%}[dir=rtl] .flex-offset-md-10,[dir=rtl] .layout-margin .flex-offset-md-10,[dir=rtl] .layout-margin .offset-md-10,[dir=rtl] .offset-md-10{margin-right:10%}[dir=ltr] [dir=rtl] .flex-offset-md-10,[dir=ltr] [dir=rtl] .layout-margin .flex-offset-md-10,[dir=ltr] [dir=rtl] .layout-margin .offset-md-10,[dir=ltr] [dir=rtl] .offset-md-10{margin-left:auto;margin-right:10%}[dir=rtl] [dir=rtl] .flex-offset-md-10,[dir=rtl] [dir=rtl] .layout-margin .flex-offset-md-10,[dir=rtl] [dir=rtl] .layout-margin .offset-md-10,[dir=rtl] [dir=rtl] .offset-md-10{margin-right:auto;margin-left:10%}[dir=ltr] .flex-offset-md-15,[dir=ltr] .layout-margin .flex-offset-md-15,[dir=ltr] .layout-margin .offset-md-15,[dir=ltr] .offset-md-15{margin-left:15%}[dir=rtl] .flex-offset-md-15,[dir=rtl] .layout-margin .flex-offset-md-15,[dir=rtl] .layout-margin .offset-md-15,[dir=rtl] .offset-md-15{margin-right:15%}[dir=ltr] [dir=rtl] .flex-offset-md-15,[dir=ltr] [dir=rtl] .layout-margin .flex-offset-md-15,[dir=ltr] [dir=rtl] .layout-margin .offset-md-15,[dir=ltr] [dir=rtl] .offset-md-15{margin-left:auto;margin-right:15%}[dir=rtl] [dir=rtl] .flex-offset-md-15,[dir=rtl] [dir=rtl] .layout-margin .flex-offset-md-15,[dir=rtl] [dir=rtl] .layout-margin .offset-md-15,[dir=rtl] [dir=rtl] .offset-md-15{margin-right:auto;margin-left:15%}[dir=ltr] .flex-offset-md-20,[dir=ltr] .layout-margin .flex-offset-md-20,[dir=ltr] .layout-margin .offset-md-20,[dir=ltr] .offset-md-20{margin-left:20%}[dir=rtl] .flex-offset-md-20,[dir=rtl] .layout-margin .flex-offset-md-20,[dir=rtl] .layout-margin .offset-md-20,[dir=rtl] .offset-md-20{margin-right:20%}[dir=ltr] [dir=rtl] .flex-offset-md-20,[dir=ltr] [dir=rtl] .layout-margin .flex-offset-md-20,[dir=ltr] [dir=rtl] .layout-margin .offset-md-20,[dir=ltr] [dir=rtl] .offset-md-20{margin-left:auto;margin-right:20%}[dir=rtl] [dir=rtl] .flex-offset-md-20,[dir=rtl] [dir=rtl] .layout-margin .flex-offset-md-20,[dir=rtl] [dir=rtl] .layout-margin .offset-md-20,[dir=rtl] [dir=rtl] .offset-md-20{margin-right:auto;margin-left:20%}[dir=ltr] .flex-offset-md-25,[dir=ltr] .layout-margin .flex-offset-md-25,[dir=ltr] .layout-margin .offset-md-25,[dir=ltr] .offset-md-25{margin-left:25%}[dir=rtl] .flex-offset-md-25,[dir=rtl] .layout-margin .flex-offset-md-25,[dir=rtl] .layout-margin .offset-md-25,[dir=rtl] .offset-md-25{margin-right:25%}[dir=ltr] [dir=rtl] .flex-offset-md-25,[dir=ltr] [dir=rtl] .layout-margin .flex-offset-md-25,[dir=ltr] [dir=rtl] .layout-margin .offset-md-25,[dir=ltr] [dir=rtl] .offset-md-25{margin-left:auto;margin-right:25%}[dir=rtl] [dir=rtl] .flex-offset-md-25,[dir=rtl] [dir=rtl] .layout-margin .flex-offset-md-25,[dir=rtl] [dir=rtl] .layout-margin .offset-md-25,[dir=rtl] [dir=rtl] .offset-md-25{margin-right:auto;margin-left:25%}[dir=ltr] .flex-offset-md-30,[dir=ltr] .layout-margin .flex-offset-md-30,[dir=ltr] .layout-margin .offset-md-30,[dir=ltr] .offset-md-30{margin-left:30%}[dir=rtl] .flex-offset-md-30,[dir=rtl] .layout-margin .flex-offset-md-30,[dir=rtl] .layout-margin .offset-md-30,[dir=rtl] .offset-md-30{margin-right:30%}[dir=ltr] [dir=rtl] .flex-offset-md-30,[dir=ltr] [dir=rtl] .layout-margin .flex-offset-md-30,[dir=ltr] [dir=rtl] .layout-margin .offset-md-30,[dir=ltr] [dir=rtl] .offset-md-30{margin-left:auto;margin-right:30%}[dir=rtl] [dir=rtl] .flex-offset-md-30,[dir=rtl] [dir=rtl] .layout-margin .flex-offset-md-30,[dir=rtl] [dir=rtl] .layout-margin .offset-md-30,[dir=rtl] [dir=rtl] .offset-md-30{margin-right:auto;margin-left:30%}[dir=ltr] .flex-offset-md-35,[dir=ltr] .layout-margin .flex-offset-md-35,[dir=ltr] .layout-margin .offset-md-35,[dir=ltr] .offset-md-35{margin-left:35%}[dir=rtl] .flex-offset-md-35,[dir=rtl] .layout-margin .flex-offset-md-35,[dir=rtl] .layout-margin .offset-md-35,[dir=rtl] .offset-md-35{margin-right:35%}[dir=ltr] [dir=rtl] .flex-offset-md-35,[dir=ltr] [dir=rtl] .layout-margin .flex-offset-md-35,[dir=ltr] [dir=rtl] .layout-margin .offset-md-35,[dir=ltr] [dir=rtl] .offset-md-35{margin-left:auto;margin-right:35%}[dir=rtl] [dir=rtl] .flex-offset-md-35,[dir=rtl] [dir=rtl] .layout-margin .flex-offset-md-35,[dir=rtl] [dir=rtl] .layout-margin .offset-md-35,[dir=rtl] [dir=rtl] .offset-md-35{margin-right:auto;margin-left:35%}[dir=ltr] .flex-offset-md-40,[dir=ltr] .layout-margin .flex-offset-md-40,[dir=ltr] .layout-margin .offset-md-40,[dir=ltr] .offset-md-40{margin-left:40%}[dir=rtl] .flex-offset-md-40,[dir=rtl] .layout-margin .flex-offset-md-40,[dir=rtl] .layout-margin .offset-md-40,[dir=rtl] .offset-md-40{margin-right:40%}[dir=ltr] [dir=rtl] .flex-offset-md-40,[dir=ltr] [dir=rtl] .layout-margin .flex-offset-md-40,[dir=ltr] [dir=rtl] .layout-margin .offset-md-40,[dir=ltr] [dir=rtl] .offset-md-40{margin-left:auto;margin-right:40%}[dir=rtl] [dir=rtl] .flex-offset-md-40,[dir=rtl] [dir=rtl] .layout-margin .flex-offset-md-40,[dir=rtl] [dir=rtl] .layout-margin .offset-md-40,[dir=rtl] [dir=rtl] .offset-md-40{margin-right:auto;margin-left:40%}[dir=ltr] .flex-offset-md-45,[dir=ltr] .layout-margin .flex-offset-md-45,[dir=ltr] .layout-margin .offset-md-45,[dir=ltr] .offset-md-45{margin-left:45%}[dir=rtl] .flex-offset-md-45,[dir=rtl] .layout-margin .flex-offset-md-45,[dir=rtl] .layout-margin .offset-md-45,[dir=rtl] .offset-md-45{margin-right:45%}[dir=ltr] [dir=rtl] .flex-offset-md-45,[dir=ltr] [dir=rtl] .layout-margin .flex-offset-md-45,[dir=ltr] [dir=rtl] .layout-margin .offset-md-45,[dir=ltr] [dir=rtl] .offset-md-45{margin-left:auto;margin-right:45%}[dir=rtl] [dir=rtl] .flex-offset-md-45,[dir=rtl] [dir=rtl] .layout-margin .flex-offset-md-45,[dir=rtl] [dir=rtl] .layout-margin .offset-md-45,[dir=rtl] [dir=rtl] .offset-md-45{margin-right:auto;margin-left:45%}[dir=ltr] .flex-offset-md-50,[dir=ltr] .layout-margin .flex-offset-md-50,[dir=ltr] .layout-margin .offset-md-50,[dir=ltr] .offset-md-50{margin-left:50%}[dir=rtl] .flex-offset-md-50,[dir=rtl] .layout-margin .flex-offset-md-50,[dir=rtl] .layout-margin .offset-md-50,[dir=rtl] .offset-md-50{margin-right:50%}[dir=ltr] [dir=rtl] .flex-offset-md-50,[dir=ltr] [dir=rtl] .layout-margin .flex-offset-md-50,[dir=ltr] [dir=rtl] .layout-margin .offset-md-50,[dir=ltr] [dir=rtl] .offset-md-50{margin-left:auto;margin-right:50%}[dir=rtl] [dir=rtl] .flex-offset-md-50,[dir=rtl] [dir=rtl] .layout-margin .flex-offset-md-50,[dir=rtl] [dir=rtl] .layout-margin .offset-md-50,[dir=rtl] [dir=rtl] .offset-md-50{margin-right:auto;margin-left:50%}[dir=ltr] .flex-offset-md-55,[dir=ltr] .layout-margin .flex-offset-md-55,[dir=ltr] .layout-margin .offset-md-55,[dir=ltr] .offset-md-55{margin-left:55%}[dir=rtl] .flex-offset-md-55,[dir=rtl] .layout-margin .flex-offset-md-55,[dir=rtl] .layout-margin .offset-md-55,[dir=rtl] .offset-md-55{margin-right:55%}[dir=ltr] [dir=rtl] .flex-offset-md-55,[dir=ltr] [dir=rtl] .layout-margin .flex-offset-md-55,[dir=ltr] [dir=rtl] .layout-margin .offset-md-55,[dir=ltr] [dir=rtl] .offset-md-55{margin-left:auto;margin-right:55%}[dir=rtl] [dir=rtl] .flex-offset-md-55,[dir=rtl] [dir=rtl] .layout-margin .flex-offset-md-55,[dir=rtl] [dir=rtl] .layout-margin .offset-md-55,[dir=rtl] [dir=rtl] .offset-md-55{margin-right:auto;margin-left:55%}[dir=ltr] .flex-offset-md-60,[dir=ltr] .layout-margin .flex-offset-md-60,[dir=ltr] .layout-margin .offset-md-60,[dir=ltr] .offset-md-60{margin-left:60%}[dir=rtl] .flex-offset-md-60,[dir=rtl] .layout-margin .flex-offset-md-60,[dir=rtl] .layout-margin .offset-md-60,[dir=rtl] .offset-md-60{margin-right:60%}[dir=ltr] [dir=rtl] .flex-offset-md-60,[dir=ltr] [dir=rtl] .layout-margin .flex-offset-md-60,[dir=ltr] [dir=rtl] .layout-margin .offset-md-60,[dir=ltr] [dir=rtl] .offset-md-60{margin-left:auto;margin-right:60%}[dir=rtl] [dir=rtl] .flex-offset-md-60,[dir=rtl] [dir=rtl] .layout-margin .flex-offset-md-60,[dir=rtl] [dir=rtl] .layout-margin .offset-md-60,[dir=rtl] [dir=rtl] .offset-md-60{margin-right:auto;margin-left:60%}[dir=ltr] .flex-offset-md-65,[dir=ltr] .layout-margin .flex-offset-md-65,[dir=ltr] .layout-margin .offset-md-65,[dir=ltr] .offset-md-65{margin-left:65%}[dir=rtl] .flex-offset-md-65,[dir=rtl] .layout-margin .flex-offset-md-65,[dir=rtl] .layout-margin .offset-md-65,[dir=rtl] .offset-md-65{margin-right:65%}[dir=ltr] [dir=rtl] .flex-offset-md-65,[dir=ltr] [dir=rtl] .layout-margin .flex-offset-md-65,[dir=ltr] [dir=rtl] .layout-margin .offset-md-65,[dir=ltr] [dir=rtl] .offset-md-65{margin-left:auto;margin-right:65%}[dir=rtl] [dir=rtl] .flex-offset-md-65,[dir=rtl] [dir=rtl] .layout-margin .flex-offset-md-65,[dir=rtl] [dir=rtl] .layout-margin .offset-md-65,[dir=rtl] [dir=rtl] .offset-md-65{margin-right:auto;margin-left:65%}[dir=ltr] .flex-offset-md-70,[dir=ltr] .layout-margin .flex-offset-md-70,[dir=ltr] .layout-margin .offset-md-70,[dir=ltr] .offset-md-70{margin-left:70%}[dir=rtl] .flex-offset-md-70,[dir=rtl] .layout-margin .flex-offset-md-70,[dir=rtl] .layout-margin .offset-md-70,[dir=rtl] .offset-md-70{margin-right:70%}[dir=ltr] [dir=rtl] .flex-offset-md-70,[dir=ltr] [dir=rtl] .layout-margin .flex-offset-md-70,[dir=ltr] [dir=rtl] .layout-margin .offset-md-70,[dir=ltr] [dir=rtl] .offset-md-70{margin-left:auto;margin-right:70%}[dir=rtl] [dir=rtl] .flex-offset-md-70,[dir=rtl] [dir=rtl] .layout-margin .flex-offset-md-70,[dir=rtl] [dir=rtl] .layout-margin .offset-md-70,[dir=rtl] [dir=rtl] .offset-md-70{margin-right:auto;margin-left:70%}[dir=ltr] .flex-offset-md-75,[dir=ltr] .layout-margin .flex-offset-md-75,[dir=ltr] .layout-margin .offset-md-75,[dir=ltr] .offset-md-75{margin-left:75%}[dir=rtl] .flex-offset-md-75,[dir=rtl] .layout-margin .flex-offset-md-75,[dir=rtl] .layout-margin .offset-md-75,[dir=rtl] .offset-md-75{margin-right:75%}[dir=ltr] [dir=rtl] .flex-offset-md-75,[dir=ltr] [dir=rtl] .layout-margin .flex-offset-md-75,[dir=ltr] [dir=rtl] .layout-margin .offset-md-75,[dir=ltr] [dir=rtl] .offset-md-75{margin-left:auto;margin-right:75%}[dir=rtl] [dir=rtl] .flex-offset-md-75,[dir=rtl] [dir=rtl] .layout-margin .flex-offset-md-75,[dir=rtl] [dir=rtl] .layout-margin .offset-md-75,[dir=rtl] [dir=rtl] .offset-md-75{margin-right:auto;margin-left:75%}[dir=ltr] .flex-offset-md-80,[dir=ltr] .layout-margin .flex-offset-md-80,[dir=ltr] .layout-margin .offset-md-80,[dir=ltr] .offset-md-80{margin-left:80%}[dir=rtl] .flex-offset-md-80,[dir=rtl] .layout-margin .flex-offset-md-80,[dir=rtl] .layout-margin .offset-md-80,[dir=rtl] .offset-md-80{margin-right:80%}[dir=ltr] [dir=rtl] .flex-offset-md-80,[dir=ltr] [dir=rtl] .layout-margin .flex-offset-md-80,[dir=ltr] [dir=rtl] .layout-margin .offset-md-80,[dir=ltr] [dir=rtl] .offset-md-80{margin-left:auto;margin-right:80%}[dir=rtl] [dir=rtl] .flex-offset-md-80,[dir=rtl] [dir=rtl] .layout-margin .flex-offset-md-80,[dir=rtl] [dir=rtl] .layout-margin .offset-md-80,[dir=rtl] [dir=rtl] .offset-md-80{margin-right:auto;margin-left:80%}[dir=ltr] .flex-offset-md-85,[dir=ltr] .layout-margin .flex-offset-md-85,[dir=ltr] .layout-margin .offset-md-85,[dir=ltr] .offset-md-85{margin-left:85%}[dir=rtl] .flex-offset-md-85,[dir=rtl] .layout-margin .flex-offset-md-85,[dir=rtl] .layout-margin .offset-md-85,[dir=rtl] .offset-md-85{margin-right:85%}[dir=ltr] [dir=rtl] .flex-offset-md-85,[dir=ltr] [dir=rtl] .layout-margin .flex-offset-md-85,[dir=ltr] [dir=rtl] .layout-margin .offset-md-85,[dir=ltr] [dir=rtl] .offset-md-85{margin-left:auto;margin-right:85%}[dir=rtl] [dir=rtl] .flex-offset-md-85,[dir=rtl] [dir=rtl] .layout-margin .flex-offset-md-85,[dir=rtl] [dir=rtl] .layout-margin .offset-md-85,[dir=rtl] [dir=rtl] .offset-md-85{margin-right:auto;margin-left:85%}[dir=ltr] .flex-offset-md-90,[dir=ltr] .layout-margin .flex-offset-md-90,[dir=ltr] .layout-margin .offset-md-90,[dir=ltr] .offset-md-90{margin-left:90%}[dir=rtl] .flex-offset-md-90,[dir=rtl] .layout-margin .flex-offset-md-90,[dir=rtl] .layout-margin .offset-md-90,[dir=rtl] .offset-md-90{margin-right:90%}[dir=ltr] [dir=rtl] .flex-offset-md-90,[dir=ltr] [dir=rtl] .layout-margin .flex-offset-md-90,[dir=ltr] [dir=rtl] .layout-margin .offset-md-90,[dir=ltr] [dir=rtl] .offset-md-90{margin-left:auto;margin-right:90%}[dir=rtl] [dir=rtl] .flex-offset-md-90,[dir=rtl] [dir=rtl] .layout-margin .flex-offset-md-90,[dir=rtl] [dir=rtl] .layout-margin .offset-md-90,[dir=rtl] [dir=rtl] .offset-md-90{margin-right:auto;margin-left:90%}[dir=ltr] .flex-offset-md-95,[dir=ltr] .layout-margin .flex-offset-md-95,[dir=ltr] .layout-margin .offset-md-95,[dir=ltr] .offset-md-95{margin-left:95%}[dir=rtl] .flex-offset-md-95,[dir=rtl] .layout-margin .flex-offset-md-95,[dir=rtl] .layout-margin .offset-md-95,[dir=rtl] .offset-md-95{margin-right:95%}[dir=ltr] [dir=rtl] .flex-offset-md-95,[dir=ltr] [dir=rtl] .layout-margin .flex-offset-md-95,[dir=ltr] [dir=rtl] .layout-margin .offset-md-95,[dir=ltr] [dir=rtl] .offset-md-95{margin-left:auto;margin-right:95%}[dir=rtl] [dir=rtl] .flex-offset-md-95,[dir=rtl] [dir=rtl] .layout-margin .flex-offset-md-95,[dir=rtl] [dir=rtl] .layout-margin .offset-md-95,[dir=rtl] [dir=rtl] .offset-md-95{margin-right:auto;margin-left:95%}[dir=ltr] .flex-offset-md-33,[dir=ltr] .layout-margin .flex-offset-md-33,[dir=ltr] .layout-margin .offset-md-33,[dir=ltr] .offset-md-33{margin-left:33.3333333333%}[dir=rtl] .flex-offset-md-33,[dir=rtl] .layout-margin .flex-offset-md-33,[dir=rtl] .layout-margin .offset-md-33,[dir=rtl] .offset-md-33{margin-right:33.3333333333%}[dir=ltr] .flex-offset-md-66,[dir=ltr] .layout-margin .flex-offset-md-66,[dir=ltr] .layout-margin .offset-md-66,[dir=ltr] .offset-md-66{margin-left:66.6666666667%}[dir=rtl] .flex-offset-md-66,[dir=rtl] .layout-margin .flex-offset-md-66,[dir=rtl] .layout-margin .offset-md-66,[dir=rtl] .offset-md-66{margin-right:66.6666666667%}[dir=ltr] [dir=rtl] .flex-offset-md-66,[dir=ltr] [dir=rtl] .layout-margin .flex-offset-md-66,[dir=ltr] [dir=rtl] .layout-margin .offset-md-66,[dir=ltr] [dir=rtl] .offset-md-66{margin-left:auto;margin-right:66.6666666667%}[dir=rtl] [dir=rtl] .flex-offset-md-66,[dir=rtl] [dir=rtl] .layout-margin .flex-offset-md-66,[dir=rtl] [dir=rtl] .layout-margin .offset-md-66,[dir=rtl] [dir=rtl] .offset-md-66{margin-right:auto;margin-left:66.6666666667%}.layout-align-md,.layout-align-md-start-stretch{justify-content:flex-start;align-content:stretch;align-items:stretch}.layout-align-md-start,.layout-align-md-start-center,.layout-align-md-start-end,.layout-align-md-start-start,.layout-align-md-start-stretch{justify-content:flex-start}.layout-align-md-center,.layout-align-md-center-center,.layout-align-md-center-end,.layout-align-md-center-start,.layout-align-md-center-stretch{justify-content:center}.layout-align-md-end,.layout-align-md-end-center,.layout-align-md-end-end,.layout-align-md-end-start,.layout-align-md-end-stretch{justify-content:flex-end}.layout-align-md-space-around,.layout-align-md-space-around-center,.layout-align-md-space-around-end,.layout-align-md-space-around-start,.layout-align-md-space-around-stretch{justify-content:space-around}.layout-align-md-space-between,.layout-align-md-space-between-center,.layout-align-md-space-between-end,.layout-align-md-space-between-start,.layout-align-md-space-between-stretch{justify-content:space-between}.layout-align-md-center-start,.layout-align-md-end-start,.layout-align-md-space-around-start,.layout-align-md-space-between-start,.layout-align-md-start-start{align-items:flex-start;align-content:flex-start}.layout-align-md-center-center,.layout-align-md-end-center,.layout-align-md-space-around-center,.layout-align-md-space-between-center,.layout-align-md-start-center{align-items:center;align-content:center;max-width:100%}.layout-align-md-center-center>*,.layout-align-md-end-center>*,.layout-align-md-space-around-center>*,.layout-align-md-space-between-center>*,.layout-align-md-start-center>*{max-width:100%;box-sizing:border-box}.layout-align-md-center-end,.layout-align-md-end-end,.layout-align-md-space-around-end,.layout-align-md-space-between-end,.layout-align-md-start-end{align-items:flex-end;align-content:flex-end}.layout-align-md-center-stretch,.layout-align-md-end-stretch,.layout-align-md-space-around-stretch,.layout-align-md-space-between-stretch,.layout-align-md-start-stretch{align-items:stretch;align-content:stretch}.flex-md{flex:1;box-sizing:border-box}.flex-md-grow{flex:1 1 100%;box-sizing:border-box}.flex-md-initial{flex:0 1 auto;box-sizing:border-box}.flex-md-auto{flex:1 1 auto;box-sizing:border-box}.flex-md-none{flex:0 0 auto;box-sizing:border-box}.flex-md-noshrink{flex:1 0 auto;box-sizing:border-box}.flex-md-nogrow{flex:0 1 auto;box-sizing:border-box}.flex-md-0,.layout-row>.flex-md-0{flex:1 1 100%;max-width:0;max-height:100%;box-sizing:border-box}.layout-row>.flex-md-0{min-width:0}.layout-column>.flex-md-0{flex:1 1 100%;max-width:100%;max-height:0;box-sizing:border-box}.layout-md-row>.flex-md-0{flex:1 1 100%;max-width:0;max-height:100%;box-sizing:border-box;min-width:0}.layout-md-column>.flex-md-0{flex:1 1 100%;max-width:100%;max-height:0;box-sizing:border-box;min-height:0}.flex-md-5,.layout-row>.flex-md-5{flex:1 1 100%;max-width:5%;max-height:100%;box-sizing:border-box}.layout-column>.flex-md-5{flex:1 1 100%;max-width:100%;max-height:5%;box-sizing:border-box}.layout-md-row>.flex-md-5{flex:1 1 100%;max-width:5%;max-height:100%;box-sizing:border-box}.layout-md-column>.flex-md-5{flex:1 1 100%;max-width:100%;max-height:5%;box-sizing:border-box}.flex-md-10,.layout-row>.flex-md-10{flex:1 1 100%;max-width:10%;max-height:100%;box-sizing:border-box}.layout-column>.flex-md-10{flex:1 1 100%;max-width:100%;max-height:10%;box-sizing:border-box}.layout-md-row>.flex-md-10{flex:1 1 100%;max-width:10%;max-height:100%;box-sizing:border-box}.layout-md-column>.flex-md-10{flex:1 1 100%;max-width:100%;max-height:10%;box-sizing:border-box}.flex-md-15,.layout-row>.flex-md-15{flex:1 1 100%;max-width:15%;max-height:100%;box-sizing:border-box}.layout-column>.flex-md-15{flex:1 1 100%;max-width:100%;max-height:15%;box-sizing:border-box}.layout-md-row>.flex-md-15{flex:1 1 100%;max-width:15%;max-height:100%;box-sizing:border-box}.layout-md-column>.flex-md-15{flex:1 1 100%;max-width:100%;max-height:15%;box-sizing:border-box}.flex-md-20,.layout-row>.flex-md-20{flex:1 1 100%;max-width:20%;max-height:100%;box-sizing:border-box}.layout-column>.flex-md-20{flex:1 1 100%;max-width:100%;max-height:20%;box-sizing:border-box}.layout-md-row>.flex-md-20{flex:1 1 100%;max-width:20%;max-height:100%;box-sizing:border-box}.layout-md-column>.flex-md-20{flex:1 1 100%;max-width:100%;max-height:20%;box-sizing:border-box}.flex-md-25,.layout-row>.flex-md-25{flex:1 1 100%;max-width:25%;max-height:100%;box-sizing:border-box}.layout-column>.flex-md-25{flex:1 1 100%;max-width:100%;max-height:25%;box-sizing:border-box}.layout-md-row>.flex-md-25{flex:1 1 100%;max-width:25%;max-height:100%;box-sizing:border-box}.layout-md-column>.flex-md-25{flex:1 1 100%;max-width:100%;max-height:25%;box-sizing:border-box}.flex-md-30,.layout-row>.flex-md-30{flex:1 1 100%;max-width:30%;max-height:100%;box-sizing:border-box}.layout-column>.flex-md-30{flex:1 1 100%;max-width:100%;max-height:30%;box-sizing:border-box}.layout-md-row>.flex-md-30{flex:1 1 100%;max-width:30%;max-height:100%;box-sizing:border-box}.layout-md-column>.flex-md-30{flex:1 1 100%;max-width:100%;max-height:30%;box-sizing:border-box}.flex-md-35,.layout-row>.flex-md-35{flex:1 1 100%;max-width:35%;max-height:100%;box-sizing:border-box}.layout-column>.flex-md-35{flex:1 1 100%;max-width:100%;max-height:35%;box-sizing:border-box}.layout-md-row>.flex-md-35{flex:1 1 100%;max-width:35%;max-height:100%;box-sizing:border-box}.layout-md-column>.flex-md-35{flex:1 1 100%;max-width:100%;max-height:35%;box-sizing:border-box}.flex-md-40,.layout-row>.flex-md-40{flex:1 1 100%;max-width:40%;max-height:100%;box-sizing:border-box}.layout-column>.flex-md-40{flex:1 1 100%;max-width:100%;max-height:40%;box-sizing:border-box}.layout-md-row>.flex-md-40{flex:1 1 100%;max-width:40%;max-height:100%;box-sizing:border-box}.layout-md-column>.flex-md-40{flex:1 1 100%;max-width:100%;max-height:40%;box-sizing:border-box}.flex-md-45,.layout-row>.flex-md-45{flex:1 1 100%;max-width:45%;max-height:100%;box-sizing:border-box}.layout-column>.flex-md-45{flex:1 1 100%;max-width:100%;max-height:45%;box-sizing:border-box}.layout-md-row>.flex-md-45{flex:1 1 100%;max-width:45%;max-height:100%;box-sizing:border-box}.layout-md-column>.flex-md-45{flex:1 1 100%;max-width:100%;max-height:45%;box-sizing:border-box}.flex-md-50,.layout-row>.flex-md-50{flex:1 1 100%;max-width:50%;max-height:100%;box-sizing:border-box}.layout-column>.flex-md-50{flex:1 1 100%;max-width:100%;max-height:50%;box-sizing:border-box}.layout-md-row>.flex-md-50{flex:1 1 100%;max-width:50%;max-height:100%;box-sizing:border-box}.layout-md-column>.flex-md-50{flex:1 1 100%;max-width:100%;max-height:50%;box-sizing:border-box}.flex-md-55,.layout-row>.flex-md-55{flex:1 1 100%;max-width:55%;max-height:100%;box-sizing:border-box}.layout-column>.flex-md-55{flex:1 1 100%;max-width:100%;max-height:55%;box-sizing:border-box}.layout-md-row>.flex-md-55{flex:1 1 100%;max-width:55%;max-height:100%;box-sizing:border-box}.layout-md-column>.flex-md-55{flex:1 1 100%;max-width:100%;max-height:55%;box-sizing:border-box}.flex-md-60,.layout-row>.flex-md-60{flex:1 1 100%;max-width:60%;max-height:100%;box-sizing:border-box}.layout-column>.flex-md-60{flex:1 1 100%;max-width:100%;max-height:60%;box-sizing:border-box}.layout-md-row>.flex-md-60{flex:1 1 100%;max-width:60%;max-height:100%;box-sizing:border-box}.layout-md-column>.flex-md-60{flex:1 1 100%;max-width:100%;max-height:60%;box-sizing:border-box}.flex-md-65,.layout-row>.flex-md-65{flex:1 1 100%;max-width:65%;max-height:100%;box-sizing:border-box}.layout-column>.flex-md-65{flex:1 1 100%;max-width:100%;max-height:65%;box-sizing:border-box}.layout-md-row>.flex-md-65{flex:1 1 100%;max-width:65%;max-height:100%;box-sizing:border-box}.layout-md-column>.flex-md-65{flex:1 1 100%;max-width:100%;max-height:65%;box-sizing:border-box}.flex-md-70,.layout-row>.flex-md-70{flex:1 1 100%;max-width:70%;max-height:100%;box-sizing:border-box}.layout-column>.flex-md-70{flex:1 1 100%;max-width:100%;max-height:70%;box-sizing:border-box}.layout-md-row>.flex-md-70{flex:1 1 100%;max-width:70%;max-height:100%;box-sizing:border-box}.layout-md-column>.flex-md-70{flex:1 1 100%;max-width:100%;max-height:70%;box-sizing:border-box}.flex-md-75,.layout-row>.flex-md-75{flex:1 1 100%;max-width:75%;max-height:100%;box-sizing:border-box}.layout-column>.flex-md-75{flex:1 1 100%;max-width:100%;max-height:75%;box-sizing:border-box}.layout-md-row>.flex-md-75{flex:1 1 100%;max-width:75%;max-height:100%;box-sizing:border-box}.layout-md-column>.flex-md-75{flex:1 1 100%;max-width:100%;max-height:75%;box-sizing:border-box}.flex-md-80,.layout-row>.flex-md-80{flex:1 1 100%;max-width:80%;max-height:100%;box-sizing:border-box}.layout-column>.flex-md-80{flex:1 1 100%;max-width:100%;max-height:80%;box-sizing:border-box}.layout-md-row>.flex-md-80{flex:1 1 100%;max-width:80%;max-height:100%;box-sizing:border-box}.layout-md-column>.flex-md-80{flex:1 1 100%;max-width:100%;max-height:80%;box-sizing:border-box}.flex-md-85,.layout-row>.flex-md-85{flex:1 1 100%;max-width:85%;max-height:100%;box-sizing:border-box}.layout-column>.flex-md-85{flex:1 1 100%;max-width:100%;max-height:85%;box-sizing:border-box}.layout-md-row>.flex-md-85{flex:1 1 100%;max-width:85%;max-height:100%;box-sizing:border-box}.layout-md-column>.flex-md-85{flex:1 1 100%;max-width:100%;max-height:85%;box-sizing:border-box}.flex-md-90,.layout-row>.flex-md-90{flex:1 1 100%;max-width:90%;max-height:100%;box-sizing:border-box}.layout-column>.flex-md-90{flex:1 1 100%;max-width:100%;max-height:90%;box-sizing:border-box}.layout-md-row>.flex-md-90{flex:1 1 100%;max-width:90%;max-height:100%;box-sizing:border-box}.layout-md-column>.flex-md-90{flex:1 1 100%;max-width:100%;max-height:90%;box-sizing:border-box}.flex-md-95,.layout-row>.flex-md-95{flex:1 1 100%;max-width:95%;max-height:100%;box-sizing:border-box}.layout-column>.flex-md-95{flex:1 1 100%;max-width:100%;max-height:95%;box-sizing:border-box}.layout-md-row>.flex-md-95{flex:1 1 100%;max-width:95%;max-height:100%;box-sizing:border-box}.layout-md-column>.flex-md-95{max-height:95%}.flex-md-100,.layout-md-column>.flex-md-95{flex:1 1 100%;max-width:100%;box-sizing:border-box}.flex-md-100{max-height:100%}.layout-column>.flex-md-100,.layout-md-column>.flex-md-100,.layout-md-row>.flex-md-100,.layout-row>.flex-md-100{flex:1 1 100%;max-width:100%;max-height:100%;box-sizing:border-box}.layout-row>.flex-md-33{flex:1 1 33.33%;max-width:33.33%;max-height:100%;box-sizing:border-box}.layout-row>.flex-md-66{flex:1 1 66.66%;max-width:66.66%;max-height:100%;box-sizing:border-box}.layout-column>.flex-md-33{flex:1 1 33.33%;max-width:100%;max-height:33.33%;box-sizing:border-box}.layout-column>.flex-md-66{flex:1 1 66.66%;max-width:100%;max-height:66.66%;box-sizing:border-box}.layout-md-row>.flex-md-33{flex:1 1 100%;max-width:33.33%;max-height:100%;box-sizing:border-box}.layout-md-row>.flex-md-66{flex:1 1 100%;max-width:66.66%;max-height:100%;box-sizing:border-box}.layout-md-row>.flex{min-width:0}.layout-md-column>.flex-md-33{flex:1 1 100%;max-width:100%;max-height:33.33%;box-sizing:border-box}.layout-md-column>.flex-md-66{flex:1 1 100%;max-width:100%;max-height:66.66%;box-sizing:border-box}.layout-md-column>.flex{min-height:0}.layout-md,.layout-md-column,.layout-md-row{box-sizing:border-box;display:flex}.layout-md-column{flex-direction:column}.layout-md-row{flex-direction:row}}@media (min-width:1280px){.flex-order-gt-md--20{order:-20}.flex-order-gt-md--19{order:-19}.flex-order-gt-md--18{order:-18}.flex-order-gt-md--17{order:-17}.flex-order-gt-md--16{order:-16}.flex-order-gt-md--15{order:-15}.flex-order-gt-md--14{order:-14}.flex-order-gt-md--13{order:-13}.flex-order-gt-md--12{order:-12}.flex-order-gt-md--11{order:-11}.flex-order-gt-md--10{order:-10}.flex-order-gt-md--9{order:-9}.flex-order-gt-md--8{order:-8}.flex-order-gt-md--7{order:-7}.flex-order-gt-md--6{order:-6}.flex-order-gt-md--5{order:-5}.flex-order-gt-md--4{order:-4}.flex-order-gt-md--3{order:-3}.flex-order-gt-md--2{order:-2}.flex-order-gt-md--1{order:-1}.flex-order-gt-md-0{order:0}.flex-order-gt-md-1{order:1}.flex-order-gt-md-2{order:2}.flex-order-gt-md-3{order:3}.flex-order-gt-md-4{order:4}.flex-order-gt-md-5{order:5}.flex-order-gt-md-6{order:6}.flex-order-gt-md-7{order:7}.flex-order-gt-md-8{order:8}.flex-order-gt-md-9{order:9}.flex-order-gt-md-10{order:10}.flex-order-gt-md-11{order:11}.flex-order-gt-md-12{order:12}.flex-order-gt-md-13{order:13}.flex-order-gt-md-14{order:14}.flex-order-gt-md-15{order:15}.flex-order-gt-md-16{order:16}.flex-order-gt-md-17{order:17}.flex-order-gt-md-18{order:18}.flex-order-gt-md-19{order:19}.flex-order-gt-md-20{order:20}[dir=ltr] .flex-offset-gt-md-0,[dir=ltr] .layout-margin .flex-offset-gt-md-0,[dir=ltr] .layout-margin .offset-gt-md-0,[dir=ltr] .offset-gt-md-0{margin-left:0}[dir=rtl] .flex-offset-gt-md-0,[dir=rtl] .layout-margin .flex-offset-gt-md-0,[dir=rtl] .layout-margin .offset-gt-md-0,[dir=rtl] .offset-gt-md-0{margin-right:0}[dir=ltr] [dir=rtl] .flex-offset-gt-md-0,[dir=ltr] [dir=rtl] .layout-margin .flex-offset-gt-md-0,[dir=ltr] [dir=rtl] .layout-margin .offset-gt-md-0,[dir=ltr] [dir=rtl] .offset-gt-md-0{margin-left:auto;margin-right:0}[dir=rtl] [dir=rtl] .flex-offset-gt-md-0,[dir=rtl] [dir=rtl] .layout-margin .flex-offset-gt-md-0,[dir=rtl] [dir=rtl] .layout-margin .offset-gt-md-0,[dir=rtl] [dir=rtl] .offset-gt-md-0{margin-right:auto;margin-left:0}[dir=ltr] .flex-offset-gt-md-5,[dir=ltr] .layout-margin .flex-offset-gt-md-5,[dir=ltr] .layout-margin .offset-gt-md-5,[dir=ltr] .offset-gt-md-5{margin-left:5%}[dir=rtl] .flex-offset-gt-md-5,[dir=rtl] .layout-margin .flex-offset-gt-md-5,[dir=rtl] .layout-margin .offset-gt-md-5,[dir=rtl] .offset-gt-md-5{margin-right:5%}[dir=ltr] [dir=rtl] .flex-offset-gt-md-5,[dir=ltr] [dir=rtl] .layout-margin .flex-offset-gt-md-5,[dir=ltr] [dir=rtl] .layout-margin .offset-gt-md-5,[dir=ltr] [dir=rtl] .offset-gt-md-5{margin-left:auto;margin-right:5%}[dir=rtl] [dir=rtl] .flex-offset-gt-md-5,[dir=rtl] [dir=rtl] .layout-margin .flex-offset-gt-md-5,[dir=rtl] [dir=rtl] .layout-margin .offset-gt-md-5,[dir=rtl] [dir=rtl] .offset-gt-md-5{margin-right:auto;margin-left:5%}[dir=ltr] .flex-offset-gt-md-10,[dir=ltr] .layout-margin .flex-offset-gt-md-10,[dir=ltr] .layout-margin .offset-gt-md-10,[dir=ltr] .offset-gt-md-10{margin-left:10%}[dir=rtl] .flex-offset-gt-md-10,[dir=rtl] .layout-margin .flex-offset-gt-md-10,[dir=rtl] .layout-margin .offset-gt-md-10,[dir=rtl] .offset-gt-md-10{margin-right:10%}[dir=ltr] [dir=rtl] .flex-offset-gt-md-10,[dir=ltr] [dir=rtl] .layout-margin .flex-offset-gt-md-10,[dir=ltr] [dir=rtl] .layout-margin .offset-gt-md-10,[dir=ltr] [dir=rtl] .offset-gt-md-10{margin-left:auto;margin-right:10%}[dir=rtl] [dir=rtl] .flex-offset-gt-md-10,[dir=rtl] [dir=rtl] .layout-margin .flex-offset-gt-md-10,[dir=rtl] [dir=rtl] .layout-margin .offset-gt-md-10,[dir=rtl] [dir=rtl] .offset-gt-md-10{margin-right:auto;margin-left:10%}[dir=ltr] .flex-offset-gt-md-15,[dir=ltr] .layout-margin .flex-offset-gt-md-15,[dir=ltr] .layout-margin .offset-gt-md-15,[dir=ltr] .offset-gt-md-15{margin-left:15%}[dir=rtl] .flex-offset-gt-md-15,[dir=rtl] .layout-margin .flex-offset-gt-md-15,[dir=rtl] .layout-margin .offset-gt-md-15,[dir=rtl] .offset-gt-md-15{margin-right:15%}[dir=ltr] [dir=rtl] .flex-offset-gt-md-15,[dir=ltr] [dir=rtl] .layout-margin .flex-offset-gt-md-15,[dir=ltr] [dir=rtl] .layout-margin .offset-gt-md-15,[dir=ltr] [dir=rtl] .offset-gt-md-15{margin-left:auto;margin-right:15%}[dir=rtl] [dir=rtl] .flex-offset-gt-md-15,[dir=rtl] [dir=rtl] .layout-margin .flex-offset-gt-md-15,[dir=rtl] [dir=rtl] .layout-margin .offset-gt-md-15,[dir=rtl] [dir=rtl] .offset-gt-md-15{margin-right:auto;margin-left:15%}[dir=ltr] .flex-offset-gt-md-20,[dir=ltr] .layout-margin .flex-offset-gt-md-20,[dir=ltr] .layout-margin .offset-gt-md-20,[dir=ltr] .offset-gt-md-20{margin-left:20%}[dir=rtl] .flex-offset-gt-md-20,[dir=rtl] .layout-margin .flex-offset-gt-md-20,[dir=rtl] .layout-margin .offset-gt-md-20,[dir=rtl] .offset-gt-md-20{margin-right:20%}[dir=ltr] [dir=rtl] .flex-offset-gt-md-20,[dir=ltr] [dir=rtl] .layout-margin .flex-offset-gt-md-20,[dir=ltr] [dir=rtl] .layout-margin .offset-gt-md-20,[dir=ltr] [dir=rtl] .offset-gt-md-20{margin-left:auto;margin-right:20%}[dir=rtl] [dir=rtl] .flex-offset-gt-md-20,[dir=rtl] [dir=rtl] .layout-margin .flex-offset-gt-md-20,[dir=rtl] [dir=rtl] .layout-margin .offset-gt-md-20,[dir=rtl] [dir=rtl] .offset-gt-md-20{margin-right:auto;margin-left:20%}[dir=ltr] .flex-offset-gt-md-25,[dir=ltr] .layout-margin .flex-offset-gt-md-25,[dir=ltr] .layout-margin .offset-gt-md-25,[dir=ltr] .offset-gt-md-25{margin-left:25%}[dir=rtl] .flex-offset-gt-md-25,[dir=rtl] .layout-margin .flex-offset-gt-md-25,[dir=rtl] .layout-margin .offset-gt-md-25,[dir=rtl] .offset-gt-md-25{margin-right:25%}[dir=ltr] [dir=rtl] .flex-offset-gt-md-25,[dir=ltr] [dir=rtl] .layout-margin .flex-offset-gt-md-25,[dir=ltr] [dir=rtl] .layout-margin .offset-gt-md-25,[dir=ltr] [dir=rtl] .offset-gt-md-25{margin-left:auto;margin-right:25%}[dir=rtl] [dir=rtl] .flex-offset-gt-md-25,[dir=rtl] [dir=rtl] .layout-margin .flex-offset-gt-md-25,[dir=rtl] [dir=rtl] .layout-margin .offset-gt-md-25,[dir=rtl] [dir=rtl] .offset-gt-md-25{margin-right:auto;margin-left:25%}[dir=ltr] .flex-offset-gt-md-30,[dir=ltr] .layout-margin .flex-offset-gt-md-30,[dir=ltr] .layout-margin .offset-gt-md-30,[dir=ltr] .offset-gt-md-30{margin-left:30%}[dir=rtl] .flex-offset-gt-md-30,[dir=rtl] .layout-margin .flex-offset-gt-md-30,[dir=rtl] .layout-margin .offset-gt-md-30,[dir=rtl] .offset-gt-md-30{margin-right:30%}[dir=ltr] [dir=rtl] .flex-offset-gt-md-30,[dir=ltr] [dir=rtl] .layout-margin .flex-offset-gt-md-30,[dir=ltr] [dir=rtl] .layout-margin .offset-gt-md-30,[dir=ltr] [dir=rtl] .offset-gt-md-30{margin-left:auto;margin-right:30%}[dir=rtl] [dir=rtl] .flex-offset-gt-md-30,[dir=rtl] [dir=rtl] .layout-margin .flex-offset-gt-md-30,[dir=rtl] [dir=rtl] .layout-margin .offset-gt-md-30,[dir=rtl] [dir=rtl] .offset-gt-md-30{margin-right:auto;margin-left:30%}[dir=ltr] .flex-offset-gt-md-35,[dir=ltr] .layout-margin .flex-offset-gt-md-35,[dir=ltr] .layout-margin .offset-gt-md-35,[dir=ltr] .offset-gt-md-35{margin-left:35%}[dir=rtl] .flex-offset-gt-md-35,[dir=rtl] .layout-margin .flex-offset-gt-md-35,[dir=rtl] .layout-margin .offset-gt-md-35,[dir=rtl] .offset-gt-md-35{margin-right:35%}[dir=ltr] [dir=rtl] .flex-offset-gt-md-35,[dir=ltr] [dir=rtl] .layout-margin .flex-offset-gt-md-35,[dir=ltr] [dir=rtl] .layout-margin .offset-gt-md-35,[dir=ltr] [dir=rtl] .offset-gt-md-35{margin-left:auto;margin-right:35%}[dir=rtl] [dir=rtl] .flex-offset-gt-md-35,[dir=rtl] [dir=rtl] .layout-margin .flex-offset-gt-md-35,[dir=rtl] [dir=rtl] .layout-margin .offset-gt-md-35,[dir=rtl] [dir=rtl] .offset-gt-md-35{margin-right:auto;margin-left:35%}[dir=ltr] .flex-offset-gt-md-40,[dir=ltr] .layout-margin .flex-offset-gt-md-40,[dir=ltr] .layout-margin .offset-gt-md-40,[dir=ltr] .offset-gt-md-40{margin-left:40%}[dir=rtl] .flex-offset-gt-md-40,[dir=rtl] .layout-margin .flex-offset-gt-md-40,[dir=rtl] .layout-margin .offset-gt-md-40,[dir=rtl] .offset-gt-md-40{margin-right:40%}[dir=ltr] [dir=rtl] .flex-offset-gt-md-40,[dir=ltr] [dir=rtl] .layout-margin .flex-offset-gt-md-40,[dir=ltr] [dir=rtl] .layout-margin .offset-gt-md-40,[dir=ltr] [dir=rtl] .offset-gt-md-40{margin-left:auto;margin-right:40%}[dir=rtl] [dir=rtl] .flex-offset-gt-md-40,[dir=rtl] [dir=rtl] .layout-margin .flex-offset-gt-md-40,[dir=rtl] [dir=rtl] .layout-margin .offset-gt-md-40,[dir=rtl] [dir=rtl] .offset-gt-md-40{margin-right:auto;margin-left:40%}[dir=ltr] .flex-offset-gt-md-45,[dir=ltr] .layout-margin .flex-offset-gt-md-45,[dir=ltr] .layout-margin .offset-gt-md-45,[dir=ltr] .offset-gt-md-45{margin-left:45%}[dir=rtl] .flex-offset-gt-md-45,[dir=rtl] .layout-margin .flex-offset-gt-md-45,[dir=rtl] .layout-margin .offset-gt-md-45,[dir=rtl] .offset-gt-md-45{margin-right:45%}[dir=ltr] [dir=rtl] .flex-offset-gt-md-45,[dir=ltr] [dir=rtl] .layout-margin .flex-offset-gt-md-45,[dir=ltr] [dir=rtl] .layout-margin .offset-gt-md-45,[dir=ltr] [dir=rtl] .offset-gt-md-45{margin-left:auto;margin-right:45%}[dir=rtl] [dir=rtl] .flex-offset-gt-md-45,[dir=rtl] [dir=rtl] .layout-margin .flex-offset-gt-md-45,[dir=rtl] [dir=rtl] .layout-margin .offset-gt-md-45,[dir=rtl] [dir=rtl] .offset-gt-md-45{margin-right:auto;margin-left:45%}[dir=ltr] .flex-offset-gt-md-50,[dir=ltr] .layout-margin .flex-offset-gt-md-50,[dir=ltr] .layout-margin .offset-gt-md-50,[dir=ltr] .offset-gt-md-50{margin-left:50%}[dir=rtl] .flex-offset-gt-md-50,[dir=rtl] .layout-margin .flex-offset-gt-md-50,[dir=rtl] .layout-margin .offset-gt-md-50,[dir=rtl] .offset-gt-md-50{margin-right:50%}[dir=ltr] [dir=rtl] .flex-offset-gt-md-50,[dir=ltr] [dir=rtl] .layout-margin .flex-offset-gt-md-50,[dir=ltr] [dir=rtl] .layout-margin .offset-gt-md-50,[dir=ltr] [dir=rtl] .offset-gt-md-50{margin-left:auto;margin-right:50%}[dir=rtl] [dir=rtl] .flex-offset-gt-md-50,[dir=rtl] [dir=rtl] .layout-margin .flex-offset-gt-md-50,[dir=rtl] [dir=rtl] .layout-margin .offset-gt-md-50,[dir=rtl] [dir=rtl] .offset-gt-md-50{margin-right:auto;margin-left:50%}[dir=ltr] .flex-offset-gt-md-55,[dir=ltr] .layout-margin .flex-offset-gt-md-55,[dir=ltr] .layout-margin .offset-gt-md-55,[dir=ltr] .offset-gt-md-55{margin-left:55%}[dir=rtl] .flex-offset-gt-md-55,[dir=rtl] .layout-margin .flex-offset-gt-md-55,[dir=rtl] .layout-margin .offset-gt-md-55,[dir=rtl] .offset-gt-md-55{margin-right:55%}[dir=ltr] [dir=rtl] .flex-offset-gt-md-55,[dir=ltr] [dir=rtl] .layout-margin .flex-offset-gt-md-55,[dir=ltr] [dir=rtl] .layout-margin .offset-gt-md-55,[dir=ltr] [dir=rtl] .offset-gt-md-55{margin-left:auto;margin-right:55%}[dir=rtl] [dir=rtl] .flex-offset-gt-md-55,[dir=rtl] [dir=rtl] .layout-margin .flex-offset-gt-md-55,[dir=rtl] [dir=rtl] .layout-margin .offset-gt-md-55,[dir=rtl] [dir=rtl] .offset-gt-md-55{margin-right:auto;margin-left:55%}[dir=ltr] .flex-offset-gt-md-60,[dir=ltr] .layout-margin .flex-offset-gt-md-60,[dir=ltr] .layout-margin .offset-gt-md-60,[dir=ltr] .offset-gt-md-60{margin-left:60%}[dir=rtl] .flex-offset-gt-md-60,[dir=rtl] .layout-margin .flex-offset-gt-md-60,[dir=rtl] .layout-margin .offset-gt-md-60,[dir=rtl] .offset-gt-md-60{margin-right:60%}[dir=ltr] [dir=rtl] .flex-offset-gt-md-60,[dir=ltr] [dir=rtl] .layout-margin .flex-offset-gt-md-60,[dir=ltr] [dir=rtl] .layout-margin .offset-gt-md-60,[dir=ltr] [dir=rtl] .offset-gt-md-60{margin-left:auto;margin-right:60%}[dir=rtl] [dir=rtl] .flex-offset-gt-md-60,[dir=rtl] [dir=rtl] .layout-margin .flex-offset-gt-md-60,[dir=rtl] [dir=rtl] .layout-margin .offset-gt-md-60,[dir=rtl] [dir=rtl] .offset-gt-md-60{margin-right:auto;margin-left:60%}[dir=ltr] .flex-offset-gt-md-65,[dir=ltr] .layout-margin .flex-offset-gt-md-65,[dir=ltr] .layout-margin .offset-gt-md-65,[dir=ltr] .offset-gt-md-65{margin-left:65%}[dir=rtl] .flex-offset-gt-md-65,[dir=rtl] .layout-margin .flex-offset-gt-md-65,[dir=rtl] .layout-margin .offset-gt-md-65,[dir=rtl] .offset-gt-md-65{margin-right:65%}[dir=ltr] [dir=rtl] .flex-offset-gt-md-65,[dir=ltr] [dir=rtl] .layout-margin .flex-offset-gt-md-65,[dir=ltr] [dir=rtl] .layout-margin .offset-gt-md-65,[dir=ltr] [dir=rtl] .offset-gt-md-65{margin-left:auto;margin-right:65%}[dir=rtl] [dir=rtl] .flex-offset-gt-md-65,[dir=rtl] [dir=rtl] .layout-margin .flex-offset-gt-md-65,[dir=rtl] [dir=rtl] .layout-margin .offset-gt-md-65,[dir=rtl] [dir=rtl] .offset-gt-md-65{margin-right:auto;margin-left:65%}[dir=ltr] .flex-offset-gt-md-70,[dir=ltr] .layout-margin .flex-offset-gt-md-70,[dir=ltr] .layout-margin .offset-gt-md-70,[dir=ltr] .offset-gt-md-70{margin-left:70%}[dir=rtl] .flex-offset-gt-md-70,[dir=rtl] .layout-margin .flex-offset-gt-md-70,[dir=rtl] .layout-margin .offset-gt-md-70,[dir=rtl] .offset-gt-md-70{margin-right:70%}[dir=ltr] [dir=rtl] .flex-offset-gt-md-70,[dir=ltr] [dir=rtl] .layout-margin .flex-offset-gt-md-70,[dir=ltr] [dir=rtl] .layout-margin .offset-gt-md-70,[dir=ltr] [dir=rtl] .offset-gt-md-70{margin-left:auto;margin-right:70%}[dir=rtl] [dir=rtl] .flex-offset-gt-md-70,[dir=rtl] [dir=rtl] .layout-margin .flex-offset-gt-md-70,[dir=rtl] [dir=rtl] .layout-margin .offset-gt-md-70,[dir=rtl] [dir=rtl] .offset-gt-md-70{margin-right:auto;margin-left:70%}[dir=ltr] .flex-offset-gt-md-75,[dir=ltr] .layout-margin .flex-offset-gt-md-75,[dir=ltr] .layout-margin .offset-gt-md-75,[dir=ltr] .offset-gt-md-75{margin-left:75%}[dir=rtl] .flex-offset-gt-md-75,[dir=rtl] .layout-margin .flex-offset-gt-md-75,[dir=rtl] .layout-margin .offset-gt-md-75,[dir=rtl] .offset-gt-md-75{margin-right:75%}[dir=ltr] [dir=rtl] .flex-offset-gt-md-75,[dir=ltr] [dir=rtl] .layout-margin .flex-offset-gt-md-75,[dir=ltr] [dir=rtl] .layout-margin .offset-gt-md-75,[dir=ltr] [dir=rtl] .offset-gt-md-75{margin-left:auto;margin-right:75%}[dir=rtl] [dir=rtl] .flex-offset-gt-md-75,[dir=rtl] [dir=rtl] .layout-margin .flex-offset-gt-md-75,[dir=rtl] [dir=rtl] .layout-margin .offset-gt-md-75,[dir=rtl] [dir=rtl] .offset-gt-md-75{margin-right:auto;margin-left:75%}[dir=ltr] .flex-offset-gt-md-80,[dir=ltr] .layout-margin .flex-offset-gt-md-80,[dir=ltr] .layout-margin .offset-gt-md-80,[dir=ltr] .offset-gt-md-80{margin-left:80%}[dir=rtl] .flex-offset-gt-md-80,[dir=rtl] .layout-margin .flex-offset-gt-md-80,[dir=rtl] .layout-margin .offset-gt-md-80,[dir=rtl] .offset-gt-md-80{margin-right:80%}[dir=ltr] [dir=rtl] .flex-offset-gt-md-80,[dir=ltr] [dir=rtl] .layout-margin .flex-offset-gt-md-80,[dir=ltr] [dir=rtl] .layout-margin .offset-gt-md-80,[dir=ltr] [dir=rtl] .offset-gt-md-80{margin-left:auto;margin-right:80%}[dir=rtl] [dir=rtl] .flex-offset-gt-md-80,[dir=rtl] [dir=rtl] .layout-margin .flex-offset-gt-md-80,[dir=rtl] [dir=rtl] .layout-margin .offset-gt-md-80,[dir=rtl] [dir=rtl] .offset-gt-md-80{margin-right:auto;margin-left:80%}[dir=ltr] .flex-offset-gt-md-85,[dir=ltr] .layout-margin .flex-offset-gt-md-85,[dir=ltr] .layout-margin .offset-gt-md-85,[dir=ltr] .offset-gt-md-85{margin-left:85%}[dir=rtl] .flex-offset-gt-md-85,[dir=rtl] .layout-margin .flex-offset-gt-md-85,[dir=rtl] .layout-margin .offset-gt-md-85,[dir=rtl] .offset-gt-md-85{margin-right:85%}[dir=ltr] [dir=rtl] .flex-offset-gt-md-85,[dir=ltr] [dir=rtl] .layout-margin .flex-offset-gt-md-85,[dir=ltr] [dir=rtl] .layout-margin .offset-gt-md-85,[dir=ltr] [dir=rtl] .offset-gt-md-85{margin-left:auto;margin-right:85%}[dir=rtl] [dir=rtl] .flex-offset-gt-md-85,[dir=rtl] [dir=rtl] .layout-margin .flex-offset-gt-md-85,[dir=rtl] [dir=rtl] .layout-margin .offset-gt-md-85,[dir=rtl] [dir=rtl] .offset-gt-md-85{margin-right:auto;margin-left:85%}[dir=ltr] .flex-offset-gt-md-90,[dir=ltr] .layout-margin .flex-offset-gt-md-90,[dir=ltr] .layout-margin .offset-gt-md-90,[dir=ltr] .offset-gt-md-90{margin-left:90%}[dir=rtl] .flex-offset-gt-md-90,[dir=rtl] .layout-margin .flex-offset-gt-md-90,[dir=rtl] .layout-margin .offset-gt-md-90,[dir=rtl] .offset-gt-md-90{margin-right:90%}[dir=ltr] [dir=rtl] .flex-offset-gt-md-90,[dir=ltr] [dir=rtl] .layout-margin .flex-offset-gt-md-90,[dir=ltr] [dir=rtl] .layout-margin .offset-gt-md-90,[dir=ltr] [dir=rtl] .offset-gt-md-90{margin-left:auto;margin-right:90%}[dir=rtl] [dir=rtl] .flex-offset-gt-md-90,[dir=rtl] [dir=rtl] .layout-margin .flex-offset-gt-md-90,[dir=rtl] [dir=rtl] .layout-margin .offset-gt-md-90,[dir=rtl] [dir=rtl] .offset-gt-md-90{margin-right:auto;margin-left:90%}[dir=ltr] .flex-offset-gt-md-95,[dir=ltr] .layout-margin .flex-offset-gt-md-95,[dir=ltr] .layout-margin .offset-gt-md-95,[dir=ltr] .offset-gt-md-95{margin-left:95%}[dir=rtl] .flex-offset-gt-md-95,[dir=rtl] .layout-margin .flex-offset-gt-md-95,[dir=rtl] .layout-margin .offset-gt-md-95,[dir=rtl] .offset-gt-md-95{margin-right:95%}[dir=ltr] [dir=rtl] .flex-offset-gt-md-95,[dir=ltr] [dir=rtl] .layout-margin .flex-offset-gt-md-95,[dir=ltr] [dir=rtl] .layout-margin .offset-gt-md-95,[dir=ltr] [dir=rtl] .offset-gt-md-95{margin-left:auto;margin-right:95%}[dir=rtl] [dir=rtl] .flex-offset-gt-md-95,[dir=rtl] [dir=rtl] .layout-margin .flex-offset-gt-md-95,[dir=rtl] [dir=rtl] .layout-margin .offset-gt-md-95,[dir=rtl] [dir=rtl] .offset-gt-md-95{margin-right:auto;margin-left:95%}[dir=ltr] .flex-offset-gt-md-33,[dir=ltr] .layout-margin .flex-offset-gt-md-33,[dir=ltr] .layout-margin .offset-gt-md-33,[dir=ltr] .offset-gt-md-33{margin-left:33.3333333333%}[dir=rtl] .flex-offset-gt-md-33,[dir=rtl] .layout-margin .flex-offset-gt-md-33,[dir=rtl] .layout-margin .offset-gt-md-33,[dir=rtl] .offset-gt-md-33{margin-right:33.3333333333%}[dir=ltr] .flex-offset-gt-md-66,[dir=ltr] .layout-margin .flex-offset-gt-md-66,[dir=ltr] .layout-margin .offset-gt-md-66,[dir=ltr] .offset-gt-md-66{margin-left:66.6666666667%}[dir=rtl] .flex-offset-gt-md-66,[dir=rtl] .layout-margin .flex-offset-gt-md-66,[dir=rtl] .layout-margin .offset-gt-md-66,[dir=rtl] .offset-gt-md-66{margin-right:66.6666666667%}[dir=ltr] [dir=rtl] .flex-offset-gt-md-66,[dir=ltr] [dir=rtl] .layout-margin .flex-offset-gt-md-66,[dir=ltr] [dir=rtl] .layout-margin .offset-gt-md-66,[dir=ltr] [dir=rtl] .offset-gt-md-66{margin-left:auto;margin-right:66.6666666667%}[dir=rtl] [dir=rtl] .flex-offset-gt-md-66,[dir=rtl] [dir=rtl] .layout-margin .flex-offset-gt-md-66,[dir=rtl] [dir=rtl] .layout-margin .offset-gt-md-66,[dir=rtl] [dir=rtl] .offset-gt-md-66{margin-right:auto;margin-left:66.6666666667%}.layout-align-gt-md,.layout-align-gt-md-start-stretch{justify-content:flex-start;align-content:stretch;align-items:stretch}.layout-align-gt-md-start,.layout-align-gt-md-start-center,.layout-align-gt-md-start-end,.layout-align-gt-md-start-start,.layout-align-gt-md-start-stretch{justify-content:flex-start}.layout-align-gt-md-center,.layout-align-gt-md-center-center,.layout-align-gt-md-center-end,.layout-align-gt-md-center-start,.layout-align-gt-md-center-stretch{justify-content:center}.layout-align-gt-md-end,.layout-align-gt-md-end-center,.layout-align-gt-md-end-end,.layout-align-gt-md-end-start,.layout-align-gt-md-end-stretch{justify-content:flex-end}.layout-align-gt-md-space-around,.layout-align-gt-md-space-around-center,.layout-align-gt-md-space-around-end,.layout-align-gt-md-space-around-start,.layout-align-gt-md-space-around-stretch{justify-content:space-around}.layout-align-gt-md-space-between,.layout-align-gt-md-space-between-center,.layout-align-gt-md-space-between-end,.layout-align-gt-md-space-between-start,.layout-align-gt-md-space-between-stretch{justify-content:space-between}.layout-align-gt-md-center-start,.layout-align-gt-md-end-start,.layout-align-gt-md-space-around-start,.layout-align-gt-md-space-between-start,.layout-align-gt-md-start-start{align-items:flex-start;align-content:flex-start}.layout-align-gt-md-center-center,.layout-align-gt-md-end-center,.layout-align-gt-md-space-around-center,.layout-align-gt-md-space-between-center,.layout-align-gt-md-start-center{align-items:center;align-content:center;max-width:100%}.layout-align-gt-md-center-center>*,.layout-align-gt-md-end-center>*,.layout-align-gt-md-space-around-center>*,.layout-align-gt-md-space-between-center>*,.layout-align-gt-md-start-center>*{max-width:100%;box-sizing:border-box}.layout-align-gt-md-center-end,.layout-align-gt-md-end-end,.layout-align-gt-md-space-around-end,.layout-align-gt-md-space-between-end,.layout-align-gt-md-start-end{align-items:flex-end;align-content:flex-end}.layout-align-gt-md-center-stretch,.layout-align-gt-md-end-stretch,.layout-align-gt-md-space-around-stretch,.layout-align-gt-md-space-between-stretch,.layout-align-gt-md-start-stretch{align-items:stretch;align-content:stretch}.flex-gt-md{flex:1;box-sizing:border-box}.flex-gt-md-grow{flex:1 1 100%;box-sizing:border-box}.flex-gt-md-initial{flex:0 1 auto;box-sizing:border-box}.flex-gt-md-auto{flex:1 1 auto;box-sizing:border-box}.flex-gt-md-none{flex:0 0 auto;box-sizing:border-box}.flex-gt-md-noshrink{flex:1 0 auto;box-sizing:border-box}.flex-gt-md-nogrow{flex:0 1 auto;box-sizing:border-box}.flex-gt-md-0,.layout-row>.flex-gt-md-0{flex:1 1 100%;max-width:0;max-height:100%;box-sizing:border-box}.layout-row>.flex-gt-md-0{min-width:0}.layout-column>.flex-gt-md-0{flex:1 1 100%;max-width:100%;max-height:0;box-sizing:border-box}.layout-gt-md-row>.flex-gt-md-0{flex:1 1 100%;max-width:0;max-height:100%;box-sizing:border-box;min-width:0}.layout-gt-md-column>.flex-gt-md-0{flex:1 1 100%;max-width:100%;max-height:0;box-sizing:border-box;min-height:0}.flex-gt-md-5,.layout-row>.flex-gt-md-5{flex:1 1 100%;max-width:5%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-md-5{flex:1 1 100%;max-width:100%;max-height:5%;box-sizing:border-box}.layout-gt-md-row>.flex-gt-md-5{flex:1 1 100%;max-width:5%;max-height:100%;box-sizing:border-box}.layout-gt-md-column>.flex-gt-md-5{flex:1 1 100%;max-width:100%;max-height:5%;box-sizing:border-box}.flex-gt-md-10,.layout-row>.flex-gt-md-10{flex:1 1 100%;max-width:10%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-md-10{flex:1 1 100%;max-width:100%;max-height:10%;box-sizing:border-box}.layout-gt-md-row>.flex-gt-md-10{flex:1 1 100%;max-width:10%;max-height:100%;box-sizing:border-box}.layout-gt-md-column>.flex-gt-md-10{flex:1 1 100%;max-width:100%;max-height:10%;box-sizing:border-box}.flex-gt-md-15,.layout-row>.flex-gt-md-15{flex:1 1 100%;max-width:15%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-md-15{flex:1 1 100%;max-width:100%;max-height:15%;box-sizing:border-box}.layout-gt-md-row>.flex-gt-md-15{flex:1 1 100%;max-width:15%;max-height:100%;box-sizing:border-box}.layout-gt-md-column>.flex-gt-md-15{flex:1 1 100%;max-width:100%;max-height:15%;box-sizing:border-box}.flex-gt-md-20,.layout-row>.flex-gt-md-20{flex:1 1 100%;max-width:20%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-md-20{flex:1 1 100%;max-width:100%;max-height:20%;box-sizing:border-box}.layout-gt-md-row>.flex-gt-md-20{flex:1 1 100%;max-width:20%;max-height:100%;box-sizing:border-box}.layout-gt-md-column>.flex-gt-md-20{flex:1 1 100%;max-width:100%;max-height:20%;box-sizing:border-box}.flex-gt-md-25,.layout-row>.flex-gt-md-25{flex:1 1 100%;max-width:25%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-md-25{flex:1 1 100%;max-width:100%;max-height:25%;box-sizing:border-box}.layout-gt-md-row>.flex-gt-md-25{flex:1 1 100%;max-width:25%;max-height:100%;box-sizing:border-box}.layout-gt-md-column>.flex-gt-md-25{flex:1 1 100%;max-width:100%;max-height:25%;box-sizing:border-box}.flex-gt-md-30,.layout-row>.flex-gt-md-30{flex:1 1 100%;max-width:30%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-md-30{flex:1 1 100%;max-width:100%;max-height:30%;box-sizing:border-box}.layout-gt-md-row>.flex-gt-md-30{flex:1 1 100%;max-width:30%;max-height:100%;box-sizing:border-box}.layout-gt-md-column>.flex-gt-md-30{flex:1 1 100%;max-width:100%;max-height:30%;box-sizing:border-box}.flex-gt-md-35,.layout-row>.flex-gt-md-35{flex:1 1 100%;max-width:35%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-md-35{flex:1 1 100%;max-width:100%;max-height:35%;box-sizing:border-box}.layout-gt-md-row>.flex-gt-md-35{flex:1 1 100%;max-width:35%;max-height:100%;box-sizing:border-box}.layout-gt-md-column>.flex-gt-md-35{flex:1 1 100%;max-width:100%;max-height:35%;box-sizing:border-box}.flex-gt-md-40,.layout-row>.flex-gt-md-40{flex:1 1 100%;max-width:40%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-md-40{flex:1 1 100%;max-width:100%;max-height:40%;box-sizing:border-box}.layout-gt-md-row>.flex-gt-md-40{flex:1 1 100%;max-width:40%;max-height:100%;box-sizing:border-box}.layout-gt-md-column>.flex-gt-md-40{flex:1 1 100%;max-width:100%;max-height:40%;box-sizing:border-box}.flex-gt-md-45,.layout-row>.flex-gt-md-45{flex:1 1 100%;max-width:45%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-md-45{flex:1 1 100%;max-width:100%;max-height:45%;box-sizing:border-box}.layout-gt-md-row>.flex-gt-md-45{flex:1 1 100%;max-width:45%;max-height:100%;box-sizing:border-box}.layout-gt-md-column>.flex-gt-md-45{flex:1 1 100%;max-width:100%;max-height:45%;box-sizing:border-box}.flex-gt-md-50,.layout-row>.flex-gt-md-50{flex:1 1 100%;max-width:50%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-md-50{flex:1 1 100%;max-width:100%;max-height:50%;box-sizing:border-box}.layout-gt-md-row>.flex-gt-md-50{flex:1 1 100%;max-width:50%;max-height:100%;box-sizing:border-box}.layout-gt-md-column>.flex-gt-md-50{flex:1 1 100%;max-width:100%;max-height:50%;box-sizing:border-box}.flex-gt-md-55,.layout-row>.flex-gt-md-55{flex:1 1 100%;max-width:55%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-md-55{flex:1 1 100%;max-width:100%;max-height:55%;box-sizing:border-box}.layout-gt-md-row>.flex-gt-md-55{flex:1 1 100%;max-width:55%;max-height:100%;box-sizing:border-box}.layout-gt-md-column>.flex-gt-md-55{flex:1 1 100%;max-width:100%;max-height:55%;box-sizing:border-box}.flex-gt-md-60,.layout-row>.flex-gt-md-60{flex:1 1 100%;max-width:60%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-md-60{flex:1 1 100%;max-width:100%;max-height:60%;box-sizing:border-box}.layout-gt-md-row>.flex-gt-md-60{flex:1 1 100%;max-width:60%;max-height:100%;box-sizing:border-box}.layout-gt-md-column>.flex-gt-md-60{flex:1 1 100%;max-width:100%;max-height:60%;box-sizing:border-box}.flex-gt-md-65,.layout-row>.flex-gt-md-65{flex:1 1 100%;max-width:65%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-md-65{flex:1 1 100%;max-width:100%;max-height:65%;box-sizing:border-box}.layout-gt-md-row>.flex-gt-md-65{flex:1 1 100%;max-width:65%;max-height:100%;box-sizing:border-box}.layout-gt-md-column>.flex-gt-md-65{flex:1 1 100%;max-width:100%;max-height:65%;box-sizing:border-box}.flex-gt-md-70,.layout-row>.flex-gt-md-70{flex:1 1 100%;max-width:70%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-md-70{flex:1 1 100%;max-width:100%;max-height:70%;box-sizing:border-box}.layout-gt-md-row>.flex-gt-md-70{flex:1 1 100%;max-width:70%;max-height:100%;box-sizing:border-box}.layout-gt-md-column>.flex-gt-md-70{flex:1 1 100%;max-width:100%;max-height:70%;box-sizing:border-box}.flex-gt-md-75,.layout-row>.flex-gt-md-75{flex:1 1 100%;max-width:75%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-md-75{flex:1 1 100%;max-width:100%;max-height:75%;box-sizing:border-box}.layout-gt-md-row>.flex-gt-md-75{flex:1 1 100%;max-width:75%;max-height:100%;box-sizing:border-box}.layout-gt-md-column>.flex-gt-md-75{flex:1 1 100%;max-width:100%;max-height:75%;box-sizing:border-box}.flex-gt-md-80,.layout-row>.flex-gt-md-80{flex:1 1 100%;max-width:80%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-md-80{flex:1 1 100%;max-width:100%;max-height:80%;box-sizing:border-box}.layout-gt-md-row>.flex-gt-md-80{flex:1 1 100%;max-width:80%;max-height:100%;box-sizing:border-box}.layout-gt-md-column>.flex-gt-md-80{flex:1 1 100%;max-width:100%;max-height:80%;box-sizing:border-box}.flex-gt-md-85,.layout-row>.flex-gt-md-85{flex:1 1 100%;max-width:85%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-md-85{flex:1 1 100%;max-width:100%;max-height:85%;box-sizing:border-box}.layout-gt-md-row>.flex-gt-md-85{flex:1 1 100%;max-width:85%;max-height:100%;box-sizing:border-box}.layout-gt-md-column>.flex-gt-md-85{flex:1 1 100%;max-width:100%;max-height:85%;box-sizing:border-box}.flex-gt-md-90,.layout-row>.flex-gt-md-90{flex:1 1 100%;max-width:90%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-md-90{flex:1 1 100%;max-width:100%;max-height:90%;box-sizing:border-box}.layout-gt-md-row>.flex-gt-md-90{flex:1 1 100%;max-width:90%;max-height:100%;box-sizing:border-box}.layout-gt-md-column>.flex-gt-md-90{flex:1 1 100%;max-width:100%;max-height:90%;box-sizing:border-box}.flex-gt-md-95,.layout-row>.flex-gt-md-95{flex:1 1 100%;max-width:95%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-md-95{flex:1 1 100%;max-width:100%;max-height:95%;box-sizing:border-box}.layout-gt-md-row>.flex-gt-md-95{flex:1 1 100%;max-width:95%;max-height:100%;box-sizing:border-box}.layout-gt-md-column>.flex-gt-md-95{flex:1 1 100%;max-width:100%;max-height:95%;box-sizing:border-box}.flex-gt-md-100,.layout-column>.flex-gt-md-100,.layout-gt-md-column>.flex-gt-md-100,.layout-gt-md-row>.flex-gt-md-100,.layout-row>.flex-gt-md-100{flex:1 1 100%;max-width:100%;max-height:100%;box-sizing:border-box}.layout-row>.flex-gt-md-33{flex:1 1 33.33%;max-width:33.33%;max-height:100%;box-sizing:border-box}.layout-row>.flex-gt-md-66{flex:1 1 66.66%;max-width:66.66%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-md-33{flex:1 1 33.33%;max-width:100%;max-height:33.33%;box-sizing:border-box}.layout-column>.flex-gt-md-66{flex:1 1 66.66%;max-width:100%;max-height:66.66%;box-sizing:border-box}.layout-gt-md-row>.flex-gt-md-33{flex:1 1 100%;max-width:33.33%;max-height:100%;box-sizing:border-box}.layout-gt-md-row>.flex-gt-md-66{flex:1 1 100%;max-width:66.66%;max-height:100%;box-sizing:border-box}.layout-gt-md-row>.flex{min-width:0}.layout-gt-md-column>.flex-gt-md-33{flex:1 1 100%;max-width:100%;max-height:33.33%;box-sizing:border-box}.layout-gt-md-column>.flex-gt-md-66{flex:1 1 100%;max-width:100%;max-height:66.66%;box-sizing:border-box}.layout-gt-md-column>.flex{min-height:0}.layout-gt-md,.layout-gt-md-column,.layout-gt-md-row{box-sizing:border-box;display:flex}.layout-gt-md-column{flex-direction:column}.layout-gt-md-row{flex-direction:row}}@media (min-width:1280px) and (max-width:1919px){.hide-gt-md:not(.show-gt-xs):not(.show-gt-sm):not(.show-gt-md):not(.show-lg):not(.show),.hide-gt-sm:not(.show-gt-xs):not(.show-gt-sm):not(.show-gt-md):not(.show-lg):not(.show),.hide-gt-xs:not(.show-gt-xs):not(.show-gt-sm):not(.show-gt-md):not(.show-lg):not(.show),.hide-lg:not(.show-lg):not(.show-gt-md):not(.show-gt-sm):not(.show-gt-xs):not(.show),.hide:not(.show-gt-xs):not(.show-gt-sm):not(.show-gt-md):not(.show-lg):not(.show){display:none}.flex-order-lg--20{order:-20}.flex-order-lg--19{order:-19}.flex-order-lg--18{order:-18}.flex-order-lg--17{order:-17}.flex-order-lg--16{order:-16}.flex-order-lg--15{order:-15}.flex-order-lg--14{order:-14}.flex-order-lg--13{order:-13}.flex-order-lg--12{order:-12}.flex-order-lg--11{order:-11}.flex-order-lg--10{order:-10}.flex-order-lg--9{order:-9}.flex-order-lg--8{order:-8}.flex-order-lg--7{order:-7}.flex-order-lg--6{order:-6}.flex-order-lg--5{order:-5}.flex-order-lg--4{order:-4}.flex-order-lg--3{order:-3}.flex-order-lg--2{order:-2}.flex-order-lg--1{order:-1}.flex-order-lg-0{order:0}.flex-order-lg-1{order:1}.flex-order-lg-2{order:2}.flex-order-lg-3{order:3}.flex-order-lg-4{order:4}.flex-order-lg-5{order:5}.flex-order-lg-6{order:6}.flex-order-lg-7{order:7}.flex-order-lg-8{order:8}.flex-order-lg-9{order:9}.flex-order-lg-10{order:10}.flex-order-lg-11{order:11}.flex-order-lg-12{order:12}.flex-order-lg-13{order:13}.flex-order-lg-14{order:14}.flex-order-lg-15{order:15}.flex-order-lg-16{order:16}.flex-order-lg-17{order:17}.flex-order-lg-18{order:18}.flex-order-lg-19{order:19}.flex-order-lg-20{order:20}[dir=ltr] .flex-offset-lg-0,[dir=ltr] .layout-margin .flex-offset-lg-0,[dir=ltr] .layout-margin .offset-lg-0,[dir=ltr] .offset-lg-0{margin-left:0}[dir=rtl] .flex-offset-lg-0,[dir=rtl] .layout-margin .flex-offset-lg-0,[dir=rtl] .layout-margin .offset-lg-0,[dir=rtl] .offset-lg-0{margin-right:0}[dir=ltr] [dir=rtl] .flex-offset-lg-0,[dir=ltr] [dir=rtl] .layout-margin .flex-offset-lg-0,[dir=ltr] [dir=rtl] .layout-margin .offset-lg-0,[dir=ltr] [dir=rtl] .offset-lg-0{margin-left:auto;margin-right:0}[dir=rtl] [dir=rtl] .flex-offset-lg-0,[dir=rtl] [dir=rtl] .layout-margin .flex-offset-lg-0,[dir=rtl] [dir=rtl] .layout-margin .offset-lg-0,[dir=rtl] [dir=rtl] .offset-lg-0{margin-right:auto;margin-left:0}[dir=ltr] .flex-offset-lg-5,[dir=ltr] .layout-margin .flex-offset-lg-5,[dir=ltr] .layout-margin .offset-lg-5,[dir=ltr] .offset-lg-5{margin-left:5%}[dir=rtl] .flex-offset-lg-5,[dir=rtl] .layout-margin .flex-offset-lg-5,[dir=rtl] .layout-margin .offset-lg-5,[dir=rtl] .offset-lg-5{margin-right:5%}[dir=ltr] [dir=rtl] .flex-offset-lg-5,[dir=ltr] [dir=rtl] .layout-margin .flex-offset-lg-5,[dir=ltr] [dir=rtl] .layout-margin .offset-lg-5,[dir=ltr] [dir=rtl] .offset-lg-5{margin-left:auto;margin-right:5%}[dir=rtl] [dir=rtl] .flex-offset-lg-5,[dir=rtl] [dir=rtl] .layout-margin .flex-offset-lg-5,[dir=rtl] [dir=rtl] .layout-margin .offset-lg-5,[dir=rtl] [dir=rtl] .offset-lg-5{margin-right:auto;margin-left:5%}[dir=ltr] .flex-offset-lg-10,[dir=ltr] .layout-margin .flex-offset-lg-10,[dir=ltr] .layout-margin .offset-lg-10,[dir=ltr] .offset-lg-10{margin-left:10%}[dir=rtl] .flex-offset-lg-10,[dir=rtl] .layout-margin .flex-offset-lg-10,[dir=rtl] .layout-margin .offset-lg-10,[dir=rtl] .offset-lg-10{margin-right:10%}[dir=ltr] [dir=rtl] .flex-offset-lg-10,[dir=ltr] [dir=rtl] .layout-margin .flex-offset-lg-10,[dir=ltr] [dir=rtl] .layout-margin .offset-lg-10,[dir=ltr] [dir=rtl] .offset-lg-10{margin-left:auto;margin-right:10%}[dir=rtl] [dir=rtl] .flex-offset-lg-10,[dir=rtl] [dir=rtl] .layout-margin .flex-offset-lg-10,[dir=rtl] [dir=rtl] .layout-margin .offset-lg-10,[dir=rtl] [dir=rtl] .offset-lg-10{margin-right:auto;margin-left:10%}[dir=ltr] .flex-offset-lg-15,[dir=ltr] .layout-margin .flex-offset-lg-15,[dir=ltr] .layout-margin .offset-lg-15,[dir=ltr] .offset-lg-15{margin-left:15%}[dir=rtl] .flex-offset-lg-15,[dir=rtl] .layout-margin .flex-offset-lg-15,[dir=rtl] .layout-margin .offset-lg-15,[dir=rtl] .offset-lg-15{margin-right:15%}[dir=ltr] [dir=rtl] .flex-offset-lg-15,[dir=ltr] [dir=rtl] .layout-margin .flex-offset-lg-15,[dir=ltr] [dir=rtl] .layout-margin .offset-lg-15,[dir=ltr] [dir=rtl] .offset-lg-15{margin-left:auto;margin-right:15%}[dir=rtl] [dir=rtl] .flex-offset-lg-15,[dir=rtl] [dir=rtl] .layout-margin .flex-offset-lg-15,[dir=rtl] [dir=rtl] .layout-margin .offset-lg-15,[dir=rtl] [dir=rtl] .offset-lg-15{margin-right:auto;margin-left:15%}[dir=ltr] .flex-offset-lg-20,[dir=ltr] .layout-margin .flex-offset-lg-20,[dir=ltr] .layout-margin .offset-lg-20,[dir=ltr] .offset-lg-20{margin-left:20%}[dir=rtl] .flex-offset-lg-20,[dir=rtl] .layout-margin .flex-offset-lg-20,[dir=rtl] .layout-margin .offset-lg-20,[dir=rtl] .offset-lg-20{margin-right:20%}[dir=ltr] [dir=rtl] .flex-offset-lg-20,[dir=ltr] [dir=rtl] .layout-margin .flex-offset-lg-20,[dir=ltr] [dir=rtl] .layout-margin .offset-lg-20,[dir=ltr] [dir=rtl] .offset-lg-20{margin-left:auto;margin-right:20%}[dir=rtl] [dir=rtl] .flex-offset-lg-20,[dir=rtl] [dir=rtl] .layout-margin .flex-offset-lg-20,[dir=rtl] [dir=rtl] .layout-margin .offset-lg-20,[dir=rtl] [dir=rtl] .offset-lg-20{margin-right:auto;margin-left:20%}[dir=ltr] .flex-offset-lg-25,[dir=ltr] .layout-margin .flex-offset-lg-25,[dir=ltr] .layout-margin .offset-lg-25,[dir=ltr] .offset-lg-25{margin-left:25%}[dir=rtl] .flex-offset-lg-25,[dir=rtl] .layout-margin .flex-offset-lg-25,[dir=rtl] .layout-margin .offset-lg-25,[dir=rtl] .offset-lg-25{margin-right:25%}[dir=ltr] [dir=rtl] .flex-offset-lg-25,[dir=ltr] [dir=rtl] .layout-margin .flex-offset-lg-25,[dir=ltr] [dir=rtl] .layout-margin .offset-lg-25,[dir=ltr] [dir=rtl] .offset-lg-25{margin-left:auto;margin-right:25%}[dir=rtl] [dir=rtl] .flex-offset-lg-25,[dir=rtl] [dir=rtl] .layout-margin .flex-offset-lg-25,[dir=rtl] [dir=rtl] .layout-margin .offset-lg-25,[dir=rtl] [dir=rtl] .offset-lg-25{margin-right:auto;margin-left:25%}[dir=ltr] .flex-offset-lg-30,[dir=ltr] .layout-margin .flex-offset-lg-30,[dir=ltr] .layout-margin .offset-lg-30,[dir=ltr] .offset-lg-30{margin-left:30%}[dir=rtl] .flex-offset-lg-30,[dir=rtl] .layout-margin .flex-offset-lg-30,[dir=rtl] .layout-margin .offset-lg-30,[dir=rtl] .offset-lg-30{margin-right:30%}[dir=ltr] [dir=rtl] .flex-offset-lg-30,[dir=ltr] [dir=rtl] .layout-margin .flex-offset-lg-30,[dir=ltr] [dir=rtl] .layout-margin .offset-lg-30,[dir=ltr] [dir=rtl] .offset-lg-30{margin-left:auto;margin-right:30%}[dir=rtl] [dir=rtl] .flex-offset-lg-30,[dir=rtl] [dir=rtl] .layout-margin .flex-offset-lg-30,[dir=rtl] [dir=rtl] .layout-margin .offset-lg-30,[dir=rtl] [dir=rtl] .offset-lg-30{margin-right:auto;margin-left:30%}[dir=ltr] .flex-offset-lg-35,[dir=ltr] .layout-margin .flex-offset-lg-35,[dir=ltr] .layout-margin .offset-lg-35,[dir=ltr] .offset-lg-35{margin-left:35%}[dir=rtl] .flex-offset-lg-35,[dir=rtl] .layout-margin .flex-offset-lg-35,[dir=rtl] .layout-margin .offset-lg-35,[dir=rtl] .offset-lg-35{margin-right:35%}[dir=ltr] [dir=rtl] .flex-offset-lg-35,[dir=ltr] [dir=rtl] .layout-margin .flex-offset-lg-35,[dir=ltr] [dir=rtl] .layout-margin .offset-lg-35,[dir=ltr] [dir=rtl] .offset-lg-35{margin-left:auto;margin-right:35%}[dir=rtl] [dir=rtl] .flex-offset-lg-35,[dir=rtl] [dir=rtl] .layout-margin .flex-offset-lg-35,[dir=rtl] [dir=rtl] .layout-margin .offset-lg-35,[dir=rtl] [dir=rtl] .offset-lg-35{margin-right:auto;margin-left:35%}[dir=ltr] .flex-offset-lg-40,[dir=ltr] .layout-margin .flex-offset-lg-40,[dir=ltr] .layout-margin .offset-lg-40,[dir=ltr] .offset-lg-40{margin-left:40%}[dir=rtl] .flex-offset-lg-40,[dir=rtl] .layout-margin .flex-offset-lg-40,[dir=rtl] .layout-margin .offset-lg-40,[dir=rtl] .offset-lg-40{margin-right:40%}[dir=ltr] [dir=rtl] .flex-offset-lg-40,[dir=ltr] [dir=rtl] .layout-margin .flex-offset-lg-40,[dir=ltr] [dir=rtl] .layout-margin .offset-lg-40,[dir=ltr] [dir=rtl] .offset-lg-40{margin-left:auto;margin-right:40%}[dir=rtl] [dir=rtl] .flex-offset-lg-40,[dir=rtl] [dir=rtl] .layout-margin .flex-offset-lg-40,[dir=rtl] [dir=rtl] .layout-margin .offset-lg-40,[dir=rtl] [dir=rtl] .offset-lg-40{margin-right:auto;margin-left:40%}[dir=ltr] .flex-offset-lg-45,[dir=ltr] .layout-margin .flex-offset-lg-45,[dir=ltr] .layout-margin .offset-lg-45,[dir=ltr] .offset-lg-45{margin-left:45%}[dir=rtl] .flex-offset-lg-45,[dir=rtl] .layout-margin .flex-offset-lg-45,[dir=rtl] .layout-margin .offset-lg-45,[dir=rtl] .offset-lg-45{margin-right:45%}[dir=ltr] [dir=rtl] .flex-offset-lg-45,[dir=ltr] [dir=rtl] .layout-margin .flex-offset-lg-45,[dir=ltr] [dir=rtl] .layout-margin .offset-lg-45,[dir=ltr] [dir=rtl] .offset-lg-45{margin-left:auto;margin-right:45%}[dir=rtl] [dir=rtl] .flex-offset-lg-45,[dir=rtl] [dir=rtl] .layout-margin .flex-offset-lg-45,[dir=rtl] [dir=rtl] .layout-margin .offset-lg-45,[dir=rtl] [dir=rtl] .offset-lg-45{margin-right:auto;margin-left:45%}[dir=ltr] .flex-offset-lg-50,[dir=ltr] .layout-margin .flex-offset-lg-50,[dir=ltr] .layout-margin .offset-lg-50,[dir=ltr] .offset-lg-50{margin-left:50%}[dir=rtl] .flex-offset-lg-50,[dir=rtl] .layout-margin .flex-offset-lg-50,[dir=rtl] .layout-margin .offset-lg-50,[dir=rtl] .offset-lg-50{margin-right:50%}[dir=ltr] [dir=rtl] .flex-offset-lg-50,[dir=ltr] [dir=rtl] .layout-margin .flex-offset-lg-50,[dir=ltr] [dir=rtl] .layout-margin .offset-lg-50,[dir=ltr] [dir=rtl] .offset-lg-50{margin-left:auto;margin-right:50%}[dir=rtl] [dir=rtl] .flex-offset-lg-50,[dir=rtl] [dir=rtl] .layout-margin .flex-offset-lg-50,[dir=rtl] [dir=rtl] .layout-margin .offset-lg-50,[dir=rtl] [dir=rtl] .offset-lg-50{margin-right:auto;margin-left:50%}[dir=ltr] .flex-offset-lg-55,[dir=ltr] .layout-margin .flex-offset-lg-55,[dir=ltr] .layout-margin .offset-lg-55,[dir=ltr] .offset-lg-55{margin-left:55%}[dir=rtl] .flex-offset-lg-55,[dir=rtl] .layout-margin .flex-offset-lg-55,[dir=rtl] .layout-margin .offset-lg-55,[dir=rtl] .offset-lg-55{margin-right:55%}[dir=ltr] [dir=rtl] .flex-offset-lg-55,[dir=ltr] [dir=rtl] .layout-margin .flex-offset-lg-55,[dir=ltr] [dir=rtl] .layout-margin .offset-lg-55,[dir=ltr] [dir=rtl] .offset-lg-55{margin-left:auto;margin-right:55%}[dir=rtl] [dir=rtl] .flex-offset-lg-55,[dir=rtl] [dir=rtl] .layout-margin .flex-offset-lg-55,[dir=rtl] [dir=rtl] .layout-margin .offset-lg-55,[dir=rtl] [dir=rtl] .offset-lg-55{margin-right:auto;margin-left:55%}[dir=ltr] .flex-offset-lg-60,[dir=ltr] .layout-margin .flex-offset-lg-60,[dir=ltr] .layout-margin .offset-lg-60,[dir=ltr] .offset-lg-60{margin-left:60%}[dir=rtl] .flex-offset-lg-60,[dir=rtl] .layout-margin .flex-offset-lg-60,[dir=rtl] .layout-margin .offset-lg-60,[dir=rtl] .offset-lg-60{margin-right:60%}[dir=ltr] [dir=rtl] .flex-offset-lg-60,[dir=ltr] [dir=rtl] .layout-margin .flex-offset-lg-60,[dir=ltr] [dir=rtl] .layout-margin .offset-lg-60,[dir=ltr] [dir=rtl] .offset-lg-60{margin-left:auto;margin-right:60%}[dir=rtl] [dir=rtl] .flex-offset-lg-60,[dir=rtl] [dir=rtl] .layout-margin .flex-offset-lg-60,[dir=rtl] [dir=rtl] .layout-margin .offset-lg-60,[dir=rtl] [dir=rtl] .offset-lg-60{margin-right:auto;margin-left:60%}[dir=ltr] .flex-offset-lg-65,[dir=ltr] .layout-margin .flex-offset-lg-65,[dir=ltr] .layout-margin .offset-lg-65,[dir=ltr] .offset-lg-65{margin-left:65%}[dir=rtl] .flex-offset-lg-65,[dir=rtl] .layout-margin .flex-offset-lg-65,[dir=rtl] .layout-margin .offset-lg-65,[dir=rtl] .offset-lg-65{margin-right:65%}[dir=ltr] [dir=rtl] .flex-offset-lg-65,[dir=ltr] [dir=rtl] .layout-margin .flex-offset-lg-65,[dir=ltr] [dir=rtl] .layout-margin .offset-lg-65,[dir=ltr] [dir=rtl] .offset-lg-65{margin-left:auto;margin-right:65%}[dir=rtl] [dir=rtl] .flex-offset-lg-65,[dir=rtl] [dir=rtl] .layout-margin .flex-offset-lg-65,[dir=rtl] [dir=rtl] .layout-margin .offset-lg-65,[dir=rtl] [dir=rtl] .offset-lg-65{margin-right:auto;margin-left:65%}[dir=ltr] .flex-offset-lg-70,[dir=ltr] .layout-margin .flex-offset-lg-70,[dir=ltr] .layout-margin .offset-lg-70,[dir=ltr] .offset-lg-70{margin-left:70%}[dir=rtl] .flex-offset-lg-70,[dir=rtl] .layout-margin .flex-offset-lg-70,[dir=rtl] .layout-margin .offset-lg-70,[dir=rtl] .offset-lg-70{margin-right:70%}[dir=ltr] [dir=rtl] .flex-offset-lg-70,[dir=ltr] [dir=rtl] .layout-margin .flex-offset-lg-70,[dir=ltr] [dir=rtl] .layout-margin .offset-lg-70,[dir=ltr] [dir=rtl] .offset-lg-70{margin-left:auto;margin-right:70%}[dir=rtl] [dir=rtl] .flex-offset-lg-70,[dir=rtl] [dir=rtl] .layout-margin .flex-offset-lg-70,[dir=rtl] [dir=rtl] .layout-margin .offset-lg-70,[dir=rtl] [dir=rtl] .offset-lg-70{margin-right:auto;margin-left:70%}[dir=ltr] .flex-offset-lg-75,[dir=ltr] .layout-margin .flex-offset-lg-75,[dir=ltr] .layout-margin .offset-lg-75,[dir=ltr] .offset-lg-75{margin-left:75%}[dir=rtl] .flex-offset-lg-75,[dir=rtl] .layout-margin .flex-offset-lg-75,[dir=rtl] .layout-margin .offset-lg-75,[dir=rtl] .offset-lg-75{margin-right:75%}[dir=ltr] [dir=rtl] .flex-offset-lg-75,[dir=ltr] [dir=rtl] .layout-margin .flex-offset-lg-75,[dir=ltr] [dir=rtl] .layout-margin .offset-lg-75,[dir=ltr] [dir=rtl] .offset-lg-75{margin-left:auto;margin-right:75%}[dir=rtl] [dir=rtl] .flex-offset-lg-75,[dir=rtl] [dir=rtl] .layout-margin .flex-offset-lg-75,[dir=rtl] [dir=rtl] .layout-margin .offset-lg-75,[dir=rtl] [dir=rtl] .offset-lg-75{margin-right:auto;margin-left:75%}[dir=ltr] .flex-offset-lg-80,[dir=ltr] .layout-margin .flex-offset-lg-80,[dir=ltr] .layout-margin .offset-lg-80,[dir=ltr] .offset-lg-80{margin-left:80%}[dir=rtl] .flex-offset-lg-80,[dir=rtl] .layout-margin .flex-offset-lg-80,[dir=rtl] .layout-margin .offset-lg-80,[dir=rtl] .offset-lg-80{margin-right:80%}[dir=ltr] [dir=rtl] .flex-offset-lg-80,[dir=ltr] [dir=rtl] .layout-margin .flex-offset-lg-80,[dir=ltr] [dir=rtl] .layout-margin .offset-lg-80,[dir=ltr] [dir=rtl] .offset-lg-80{margin-left:auto;margin-right:80%}[dir=rtl] [dir=rtl] .flex-offset-lg-80,[dir=rtl] [dir=rtl] .layout-margin .flex-offset-lg-80,[dir=rtl] [dir=rtl] .layout-margin .offset-lg-80,[dir=rtl] [dir=rtl] .offset-lg-80{margin-right:auto;margin-left:80%}[dir=ltr] .flex-offset-lg-85,[dir=ltr] .layout-margin .flex-offset-lg-85,[dir=ltr] .layout-margin .offset-lg-85,[dir=ltr] .offset-lg-85{margin-left:85%}[dir=rtl] .flex-offset-lg-85,[dir=rtl] .layout-margin .flex-offset-lg-85,[dir=rtl] .layout-margin .offset-lg-85,[dir=rtl] .offset-lg-85{margin-right:85%}[dir=ltr] [dir=rtl] .flex-offset-lg-85,[dir=ltr] [dir=rtl] .layout-margin .flex-offset-lg-85,[dir=ltr] [dir=rtl] .layout-margin .offset-lg-85,[dir=ltr] [dir=rtl] .offset-lg-85{margin-left:auto;margin-right:85%}[dir=rtl] [dir=rtl] .flex-offset-lg-85,[dir=rtl] [dir=rtl] .layout-margin .flex-offset-lg-85,[dir=rtl] [dir=rtl] .layout-margin .offset-lg-85,[dir=rtl] [dir=rtl] .offset-lg-85{margin-right:auto;margin-left:85%}[dir=ltr] .flex-offset-lg-90,[dir=ltr] .layout-margin .flex-offset-lg-90,[dir=ltr] .layout-margin .offset-lg-90,[dir=ltr] .offset-lg-90{margin-left:90%}[dir=rtl] .flex-offset-lg-90,[dir=rtl] .layout-margin .flex-offset-lg-90,[dir=rtl] .layout-margin .offset-lg-90,[dir=rtl] .offset-lg-90{margin-right:90%}[dir=ltr] [dir=rtl] .flex-offset-lg-90,[dir=ltr] [dir=rtl] .layout-margin .flex-offset-lg-90,[dir=ltr] [dir=rtl] .layout-margin .offset-lg-90,[dir=ltr] [dir=rtl] .offset-lg-90{margin-left:auto;margin-right:90%}[dir=rtl] [dir=rtl] .flex-offset-lg-90,[dir=rtl] [dir=rtl] .layout-margin .flex-offset-lg-90,[dir=rtl] [dir=rtl] .layout-margin .offset-lg-90,[dir=rtl] [dir=rtl] .offset-lg-90{margin-right:auto;margin-left:90%}[dir=ltr] .flex-offset-lg-95,[dir=ltr] .layout-margin .flex-offset-lg-95,[dir=ltr] .layout-margin .offset-lg-95,[dir=ltr] .offset-lg-95{margin-left:95%}[dir=rtl] .flex-offset-lg-95,[dir=rtl] .layout-margin .flex-offset-lg-95,[dir=rtl] .layout-margin .offset-lg-95,[dir=rtl] .offset-lg-95{margin-right:95%}[dir=ltr] [dir=rtl] .flex-offset-lg-95,[dir=ltr] [dir=rtl] .layout-margin .flex-offset-lg-95,[dir=ltr] [dir=rtl] .layout-margin .offset-lg-95,[dir=ltr] [dir=rtl] .offset-lg-95{margin-left:auto;margin-right:95%}[dir=rtl] [dir=rtl] .flex-offset-lg-95,[dir=rtl] [dir=rtl] .layout-margin .flex-offset-lg-95,[dir=rtl] [dir=rtl] .layout-margin .offset-lg-95,[dir=rtl] [dir=rtl] .offset-lg-95{margin-right:auto;margin-left:95%}[dir=ltr] .flex-offset-lg-33,[dir=ltr] .layout-margin .flex-offset-lg-33,[dir=ltr] .layout-margin .offset-lg-33,[dir=ltr] .offset-lg-33{margin-left:33.3333333333%}[dir=rtl] .flex-offset-lg-33,[dir=rtl] .layout-margin .flex-offset-lg-33,[dir=rtl] .layout-margin .offset-lg-33,[dir=rtl] .offset-lg-33{margin-right:33.3333333333%}[dir=ltr] .flex-offset-lg-66,[dir=ltr] .layout-margin .flex-offset-lg-66,[dir=ltr] .layout-margin .offset-lg-66,[dir=ltr] .offset-lg-66{margin-left:66.6666666667%}[dir=rtl] .flex-offset-lg-66,[dir=rtl] .layout-margin .flex-offset-lg-66,[dir=rtl] .layout-margin .offset-lg-66,[dir=rtl] .offset-lg-66{margin-right:66.6666666667%}[dir=ltr] [dir=rtl] .flex-offset-lg-66,[dir=ltr] [dir=rtl] .layout-margin .flex-offset-lg-66,[dir=ltr] [dir=rtl] .layout-margin .offset-lg-66,[dir=ltr] [dir=rtl] .offset-lg-66{margin-left:auto;margin-right:66.6666666667%}[dir=rtl] [dir=rtl] .flex-offset-lg-66,[dir=rtl] [dir=rtl] .layout-margin .flex-offset-lg-66,[dir=rtl] [dir=rtl] .layout-margin .offset-lg-66,[dir=rtl] [dir=rtl] .offset-lg-66{margin-right:auto;margin-left:66.6666666667%}.layout-align-lg,.layout-align-lg-start-stretch{justify-content:flex-start;align-content:stretch;align-items:stretch}.layout-align-lg-start,.layout-align-lg-start-center,.layout-align-lg-start-end,.layout-align-lg-start-start,.layout-align-lg-start-stretch{justify-content:flex-start}.layout-align-lg-center,.layout-align-lg-center-center,.layout-align-lg-center-end,.layout-align-lg-center-start,.layout-align-lg-center-stretch{justify-content:center}.layout-align-lg-end,.layout-align-lg-end-center,.layout-align-lg-end-end,.layout-align-lg-end-start,.layout-align-lg-end-stretch{justify-content:flex-end}.layout-align-lg-space-around,.layout-align-lg-space-around-center,.layout-align-lg-space-around-end,.layout-align-lg-space-around-start,.layout-align-lg-space-around-stretch{justify-content:space-around}.layout-align-lg-space-between,.layout-align-lg-space-between-center,.layout-align-lg-space-between-end,.layout-align-lg-space-between-start,.layout-align-lg-space-between-stretch{justify-content:space-between}.layout-align-lg-center-start,.layout-align-lg-end-start,.layout-align-lg-space-around-start,.layout-align-lg-space-between-start,.layout-align-lg-start-start{align-items:flex-start;align-content:flex-start}.layout-align-lg-center-center,.layout-align-lg-end-center,.layout-align-lg-space-around-center,.layout-align-lg-space-between-center,.layout-align-lg-start-center{align-items:center;align-content:center;max-width:100%}.layout-align-lg-center-center>*,.layout-align-lg-end-center>*,.layout-align-lg-space-around-center>*,.layout-align-lg-space-between-center>*,.layout-align-lg-start-center>*{max-width:100%;box-sizing:border-box}.layout-align-lg-center-end,.layout-align-lg-end-end,.layout-align-lg-space-around-end,.layout-align-lg-space-between-end,.layout-align-lg-start-end{align-items:flex-end;align-content:flex-end}.layout-align-lg-center-stretch,.layout-align-lg-end-stretch,.layout-align-lg-space-around-stretch,.layout-align-lg-space-between-stretch,.layout-align-lg-start-stretch{align-items:stretch;align-content:stretch}.flex-lg{flex:1;box-sizing:border-box}.flex-lg-grow{flex:1 1 100%;box-sizing:border-box}.flex-lg-initial{flex:0 1 auto;box-sizing:border-box}.flex-lg-auto{flex:1 1 auto;box-sizing:border-box}.flex-lg-none{flex:0 0 auto;box-sizing:border-box}.flex-lg-noshrink{flex:1 0 auto;box-sizing:border-box}.flex-lg-nogrow{flex:0 1 auto;box-sizing:border-box}.flex-lg-0,.layout-row>.flex-lg-0{flex:1 1 100%;max-width:0;max-height:100%;box-sizing:border-box}.layout-row>.flex-lg-0{min-width:0}.layout-column>.flex-lg-0{flex:1 1 100%;max-width:100%;max-height:0;box-sizing:border-box}.layout-lg-row>.flex-lg-0{flex:1 1 100%;max-width:0;max-height:100%;box-sizing:border-box;min-width:0}.layout-lg-column>.flex-lg-0{flex:1 1 100%;max-width:100%;max-height:0;box-sizing:border-box;min-height:0}.flex-lg-5,.layout-row>.flex-lg-5{flex:1 1 100%;max-width:5%;max-height:100%;box-sizing:border-box}.layout-column>.flex-lg-5{flex:1 1 100%;max-width:100%;max-height:5%;box-sizing:border-box}.layout-lg-row>.flex-lg-5{flex:1 1 100%;max-width:5%;max-height:100%;box-sizing:border-box}.layout-lg-column>.flex-lg-5{flex:1 1 100%;max-width:100%;max-height:5%;box-sizing:border-box}.flex-lg-10,.layout-row>.flex-lg-10{flex:1 1 100%;max-width:10%;max-height:100%;box-sizing:border-box}.layout-column>.flex-lg-10{flex:1 1 100%;max-width:100%;max-height:10%;box-sizing:border-box}.layout-lg-row>.flex-lg-10{flex:1 1 100%;max-width:10%;max-height:100%;box-sizing:border-box}.layout-lg-column>.flex-lg-10{flex:1 1 100%;max-width:100%;max-height:10%;box-sizing:border-box}.flex-lg-15,.layout-row>.flex-lg-15{flex:1 1 100%;max-width:15%;max-height:100%;box-sizing:border-box}.layout-column>.flex-lg-15{flex:1 1 100%;max-width:100%;max-height:15%;box-sizing:border-box}.layout-lg-row>.flex-lg-15{flex:1 1 100%;max-width:15%;max-height:100%;box-sizing:border-box}.layout-lg-column>.flex-lg-15{flex:1 1 100%;max-width:100%;max-height:15%;box-sizing:border-box}.flex-lg-20,.layout-row>.flex-lg-20{flex:1 1 100%;max-width:20%;max-height:100%;box-sizing:border-box}.layout-column>.flex-lg-20{flex:1 1 100%;max-width:100%;max-height:20%;box-sizing:border-box}.layout-lg-row>.flex-lg-20{flex:1 1 100%;max-width:20%;max-height:100%;box-sizing:border-box}.layout-lg-column>.flex-lg-20{flex:1 1 100%;max-width:100%;max-height:20%;box-sizing:border-box}.flex-lg-25,.layout-row>.flex-lg-25{flex:1 1 100%;max-width:25%;max-height:100%;box-sizing:border-box}.layout-column>.flex-lg-25{flex:1 1 100%;max-width:100%;max-height:25%;box-sizing:border-box}.layout-lg-row>.flex-lg-25{flex:1 1 100%;max-width:25%;max-height:100%;box-sizing:border-box}.layout-lg-column>.flex-lg-25{flex:1 1 100%;max-width:100%;max-height:25%;box-sizing:border-box}.flex-lg-30,.layout-row>.flex-lg-30{flex:1 1 100%;max-width:30%;max-height:100%;box-sizing:border-box}.layout-column>.flex-lg-30{flex:1 1 100%;max-width:100%;max-height:30%;box-sizing:border-box}.layout-lg-row>.flex-lg-30{flex:1 1 100%;max-width:30%;max-height:100%;box-sizing:border-box}.layout-lg-column>.flex-lg-30{flex:1 1 100%;max-width:100%;max-height:30%;box-sizing:border-box}.flex-lg-35,.layout-row>.flex-lg-35{flex:1 1 100%;max-width:35%;max-height:100%;box-sizing:border-box}.layout-column>.flex-lg-35{flex:1 1 100%;max-width:100%;max-height:35%;box-sizing:border-box}.layout-lg-row>.flex-lg-35{flex:1 1 100%;max-width:35%;max-height:100%;box-sizing:border-box}.layout-lg-column>.flex-lg-35{flex:1 1 100%;max-width:100%;max-height:35%;box-sizing:border-box}.flex-lg-40,.layout-row>.flex-lg-40{flex:1 1 100%;max-width:40%;max-height:100%;box-sizing:border-box}.layout-column>.flex-lg-40{flex:1 1 100%;max-width:100%;max-height:40%;box-sizing:border-box}.layout-lg-row>.flex-lg-40{flex:1 1 100%;max-width:40%;max-height:100%;box-sizing:border-box}.layout-lg-column>.flex-lg-40{flex:1 1 100%;max-width:100%;max-height:40%;box-sizing:border-box}.flex-lg-45,.layout-row>.flex-lg-45{flex:1 1 100%;max-width:45%;max-height:100%;box-sizing:border-box}.layout-column>.flex-lg-45{flex:1 1 100%;max-width:100%;max-height:45%;box-sizing:border-box}.layout-lg-row>.flex-lg-45{flex:1 1 100%;max-width:45%;max-height:100%;box-sizing:border-box}.layout-lg-column>.flex-lg-45{flex:1 1 100%;max-width:100%;max-height:45%;box-sizing:border-box}.flex-lg-50,.layout-row>.flex-lg-50{flex:1 1 100%;max-width:50%;max-height:100%;box-sizing:border-box}.layout-column>.flex-lg-50{flex:1 1 100%;max-width:100%;max-height:50%;box-sizing:border-box}.layout-lg-row>.flex-lg-50{flex:1 1 100%;max-width:50%;max-height:100%;box-sizing:border-box}.layout-lg-column>.flex-lg-50{flex:1 1 100%;max-width:100%;max-height:50%;box-sizing:border-box}.flex-lg-55,.layout-row>.flex-lg-55{flex:1 1 100%;max-width:55%;max-height:100%;box-sizing:border-box}.layout-column>.flex-lg-55{flex:1 1 100%;max-width:100%;max-height:55%;box-sizing:border-box}.layout-lg-row>.flex-lg-55{flex:1 1 100%;max-width:55%;max-height:100%;box-sizing:border-box}.layout-lg-column>.flex-lg-55{flex:1 1 100%;max-width:100%;max-height:55%;box-sizing:border-box}.flex-lg-60,.layout-row>.flex-lg-60{flex:1 1 100%;max-width:60%;max-height:100%;box-sizing:border-box}.layout-column>.flex-lg-60{flex:1 1 100%;max-width:100%;max-height:60%;box-sizing:border-box}.layout-lg-row>.flex-lg-60{flex:1 1 100%;max-width:60%;max-height:100%;box-sizing:border-box}.layout-lg-column>.flex-lg-60{flex:1 1 100%;max-width:100%;max-height:60%;box-sizing:border-box}.flex-lg-65,.layout-row>.flex-lg-65{flex:1 1 100%;max-width:65%;max-height:100%;box-sizing:border-box}.layout-column>.flex-lg-65{flex:1 1 100%;max-width:100%;max-height:65%;box-sizing:border-box}.layout-lg-row>.flex-lg-65{flex:1 1 100%;max-width:65%;max-height:100%;box-sizing:border-box}.layout-lg-column>.flex-lg-65{flex:1 1 100%;max-width:100%;max-height:65%;box-sizing:border-box}.flex-lg-70,.layout-row>.flex-lg-70{flex:1 1 100%;max-width:70%;max-height:100%;box-sizing:border-box}.layout-column>.flex-lg-70{flex:1 1 100%;max-width:100%;max-height:70%;box-sizing:border-box}.layout-lg-row>.flex-lg-70{flex:1 1 100%;max-width:70%;max-height:100%;box-sizing:border-box}.layout-lg-column>.flex-lg-70{flex:1 1 100%;max-width:100%;max-height:70%;box-sizing:border-box}.flex-lg-75,.layout-row>.flex-lg-75{flex:1 1 100%;max-width:75%;max-height:100%;box-sizing:border-box}.layout-column>.flex-lg-75{flex:1 1 100%;max-width:100%;max-height:75%;box-sizing:border-box}.layout-lg-row>.flex-lg-75{flex:1 1 100%;max-width:75%;max-height:100%;box-sizing:border-box}.layout-lg-column>.flex-lg-75{flex:1 1 100%;max-width:100%;max-height:75%;box-sizing:border-box}.flex-lg-80,.layout-row>.flex-lg-80{flex:1 1 100%;max-width:80%;max-height:100%;box-sizing:border-box}.layout-column>.flex-lg-80{flex:1 1 100%;max-width:100%;max-height:80%;box-sizing:border-box}.layout-lg-row>.flex-lg-80{flex:1 1 100%;max-width:80%;max-height:100%;box-sizing:border-box}.layout-lg-column>.flex-lg-80{flex:1 1 100%;max-width:100%;max-height:80%;box-sizing:border-box}.flex-lg-85,.layout-row>.flex-lg-85{flex:1 1 100%;max-width:85%;max-height:100%;box-sizing:border-box}.layout-column>.flex-lg-85{flex:1 1 100%;max-width:100%;max-height:85%;box-sizing:border-box}.layout-lg-row>.flex-lg-85{flex:1 1 100%;max-width:85%;max-height:100%;box-sizing:border-box}.layout-lg-column>.flex-lg-85{flex:1 1 100%;max-width:100%;max-height:85%;box-sizing:border-box}.flex-lg-90,.layout-row>.flex-lg-90{flex:1 1 100%;max-width:90%;max-height:100%;box-sizing:border-box}.layout-column>.flex-lg-90{flex:1 1 100%;max-width:100%;max-height:90%;box-sizing:border-box}.layout-lg-row>.flex-lg-90{flex:1 1 100%;max-width:90%;max-height:100%;box-sizing:border-box}.layout-lg-column>.flex-lg-90{flex:1 1 100%;max-width:100%;max-height:90%;box-sizing:border-box}.flex-lg-95,.layout-row>.flex-lg-95{flex:1 1 100%;max-width:95%;max-height:100%;box-sizing:border-box}.layout-column>.flex-lg-95{flex:1 1 100%;max-width:100%;max-height:95%;box-sizing:border-box}.layout-lg-row>.flex-lg-95{flex:1 1 100%;max-width:95%;max-height:100%;box-sizing:border-box}.layout-lg-column>.flex-lg-95{max-height:95%}.flex-lg-100,.layout-lg-column>.flex-lg-95{flex:1 1 100%;max-width:100%;box-sizing:border-box}.flex-lg-100{max-height:100%}.layout-column>.flex-lg-100,.layout-lg-column>.flex-lg-100,.layout-lg-row>.flex-lg-100,.layout-row>.flex-lg-100{flex:1 1 100%;max-width:100%;max-height:100%;box-sizing:border-box}.layout-row>.flex-lg-33{flex:1 1 33.33%;max-width:33.33%;max-height:100%;box-sizing:border-box}.layout-row>.flex-lg-66{flex:1 1 66.66%;max-width:66.66%;max-height:100%;box-sizing:border-box}.layout-column>.flex-lg-33{flex:1 1 33.33%;max-width:100%;max-height:33.33%;box-sizing:border-box}.layout-column>.flex-lg-66{flex:1 1 66.66%;max-width:100%;max-height:66.66%;box-sizing:border-box}.layout-lg-row>.flex-lg-33{flex:1 1 100%;max-width:33.33%;max-height:100%;box-sizing:border-box}.layout-lg-row>.flex-lg-66{flex:1 1 100%;max-width:66.66%;max-height:100%;box-sizing:border-box}.layout-lg-row>.flex{min-width:0}.layout-lg-column>.flex-lg-33{flex:1 1 100%;max-width:100%;max-height:33.33%;box-sizing:border-box}.layout-lg-column>.flex-lg-66{flex:1 1 100%;max-width:100%;max-height:66.66%;box-sizing:border-box}.layout-lg-column>.flex{min-height:0}.layout-lg,.layout-lg-column,.layout-lg-row{box-sizing:border-box;display:flex}.layout-lg-column{flex-direction:column}.layout-lg-row{flex-direction:row}}@media (min-width:1920px){.flex-order-gt-lg--20{order:-20}.flex-order-gt-lg--19{order:-19}.flex-order-gt-lg--18{order:-18}.flex-order-gt-lg--17{order:-17}.flex-order-gt-lg--16{order:-16}.flex-order-gt-lg--15{order:-15}.flex-order-gt-lg--14{order:-14}.flex-order-gt-lg--13{order:-13}.flex-order-gt-lg--12{order:-12}.flex-order-gt-lg--11{order:-11}.flex-order-gt-lg--10{order:-10}.flex-order-gt-lg--9{order:-9}.flex-order-gt-lg--8{order:-8}.flex-order-gt-lg--7{order:-7}.flex-order-gt-lg--6{order:-6}.flex-order-gt-lg--5{order:-5}.flex-order-gt-lg--4{order:-4}.flex-order-gt-lg--3{order:-3}.flex-order-gt-lg--2{order:-2}.flex-order-gt-lg--1{order:-1}.flex-order-gt-lg-0{order:0}.flex-order-gt-lg-1{order:1}.flex-order-gt-lg-2{order:2}.flex-order-gt-lg-3{order:3}.flex-order-gt-lg-4{order:4}.flex-order-gt-lg-5{order:5}.flex-order-gt-lg-6{order:6}.flex-order-gt-lg-7{order:7}.flex-order-gt-lg-8{order:8}.flex-order-gt-lg-9{order:9}.flex-order-gt-lg-10{order:10}.flex-order-gt-lg-11{order:11}.flex-order-gt-lg-12{order:12}.flex-order-gt-lg-13{order:13}.flex-order-gt-lg-14{order:14}.flex-order-gt-lg-15{order:15}.flex-order-gt-lg-16{order:16}.flex-order-gt-lg-17{order:17}.flex-order-gt-lg-18{order:18}.flex-order-gt-lg-19{order:19}.flex-order-gt-lg-20{order:20}[dir=ltr] .flex-offset-gt-lg-0,[dir=ltr] .layout-margin .flex-offset-gt-lg-0,[dir=ltr] .layout-margin .offset-gt-lg-0,[dir=ltr] .offset-gt-lg-0{margin-left:0}[dir=rtl] .flex-offset-gt-lg-0,[dir=rtl] .layout-margin .flex-offset-gt-lg-0,[dir=rtl] .layout-margin .offset-gt-lg-0,[dir=rtl] .offset-gt-lg-0{margin-right:0}[dir=ltr] [dir=rtl] .flex-offset-gt-lg-0,[dir=ltr] [dir=rtl] .layout-margin .flex-offset-gt-lg-0,[dir=ltr] [dir=rtl] .layout-margin .offset-gt-lg-0,[dir=ltr] [dir=rtl] .offset-gt-lg-0{margin-left:auto;margin-right:0}[dir=rtl] [dir=rtl] .flex-offset-gt-lg-0,[dir=rtl] [dir=rtl] .layout-margin .flex-offset-gt-lg-0,[dir=rtl] [dir=rtl] .layout-margin .offset-gt-lg-0,[dir=rtl] [dir=rtl] .offset-gt-lg-0{margin-right:auto;margin-left:0}[dir=ltr] .flex-offset-gt-lg-5,[dir=ltr] .layout-margin .flex-offset-gt-lg-5,[dir=ltr] .layout-margin .offset-gt-lg-5,[dir=ltr] .offset-gt-lg-5{margin-left:5%}[dir=rtl] .flex-offset-gt-lg-5,[dir=rtl] .layout-margin .flex-offset-gt-lg-5,[dir=rtl] .layout-margin .offset-gt-lg-5,[dir=rtl] .offset-gt-lg-5{margin-right:5%}[dir=ltr] [dir=rtl] .flex-offset-gt-lg-5,[dir=ltr] [dir=rtl] .layout-margin .flex-offset-gt-lg-5,[dir=ltr] [dir=rtl] .layout-margin .offset-gt-lg-5,[dir=ltr] [dir=rtl] .offset-gt-lg-5{margin-left:auto;margin-right:5%}[dir=rtl] [dir=rtl] .flex-offset-gt-lg-5,[dir=rtl] [dir=rtl] .layout-margin .flex-offset-gt-lg-5,[dir=rtl] [dir=rtl] .layout-margin .offset-gt-lg-5,[dir=rtl] [dir=rtl] .offset-gt-lg-5{margin-right:auto;margin-left:5%}[dir=ltr] .flex-offset-gt-lg-10,[dir=ltr] .layout-margin .flex-offset-gt-lg-10,[dir=ltr] .layout-margin .offset-gt-lg-10,[dir=ltr] .offset-gt-lg-10{margin-left:10%}[dir=rtl] .flex-offset-gt-lg-10,[dir=rtl] .layout-margin .flex-offset-gt-lg-10,[dir=rtl] .layout-margin .offset-gt-lg-10,[dir=rtl] .offset-gt-lg-10{margin-right:10%}[dir=ltr] [dir=rtl] .flex-offset-gt-lg-10,[dir=ltr] [dir=rtl] .layout-margin .flex-offset-gt-lg-10,[dir=ltr] [dir=rtl] .layout-margin .offset-gt-lg-10,[dir=ltr] [dir=rtl] .offset-gt-lg-10{margin-left:auto;margin-right:10%}[dir=rtl] [dir=rtl] .flex-offset-gt-lg-10,[dir=rtl] [dir=rtl] .layout-margin .flex-offset-gt-lg-10,[dir=rtl] [dir=rtl] .layout-margin .offset-gt-lg-10,[dir=rtl] [dir=rtl] .offset-gt-lg-10{margin-right:auto;margin-left:10%}[dir=ltr] .flex-offset-gt-lg-15,[dir=ltr] .layout-margin .flex-offset-gt-lg-15,[dir=ltr] .layout-margin .offset-gt-lg-15,[dir=ltr] .offset-gt-lg-15{margin-left:15%}[dir=rtl] .flex-offset-gt-lg-15,[dir=rtl] .layout-margin .flex-offset-gt-lg-15,[dir=rtl] .layout-margin .offset-gt-lg-15,[dir=rtl] .offset-gt-lg-15{margin-right:15%}[dir=ltr] [dir=rtl] .flex-offset-gt-lg-15,[dir=ltr] [dir=rtl] .layout-margin .flex-offset-gt-lg-15,[dir=ltr] [dir=rtl] .layout-margin .offset-gt-lg-15,[dir=ltr] [dir=rtl] .offset-gt-lg-15{margin-left:auto;margin-right:15%}[dir=rtl] [dir=rtl] .flex-offset-gt-lg-15,[dir=rtl] [dir=rtl] .layout-margin .flex-offset-gt-lg-15,[dir=rtl] [dir=rtl] .layout-margin .offset-gt-lg-15,[dir=rtl] [dir=rtl] .offset-gt-lg-15{margin-right:auto;margin-left:15%}[dir=ltr] .flex-offset-gt-lg-20,[dir=ltr] .layout-margin .flex-offset-gt-lg-20,[dir=ltr] .layout-margin .offset-gt-lg-20,[dir=ltr] .offset-gt-lg-20{margin-left:20%}[dir=rtl] .flex-offset-gt-lg-20,[dir=rtl] .layout-margin .flex-offset-gt-lg-20,[dir=rtl] .layout-margin .offset-gt-lg-20,[dir=rtl] .offset-gt-lg-20{margin-right:20%}[dir=ltr] [dir=rtl] .flex-offset-gt-lg-20,[dir=ltr] [dir=rtl] .layout-margin .flex-offset-gt-lg-20,[dir=ltr] [dir=rtl] .layout-margin .offset-gt-lg-20,[dir=ltr] [dir=rtl] .offset-gt-lg-20{margin-left:auto;margin-right:20%}[dir=rtl] [dir=rtl] .flex-offset-gt-lg-20,[dir=rtl] [dir=rtl] .layout-margin .flex-offset-gt-lg-20,[dir=rtl] [dir=rtl] .layout-margin .offset-gt-lg-20,[dir=rtl] [dir=rtl] .offset-gt-lg-20{margin-right:auto;margin-left:20%}[dir=ltr] .flex-offset-gt-lg-25,[dir=ltr] .layout-margin .flex-offset-gt-lg-25,[dir=ltr] .layout-margin .offset-gt-lg-25,[dir=ltr] .offset-gt-lg-25{margin-left:25%}[dir=rtl] .flex-offset-gt-lg-25,[dir=rtl] .layout-margin .flex-offset-gt-lg-25,[dir=rtl] .layout-margin .offset-gt-lg-25,[dir=rtl] .offset-gt-lg-25{margin-right:25%}[dir=ltr] [dir=rtl] .flex-offset-gt-lg-25,[dir=ltr] [dir=rtl] .layout-margin .flex-offset-gt-lg-25,[dir=ltr] [dir=rtl] .layout-margin .offset-gt-lg-25,[dir=ltr] [dir=rtl] .offset-gt-lg-25{margin-left:auto;margin-right:25%}[dir=rtl] [dir=rtl] .flex-offset-gt-lg-25,[dir=rtl] [dir=rtl] .layout-margin .flex-offset-gt-lg-25,[dir=rtl] [dir=rtl] .layout-margin .offset-gt-lg-25,[dir=rtl] [dir=rtl] .offset-gt-lg-25{margin-right:auto;margin-left:25%}[dir=ltr] .flex-offset-gt-lg-30,[dir=ltr] .layout-margin .flex-offset-gt-lg-30,[dir=ltr] .layout-margin .offset-gt-lg-30,[dir=ltr] .offset-gt-lg-30{margin-left:30%}[dir=rtl] .flex-offset-gt-lg-30,[dir=rtl] .layout-margin .flex-offset-gt-lg-30,[dir=rtl] .layout-margin .offset-gt-lg-30,[dir=rtl] .offset-gt-lg-30{margin-right:30%}[dir=ltr] [dir=rtl] .flex-offset-gt-lg-30,[dir=ltr] [dir=rtl] .layout-margin .flex-offset-gt-lg-30,[dir=ltr] [dir=rtl] .layout-margin .offset-gt-lg-30,[dir=ltr] [dir=rtl] .offset-gt-lg-30{margin-left:auto;margin-right:30%}[dir=rtl] [dir=rtl] .flex-offset-gt-lg-30,[dir=rtl] [dir=rtl] .layout-margin .flex-offset-gt-lg-30,[dir=rtl] [dir=rtl] .layout-margin .offset-gt-lg-30,[dir=rtl] [dir=rtl] .offset-gt-lg-30{margin-right:auto;margin-left:30%}[dir=ltr] .flex-offset-gt-lg-35,[dir=ltr] .layout-margin .flex-offset-gt-lg-35,[dir=ltr] .layout-margin .offset-gt-lg-35,[dir=ltr] .offset-gt-lg-35{margin-left:35%}[dir=rtl] .flex-offset-gt-lg-35,[dir=rtl] .layout-margin .flex-offset-gt-lg-35,[dir=rtl] .layout-margin .offset-gt-lg-35,[dir=rtl] .offset-gt-lg-35{margin-right:35%}[dir=ltr] [dir=rtl] .flex-offset-gt-lg-35,[dir=ltr] [dir=rtl] .layout-margin .flex-offset-gt-lg-35,[dir=ltr] [dir=rtl] .layout-margin .offset-gt-lg-35,[dir=ltr] [dir=rtl] .offset-gt-lg-35{margin-left:auto;margin-right:35%}[dir=rtl] [dir=rtl] .flex-offset-gt-lg-35,[dir=rtl] [dir=rtl] .layout-margin .flex-offset-gt-lg-35,[dir=rtl] [dir=rtl] .layout-margin .offset-gt-lg-35,[dir=rtl] [dir=rtl] .offset-gt-lg-35{margin-right:auto;margin-left:35%}[dir=ltr] .flex-offset-gt-lg-40,[dir=ltr] .layout-margin .flex-offset-gt-lg-40,[dir=ltr] .layout-margin .offset-gt-lg-40,[dir=ltr] .offset-gt-lg-40{margin-left:40%}[dir=rtl] .flex-offset-gt-lg-40,[dir=rtl] .layout-margin .flex-offset-gt-lg-40,[dir=rtl] .layout-margin .offset-gt-lg-40,[dir=rtl] .offset-gt-lg-40{margin-right:40%}[dir=ltr] [dir=rtl] .flex-offset-gt-lg-40,[dir=ltr] [dir=rtl] .layout-margin .flex-offset-gt-lg-40,[dir=ltr] [dir=rtl] .layout-margin .offset-gt-lg-40,[dir=ltr] [dir=rtl] .offset-gt-lg-40{margin-left:auto;margin-right:40%}[dir=rtl] [dir=rtl] .flex-offset-gt-lg-40,[dir=rtl] [dir=rtl] .layout-margin .flex-offset-gt-lg-40,[dir=rtl] [dir=rtl] .layout-margin .offset-gt-lg-40,[dir=rtl] [dir=rtl] .offset-gt-lg-40{margin-right:auto;margin-left:40%}[dir=ltr] .flex-offset-gt-lg-45,[dir=ltr] .layout-margin .flex-offset-gt-lg-45,[dir=ltr] .layout-margin .offset-gt-lg-45,[dir=ltr] .offset-gt-lg-45{margin-left:45%}[dir=rtl] .flex-offset-gt-lg-45,[dir=rtl] .layout-margin .flex-offset-gt-lg-45,[dir=rtl] .layout-margin .offset-gt-lg-45,[dir=rtl] .offset-gt-lg-45{margin-right:45%}[dir=ltr] [dir=rtl] .flex-offset-gt-lg-45,[dir=ltr] [dir=rtl] .layout-margin .flex-offset-gt-lg-45,[dir=ltr] [dir=rtl] .layout-margin .offset-gt-lg-45,[dir=ltr] [dir=rtl] .offset-gt-lg-45{margin-left:auto;margin-right:45%}[dir=rtl] [dir=rtl] .flex-offset-gt-lg-45,[dir=rtl] [dir=rtl] .layout-margin .flex-offset-gt-lg-45,[dir=rtl] [dir=rtl] .layout-margin .offset-gt-lg-45,[dir=rtl] [dir=rtl] .offset-gt-lg-45{margin-right:auto;margin-left:45%}[dir=ltr] .flex-offset-gt-lg-50,[dir=ltr] .layout-margin .flex-offset-gt-lg-50,[dir=ltr] .layout-margin .offset-gt-lg-50,[dir=ltr] .offset-gt-lg-50{margin-left:50%}[dir=rtl] .flex-offset-gt-lg-50,[dir=rtl] .layout-margin .flex-offset-gt-lg-50,[dir=rtl] .layout-margin .offset-gt-lg-50,[dir=rtl] .offset-gt-lg-50{margin-right:50%}[dir=ltr] [dir=rtl] .flex-offset-gt-lg-50,[dir=ltr] [dir=rtl] .layout-margin .flex-offset-gt-lg-50,[dir=ltr] [dir=rtl] .layout-margin .offset-gt-lg-50,[dir=ltr] [dir=rtl] .offset-gt-lg-50{margin-left:auto;margin-right:50%}[dir=rtl] [dir=rtl] .flex-offset-gt-lg-50,[dir=rtl] [dir=rtl] .layout-margin .flex-offset-gt-lg-50,[dir=rtl] [dir=rtl] .layout-margin .offset-gt-lg-50,[dir=rtl] [dir=rtl] .offset-gt-lg-50{margin-right:auto;margin-left:50%}[dir=ltr] .flex-offset-gt-lg-55,[dir=ltr] .layout-margin .flex-offset-gt-lg-55,[dir=ltr] .layout-margin .offset-gt-lg-55,[dir=ltr] .offset-gt-lg-55{margin-left:55%}[dir=rtl] .flex-offset-gt-lg-55,[dir=rtl] .layout-margin .flex-offset-gt-lg-55,[dir=rtl] .layout-margin .offset-gt-lg-55,[dir=rtl] .offset-gt-lg-55{margin-right:55%}[dir=ltr] [dir=rtl] .flex-offset-gt-lg-55,[dir=ltr] [dir=rtl] .layout-margin .flex-offset-gt-lg-55,[dir=ltr] [dir=rtl] .layout-margin .offset-gt-lg-55,[dir=ltr] [dir=rtl] .offset-gt-lg-55{margin-left:auto;margin-right:55%}[dir=rtl] [dir=rtl] .flex-offset-gt-lg-55,[dir=rtl] [dir=rtl] .layout-margin .flex-offset-gt-lg-55,[dir=rtl] [dir=rtl] .layout-margin .offset-gt-lg-55,[dir=rtl] [dir=rtl] .offset-gt-lg-55{margin-right:auto;margin-left:55%}[dir=ltr] .flex-offset-gt-lg-60,[dir=ltr] .layout-margin .flex-offset-gt-lg-60,[dir=ltr] .layout-margin .offset-gt-lg-60,[dir=ltr] .offset-gt-lg-60{margin-left:60%}[dir=rtl] .flex-offset-gt-lg-60,[dir=rtl] .layout-margin .flex-offset-gt-lg-60,[dir=rtl] .layout-margin .offset-gt-lg-60,[dir=rtl] .offset-gt-lg-60{margin-right:60%}[dir=ltr] [dir=rtl] .flex-offset-gt-lg-60,[dir=ltr] [dir=rtl] .layout-margin .flex-offset-gt-lg-60,[dir=ltr] [dir=rtl] .layout-margin .offset-gt-lg-60,[dir=ltr] [dir=rtl] .offset-gt-lg-60{margin-left:auto;margin-right:60%}[dir=rtl] [dir=rtl] .flex-offset-gt-lg-60,[dir=rtl] [dir=rtl] .layout-margin .flex-offset-gt-lg-60,[dir=rtl] [dir=rtl] .layout-margin .offset-gt-lg-60,[dir=rtl] [dir=rtl] .offset-gt-lg-60{margin-right:auto;margin-left:60%}[dir=ltr] .flex-offset-gt-lg-65,[dir=ltr] .layout-margin .flex-offset-gt-lg-65,[dir=ltr] .layout-margin .offset-gt-lg-65,[dir=ltr] .offset-gt-lg-65{margin-left:65%}[dir=rtl] .flex-offset-gt-lg-65,[dir=rtl] .layout-margin .flex-offset-gt-lg-65,[dir=rtl] .layout-margin .offset-gt-lg-65,[dir=rtl] .offset-gt-lg-65{margin-right:65%}[dir=ltr] [dir=rtl] .flex-offset-gt-lg-65,[dir=ltr] [dir=rtl] .layout-margin .flex-offset-gt-lg-65,[dir=ltr] [dir=rtl] .layout-margin .offset-gt-lg-65,[dir=ltr] [dir=rtl] .offset-gt-lg-65{margin-left:auto;margin-right:65%}[dir=rtl] [dir=rtl] .flex-offset-gt-lg-65,[dir=rtl] [dir=rtl] .layout-margin .flex-offset-gt-lg-65,[dir=rtl] [dir=rtl] .layout-margin .offset-gt-lg-65,[dir=rtl] [dir=rtl] .offset-gt-lg-65{margin-right:auto;margin-left:65%}[dir=ltr] .flex-offset-gt-lg-70,[dir=ltr] .layout-margin .flex-offset-gt-lg-70,[dir=ltr] .layout-margin .offset-gt-lg-70,[dir=ltr] .offset-gt-lg-70{margin-left:70%}[dir=rtl] .flex-offset-gt-lg-70,[dir=rtl] .layout-margin .flex-offset-gt-lg-70,[dir=rtl] .layout-margin .offset-gt-lg-70,[dir=rtl] .offset-gt-lg-70{margin-right:70%}[dir=ltr] [dir=rtl] .flex-offset-gt-lg-70,[dir=ltr] [dir=rtl] .layout-margin .flex-offset-gt-lg-70,[dir=ltr] [dir=rtl] .layout-margin .offset-gt-lg-70,[dir=ltr] [dir=rtl] .offset-gt-lg-70{margin-left:auto;margin-right:70%}[dir=rtl] [dir=rtl] .flex-offset-gt-lg-70,[dir=rtl] [dir=rtl] .layout-margin .flex-offset-gt-lg-70,[dir=rtl] [dir=rtl] .layout-margin .offset-gt-lg-70,[dir=rtl] [dir=rtl] .offset-gt-lg-70{margin-right:auto;margin-left:70%}[dir=ltr] .flex-offset-gt-lg-75,[dir=ltr] .layout-margin .flex-offset-gt-lg-75,[dir=ltr] .layout-margin .offset-gt-lg-75,[dir=ltr] .offset-gt-lg-75{margin-left:75%}[dir=rtl] .flex-offset-gt-lg-75,[dir=rtl] .layout-margin .flex-offset-gt-lg-75,[dir=rtl] .layout-margin .offset-gt-lg-75,[dir=rtl] .offset-gt-lg-75{margin-right:75%}[dir=ltr] [dir=rtl] .flex-offset-gt-lg-75,[dir=ltr] [dir=rtl] .layout-margin .flex-offset-gt-lg-75,[dir=ltr] [dir=rtl] .layout-margin .offset-gt-lg-75,[dir=ltr] [dir=rtl] .offset-gt-lg-75{margin-left:auto;margin-right:75%}[dir=rtl] [dir=rtl] .flex-offset-gt-lg-75,[dir=rtl] [dir=rtl] .layout-margin .flex-offset-gt-lg-75,[dir=rtl] [dir=rtl] .layout-margin .offset-gt-lg-75,[dir=rtl] [dir=rtl] .offset-gt-lg-75{margin-right:auto;margin-left:75%}[dir=ltr] .flex-offset-gt-lg-80,[dir=ltr] .layout-margin .flex-offset-gt-lg-80,[dir=ltr] .layout-margin .offset-gt-lg-80,[dir=ltr] .offset-gt-lg-80{margin-left:80%}[dir=rtl] .flex-offset-gt-lg-80,[dir=rtl] .layout-margin .flex-offset-gt-lg-80,[dir=rtl] .layout-margin .offset-gt-lg-80,[dir=rtl] .offset-gt-lg-80{margin-right:80%}[dir=ltr] [dir=rtl] .flex-offset-gt-lg-80,[dir=ltr] [dir=rtl] .layout-margin .flex-offset-gt-lg-80,[dir=ltr] [dir=rtl] .layout-margin .offset-gt-lg-80,[dir=ltr] [dir=rtl] .offset-gt-lg-80{margin-left:auto;margin-right:80%}[dir=rtl] [dir=rtl] .flex-offset-gt-lg-80,[dir=rtl] [dir=rtl] .layout-margin .flex-offset-gt-lg-80,[dir=rtl] [dir=rtl] .layout-margin .offset-gt-lg-80,[dir=rtl] [dir=rtl] .offset-gt-lg-80{margin-right:auto;margin-left:80%}[dir=ltr] .flex-offset-gt-lg-85,[dir=ltr] .layout-margin .flex-offset-gt-lg-85,[dir=ltr] .layout-margin .offset-gt-lg-85,[dir=ltr] .offset-gt-lg-85{margin-left:85%}[dir=rtl] .flex-offset-gt-lg-85,[dir=rtl] .layout-margin .flex-offset-gt-lg-85,[dir=rtl] .layout-margin .offset-gt-lg-85,[dir=rtl] .offset-gt-lg-85{margin-right:85%}[dir=ltr] [dir=rtl] .flex-offset-gt-lg-85,[dir=ltr] [dir=rtl] .layout-margin .flex-offset-gt-lg-85,[dir=ltr] [dir=rtl] .layout-margin .offset-gt-lg-85,[dir=ltr] [dir=rtl] .offset-gt-lg-85{margin-left:auto;margin-right:85%}[dir=rtl] [dir=rtl] .flex-offset-gt-lg-85,[dir=rtl] [dir=rtl] .layout-margin .flex-offset-gt-lg-85,[dir=rtl] [dir=rtl] .layout-margin .offset-gt-lg-85,[dir=rtl] [dir=rtl] .offset-gt-lg-85{margin-right:auto;margin-left:85%}[dir=ltr] .flex-offset-gt-lg-90,[dir=ltr] .layout-margin .flex-offset-gt-lg-90,[dir=ltr] .layout-margin .offset-gt-lg-90,[dir=ltr] .offset-gt-lg-90{margin-left:90%}[dir=rtl] .flex-offset-gt-lg-90,[dir=rtl] .layout-margin .flex-offset-gt-lg-90,[dir=rtl] .layout-margin .offset-gt-lg-90,[dir=rtl] .offset-gt-lg-90{margin-right:90%}[dir=ltr] [dir=rtl] .flex-offset-gt-lg-90,[dir=ltr] [dir=rtl] .layout-margin .flex-offset-gt-lg-90,[dir=ltr] [dir=rtl] .layout-margin .offset-gt-lg-90,[dir=ltr] [dir=rtl] .offset-gt-lg-90{margin-left:auto;margin-right:90%}[dir=rtl] [dir=rtl] .flex-offset-gt-lg-90,[dir=rtl] [dir=rtl] .layout-margin .flex-offset-gt-lg-90,[dir=rtl] [dir=rtl] .layout-margin .offset-gt-lg-90,[dir=rtl] [dir=rtl] .offset-gt-lg-90{margin-right:auto;margin-left:90%}[dir=ltr] .flex-offset-gt-lg-95,[dir=ltr] .layout-margin .flex-offset-gt-lg-95,[dir=ltr] .layout-margin .offset-gt-lg-95,[dir=ltr] .offset-gt-lg-95{margin-left:95%}[dir=rtl] .flex-offset-gt-lg-95,[dir=rtl] .layout-margin .flex-offset-gt-lg-95,[dir=rtl] .layout-margin .offset-gt-lg-95,[dir=rtl] .offset-gt-lg-95{margin-right:95%}[dir=ltr] [dir=rtl] .flex-offset-gt-lg-95,[dir=ltr] [dir=rtl] .layout-margin .flex-offset-gt-lg-95,[dir=ltr] [dir=rtl] .layout-margin .offset-gt-lg-95,[dir=ltr] [dir=rtl] .offset-gt-lg-95{margin-left:auto;margin-right:95%}[dir=rtl] [dir=rtl] .flex-offset-gt-lg-95,[dir=rtl] [dir=rtl] .layout-margin .flex-offset-gt-lg-95,[dir=rtl] [dir=rtl] .layout-margin .offset-gt-lg-95,[dir=rtl] [dir=rtl] .offset-gt-lg-95{margin-right:auto;margin-left:95%}[dir=ltr] .flex-offset-gt-lg-33,[dir=ltr] .layout-margin .flex-offset-gt-lg-33,[dir=ltr] .layout-margin .offset-gt-lg-33,[dir=ltr] .offset-gt-lg-33{margin-left:33.3333333333%}[dir=rtl] .flex-offset-gt-lg-33,[dir=rtl] .layout-margin .flex-offset-gt-lg-33,[dir=rtl] .layout-margin .offset-gt-lg-33,[dir=rtl] .offset-gt-lg-33{margin-right:33.3333333333%}[dir=ltr] .flex-offset-gt-lg-66,[dir=ltr] .layout-margin .flex-offset-gt-lg-66,[dir=ltr] .layout-margin .offset-gt-lg-66,[dir=ltr] .offset-gt-lg-66{margin-left:66.6666666667%}[dir=rtl] .flex-offset-gt-lg-66,[dir=rtl] .layout-margin .flex-offset-gt-lg-66,[dir=rtl] .layout-margin .offset-gt-lg-66,[dir=rtl] .offset-gt-lg-66{margin-right:66.6666666667%}[dir=ltr] [dir=rtl] .flex-offset-gt-lg-66,[dir=ltr] [dir=rtl] .layout-margin .flex-offset-gt-lg-66,[dir=ltr] [dir=rtl] .layout-margin .offset-gt-lg-66,[dir=ltr] [dir=rtl] .offset-gt-lg-66{margin-left:auto;margin-right:66.6666666667%}[dir=rtl] [dir=rtl] .flex-offset-gt-lg-66,[dir=rtl] [dir=rtl] .layout-margin .flex-offset-gt-lg-66,[dir=rtl] [dir=rtl] .layout-margin .offset-gt-lg-66,[dir=rtl] [dir=rtl] .offset-gt-lg-66{margin-right:auto;margin-left:66.6666666667%}.layout-align-gt-lg,.layout-align-gt-lg-start-stretch{justify-content:flex-start;align-content:stretch;align-items:stretch}.layout-align-gt-lg-start,.layout-align-gt-lg-start-center,.layout-align-gt-lg-start-end,.layout-align-gt-lg-start-start,.layout-align-gt-lg-start-stretch{justify-content:flex-start}.layout-align-gt-lg-center,.layout-align-gt-lg-center-center,.layout-align-gt-lg-center-end,.layout-align-gt-lg-center-start,.layout-align-gt-lg-center-stretch{justify-content:center}.layout-align-gt-lg-end,.layout-align-gt-lg-end-center,.layout-align-gt-lg-end-end,.layout-align-gt-lg-end-start,.layout-align-gt-lg-end-stretch{justify-content:flex-end}.layout-align-gt-lg-space-around,.layout-align-gt-lg-space-around-center,.layout-align-gt-lg-space-around-end,.layout-align-gt-lg-space-around-start,.layout-align-gt-lg-space-around-stretch{justify-content:space-around}.layout-align-gt-lg-space-between,.layout-align-gt-lg-space-between-center,.layout-align-gt-lg-space-between-end,.layout-align-gt-lg-space-between-start,.layout-align-gt-lg-space-between-stretch{justify-content:space-between}.layout-align-gt-lg-center-start,.layout-align-gt-lg-end-start,.layout-align-gt-lg-space-around-start,.layout-align-gt-lg-space-between-start,.layout-align-gt-lg-start-start{align-items:flex-start;align-content:flex-start}.layout-align-gt-lg-center-center,.layout-align-gt-lg-end-center,.layout-align-gt-lg-space-around-center,.layout-align-gt-lg-space-between-center,.layout-align-gt-lg-start-center{align-items:center;align-content:center;max-width:100%}.layout-align-gt-lg-center-center>*,.layout-align-gt-lg-end-center>*,.layout-align-gt-lg-space-around-center>*,.layout-align-gt-lg-space-between-center>*,.layout-align-gt-lg-start-center>*{max-width:100%;box-sizing:border-box}.layout-align-gt-lg-center-end,.layout-align-gt-lg-end-end,.layout-align-gt-lg-space-around-end,.layout-align-gt-lg-space-between-end,.layout-align-gt-lg-start-end{align-items:flex-end;align-content:flex-end}.layout-align-gt-lg-center-stretch,.layout-align-gt-lg-end-stretch,.layout-align-gt-lg-space-around-stretch,.layout-align-gt-lg-space-between-stretch,.layout-align-gt-lg-start-stretch{align-items:stretch;align-content:stretch}.flex-gt-lg{flex:1;box-sizing:border-box}.flex-gt-lg-grow{flex:1 1 100%;box-sizing:border-box}.flex-gt-lg-initial{flex:0 1 auto;box-sizing:border-box}.flex-gt-lg-auto{flex:1 1 auto;box-sizing:border-box}.flex-gt-lg-none{flex:0 0 auto;box-sizing:border-box}.flex-gt-lg-noshrink{flex:1 0 auto;box-sizing:border-box}.flex-gt-lg-nogrow{flex:0 1 auto;box-sizing:border-box}.flex-gt-lg-0,.layout-row>.flex-gt-lg-0{flex:1 1 100%;max-width:0;max-height:100%;box-sizing:border-box}.layout-row>.flex-gt-lg-0{min-width:0}.layout-column>.flex-gt-lg-0{flex:1 1 100%;max-width:100%;max-height:0;box-sizing:border-box}.layout-gt-lg-row>.flex-gt-lg-0{flex:1 1 100%;max-width:0;max-height:100%;box-sizing:border-box;min-width:0}.layout-gt-lg-column>.flex-gt-lg-0{flex:1 1 100%;max-width:100%;max-height:0;box-sizing:border-box;min-height:0}.flex-gt-lg-5,.layout-row>.flex-gt-lg-5{flex:1 1 100%;max-width:5%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-lg-5{flex:1 1 100%;max-width:100%;max-height:5%;box-sizing:border-box}.layout-gt-lg-row>.flex-gt-lg-5{flex:1 1 100%;max-width:5%;max-height:100%;box-sizing:border-box}.layout-gt-lg-column>.flex-gt-lg-5{flex:1 1 100%;max-width:100%;max-height:5%;box-sizing:border-box}.flex-gt-lg-10,.layout-row>.flex-gt-lg-10{flex:1 1 100%;max-width:10%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-lg-10{flex:1 1 100%;max-width:100%;max-height:10%;box-sizing:border-box}.layout-gt-lg-row>.flex-gt-lg-10{flex:1 1 100%;max-width:10%;max-height:100%;box-sizing:border-box}.layout-gt-lg-column>.flex-gt-lg-10{flex:1 1 100%;max-width:100%;max-height:10%;box-sizing:border-box}.flex-gt-lg-15,.layout-row>.flex-gt-lg-15{flex:1 1 100%;max-width:15%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-lg-15{flex:1 1 100%;max-width:100%;max-height:15%;box-sizing:border-box}.layout-gt-lg-row>.flex-gt-lg-15{flex:1 1 100%;max-width:15%;max-height:100%;box-sizing:border-box}.layout-gt-lg-column>.flex-gt-lg-15{flex:1 1 100%;max-width:100%;max-height:15%;box-sizing:border-box}.flex-gt-lg-20,.layout-row>.flex-gt-lg-20{flex:1 1 100%;max-width:20%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-lg-20{flex:1 1 100%;max-width:100%;max-height:20%;box-sizing:border-box}.layout-gt-lg-row>.flex-gt-lg-20{flex:1 1 100%;max-width:20%;max-height:100%;box-sizing:border-box}.layout-gt-lg-column>.flex-gt-lg-20{flex:1 1 100%;max-width:100%;max-height:20%;box-sizing:border-box}.flex-gt-lg-25,.layout-row>.flex-gt-lg-25{flex:1 1 100%;max-width:25%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-lg-25{flex:1 1 100%;max-width:100%;max-height:25%;box-sizing:border-box}.layout-gt-lg-row>.flex-gt-lg-25{flex:1 1 100%;max-width:25%;max-height:100%;box-sizing:border-box}.layout-gt-lg-column>.flex-gt-lg-25{flex:1 1 100%;max-width:100%;max-height:25%;box-sizing:border-box}.flex-gt-lg-30,.layout-row>.flex-gt-lg-30{flex:1 1 100%;max-width:30%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-lg-30{flex:1 1 100%;max-width:100%;max-height:30%;box-sizing:border-box}.layout-gt-lg-row>.flex-gt-lg-30{flex:1 1 100%;max-width:30%;max-height:100%;box-sizing:border-box}.layout-gt-lg-column>.flex-gt-lg-30{flex:1 1 100%;max-width:100%;max-height:30%;box-sizing:border-box}.flex-gt-lg-35,.layout-row>.flex-gt-lg-35{flex:1 1 100%;max-width:35%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-lg-35{flex:1 1 100%;max-width:100%;max-height:35%;box-sizing:border-box}.layout-gt-lg-row>.flex-gt-lg-35{flex:1 1 100%;max-width:35%;max-height:100%;box-sizing:border-box}.layout-gt-lg-column>.flex-gt-lg-35{flex:1 1 100%;max-width:100%;max-height:35%;box-sizing:border-box}.flex-gt-lg-40,.layout-row>.flex-gt-lg-40{flex:1 1 100%;max-width:40%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-lg-40{flex:1 1 100%;max-width:100%;max-height:40%;box-sizing:border-box}.layout-gt-lg-row>.flex-gt-lg-40{flex:1 1 100%;max-width:40%;max-height:100%;box-sizing:border-box}.layout-gt-lg-column>.flex-gt-lg-40{flex:1 1 100%;max-width:100%;max-height:40%;box-sizing:border-box}.flex-gt-lg-45,.layout-row>.flex-gt-lg-45{flex:1 1 100%;max-width:45%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-lg-45{flex:1 1 100%;max-width:100%;max-height:45%;box-sizing:border-box}.layout-gt-lg-row>.flex-gt-lg-45{flex:1 1 100%;max-width:45%;max-height:100%;box-sizing:border-box}.layout-gt-lg-column>.flex-gt-lg-45{flex:1 1 100%;max-width:100%;max-height:45%;box-sizing:border-box}.flex-gt-lg-50,.layout-row>.flex-gt-lg-50{flex:1 1 100%;max-width:50%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-lg-50{flex:1 1 100%;max-width:100%;max-height:50%;box-sizing:border-box}.layout-gt-lg-row>.flex-gt-lg-50{flex:1 1 100%;max-width:50%;max-height:100%;box-sizing:border-box}.layout-gt-lg-column>.flex-gt-lg-50{flex:1 1 100%;max-width:100%;max-height:50%;box-sizing:border-box}.flex-gt-lg-55,.layout-row>.flex-gt-lg-55{flex:1 1 100%;max-width:55%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-lg-55{flex:1 1 100%;max-width:100%;max-height:55%;box-sizing:border-box}.layout-gt-lg-row>.flex-gt-lg-55{flex:1 1 100%;max-width:55%;max-height:100%;box-sizing:border-box}.layout-gt-lg-column>.flex-gt-lg-55{flex:1 1 100%;max-width:100%;max-height:55%;box-sizing:border-box}.flex-gt-lg-60,.layout-row>.flex-gt-lg-60{flex:1 1 100%;max-width:60%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-lg-60{flex:1 1 100%;max-width:100%;max-height:60%;box-sizing:border-box}.layout-gt-lg-row>.flex-gt-lg-60{flex:1 1 100%;max-width:60%;max-height:100%;box-sizing:border-box}.layout-gt-lg-column>.flex-gt-lg-60{flex:1 1 100%;max-width:100%;max-height:60%;box-sizing:border-box}.flex-gt-lg-65,.layout-row>.flex-gt-lg-65{flex:1 1 100%;max-width:65%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-lg-65{flex:1 1 100%;max-width:100%;max-height:65%;box-sizing:border-box}.layout-gt-lg-row>.flex-gt-lg-65{flex:1 1 100%;max-width:65%;max-height:100%;box-sizing:border-box}.layout-gt-lg-column>.flex-gt-lg-65{flex:1 1 100%;max-width:100%;max-height:65%;box-sizing:border-box}.flex-gt-lg-70,.layout-row>.flex-gt-lg-70{flex:1 1 100%;max-width:70%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-lg-70{flex:1 1 100%;max-width:100%;max-height:70%;box-sizing:border-box}.layout-gt-lg-row>.flex-gt-lg-70{flex:1 1 100%;max-width:70%;max-height:100%;box-sizing:border-box}.layout-gt-lg-column>.flex-gt-lg-70{flex:1 1 100%;max-width:100%;max-height:70%;box-sizing:border-box}.flex-gt-lg-75,.layout-row>.flex-gt-lg-75{flex:1 1 100%;max-width:75%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-lg-75{flex:1 1 100%;max-width:100%;max-height:75%;box-sizing:border-box}.layout-gt-lg-row>.flex-gt-lg-75{flex:1 1 100%;max-width:75%;max-height:100%;box-sizing:border-box}.layout-gt-lg-column>.flex-gt-lg-75{flex:1 1 100%;max-width:100%;max-height:75%;box-sizing:border-box}.flex-gt-lg-80,.layout-row>.flex-gt-lg-80{flex:1 1 100%;max-width:80%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-lg-80{flex:1 1 100%;max-width:100%;max-height:80%;box-sizing:border-box}.layout-gt-lg-row>.flex-gt-lg-80{flex:1 1 100%;max-width:80%;max-height:100%;box-sizing:border-box}.layout-gt-lg-column>.flex-gt-lg-80{flex:1 1 100%;max-width:100%;max-height:80%;box-sizing:border-box}.flex-gt-lg-85,.layout-row>.flex-gt-lg-85{flex:1 1 100%;max-width:85%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-lg-85{flex:1 1 100%;max-width:100%;max-height:85%;box-sizing:border-box}.layout-gt-lg-row>.flex-gt-lg-85{flex:1 1 100%;max-width:85%;max-height:100%;box-sizing:border-box}.layout-gt-lg-column>.flex-gt-lg-85{flex:1 1 100%;max-width:100%;max-height:85%;box-sizing:border-box}.flex-gt-lg-90,.layout-row>.flex-gt-lg-90{flex:1 1 100%;max-width:90%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-lg-90{flex:1 1 100%;max-width:100%;max-height:90%;box-sizing:border-box}.layout-gt-lg-row>.flex-gt-lg-90{flex:1 1 100%;max-width:90%;max-height:100%;box-sizing:border-box}.layout-gt-lg-column>.flex-gt-lg-90{flex:1 1 100%;max-width:100%;max-height:90%;box-sizing:border-box}.flex-gt-lg-95,.layout-row>.flex-gt-lg-95{flex:1 1 100%;max-width:95%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-lg-95{flex:1 1 100%;max-width:100%;max-height:95%;box-sizing:border-box}.layout-gt-lg-row>.flex-gt-lg-95{flex:1 1 100%;max-width:95%;max-height:100%;box-sizing:border-box}.layout-gt-lg-column>.flex-gt-lg-95{flex:1 1 100%;max-width:100%;max-height:95%;box-sizing:border-box}.flex-gt-lg-100,.layout-column>.flex-gt-lg-100,.layout-gt-lg-column>.flex-gt-lg-100,.layout-gt-lg-row>.flex-gt-lg-100,.layout-row>.flex-gt-lg-100{flex:1 1 100%;max-width:100%;max-height:100%;box-sizing:border-box}.layout-row>.flex-gt-lg-33{flex:1 1 33.33%;max-width:33.33%;max-height:100%;box-sizing:border-box}.layout-row>.flex-gt-lg-66{flex:1 1 66.66%;max-width:66.66%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-lg-33{flex:1 1 33.33%;max-width:100%;max-height:33.33%;box-sizing:border-box}.layout-column>.flex-gt-lg-66{flex:1 1 66.66%;max-width:100%;max-height:66.66%;box-sizing:border-box}.layout-gt-lg-row>.flex-gt-lg-33{flex:1 1 100%;max-width:33.33%;max-height:100%;box-sizing:border-box}.layout-gt-lg-row>.flex-gt-lg-66{flex:1 1 100%;max-width:66.66%;max-height:100%;box-sizing:border-box}.layout-gt-lg-row>.flex{min-width:0}.layout-gt-lg-column>.flex-gt-lg-33{flex:1 1 100%;max-width:100%;max-height:33.33%;box-sizing:border-box}.layout-gt-lg-column>.flex-gt-lg-66{flex:1 1 100%;max-width:100%;max-height:66.66%;box-sizing:border-box}.layout-gt-lg-column>.flex{min-height:0}.layout-gt-lg,.layout-gt-lg-column,.layout-gt-lg-row{box-sizing:border-box;display:flex}.layout-gt-lg-column{flex-direction:column}.layout-gt-lg-row{flex-direction:row}.flex-order-xl--20{order:-20}.flex-order-xl--19{order:-19}.flex-order-xl--18{order:-18}.flex-order-xl--17{order:-17}.flex-order-xl--16{order:-16}.flex-order-xl--15{order:-15}.flex-order-xl--14{order:-14}.flex-order-xl--13{order:-13}.flex-order-xl--12{order:-12}.flex-order-xl--11{order:-11}.flex-order-xl--10{order:-10}.flex-order-xl--9{order:-9}.flex-order-xl--8{order:-8}.flex-order-xl--7{order:-7}.flex-order-xl--6{order:-6}.flex-order-xl--5{order:-5}.flex-order-xl--4{order:-4}.flex-order-xl--3{order:-3}.flex-order-xl--2{order:-2}.flex-order-xl--1{order:-1}.flex-order-xl-0{order:0}.flex-order-xl-1{order:1}.flex-order-xl-2{order:2}.flex-order-xl-3{order:3}.flex-order-xl-4{order:4}.flex-order-xl-5{order:5}.flex-order-xl-6{order:6}.flex-order-xl-7{order:7}.flex-order-xl-8{order:8}.flex-order-xl-9{order:9}.flex-order-xl-10{order:10}.flex-order-xl-11{order:11}.flex-order-xl-12{order:12}.flex-order-xl-13{order:13}.flex-order-xl-14{order:14}.flex-order-xl-15{order:15}.flex-order-xl-16{order:16}.flex-order-xl-17{order:17}.flex-order-xl-18{order:18}.flex-order-xl-19{order:19}.flex-order-xl-20{order:20}[dir=ltr] .flex-offset-xl-0,[dir=ltr] .layout-margin .flex-offset-xl-0,[dir=ltr] .layout-margin .offset-xl-0,[dir=ltr] .offset-xl-0{margin-left:0}[dir=rtl] .flex-offset-xl-0,[dir=rtl] .layout-margin .flex-offset-xl-0,[dir=rtl] .layout-margin .offset-xl-0,[dir=rtl] .offset-xl-0{margin-right:0}[dir=ltr] [dir=rtl] .flex-offset-xl-0,[dir=ltr] [dir=rtl] .layout-margin .flex-offset-xl-0,[dir=ltr] [dir=rtl] .layout-margin .offset-xl-0,[dir=ltr] [dir=rtl] .offset-xl-0{margin-left:auto;margin-right:0}[dir=rtl] [dir=rtl] .flex-offset-xl-0,[dir=rtl] [dir=rtl] .layout-margin .flex-offset-xl-0,[dir=rtl] [dir=rtl] .layout-margin .offset-xl-0,[dir=rtl] [dir=rtl] .offset-xl-0{margin-right:auto;margin-left:0}[dir=ltr] .flex-offset-xl-5,[dir=ltr] .layout-margin .flex-offset-xl-5,[dir=ltr] .layout-margin .offset-xl-5,[dir=ltr] .offset-xl-5{margin-left:5%}[dir=rtl] .flex-offset-xl-5,[dir=rtl] .layout-margin .flex-offset-xl-5,[dir=rtl] .layout-margin .offset-xl-5,[dir=rtl] .offset-xl-5{margin-right:5%}[dir=ltr] [dir=rtl] .flex-offset-xl-5,[dir=ltr] [dir=rtl] .layout-margin .flex-offset-xl-5,[dir=ltr] [dir=rtl] .layout-margin .offset-xl-5,[dir=ltr] [dir=rtl] .offset-xl-5{margin-left:auto;margin-right:5%}[dir=rtl] [dir=rtl] .flex-offset-xl-5,[dir=rtl] [dir=rtl] .layout-margin .flex-offset-xl-5,[dir=rtl] [dir=rtl] .layout-margin .offset-xl-5,[dir=rtl] [dir=rtl] .offset-xl-5{margin-right:auto;margin-left:5%}[dir=ltr] .flex-offset-xl-10,[dir=ltr] .layout-margin .flex-offset-xl-10,[dir=ltr] .layout-margin .offset-xl-10,[dir=ltr] .offset-xl-10{margin-left:10%}[dir=rtl] .flex-offset-xl-10,[dir=rtl] .layout-margin .flex-offset-xl-10,[dir=rtl] .layout-margin .offset-xl-10,[dir=rtl] .offset-xl-10{margin-right:10%}[dir=ltr] [dir=rtl] .flex-offset-xl-10,[dir=ltr] [dir=rtl] .layout-margin .flex-offset-xl-10,[dir=ltr] [dir=rtl] .layout-margin .offset-xl-10,[dir=ltr] [dir=rtl] .offset-xl-10{margin-left:auto;margin-right:10%}[dir=rtl] [dir=rtl] .flex-offset-xl-10,[dir=rtl] [dir=rtl] .layout-margin .flex-offset-xl-10,[dir=rtl] [dir=rtl] .layout-margin .offset-xl-10,[dir=rtl] [dir=rtl] .offset-xl-10{margin-right:auto;margin-left:10%}[dir=ltr] .flex-offset-xl-15,[dir=ltr] .layout-margin .flex-offset-xl-15,[dir=ltr] .layout-margin .offset-xl-15,[dir=ltr] .offset-xl-15{margin-left:15%}[dir=rtl] .flex-offset-xl-15,[dir=rtl] .layout-margin .flex-offset-xl-15,[dir=rtl] .layout-margin .offset-xl-15,[dir=rtl] .offset-xl-15{margin-right:15%}[dir=ltr] [dir=rtl] .flex-offset-xl-15,[dir=ltr] [dir=rtl] .layout-margin .flex-offset-xl-15,[dir=ltr] [dir=rtl] .layout-margin .offset-xl-15,[dir=ltr] [dir=rtl] .offset-xl-15{margin-left:auto;margin-right:15%}[dir=rtl] [dir=rtl] .flex-offset-xl-15,[dir=rtl] [dir=rtl] .layout-margin .flex-offset-xl-15,[dir=rtl] [dir=rtl] .layout-margin .offset-xl-15,[dir=rtl] [dir=rtl] .offset-xl-15{margin-right:auto;margin-left:15%}[dir=ltr] .flex-offset-xl-20,[dir=ltr] .layout-margin .flex-offset-xl-20,[dir=ltr] .layout-margin .offset-xl-20,[dir=ltr] .offset-xl-20{margin-left:20%}[dir=rtl] .flex-offset-xl-20,[dir=rtl] .layout-margin .flex-offset-xl-20,[dir=rtl] .layout-margin .offset-xl-20,[dir=rtl] .offset-xl-20{margin-right:20%}[dir=ltr] [dir=rtl] .flex-offset-xl-20,[dir=ltr] [dir=rtl] .layout-margin .flex-offset-xl-20,[dir=ltr] [dir=rtl] .layout-margin .offset-xl-20,[dir=ltr] [dir=rtl] .offset-xl-20{margin-left:auto;margin-right:20%}[dir=rtl] [dir=rtl] .flex-offset-xl-20,[dir=rtl] [dir=rtl] .layout-margin .flex-offset-xl-20,[dir=rtl] [dir=rtl] .layout-margin .offset-xl-20,[dir=rtl] [dir=rtl] .offset-xl-20{margin-right:auto;margin-left:20%}[dir=ltr] .flex-offset-xl-25,[dir=ltr] .layout-margin .flex-offset-xl-25,[dir=ltr] .layout-margin .offset-xl-25,[dir=ltr] .offset-xl-25{margin-left:25%}[dir=rtl] .flex-offset-xl-25,[dir=rtl] .layout-margin .flex-offset-xl-25,[dir=rtl] .layout-margin .offset-xl-25,[dir=rtl] .offset-xl-25{margin-right:25%}[dir=ltr] [dir=rtl] .flex-offset-xl-25,[dir=ltr] [dir=rtl] .layout-margin .flex-offset-xl-25,[dir=ltr] [dir=rtl] .layout-margin .offset-xl-25,[dir=ltr] [dir=rtl] .offset-xl-25{margin-left:auto;margin-right:25%}[dir=rtl] [dir=rtl] .flex-offset-xl-25,[dir=rtl] [dir=rtl] .layout-margin .flex-offset-xl-25,[dir=rtl] [dir=rtl] .layout-margin .offset-xl-25,[dir=rtl] [dir=rtl] .offset-xl-25{margin-right:auto;margin-left:25%}[dir=ltr] .flex-offset-xl-30,[dir=ltr] .layout-margin .flex-offset-xl-30,[dir=ltr] .layout-margin .offset-xl-30,[dir=ltr] .offset-xl-30{margin-left:30%}[dir=rtl] .flex-offset-xl-30,[dir=rtl] .layout-margin .flex-offset-xl-30,[dir=rtl] .layout-margin .offset-xl-30,[dir=rtl] .offset-xl-30{margin-right:30%}[dir=ltr] [dir=rtl] .flex-offset-xl-30,[dir=ltr] [dir=rtl] .layout-margin .flex-offset-xl-30,[dir=ltr] [dir=rtl] .layout-margin .offset-xl-30,[dir=ltr] [dir=rtl] .offset-xl-30{margin-left:auto;margin-right:30%}[dir=rtl] [dir=rtl] .flex-offset-xl-30,[dir=rtl] [dir=rtl] .layout-margin .flex-offset-xl-30,[dir=rtl] [dir=rtl] .layout-margin .offset-xl-30,[dir=rtl] [dir=rtl] .offset-xl-30{margin-right:auto;margin-left:30%}[dir=ltr] .flex-offset-xl-35,[dir=ltr] .layout-margin .flex-offset-xl-35,[dir=ltr] .layout-margin .offset-xl-35,[dir=ltr] .offset-xl-35{margin-left:35%}[dir=rtl] .flex-offset-xl-35,[dir=rtl] .layout-margin .flex-offset-xl-35,[dir=rtl] .layout-margin .offset-xl-35,[dir=rtl] .offset-xl-35{margin-right:35%}[dir=ltr] [dir=rtl] .flex-offset-xl-35,[dir=ltr] [dir=rtl] .layout-margin .flex-offset-xl-35,[dir=ltr] [dir=rtl] .layout-margin .offset-xl-35,[dir=ltr] [dir=rtl] .offset-xl-35{margin-left:auto;margin-right:35%}[dir=rtl] [dir=rtl] .flex-offset-xl-35,[dir=rtl] [dir=rtl] .layout-margin .flex-offset-xl-35,[dir=rtl] [dir=rtl] .layout-margin .offset-xl-35,[dir=rtl] [dir=rtl] .offset-xl-35{margin-right:auto;margin-left:35%}[dir=ltr] .flex-offset-xl-40,[dir=ltr] .layout-margin .flex-offset-xl-40,[dir=ltr] .layout-margin .offset-xl-40,[dir=ltr] .offset-xl-40{margin-left:40%}[dir=rtl] .flex-offset-xl-40,[dir=rtl] .layout-margin .flex-offset-xl-40,[dir=rtl] .layout-margin .offset-xl-40,[dir=rtl] .offset-xl-40{margin-right:40%}[dir=ltr] [dir=rtl] .flex-offset-xl-40,[dir=ltr] [dir=rtl] .layout-margin .flex-offset-xl-40,[dir=ltr] [dir=rtl] .layout-margin .offset-xl-40,[dir=ltr] [dir=rtl] .offset-xl-40{margin-left:auto;margin-right:40%}[dir=rtl] [dir=rtl] .flex-offset-xl-40,[dir=rtl] [dir=rtl] .layout-margin .flex-offset-xl-40,[dir=rtl] [dir=rtl] .layout-margin .offset-xl-40,[dir=rtl] [dir=rtl] .offset-xl-40{margin-right:auto;margin-left:40%}[dir=ltr] .flex-offset-xl-45,[dir=ltr] .layout-margin .flex-offset-xl-45,[dir=ltr] .layout-margin .offset-xl-45,[dir=ltr] .offset-xl-45{margin-left:45%}[dir=rtl] .flex-offset-xl-45,[dir=rtl] .layout-margin .flex-offset-xl-45,[dir=rtl] .layout-margin .offset-xl-45,[dir=rtl] .offset-xl-45{margin-right:45%}[dir=ltr] [dir=rtl] .flex-offset-xl-45,[dir=ltr] [dir=rtl] .layout-margin .flex-offset-xl-45,[dir=ltr] [dir=rtl] .layout-margin .offset-xl-45,[dir=ltr] [dir=rtl] .offset-xl-45{margin-left:auto;margin-right:45%}[dir=rtl] [dir=rtl] .flex-offset-xl-45,[dir=rtl] [dir=rtl] .layout-margin .flex-offset-xl-45,[dir=rtl] [dir=rtl] .layout-margin .offset-xl-45,[dir=rtl] [dir=rtl] .offset-xl-45{margin-right:auto;margin-left:45%}[dir=ltr] .flex-offset-xl-50,[dir=ltr] .layout-margin .flex-offset-xl-50,[dir=ltr] .layout-margin .offset-xl-50,[dir=ltr] .offset-xl-50{margin-left:50%}[dir=rtl] .flex-offset-xl-50,[dir=rtl] .layout-margin .flex-offset-xl-50,[dir=rtl] .layout-margin .offset-xl-50,[dir=rtl] .offset-xl-50{margin-right:50%}[dir=ltr] [dir=rtl] .flex-offset-xl-50,[dir=ltr] [dir=rtl] .layout-margin .flex-offset-xl-50,[dir=ltr] [dir=rtl] .layout-margin .offset-xl-50,[dir=ltr] [dir=rtl] .offset-xl-50{margin-left:auto;margin-right:50%}[dir=rtl] [dir=rtl] .flex-offset-xl-50,[dir=rtl] [dir=rtl] .layout-margin .flex-offset-xl-50,[dir=rtl] [dir=rtl] .layout-margin .offset-xl-50,[dir=rtl] [dir=rtl] .offset-xl-50{margin-right:auto;margin-left:50%}[dir=ltr] .flex-offset-xl-55,[dir=ltr] .layout-margin .flex-offset-xl-55,[dir=ltr] .layout-margin .offset-xl-55,[dir=ltr] .offset-xl-55{margin-left:55%}[dir=rtl] .flex-offset-xl-55,[dir=rtl] .layout-margin .flex-offset-xl-55,[dir=rtl] .layout-margin .offset-xl-55,[dir=rtl] .offset-xl-55{margin-right:55%}[dir=ltr] [dir=rtl] .flex-offset-xl-55,[dir=ltr] [dir=rtl] .layout-margin .flex-offset-xl-55,[dir=ltr] [dir=rtl] .layout-margin .offset-xl-55,[dir=ltr] [dir=rtl] .offset-xl-55{margin-left:auto;margin-right:55%}[dir=rtl] [dir=rtl] .flex-offset-xl-55,[dir=rtl] [dir=rtl] .layout-margin .flex-offset-xl-55,[dir=rtl] [dir=rtl] .layout-margin .offset-xl-55,[dir=rtl] [dir=rtl] .offset-xl-55{margin-right:auto;margin-left:55%}[dir=ltr] .flex-offset-xl-60,[dir=ltr] .layout-margin .flex-offset-xl-60,[dir=ltr] .layout-margin .offset-xl-60,[dir=ltr] .offset-xl-60{margin-left:60%}[dir=rtl] .flex-offset-xl-60,[dir=rtl] .layout-margin .flex-offset-xl-60,[dir=rtl] .layout-margin .offset-xl-60,[dir=rtl] .offset-xl-60{margin-right:60%}[dir=ltr] [dir=rtl] .flex-offset-xl-60,[dir=ltr] [dir=rtl] .layout-margin .flex-offset-xl-60,[dir=ltr] [dir=rtl] .layout-margin .offset-xl-60,[dir=ltr] [dir=rtl] .offset-xl-60{margin-left:auto;margin-right:60%}[dir=rtl] [dir=rtl] .flex-offset-xl-60,[dir=rtl] [dir=rtl] .layout-margin .flex-offset-xl-60,[dir=rtl] [dir=rtl] .layout-margin .offset-xl-60,[dir=rtl] [dir=rtl] .offset-xl-60{margin-right:auto;margin-left:60%}[dir=ltr] .flex-offset-xl-65,[dir=ltr] .layout-margin .flex-offset-xl-65,[dir=ltr] .layout-margin .offset-xl-65,[dir=ltr] .offset-xl-65{margin-left:65%}[dir=rtl] .flex-offset-xl-65,[dir=rtl] .layout-margin .flex-offset-xl-65,[dir=rtl] .layout-margin .offset-xl-65,[dir=rtl] .offset-xl-65{margin-right:65%}[dir=ltr] [dir=rtl] .flex-offset-xl-65,[dir=ltr] [dir=rtl] .layout-margin .flex-offset-xl-65,[dir=ltr] [dir=rtl] .layout-margin .offset-xl-65,[dir=ltr] [dir=rtl] .offset-xl-65{margin-left:auto;margin-right:65%}[dir=rtl] [dir=rtl] .flex-offset-xl-65,[dir=rtl] [dir=rtl] .layout-margin .flex-offset-xl-65,[dir=rtl] [dir=rtl] .layout-margin .offset-xl-65,[dir=rtl] [dir=rtl] .offset-xl-65{margin-right:auto;margin-left:65%}[dir=ltr] .flex-offset-xl-70,[dir=ltr] .layout-margin .flex-offset-xl-70,[dir=ltr] .layout-margin .offset-xl-70,[dir=ltr] .offset-xl-70{margin-left:70%}[dir=rtl] .flex-offset-xl-70,[dir=rtl] .layout-margin .flex-offset-xl-70,[dir=rtl] .layout-margin .offset-xl-70,[dir=rtl] .offset-xl-70{margin-right:70%}[dir=ltr] [dir=rtl] .flex-offset-xl-70,[dir=ltr] [dir=rtl] .layout-margin .flex-offset-xl-70,[dir=ltr] [dir=rtl] .layout-margin .offset-xl-70,[dir=ltr] [dir=rtl] .offset-xl-70{margin-left:auto;margin-right:70%}[dir=rtl] [dir=rtl] .flex-offset-xl-70,[dir=rtl] [dir=rtl] .layout-margin .flex-offset-xl-70,[dir=rtl] [dir=rtl] .layout-margin .offset-xl-70,[dir=rtl] [dir=rtl] .offset-xl-70{margin-right:auto;margin-left:70%}[dir=ltr] .flex-offset-xl-75,[dir=ltr] .layout-margin .flex-offset-xl-75,[dir=ltr] .layout-margin .offset-xl-75,[dir=ltr] .offset-xl-75{margin-left:75%}[dir=rtl] .flex-offset-xl-75,[dir=rtl] .layout-margin .flex-offset-xl-75,[dir=rtl] .layout-margin .offset-xl-75,[dir=rtl] .offset-xl-75{margin-right:75%}[dir=ltr] [dir=rtl] .flex-offset-xl-75,[dir=ltr] [dir=rtl] .layout-margin .flex-offset-xl-75,[dir=ltr] [dir=rtl] .layout-margin .offset-xl-75,[dir=ltr] [dir=rtl] .offset-xl-75{margin-left:auto;margin-right:75%}[dir=rtl] [dir=rtl] .flex-offset-xl-75,[dir=rtl] [dir=rtl] .layout-margin .flex-offset-xl-75,[dir=rtl] [dir=rtl] .layout-margin .offset-xl-75,[dir=rtl] [dir=rtl] .offset-xl-75{margin-right:auto;margin-left:75%}[dir=ltr] .flex-offset-xl-80,[dir=ltr] .layout-margin .flex-offset-xl-80,[dir=ltr] .layout-margin .offset-xl-80,[dir=ltr] .offset-xl-80{margin-left:80%}[dir=rtl] .flex-offset-xl-80,[dir=rtl] .layout-margin .flex-offset-xl-80,[dir=rtl] .layout-margin .offset-xl-80,[dir=rtl] .offset-xl-80{margin-right:80%}[dir=ltr] [dir=rtl] .flex-offset-xl-80,[dir=ltr] [dir=rtl] .layout-margin .flex-offset-xl-80,[dir=ltr] [dir=rtl] .layout-margin .offset-xl-80,[dir=ltr] [dir=rtl] .offset-xl-80{margin-left:auto;margin-right:80%}[dir=rtl] [dir=rtl] .flex-offset-xl-80,[dir=rtl] [dir=rtl] .layout-margin .flex-offset-xl-80,[dir=rtl] [dir=rtl] .layout-margin .offset-xl-80,[dir=rtl] [dir=rtl] .offset-xl-80{margin-right:auto;margin-left:80%}[dir=ltr] .flex-offset-xl-85,[dir=ltr] .layout-margin .flex-offset-xl-85,[dir=ltr] .layout-margin .offset-xl-85,[dir=ltr] .offset-xl-85{margin-left:85%}[dir=rtl] .flex-offset-xl-85,[dir=rtl] .layout-margin .flex-offset-xl-85,[dir=rtl] .layout-margin .offset-xl-85,[dir=rtl] .offset-xl-85{margin-right:85%}[dir=ltr] [dir=rtl] .flex-offset-xl-85,[dir=ltr] [dir=rtl] .layout-margin .flex-offset-xl-85,[dir=ltr] [dir=rtl] .layout-margin .offset-xl-85,[dir=ltr] [dir=rtl] .offset-xl-85{margin-left:auto;margin-right:85%}[dir=rtl] [dir=rtl] .flex-offset-xl-85,[dir=rtl] [dir=rtl] .layout-margin .flex-offset-xl-85,[dir=rtl] [dir=rtl] .layout-margin .offset-xl-85,[dir=rtl] [dir=rtl] .offset-xl-85{margin-right:auto;margin-left:85%}[dir=ltr] .flex-offset-xl-90,[dir=ltr] .layout-margin .flex-offset-xl-90,[dir=ltr] .layout-margin .offset-xl-90,[dir=ltr] .offset-xl-90{margin-left:90%}[dir=rtl] .flex-offset-xl-90,[dir=rtl] .layout-margin .flex-offset-xl-90,[dir=rtl] .layout-margin .offset-xl-90,[dir=rtl] .offset-xl-90{margin-right:90%}[dir=ltr] [dir=rtl] .flex-offset-xl-90,[dir=ltr] [dir=rtl] .layout-margin .flex-offset-xl-90,[dir=ltr] [dir=rtl] .layout-margin .offset-xl-90,[dir=ltr] [dir=rtl] .offset-xl-90{margin-left:auto;margin-right:90%}[dir=rtl] [dir=rtl] .flex-offset-xl-90,[dir=rtl] [dir=rtl] .layout-margin .flex-offset-xl-90,[dir=rtl] [dir=rtl] .layout-margin .offset-xl-90,[dir=rtl] [dir=rtl] .offset-xl-90{margin-right:auto;margin-left:90%}[dir=ltr] .flex-offset-xl-95,[dir=ltr] .layout-margin .flex-offset-xl-95,[dir=ltr] .layout-margin .offset-xl-95,[dir=ltr] .offset-xl-95{margin-left:95%}[dir=rtl] .flex-offset-xl-95,[dir=rtl] .layout-margin .flex-offset-xl-95,[dir=rtl] .layout-margin .offset-xl-95,[dir=rtl] .offset-xl-95{margin-right:95%}[dir=ltr] [dir=rtl] .flex-offset-xl-95,[dir=ltr] [dir=rtl] .layout-margin .flex-offset-xl-95,[dir=ltr] [dir=rtl] .layout-margin .offset-xl-95,[dir=ltr] [dir=rtl] .offset-xl-95{margin-left:auto;margin-right:95%}[dir=rtl] [dir=rtl] .flex-offset-xl-95,[dir=rtl] [dir=rtl] .layout-margin .flex-offset-xl-95,[dir=rtl] [dir=rtl] .layout-margin .offset-xl-95,[dir=rtl] [dir=rtl] .offset-xl-95{margin-right:auto;margin-left:95%}[dir=ltr] .flex-offset-xl-33,[dir=ltr] .layout-margin .flex-offset-xl-33,[dir=ltr] .layout-margin .offset-xl-33,[dir=ltr] .offset-xl-33{margin-left:33.3333333333%}[dir=rtl] .flex-offset-xl-33,[dir=rtl] .layout-margin .flex-offset-xl-33,[dir=rtl] .layout-margin .offset-xl-33,[dir=rtl] .offset-xl-33{margin-right:33.3333333333%}[dir=ltr] .flex-offset-xl-66,[dir=ltr] .layout-margin .flex-offset-xl-66,[dir=ltr] .layout-margin .offset-xl-66,[dir=ltr] .offset-xl-66{margin-left:66.6666666667%}[dir=rtl] .flex-offset-xl-66,[dir=rtl] .layout-margin .flex-offset-xl-66,[dir=rtl] .layout-margin .offset-xl-66,[dir=rtl] .offset-xl-66{margin-right:66.6666666667%}[dir=ltr] [dir=rtl] .flex-offset-xl-66,[dir=ltr] [dir=rtl] .layout-margin .flex-offset-xl-66,[dir=ltr] [dir=rtl] .layout-margin .offset-xl-66,[dir=ltr] [dir=rtl] .offset-xl-66{margin-left:auto;margin-right:66.6666666667%}[dir=rtl] [dir=rtl] .flex-offset-xl-66,[dir=rtl] [dir=rtl] .layout-margin .flex-offset-xl-66,[dir=rtl] [dir=rtl] .layout-margin .offset-xl-66,[dir=rtl] [dir=rtl] .offset-xl-66{margin-right:auto;margin-left:66.6666666667%}.layout-align-xl,.layout-align-xl-start-stretch{justify-content:flex-start;align-content:stretch;align-items:stretch}.layout-align-xl-start,.layout-align-xl-start-center,.layout-align-xl-start-end,.layout-align-xl-start-start,.layout-align-xl-start-stretch{justify-content:flex-start}.layout-align-xl-center,.layout-align-xl-center-center,.layout-align-xl-center-end,.layout-align-xl-center-start,.layout-align-xl-center-stretch{justify-content:center}.layout-align-xl-end,.layout-align-xl-end-center,.layout-align-xl-end-end,.layout-align-xl-end-start,.layout-align-xl-end-stretch{justify-content:flex-end}.layout-align-xl-space-around,.layout-align-xl-space-around-center,.layout-align-xl-space-around-end,.layout-align-xl-space-around-start,.layout-align-xl-space-around-stretch{justify-content:space-around}.layout-align-xl-space-between,.layout-align-xl-space-between-center,.layout-align-xl-space-between-end,.layout-align-xl-space-between-start,.layout-align-xl-space-between-stretch{justify-content:space-between}.layout-align-xl-center-start,.layout-align-xl-end-start,.layout-align-xl-space-around-start,.layout-align-xl-space-between-start,.layout-align-xl-start-start{align-items:flex-start;align-content:flex-start}.layout-align-xl-center-center,.layout-align-xl-end-center,.layout-align-xl-space-around-center,.layout-align-xl-space-between-center,.layout-align-xl-start-center{align-items:center;align-content:center;max-width:100%}.layout-align-xl-center-center>*,.layout-align-xl-end-center>*,.layout-align-xl-space-around-center>*,.layout-align-xl-space-between-center>*,.layout-align-xl-start-center>*{max-width:100%;box-sizing:border-box}.layout-align-xl-center-end,.layout-align-xl-end-end,.layout-align-xl-space-around-end,.layout-align-xl-space-between-end,.layout-align-xl-start-end{align-items:flex-end;align-content:flex-end}.layout-align-xl-center-stretch,.layout-align-xl-end-stretch,.layout-align-xl-space-around-stretch,.layout-align-xl-space-between-stretch,.layout-align-xl-start-stretch{align-items:stretch;align-content:stretch}.flex-xl{flex:1;box-sizing:border-box}.flex-xl-grow{flex:1 1 100%;box-sizing:border-box}.flex-xl-initial{flex:0 1 auto;box-sizing:border-box}.flex-xl-auto{flex:1 1 auto;box-sizing:border-box}.flex-xl-none{flex:0 0 auto;box-sizing:border-box}.flex-xl-noshrink{flex:1 0 auto;box-sizing:border-box}.flex-xl-nogrow{flex:0 1 auto;box-sizing:border-box}.flex-xl-0,.layout-row>.flex-xl-0{flex:1 1 100%;max-width:0;max-height:100%;box-sizing:border-box}.layout-row>.flex-xl-0{min-width:0}.layout-column>.flex-xl-0{flex:1 1 100%;max-width:100%;max-height:0;box-sizing:border-box}.layout-xl-row>.flex-xl-0{flex:1 1 100%;max-width:0;max-height:100%;box-sizing:border-box;min-width:0}.layout-xl-column>.flex-xl-0{flex:1 1 100%;max-width:100%;max-height:0;box-sizing:border-box;min-height:0}.flex-xl-5,.layout-row>.flex-xl-5{flex:1 1 100%;max-width:5%;max-height:100%;box-sizing:border-box}.layout-column>.flex-xl-5{flex:1 1 100%;max-width:100%;max-height:5%;box-sizing:border-box}.layout-xl-row>.flex-xl-5{flex:1 1 100%;max-width:5%;max-height:100%;box-sizing:border-box}.layout-xl-column>.flex-xl-5{flex:1 1 100%;max-width:100%;max-height:5%;box-sizing:border-box}.flex-xl-10,.layout-row>.flex-xl-10{flex:1 1 100%;max-width:10%;max-height:100%;box-sizing:border-box}.layout-column>.flex-xl-10{flex:1 1 100%;max-width:100%;max-height:10%;box-sizing:border-box}.layout-xl-row>.flex-xl-10{flex:1 1 100%;max-width:10%;max-height:100%;box-sizing:border-box}.layout-xl-column>.flex-xl-10{flex:1 1 100%;max-width:100%;max-height:10%;box-sizing:border-box}.flex-xl-15,.layout-row>.flex-xl-15{flex:1 1 100%;max-width:15%;max-height:100%;box-sizing:border-box}.layout-column>.flex-xl-15{flex:1 1 100%;max-width:100%;max-height:15%;box-sizing:border-box}.layout-xl-row>.flex-xl-15{flex:1 1 100%;max-width:15%;max-height:100%;box-sizing:border-box}.layout-xl-column>.flex-xl-15{flex:1 1 100%;max-width:100%;max-height:15%;box-sizing:border-box}.flex-xl-20,.layout-row>.flex-xl-20{flex:1 1 100%;max-width:20%;max-height:100%;box-sizing:border-box}.layout-column>.flex-xl-20{flex:1 1 100%;max-width:100%;max-height:20%;box-sizing:border-box}.layout-xl-row>.flex-xl-20{flex:1 1 100%;max-width:20%;max-height:100%;box-sizing:border-box}.layout-xl-column>.flex-xl-20{flex:1 1 100%;max-width:100%;max-height:20%;box-sizing:border-box}.flex-xl-25,.layout-row>.flex-xl-25{flex:1 1 100%;max-width:25%;max-height:100%;box-sizing:border-box}.layout-column>.flex-xl-25{flex:1 1 100%;max-width:100%;max-height:25%;box-sizing:border-box}.layout-xl-row>.flex-xl-25{flex:1 1 100%;max-width:25%;max-height:100%;box-sizing:border-box}.layout-xl-column>.flex-xl-25{flex:1 1 100%;max-width:100%;max-height:25%;box-sizing:border-box}.flex-xl-30,.layout-row>.flex-xl-30{flex:1 1 100%;max-width:30%;max-height:100%;box-sizing:border-box}.layout-column>.flex-xl-30{flex:1 1 100%;max-width:100%;max-height:30%;box-sizing:border-box}.layout-xl-row>.flex-xl-30{flex:1 1 100%;max-width:30%;max-height:100%;box-sizing:border-box}.layout-xl-column>.flex-xl-30{flex:1 1 100%;max-width:100%;max-height:30%;box-sizing:border-box}.flex-xl-35,.layout-row>.flex-xl-35{flex:1 1 100%;max-width:35%;max-height:100%;box-sizing:border-box}.layout-column>.flex-xl-35{flex:1 1 100%;max-width:100%;max-height:35%;box-sizing:border-box}.layout-xl-row>.flex-xl-35{flex:1 1 100%;max-width:35%;max-height:100%;box-sizing:border-box}.layout-xl-column>.flex-xl-35{flex:1 1 100%;max-width:100%;max-height:35%;box-sizing:border-box}.flex-xl-40,.layout-row>.flex-xl-40{flex:1 1 100%;max-width:40%;max-height:100%;box-sizing:border-box}.layout-column>.flex-xl-40{flex:1 1 100%;max-width:100%;max-height:40%;box-sizing:border-box}.layout-xl-row>.flex-xl-40{flex:1 1 100%;max-width:40%;max-height:100%;box-sizing:border-box}.layout-xl-column>.flex-xl-40{flex:1 1 100%;max-width:100%;max-height:40%;box-sizing:border-box}.flex-xl-45,.layout-row>.flex-xl-45{flex:1 1 100%;max-width:45%;max-height:100%;box-sizing:border-box}.layout-column>.flex-xl-45{flex:1 1 100%;max-width:100%;max-height:45%;box-sizing:border-box}.layout-xl-row>.flex-xl-45{flex:1 1 100%;max-width:45%;max-height:100%;box-sizing:border-box}.layout-xl-column>.flex-xl-45{flex:1 1 100%;max-width:100%;max-height:45%;box-sizing:border-box}.flex-xl-50,.layout-row>.flex-xl-50{flex:1 1 100%;max-width:50%;max-height:100%;box-sizing:border-box}.layout-column>.flex-xl-50{flex:1 1 100%;max-width:100%;max-height:50%;box-sizing:border-box}.layout-xl-row>.flex-xl-50{flex:1 1 100%;max-width:50%;max-height:100%;box-sizing:border-box}.layout-xl-column>.flex-xl-50{flex:1 1 100%;max-width:100%;max-height:50%;box-sizing:border-box}.flex-xl-55,.layout-row>.flex-xl-55{flex:1 1 100%;max-width:55%;max-height:100%;box-sizing:border-box}.layout-column>.flex-xl-55{flex:1 1 100%;max-width:100%;max-height:55%;box-sizing:border-box}.layout-xl-row>.flex-xl-55{flex:1 1 100%;max-width:55%;max-height:100%;box-sizing:border-box}.layout-xl-column>.flex-xl-55{flex:1 1 100%;max-width:100%;max-height:55%;box-sizing:border-box}.flex-xl-60,.layout-row>.flex-xl-60{flex:1 1 100%;max-width:60%;max-height:100%;box-sizing:border-box}.layout-column>.flex-xl-60{flex:1 1 100%;max-width:100%;max-height:60%;box-sizing:border-box}.layout-xl-row>.flex-xl-60{flex:1 1 100%;max-width:60%;max-height:100%;box-sizing:border-box}.layout-xl-column>.flex-xl-60{flex:1 1 100%;max-width:100%;max-height:60%;box-sizing:border-box}.flex-xl-65,.layout-row>.flex-xl-65{flex:1 1 100%;max-width:65%;max-height:100%;box-sizing:border-box}.layout-column>.flex-xl-65{flex:1 1 100%;max-width:100%;max-height:65%;box-sizing:border-box}.layout-xl-row>.flex-xl-65{flex:1 1 100%;max-width:65%;max-height:100%;box-sizing:border-box}.layout-xl-column>.flex-xl-65{flex:1 1 100%;max-width:100%;max-height:65%;box-sizing:border-box}.flex-xl-70,.layout-row>.flex-xl-70{flex:1 1 100%;max-width:70%;max-height:100%;box-sizing:border-box}.layout-column>.flex-xl-70{flex:1 1 100%;max-width:100%;max-height:70%;box-sizing:border-box}.layout-xl-row>.flex-xl-70{flex:1 1 100%;max-width:70%;max-height:100%;box-sizing:border-box}.layout-xl-column>.flex-xl-70{flex:1 1 100%;max-width:100%;max-height:70%;box-sizing:border-box}.flex-xl-75,.layout-row>.flex-xl-75{flex:1 1 100%;max-width:75%;max-height:100%;box-sizing:border-box}.layout-column>.flex-xl-75{flex:1 1 100%;max-width:100%;max-height:75%;box-sizing:border-box}.layout-xl-row>.flex-xl-75{flex:1 1 100%;max-width:75%;max-height:100%;box-sizing:border-box}.layout-xl-column>.flex-xl-75{flex:1 1 100%;max-width:100%;max-height:75%;box-sizing:border-box}.flex-xl-80,.layout-row>.flex-xl-80{flex:1 1 100%;max-width:80%;max-height:100%;box-sizing:border-box}.layout-column>.flex-xl-80{flex:1 1 100%;max-width:100%;max-height:80%;box-sizing:border-box}.layout-xl-row>.flex-xl-80{flex:1 1 100%;max-width:80%;max-height:100%;box-sizing:border-box}.layout-xl-column>.flex-xl-80{flex:1 1 100%;max-width:100%;max-height:80%;box-sizing:border-box}.flex-xl-85,.layout-row>.flex-xl-85{flex:1 1 100%;max-width:85%;max-height:100%;box-sizing:border-box}.layout-column>.flex-xl-85{flex:1 1 100%;max-width:100%;max-height:85%;box-sizing:border-box}.layout-xl-row>.flex-xl-85{flex:1 1 100%;max-width:85%;max-height:100%;box-sizing:border-box}.layout-xl-column>.flex-xl-85{flex:1 1 100%;max-width:100%;max-height:85%;box-sizing:border-box}.flex-xl-90,.layout-row>.flex-xl-90{flex:1 1 100%;max-width:90%;max-height:100%;box-sizing:border-box}.layout-column>.flex-xl-90{flex:1 1 100%;max-width:100%;max-height:90%;box-sizing:border-box}.layout-xl-row>.flex-xl-90{flex:1 1 100%;max-width:90%;max-height:100%;box-sizing:border-box}.layout-xl-column>.flex-xl-90{flex:1 1 100%;max-width:100%;max-height:90%;box-sizing:border-box}.flex-xl-95,.layout-row>.flex-xl-95{flex:1 1 100%;max-width:95%;max-height:100%;box-sizing:border-box}.layout-column>.flex-xl-95{flex:1 1 100%;max-width:100%;max-height:95%;box-sizing:border-box}.layout-xl-row>.flex-xl-95{flex:1 1 100%;max-width:95%;max-height:100%;box-sizing:border-box}.layout-xl-column>.flex-xl-95{max-height:95%}.flex-xl-100,.layout-xl-column>.flex-xl-95{flex:1 1 100%;max-width:100%;box-sizing:border-box}.flex-xl-100{max-height:100%}.layout-column>.flex-xl-100,.layout-row>.flex-xl-100,.layout-xl-column>.flex-xl-100,.layout-xl-row>.flex-xl-100{flex:1 1 100%;max-width:100%;max-height:100%;box-sizing:border-box}.layout-row>.flex-xl-33{flex:1 1 33.33%;max-width:33.33%;max-height:100%;box-sizing:border-box}.layout-row>.flex-xl-66{flex:1 1 66.66%;max-width:66.66%;max-height:100%;box-sizing:border-box}.layout-column>.flex-xl-33{flex:1 1 33.33%;max-width:100%;max-height:33.33%;box-sizing:border-box}.layout-column>.flex-xl-66{flex:1 1 66.66%;max-width:100%;max-height:66.66%;box-sizing:border-box}.layout-xl-row>.flex-xl-33{flex:1 1 100%;max-width:33.33%;max-height:100%;box-sizing:border-box}.layout-xl-row>.flex-xl-66{flex:1 1 100%;max-width:66.66%;max-height:100%;box-sizing:border-box}.layout-xl-row>.flex{min-width:0}.layout-xl-column>.flex-xl-33{flex:1 1 100%;max-width:100%;max-height:33.33%;box-sizing:border-box}.layout-xl-column>.flex-xl-66{flex:1 1 100%;max-width:100%;max-height:66.66%;box-sizing:border-box}.layout-xl-column>.flex{min-height:0}.layout-xl,.layout-xl-column,.layout-xl-row{box-sizing:border-box;display:flex}.layout-xl-column{flex-direction:column}.layout-xl-row{flex-direction:row}.hide-gt-lg:not(.show-gt-xs):not(.show-gt-sm):not(.show-gt-md):not(.show-gt-lg):not(.show-xl):not(.show),.hide-gt-md:not(.show-gt-xs):not(.show-gt-sm):not(.show-gt-md):not(.show-gt-lg):not(.show-xl):not(.show),.hide-gt-sm:not(.show-gt-xs):not(.show-gt-sm):not(.show-gt-md):not(.show-gt-lg):not(.show-xl):not(.show),.hide-gt-xs:not(.show-gt-xs):not(.show-gt-sm):not(.show-gt-md):not(.show-gt-lg):not(.show-xl):not(.show),.hide-xl:not(.show-xl):not(.show-gt-lg):not(.show-gt-md):not(.show-gt-sm):not(.show-gt-xs):not(.show),.hide:not(.show-gt-xs):not(.show-gt-sm):not(.show-gt-md):not(.show-gt-lg):not(.show-xl):not(.show){display:none}}@media print{.hide-print:not(.show-print):not(.show){display:none!important}}
/*! jQuery UI - v1.14.1 - 2025-01-09
* https://jqueryui.com
* Includes: core.css, datepicker.css, tooltip.css, theme.css
* To view and modify this theme, visit https://jqueryui.com/themeroller/?ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&fwDefault=normal&cornerRadius=3px&bgColorHeader=e9e9e9&bgTextureHeader=flat&borderColorHeader=dddddd&fcHeader=333333&iconColorHeader=444444&bgColorContent=ffffff&bgTextureContent=flat&borderColorContent=dddddd&fcContent=333333&iconColorContent=444444&bgColorDefault=f6f6f6&bgTextureDefault=flat&borderColorDefault=c5c5c5&fcDefault=454545&iconColorDefault=777777&bgColorHover=ededed&bgTextureHover=flat&borderColorHover=cccccc&fcHover=2b2b2b&iconColorHover=555555&bgColorActive=007fff&bgTextureActive=flat&borderColorActive=003eff&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=fffa90&bgTextureHighlight=flat&borderColorHighlight=dad55e&fcHighlight=777620&iconColorHighlight=777620&bgColorError=fddfdf&bgTextureError=flat&borderColorError=f1a899&fcError=5f3f3f&iconColorError=cc0000&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=666666&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=5px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=8px
* Copyright OpenJS Foundation and other contributors; Licensed MIT */.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:after,.ui-helper-clearfix:before{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-zfix{width:100%;height:100%;top:0;position:absolute;opacity:0}[dir=ltr] .ui-helper-zfix{left:0}[dir=rtl] .ui-helper-zfix{right:0}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important;pointer-events:none}.ui-icon{display:inline-block;vertical-align:middle;margin-top:-.25em;position:relative;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-icon-block{display:block}[dir=ltr] .ui-widget-icon-block{left:50%;margin-left:-8px}[dir=rtl] .ui-widget-icon-block{right:50%;margin-right:-8px}.ui-widget-overlay{position:fixed;top:0;width:100%;height:100%}[dir=ltr] .ui-widget-overlay{left:0}[dir=rtl] .ui-widget-overlay{right:0}.ui-datepicker{width:17em;padding:.2em .2em 0;display:none}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.ui-datepicker .ui-datepicker-next,.ui-datepicker .ui-datepicker-prev{position:absolute;top:2px;width:1.8em;height:1.8em}.ui-datepicker .ui-datepicker-next-hover,.ui-datepicker .ui-datepicker-prev-hover{top:1px}[dir=ltr] .ui-datepicker .ui-datepicker-prev{left:2px}[dir=ltr] .ui-datepicker .ui-datepicker-next,[dir=rtl] .ui-datepicker .ui-datepicker-prev{right:2px}[dir=rtl] .ui-datepicker .ui-datepicker-next{left:2px}[dir=ltr] .ui-datepicker .ui-datepicker-prev-hover{left:1px}[dir=ltr] .ui-datepicker .ui-datepicker-next-hover,[dir=rtl] .ui-datepicker .ui-datepicker-prev-hover{right:1px}[dir=rtl] .ui-datepicker .ui-datepicker-next-hover{left:1px}.ui-datepicker .ui-datepicker-next span,.ui-datepicker .ui-datepicker-prev span{display:block;position:absolute;top:50%;margin-top:-8px}[dir=ltr] .ui-datepicker .ui-datepicker-next span,[dir=ltr] .ui-datepicker .ui-datepicker-prev span{left:50%;margin-left:-8px}[dir=rtl] .ui-datepicker .ui-datepicker-next span,[dir=rtl] .ui-datepicker .ui-datepicker-prev span{right:50%;margin-right:-8px}.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em}.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:45%}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:700;border:0}.ui-datepicker td{border:0;padding:1px}.ui-datepicker td a,.ui-datepicker td span{display:block;padding:.2em;text-decoration:none}[dir=ltr] .ui-datepicker td a,[dir=ltr] .ui-datepicker td span{text-align:right}[dir=rtl] .ui-datepicker td a,[dir=rtl] .ui-datepicker td span{text-align:left}.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0;padding:0 .2em;border-left:0;border-right:0;border-bottom:0}.ui-datepicker .ui-datepicker-buttonpane button{margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em;width:auto;overflow:visible}[dir=ltr] .ui-datepicker .ui-datepicker-buttonpane button{float:right}[dir=ltr] .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current,[dir=rtl] .ui-datepicker .ui-datepicker-buttonpane button{float:left}[dir=rtl] .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:right}.ui-datepicker.ui-datepicker-multi{width:auto}[dir=ltr] .ui-datepicker-multi .ui-datepicker-group{float:left}[dir=rtl] .ui-datepicker-multi .ui-datepicker-group{float:right}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}[dir=ltr] .ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,[dir=ltr] .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0}[dir=rtl] .ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,[dir=rtl] .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0}[dir=ltr] .ui-datepicker-multi .ui-datepicker-buttonpane{clear:left}[dir=rtl] .ui-datepicker-multi .ui-datepicker-buttonpane{clear:right}.ui-datepicker-row-break{clear:both;width:100%;font-size:0}[dir=ltr] .ui-datepicker-rtl{direction:rtl}[dir=rtl] .ui-datepicker-rtl{direction:ltr}[dir=ltr] .ui-datepicker-rtl .ui-datepicker-prev{right:2px;left:auto}[dir=ltr] .ui-datepicker-rtl .ui-datepicker-next,[dir=rtl] .ui-datepicker-rtl .ui-datepicker-prev{left:2px;right:auto}[dir=rtl] .ui-datepicker-rtl .ui-datepicker-next{right:2px;left:auto}[dir=ltr] .ui-datepicker-rtl .ui-datepicker-prev:hover{right:1px;left:auto}[dir=ltr] .ui-datepicker-rtl .ui-datepicker-next:hover,[dir=rtl] .ui-datepicker-rtl .ui-datepicker-prev:hover{left:1px;right:auto}[dir=rtl] .ui-datepicker-rtl .ui-datepicker-next:hover{right:1px;left:auto}[dir=ltr] .ui-datepicker-rtl .ui-datepicker-buttonpane{clear:right}[dir=rtl] .ui-datepicker-rtl .ui-datepicker-buttonpane{clear:left}[dir=ltr] .ui-datepicker-rtl .ui-datepicker-buttonpane button{float:left}[dir=ltr] .ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,[dir=ltr] .ui-datepicker-rtl .ui-datepicker-group,[dir=rtl] .ui-datepicker-rtl .ui-datepicker-buttonpane button{float:right}[dir=rtl] .ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,[dir=rtl] .ui-datepicker-rtl .ui-datepicker-group{float:left}[dir=ltr] .ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,[dir=ltr] .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0;border-left-width:1px}[dir=rtl] .ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,[dir=rtl] .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0;border-right-width:1px}.ui-datepicker .ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat;top:.3em}[dir=ltr] .ui-datepicker .ui-icon{left:.5em}[dir=rtl] .ui-datepicker .ui-icon{right:.5em}.ui-tooltip{padding:8px;position:absolute;z-index:9999;max-width:300px}body .ui-tooltip{border-width:2px}.ui-widget{font-family:Arial,Helvetica,sans-serif}.ui-widget,.ui-widget .ui-widget{font-size:1em}.ui-widget button,.ui-widget input,.ui-widget select,.ui-widget textarea{font-family:Arial,Helvetica,sans-serif;font-size:1em}.ui-widget.ui-widget-content{border:1px solid #c5c5c5}.ui-widget-content{border:1px solid #ddd;background:#fff;color:#333}.ui-widget-content a{color:#333}.ui-widget-header{border:1px solid #ddd;background:#e9e9e9;color:#333;font-weight:700}.ui-widget-header a{color:#333}.ui-button,.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default,html .ui-button.ui-state-disabled:active,html .ui-button.ui-state-disabled:hover{border:1px solid #c5c5c5;background:#f6f6f6;font-weight:400;color:#454545}.ui-button,.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited,a.ui-button,a:link.ui-button,a:visited.ui-button{color:#454545;text-decoration:none}.ui-button:focus,.ui-button:hover,.ui-state-focus,.ui-state-hover,.ui-widget-content .ui-state-focus,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-focus,.ui-widget-header .ui-state-hover{border:1px solid #ccc;background:#ededed;font-weight:400;color:#2b2b2b}.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited,.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited,a.ui-button:focus,a.ui-button:hover{color:#2b2b2b;text-decoration:none}.ui-visual-focus{box-shadow:0 0 3px 1px #5e9ed6}.ui-button.ui-state-active:hover,.ui-button:active,.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active,a.ui-button:active{border:1px solid #003eff;background:#007fff;font-weight:400;color:#fff}.ui-icon-background,.ui-state-active .ui-icon-background{border:#003eff;background-color:#fff}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#fff;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #dad55e;background:#fffa90;color:#777620}.ui-state-checked{border:1px solid #dad55e;background:#fffa90}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#777620}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #f1a899;background:#fddfdf;color:#5f3f3f}.ui-state-error a,.ui-state-error-text,.ui-widget-content .ui-state-error a,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error a,.ui-widget-header .ui-state-error-text{color:#5f3f3f}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:700}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;font-weight:400}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;background-image:none}.ui-icon{width:16px;height:16px}.ui-icon,.ui-widget-content .ui-icon,.ui-widget-header .ui-icon{background-image:url(images/ui-icons_444444_256x240-de0918cb3d71a4a9b2ae399d239617cf.png)}.ui-button:focus .ui-icon,.ui-button:hover .ui-icon,.ui-state-focus .ui-icon,.ui-state-hover .ui-icon{background-image:url(images/ui-icons_555555_256x240-de0918cb3d71a4a9b2ae399d239617cf.png)}.ui-button:active .ui-icon,.ui-state-active .ui-icon{background-image:url(images/ui-icons_ffffff_256x240-3fb9f09f4a5d771fec03921aa02de519.png)}.ui-button .ui-state-highlight.ui-icon,.ui-state-highlight .ui-icon{background-image:url(images/ui-icons_777620_256x240.png)}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url(images/ui-icons_cc0000_256x240.png)}.ui-button .ui-icon{background-image:url(images/ui-icons_777777_256x240.png)}.ui-icon-blank.ui-icon-blank.ui-icon-blank{background-image:none}[dir=ltr] .ui-icon-caret-1-n{background-position:0 0}[dir=rtl] .ui-icon-caret-1-n{background-position:100% 0}[dir=ltr] .ui-icon-caret-1-ne{background-position:-16px 0}[dir=rtl] .ui-icon-caret-1-ne{background-position:right -16px top 0}[dir=ltr] .ui-icon-caret-1-e{background-position:-32px 0}[dir=rtl] .ui-icon-caret-1-e{background-position:right -32px top 0}[dir=ltr] .ui-icon-caret-1-se{background-position:-48px 0}[dir=rtl] .ui-icon-caret-1-se{background-position:right -48px top 0}[dir=ltr] .ui-icon-caret-1-s{background-position:-65px 0}[dir=rtl] .ui-icon-caret-1-s{background-position:right -65px top 0}[dir=ltr] .ui-icon-caret-1-sw{background-position:-80px 0}[dir=rtl] .ui-icon-caret-1-sw{background-position:right -80px top 0}[dir=ltr] .ui-icon-caret-1-w{background-position:-96px 0}[dir=rtl] .ui-icon-caret-1-w{background-position:right -96px top 0}[dir=ltr] .ui-icon-caret-1-nw{background-position:-112px 0}[dir=rtl] .ui-icon-caret-1-nw{background-position:right -112px top 0}[dir=ltr] .ui-icon-caret-2-n-s{background-position:-128px 0}[dir=rtl] .ui-icon-caret-2-n-s{background-position:right -128px top 0}[dir=ltr] .ui-icon-caret-2-e-w{background-position:-144px 0}[dir=rtl] .ui-icon-caret-2-e-w{background-position:right -144px top 0}[dir=ltr] .ui-icon-triangle-1-n{background-position:0 -16px}[dir=rtl] .ui-icon-triangle-1-n{background-position:100% -16px}[dir=ltr] .ui-icon-triangle-1-ne{background-position:-16px -16px}[dir=rtl] .ui-icon-triangle-1-ne{background-position:right -16px top -16px}[dir=ltr] .ui-icon-triangle-1-e{background-position:-32px -16px}[dir=rtl] .ui-icon-triangle-1-e{background-position:right -32px top -16px}[dir=ltr] .ui-icon-triangle-1-se{background-position:-48px -16px}[dir=rtl] .ui-icon-triangle-1-se{background-position:right -48px top -16px}[dir=ltr] .ui-icon-triangle-1-s{background-position:-65px -16px}[dir=rtl] .ui-icon-triangle-1-s{background-position:right -65px top -16px}[dir=ltr] .ui-icon-triangle-1-sw{background-position:-80px -16px}[dir=rtl] .ui-icon-triangle-1-sw{background-position:right -80px top -16px}[dir=ltr] .ui-icon-triangle-1-w{background-position:-96px -16px}[dir=rtl] .ui-icon-triangle-1-w{background-position:right -96px top -16px}[dir=ltr] .ui-icon-triangle-1-nw{background-position:-112px -16px}[dir=rtl] .ui-icon-triangle-1-nw{background-position:right -112px top -16px}[dir=ltr] .ui-icon-triangle-2-n-s{background-position:-128px -16px}[dir=rtl] .ui-icon-triangle-2-n-s{background-position:right -128px top -16px}[dir=ltr] .ui-icon-triangle-2-e-w{background-position:-144px -16px}[dir=rtl] .ui-icon-triangle-2-e-w{background-position:right -144px top -16px}[dir=ltr] .ui-icon-arrow-1-n{background-position:0 -32px}[dir=rtl] .ui-icon-arrow-1-n{background-position:100% -32px}[dir=ltr] .ui-icon-arrow-1-ne{background-position:-16px -32px}[dir=rtl] .ui-icon-arrow-1-ne{background-position:right -16px top -32px}[dir=ltr] .ui-icon-arrow-1-e{background-position:-32px -32px}[dir=rtl] .ui-icon-arrow-1-e{background-position:right -32px top -32px}[dir=ltr] .ui-icon-arrow-1-se{background-position:-48px -32px}[dir=rtl] .ui-icon-arrow-1-se{background-position:right -48px top -32px}[dir=ltr] .ui-icon-arrow-1-s{background-position:-65px -32px}[dir=rtl] .ui-icon-arrow-1-s{background-position:right -65px top -32px}[dir=ltr] .ui-icon-arrow-1-sw{background-position:-80px -32px}[dir=rtl] .ui-icon-arrow-1-sw{background-position:right -80px top -32px}[dir=ltr] .ui-icon-arrow-1-w{background-position:-96px -32px}[dir=rtl] .ui-icon-arrow-1-w{background-position:right -96px top -32px}[dir=ltr] .ui-icon-arrow-1-nw{background-position:-112px -32px}[dir=rtl] .ui-icon-arrow-1-nw{background-position:right -112px top -32px}[dir=ltr] .ui-icon-arrow-2-n-s{background-position:-128px -32px}[dir=rtl] .ui-icon-arrow-2-n-s{background-position:right -128px top -32px}[dir=ltr] .ui-icon-arrow-2-ne-sw{background-position:-144px -32px}[dir=rtl] .ui-icon-arrow-2-ne-sw{background-position:right -144px top -32px}[dir=ltr] .ui-icon-arrow-2-e-w{background-position:-160px -32px}[dir=rtl] .ui-icon-arrow-2-e-w{background-position:right -160px top -32px}[dir=ltr] .ui-icon-arrow-2-se-nw{background-position:-176px -32px}[dir=rtl] .ui-icon-arrow-2-se-nw{background-position:right -176px top -32px}[dir=ltr] .ui-icon-arrowstop-1-n{background-position:-192px -32px}[dir=rtl] .ui-icon-arrowstop-1-n{background-position:right -192px top -32px}[dir=ltr] .ui-icon-arrowstop-1-e{background-position:-208px -32px}[dir=rtl] .ui-icon-arrowstop-1-e{background-position:right -208px top -32px}[dir=ltr] .ui-icon-arrowstop-1-s{background-position:-224px -32px}[dir=rtl] .ui-icon-arrowstop-1-s{background-position:right -224px top -32px}[dir=ltr] .ui-icon-arrowstop-1-w{background-position:-240px -32px}[dir=rtl] .ui-icon-arrowstop-1-w{background-position:right -240px top -32px}[dir=ltr] .ui-icon-arrowthick-1-n{background-position:1px -48px}[dir=rtl] .ui-icon-arrowthick-1-n{background-position:right 1px top -48px}[dir=ltr] .ui-icon-arrowthick-1-ne{background-position:-16px -48px}[dir=rtl] .ui-icon-arrowthick-1-ne{background-position:right -16px top -48px}[dir=ltr] .ui-icon-arrowthick-1-e{background-position:-32px -48px}[dir=rtl] .ui-icon-arrowthick-1-e{background-position:right -32px top -48px}[dir=ltr] .ui-icon-arrowthick-1-se{background-position:-48px -48px}[dir=rtl] .ui-icon-arrowthick-1-se{background-position:right -48px top -48px}[dir=ltr] .ui-icon-arrowthick-1-s{background-position:-64px -48px}[dir=rtl] .ui-icon-arrowthick-1-s{background-position:right -64px top -48px}[dir=ltr] .ui-icon-arrowthick-1-sw{background-position:-80px -48px}[dir=rtl] .ui-icon-arrowthick-1-sw{background-position:right -80px top -48px}[dir=ltr] .ui-icon-arrowthick-1-w{background-position:-96px -48px}[dir=rtl] .ui-icon-arrowthick-1-w{background-position:right -96px top -48px}[dir=ltr] .ui-icon-arrowthick-1-nw{background-position:-112px -48px}[dir=rtl] .ui-icon-arrowthick-1-nw{background-position:right -112px top -48px}[dir=ltr] .ui-icon-arrowthick-2-n-s{background-position:-128px -48px}[dir=rtl] .ui-icon-arrowthick-2-n-s{background-position:right -128px top -48px}[dir=ltr] .ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}[dir=rtl] .ui-icon-arrowthick-2-ne-sw{background-position:right -144px top -48px}[dir=ltr] .ui-icon-arrowthick-2-e-w{background-position:-160px -48px}[dir=rtl] .ui-icon-arrowthick-2-e-w{background-position:right -160px top -48px}[dir=ltr] .ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}[dir=rtl] .ui-icon-arrowthick-2-se-nw{background-position:right -176px top -48px}[dir=ltr] .ui-icon-arrowthickstop-1-n{background-position:-192px -48px}[dir=rtl] .ui-icon-arrowthickstop-1-n{background-position:right -192px top -48px}[dir=ltr] .ui-icon-arrowthickstop-1-e{background-position:-208px -48px}[dir=rtl] .ui-icon-arrowthickstop-1-e{background-position:right -208px top -48px}[dir=ltr] .ui-icon-arrowthickstop-1-s{background-position:-224px -48px}[dir=rtl] .ui-icon-arrowthickstop-1-s{background-position:right -224px top -48px}[dir=ltr] .ui-icon-arrowthickstop-1-w{background-position:-240px -48px}[dir=rtl] .ui-icon-arrowthickstop-1-w{background-position:right -240px top -48px}[dir=ltr] .ui-icon-arrowreturnthick-1-w{background-position:0 -64px}[dir=rtl] .ui-icon-arrowreturnthick-1-w{background-position:100% -64px}[dir=ltr] .ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}[dir=rtl] .ui-icon-arrowreturnthick-1-n{background-position:right -16px top -64px}[dir=ltr] .ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}[dir=rtl] .ui-icon-arrowreturnthick-1-e{background-position:right -32px top -64px}[dir=ltr] .ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}[dir=rtl] .ui-icon-arrowreturnthick-1-s{background-position:right -48px top -64px}[dir=ltr] .ui-icon-arrowreturn-1-w{background-position:-64px -64px}[dir=rtl] .ui-icon-arrowreturn-1-w{background-position:right -64px top -64px}[dir=ltr] .ui-icon-arrowreturn-1-n{background-position:-80px -64px}[dir=rtl] .ui-icon-arrowreturn-1-n{background-position:right -80px top -64px}[dir=ltr] .ui-icon-arrowreturn-1-e{background-position:-96px -64px}[dir=rtl] .ui-icon-arrowreturn-1-e{background-position:right -96px top -64px}[dir=ltr] .ui-icon-arrowreturn-1-s{background-position:-112px -64px}[dir=rtl] .ui-icon-arrowreturn-1-s{background-position:right -112px top -64px}[dir=ltr] .ui-icon-arrowrefresh-1-w{background-position:-128px -64px}[dir=rtl] .ui-icon-arrowrefresh-1-w{background-position:right -128px top -64px}[dir=ltr] .ui-icon-arrowrefresh-1-n{background-position:-144px -64px}[dir=rtl] .ui-icon-arrowrefresh-1-n{background-position:right -144px top -64px}[dir=ltr] .ui-icon-arrowrefresh-1-e{background-position:-160px -64px}[dir=rtl] .ui-icon-arrowrefresh-1-e{background-position:right -160px top -64px}[dir=ltr] .ui-icon-arrowrefresh-1-s{background-position:-176px -64px}[dir=rtl] .ui-icon-arrowrefresh-1-s{background-position:right -176px top -64px}[dir=ltr] .ui-icon-arrow-4{background-position:0 -80px}[dir=rtl] .ui-icon-arrow-4{background-position:100% -80px}[dir=ltr] .ui-icon-arrow-4-diag{background-position:-16px -80px}[dir=rtl] .ui-icon-arrow-4-diag{background-position:right -16px top -80px}[dir=ltr] .ui-icon-extlink{background-position:-32px -80px}[dir=rtl] .ui-icon-extlink{background-position:right -32px top -80px}[dir=ltr] .ui-icon-newwin{background-position:-48px -80px}[dir=rtl] .ui-icon-newwin{background-position:right -48px top -80px}[dir=ltr] .ui-icon-refresh{background-position:-64px -80px}[dir=rtl] .ui-icon-refresh{background-position:right -64px top -80px}[dir=ltr] .ui-icon-shuffle{background-position:-80px -80px}[dir=rtl] .ui-icon-shuffle{background-position:right -80px top -80px}[dir=ltr] .ui-icon-transfer-e-w{background-position:-96px -80px}[dir=rtl] .ui-icon-transfer-e-w{background-position:right -96px top -80px}[dir=ltr] .ui-icon-transferthick-e-w{background-position:-112px -80px}[dir=rtl] .ui-icon-transferthick-e-w{background-position:right -112px top -80px}[dir=ltr] .ui-icon-folder-collapsed{background-position:0 -96px}[dir=rtl] .ui-icon-folder-collapsed{background-position:100% -96px}[dir=ltr] .ui-icon-folder-open{background-position:-16px -96px}[dir=rtl] .ui-icon-folder-open{background-position:right -16px top -96px}[dir=ltr] .ui-icon-document{background-position:-32px -96px}[dir=rtl] .ui-icon-document{background-position:right -32px top -96px}[dir=ltr] .ui-icon-document-b{background-position:-48px -96px}[dir=rtl] .ui-icon-document-b{background-position:right -48px top -96px}[dir=ltr] .ui-icon-note{background-position:-64px -96px}[dir=rtl] .ui-icon-note{background-position:right -64px top -96px}[dir=ltr] .ui-icon-mail-closed{background-position:-80px -96px}[dir=rtl] .ui-icon-mail-closed{background-position:right -80px top -96px}[dir=ltr] .ui-icon-mail-open{background-position:-96px -96px}[dir=rtl] .ui-icon-mail-open{background-position:right -96px top -96px}[dir=ltr] .ui-icon-suitcase{background-position:-112px -96px}[dir=rtl] .ui-icon-suitcase{background-position:right -112px top -96px}[dir=ltr] .ui-icon-comment{background-position:-128px -96px}[dir=rtl] .ui-icon-comment{background-position:right -128px top -96px}[dir=ltr] .ui-icon-person{background-position:-144px -96px}[dir=rtl] .ui-icon-person{background-position:right -144px top -96px}[dir=ltr] .ui-icon-print{background-position:-160px -96px}[dir=rtl] .ui-icon-print{background-position:right -160px top -96px}[dir=ltr] .ui-icon-trash{background-position:-176px -96px}[dir=rtl] .ui-icon-trash{background-position:right -176px top -96px}[dir=ltr] .ui-icon-locked{background-position:-192px -96px}[dir=rtl] .ui-icon-locked{background-position:right -192px top -96px}[dir=ltr] .ui-icon-unlocked{background-position:-208px -96px}[dir=rtl] .ui-icon-unlocked{background-position:right -208px top -96px}[dir=ltr] .ui-icon-bookmark{background-position:-224px -96px}[dir=rtl] .ui-icon-bookmark{background-position:right -224px top -96px}[dir=ltr] .ui-icon-tag{background-position:-240px -96px}[dir=rtl] .ui-icon-tag{background-position:right -240px top -96px}[dir=ltr] .ui-icon-home{background-position:0 -112px}[dir=rtl] .ui-icon-home{background-position:100% -112px}[dir=ltr] .ui-icon-flag{background-position:-16px -112px}[dir=rtl] .ui-icon-flag{background-position:right -16px top -112px}[dir=ltr] .ui-icon-calendar{background-position:-32px -112px}[dir=rtl] .ui-icon-calendar{background-position:right -32px top -112px}[dir=ltr] .ui-icon-cart{background-position:-48px -112px}[dir=rtl] .ui-icon-cart{background-position:right -48px top -112px}[dir=ltr] .ui-icon-pencil{background-position:-64px -112px}[dir=rtl] .ui-icon-pencil{background-position:right -64px top -112px}[dir=ltr] .ui-icon-clock{background-position:-80px -112px}[dir=rtl] .ui-icon-clock{background-position:right -80px top -112px}[dir=ltr] .ui-icon-disk{background-position:-96px -112px}[dir=rtl] .ui-icon-disk{background-position:right -96px top -112px}[dir=ltr] .ui-icon-calculator{background-position:-112px -112px}[dir=rtl] .ui-icon-calculator{background-position:right -112px top -112px}[dir=ltr] .ui-icon-zoomin{background-position:-128px -112px}[dir=rtl] .ui-icon-zoomin{background-position:right -128px top -112px}[dir=ltr] .ui-icon-zoomout{background-position:-144px -112px}[dir=rtl] .ui-icon-zoomout{background-position:right -144px top -112px}[dir=ltr] .ui-icon-search{background-position:-160px -112px}[dir=rtl] .ui-icon-search{background-position:right -160px top -112px}[dir=ltr] .ui-icon-wrench{background-position:-176px -112px}[dir=rtl] .ui-icon-wrench{background-position:right -176px top -112px}[dir=ltr] .ui-icon-gear{background-position:-192px -112px}[dir=rtl] .ui-icon-gear{background-position:right -192px top -112px}[dir=ltr] .ui-icon-heart{background-position:-208px -112px}[dir=rtl] .ui-icon-heart{background-position:right -208px top -112px}[dir=ltr] .ui-icon-star{background-position:-224px -112px}[dir=rtl] .ui-icon-star{background-position:right -224px top -112px}[dir=ltr] .ui-icon-link{background-position:-240px -112px}[dir=rtl] .ui-icon-link{background-position:right -240px top -112px}[dir=ltr] .ui-icon-cancel{background-position:0 -128px}[dir=rtl] .ui-icon-cancel{background-position:100% -128px}[dir=ltr] .ui-icon-plus{background-position:-16px -128px}[dir=rtl] .ui-icon-plus{background-position:right -16px top -128px}[dir=ltr] .ui-icon-plusthick{background-position:-32px -128px}[dir=rtl] .ui-icon-plusthick{background-position:right -32px top -128px}[dir=ltr] .ui-icon-minus{background-position:-48px -128px}[dir=rtl] .ui-icon-minus{background-position:right -48px top -128px}[dir=ltr] .ui-icon-minusthick{background-position:-64px -128px}[dir=rtl] .ui-icon-minusthick{background-position:right -64px top -128px}[dir=ltr] .ui-icon-close{background-position:-80px -128px}[dir=rtl] .ui-icon-close{background-position:right -80px top -128px}[dir=ltr] .ui-icon-closethick{background-position:-96px -128px}[dir=rtl] .ui-icon-closethick{background-position:right -96px top -128px}[dir=ltr] .ui-icon-key{background-position:-112px -128px}[dir=rtl] .ui-icon-key{background-position:right -112px top -128px}[dir=ltr] .ui-icon-lightbulb{background-position:-128px -128px}[dir=rtl] .ui-icon-lightbulb{background-position:right -128px top -128px}[dir=ltr] .ui-icon-scissors{background-position:-144px -128px}[dir=rtl] .ui-icon-scissors{background-position:right -144px top -128px}[dir=ltr] .ui-icon-clipboard{background-position:-160px -128px}[dir=rtl] .ui-icon-clipboard{background-position:right -160px top -128px}[dir=ltr] .ui-icon-copy{background-position:-176px -128px}[dir=rtl] .ui-icon-copy{background-position:right -176px top -128px}[dir=ltr] .ui-icon-contact{background-position:-192px -128px}[dir=rtl] .ui-icon-contact{background-position:right -192px top -128px}[dir=ltr] .ui-icon-image{background-position:-208px -128px}[dir=rtl] .ui-icon-image{background-position:right -208px top -128px}[dir=ltr] .ui-icon-video{background-position:-224px -128px}[dir=rtl] .ui-icon-video{background-position:right -224px top -128px}[dir=ltr] .ui-icon-script{background-position:-240px -128px}[dir=rtl] .ui-icon-script{background-position:right -240px top -128px}[dir=ltr] .ui-icon-alert{background-position:0 -144px}[dir=rtl] .ui-icon-alert{background-position:100% -144px}[dir=ltr] .ui-icon-info{background-position:-16px -144px}[dir=rtl] .ui-icon-info{background-position:right -16px top -144px}[dir=ltr] .ui-icon-notice{background-position:-32px -144px}[dir=rtl] .ui-icon-notice{background-position:right -32px top -144px}[dir=ltr] .ui-icon-help{background-position:-48px -144px}[dir=rtl] .ui-icon-help{background-position:right -48px top -144px}[dir=ltr] .ui-icon-check{background-position:-64px -144px}[dir=rtl] .ui-icon-check{background-position:right -64px top -144px}[dir=ltr] .ui-icon-bullet{background-position:-80px -144px}[dir=rtl] .ui-icon-bullet{background-position:right -80px top -144px}[dir=ltr] .ui-icon-radio-on{background-position:-96px -144px}[dir=rtl] .ui-icon-radio-on{background-position:right -96px top -144px}[dir=ltr] .ui-icon-radio-off{background-position:-112px -144px}[dir=rtl] .ui-icon-radio-off{background-position:right -112px top -144px}[dir=ltr] .ui-icon-pin-w{background-position:-128px -144px}[dir=rtl] .ui-icon-pin-w{background-position:right -128px top -144px}[dir=ltr] .ui-icon-pin-s{background-position:-144px -144px}[dir=rtl] .ui-icon-pin-s{background-position:right -144px top -144px}[dir=ltr] .ui-icon-play{background-position:0 -160px}[dir=rtl] .ui-icon-play{background-position:100% -160px}[dir=ltr] .ui-icon-pause{background-position:-16px -160px}[dir=rtl] .ui-icon-pause{background-position:right -16px top -160px}[dir=ltr] .ui-icon-seek-next{background-position:-32px -160px}[dir=rtl] .ui-icon-seek-next{background-position:right -32px top -160px}[dir=ltr] .ui-icon-seek-prev{background-position:-48px -160px}[dir=rtl] .ui-icon-seek-prev{background-position:right -48px top -160px}[dir=ltr] .ui-icon-seek-end{background-position:-64px -160px}[dir=rtl] .ui-icon-seek-end{background-position:right -64px top -160px}[dir=ltr] .ui-icon-seek-start{background-position:-80px -160px}[dir=rtl] .ui-icon-seek-start{background-position:right -80px top -160px}[dir=ltr] .ui-icon-seek-first{background-position:-80px -160px}[dir=rtl] .ui-icon-seek-first{background-position:right -80px top -160px}[dir=ltr] .ui-icon-stop{background-position:-96px -160px}[dir=rtl] .ui-icon-stop{background-position:right -96px top -160px}[dir=ltr] .ui-icon-eject{background-position:-112px -160px}[dir=rtl] .ui-icon-eject{background-position:right -112px top -160px}[dir=ltr] .ui-icon-volume-off{background-position:-128px -160px}[dir=rtl] .ui-icon-volume-off{background-position:right -128px top -160px}[dir=ltr] .ui-icon-volume-on{background-position:-144px -160px}[dir=rtl] .ui-icon-volume-on{background-position:right -144px top -160px}[dir=ltr] .ui-icon-power{background-position:0 -176px}[dir=rtl] .ui-icon-power{background-position:100% -176px}[dir=ltr] .ui-icon-signal-diag{background-position:-16px -176px}[dir=rtl] .ui-icon-signal-diag{background-position:right -16px top -176px}[dir=ltr] .ui-icon-signal{background-position:-32px -176px}[dir=rtl] .ui-icon-signal{background-position:right -32px top -176px}[dir=ltr] .ui-icon-battery-0{background-position:-48px -176px}[dir=rtl] .ui-icon-battery-0{background-position:right -48px top -176px}[dir=ltr] .ui-icon-battery-1{background-position:-64px -176px}[dir=rtl] .ui-icon-battery-1{background-position:right -64px top -176px}[dir=ltr] .ui-icon-battery-2{background-position:-80px -176px}[dir=rtl] .ui-icon-battery-2{background-position:right -80px top -176px}[dir=ltr] .ui-icon-battery-3{background-position:-96px -176px}[dir=rtl] .ui-icon-battery-3{background-position:right -96px top -176px}[dir=ltr] .ui-icon-circle-plus{background-position:0 -192px}[dir=rtl] .ui-icon-circle-plus{background-position:100% -192px}[dir=ltr] .ui-icon-circle-minus{background-position:-16px -192px}[dir=rtl] .ui-icon-circle-minus{background-position:right -16px top -192px}[dir=ltr] .ui-icon-circle-close{background-position:-32px -192px}[dir=rtl] .ui-icon-circle-close{background-position:right -32px top -192px}[dir=ltr] .ui-icon-circle-triangle-e{background-position:-48px -192px}[dir=rtl] .ui-icon-circle-triangle-e{background-position:right -48px top -192px}[dir=ltr] .ui-icon-circle-triangle-s{background-position:-64px -192px}[dir=rtl] .ui-icon-circle-triangle-s{background-position:right -64px top -192px}[dir=ltr] .ui-icon-circle-triangle-w{background-position:-80px -192px}[dir=rtl] .ui-icon-circle-triangle-w{background-position:right -80px top -192px}[dir=ltr] .ui-icon-circle-triangle-n{background-position:-96px -192px}[dir=rtl] .ui-icon-circle-triangle-n{background-position:right -96px top -192px}[dir=ltr] .ui-icon-circle-arrow-e{background-position:-112px -192px}[dir=rtl] .ui-icon-circle-arrow-e{background-position:right -112px top -192px}[dir=ltr] .ui-icon-circle-arrow-s{background-position:-128px -192px}[dir=rtl] .ui-icon-circle-arrow-s{background-position:right -128px top -192px}[dir=ltr] .ui-icon-circle-arrow-w{background-position:-144px -192px}[dir=rtl] .ui-icon-circle-arrow-w{background-position:right -144px top -192px}[dir=ltr] .ui-icon-circle-arrow-n{background-position:-160px -192px}[dir=rtl] .ui-icon-circle-arrow-n{background-position:right -160px top -192px}[dir=ltr] .ui-icon-circle-zoomin{background-position:-176px -192px}[dir=rtl] .ui-icon-circle-zoomin{background-position:right -176px top -192px}[dir=ltr] .ui-icon-circle-zoomout{background-position:-192px -192px}[dir=rtl] .ui-icon-circle-zoomout{background-position:right -192px top -192px}[dir=ltr] .ui-icon-circle-check{background-position:-208px -192px}[dir=rtl] .ui-icon-circle-check{background-position:right -208px top -192px}[dir=ltr] .ui-icon-circlesmall-plus{background-position:0 -208px}[dir=rtl] .ui-icon-circlesmall-plus{background-position:100% -208px}[dir=ltr] .ui-icon-circlesmall-minus{background-position:-16px -208px}[dir=rtl] .ui-icon-circlesmall-minus{background-position:right -16px top -208px}[dir=ltr] .ui-icon-circlesmall-close{background-position:-32px -208px}[dir=rtl] .ui-icon-circlesmall-close{background-position:right -32px top -208px}[dir=ltr] .ui-icon-squaresmall-plus{background-position:-48px -208px}[dir=rtl] .ui-icon-squaresmall-plus{background-position:right -48px top -208px}[dir=ltr] .ui-icon-squaresmall-minus{background-position:-64px -208px}[dir=rtl] .ui-icon-squaresmall-minus{background-position:right -64px top -208px}[dir=ltr] .ui-icon-squaresmall-close{background-position:-80px -208px}[dir=rtl] .ui-icon-squaresmall-close{background-position:right -80px top -208px}[dir=ltr] .ui-icon-grip-dotted-vertical{background-position:0 -224px}[dir=rtl] .ui-icon-grip-dotted-vertical{background-position:100% -224px}[dir=ltr] .ui-icon-grip-dotted-horizontal{background-position:-16px -224px}[dir=rtl] .ui-icon-grip-dotted-horizontal{background-position:right -16px top -224px}[dir=ltr] .ui-icon-grip-solid-vertical{background-position:-32px -224px}[dir=rtl] .ui-icon-grip-solid-vertical{background-position:right -32px top -224px}[dir=ltr] .ui-icon-grip-solid-horizontal{background-position:-48px -224px}[dir=rtl] .ui-icon-grip-solid-horizontal{background-position:right -48px top -224px}[dir=ltr] .ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}[dir=rtl] .ui-icon-gripsmall-diagonal-se{background-position:right -64px top -224px}[dir=ltr] .ui-icon-grip-diagonal-se{background-position:-80px -224px}[dir=rtl] .ui-icon-grip-diagonal-se{background-position:right -80px top -224px}[dir=ltr] .ui-corner-all,[dir=ltr] .ui-corner-left,[dir=ltr] .ui-corner-tl,[dir=ltr] .ui-corner-top{border-top-left-radius:3px}[dir=ltr] .ui-corner-all,[dir=ltr] .ui-corner-right,[dir=ltr] .ui-corner-top,[dir=ltr] .ui-corner-tr,[dir=rtl] .ui-corner-all,[dir=rtl] .ui-corner-left,[dir=rtl] .ui-corner-tl,[dir=rtl] .ui-corner-top{border-top-right-radius:3px}[dir=rtl] .ui-corner-all,[dir=rtl] .ui-corner-right,[dir=rtl] .ui-corner-top,[dir=rtl] .ui-corner-tr{border-top-left-radius:3px}[dir=ltr] .ui-corner-all,[dir=ltr] .ui-corner-bl,[dir=ltr] .ui-corner-bottom,[dir=ltr] .ui-corner-left{border-bottom-left-radius:3px}[dir=ltr] .ui-corner-all,[dir=ltr] .ui-corner-bottom,[dir=ltr] .ui-corner-br,[dir=ltr] .ui-corner-right,[dir=rtl] .ui-corner-all,[dir=rtl] .ui-corner-bl,[dir=rtl] .ui-corner-bottom,[dir=rtl] .ui-corner-left{border-bottom-right-radius:3px}[dir=rtl] .ui-corner-all,[dir=rtl] .ui-corner-bottom,[dir=rtl] .ui-corner-br,[dir=rtl] .ui-corner-right{border-bottom-left-radius:3px}.ui-widget-overlay{background:#aaa;opacity:.3}.ui-widget-shadow{box-shadow:0 0 5px #666}#ui-datepicker-div{box-shadow:0 1px 2px rgba(0,0,0,.2);border-radius:10px;border:1px solid #e1e1e1}#ui-datepicker-div .ui-datepicker-calendar .ui-state-hover{background:#e1e1e1;border-color:#e1e1e1;color:#fff}#ui-datepicker-div .ui-datepicker-calendar .ui-datepicker-current-day,#ui-datepicker-div .ui-datepicker-calendar .ui-datepicker-days-cell-over{background:#6db350;color:#fff;border-radius:9999px}#ui-datepicker-div .ui-datepicker-calendar .ui-datepicker-current-day a,#ui-datepicker-div .ui-datepicker-calendar .ui-datepicker-days-cell-over a{color:#fff}#ui-datepicker-div .ui-datepicker-calendar .ui-datepicker-current-day a.ui-state-hover,#ui-datepicker-div .ui-datepicker-calendar .ui-datepicker-days-cell-over a.ui-state-hover{background:transparent;border-color:transparent}#ui-datepicker-div .ui-datepicker-prev{cursor:pointer;height:auto;width:auto;color:#959595;top:10px}[dir=ltr] #ui-datepicker-div .ui-datepicker-prev{left:10px}[dir=rtl] #ui-datepicker-div .ui-datepicker-prev{right:10px}#ui-datepicker-div .ui-datepicker-prev:hover{border:0;background:none;top:10px}[dir=ltr] #ui-datepicker-div .ui-datepicker-prev:hover{left:10px}[dir=rtl] #ui-datepicker-div .ui-datepicker-prev:hover{right:10px}#ui-datepicker-div .ui-datepicker-prev .ui-icon{height:auto;text-indent:0;width:auto}#ui-datepicker-div .ui-datepicker-next{cursor:pointer;height:auto;width:auto;color:#959595;top:10px}[dir=ltr] #ui-datepicker-div .ui-datepicker-next{right:10px}[dir=rtl] #ui-datepicker-div .ui-datepicker-next{left:10px}#ui-datepicker-div .ui-datepicker-next:hover{border:0;background:none;top:10px}[dir=ltr] #ui-datepicker-div .ui-datepicker-next:hover{right:10px}[dir=rtl] #ui-datepicker-div .ui-datepicker-next:hover{left:10px}#ui-datepicker-div .ui-datepicker-next .ui-icon{height:auto;text-indent:0}.ui-datepicker{border:0}.ui-datepicker .ui-datepicker-multi.ui-widget{width:auto!important;padding:0}.ui-datepicker .ui-datepicker-header{padding:0}.ui-datepicker .ui-datepicker-title{margin:0;font-weight:700;text-align:center}.ui-datepicker .ui-datepicker-calendar{table-layout:fixed;font-weight:700;border-collapse:separate;border-spacing:0 12px;width:100%}.ui-datepicker .ui-datepicker-calendar td,.ui-datepicker .ui-datepicker-calendar th{font-size:12px;line-height:13px;text-align:center;width:15px;height:10px;padding:0;cursor:pointer;white-space:nowrap}.ui-datepicker .ui-datepicker-calendar td a,.ui-datepicker .ui-datepicker-calendar th a{text-align:center;padding:0}.ui-datepicker .ui-datepicker-calendar td span,.ui-datepicker .ui-datepicker-calendar th span{text-align:center}[dir=ltr] .ui-datepicker .ui-datepicker-calendar .rounded-left-side{border-top-left-radius:999px;border-bottom-left-radius:999px}[dir=ltr] .ui-datepicker .ui-datepicker-calendar .rounded-right-side,[dir=rtl] .ui-datepicker .ui-datepicker-calendar .rounded-left-side{border-top-right-radius:999px;border-bottom-right-radius:999px}[dir=rtl] .ui-datepicker .ui-datepicker-calendar .rounded-right-side{border-top-left-radius:999px;border-bottom-left-radius:999px}.ui-datepicker .ui-datepicker-calendar .ui-state-hover{border-radius:999px}.ui-datepicker .ui-datepicker-calendar .ui-state-default,.ui-datepicker .ui-datepicker-calendar .ui-widget-content .ui-state-default,.ui-datepicker .ui-datepicker-calendar .ui-widget-header .ui-state-default{background:none}.ui-datepicker .ui-datepicker-calendar .hovered-date-range{background:#e1e1e1;border-color:#e1e1e1;border-radius:0}.ui-datepicker .ui-datepicker-calendar .hovered-date-range a{color:#959595}[dir=ltr] .ui-datepicker .ui-datepicker-calendar .hovered-rounded-left-side{border-top-left-radius:999px;border-bottom-left-radius:999px}[dir=ltr] .ui-datepicker .ui-datepicker-calendar .hovered-rounded-right-side,[dir=rtl] .ui-datepicker .ui-datepicker-calendar .hovered-rounded-left-side{border-top-right-radius:999px;border-bottom-right-radius:999px}[dir=rtl] .ui-datepicker .ui-datepicker-calendar .hovered-rounded-right-side{border-top-left-radius:999px;border-bottom-left-radius:999px}.ui-datepicker .ui-datepicker-calendar .ui-state-highlight a{background:transparent;border:0}.ui-datepicker .ui-datepicker-calendar .ui-state-default{border:1px solid transparent;font-weight:700}.ui-datepicker .ui-datepicker-calendar .ui-datepicker-today .ui-state-active,.ui-datepicker .ui-datepicker-calendar .ui-datepicker-today .ui-state-highlight{background:transparent;color:#959595}.btn,.btn-sm{padding:.375rem 1.25rem;font-size:14px;line-height:1.428571429;border-radius:4px;color:#fff;background-color:#2471c9;border-color:#fff}.active.btn-sm,.btn-sm:active,.btn-sm:focus,.btn-sm:hover,.btn.active,.btn:active,.btn:focus,.btn:hover{color:#fff;background-color:#2065b3;border-color:#f2f2f2}.active.btn-sm,.btn-sm:active,.btn.active,.btn:active{background-image:none}.btn.disabled,.btn.disabled.active,.btn.disabled:active,.btn.disabled:focus,.btn.disabled:hover,.btn[disabled],.btn[disabled].active,.btn[disabled]:active,.btn[disabled]:focus,.btn[disabled]:hover,.disabled.btn-sm,[disabled].btn-sm,fieldset[disabled] .btn,fieldset[disabled] .btn-sm,fieldset[disabled] .btn.active,fieldset[disabled] .btn:active,fieldset[disabled] .btn:focus,fieldset[disabled] .btn:hover{background-color:#2471c9;border-color:#fff}.btn,.btn-sm{min-width:160px;min-height:40px;border:0;box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12);cursor:pointer;display:inline-flex;align-items:center;justify-content:center;font-weight:700;margin:6px 8px;text-align:center;text-decoration:none;transition:all .2s ease-in-out;touch-action:manipulation;-webkit-user-select:none;user-select:none;vertical-align:middle}.btn-sm:focus,.btn:active:focus,.btn:focus{outline:thin dotted #333;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px;outline:0}.btn-sm:focus,.btn-sm:hover,.btn:focus,.btn:hover{text-decoration:none}.btn-sm:active,.btn-sm:focus,.btn-sm:hover,.btn:active,.btn:focus,.btn:hover{box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12);outline:0}.btn-sm:active,.btn:active{background-image:none}.btn-sm:disabled,.btn:disabled{box-shadow:none;opacity:.65}.btn-xs{min-width:0;min-height:0;font-size:12px}.btn-sm{padding:.25rem 1.5rem;font-size:14px;line-height:1.5;border-radius:4px}.button-tooltip-wrapper{display:inline-block;position:relative}.btn-secondary{box-shadow:none;color:#2471c9;background-color:#fff}.btn-secondary:hover{color:#2471c9;background-color:#f7f9fd;box-shadow:none}.btn-secondary:disabled{color:#2471c9;background-color:#fff;box-shadow:none}.btn-secondary:disabled:hover,.btn-secondary:focus,.btn-secondary:focus:hover{color:#2471c9;background-color:#f7f9fd;box-shadow:none}clarity-date-range-picker{padding-top:1rem;padding-bottom:1rem;justify-content:space-around}clarity-date-range-picker input{width:270px;height:36px;background:#fff;border:1px solid #b2b2b2;border-radius:2px;padding:0;font-size:14px;font-weight:700;color:#2471c9}[dir=ltr] clarity-date-range-picker input{padding-left:.5rem}[dir=rtl] clarity-date-range-picker input{padding-right:.5rem}download-reports-form{display:block;overflow-x:hidden;margin:12px auto;min-width:780px}download-reports-form p{margin-bottom:2rem}download-reports-form h2{font-size:30px}download-reports-form date-range-picker,download-reports-form transmitter-session-picker{margin:0 auto 2rem}download-reports-form .error-message{color:red}[dir=ltr] download-reports-form .download-reports-form__selection-pane{text-align:left}[dir=rtl] download-reports-form .download-reports-form__selection-pane{text-align:right}download-reports-form .download-reports-form__sub-title{padding-top:6px;margin:0}download-reports-form .download-reports-form__generating,download-reports-form .download-reports-form__success{margin:50px 0 100px;text-align:center}download-reports-form .download-reports-form__print-preview{border:2px solid #959595}download-reports-form .download-reports-form__printing{text-align:center}download-reports-form .download-reports-form__color-mode-row{margin-bottom:20px}download-reports-form .download-reports-form__buttons{text-align:center}download-reports-form .download-reports-form__buttons button{margin:0 1.8em}export-dialog date-range-picker,export-dialog transmitter-session-picker{margin:0 auto;z-index:10}export-dialog .export-dialog__title{margin-bottom:3rem}export-dialog .export-dialog__form input{margin:1rem}export-dialog .export-dialog__form{text-align:center}export-dialog .export-dialog__explanation{z-index:-1;min-height:12rem;border:1px solid #bababa;border-radius:10px;margin:1rem 4rem 2rem;position:relative;font-size:1.2rem;line-height:1.6;background:url(../assets/excel-icon-big.svg) no-repeat;background-size:7rem}[dir=ltr] export-dialog .export-dialog__explanation{padding:3.8rem 4rem 3rem 15rem;text-align:left;background-position:10% 50%}[dir=rtl] export-dialog .export-dialog__explanation{padding:3.8rem 15rem 3rem 4rem;text-align:right;background-position:90% 50%}export-dialog .export-dialog__explanation section{margin-bottom:1rem}[dir=ltr] export-dialog .export-dialog__explanation section{margin-left:12rem}[dir=rtl] export-dialog .export-dialog__explanation section{margin-right:12rem}export-dialog .export-dialog__warning{margin-top:2rem;line-height:normal}[dir=ltr] export-dialog .export-dialog__warning{padding-left:3.8rem}[dir=rtl] export-dialog .export-dialog__warning{padding-right:3.8rem}export-dialog .export-dialog__warning em{font-size:1rem}export-dialog .export-dialog__warning:before{font-family:ClarityFont;font-size:2.5rem;content:"\e942";color:#fba400;position:absolute;top:151px}[dir=ltr] export-dialog .export-dialog__warning:before{left:244px}[dir=rtl] export-dialog .export-dialog__warning:before{right:244px}export-dialog .export-dialog__status{margin-top:54px;min-height:150px;margin-bottom:1rem}[dir=ltr] export-dialog .export-dialog__status{margin-left:16rem;text-align:left}[dir=rtl] export-dialog .export-dialog__status{margin-right:16rem;text-align:right}export-dialog .export-dialog__status:before{content:url(../assets/excel-icon-big.svg);position:absolute;top:54px;width:145px}[dir=ltr] export-dialog .export-dialog__status:before{left:75px}[dir=rtl] export-dialog .export-dialog__status:before{right:75px}export-dialog .export-dialog__manual-download-link{display:inline-block;color:#2471c9;text-decoration:underline}[dir=ltr] export-dialog .export-dialog__manual-download-link{margin:0 0 2rem 16rem;text-align:left}[dir=rtl] export-dialog .export-dialog__manual-download-link{margin:0 16rem 2rem 0;text-align:right}export-dialog .export-dialog__manual-download-link:focus,export-dialog .export-dialog__manual-download-link:hover{color:#184d88;text-decoration:underline}export-dialog .export-dialog__actions{text-align:center}export-dialog .export-dialog__close-icon{visibility:hidden}export-dialog .export-dialog__close-icon:before{content:url(../assets/close-popup-icon.svg);position:absolute;top:16px;width:24px;cursor:pointer;visibility:visible}[dir=ltr] export-dialog .export-dialog__close-icon:before{right:16px}[dir=rtl] export-dialog .export-dialog__close-icon:before{left:16px}export-dialog transmitter-session-picker .mdc-select{background-color:#fff}color-mode-picker{display:flex;flex-direction:column;align-items:center;justify-content:center}body date-range-picker{background:none;font-size:16px;border-radius:0;max-width:600px;width:fit-content;position:relative;display:block;min-width:425px;box-shadow:none}[dir=ltr] body date-range-picker{text-align:left}[dir=rtl] body date-range-picker{text-align:right}body date-range-picker.emphasized{text-align:center;padding:6px;background-color:#eee;box-shadow:0 2px 4px 0 rgba(0,0,0,.14)}body date-range-picker.larger{width:550px}body date-range-picker.expanded{border-bottom-left-radius:0;border-bottom-right-radius:0}body date-range-picker .ember-flatpickr-input{width:100%;padding:8px 12px;font-size:15px;font-weight:700;border:1px solid #d0d0d0;border-radius:6px;background:#fff;transition:border-color .15s ease,box-shadow .15s ease}body date-range-picker .ember-flatpickr-input:hover{border-color:#a0a0a0}body date-range-picker .ember-flatpickr-input:focus{outline:none;border-color:#6db350;box-shadow:0 0 0 3px rgba(109,179,80,.15)}body date-range-picker.disabled{cursor:default;text-align:center}body date-range-picker.disabled .date-range-picker__icon{display:none}body date-range-picker .date-range-picker__column .date-range-picker__column-inner{padding:6px;text-align:center;border-radius:6px;background-color:#f1f1f1;margin:6px}body date-range-picker .date-range-picker__column{padding:0 6px 6px}body date-range-picker .date-range-picker__column input{margin:auto}body date-range-picker .date-range-picker__bar{cursor:pointer;padding:3px 0 5px;color:#101010;white-space:nowrap}body date-range-picker.larger .date-range-picker__bar{font-size:20px}body date-range-picker .date-range-picker__title{font-size:14px;line-height:20px;color:#101010;font-weight:700}body date-range-picker.expanded .date-range-picker__popup-container{display:block}body date-range-picker .date-range-picker__popup-container{width:100%;top:2.1em;display:none;position:absolute;box-shadow:0 8px 24px rgba(0,0,0,.12);padding:20px 24px;border:none;background:#fff;border-radius:12px;z-index:40}[dir=ltr] body date-range-picker .date-range-picker__popup-container{left:0;text-align:left}[dir=rtl] body date-range-picker .date-range-picker__popup-container{right:0;text-align:right}body date-range-picker.emphasized .date-range-picker__popup-container{top:3em}body date-range-picker .date-range-picker__buttons{margin-top:.5rem;text-align:center}body date-range-picker .date-range-picker__duration-buttons{display:flex;gap:8px;margin:8px 0 4px}body date-range-picker .date-range-picker__duration-buttons .btn,body date-range-picker .date-range-picker__duration-buttons .btn-sm{flex:1;margin:0;width:auto;font-size:14px;padding-top:3px;padding-bottom:3px;min-height:auto;min-width:auto;border-radius:9999px;border:1px solid #d0d0d0;color:#333;font-weight:400;transition:background-color .15s ease,border-color .15s ease,color .15s ease}body date-range-picker .date-range-picker__duration-buttons .btn-sm:hover,body date-range-picker .date-range-picker__duration-buttons .btn:hover{background:#f5f5f5;border-color:#6db350;color:#6db350}body date-range-picker .date-range-picker__duration-buttons .btn.selected,body date-range-picker .date-range-picker__duration-buttons .selected.btn-sm{background:#6db350;border-color:#6db350;color:#fff}body date-range-picker .date-range-picker__time-duration{display:inline-block;font-size:24px;line-height:32px;color:#101010;width:auto;text-transform:capitalize}[dir=ltr] body date-range-picker .date-range-picker__time-duration{border-right:none;padding-left:0;padding-right:6px}[dir=rtl] body date-range-picker .date-range-picker__time-duration{border-left:none;padding-right:0;padding-left:6px}body date-range-picker .date-range-picker__date-range{display:inline-block}[dir=ltr] body date-range-picker .date-range-picker__date-range{padding-right:6px}[dir=rtl] body date-range-picker .date-range-picker__date-range{padding-left:6px}body date-range-picker .date-range-picker__icon i{display:none}body date-range-picker .date-range-picker__icon:after{content:url(../assets/edit.svg)}body date-range-picker .date-range-picker__datepicker-section:after,body date-range-picker .date-range-picker__datepicker-section:before{content:" ";display:table}body date-range-picker .date-range-picker__datepicker-section:after{clear:both}body date-range-picker .date-range-picker__datepicker-section{background:rgba(0,0,0,.03);border-radius:8px;padding:12px 16px;margin:8px 0}body date-range-picker .date-range-picker__datepicker-section div{clear:none;width:48.5%}[dir=ltr] body date-range-picker .date-range-picker__datepicker-section div{float:left;margin-left:0;margin-right:3%}[dir=rtl] body date-range-picker .date-range-picker__datepicker-section div{float:right;margin-right:0;margin-left:3%}[dir=ltr] body date-range-picker .date-range-picker__datepicker-section div:last-child{margin-right:0}[dir=rtl] body date-range-picker .date-range-picker__datepicker-section div:last-child{margin-left:0}body date-range-picker .date-range-picker__column-group{padding:0;background:transparent;width:46%;margin:0}[dir=ltr] body date-range-picker .date-range-picker__column-group{text-align:left}[dir=rtl] body date-range-picker .date-range-picker__column-group{text-align:right}body date-range-picker .date-range-picker__column-group label{margin-bottom:0}body #ui-datepicker-div{z-index:200000!important}body.reports-route date-range-picker{cursor:default;pointer-events:none}body.reports-route date-range-picker .date-range-picker__icon:after{display:none}body.reports-route date-range-picker .date-range-picker__date-range{max-width:360px;padding:0}[dir=ltr] .FreeStyle-container .debug-internationalization-window{right:60px}[dir=rtl] .FreeStyle-container .debug-internationalization-window{left:60px}body.reports-route div.debug-internationalization-window clarity-card{padding:12px}body.application-route.interactive-route.data-route.data-daily-route .debug-internationalization-window .nav-tabs{display:block}body.reports-route .debug-internationalization-window a{pointer-events:visible}.interactive-route.data-route .debug-internationalization-window div.nav-tabs{display:block}.debug-internationalization-window{transition-duration:1s;background-color:#efefef;border:1px solid #848484;display:inline-block;position:fixed;top:5px;z-index:200000;padding:2px;border-radius:4px;max-height:98%;overflow:auto;scrollbar-width:none}[dir=ltr] .debug-internationalization-window{transition-property:left;left:5px}[dir=rtl] .debug-internationalization-window{transition-property:right;right:5px}.debug-internationalization-window::-webkit-scrollbar{display:none}[dir=ltr] .debug-internationalization-window{box-shadow:3px 3px 5px -1px rgba(0,0,0,.75)}[dir=rtl] .debug-internationalization-window{box-shadow:-3px 3px 5px -1px rgba(0,0,0,.75)}.debug-internationalization-window li{display:block;margin-bottom:.2em}.debug-internationalization-window p{margin-bottom:6px}.debug-internationalization-window label{font-size:1em;margin-bottom:0}.debug-internationalization-window section{margin:12px 0}.debug-internationalization-window select{padding:6px;width:100%}.debug-internationalization-window clarity-card{padding:20px}.debug-internationalization-window clarity-text-field label{background-color:#fff}.debug-internationalization-window .liquid-container{transform:none}.debug-internationalization-window .debug-window__card--expanded .debug_window--tip{display:block;margin:6px;padding:6px;border-radius:3px;background-color:#eee;color:#333}[dir=ltr] .debug-internationalization-window .debug-window__card--expanded .debug_window--tip{margin-left:20px}[dir=rtl] .debug-internationalization-window .debug-window__card--expanded .debug_window--tip{margin-right:20px}.debug-internationalization-window .debug-window__card{border-radius:10px;background-color:#fff;margin:20px}[dir=ltr] .debug-internationalization-window .debug-window__card{box-shadow:3px 3px 5px -1px rgba(0,0,0,.75)}[dir=rtl] .debug-internationalization-window .debug-window__card{box-shadow:-3px 3px 5px -1px rgba(0,0,0,.75)}.debug-internationalization-window .debug-window__card .debug-window__header{border-top-left-radius:10px;border-top-right-radius:10px;color:#fff;padding:10px 20px;box-shadow:0 2px 4px -1px rgba(0,0,0,.5)}.debug-internationalization-window .debug-window__card .debug-window__header .debug-window__header-arrow{font-size:16px}[dir=ltr] .debug-internationalization-window .debug-window__card .debug-window__header .debug-window__header-arrow{float:right}[dir=rtl] .debug-internationalization-window .debug-window__card .debug-window__header .debug-window__header-arrow{float:left}.debug-internationalization-window .debug-window__card .debug-window__header .debug-window__header-arrow:hover{color:#79b0f0}.debug-internationalization-window .debug-window__card .debug-window__header .debug-window__sub-title{color:#fff}.debug-internationalization-window .debug-window__card .debug-window__content{padding:20px}.debug-internationalization-window .debug_window--tip li{line-height:24px;display:list-item}.debug-internationalization-window .debug_window--tip ul{list-style-type:disc;margin-block-start:1em;margin-block-end:1em;margin-inline-start:0;margin-inline-end:0;padding-inline-start:40px}.debug-internationalization-window .debug_window--tip{display:none}.debug-internationalization-window.expanded{width:850px}.debug-internationalization-window .debug-internationalization-window__locale{width:100%;text-align:center}.debug-internationalization-window .debug-internationalization-window__private-api-link{font-size:1em;text-decoration:none}[dir=ltr] .debug-internationalization-window .debug-internationalization-window__private-api-link{margin-left:10px}[dir=rtl] .debug-internationalization-window .debug-internationalization-window__private-api-link{margin-right:10px}.debug-internationalization-window .power-tools__section-title{margin:1rem 0}.debug-internationalization-window .power-tools__double-string-input,.debug-internationalization-window .power-tools__show-translation-keys-input{white-space:nowrap}.debug-internationalization-window .loading-spinner{margin:20px 0 0}.debug-internationalization-window .csv-upload__upload-button{margin-top:20px}.debug-internationalization-window .debug-internationalization-window__hidden-file-picker{display:none}.debug-internationalization-window .csv-upload__device-label{margin:12px 6px 6px}.debug-internationalization-window pre.debug-internationalization-window__csv-preview{max-height:200px;overflow-y:scroll;font-size:10px;border:1px solid #d3d3d3;padding:6px;border-radius:6px;margin:6px}.debug-internationalization-window table.debug-window__themed-table.debug-window__test-tube-table{display:block;max-height:200px;overflow-y:scroll;width:100%}.debug-internationalization-window pre.test-tube-pre{white-space:pre-line;overflow-y:scroll;width:100%;background-color:#eee;padding:9px;min-height:60px;font-size:12px}.debug-internationalization-window .test-tube__assertion-title{display:inline}.debug-internationalization-window .test-tube__predicate-select{min-width:200px}.debug-internationalization-window .debug-internationalization-window__country-icon{box-shadow:lightgrey}.debug-internationalization-window .debug-internationalization-window__server-audience-icon{font-size:32px}.debug-internationalization-window .nav-tabs{display:block;margin-bottom:0}.debug-internationalization-window .nav-tabs a{background-color:#c4c4c4;color:#656565;filter:grayscale(100%);font-size:.9rem}.debug-internationalization-window .nav-tabs a.active{background-color:#efefef;color:#444;filter:grayscale(0);font-size:1.15rem}.debug-internationalization-window .nav-tabs a.active:hover{background-color:#efefef;color:#444}.debug-internationalization-window .nav-tabs a:hover{color:#444;filter:grayscale(0)}.debug-internationalization-window .nav-tabs li,.debug-internationalization-window .nav-tabs ul{margin-bottom:0;min-width:14%}.debug-internationalization-window .nav-tabs li a.active,.debug-internationalization-window .nav-tabs li a.active:hover{border:1px solid #959595;border-bottom:2px solid #efefef;margin-bottom:-4px;box-shadow:inset 0 2px #959595}.debug-internationalization-window .nav-tabs nav{border-bottom:1px solid #959595}.debug-internationalization-window .nav-tabs nav ul{padding:0;text-align:center}.debug-internationalization-window table.big-lever__table{border-collapse:collapse;margin:10px 0;font-size:16px;font-family:sans-serif;width:100%}.debug-internationalization-window table.big-lever__table thead tr{background-color:#3972c3;color:#fff}[dir=ltr] .debug-internationalization-window table.big-lever__table thead tr{text-align:left}[dir=rtl] .debug-internationalization-window table.big-lever__table thead tr{text-align:right}.debug-internationalization-window table.big-lever__table td,.debug-internationalization-window table.big-lever__table th{padding:6px 3px}.debug-internationalization-window table.big-lever__table td.big-levers__center-column,.debug-internationalization-window table.big-lever__table th.big-levers__center-column{min-width:150px}.debug-internationalization-window table.big-lever__table td .big-levers__full-width-input,.debug-internationalization-window table.big-lever__table th .big-levers__full-width-input{width:100%}.debug-internationalization-window table.big-lever__table tbody tr{border-bottom:1px solid #ddd;vertical-align:top}.debug-internationalization-window table.big-lever__table tbody tr:nth-of-type(2n){background-color:#fff}.debug-internationalization-window table.big-lever__table tbody tr:last-of-type{border-bottom:2px solid #3972c3}.debug-internationalization-window .debug-window__header{background-color:#444}.debug-internationalization-window .debug-window__sub-title{color:#fff}.debug-internationalization-window pre.feature-flag-code{background-color:#eee;padding:10px;line-height:2em;border-radius:6px;min-height:200px;max-height:200px;overflow-y:scroll;border:1px solid #1e90ff;font-size:13px}.debug-internationalization-window .feature-flag__filter-input{margin-bottom:1em;width:100%}.debug-internationalization-window .feature-flag__subcomponent-label{margin-top:10px;display:block;min-width:250px}.debug-internationalization-window table.debug-window__themed-table{border-collapse:collapse;box-shadow:0 0 20px rgba(0,0,0,.15);display:block;max-height:1000px;overflow-y:scroll}.debug-internationalization-window table.debug-window__themed-table thead tr{background-color:#959595;font-size:20px;color:#fff}[dir=ltr] .debug-internationalization-window table.debug-window__themed-table thead tr{text-align:left}[dir=rtl] .debug-internationalization-window table.debug-window__themed-table thead tr{text-align:right}.debug-internationalization-window table.debug-window__themed-table th{background-color:#959595;font-size:1rem;position:sticky;top:0;z-index:200001}.debug-internationalization-window table.debug-window__themed-table td,.debug-internationalization-window table.debug-window__themed-table th{padding:9px 10px;overflow-wrap:anywhere}.debug-internationalization-window table.debug-window__themed-table tbody tr{border-bottom:1px solid #ddd}.debug-internationalization-window table.debug-window__themed-table tbody tr:hover{color:#fff;background-color:rgba(22,61,98,.741)}.debug-internationalization-window table.debug-window__themed-table tbody tr:hover .feature-flag-table__generate-code{opacity:100%}.debug-internationalization-window table.debug-window__themed-table tbody tr td{min-width:40px}.debug-internationalization-window table.debug-window__themed-table tbody tr td .feature-flag-table__generate-code{cursor:pointer;opacity:35%}.debug-internationalization-window table.debug-window__themed-table tbody tr:nth-child(2n){background-color:#f7f7f7}.debug-internationalization-window table.debug-window__themed-table tbody tr:nth-child(2n):hover{background-color:rgba(22,61,98,.741)}.debug-internationalization-window table.debug-window__themed-table tbody tr:last-of-type{border-bottom:4px solid #2f74b2}.debug-internationalization-window .debug-window__badge{background-color:#000;color:#fff;display:inline-block;font-size:11px;padding:3px 8px;text-align:center;border-radius:50%}.debug-internationalization-window .debug-internationalization-window__header{vertical-align:middle;line-height:16px;display:inline-block}.debug-internationalization-window .debug-internationalization-window__title-bar{cursor:pointer}.debug-internationalization-window .debug-internationalization-window__title{font-size:24px}.debug-internationalization-window .debug-internationalization-window__title:first-letter{font-size:36px}[dir=ltr] .debug-internationalization-window .debug-window_tab--Flags table.debug-window__themed-table td:not(:first-child){padding:0 0 0 .5rem}[dir=rtl] .debug-internationalization-window .debug-window_tab--Flags table.debug-window__themed-table td:not(:first-child){padding:0 .5rem 0 0}@media print{.debug-internationalization-window{display:none}}.debug-window_tab--UPS .debug-window__content{background-color:#eee}.mock-agent hr{margin:20px!important}.mock-agent .mock-agent__select{width:auto;margin:0 10px}.server-variable-editor table.debug-window__themed-table{margin:-10px}.server-variable-editor table.debug-window__themed-table .server-variable-editor__td-key,.server-variable-editor table.debug-window__themed-table .server-variable-editor__td-value{width:45%}.glossary-link{color:#959595}.glossary-link:hover{color:#2471c9}.glossary-link{text-decoration:none}.loading-spinner{height:40px;width:40px;margin:0 auto 10px;position:relative;animation:rotation .6s linear infinite;border:3px solid hsla(0,0%,48.6%,.15);border-top-color:hsla(0,0%,48.6%,.5);border-radius:100%}.loading-spinner.loading-spinner--large{height:100px;width:100px;border-width:6px;animation-duration:.6s}@keyframes rotation{0%{transform:rotate(0)}to{transform:rotate(359deg)}}input[type=text].localized-inline-date-picker-form--day{width:4.5rem;display:inline}input[type=text].localized-inline-date-picker-form--year{width:6rem;display:inline}.nav-tabs{font-size:.9rem;font-weight:600;margin-bottom:2.5rem}.nav-tabs nav{border-bottom:1px solid #6db350}[dir=ltr] .nav-tabs ul{padding-left:1rem}[dir=rtl] .nav-tabs ul{padding-right:1rem}.nav-tabs li{min-width:14%;display:inline-block;text-align:center}[dir=ltr] .nav-tabs li{margin-right:.1rem}[dir=rtl] .nav-tabs li{margin-left:.1rem}.nav-tabs li a{color:#aaa;text-decoration:none;outline:none;border:solid #d4d4d4;border-width:1px 1px 0;border-top-right-radius:3px;border-top-left-radius:3px;padding:.5rem 1rem;display:block;background:#f9f9f9}.nav-tabs li a:hover{color:#959595;background:#fff}.nav-tabs li a.active,.nav-tabs li a.active:hover{color:#6db350;border:1px solid #6db350;border-bottom-color:#fff;margin-bottom:-1px;background:#fff;box-shadow:inset 0 2px #6db350}pagination-numbers{margin:2em 0;display:block;text-align:center;color:#959595}pagination-numbers ul{display:inline-block;margin-bottom:0}[dir=ltr] pagination-numbers ul{margin-left:0;padding-left:0}[dir=rtl] pagination-numbers ul{margin-right:0;padding-right:0}pagination-numbers li{display:inline}pagination-numbers a{padding:0 7px;line-height:34px;text-decoration:none;cursor:pointer;line-height:24px;margin:0 .25rem;border:2px solid transparent;border-radius:5px}[dir=ltr] pagination-numbers a{float:left}[dir=rtl] pagination-numbers a{float:right}pagination-numbers .active a,pagination-numbers a:hover{font-weight:700}pagination-numbers .unavailable a,pagination-numbers .unavailable a:hover,pagination-numbers .unavailable span{background-color:transparent;cursor:default}pagination-numbers .current a{border-color:#2471c9}pagination-numbers .current a:hover{font-weight:400}@keyframes progress-bar-stripes{0%{background-position:40px 0}to{background-position:0 0}}.progress{display:block;overflow:hidden;height:22px;margin-bottom:22px;background-color:#f5f5f5;border-radius:3px;box-shadow:inset 0 1px 2px rgba(0,0,0,.1)}.progress-bar{width:0;height:100%;font-size:14px;line-height:22px;color:#fff;text-align:center;background-color:#6db350;box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);transition:width .6s ease}[dir=ltr] .progress-bar{float:left}[dir=rtl] .progress-bar{float:right}.progress-bar-striped,.progress-striped .progress-bar{background-size:40px 40px}[dir=ltr] .progress-bar-striped,[dir=ltr] .progress-striped .progress-bar{background-image:linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent)}[dir=rtl] .progress-bar-striped,[dir=rtl] .progress-striped .progress-bar{background-image:linear-gradient(-45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent)}.progress-bar.active,.progress.active .progress-bar{animation:progress-bar-stripes 2s linear infinite}.progress-bar-success{background-color:#39d884}[dir=ltr] .progress-striped .progress-bar-success{background-image:linear-gradient(45deg,#39d884 25%,transparent 0,transparent 50%,#39d884 0,#39d884 75%,transparent 0,transparent)}[dir=rtl] .progress-striped .progress-bar-success{background-image:linear-gradient(-45deg,#39d884 25%,transparent 0,transparent 50%,#39d884 0,#39d884 75%,transparent 0,transparent)}.progress-bar-info{background-color:#6db350}[dir=ltr] .progress-striped .progress-bar-info{background-image:linear-gradient(45deg,#6db350 25%,transparent 0,transparent 50%,#6db350 0,#6db350 75%,transparent 0,transparent)}[dir=rtl] .progress-striped .progress-bar-info{background-image:linear-gradient(-45deg,#6db350 25%,transparent 0,transparent 50%,#6db350 0,#6db350 75%,transparent 0,transparent)}.progress-bar-warning{background-color:#fba400}[dir=ltr] .progress-striped .progress-bar-warning{background-image:linear-gradient(45deg,#fba400 25%,transparent 0,transparent 50%,#fba400 0,#fba400 75%,transparent 0,transparent)}[dir=rtl] .progress-striped .progress-bar-warning{background-image:linear-gradient(-45deg,#fba400 25%,transparent 0,transparent 50%,#fba400 0,#fba400 75%,transparent 0,transparent)}.progress-bar-danger{background-color:#ee4033}[dir=ltr] .progress-striped .progress-bar-danger{background-image:linear-gradient(45deg,#ee4033 25%,transparent 0,transparent 50%,#ee4033 0,#ee4033 75%,transparent 0,transparent)}[dir=rtl] .progress-striped .progress-bar-danger{background-image:linear-gradient(-45deg,#ee4033 25%,transparent 0,transparent 50%,#ee4033 0,#ee4033 75%,transparent 0,transparent)}.report-selector{padding:0;max-width:600px}.report-selector.extra-wide{min-width:745px}.report-selector.show-statistics-reports label{min-width:140px}.report-selector{margin:34px auto 38px;text-align:center}.report-selector:after,.report-selector:before{content:" ";display:table}.report-selector:after{clear:both}.report-selector li{display:inline}.report-selector label{font-size:14px;cursor:pointer;text-align:center;background:#fafafa;margin-top:5px;padding:10px;border-radius:4px;border:1px solid #ccc;display:inline-block;margin-bottom:5px;max-width:100%}[dir=ltr] .report-selector label{margin-right:5px}[dir=rtl] .report-selector label{margin-left:5px}.report-selector label input[type=checkbox]{margin:.25em auto}.report-selector label svg{pointer-events:none;display:block;width:50px;height:65px;margin:auto auto 2px}.report-selector label.is-selected{background-color:#f0ffef;border:1px solid #6db350}text-fit{display:inline-block}transmitter-session-picker{width:fit-content;display:block}transmitter-session-picker .transmitter-session-picker__single .mdc-select__anchor,transmitter-session-picker .transmitter-session-picker__zero .mdc-select__anchor{cursor:pointer;pointer-events:none}[dir=ltr] transmitter-session-picker .transmitter-session-picker__single .mdc-select__anchor,[dir=ltr] transmitter-session-picker .transmitter-session-picker__zero .mdc-select__anchor{padding-right:16px}[dir=rtl] transmitter-session-picker .transmitter-session-picker__single .mdc-select__anchor,[dir=rtl] transmitter-session-picker .transmitter-session-picker__zero .mdc-select__anchor{padding-left:16px}transmitter-session-picker .mdc-select{display:inline-block}transmitter-session-picker .mdc-select__anchor{display:inline-flex;width:auto}transmitter-session-picker .mdc-select__selected-text{font-weight:700;font-size:1.2rem}.verification-code-input{padding:2rem}[dir=ltr] .verification-code-input{text-align:left}[dir=rtl] .verification-code-input{text-align:right}.verification-code-input h2{margin-bottom:.5rem;font-size:1.5rem;font-weight:600}.verification-code-input p{margin-bottom:2rem;color:#666}.verification-code-input fieldset{border:none;padding:0;margin:3rem 0;display:flex;gap:.5rem}[dir=ltr] .verification-code-input fieldset{justify-content:left}[dir=rtl] .verification-code-input fieldset{justify-content:right}.verification-code-input fieldset input{width:3rem;height:3rem;text-align:center;font-size:1.5rem;font-weight:600;border:2px solid #ddd;border-radius:.5rem;background:#f9f9f9;transition:all .2s ease}.verification-code-input fieldset input:focus{outline:none;border-color:#007bff;background:#fff;box-shadow:0 0 0 3px rgba(0,123,255,.1)}.verification-code-input fieldset input:invalid{border-color:#dc3545}.verification-code-input input::-webkit-inner-spin-button,.verification-code-input input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.verification-code-input input[type=number]{appearance:textfield}[dir=ltr] .single-verification-code-input{text-align:left}[dir=rtl] .single-verification-code-input{text-align:right}.single-verification-code-input p{margin-bottom:1rem;color:#666}.single-verification-code-input label.email-validation-code__label{font-weight:700;margin-bottom:0;font-size:.875rem}.single-verification-code-input__input-container{margin:.25rem 0 .5rem;display:flex;gap:1rem;align-items:center;flex-wrap:wrap}[dir=ltr] .single-verification-code-input__input-container{justify-content:left}[dir=rtl] .single-verification-code-input__input-container{justify-content:right}.single-verification-code-input__input{width:200px;min-width:200px;height:3rem;padding:0 1rem;text-align:center;font-size:1.5rem;font-weight:600;letter-spacing:.75rem;border:2px solid #ddd;border-radius:.5rem;background:#f9f9f9;transition:all .2s ease}.single-verification-code-input__input:focus{outline:none;border-color:#007bff;background:#fff;box-shadow:0 0 0 3px rgba(0,123,255,.1)}.single-verification-code-input__input:invalid,.single-verification-code-input__input[aria-invalid=true]{border-color:#dc3545;box-shadow:0 0 0 3px rgba(220,53,69,.2)}.single-verification-code-input__input:disabled{background-color:#f6f8fa;color:#6a737d;cursor:not-allowed}.single-verification-code-input__input::placeholder{color:#aaa;font-weight:400;letter-spacing:.75rem;text-align:center}.single-verification-code-input .error-message{color:#dc3545;font-size:.875rem;margin-top:.5rem;font-weight:500}.single-verification-code-input .action-btn{min-width:120px;background:none;border:none;color:#007bff;text-decoration:none;cursor:pointer;font-size:1rem;padding:.25rem 0 0;border-radius:4px;font-weight:700}.single-verification-code-input .action-btn:hover:not(:disabled){color:rgba(16,99,188,.9)}.single-verification-code-input .action-btn:focus{outline:none;box-shadow:0 0 0 3px rgba(0,123,255,.2)}.single-verification-code-input .action-btn:disabled{color:#6a737d;cursor:not-allowed;text-decoration:none}.single-verification-code-input input::-webkit-inner-spin-button,.single-verification-code-input input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.single-verification-code-input input[type=text]{appearance:textfield}.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;white-space:nowrap!important;border:0!important}.single-verification-code-input__action-row{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:flex-end;margin-top:1rem}.single-verification-code-input__button-group{display:flex;flex-direction:row-reverse;gap:.5rem}[dir=ltr] .single-verification-code-input__button-group{margin-left:auto}[dir=rtl] .single-verification-code-input__button-group{margin-right:auto}.single-verification-code-input__trusted-device{display:flex;align-items:center}.single-verification-code-input__trusted-device-checkbox{margin-bottom:.5rem}[dir=ltr] .single-verification-code-input__trusted-device-checkbox{margin-right:.5rem}[dir=rtl] .single-verification-code-input__trusted-device-checkbox{margin-left:.5rem}.single-verification-code-input__trusted-device-label{font-size:.875rem;color:#4a4a4a}user-notification-banner{text-align:center;padding:0;width:100%;background:#6db350;color:#fff;font-size:16px;font-weight:600;display:block}user-notification-banner .user-notification-banner__message{padding:6px 0;margin:0 auto;max-width:1440px;text-align:center;line-height:2em}user-notification-banner a{color:#fff;text-decoration:underline}user-notification-banner button{box-shadow:none;font-size:12px;line-height:18px;min-width:auto;font-weight:700;border:2px solid #fff;color:#fff;padding:4px 10px;background:none;border-radius:999px}[dir=ltr] user-notification-banner button{margin:0 0 0 2em}[dir=rtl] user-notification-banner button{margin:0 2em 0 0}user-notification-banner button:hover{background:#fff;color:#6db350}user-notification-banner button.active,user-notification-banner button:focus,user-notification-banner button:hover{box-shadow:none}.ehr-footer{background-color:#444;color:#fff;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:8px;padding:12px 16px;font-size:.8rem;line-height:1.4;text-align:center}.ehr-footer__separator{color:#fff}.ehr-footer__terms-link{color:#fff;font-weight:600;text-decoration:none}.ehr-footer__terms-link:focus,.ehr-footer__terms-link:hover{text-decoration:underline}clarity-application-footer:has(.ehr-footer){height:auto}footer-regulatory-content .layout-row{padding-top:13px}[dir=ltr] footer-regulatory-content .footer-regulatory-content__col1{min-width:350px}[dir=rtl] footer-regulatory-content .footer-regulatory-content__col1{min-width:0}footer-regulatory-content .footer-regulatory-content__col2{display:inline;margin-top:12px}[dir=ltr] footer-regulatory-content .footer-regulatory-content__col2{margin-right:0}[dir=rtl] footer-regulatory-content .footer-regulatory-content__col2{margin-right:250px/3}footer-regulatory-content .footer-regulatory-content__col2 a{color:#fff;font-weight:700;text-decoration:none}[dir=ltr] footer-regulatory-content .footer-regulatory-content__col2 a{margin-right:12px}[dir=rtl] footer-regulatory-content .footer-regulatory-content__col2 a{margin-left:12px}footer-regulatory-content .footer-regulatory-content__col2 a:hover{color:#fff;text-decoration:underline}footer-regulatory-content .footer-regulatory-content__col2 .footer-links{display:flex;flex-wrap:wrap}footer-regulatory-content .footer-regulatory-content__copyright{vertical-align:super}footer-regulatory-content .footer-regulatory-content__logo-link,footer-regulatory-content .footer-regulatory-content__logo-link:hover{text-decoration:none}footer-regulatory-content .footer-regulatory-content__logo-link img{max-width:180px;display:inline;margin-top:9px;margin-bottom:12px}footer-regulatory-content .footer-regulatory-content__attribution{margin-top:20px;margin-bottom:20px}japan-blurb{display:block}.ce-mark,.ukca-mark,ce-mark,ukca-mark{color:#fff;display:block;margin-top:5px}.ce-mark__row,.ch-mark__row,.ukca-mark__row{display:flex;margin-bottom:22px}.ce-mark__ec-rep,.ce-mark__ec-rep-details,.ce-mark__logo,.ch-mark__ec-rep,.ch-mark__ec-rep-details,.ch-mark__logo,.ukca-mark__ec-rep,.ukca-mark__ec-rep-details,.ukca-mark__logo{display:inline-block}.ce-mark__ec-rep,.ce-mark__ec-rep span,.ce-mark__ec-rep-details,.ce-mark__logo,.ce-mark__logo svg,.ch-mark__ec-rep,.ch-mark__ec-rep span,.ch-mark__ec-rep-details,.ch-mark__logo,.ch-mark__logo svg,.ukca-mark__ec-rep,.ukca-mark__ec-rep span,.ukca-mark__ec-rep-details,.ukca-mark__logo,.ukca-mark__logo svg{vertical-align:middle}[dir] .ce-mark__logo,[dir] .ch-mark__logo,[dir] .ukca-mark__logo{margin-right:.5rem /*!rtl:ignore*/}[dir] .ce-mark__logo img,[dir] .ce-mark__logo svg,[dir] .ch-mark__logo img,[dir] .ch-mark__logo svg,[dir] .ukca-mark__logo img,[dir] .ukca-mark__logo svg{width:27px;height:27px;fill:#fff}[dir] .ce-mark__logo img,[dir] .ch-mark__logo img,[dir] .ukca-mark__logo img{margin-top:-3px}[dir] .ce-mark__logo svg,[dir] .ch-mark__logo svg,[dir] .ukca-mark__logo svg{margin-top:-6px}[dir] .ce-mark__ec-rep,[dir] .ce-mark__md,[dir] .ch-mark__ec-rep,[dir] .ch-mark__md,[dir] .ukca-mark__ec-rep{font-family:arial,sans-serif;font-size:.9rem;font-weight:700}[dir] .ce-mark__ec-rep span,[dir] .ce-mark__md span,[dir] .ch-mark__ec-rep span,[dir] .ch-mark__md span,[dir] .ukca-mark__ec-rep span{border:2px solid #fff;padding:3px 6px}[dir] .ce-mark__ec-rep span+span,[dir] .ce-mark__md span+span,[dir] .ch-mark__ec-rep span+span,[dir] .ch-mark__md span+span,[dir] .ukca-mark__ec-rep span+span{border-left:none /*!rtl:ignore*/;margin-left:0 /*!rtl:ignore*/}[dir] .ce-mark__ec-rep-details,[dir] .ch-mark__ec-rep-details,[dir] .ukca-mark__ec-rep-details{text-align:left /*!rtl:ignore*/;font-size:.75rem;line-height:.95rem;margin-left:1rem /*!rtl:ignore*/;margin-top:-14px}data-privacy-notice{gap:30px;font-size:.9rem;position:fixed;padding:10px;bottom:0;width:100%;height:140px;background:#fff;align-items:center;justify-content:space-between;border-top:6px solid #458124;display:flex;flex-direction:row;position:sticky}.data-privacy-notice__cookie-text{flex:90%}.data-privacy-notice__cookie-text__title{font-weight:700;padding-bottom:.2rem}.data-privacy-notice__agree-button{flex:10%}.data-privacy-notice__close-button{align-self:flex-start;cursor:pointer}[dir=ltr] .data-privacy-notice__close-button{padding-left:4px}[dir=rtl] .data-privacy-notice__close-button{padding-right:4px}body.language-de .offline-ui .offline-ui-retry:before{content:"Verbinden"}body.language-de .offline-ui.offline-ui-up .offline-ui-content:before{content:"Dein Computer ist mit dem Internet verbunden."}@media (max-width:1024px){body.language-de .offline-ui.offline-ui-up .offline-ui-content:before{content:"Dein Gerät ist mit dem Internet verbunden."}}@media (max-width:568px){body.language-de .offline-ui.offline-ui-up .offline-ui-content:before{content:"Dein Gerät ist online."}}body.language-de .offline-ui.offline-ui-down .offline-ui-content:before{content:"Dein Computer wurde vom Internet getrennt."}@media (max-width:1024px){body.language-de .offline-ui.offline-ui-down .offline-ui-content:before{content:"Dein Gerät wurde vom Internet getrennt."}}@media (max-width:568px){body.language-de .offline-ui.offline-ui-down .offline-ui-content:before{content:"Keine Internetverbindung."}}body.language-de .offline-ui.offline-ui-down.offline-ui-connecting .offline-ui-content:before,body.language-de .offline-ui.offline-ui-down.offline-ui-connecting-2s .offline-ui-content:before{content:"Versuche Verbindung wiederherzustellen..."}body.language-de .offline-ui.offline-ui-down.offline-ui-waiting .offline-ui-content[data-retry-in-unit=second]:before{content:"Keine Verbindung. Verbinde nochmal in " attr(data-retry-in-value) " Sekunden..."}@media (max-width:568px){body.language-de .offline-ui.offline-ui-down.offline-ui-waiting .offline-ui-content[data-retry-in-unit=second]:before{content:"Verbinde in " attr(data-retry-in-value) "s..."}}body.language-de .offline-ui.offline-ui-down.offline-ui-waiting .offline-ui-content[data-retry-in-unit=second][data-retry-in-value="1"]:before{content:"Keine Verbindung. Verbinde nochmal in " attr(data-retry-in-value) " Sekunde..."}@media (max-width:568px){body.language-de .offline-ui.offline-ui-down.offline-ui-waiting .offline-ui-content[data-retry-in-unit=second][data-retry-in-value="1"]:before{content:"Verbinde in " attr(data-retry-in-value) "s..."}}body.language-de .offline-ui.offline-ui-down.offline-ui-waiting .offline-ui-content[data-retry-in-unit=minute]:before{content:"Keine Verbindung. Verbinde nochmal in " attr(data-retry-in-value) " Minuten..."}@media (max-width:568px){body.language-de .offline-ui.offline-ui-down.offline-ui-waiting .offline-ui-content[data-retry-in-unit=minute]:before{content:"Verbinde in " attr(data-retry-in-value) "m..."}}body.language-de .offline-ui.offline-ui-down.offline-ui-waiting .offline-ui-content[data-retry-in-unit=minute][data-retry-in-value="1"]:before{content:"Keine Verbindung. Verbinde nochmal in " attr(data-retry-in-value) " Minute..."}@media (max-width:568px){body.language-de .offline-ui.offline-ui-down.offline-ui-waiting .offline-ui-content[data-retry-in-unit=minute][data-retry-in-value="1"]:before{content:"Verbinde in " attr(data-retry-in-value) "m..."}}body.language-de .offline-ui.offline-ui-down.offline-ui-waiting .offline-ui-content[data-retry-in-unit=hour]:before{content:"Keine Verbindung. Verbinde nochmal in " attr(data-retry-in-value) " Stunden..."}@media (max-width:568px){body.language-de .offline-ui.offline-ui-down.offline-ui-waiting .offline-ui-content[data-retry-in-unit=hour]:before{content:"Verbinde in " attr(data-retry-in-value) "h..."}}body.language-de .offline-ui.offline-ui-down.offline-ui-waiting .offline-ui-content[data-retry-in-unit=hour][data-retry-in-value="1"]:before{content:"Keine Verbindung. Verbinde nochmal in " attr(data-retry-in-value) " Stunde..."}@media (max-width:568px){body.language-de .offline-ui.offline-ui-down.offline-ui-waiting .offline-ui-content[data-retry-in-unit=hour][data-retry-in-value="1"]:before{content:"Verbinde in " attr(data-retry-in-value) "h..."}}body.language-de .offline-ui.offline-ui-down.offline-ui-reconnect-failed-2s.offline-ui-waiting .offline-ui-retry{display:none}body.language-de .offline-ui.offline-ui-down.offline-ui-reconnect-failed-2s .offline-ui-content:before{content:"Verbindung Fehlgeschlagen."}body.language-en .offline-ui .offline-ui-retry:before{content:"Reconnect"}body.language-en .offline-ui.offline-ui-up .offline-ui-content:before{content:"Your computer is connected to the internet."}@media (max-width:1024px){body.language-en .offline-ui.offline-ui-up .offline-ui-content:before{content:"Your device is connected to the internet."}}@media (max-width:568px){body.language-en .offline-ui.offline-ui-up .offline-ui-content:before{content:"Your device is connected."}}body.language-en .offline-ui.offline-ui-down .offline-ui-content:before{content:"Your computer lost its internet connection."}@media (max-width:1024px){body.language-en .offline-ui.offline-ui-down .offline-ui-content:before{content:"Your device lost its internet connection."}}@media (max-width:568px){body.language-en .offline-ui.offline-ui-down .offline-ui-content:before{content:"Your device isn't connected."}}body.language-en .offline-ui.offline-ui-down.offline-ui-connecting .offline-ui-content:before,body.language-en .offline-ui.offline-ui-down.offline-ui-connecting-2s .offline-ui-content:before{content:"Attempting to reconnect..."}body.language-en .offline-ui.offline-ui-down.offline-ui-waiting .offline-ui-content[data-retry-in-unit=second]:before{content:"Connection lost. Reconnecting in " attr(data-retry-in-value) " seconds..."}@media (max-width:568px){body.language-en .offline-ui.offline-ui-down.offline-ui-waiting .offline-ui-content[data-retry-in-unit=second]:before{content:"Reconnecting in " attr(data-retry-in-value) "s..."}}body.language-en .offline-ui.offline-ui-down.offline-ui-waiting .offline-ui-content[data-retry-in-unit=second][data-retry-in-value="1"]:before{content:"Connection lost. Reconnecting in " attr(data-retry-in-value) " second..."}@media (max-width:568px){body.language-en .offline-ui.offline-ui-down.offline-ui-waiting .offline-ui-content[data-retry-in-unit=second][data-retry-in-value="1"]:before{content:"Reconnecting in " attr(data-retry-in-value) "s..."}}body.language-en .offline-ui.offline-ui-down.offline-ui-waiting .offline-ui-content[data-retry-in-unit=minute]:before{content:"Connection lost. Reconnecting in " attr(data-retry-in-value) " minutes..."}@media (max-width:568px){body.language-en .offline-ui.offline-ui-down.offline-ui-waiting .offline-ui-content[data-retry-in-unit=minute]:before{content:"Reconnecting in " attr(data-retry-in-value) "m..."}}body.language-en .offline-ui.offline-ui-down.offline-ui-waiting .offline-ui-content[data-retry-in-unit=minute][data-retry-in-value="1"]:before{content:"Connection lost. Reconnecting in " attr(data-retry-in-value) " minute..."}@media (max-width:568px){body.language-en .offline-ui.offline-ui-down.offline-ui-waiting .offline-ui-content[data-retry-in-unit=minute][data-retry-in-value="1"]:before{content:"Reconnecting in " attr(data-retry-in-value) "m..."}}body.language-en .offline-ui.offline-ui-down.offline-ui-waiting .offline-ui-content[data-retry-in-unit=hour]:before{content:"Connection lost. Reconnecting in " attr(data-retry-in-value) " hours..."}@media (max-width:568px){body.language-en .offline-ui.offline-ui-down.offline-ui-waiting .offline-ui-content[data-retry-in-unit=hour]:before{content:"Reconnecting in " attr(data-retry-in-value) "h..."}}body.language-en .offline-ui.offline-ui-down.offline-ui-waiting .offline-ui-content[data-retry-in-unit=hour][data-retry-in-value="1"]:before{content:"Connection lost. Reconnecting in " attr(data-retry-in-value) " hour..."}@media (max-width:568px){body.language-en .offline-ui.offline-ui-down.offline-ui-waiting .offline-ui-content[data-retry-in-unit=hour][data-retry-in-value="1"]:before{content:"Reconnecting in " attr(data-retry-in-value) "h..."}}body.language-en .offline-ui.offline-ui-down.offline-ui-reconnect-failed-2s.offline-ui-waiting .offline-ui-retry{display:none}body.language-en .offline-ui.offline-ui-down.offline-ui-reconnect-failed-2s .offline-ui-content:before{content:"Connection attempt failed."}body.language-it .offline-ui .offline-ui-retry:before{content:"Riconnetti"}body.language-it .offline-ui.offline-ui-up .offline-ui-content:before{content:"Il tuo computer è connesso ad internet."}@media (max-width:1024px){body.language-it .offline-ui.offline-ui-up .offline-ui-content:before{content:"Il tuo device è connesso ad internet."}}@media (max-width:568px){body.language-it .offline-ui.offline-ui-up .offline-ui-content:before{content:"Il tuo device è connesso."}}body.language-it .offline-ui.offline-ui-down .offline-ui-content:before{content:"Il tuo computer si è disconnesso da internet."}@media (max-width:1024px){body.language-it .offline-ui.offline-ui-down .offline-ui-content:before{content:"Il tuo device si è disconnesso da internet."}}@media (max-width:568px){body.language-it .offline-ui.offline-ui-down .offline-ui-content:before{content:"Il tuo device si è disconnesso."}}body.language-it .offline-ui.offline-ui-down.offline-ui-connecting .offline-ui-content:before,body.language-it .offline-ui.offline-ui-down.offline-ui-connecting-2s .offline-ui-content:before{content:"Connessione in corso..."}body.language-it .offline-ui.offline-ui-down.offline-ui-waiting .offline-ui-content[data-retry-in-unit=second]:before{content:"Connessione persa. Riconnessione tra " attr(data-retry-in-value) " secondi..."}@media (max-width:568px){body.language-it .offline-ui.offline-ui-down.offline-ui-waiting .offline-ui-content[data-retry-in-unit=second]:before{content:"Riconnessione tra " attr(data-retry-in-value) "s..."}}body.language-it .offline-ui.offline-ui-down.offline-ui-waiting .offline-ui-content[data-retry-in-unit=second][data-retry-in-value="1"]:before{content:"Connessione persa. Riconnessione tra " attr(data-retry-in-value) " secondo..."}@media (max-width:568px){body.language-it .offline-ui.offline-ui-down.offline-ui-waiting .offline-ui-content[data-retry-in-unit=second][data-retry-in-value="1"]:before{content:"Riconnessione tra " attr(data-retry-in-value) "s..."}}body.language-it .offline-ui.offline-ui-down.offline-ui-waiting .offline-ui-content[data-retry-in-unit=minute]:before{content:"Connessione persa. Riconnessione tra " attr(data-retry-in-value) " minuti..."}@media (max-width:568px){body.language-it .offline-ui.offline-ui-down.offline-ui-waiting .offline-ui-content[data-retry-in-unit=minute]:before{content:"Riconnessione tra " attr(data-retry-in-value) "m..."}}body.language-it .offline-ui.offline-ui-down.offline-ui-waiting .offline-ui-content[data-retry-in-unit=minute][data-retry-in-value="1"]:before{content:"Connessione persa. Riconnessione tra " attr(data-retry-in-value) " minuto..."}@media (max-width:568px){body.language-it .offline-ui.offline-ui-down.offline-ui-waiting .offline-ui-content[data-retry-in-unit=minute][data-retry-in-value="1"]:before{content:"Riconnessione tra " attr(data-retry-in-value) "m..."}}body.language-it .offline-ui.offline-ui-down.offline-ui-waiting .offline-ui-content[data-retry-in-unit=hour]:before{content:"Connessione persa. Riconnessione tra " attr(data-retry-in-value) " ore..."}@media (max-width:568px){body.language-it .offline-ui.offline-ui-down.offline-ui-waiting .offline-ui-content[data-retry-in-unit=hour]:before{content:"Riconnessione tra " attr(data-retry-in-value) "h..."}}body.language-it .offline-ui.offline-ui-down.offline-ui-waiting .offline-ui-content[data-retry-in-unit=hour][data-retry-in-value="1"]:before{content:"Connessione persa. Riconnessione tra " attr(data-retry-in-value) " ora..."}@media (max-width:568px){body.language-it .offline-ui.offline-ui-down.offline-ui-waiting .offline-ui-content[data-retry-in-unit=hour][data-retry-in-value="1"]:before{content:"Riconnessione tra " attr(data-retry-in-value) "h..."}}body.language-it .offline-ui.offline-ui-down.offline-ui-reconnect-failed-2s.offline-ui-waiting .offline-ui-retry{display:none}body.language-it .offline-ui.offline-ui-down.offline-ui-reconnect-failed-2s .offline-ui-content:before{content:"Tentativo di connessione fallito."}body.language-nl .offline-ui .offline-ui-retry:before{content:"Opnieuw"}body.language-nl .offline-ui.offline-ui-up .offline-ui-content:before{content:"Computer verbonden met internet."}@media (max-width:1024px){body.language-nl .offline-ui.offline-ui-up .offline-ui-content:before{content:"Apparaat verbonden met internet."}}@media (max-width:568px){body.language-nl .offline-ui.offline-ui-up .offline-ui-content:before{content:"Apparaat verbonden met internet."}}body.language-nl .offline-ui.offline-ui-down .offline-ui-content:before{content:"Computer niet verbonden met internet."}@media (max-width:1024px){body.language-nl .offline-ui.offline-ui-down .offline-ui-content:before{content:"Apparaat niet verbonden met internet."}}@media (max-width:568px){body.language-nl .offline-ui.offline-ui-down .offline-ui-content:before{content:"Apparaat niet verbonden met internet."}}body.language-nl .offline-ui.offline-ui-down.offline-ui-connecting .offline-ui-content:before,body.language-nl .offline-ui.offline-ui-down.offline-ui-connecting-2s .offline-ui-content:before{content:"Opnieuw proberen..."}body.language-nl .offline-ui.offline-ui-down.offline-ui-waiting .offline-ui-content[data-retry-in-unit=second]:before{content:"Internetverbinding kwijt. Opnieuw proberen over " attr(data-retry-in-value) " seconden..."}@media (max-width:568px){body.language-nl .offline-ui.offline-ui-down.offline-ui-waiting .offline-ui-content[data-retry-in-unit=second]:before{content:"Opnieuw proberen over " attr(data-retry-in-value) "s..."}}body.language-nl .offline-ui.offline-ui-down.offline-ui-waiting .offline-ui-content[data-retry-in-unit=second][data-retry-in-value="1"]:before{content:"Internetverbinding kwijt. Opnieuw proberen over " attr(data-retry-in-value) " seconde..."}@media (max-width:568px){body.language-nl .offline-ui.offline-ui-down.offline-ui-waiting .offline-ui-content[data-retry-in-unit=second][data-retry-in-value="1"]:before{content:"Opnieuw proberen over " attr(data-retry-in-value) "s..."}}body.language-nl .offline-ui.offline-ui-down.offline-ui-waiting .offline-ui-content[data-retry-in-unit=minute]:before{content:"Internetverbinding kwijt. Opnieuw proberen over " attr(data-retry-in-value) " minuten..."}@media (max-width:568px){body.language-nl .offline-ui.offline-ui-down.offline-ui-waiting .offline-ui-content[data-retry-in-unit=minute]:before{content:"Opnieuw proberen over " attr(data-retry-in-value) "m..."}}body.language-nl .offline-ui.offline-ui-down.offline-ui-waiting .offline-ui-content[data-retry-in-unit=minute][data-retry-in-value="1"]:before{content:"Internetverbinding kwijt. Opnieuw proberen over " attr(data-retry-in-value) " minuut..."}@media (max-width:568px){body.language-nl .offline-ui.offline-ui-down.offline-ui-waiting .offline-ui-content[data-retry-in-unit=minute][data-retry-in-value="1"]:before{content:"Opnieuw proberen over " attr(data-retry-in-value) "m..."}}body.language-nl .offline-ui.offline-ui-down.offline-ui-waiting .offline-ui-content[data-retry-in-unit=hour]:before{content:"Internetverbinding kwijt. Opnieuw proberen over " attr(data-retry-in-value) " uren..."}@media (max-width:568px){body.language-nl .offline-ui.offline-ui-down.offline-ui-waiting .offline-ui-content[data-retry-in-unit=hour]:before{content:"Opnieuw proberen over " attr(data-retry-in-value) "u..."}}body.language-nl .offline-ui.offline-ui-down.offline-ui-waiting .offline-ui-content[data-retry-in-unit=hour][data-retry-in-value="1"]:before{content:"Internetverbinding kwijt. Opnieuw proberen over " attr(data-retry-in-value) " uur..."}@media (max-width:568px){body.language-nl .offline-ui.offline-ui-down.offline-ui-waiting .offline-ui-content[data-retry-in-unit=hour][data-retry-in-value="1"]:before{content:"Opnieuw proberen over " attr(data-retry-in-value) "u..."}}body.language-nl .offline-ui.offline-ui-down.offline-ui-reconnect-failed-2s.offline-ui-waiting .offline-ui-retry{display:none}body.language-nl .offline-ui.offline-ui-down.offline-ui-reconnect-failed-2s .offline-ui-content:before{content:"Poging mislukt."}.offline-ui,.offline-ui *,.offline-ui :after,.offline-ui :before,.offline-ui:after,.offline-ui:before{box-sizing:border-box}.offline-ui{display:none;position:fixed;background:#fff;z-index:2000;margin:auto;top:0;left:0;right:0}.offline-ui .offline-ui-content:before{display:inline}.offline-ui .offline-ui-retry{-webkit-user-select:none;user-select:none;display:none}.offline-ui .offline-ui-retry:before{display:inline}.offline-ui.offline-ui-down,.offline-ui.offline-ui-down.offline-ui-waiting .offline-ui-retry,.offline-ui.offline-ui-up.offline-ui-up-5s{display:block}.offline-ui.offline-ui-down.offline-ui-reconnect-failed-2s.offline-ui-waiting .offline-ui-retry{display:none}@keyframes offline-dropin{0%{transform:translateY(0);-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);opacity:0}1%{transform:translateY(-800px);-webkit-transform:translateY(-800px);-moz-transform:translateY(-800px);-ms-transform:translateY(-800px);-o-transform:translateY(-800px);opacity:0}2%{transform:translateY(-800px);-webkit-transform:translateY(-800px);-moz-transform:translateY(-800px);-ms-transform:translateY(-800px);-o-transform:translateY(-800px);opacity:1}to{transform:translateY(0);-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);opacity:1}}@keyframes offline-dropout{0%{transform:translateY(0);-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0)}to{transform:translateY(-800px);-webkit-transform:translateY(-800px);-moz-transform:translateY(-800px);-ms-transform:translateY(-800px);-o-transform:translateY(-800px)}}@keyframes offline-rotation{0%{transform:rotate(0deg);-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-ms-transform:rotate(0deg);-o-transform:rotate(0deg)}to{transform:rotate(359deg);-webkit-transform:rotate(359deg);-moz-transform:rotate(359deg);-ms-transform:rotate(359deg);-o-transform:rotate(359deg)}}.offline-ui{box-shadow:0 0 0 1px rgba(0,0,0,.15),0 0 1em rgba(0,0,0,.3);font-family:Lucida Grande,sans-serif;font-size:14px;padding:1em;width:38em;max-width:100%;background:#f6f6f6;color:#444;overflow:hidden}[dir=ltr] .offline-ui .offline-ui-content{padding-left:2em}[dir=rtl] .offline-ui .offline-ui-content{padding-right:2em}.offline-ui .offline-ui-content:before{line-height:1.25em}.offline-ui .offline-ui-content:after{border-radius:50%;content:" ";display:block;position:absolute;top:0;bottom:0;margin:auto;height:1em;width:1em}[dir=ltr] .offline-ui .offline-ui-content:after{left:1em}[dir=rtl] .offline-ui .offline-ui-content:after{right:1em}.offline-ui .offline-ui-retry{box-shadow:0 1px 0 rgba(0,0,0,.08),inset 0 1px 2px hsla(0,0%,100%,.75);border-radius:2px;background-image:linear-gradient(#ededed,#ededed 38%,#dedede);position:absolute;top:1em;bottom:1em;border:1px solid rgba(0,0,0,.25);text-shadow:0 1px 0 #f0f0f0;padding:0 1em;line-height:1.6em;height:1.7em;margin:auto;font-size:12px;text-decoration:none;color:inherit}[dir=ltr] .offline-ui .offline-ui-retry{right:4em}[dir=rtl] .offline-ui .offline-ui-retry{left:4em}.offline-ui.offline-ui-up{animation:offline-dropout .5s 2s forwards;-webkit-backface-visibility:hidden}.offline-ui.offline-ui-up .offline-ui-content:after{background:#80d580}.offline-ui.offline-ui-down{animation:offline-dropin .5s;-webkit-backface-visibility:hidden}.offline-ui.offline-ui-down .offline-ui-content:after{background:#ec8787}[dir=ltr] .offline-ui.offline-ui-down.offline-ui-connecting,[dir=ltr] .offline-ui.offline-ui-down.offline-ui-waiting{padding-right:3em}[dir=rtl] .offline-ui.offline-ui-down.offline-ui-connecting,[dir=rtl] .offline-ui.offline-ui-down.offline-ui-waiting{padding-left:3em}.offline-ui.offline-ui-down.offline-ui-connecting .offline-ui-content:after,.offline-ui.offline-ui-down.offline-ui-waiting .offline-ui-content:after{background:#ec8787}.offline-ui.offline-ui-down.offline-ui-connecting:after,.offline-ui.offline-ui-down.offline-ui-waiting:after{animation:offline-rotation .7s linear infinite;-webkit-backface-visibility:hidden;border-radius:50%;content:" ";display:block;position:absolute;top:0;bottom:0;margin:auto;height:1em;width:1em;border:2px solid transparent;border-top-color:rgba(0,0,0,.5);opacity:.7}[dir=ltr] .offline-ui.offline-ui-down.offline-ui-connecting:after,[dir=ltr] .offline-ui.offline-ui-down.offline-ui-waiting:after{right:1em;border-left-color:rgba(0,0,0,.5)}[dir=rtl] .offline-ui.offline-ui-down.offline-ui-connecting:after,[dir=rtl] .offline-ui.offline-ui-down.offline-ui-waiting:after{left:1em;border-right-color:rgba(0,0,0,.5)}[dir=ltr] .offline-ui.offline-ui-down.offline-ui-waiting{padding-right:11em}[dir=rtl] .offline-ui.offline-ui-down.offline-ui-waiting{padding-left:11em}[dir=ltr] .offline-ui.offline-ui-down.offline-ui-waiting.offline-ui-reconnect-failed-2s{padding-right:0}[dir=rtl] .offline-ui.offline-ui-down.offline-ui-waiting.offline-ui-reconnect-failed-2s{padding-left:0}.flatpickr-calendar{background:transparent;opacity:0;display:none;text-align:center;visibility:hidden;padding:0;animation:none;border:0;font-size:14px;line-height:24px;border-radius:5px;position:absolute;width:307.875px;box-sizing:border-box;touch-action:manipulation;box-shadow:0 3px 13px rgba(0,0,0,.08)}[dir=ltr] .flatpickr-calendar{direction:ltr}[dir=rtl] .flatpickr-calendar{direction:rtl}.flatpickr-calendar.inline,.flatpickr-calendar.open{opacity:1;max-height:640px;visibility:visible}.flatpickr-calendar.open{display:inline-block;z-index:99999}.flatpickr-calendar.animate.open{animation:fpFadeInDown .3s cubic-bezier(.23,1,.32,1)}.flatpickr-calendar.inline{display:block;position:relative;top:2px}.flatpickr-calendar.static{position:absolute;top:calc(100% + 2px)}.flatpickr-calendar.static.open{z-index:999;display:block}.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7){box-shadow:none!important}[dir=ltr] .flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1){box-shadow:-2px 0 0 #e6e6e6,5px 0 0 #e6e6e6}[dir=rtl] .flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1){box-shadow:2px 0 0 #e6e6e6,-5px 0 0 #e6e6e6}.flatpickr-calendar .hasTime .dayContainer,.flatpickr-calendar .hasWeeks .dayContainer{border-bottom:0;border-bottom-right-radius:0;border-bottom-left-radius:0}[dir=ltr] .flatpickr-calendar .hasWeeks .dayContainer{border-left:0}[dir=rtl] .flatpickr-calendar .hasWeeks .dayContainer{border-right:0}.flatpickr-calendar.hasTime .flatpickr-time{height:40px;border-top:1px solid #eceef1}.flatpickr-calendar.hasTime .flatpickr-innerContainer{border-bottom:0}.flatpickr-calendar.hasTime .flatpickr-time{border:1px solid #eceef1}.flatpickr-calendar.noCalendar.hasTime .flatpickr-time{height:auto}.flatpickr-calendar:after,.flatpickr-calendar:before{position:absolute;display:block;pointer-events:none;border:solid transparent;content:"";height:0;width:0}[dir=ltr] .flatpickr-calendar:after,[dir=ltr] .flatpickr-calendar:before{left:22px}[dir=rtl] .flatpickr-calendar:after,[dir=rtl] .flatpickr-calendar:before{right:22px}[dir=ltr] .flatpickr-calendar.arrowRight:after,[dir=ltr] .flatpickr-calendar.arrowRight:before,[dir=ltr] .flatpickr-calendar.rightMost:after,[dir=ltr] .flatpickr-calendar.rightMost:before{left:auto;right:22px}[dir=rtl] .flatpickr-calendar.arrowRight:after,[dir=rtl] .flatpickr-calendar.arrowRight:before,[dir=rtl] .flatpickr-calendar.rightMost:after,[dir=rtl] .flatpickr-calendar.rightMost:before{right:auto;left:22px}.flatpickr-calendar.arrowCenter:after,.flatpickr-calendar.arrowCenter:before{left:50%;right:50%}.flatpickr-calendar:before{border-width:5px;margin:0 -5px}.flatpickr-calendar:after{border-width:4px;margin:0 -4px}.flatpickr-calendar.arrowTop:after,.flatpickr-calendar.arrowTop:before{bottom:100%}.flatpickr-calendar.arrowTop:after,.flatpickr-calendar.arrowTop:before{border-bottom-color:#eceef1}.flatpickr-calendar.arrowBottom:after,.flatpickr-calendar.arrowBottom:before{top:100%}.flatpickr-calendar.arrowBottom:after,.flatpickr-calendar.arrowBottom:before{border-top-color:#eceef1}.flatpickr-calendar:focus{outline:0}.flatpickr-wrapper{position:relative;display:inline-block}.flatpickr-months{display:flex}.flatpickr-months .flatpickr-month{border-radius:5px 5px 0 0;background:#eceef1;color:#5a6171;fill:#5a6171;height:34px;line-height:1;text-align:center;position:relative;-webkit-user-select:none;user-select:none;overflow:hidden;flex:1}.flatpickr-months .flatpickr-next-month,.flatpickr-months .flatpickr-prev-month{-webkit-user-select:none;user-select:none;text-decoration:none;cursor:pointer;position:absolute;top:0;height:34px;padding:10px;z-index:3;color:#5a6171;fill:#5a6171}.flatpickr-months .flatpickr-next-month.flatpickr-disabled,.flatpickr-months .flatpickr-prev-month.flatpickr-disabled{display:none}.flatpickr-months .flatpickr-next-month i,.flatpickr-months .flatpickr-prev-month i{position:relative}[dir=ltr] .flatpickr-months .flatpickr-next-month.flatpickr-prev-month,[dir=ltr] .flatpickr-months .flatpickr-prev-month.flatpickr-prev-month{left:0}[dir=ltr] .flatpickr-months .flatpickr-next-month.flatpickr-next-month,[dir=ltr] .flatpickr-months .flatpickr-prev-month.flatpickr-next-month,[dir=rtl] .flatpickr-months .flatpickr-next-month.flatpickr-prev-month,[dir=rtl] .flatpickr-months .flatpickr-prev-month.flatpickr-prev-month{right:0}[dir=rtl] .flatpickr-months .flatpickr-next-month.flatpickr-next-month,[dir=rtl] .flatpickr-months .flatpickr-prev-month.flatpickr-next-month{left:0}.flatpickr-months .flatpickr-next-month:hover,.flatpickr-months .flatpickr-prev-month:hover{color:#bbb}.flatpickr-months .flatpickr-next-month:hover svg,.flatpickr-months .flatpickr-prev-month:hover svg{fill:#f64747}.flatpickr-months .flatpickr-next-month svg,.flatpickr-months .flatpickr-prev-month svg{width:14px;height:14px}.flatpickr-months .flatpickr-next-month svg path,.flatpickr-months .flatpickr-prev-month svg path{transition:fill .1s;fill:inherit}.numInputWrapper{position:relative;height:auto}.numInputWrapper input,.numInputWrapper span{display:inline-block}.numInputWrapper input{width:100%}.numInputWrapper input::-ms-clear{display:none}.numInputWrapper input::-webkit-inner-spin-button,.numInputWrapper input::-webkit-outer-spin-button{margin:0;-webkit-appearance:none}.numInputWrapper span{position:absolute;width:14px;height:50%;line-height:50%;opacity:0;cursor:pointer;border:1px solid rgba(72,72,72,.15);box-sizing:border-box}[dir=ltr] .numInputWrapper span{right:0;padding:0 4px 0 2px}[dir=rtl] .numInputWrapper span{left:0;padding:0 2px 0 4px}.numInputWrapper span:hover{background:rgba(0,0,0,.1)}.numInputWrapper span:active{background:rgba(0,0,0,.2)}.numInputWrapper span:after{display:block;content:"";position:absolute}.numInputWrapper span.arrowUp{top:0;border-bottom:0}.numInputWrapper span.arrowUp:after{border-left:4px solid transparent;border-right:4px solid transparent;border-bottom:4px solid rgba(72,72,72,.6);top:26%}.numInputWrapper span.arrowDown{top:50%}.numInputWrapper span.arrowDown:after{border-left:4px solid transparent;border-right:4px solid transparent;border-top:4px solid rgba(72,72,72,.6);top:40%}.numInputWrapper span svg{width:inherit;height:auto}.numInputWrapper span svg path{fill:rgba(90,97,113,.5)}.numInputWrapper:hover{background:rgba(0,0,0,.05)}.numInputWrapper:hover span{opacity:1}.flatpickr-current-month{font-size:135%;line-height:inherit;font-weight:300;color:inherit;position:absolute;width:75%;padding:7.48px 0 0;line-height:1;height:34px;display:inline-block;text-align:center;transform:translateZ(0)}[dir=ltr] .flatpickr-current-month{left:12.5%}[dir=rtl] .flatpickr-current-month{right:12.5%}.flatpickr-current-month span.cur-month{font-family:inherit;font-weight:700;color:inherit;display:inline-block;padding:0}[dir=ltr] .flatpickr-current-month span.cur-month{margin-left:.5ch}[dir=rtl] .flatpickr-current-month span.cur-month{margin-right:.5ch}.flatpickr-current-month span.cur-month:hover{background:rgba(0,0,0,.05)}.flatpickr-current-month .numInputWrapper{width:6ch;width:7ch\0;display:inline-block}.flatpickr-current-month .numInputWrapper span.arrowUp:after{border-bottom-color:#5a6171}.flatpickr-current-month .numInputWrapper span.arrowDown:after{border-top-color:#5a6171}.flatpickr-current-month input.cur-year{background:transparent;box-sizing:border-box;color:inherit;cursor:text;margin:0;display:inline-block;font-size:inherit;font-family:inherit;font-weight:300;line-height:inherit;height:auto;border:0;border-radius:0;vertical-align:initial;appearance:textfield}[dir=ltr] .flatpickr-current-month input.cur-year{padding:0 0 0 .5ch}[dir=rtl] .flatpickr-current-month input.cur-year{padding:0 .5ch 0 0}.flatpickr-current-month input.cur-year:focus{outline:0}.flatpickr-current-month input.cur-year[disabled],.flatpickr-current-month input.cur-year[disabled]:hover{font-size:100%;color:rgba(90,97,113,.5);background:transparent;pointer-events:none}.flatpickr-current-month .flatpickr-monthDropdown-months{appearance:menulist;background:#eceef1;border:none;border-radius:0;box-sizing:border-box;color:inherit;cursor:pointer;font-size:inherit;font-family:inherit;font-weight:300;height:auto;line-height:inherit;margin:-1px 0 0;outline:none;position:relative;vertical-align:initial;-webkit-box-sizing:border-box;-webkit-appearance:menulist;-moz-appearance:menulist;width:auto}[dir=ltr] .flatpickr-current-month .flatpickr-monthDropdown-months{padding:0 0 0 .5ch}[dir=rtl] .flatpickr-current-month .flatpickr-monthDropdown-months{padding:0 .5ch 0 0}.flatpickr-current-month .flatpickr-monthDropdown-months:active,.flatpickr-current-month .flatpickr-monthDropdown-months:focus{outline:none}.flatpickr-current-month .flatpickr-monthDropdown-months:hover{background:rgba(0,0,0,.05)}.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month{background-color:#eceef1;outline:none;padding:0}.flatpickr-weekdays{background:#eceef1;text-align:center;overflow:hidden;width:100%;display:flex;align-items:center;height:28px}.flatpickr-weekdays .flatpickr-weekdaycontainer{display:flex;flex:1}span.flatpickr-weekday{cursor:default;font-size:90%;background:#eceef1;color:#5a6171;line-height:1;margin:0;text-align:center;display:block;flex:1;font-weight:bolder}.dayContainer,.flatpickr-weeks{padding:1px 0 0}.flatpickr-days{position:relative;overflow:hidden;display:flex;align-items:flex-start;width:307.875px;border-left:1px solid #eceef1;border-right:1px solid #eceef1}.flatpickr-days:focus{outline:0}.dayContainer{padding:0;outline:0;width:307.875px;min-width:307.875px;max-width:307.875px;box-sizing:border-box;display:inline-block;display:flex;flex-wrap:wrap;-ms-flex-wrap:wrap;justify-content:space-around;transform:translateZ(0);opacity:1}[dir=ltr] .dayContainer{text-align:left}[dir=rtl] .dayContainer{text-align:right}[dir=ltr] .dayContainer+.dayContainer{box-shadow:-1px 0 0 #eceef1}[dir=rtl] .dayContainer+.dayContainer{box-shadow:1px 0 0 #eceef1}.flatpickr-day{background:none;border:1px solid transparent;border-radius:150px;box-sizing:border-box;color:#484848;cursor:pointer;font-weight:400;width:14.2857143%;flex-basis:14.2857143%;max-width:39px;height:39px;line-height:39px;margin:0;display:inline-block;position:relative;justify-content:center;text-align:center}.flatpickr-day.inRange,.flatpickr-day.nextMonthDay.inRange,.flatpickr-day.nextMonthDay.today.inRange,.flatpickr-day.nextMonthDay:focus,.flatpickr-day.nextMonthDay:hover,.flatpickr-day.prevMonthDay.inRange,.flatpickr-day.prevMonthDay.today.inRange,.flatpickr-day.prevMonthDay:focus,.flatpickr-day.prevMonthDay:hover,.flatpickr-day.today.inRange,.flatpickr-day:focus,.flatpickr-day:hover{cursor:pointer;outline:0;background:#e2e2e2;border-color:#e2e2e2}.flatpickr-day.today{border-color:#bbb}.flatpickr-day.today:focus,.flatpickr-day.today:hover{border-color:#bbb;background:#bbb}.flatpickr-day.endRange,.flatpickr-day.endRange.inRange,.flatpickr-day.endRange.nextMonthDay,.flatpickr-day.endRange.prevMonthDay,.flatpickr-day.endRange:focus,.flatpickr-day.endRange:hover,.flatpickr-day.selected,.flatpickr-day.selected.inRange,.flatpickr-day.selected.nextMonthDay,.flatpickr-day.selected.prevMonthDay,.flatpickr-day.selected:focus,.flatpickr-day.selected:hover,.flatpickr-day.startRange,.flatpickr-day.startRange.inRange,.flatpickr-day.startRange.nextMonthDay,.flatpickr-day.startRange.prevMonthDay,.flatpickr-day.startRange:focus,.flatpickr-day.startRange:hover{background:#ff5a5f;box-shadow:none;border-color:#ff5a5f}[dir=ltr] .flatpickr-day.endRange.startRange,[dir=ltr] .flatpickr-day.selected.startRange,[dir=ltr] .flatpickr-day.startRange.startRange{border-radius:50px 0 0 50px}[dir=ltr] .flatpickr-day.endRange.endRange,[dir=ltr] .flatpickr-day.selected.endRange,[dir=ltr] .flatpickr-day.startRange.endRange,[dir=rtl] .flatpickr-day.endRange.startRange,[dir=rtl] .flatpickr-day.selected.startRange,[dir=rtl] .flatpickr-day.startRange.startRange{border-radius:0 50px 50px 0}[dir=rtl] .flatpickr-day.endRange.endRange,[dir=rtl] .flatpickr-day.selected.endRange,[dir=rtl] .flatpickr-day.startRange.endRange{border-radius:50px 0 0 50px}[dir=ltr] .flatpickr-day.endRange.startRange+.endRange:not(:nth-child(7n+1)),[dir=ltr] .flatpickr-day.selected.startRange+.endRange:not(:nth-child(7n+1)),[dir=ltr] .flatpickr-day.startRange.startRange+.endRange:not(:nth-child(7n+1)){box-shadow:-10px 0 0 #ff5a5f}[dir=rtl] .flatpickr-day.endRange.startRange+.endRange:not(:nth-child(7n+1)),[dir=rtl] .flatpickr-day.selected.startRange+.endRange:not(:nth-child(7n+1)),[dir=rtl] .flatpickr-day.startRange.startRange+.endRange:not(:nth-child(7n+1)){box-shadow:10px 0 0 #ff5a5f}.flatpickr-day.endRange.startRange.endRange,.flatpickr-day.selected.startRange.endRange,.flatpickr-day.startRange.startRange.endRange{border-radius:50px}.flatpickr-day.inRange{border-radius:0}[dir=ltr] .flatpickr-day.inRange{box-shadow:-5px 0 0 #e2e2e2,5px 0 0 #e2e2e2}[dir=rtl] .flatpickr-day.inRange{box-shadow:5px 0 0 #e2e2e2,-5px 0 0 #e2e2e2}.flatpickr-day.flatpickr-disabled,.flatpickr-day.flatpickr-disabled:hover,.flatpickr-day.nextMonthDay,.flatpickr-day.notAllowed,.flatpickr-day.notAllowed.nextMonthDay,.flatpickr-day.notAllowed.prevMonthDay,.flatpickr-day.prevMonthDay{color:rgba(72,72,72,.3);background:transparent;border-color:transparent;cursor:default}.flatpickr-day.flatpickr-disabled,.flatpickr-day.flatpickr-disabled:hover{cursor:not-allowed;color:rgba(72,72,72,.1)}.flatpickr-day.week.selected{border-radius:0}[dir=ltr] .flatpickr-day.week.selected{box-shadow:-5px 0 0 #ff5a5f,5px 0 0 #ff5a5f}[dir=rtl] .flatpickr-day.week.selected{box-shadow:5px 0 0 #ff5a5f,-5px 0 0 #ff5a5f}.flatpickr-day.hidden{visibility:hidden}.rangeMode .flatpickr-day{margin-top:1px}[dir=ltr] .flatpickr-weekwrapper{float:left}[dir=rtl] .flatpickr-weekwrapper{float:right}.flatpickr-weekwrapper .flatpickr-weeks{padding:0 12px}[dir=ltr] .flatpickr-weekwrapper .flatpickr-weeks{border-left:1px solid #eceef1}[dir=rtl] .flatpickr-weekwrapper .flatpickr-weeks{border-right:1px solid #eceef1}.flatpickr-weekwrapper .flatpickr-weekday{float:none;width:100%;line-height:28px}.flatpickr-weekwrapper span.flatpickr-day,.flatpickr-weekwrapper span.flatpickr-day:hover{display:block;width:100%;max-width:none;color:rgba(72,72,72,.3);background:transparent;cursor:default;border:none}.flatpickr-innerContainer{display:block;display:flex;box-sizing:border-box;overflow:hidden;background:#fff;border-bottom:1px solid #eceef1}.flatpickr-rContainer{display:inline-block;padding:0;box-sizing:border-box}.flatpickr-time{text-align:center;outline:0;display:block;height:0;line-height:40px;max-height:40px;box-sizing:border-box;overflow:hidden;display:flex;background:#fff;border-radius:0 0 5px 5px}.flatpickr-time:after{content:"";display:table;clear:both}.flatpickr-time .numInputWrapper{flex:1;width:40%;height:40px}[dir=ltr] .flatpickr-time .numInputWrapper{float:left}[dir=rtl] .flatpickr-time .numInputWrapper{float:right}.flatpickr-time .numInputWrapper span.arrowUp:after{border-bottom-color:#484848}.flatpickr-time .numInputWrapper span.arrowDown:after{border-top-color:#484848}.flatpickr-time.hasSeconds .numInputWrapper{width:26%}.flatpickr-time.time24hr .numInputWrapper{width:49%}.flatpickr-time input{background:transparent;box-shadow:none;border:0;border-radius:0;text-align:center;margin:0;padding:0;height:inherit;line-height:inherit;color:#484848;font-size:14px;position:relative;box-sizing:border-box;appearance:textfield}.flatpickr-time input.flatpickr-hour{font-weight:700}.flatpickr-time input.flatpickr-minute,.flatpickr-time input.flatpickr-second{font-weight:400}.flatpickr-time input:focus{outline:0;border:0}.flatpickr-time .flatpickr-am-pm,.flatpickr-time .flatpickr-time-separator{height:inherit;line-height:inherit;color:#484848;font-weight:700;width:2%;-webkit-user-select:none;user-select:none;align-self:center}[dir=ltr] .flatpickr-time .flatpickr-am-pm,[dir=ltr] .flatpickr-time .flatpickr-time-separator{float:left}[dir=rtl] .flatpickr-time .flatpickr-am-pm,[dir=rtl] .flatpickr-time .flatpickr-time-separator{float:right}.flatpickr-time .flatpickr-am-pm{outline:0;width:18%;cursor:pointer;text-align:center;font-weight:400}.flatpickr-time .flatpickr-am-pm:focus,.flatpickr-time .flatpickr-am-pm:hover,.flatpickr-time input:focus,.flatpickr-time input:hover{background:#eaeaea}.flatpickr-input[readonly]{cursor:pointer}@keyframes fpFadeInDown{0%{opacity:0;transform:translate3d(0,-20px,0)}to{opacity:1;transform:translateZ(0)}}span.flatpickr-day.selected{font-weight:700}.flatpickr-day.endRange,.flatpickr-day.endRange.inRange,.flatpickr-day.endRange.nextMonthDay,.flatpickr-day.endRange.prevMonthDay,.flatpickr-day.endRange:focus,.flatpickr-day.endRange:hover,.flatpickr-day.selected,.flatpickr-day.selected.inRange,.flatpickr-day.selected.nextMonthDay,.flatpickr-day.selected.prevMonthDay,.flatpickr-day.selected:focus,.flatpickr-day.selected:hover,.flatpickr-day.startRange,.flatpickr-day.startRange.inRange,.flatpickr-day.startRange.nextMonthDay,.flatpickr-day.startRange.prevMonthDay,.flatpickr-day.startRange:focus,.flatpickr-day.startRange:hover{background:#2471c9;border-color:#2471c9;color:#fff}[dir=ltr] .flatpickr-day.endRange.startRange+.endRange:not(:nth-child(7n+1)),[dir=ltr] .flatpickr-day.selected.startRange+.endRange:not(:nth-child(7n+1)),[dir=ltr] .flatpickr-day.startRange.startRange+.endRange:not(:nth-child(7n+1)){box-shadow:-10px 0 0 #2471c9}[dir=rtl] .flatpickr-day.endRange.startRange+.endRange:not(:nth-child(7n+1)),[dir=rtl] .flatpickr-day.selected.startRange+.endRange:not(:nth-child(7n+1)),[dir=rtl] .flatpickr-day.startRange.startRange+.endRange:not(:nth-child(7n+1)){box-shadow:10px 0 0 #2471c9}.flatpickr-day.inRange{background:rgba(36,113,201,.12);border-color:rgba(36,113,201,.12)}[dir=ltr] .flatpickr-day.inRange{box-shadow:-5px 0 0 rgba(36,113,201,.12),5px 0 0 rgba(36,113,201,.12)}[dir=rtl] .flatpickr-day.inRange{box-shadow:5px 0 0 rgba(36,113,201,.12),-5px 0 0 rgba(36,113,201,.12)}.flatpickr-day.today{border-color:#bababa}.flatpickr-day.today:focus,.flatpickr-day.today:hover{background:#2471c9;border-color:#2471c9;color:#fff}.flatpickr-months .flatpickr-next-month:hover svg,.flatpickr-months .flatpickr-prev-month:hover svg{fill:#2471c9}.uploader-container__device-info table{margin:1em;padding-bottom:8px}[dir=ltr] .uploader-container__device-info table{padding-left:4px}[dir=rtl] .uploader-container__device-info table{padding-right:4px}.uploader-container__device-info td{padding-top:8px}.uploader-container__device-info .label{font-weight:700}[dir=ltr] .uploader-container__device-info .label{text-align:left;padding-right:8px}[dir=rtl] .uploader-container__device-info .label{text-align:right;padding-left:8px}.process-stepper__4-steps{width:125%}[dir=ltr] .process-stepper__4-steps{margin-left:-12.5%}[dir=rtl] .process-stepper__4-steps{margin-right:-12.5%}.process-stepper__4-steps .process-stepper__step{width:23.75%}.process-stepper__5-steps{width:120%}[dir=ltr] .process-stepper__5-steps{margin-left:-10%}[dir=rtl] .process-stepper__5-steps{margin-right:-10%}.process-stepper__5-steps .process-stepper__step{width:19%}.process-stepper{display:none;text-align:center}@media only screen and (min-width:992px){.process-stepper{display:block}}.process-stepper{counter-reset:current-step;position:relative;z-index:1;font-size:16px}.process-stepper__input{counter-increment:steps;display:none}.process-stepper__button{color:#888;display:block;line-height:10px;position:relative;text-align:center}.process-stepper__button:before{content:url(../assets/ufe/icons/checkmark.svg);display:flex;justify-content:center;align-items:center;margin:0 auto 1.25rem;height:2.5rem;width:2.5rem;border-radius:2.5rem;background:#fff;color:#4d9736;border:3px solid #4d9736;font-weight:700;font-size:1.3rem}.process-stepper__button:after{content:"";position:absolute;width:100%;height:3px;background:#4d9736;top:1.4rem;transform:translateY(-50%);z-index:-1}[dir=ltr] .process-stepper__button:after{left:50%}[dir=rtl] .process-stepper__button:after{right:50%}.process-stepper__step:last-child .process-stepper__button:after{display:none}.process-stepper__step{display:inline-block;counter-increment:current-step}.process-stepper__input:checked~.process-stepper__step .process-stepper__button:before{background:#fff;border-color:#888;color:#888;content:counter(current-step)}.process-stepper__input:checked~.process-stepper__step .process-stepper__button:after{background:#888}.process-stepper__input:checked+.process-stepper__step .process-stepper__button{color:#000;font-weight:700}.process-stepper__input:checked+.process-stepper__step .process-stepper__button:before{background:#4d9736;border-color:#4d9736;color:#fff;content:counter(current-step)}.process-stepper__input:checked+.process-stepper__step:last-child .process-stepper__button:before{background:#fff;border-color:#4d9736;color:#4d9736;content:url(../assets/ufe/icons/checkmark.svg)}.uploader-container .webusb-claimed-device-error-panel{color:#b94a48;background-color:#f2dede;border:1px solid #ebccd1;border-radius:8px;padding:13px 16px;margin-bottom:30px}.uploader-container .webusb-claimed-device-error-panel .webusb-claimed-device-error-panel__title{font-weight:700;padding-bottom:16px}.uploader-container .webusb-connection-error-panel{color:#b94a48;background-color:#f2dede;border:1px solid #ebccd1;border-radius:8px;padding:13px 16px;margin-bottom:30px}.uploader-container .webusb-connection-error-panel .webusb-connection-error__agent-uploader-fallback{text-decoration:none}.uploader-container .webusb-connection-error-panel a{color:#b94a48;text-decoration:underline;text-underline-position:under}.uploader-container .webusb-connection-error-panel .webusb-connection-error-panel__title{font-weight:700}.uploader-container .webusb-connection-error-panel p{margin-bottom:0}.uploader-container .webusb-connection-error-panel ul{margin-top:0}.install-instructions__step{padding:30px 10px}.install-instructions__steps{width:100%}.install-instructions__step-text{max-width:188px}[dir=ltr] .reset-reconnect-unexpected-receiver__icon{margin-right:.5rem}[dir=rtl] .reset-reconnect-unexpected-receiver__icon{margin-left:.5rem}.value-comparison{margin:auto;min-width:173px}.value-comparison .value-comparison-box{border-radius:5px;background:#f1f1f1;height:53px;display:flex;justify-content:center;flex-direction:column}.value-comparison .value-comparison-box .value-comparison-value{font-size:26px;font-weight:400}.value-comparison .value-comparison-description{display:inline-block;font-size:.9em;font-weight:400;margin:6px 0;width:100%}[dir=ltr] .uploader-container .uploader-container__col-2 .value-comparison-description{text-align:left}[dir=rtl] .uploader-container .uploader-container__col-2 .value-comparison-description{text-align:right}.uploader-icon svg{max-width:100%}.uploader-container{min-height:300px;margin:auto}.uploader-container .value-comparison{margin-bottom:1.5rem}.uploader-container .uploader-container__col-1__content,.uploader-container .uploader-container__col-2__content{width:100%}.uploader-container .uploader-container__col-1__content>:first-child,.uploader-container .uploader-container__col-2__content>:first-child{margin-top:0}.uploader-container .uploader-container__col-1__content>:last-child,.uploader-container .uploader-container__col-2__content>:last-child{margin-bottom:0}.uploader-container .uploader-progress-bar-text{color:#2471c9;color:var(--mdc-theme-primary,#2471c9)}[dir=ltr] .uploader-container .uploader-container__col-2{padding-left:20px;text-align:right}[dir=rtl] .uploader-container .uploader-container__col-2{padding-right:20px;text-align:left}.uploader-container .uploader-container__col-2 p,.uploader-container .uploader-container__col-2 span{text-align:center}.uploader-container .uploader-container__col-2 .uploader-icon{margin-top:40px;margin-bottom:40px}.uploader-container .uploader-container__col-2 .transmitter-input{margin-top:40px}.uploader-container .uploader-container__col-2 .transmitter-input input{text-transform:uppercase}[dir=ltr] .uploader-container .uploader-container__col-2 clarity-linear-progress{text-align:left}[dir=rtl] .uploader-container .uploader-container__col-2 clarity-linear-progress{text-align:right}[dir=ltr] .uploader-container .uploader-container__button-row clarity-button .mdc-button{margin-right:0}[dir=rtl] .uploader-container .uploader-container__button-row clarity-button .mdc-button{margin-left:0}.uploader-container .uploader-container__title{margin:1.5em 2.5em 0;font-size:1.2rem}.uploader-container .uploader-container__title img{vertical-align:top}.uploader-container .uploader-container__title:focus-visible{outline:none}.uploader-container .uploader-container__col-1 .uploader-container__title,.uploader-container .uploader-container__col-2 .uploader-container__title,.uploader-container .uploader-container__col-3 .uploader-container__title,.uploader-container .uploader-container__col-4 .uploader-container__title,.uploader-container .uploader-container__col-free .uploader-container__title{font-size:2rem;line-height:3rem;margin:0 0 20px}.uploader-container .uploader-container__content-row-container{border:2px solid #e1e1e1;border-radius:8px;margin:30px auto;width:100%}.uploader-container .uploader-container__content-row{min-height:300px;padding:15px}.uploader-container .uploader-container__content-row .full-width{width:100%}.uploader-container .uploader-container__content-row .uploader-not-installed-suggest-webusb__banner{background-color:#f3f3f3;border-radius:8px;margin-bottom:28px;line-height:28px;padding-bottom:10px;padding-top:10px;text-align:center;width:100%;font-weight:500}.uploader-container .uploader-container__content-row .uploader-not-installed-suggest-webusb__banner-icon{vertical-align:middle}[dir=ltr] .uploader-container .uploader-container__content-row .uploader-not-installed-suggest-webusb__banner-icon{margin-right:6px}[dir=rtl] .uploader-container .uploader-container__content-row .uploader-not-installed-suggest-webusb__banner-icon{margin-left:6px}.uploader-container .uploader-container__content-row hr{opacity:30%}.uploader-container .uploader-container__content-row .uploader-container__col-free{display:block;padding:30px}.uploader-container .uploader-container__secondary-content-row{background-color:#f1f1f1;border-radius:0 0 8px 8px;padding:25px 20px}.uploader-container .uploader-container__secondary-content-row .mdc-button{align-items:flex-end;padding:0;margin:0}[dir=ltr] .uploader-container .uploader-container__secondary-content-row .mdc-button{justify-content:left}[dir=rtl] .uploader-container .uploader-container__secondary-content-row .mdc-button{justify-content:right}.uploader-container .uploader-container__secondary-content-row .mdc-button.mdc-button.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:0}.uploader-container .uploader-container__secondary-content-row .mdc-button:active .mdc-button__ripple:before,.uploader-container .uploader-container__secondary-content-row .mdc-button:focus .mdc-button__ripple:before,.uploader-container .uploader-container__secondary-content-row .mdc-button:hover .mdc-button__ripple:before{opacity:0}.uploader-container .uploader-container__secondary-content-row p{margin:0}.uploader-container .uploader-container__secondary-content-row uploader-graphic img{width:65%}.consent-route .consent-content{margin-top:2rem;padding:2rem 2.5rem;border:2px solid #ccc}.consent-route .consent-content li+li{margin-top:.5rem}.consent-route .consent-content li span{font-weight:700}.consent-route .consent-content .action-group{text-align:center}[dir=ltr] .consent-route .consent-content .action-group .btn+.btn{margin-left:1rem}[dir=rtl] .consent-route .consent-content .action-group .btn+.btn{margin-right:1rem}.uploader-container .connect-instructions__step{padding:30px 10px}.uploader-container .connect-instructions__steps{width:100%}.uploader-container .connect-instructions__step-text{max-width:188px}.uploader-container,.uploader-frontend-container{margin:auto}@media only screen and (min-width:900px){.uploader-container,.uploader-frontend-container{width:900px}}.uploader-container p,.uploader-container ul,.uploader-frontend-container p,.uploader-frontend-container ul{line-height:1.5em;margin-top:1em;margin-bottom:1em}h1,h2,h3,h4,h5,h6{letter-spacing:-.04em}.uploader-frontend__webusb-dialog-overlay{position:fixed;inset:0;background:rgba(10,16,26,.58);pointer-events:none;z-index:2147483646}.smart-basal-active-dialog,.unlink-clinic-dialog,div.delete-patient-confirmation{position:relative;text-align:center}.smart-basal-active-dialog h1,.unlink-clinic-dialog h1,div.delete-patient-confirmation h1{font-weight:700;letter-spacing:1px}.smart-basal-active-dialog h2,.unlink-clinic-dialog h2,div.delete-patient-confirmation h2{font-size:2rem;font-weight:700}[dir=ltr] .smart-basal-active-dialog table,[dir=ltr] .unlink-clinic-dialog table,[dir=ltr] div.delete-patient-confirmation table{text-align:left}[dir=rtl] .smart-basal-active-dialog table,[dir=rtl] .unlink-clinic-dialog table,[dir=rtl] div.delete-patient-confirmation table{text-align:right}.smart-basal-active-dialog table td,.unlink-clinic-dialog table td,div.delete-patient-confirmation table td{padding:1.5rem}[dir=ltr] .smart-basal-active-dialog table td,[dir=ltr] .unlink-clinic-dialog table td,[dir=ltr] div.delete-patient-confirmation table td{text-align:left}[dir=rtl] .smart-basal-active-dialog table td,[dir=rtl] .unlink-clinic-dialog table td,[dir=rtl] div.delete-patient-confirmation table td{text-align:right}.smart-basal-active-dialog__warning-message,.unlink-clinic-dialog .unlink-clinic-confirmation__warning-message,div.delete-patient-confirmation .delete-patient-confirmation__warning-message{color:#fba400}.smart-basal-active-dialog__buttons,.unlink-clinic-dialog .unlink-clinic-dialog__buttons,div.delete-patient-confirmation .delete-patient-confirmation__buttons{margin-top:2rem}.smart-basal-active-dialog__buttons button,.unlink-clinic-dialog .unlink-clinic-dialog__buttons button,div.delete-patient-confirmation .delete-patient-confirmation__buttons button{margin:0 20px}.smart-basal-active-dialog__warning-icon,.unlink-clinic-dialog .unlink-clinic-confirmation__success-icon,.unlink-clinic-dialog .unlink-clinic-confirmation__warning-icon,div.delete-patient-confirmation .delete-patient-confirmation__success-icon,div.delete-patient-confirmation .delete-patient-confirmation__warning-icon{height:2.3rem;display:inline;margin:0 10px 10px}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}dfn{font-style:italic}mark{background:#ff0;color:#000}b,strong{font-weight:700}h1{font-size:2em;margin:.67em 0}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{cursor:pointer;-webkit-appearance:button}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{margin:0 2px;padding:.35em .625em .75em}legend{border:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-spacing:0}td,th{padding:0}@font-face{font-family:ClarityFont;src:url(fonts/ClarityFont.eot?p879bs);src:url(fonts/ClarityFont.eot?p879bs#iefix) format("embedded-opentype"),url(fonts/ClarityFont.ttf?p879bs) format("truetype"),url(fonts/ClarityFont.woff?p879bs) format("woff"),url(fonts/ClarityFont.svg?p879bs#ClarityFont) format("svg");font-weight:400;font-style:normal}.icomoon-liga,i{font-family:ClarityFont!important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;letter-spacing:0;-ms-font-feature-settings:"liga" 1;font-feature-settings:"liga";font-variant-ligatures:discretionary-ligatures;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-sphere:before{content:"\e900"}.icon-home:before{content:"\e901"}.icon-aid-kit:before{content:"\e902"}.icon-exit:before{content:"\e94a"}.icon-stethoscope-full:before{content:"\e94b"}.icon-caret-down:before{content:"\e947"}.icon-caret-none:before{content:"\e948"}.icon-caret-up:before{content:"\e949"}.icon-share:before{content:"\e944"}.icon-book:before{content:"\e945"}.icon-phone:before{content:"\e946"}.icon-stopwatch:before{content:"\e943"}.icon-hourglass:before{content:"\e903"}.icon-access-data:before{content:"\e904"}.icon-check:before{content:"\e905"}.icon-clipboard:before{content:"\e906"}.icon-delete:before{content:"\e907"}.icon-edit:before{content:"\e908"}.icon-generate-data:before{content:"\e909"}.icon-inline-arrow-up:before{content:"\e90a"}.icon-inline-close:before{content:"\e90b"}.icon-inline-login:before{content:"\e90c"}.icon-inline-question-mark:before{content:"\e90d"}.icon-key:before{content:"\e90e"}.icon-lens:before{content:"\e90f"}.icon-link-patients:before{content:"\e910"}.icon-link-status:before{content:"\e911"}.icon-logo-notag:before{content:"\e912"}.icon-logo:before{content:"\e913"}.icon-patient-data .path1:before{content:"\e914";color:#fff}.icon-patient-data .path2:before{content:"\e915";color:#fff}[dir=ltr] .icon-patient-data .path2:before{margin-left:-1.3935546875em}[dir=rtl] .icon-patient-data .path2:before{margin-right:-1.3935546875em}.icon-patient-data .path3:before{content:"\e916";color:#fff}[dir=ltr] .icon-patient-data .path3:before{margin-left:-1.3935546875em}[dir=rtl] .icon-patient-data .path3:before{margin-right:-1.3935546875em}.icon-patient-data .path4:before{content:"\e917";color:#fff}[dir=ltr] .icon-patient-data .path4:before{margin-left:-1.3935546875em}[dir=rtl] .icon-patient-data .path4:before{margin-right:-1.3935546875em}.icon-patient-data .path5:before{content:"\e918";color:#f9a41d}[dir=ltr] .icon-patient-data .path5:before{margin-left:-1.3935546875em}[dir=rtl] .icon-patient-data .path5:before{margin-right:-1.3935546875em}.icon-patient-data .path6:before{content:"\e919";color:#f9a41d}[dir=ltr] .icon-patient-data .path6:before{margin-left:-1.3935546875em}[dir=rtl] .icon-patient-data .path6:before{margin-right:-1.3935546875em}.icon-patient-data .path7:before{content:"\e91a";color:#f9a41d}[dir=ltr] .icon-patient-data .path7:before{margin-left:-1.3935546875em}[dir=rtl] .icon-patient-data .path7:before{margin-right:-1.3935546875em}.icon-patient-data .path8:before{content:"\e91b";color:#f9a41d}[dir=ltr] .icon-patient-data .path8:before{margin-left:-1.3935546875em}[dir=rtl] .icon-patient-data .path8:before{margin-right:-1.3935546875em}.icon-patient-data .path9:before{content:"\e91c";color:#f9a41d}[dir=ltr] .icon-patient-data .path9:before{margin-left:-1.3935546875em}[dir=rtl] .icon-patient-data .path9:before{margin-right:-1.3935546875em}.icon-patient-data .path10:before{content:"\e91d";color:#f9a41d}[dir=ltr] .icon-patient-data .path10:before{margin-left:-1.3935546875em}[dir=rtl] .icon-patient-data .path10:before{margin-right:-1.3935546875em}.icon-patient-data .path11:before{content:"\e91e";color:#f9a41d}[dir=ltr] .icon-patient-data .path11:before{margin-left:-1.3935546875em}[dir=rtl] .icon-patient-data .path11:before{margin-right:-1.3935546875em}.icon-patient-data .path12:before{content:"\e91f";color:#f9a41d}[dir=ltr] .icon-patient-data .path12:before{margin-left:-1.3935546875em}[dir=rtl] .icon-patient-data .path12:before{margin-right:-1.3935546875em}.icon-patient-data .path13:before{content:"\e94c";color:#f9a41d}[dir=ltr] .icon-patient-data .path13:before{margin-left:-1.3935546875em}[dir=rtl] .icon-patient-data .path13:before{margin-right:-1.3935546875em}.icon-patient-data .path14:before{content:"\e94d";color:#f9a41d}[dir=ltr] .icon-patient-data .path14:before{margin-left:-1.3935546875em}[dir=rtl] .icon-patient-data .path14:before{margin-right:-1.3935546875em}.icon-patient-data .path15:before{content:"\e954";color:#f9a41d}[dir=ltr] .icon-patient-data .path15:before{margin-left:-1.3935546875em}[dir=rtl] .icon-patient-data .path15:before{margin-right:-1.3935546875em}.icon-person:before{content:"\e920"}.icon-report:before{content:"\e921"}.icon-stethoscope:before{content:"\e922"}.icon-streamline-workflow .path1:before{content:"\e923";color:#6cb34b}.icon-streamline-workflow .path2:before{content:"\e924";color:#6cb34b}[dir=ltr] .icon-streamline-workflow .path2:before{margin-left:-1.02734375em}[dir=rtl] .icon-streamline-workflow .path2:before{margin-right:-1.02734375em}.icon-streamline-workflow .path3:before{content:"\e925";color:#6cb34b}[dir=ltr] .icon-streamline-workflow .path3:before{margin-left:-1.02734375em}[dir=rtl] .icon-streamline-workflow .path3:before{margin-right:-1.02734375em}.icon-streamline-workflow .path4:before{content:"\e926";color:#6cb34b}[dir=ltr] .icon-streamline-workflow .path4:before{margin-left:-1.02734375em}[dir=rtl] .icon-streamline-workflow .path4:before{margin-right:-1.02734375em}.icon-streamline-workflow .path5:before{content:"\e927";color:#fff}[dir=ltr] .icon-streamline-workflow .path5:before{margin-left:-1.02734375em}[dir=rtl] .icon-streamline-workflow .path5:before{margin-right:-1.02734375em}.icon-streamline-workflow .path6:before{content:"\e928";color:#6cb34b}[dir=ltr] .icon-streamline-workflow .path6:before{margin-left:-1.02734375em}[dir=rtl] .icon-streamline-workflow .path6:before{margin-right:-1.02734375em}.icon-streamline-workflow .path7:before{content:"\e929";color:#6cb34b}[dir=ltr] .icon-streamline-workflow .path7:before{margin-left:-1.02734375em}[dir=rtl] .icon-streamline-workflow .path7:before{margin-right:-1.02734375em}.icon-streamline-workflow .path8:before{content:"\e92a";color:#6cb34b}[dir=ltr] .icon-streamline-workflow .path8:before{margin-left:-1.02734375em}[dir=rtl] .icon-streamline-workflow .path8:before{margin-right:-1.02734375em}.icon-streamline-workflow .path9:before{content:"\e92b";color:#6cb34b}[dir=ltr] .icon-streamline-workflow .path9:before{margin-left:-1.02734375em}[dir=rtl] .icon-streamline-workflow .path9:before{margin-right:-1.02734375em}.icon-streamline-workflow .path10:before{content:"\e92c";color:#6cb34b}[dir=ltr] .icon-streamline-workflow .path10:before{margin-left:-1.02734375em}[dir=rtl] .icon-streamline-workflow .path10:before{margin-right:-1.02734375em}.icon-streamline-workflow .path11:before{content:"\e92d";color:#6cb34b}[dir=ltr] .icon-streamline-workflow .path11:before{margin-left:-1.02734375em}[dir=rtl] .icon-streamline-workflow .path11:before{margin-right:-1.02734375em}.icon-streamline-workflow .path12:before{content:"\e92e";color:#6cb34b}[dir=ltr] .icon-streamline-workflow .path12:before{margin-left:-1.02734375em}[dir=rtl] .icon-streamline-workflow .path12:before{margin-right:-1.02734375em}.icon-streamline-workflow .path13:before{content:"\e92f";color:#6cb34b}[dir=ltr] .icon-streamline-workflow .path13:before{margin-left:-1.02734375em}[dir=rtl] .icon-streamline-workflow .path13:before{margin-right:-1.02734375em}.icon-streamline-workflow .path14:before{content:"\e930";color:#6cb34b}[dir=ltr] .icon-streamline-workflow .path14:before{margin-left:-1.02734375em}[dir=rtl] .icon-streamline-workflow .path14:before{margin-right:-1.02734375em}.icon-streamline-workflow .path15:before{content:"\e931";color:#6cb34b}[dir=ltr] .icon-streamline-workflow .path15:before{margin-left:-1.02734375em}[dir=rtl] .icon-streamline-workflow .path15:before{margin-right:-1.02734375em}.icon-streamline-workflow .path16:before{content:"\e932";color:#6cb34b}[dir=ltr] .icon-streamline-workflow .path16:before{margin-left:-1.02734375em}[dir=rtl] .icon-streamline-workflow .path16:before{margin-right:-1.02734375em}.icon-streamline-workflow .path17:before{content:"\e933";color:#6cb34b}[dir=ltr] .icon-streamline-workflow .path17:before{margin-left:-1.02734375em}[dir=rtl] .icon-streamline-workflow .path17:before{margin-right:-1.02734375em}.icon-streamline-workflow .path18:before{content:"\e934";color:#6cb34b}[dir=ltr] .icon-streamline-workflow .path18:before{margin-left:-1.02734375em}[dir=rtl] .icon-streamline-workflow .path18:before{margin-right:-1.02734375em}.icon-streamline-workflow .path19:before{content:"\e935";color:#6cb34b}[dir=ltr] .icon-streamline-workflow .path19:before{margin-left:-1.02734375em}[dir=rtl] .icon-streamline-workflow .path19:before{margin-right:-1.02734375em}.icon-streamline-workflow .path20:before{content:"\e936";color:#6cb34b}[dir=ltr] .icon-streamline-workflow .path20:before{margin-left:-1.02734375em}[dir=rtl] .icon-streamline-workflow .path20:before{margin-right:-1.02734375em}.icon-streamline-workflow .path21:before{content:"\e937";color:#6cb34b}[dir=ltr] .icon-streamline-workflow .path21:before{margin-left:-1.02734375em}[dir=rtl] .icon-streamline-workflow .path21:before{margin-right:-1.02734375em}.icon-streamline-workflow .path22:before{content:"\e938";color:#6cb34b}[dir=ltr] .icon-streamline-workflow .path22:before{margin-left:-1.02734375em}[dir=rtl] .icon-streamline-workflow .path22:before{margin-right:-1.02734375em}.icon-streamline-workflow .path23:before{content:"\e939";color:#6cb34b}[dir=ltr] .icon-streamline-workflow .path23:before{margin-left:-1.02734375em}[dir=rtl] .icon-streamline-workflow .path23:before{margin-right:-1.02734375em}.icon-streamline-workflow .path24:before{content:"\e93a";color:#6cb34b}[dir=ltr] .icon-streamline-workflow .path24:before{margin-left:-1.02734375em}[dir=rtl] .icon-streamline-workflow .path24:before{margin-right:-1.02734375em}.icon-streamline-workflow .path25:before{content:"\e93b";color:#6cb34b}[dir=ltr] .icon-streamline-workflow .path25:before{margin-left:-1.02734375em}[dir=rtl] .icon-streamline-workflow .path25:before{margin-right:-1.02734375em}.icon-streamline-workflow .path26:before{content:"\e93c";color:#6cb34b}[dir=ltr] .icon-streamline-workflow .path26:before{margin-left:-1.02734375em}[dir=rtl] .icon-streamline-workflow .path26:before{margin-right:-1.02734375em}.icon-streamline-workflow .path27:before{content:"\e93d";color:#6cb34b}[dir=ltr] .icon-streamline-workflow .path27:before{margin-left:-1.02734375em}[dir=rtl] .icon-streamline-workflow .path27:before{margin-right:-1.02734375em}.icon-streamline-workflow .path28:before{content:"\e93e";color:#6cb34b}[dir=ltr] .icon-streamline-workflow .path28:before{margin-left:-1.02734375em}[dir=rtl] .icon-streamline-workflow .path28:before{margin-right:-1.02734375em}.icon-streamline-workflow .path29:before{content:"\e93f";color:#6cb34b}[dir=ltr] .icon-streamline-workflow .path29:before{margin-left:-1.02734375em}[dir=rtl] .icon-streamline-workflow .path29:before{margin-right:-1.02734375em}.icon-streamline-workflow .path30:before{content:"\e940";color:#6cb34b}[dir=ltr] .icon-streamline-workflow .path30:before{margin-left:-1.02734375em}[dir=rtl] .icon-streamline-workflow .path30:before{margin-right:-1.02734375em}.icon-upload-arrow:before{content:"\e941"}.icon-warning:before{content:"\e942"}.icon-checkmark:before{content:"\e952"}.icon-cross:before{content:"\e953"}.icon-excel-icon:before{content:"\e950"}.icon-csv:before{content:"\e951"}.icon-chevron-circle-down:before{content:"\e94e"}.icon-chevron-circle-up:before{content:"\e94f"}html{font-size:16px;-webkit-tap-highlight-color:rgba(0,0,0,0)}body,button,input,select,textarea{color:#333;font-size:16px;line-height:1.5;-webkit-font-smoothing:antialiased}body{background-color:#fff;word-wrap:break-word;word-break:break-word}body.ember-application.ui-theme-material{padding-top:0}body.ember-application.ui-theme-material main{background:none;box-shadow:none}body.ember-application.ui-theme-material.is-logged-in{padding-top:0}body.ember-application.ui-theme-material.is-logged-in header.primary{padding:0}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}p{margin-top:0;margin-bottom:1rem}abbr[data-original-title],abbr[title]{cursor:help;border-bottom:1px dotted abbr-border-color}address{font-style:normal;line-height:inherit}address,dl,ol,ul{margin-bottom:1rem}dl,ol,ul{margin-top:0}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd,dt{margin-bottom:.5rem}[dir=ltr] dd{margin-left:0}[dir=rtl] dd{margin-right:0}blockquote{margin:0 0 1rem}a{color:#2471c9;text-decoration:none}a:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}a.disabled{cursor:default}a.nostyle:link,a.nostyle:visited{text-decoration:inherit;color:inherit}img{vertical-align:middle}[role=button]{cursor:pointer}table{background-color:table-bg}caption{padding-top:1rem;padding-bottom:1rem;color:text-muted;caption-side:bottom}[dir=ltr] caption{text-align:left}[dir=rtl] caption{text-align:right}[dir=ltr] th{text-align:left}[dir=rtl] th{text-align:right}label{display:inline-block;margin-bottom:.5rem}button,input,select,textarea{margin:0;line-height:inherit}select{border:1px solid #bababa}select .prompt-text{color:#bababa}textarea{resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit}input[type=search]{-webkit-appearance:none}output{display:inline-block}small{font-size:80%}cite{font-style:normal}hr{border:0;border-bottom:1px solid #e1e1e1}@media screen and (-webkit-min-device-pixel-ratio:0){select{height:36px;line-height:36px;background:#f1f1f1}}select::-moz-focus-inner{border:0;padding:0}@-moz-document url-prefix(){select{padding:4.5px 10px}}@media screen0{select{height:36px;line-height:36px}}@media print{*,:after,:before{background:transparent!important;color:#000!important;box-shadow:none!important;text-shadow:none!important}a,a:visited{color:#6db350!important;-webkit-print-color-adjust:exact;print-color-adjust:exact;text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}a[href^="#"]:after,a[href^="javascript:"]:after{content:""}blockquote,pre{border:1px solid #959595;page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}img{max-width:100%!important}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}}input[type=password]:focus,input[type=search]:focus,input[type=text]:focus,select:focus{border:1px solid #58a618;border-radius:4px;outline:0}input:disabled.placeholder{color:#bababa}input:disabled::-webkit-input-placeholder{color:#bababa}input:disabled:-moz-placeholder,input:disabled::-moz-placeholder{color:#bababa}input:disabled::-ms-input-placeholder{color:#bababa}input[type=search]::-ms-clear{display:none;width:0;height:0}input[type=email],input[type=password],input[type=search],input[type=text],select{display:inline-block;padding:1.5rem 10px;font-size:16px;height:2.25em;line-height:1.25em;color:#333;background-color:#fff;background-image:none;border:1px solid #bababa;border-radius:5px;box-sizing:border-box;vertical-align:middle}input[type=email]::placeholder,input[type=password]::placeholder,input[type=search]::placeholder,input[type=text]::placeholder,select::placeholder{color:#555}input[type=email]::-ms-expand,input[type=password]::-ms-expand,input[type=search]::-ms-expand,input[type=text]::-ms-expand,select::-ms-expand{background-color:transparent;border:0}fieldset[disabled] input[type=email],fieldset[disabled] input[type=password],fieldset[disabled] input[type=search],fieldset[disabled] input[type=text],fieldset[disabled] select,input[type=email] [disabled=disabled],input[type=email].disabled,input[type=email]:disabled,input[type=password] [disabled=disabled],input[type=password].disabled,input[type=password]:disabled,input[type=search] [disabled=disabled],input[type=search].disabled,input[type=search]:disabled,input[type=text] [disabled=disabled],input[type=text].disabled,input[type=text]:disabled,select [disabled=disabled],select.disabled,select:disabled{background-color:#f1f1f1;color:#aaa;opacity:1}input[type=email][readonly],input[type=password][readonly],input[type=search][readonly],input[type=text][readonly],select[readonly]{background-color:#f1f1f1;color:#000;opacity:1}select{padding-top:0;padding-bottom:0;height:3.1rem;appearance:none;min-width:120px;background-image:url(triangle-down-black.svg);background-repeat:no-repeat;background-size:11px 8px}[dir=ltr] select{padding-right:35px;background-position:right 12px center}[dir=rtl] select{padding-left:35px;background-position:left 12px center}input.invalid,input[type=checkbox].invalid,input[type=radio].invalid,input[type=text].invalid,select.invalid{border:1px solid #ee4033;color:#ee4033}.field-grouping-container:after,.field-grouping-container:before{content:"";display:table}.field-grouping-container:after{clear:both}.field-grouping-container{max-width:750px}.field-grouping-container+.field-grouping-container{margin-top:.75rem}.field-grouping{display:inline-block}.field-grouping label{color:#333;display:block;font-size:14px;margin-bottom:.25rem}.field-grouping label.invalid{color:#ee4033}.field-grouping label.sub-label{font-size:12px}.field-grouping input[type=text]{width:100%}[dir=ltr] .field-grouping input[type=text]+input{margin-left:.5rem}[dir=rtl] .field-grouping input[type=text]+input{margin-right:.5rem}.field-grouping select{width:100%}[dir=ltr] .field-grouping select+input{margin-left:.5rem}[dir=rtl] .field-grouping select+input{margin-right:.5rem}.action-group{margin-top:2rem}fieldset[disabled] input[type=checkbox],fieldset[disabled] input[type=radio],input[type=checkbox].disabled,input[type=checkbox]:disabled,input[type=radio].disabled,input[type=radio]:disabled{cursor:not-allowed}h1,h2,h3,h4,h5,h6{font-family:inherit;font-weight:600;line-height:1.1}h1,h2,h3{margin-top:.5em;margin-bottom:.5em}h4,h5,h6{margin-top:10px;margin-bottom:10px}h1{font-size:3rem}h2{font-size:2.5rem}h3{font-size:2rem}h4{font-size:1.75rem}h5{font-size:1.5rem}h5,h6{letter-spacing:0}h6{font-size:1.25rem}table{border-collapse:collapse}table.clinic-portal-table{margin-bottom:1rem;max-width:100%;width:100%}table.clinic-portal-table td,table.clinic-portal-table th{line-height:line-height;vertical-align:top}table.clinic-portal-table thead th{background-color:#2471c9;color:#fff;vertical-align:middle;text-transform:uppercase;font-size:.9rem;font-weight:400;padding:.6rem .8rem;position:relative}table.clinic-portal-table thead th:lang(it){font-size:.8rem}table.clinic-portal-table thead th:after{content:"";display:block;position:absolute;top:10%;bottom:0;height:80%;width:1px}[dir=ltr] table.clinic-portal-table thead th:after{border-right:1px solid #fff;right:0}[dir=rtl] table.clinic-portal-table thead th:after{border-left:1px solid #fff;left:0}[dir=ltr] table.clinic-portal-table thead th:first-child{border-radius:6px 0 0 6px}[dir=ltr] table.clinic-portal-table thead th:last-child,[dir=rtl] table.clinic-portal-table thead th:first-child{border-radius:0 6px 6px 0}[dir=rtl] table.clinic-portal-table thead th:last-child{border-radius:6px 0 0 6px}[dir=ltr] table.clinic-portal-table thead th:last-child:after{border-right:0}[dir=rtl] table.clinic-portal-table thead th:last-child:after{border-left:0}table.clinic-portal-table td{padding:1rem;vertical-align:middle}table.clinic-portal-table tr{border-bottom:1px solid #e1e1e1}table.clinic-portal-table tbody+tbody{border-top:2px solid #e1e1e1}.alert--success{border-radius:.5rem;border:2px solid #6db350}.alert--information,.alert--success{font-weight:700;line-height:1.5rem;margin-bottom:1rem;padding:5px 10px;text-align:center}.alert--information{border-radius:.5rem;border:2px solid #1e2b5e}.alert--warning{border-radius:.5rem;border:2px solid #fba400}.alert--danger,.alert--warning{font-weight:700;line-height:1.5rem;margin-bottom:1rem;padding:5px 10px;text-align:center}.alert--danger{border-radius:.5rem;border:2px solid #ee4033}.alert--list ol,.alert--list ul{margin-top:1rem;margin-bottom:1rem}[dir=ltr] .alert--list ol,[dir=ltr] .alert--list ul{text-align:left}[dir=rtl] .alert--list ol,[dir=rtl] .alert--list ul{text-align:right}.alert-icon-inline{color:#fba400}.success-icon-inline{color:#6db350}.alert-icon{color:#fba400;font-size:50px;position:absolute;top:30px}[dir=ltr] .alert-icon{left:20px;float:left}[dir=rtl] .alert-icon{right:20px;float:right}.success-icon{color:#6db350;font-size:50px;position:absolute;top:30px}[dir=ltr] .success-icon{left:20px;float:left}[dir=rtl] .success-icon{right:20px;float:right}[dir=ltr] .alert-content{margin-left:60px}[dir=rtl] .alert-content{margin-right:60px}.alert-block{margin-top:1rem}.dialog{background:#fff;border:1px solid #959595;box-shadow:0 4px 10px 0 rgba(0,0,0,.2),0 2px 15px 0 rgba(0,0,0,.15)}[dir=ltr] .dialog{border-radius:1rem .5rem}[dir=rtl] .dialog{border-radius:.5rem 1rem}.global-error{text-align:center}.global-error .icon-warning{color:#fba400;display:block;font-size:4.5rem;margin-bottom:1.5rem}.sso-login-error{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:4px;width:100%;margin-bottom:1rem;padding:10px;border-radius:8px;background-color:#fec;font-weight:500;text-align:center}.sso-login-error .icon-warning{color:#fba400}[dir=ltr] .sso-login-error .icon-warning{margin-right:.5rem}[dir=rtl] .sso-login-error .icon-warning{margin-left:.5rem}.footer-wrapper,clarity-application.clarity-application-footer.footer-wrapper{display:inline-block;background:#fff}@media only screen and (min-width:400px){.footer-wrapper,clarity-application.clarity-application-footer.footer-wrapper{padding:0 30px}}footer.primary{margin:auto;width:960px}footer.primary uploader-partnumber{margin-top:6px}footer.primary .footer__ce-mark-udi,footer.primary .footer__logo-nav-copyright{display:table;width:100%}footer.primary .footer__brand-logo,footer.primary .footer__copyright,footer.primary .footer__nav,footer.primary .footer__udi{display:table-cell;max-width:600px}footer.primary .footer__ce-mark-udi{margin:1rem 0}footer.primary .footer__copyright{font-size:.8rem}[dir=ltr] footer.primary .footer__copyright{text-align:right}[dir=rtl] footer.primary .footer__copyright{text-align:left}footer.primary .footer__brand-logo img{width:100%;height:100%;margin-top:10px;max-width:144px;max-height:40px}footer.primary .footer__nav{text-align:center;font-size:.8rem}footer.primary .footer__nav a+a:before{content:"|";color:#6e6e6e}[dir=ltr] footer.primary .footer__nav a+a:before{margin-right:4px}[dir=rtl] footer.primary .footer__nav a+a:before{margin-left:4px}footer.primary .footer__nav:hover a:not(:hover){color:#aaa}footer.primary .footer__udi{font-size:.7rem}footer.primary .footer__udi li+li:before{content:"•";color:#7c7c7c}[dir=ltr] footer.primary .footer__udi li+li:before{margin-left:2px;margin-right:5px}[dir=rtl] footer.primary .footer__udi li+li:before{margin-right:2px;margin-left:5px}footer.primary japan-blurb{display:block;font-size:.8rem}.forgot-credential-form input[type=text]{display:block;max-width:26em;width:100%}.forgot-credential-form .send-link>clarity-button>button{margin:6px 0}.forgot-form__header{display:flex;justify-content:space-between;align-items:center}header.primary{font-size:16px;width:100%;z-index:50}header.primary .clinic-dashboard-navigation{padding-top:20px}header.primary .landing-page__navigation{padding:20px;align-items:center}.header-navigation{position:relative;list-style:none;margin-bottom:0;margin-right:auto;margin-left:auto;max-width:990px;width:auto;padding-bottom:10px}[dir=ltr] .header-navigation{padding-left:0}[dir=rtl] .header-navigation{padding-right:0}.header-navigation a{color:#333;display:inline-block;padding:2px}.header-navigation a:hover{color:#6db350}.header-navigation li{line-height:16px}.header-navigation .dropdown-menu li{line-height:22px}.header-navigation__brand-logo{display:block}@media only screen and (min-width:400px){.header-navigation__brand-logo{position:absolute;top:0}[dir=ltr] .header-navigation__brand-logo{right:0}[dir=rtl] .header-navigation__brand-logo{left:0}}.header-navigation__brand-logo a{display:block;padding:0;width:200px}.header-navigation__brand-logo img{width:100%;height:100%;max-height:40px;max-width:176px}.info-icon{background:#6db350;border-radius:50%;cursor:pointer;display:inline-block;text-align:center;vertical-align:middle;color:#fff;font-size:14px;font-weight:700;height:18px;line-height:18px;width:18px}html{box-sizing:border-box}*,:after,:before{box-sizing:inherit}body,body.ui-theme-material.ember-application>.ember-view,html{height:100%}body.ui-theme-material .app-wrapper{height:100%;width:100%}body.ui-theme-material .content-wrapper{height:100%;display:block;width:100%}body.ui-theme-material .header-wrapper{background:#fff;position:fixed;top:0;left:0;right:0;z-index:10}[dir=ltr] body.ui-theme-material .header-wrapper{box-shadow:8px 2px 8px rgba(0,0,0,.3)}[dir=rtl] body.ui-theme-material .header-wrapper{box-shadow:-8px 2px 8px rgba(0,0,0,.3)}body.ui-theme-material header.primary{background-color:#fff}body.ui-theme-material .content{padding:20px}body.ui-theme-material main{padding:0;margin:0;background-color:#fff}body.ui-theme-material main pagination-numbers{margin-bottom:0}.message-box{padding:4rem}.message-box content p{margin-top:1rem}.message-box .buttons{text-align:center;margin-top:2rem}[dir=ltr] .message-box .submit-button{margin-left:2em}[dir=rtl] .message-box .submit-button{margin-right:2em}.message-box fieldset.buttons{margin-top:16px}.stage-response{text-align:center}.stage-response .result-heading{color:#6db350;font-size:3.5rem;font-weight:700;margin-top:.75rem;text-align:center}.stage-response .result-heading .check-icon{font-size:2.9rem}.stage-response p{color:#7c7c7c;font-size:2rem;font-weight:700}.stage-response .check-icon,.stage-response .warning-icon{color:#6db350;font-size:75px}.stage-response .error-message,.stage-response .user-email{word-wrap:break-word;display:block;font-family:monospace;font-size:1.6rem;margin-top:2rem}.stage-response .user-email{font-weight:400}.stage-response .has-been-emailed-message{font-size:1.6rem;margin-top:1rem}.stage-response .has-been-emailed-message,.stage-response .user-email{display:block}.stage-response p.buttons{margin-top:4rem}[dir=ltr] .stage-response .upload-button{margin-right:.5rem}[dir=rtl] .stage-response .upload-button{margin-left:.5rem}.text-muted{color:#959595}.forgot-username-route main .lead,.lead-1,.not-found-route main .lead,.password-request-route main .lead,.password-reset-route main .lead,.registration-form-route main .lead,.registration-index-route main .lead,.registration-success-route main .lead,.registration-success-route main p,.session-expired-route main .lead,.sso-select-clinic-route main .lead,.user-profile-password-update-route main .lead{font-size:1.25rem;font-weight:500;line-height:1.4}.export-route .bulk-export .lead,.lead-2,.registration-success-route main .call-to-action{font-size:1.5rem;font-weight:600;line-height:1.4}.lead-3{font-size:2rem;font-weight:700;line-height:1.2}.lead-4{font-size:2.5rem;font-weight:800;line-height:1.2}.display-1{font-size:3.5rem;font-weight:600}.display-2{font-size:4.5rem;font-weight:600}.display-3{font-size:5.5rem;font-weight:500}.display-4{font-size:6rem;font-weight:500}.subtitle{margin-top:-1rem}table.clinic-portal-table.bulk-export-history thead th{text-transform:none;font-size:12px;font-weight:500}table.clinic-portal-table.bulk-export-history thead th:first-child,table.clinic-portal-table.bulk-export-history thead th:last-child{border-radius:0}table.clinic-portal-table.bulk-export-history tr.bulk-export-history__no-exports:first-child td:first-child:first-child{border-radius:0 0 8px 8px}table.clinic-portal-table.bulk-export-history tr:last-child{border-bottom:none}export-history table{width:100%}export-history td{font-size:14px}export-history th.bulk-export-history-table-header__request-date{width:20%}export-history th.bulk-export-history-table-header__date-range{width:25%}export-history th.bulk-export-history-table-header__status{width:36%}export-history th.bulk-export-history-table-header__action{width:19%}export-history clarity-linear-progress{display:block;align-content:center;width:90%}export-history .export-history-row__action-button{color:#2471c9;text-decoration:none;padding:0;margin:0;min-height:0;height:auto}[dir=ltr] export-history .export-history-row__action-button{justify-content:left}[dir=rtl] export-history .export-history-row__action-button{justify-content:right}export-history .export-history-row__action-button .mdc-button__ripple{display:none}export-history .export-history-row__status-in-progress{display:flex;justify-content:space-between}export-history .export-history-row__status-in-progress-percentage{font-weight:700}export-history .mdc-linear-progress{height:8px;border-radius:7px}export-history .mdc-linear-progress__buffer-bar{background-color:rgba(95,168,69,.2)}export-history .mdc-linear-progress__bar-inner{border-top-width:8px;border-color:#5fa845}export-history .export-history-row__action{font-weight:700}export-history .bulk-export-history__no-exports{height:123px;background-color:#f2f2f2;border-radius:0 0 6px 6px}export-history .bulk-export-history__no-exports-message{text-align:center;font-size:16px;font-weight:500;color:rgba(0,0,0,.7)}[dir=ltr] [dir=rtl] .swal2-icon.swal2-success.animate:after,[dir=ltr] [dir=rtl] .swal2-icon.swal2-success.animate:before{transform:rotate(-45deg)}[dir=rtl] [dir=rtl] .swal2-icon.swal2-success.animate:after,[dir=rtl] [dir=rtl] .swal2-icon.swal2-success.animate:before{transform:rotate(45deg)}[dir=ltr] [dir=rtl] .swal2-icon.swal2-success:after,[dir=ltr] [dir=rtl] .swal2-icon.swal2-success:before{transform:rotate(-45deg)}[dir=rtl] [dir=rtl] .swal2-icon.swal2-success:after,[dir=rtl] [dir=rtl] .swal2-icon.swal2-success:before{transform:rotate(45deg)}[dir=ltr] [dir=rtl] .swal2-icon.swal2-success .line.tip{transform:rotate(45deg);right:unset;left:14px}[dir=rtl] [dir=rtl] .swal2-icon.swal2-success .line.tip{transform:rotate(-45deg);left:unset;right:14px}[dir=ltr] [dir=rtl] .swal2-icon.swal2-success .line.long{transform:rotate(-45deg);left:unset;right:8px}[dir=rtl] [dir=rtl] .swal2-icon.swal2-success .line.long{transform:rotate(45deg);right:unset;left:8px}.clinic-registration-form{max-width:750px;margin:0}.clinic-registration-form fieldset{margin-bottom:2rem;border:none;padding:0}.clinic-registration-form fieldset legend{padding:0;border:none;width:100%;font-weight:600;margin-bottom:1rem}[dir=ltr] .clinic-registration-form fieldset legend{text-align:left}[dir=rtl] .clinic-registration-form fieldset legend{text-align:right}.clinic-registration-form fieldset label{display:flex;flex-direction:column;margin-bottom:unset;align-self:end}.clinic-registration-form fieldset input:focus,.clinic-registration-form fieldset select:focus{border:1px solid #2471c9;border-color:var(--mdc-theme-primary,#2471c9)}.clinic-registration-form fieldset>.row-name{display:grid;column-gap:3%;margin-bottom:1rem;grid-template-columns:1fr 1fr}.clinic-registration-form fieldset>.row-role{display:grid;grid-template-columns:2fr 1fr}.clinic-registration-form fieldset>.row-email{display:grid;column-gap:3%;grid-template-columns:1fr 1fr}.clinic-registration-form fieldset>.clinic-information-fields{display:grid;column-gap:3%;row-gap:1rem;grid-template-columns:repeat(6,1fr)}.clinic-registration-form fieldset>.clinic-information-fields:not(.--reversed){grid-template-areas:"name      name      name      name      name      name" "address1  address1  address1  address1  address1  address1" "address2  address2  address2  address2  address2  address2" "city      city      city      city      state     state" "zipcode   zipcode   zipcode   zipcode   country   country" "phone     phone     phone     .         .         ."}.clinic-registration-form fieldset>.clinic-information-fields.--reversed{grid-template-areas:"phone     phone     phone     .         .         ." "country   country   zipcode   zipcode   zipcode   zipcode" "state     state     city      city      city      city" "address2  address2  address2  address2  address2  address2" "address1  address1  address1  address1  address1  address1" "name      name      name      name      name      name"}.clinic-registration-form fieldset>.clinic-information-fields>label[for=name]{grid-area:name}.clinic-registration-form fieldset>.clinic-information-fields>label[for=address1]{grid-area:address1}.clinic-registration-form fieldset>.clinic-information-fields>label[for=address2]{grid-area:address2}.clinic-registration-form fieldset>.clinic-information-fields>label[for=city]{grid-area:city}.clinic-registration-form fieldset>.clinic-information-fields>label[for=state]{grid-area:state}.clinic-registration-form fieldset>.clinic-information-fields>label[for=zipcode]{grid-area:zipcode}.clinic-registration-form fieldset>.clinic-information-fields>label[for=country]{grid-area:country}.clinic-registration-form fieldset>.clinic-information-fields>label[for=phone]{grid-area:phone}.clinic-registration-form fieldset>.clinic-information-fields .clinic-registration-form__country-value{display:flex;align-items:center;padding:1.5rem 10px;font-size:16px;height:2.25em;line-height:1.25em;color:#aaa;background-color:#f1f1f1;border:1px solid #bababa;border-radius:5px;box-sizing:border-box;opacity:1;width:100%}.clinic-registration-form fieldset.clinic-registration-form__terms-of-use{background-color:#e1e1e1;padding:0;margin:2.5rem 0 1.5rem;border-radius:5px;border:none}.clinic-registration-form fieldset.clinic-registration-form__terms-of-use legend{background-color:#e1e1e1;margin:0;padding:1.5rem;width:100%;font-weight:600;font-size:1.25rem;float:none}.clinic-registration-form fieldset.clinic-registration-form__terms-of-use>p{clear:both;padding:0 1.5rem}.clinic-registration-form fieldset.clinic-registration-form__terms-of-use>p:last-child{padding-bottom:1.5rem}.clinic-registration-form fieldset.clinic-registration-form__terms-of-use a{text-decoration:underline}.clinic-registration-form fieldset.clinic-registration-form__terms-of-use .clinic-registration-form__privacy-policy:after,.clinic-registration-form fieldset.clinic-registration-form__terms-of-use .clinic-registration-form__privacy-policy:before,.clinic-registration-form fieldset.clinic-registration-form__terms-of-use .clinic-registration-form__terms-of-use-item:after,.clinic-registration-form fieldset.clinic-registration-form__terms-of-use .clinic-registration-form__terms-of-use-item:before{content:"";display:table}.clinic-registration-form fieldset.clinic-registration-form__terms-of-use .clinic-registration-form__privacy-policy:after,.clinic-registration-form fieldset.clinic-registration-form__terms-of-use .clinic-registration-form__terms-of-use-item:after{clear:both}.clinic-registration-form fieldset.clinic-registration-form__terms-of-use .clinic-registration-form__privacy-policy input[type=checkbox],.clinic-registration-form fieldset.clinic-registration-form__terms-of-use .clinic-registration-form__terms-of-use-item input[type=checkbox]{width:22px;height:22px;margin-top:.25rem;flex-shrink:0}[dir=ltr] .clinic-registration-form fieldset.clinic-registration-form__terms-of-use .clinic-registration-form__privacy-policy input[type=checkbox],[dir=ltr] .clinic-registration-form fieldset.clinic-registration-form__terms-of-use .clinic-registration-form__terms-of-use-item input[type=checkbox]{margin-right:12px;float:left}[dir=rtl] .clinic-registration-form fieldset.clinic-registration-form__terms-of-use .clinic-registration-form__privacy-policy input[type=checkbox],[dir=rtl] .clinic-registration-form fieldset.clinic-registration-form__terms-of-use .clinic-registration-form__terms-of-use-item input[type=checkbox]{margin-left:12px;float:right}.clinic-registration-form fieldset.clinic-registration-form__terms-of-use .clinic-registration-form__privacy-policy label,.clinic-registration-form fieldset.clinic-registration-form__terms-of-use .clinic-registration-form__terms-of-use-item label{display:block;width:95%;margin-bottom:1em;font-size:1rem;line-height:1.5}[dir=ltr] .clinic-registration-form fieldset.clinic-registration-form__terms-of-use .clinic-registration-form__privacy-policy label,[dir=ltr] .clinic-registration-form fieldset.clinic-registration-form__terms-of-use .clinic-registration-form__terms-of-use-item label{float:right;margin-right:0}[dir=rtl] .clinic-registration-form fieldset.clinic-registration-form__terms-of-use .clinic-registration-form__privacy-policy label,[dir=rtl] .clinic-registration-form fieldset.clinic-registration-form__terms-of-use .clinic-registration-form__terms-of-use-item label{float:left;margin-left:0}.clinic-registration-form fieldset.clinic-registration-form__terms-of-use .clinic-registration-form__privacy-policy.clinic-registration-form__japanese-licensing-text-item a,.clinic-registration-form fieldset.clinic-registration-form__terms-of-use .clinic-registration-form__terms-of-use-item.clinic-registration-form__japanese-licensing-text-item a{width:95%}[dir=ltr] .clinic-registration-form fieldset.clinic-registration-form__terms-of-use .clinic-registration-form__privacy-policy.clinic-registration-form__japanese-licensing-text-item a,[dir=ltr] .clinic-registration-form fieldset.clinic-registration-form__terms-of-use .clinic-registration-form__terms-of-use-item.clinic-registration-form__japanese-licensing-text-item a{float:right}[dir=rtl] .clinic-registration-form fieldset.clinic-registration-form__terms-of-use .clinic-registration-form__privacy-policy.clinic-registration-form__japanese-licensing-text-item a,[dir=rtl] .clinic-registration-form fieldset.clinic-registration-form__terms-of-use .clinic-registration-form__terms-of-use-item.clinic-registration-form__japanese-licensing-text-item a{float:left}.clinic-registration-form fieldset.clinic-registration-form__terms-of-use .clinic-registration-form__privacy-policy.clinic-registration-form__japanese-licensing-text-item label,.clinic-registration-form fieldset.clinic-registration-form__terms-of-use .clinic-registration-form__terms-of-use-item.clinic-registration-form__japanese-licensing-text-item label{margin-bottom:0}.clinic-registration-form .clinic-registration-header__divider{width:185%;margin-bottom:2rem}[dir=ltr] .clinic-registration-form .clinic-registration-header__divider{margin-left:0}[dir=rtl] .clinic-registration-form .clinic-registration-header__divider{margin-right:0}.clinic-registration-form .clinic-registration-form__submit-button{border-radius:3px;width:40%}.registration-header-row{margin-bottom:.5rem}.csv-clinic-upload{opacity:50%}.csv-clinic-upload .csv-clinic-upload__device-selection div{margin:auto}.csv-clinic-upload .csv-clinic-upload__drop-zone{background-color:#eee;padding:20px 17px;border:5px dashed #dedede}.csv-clinic-upload .csv-clinic-upload__drop-zone--entered{background-color:#d6e8fc;border-color:#4e86ff}.csv-clinic-upload #buttonCsvFileUpload{display:none}.csv-clinic-upload table.debug-window__themed-table{margin-top:20px}[dir=ltr] .csv-clinic-upload table.debug-window__themed-table{margin-left:0}[dir=rtl] .csv-clinic-upload table.debug-window__themed-table{margin-right:0}div.delete-patient-confirmation{padding:1.5rem 3rem 2rem}div.delete-patient-confirmation .delete-patient-confirmation__title{margin-bottom:3rem}div.delete-patient-confirmation .delete-patient-confirmation__warning{font-size:1.5rem;font-weight:700;margin-bottom:0}.email-change-modal__input-state{max-width:100%;overflow:hidden;box-sizing:border-box}[dir=ltr] .email-change-modal__input-state{padding:1rem 0 0 5px}[dir=rtl] .email-change-modal__input-state{padding:1rem 5px 0 0}.email-change-modal__description{margin-bottom:1rem;color:#333;line-height:1.5}.email-change-modal__description:last-of-type{margin-bottom:1.5rem}.email-change-modal__form-group{margin-bottom:1rem;max-width:100%;overflow:hidden}.email-change-modal__form-group clarity-input .clarity-input{max-width:100%;width:100%;box-sizing:border-box}.email-change-modal__label{display:block;margin-bottom:.5rem;font-weight:600;color:#333}.email-change-modal__error{color:#ee4033;font-size:.75rem;margin-top:.25rem;margin-bottom:.25rem}[dir=ltr] .email-change-modal__verification-state{padding:1rem 0 0 5px}[dir=rtl] .email-change-modal__verification-state{padding:1rem 5px 0 0}.email-change-modal__success-state{padding:2rem 0;text-align:center}.email-change-modal__success-icon{margin:0 auto 1.5rem;display:flex;align-items:center;justify-content:center}.email-change-modal__success-message{margin-bottom:1rem;font-size:1.125rem;font-weight:600;color:#333}.email-change-modal__success-description{color:#333;line-height:1.5}.sso-login .entra-id__logo{width:21px;height:21px;flex:0 0 21px;display:block}.sso-login .sso-login__entra-id-button{display:inline-flex;align-items:center;justify-content:center;gap:12px;min-height:41px;padding:0 12px;border:1px solid #8c8c8c;background:#fff;color:#5e5e5e;font-family:Segoe UI,Helvetica Neue,Arial,sans-serif;font-size:15px;font-weight:600;line-height:1}[dir=ltr] .sso-login .sso-login__entra-id-button{text-align:left}[dir=rtl] .sso-login .sso-login__entra-id-button{text-align:right}export-history .icon-checkmark{color:#24e429}export-history .icon-cross{color:red}export-history .la-ball-clip-rotate.la-sm{color:#777;display:inline}[dir=ltr] export-history .la-ball-clip-rotate.la-sm{margin-right:5px}[dir=rtl] export-history .la-ball-clip-rotate.la-sm{margin-left:5px}export-history .la-ball-clip-rotate.la-sm>div{width:14px;height:14px}export-history .export-history__no-exports-message{text-align:center;color:#aaa}.form-error-box .alert--danger,.form-error-box .alert--information,.form-error-box .alert--success,.form-error-box .alert--warning{display:block;margin-top:1rem;width:100%}investigational-use-notification-banner{text-align:center;padding:0;width:100%;background:#ee4033;color:#fff;font-size:16px;font-weight:600;display:block}investigational-use-notification-banner .investigational-use-notification-banner__message{padding:6px 0;margin:0 auto;max-width:100%;text-align:center;line-height:2em}body.ui-theme-material .login-form{max-width:775px;margin:0}[dir=ltr] body.ui-theme-material .login-form{text-align:left}[dir=rtl] body.ui-theme-material .login-form{text-align:right}body.ui-theme-material .login-form .login-form__center-login{display:inline-block}body.ui-theme-material .login-form form{text-align:center}body.ui-theme-material .login-form button{margin-top:4px}[dir=ltr] body.ui-theme-material .login-form button{margin-left:.5rem}[dir=rtl] body.ui-theme-material .login-form button{margin-right:.5rem}body.ui-theme-material .login-form input{width:254px}[dir=ltr] body.ui-theme-material .login-form input+input{margin-left:.5rem}[dir=rtl] body.ui-theme-material .login-form input+input{margin-right:.5rem}body.ui-theme-material .login-form .placeholder{pointer-events:none;color:#6b6b6b}body.ui-theme-material .login-form input:not([type=submit]){font-size:16px;border:1px solid #eee;color:#000}body.ui-theme-material .login-form input:not([type=submit])::placeholder{font-size:16px;color:#6b6b6b}body.ui-theme-material .login-form input[name=password],body.ui-theme-material .login-form input[name=username]{border:1px solid #eee;background-color:#f2f2f2;background-repeat:no-repeat;box-shadow:none;height:2.65em}[dir=ltr] body.ui-theme-material .login-form input[name=password],[dir=ltr] body.ui-theme-material .login-form input[name=username]{padding-right:43px;padding-left:19px}[dir=rtl] body.ui-theme-material .login-form input[name=password],[dir=rtl] body.ui-theme-material .login-form input[name=username]{padding-left:43px;padding-right:19px}body.ui-theme-material .login-form input[name=password]:hover,body.ui-theme-material .login-form input[name=username]:hover{border:1px solid #ccc}body.ui-theme-material .login-form input[name=password]:focus,body.ui-theme-material .login-form input[name=username]:focus{border:1px solid #2471c9;border-color:var(--mdc-theme-primary,#2471c9)}body.ui-theme-material .login-form input[type=submit]{margin-top:7px}body.ui-theme-material .login-form .forgot-password{font-size:.9rem;font-weight:500;margin-top:-.3rem;font-style:italic}[dir=ltr] body.ui-theme-material .login-form .forgot-password{margin-left:25rem}[dir=rtl] body.ui-theme-material .login-form .forgot-password{margin-right:25rem}body.ui-theme-material .login-form .forgot-username-link-holder{width:262px;display:inline-block}body.ui-theme-material .login-form .forgot-password-or-username{display:block;font-size:16px;margin-top:0}[dir=ltr] body.ui-theme-material .login-form .forgot-password-or-username{text-align:left}[dir=rtl] body.ui-theme-material .login-form .forgot-password-or-username{text-align:right}body.ui-theme-material .login-form .forgot-password-or-username a{vertical-align:top;text-decoration:none;display:inline-block}body.ui-theme-material .login-form .forgot-password-or-username a:hover{text-decoration:underline}body.ui-theme-material .login-form .alert--danger{text-align:center}@media print{body{height:unset}}body.ui-theme-material .ember-modal-overlay{height:100vh;left:0;position:fixed;right:0;top:0;z-index:200;display:flex;align-items:center;justify-content:center}body.ui-theme-material .ember-modal-dialog{max-height:100vh;max-width:950px;overflow-y:auto;position:relative;z-index:200;margin-top:0!important}[dir=ltr] body.ui-theme-material .ember-modal-dialog{margin-left:0!important}[dir=rtl] body.ui-theme-material .ember-modal-dialog{margin-right:0!important}body.ui-theme-material .ember-modal-dialog.ember-modal-dialog-in-place{position:relative}body.ui-theme-material .ember-modal-dialog .close-button{cursor:pointer;position:absolute;top:1rem}[dir=ltr] body.ui-theme-material .ember-modal-dialog .close-button{right:1rem}[dir=rtl] body.ui-theme-material .ember-modal-dialog .close-button{left:1rem}body.ui-theme-material .ember-modal-dialog{background-color:#fff;border-radius:10px;box-shadow:0 4px 10px 0 rgba(0,0,0,.2),0 2px 15px 0 rgba(0,0,0,.15);padding:2rem}body.ui-theme-material .ember-modal-overlay.translucent{background-color:rgba(0,0,0,.5);z-index:200}.password-input-group input{display:block;width:100%}.password-input-group p.password-requirements-text{margin-top:1rem}.password-input-group .password-strength{list-style:none}[dir=ltr] .password-input-group .password-strength{padding-left:0}[dir=rtl] .password-input-group .password-strength{padding-right:0}.password-input-group .password-strength img{height:14px;width:14px}[dir=ltr] .password-input-group .password-strength img{margin-right:7px}[dir=rtl] .password-input-group .password-strength img{margin-left:7px}.password-input-group .password-strength li{color:#333;font-size:14px;margin-bottom:.25rem;clear:both}.password-update-form input{display:block;width:100%;min-width:300px}[dir=ltr] .password-update-form .cancel{margin-left:10px}[dir=rtl] .password-update-form .cancel{margin-right:10px}patient-dialog{z-index:2;position:absolute;display:inline-table;width:103%;padding-left:20px;padding-right:20px}[dir=ltr] patient-dialog{left:0;margin-left:-1.5%}[dir=rtl] patient-dialog{right:0;margin-right:-1.5%}patient-dialog.dialog{border-radius:.5rem;border:1px solid #bababa}patient-dialog .patient-dialog__close-button{background:url(/professional/assets/icons/close-popup-icon.svg) no-repeat;margin:.5rem;text-indent:-99999px}patient-dialog .patient-dialog__close-button,patient-dialog .patient-dialog__close-button:before{position:absolute;top:5px;width:20px;cursor:pointer}[dir=ltr] patient-dialog .patient-dialog__close-button,[dir=ltr] patient-dialog .patient-dialog__close-button:before{right:5px}[dir=rtl] patient-dialog .patient-dialog__close-button,[dir=rtl] patient-dialog .patient-dialog__close-button:before{left:5px}patient-dialog table{table-layout:fixed;margin-bottom:0}[dir=ltr] patient-dialog table .patient-dialog__upload-button{float:right}[dir=rtl] patient-dialog table .patient-dialog__upload-button{float:left}patient-dialog table .icon-edit,patient-dialog table .patient-dialog__delete-button{position:relative}patient-dialog table .patient-dialog__delete-button,patient-dialog table .patient-dialog__edit-button,patient-dialog table .patient-dialog__export-button{font-size:.875rem;font-weight:500;color:#2471c9;cursor:pointer;border:0}[dir=ltr] patient-dialog table .patient-dialog__delete-button,[dir=ltr] patient-dialog table .patient-dialog__edit-button,[dir=ltr] patient-dialog table .patient-dialog__export-button{margin-right:2em}[dir=rtl] patient-dialog table .patient-dialog__delete-button,[dir=rtl] patient-dialog table .patient-dialog__edit-button,[dir=rtl] patient-dialog table .patient-dialog__export-button{margin-left:2em}patient-dialog tr.patient-dialog__patient-info-row td:first-child{color:#000;font-weight:700}patient-dialog tr.patient-dialog_patient-data-buttons-row td{text-align:center}patient-dialog tr.patient-dialog_patient-data-buttons-row td .patient-view-data-button,patient-dialog tr.patient-dialog_patient-data-buttons-row td patient-upload-data-button{width:25%;border-radius:.5rem}patient-dialog .patient-dialog__delete-button{display:inline-flex}[dir=ltr] patient-dialog .patient-dialog__delete-button{background:url(/professional/assets/icons/trash-icon.svg) no-repeat 0;padding-left:28px}[dir=rtl] patient-dialog .patient-dialog__delete-button{background:url(/professional/assets/icons/trash-icon.svg) no-repeat 100%;padding-right:28px}patient-dialog .patient-dialog__delete-spinner{height:14px;width:14px;border-width:2px;margin:0}patient-dialog .patient-dialog__edit-button{display:inline-flex}[dir=ltr] patient-dialog .patient-dialog__edit-button{background:url(/professional/assets/icons/edit-icon.svg) no-repeat 0;padding-left:28px}[dir=rtl] patient-dialog .patient-dialog__edit-button{background:url(/professional/assets/icons/edit-icon.svg) no-repeat 100%;padding-right:28px}patient-dialog .patient-dialog__export-button{display:inline-flex}[dir=ltr] patient-dialog .patient-dialog__export-button{background:url(/professional/assets/icons/excel-icon.svg) no-repeat 0;padding-left:32px}[dir=rtl] patient-dialog .patient-dialog__export-button{background:url(/professional/assets/icons/excel-icon.svg) no-repeat 100%;padding-right:32px}patient-dialog .patient-dialog__export-button.disabled{display:inline-flex;color:#bababa;cursor:not-allowed}[dir=ltr] patient-dialog .patient-dialog__export-button.disabled{background:url(/professional/assets/icons/excel-icon-disabled.svg) no-repeat 0}[dir=rtl] patient-dialog .patient-dialog__export-button.disabled{background:url(/professional/assets/icons/excel-icon-disabled.svg) no-repeat 100%}patient-dialog .patient-dialog__reset-device-button{display:inline-block;border-radius:.5rem;background-image:url(/professional/assets/icons/reset-device.svg);width:190px;height:140px;position:relative;background-position:center 20px;background-repeat:no-repeat;padding-top:50px;background-size:45px;font-size:15px}[dir=ltr] patient-dialog .patient-dialog__reset-device-button{padding-right:20px;margin-right:10px}[dir=rtl] patient-dialog .patient-dialog__reset-device-button{padding-left:20px;margin-left:10px}.patient-form{max-width:710px}.patient-form .field-grouping.patients-edit-last label{position:relative}.patient-form .field-grouping-container.patient-form--patient-id .field-grouping,.patient-form .patient-form--patient-id{width:auto}.patient-form .patient-form--patient-name .field-grouping:after,.patient-form .patient-form--patient-name .field-grouping:before{content:"";display:table}.patient-form .patient-form--patient-name .field-grouping:after{clear:both}.patient-form .patient-form--patient-name .field-grouping{clear:none;text-align:inherit;width:48.5%}[dir=ltr] .patient-form .patient-form--patient-name .field-grouping{float:left;margin-left:0;margin-right:3%}[dir=rtl] .patient-form .patient-form--patient-name .field-grouping{float:right;margin-right:0;margin-left:3%}[dir=ltr] .patient-form .patient-form--patient-name .field-grouping:last-child{margin-right:0}[dir=rtl] .patient-form .patient-form--patient-name .field-grouping:last-child{margin-left:0}.patient-form .patient-form--patient-date-of-birth .field-grouping:after,.patient-form .patient-form--patient-date-of-birth .field-grouping:before,.patient-form .patient-form--patient-id .field-grouping:after,.patient-form .patient-form--patient-id .field-grouping:before{content:"";display:table}.patient-form .patient-form--patient-date-of-birth .field-grouping:after,.patient-form .patient-form--patient-id .field-grouping:after{clear:both}.patient-form .patient-form--patient-date-of-birth .field-grouping,.patient-form .patient-form--patient-id .field-grouping{clear:none;text-align:inherit;width:100%}[dir=ltr] .patient-form .patient-form--patient-date-of-birth .field-grouping,[dir=ltr] .patient-form .patient-form--patient-id .field-grouping{float:left;margin-left:0;margin-right:3%}[dir=rtl] .patient-form .patient-form--patient-date-of-birth .field-grouping,[dir=rtl] .patient-form .patient-form--patient-id .field-grouping{float:right;margin-right:0;margin-left:3%}[dir=ltr] .patient-form .patient-form--patient-date-of-birth .field-grouping:last-child,[dir=ltr] .patient-form .patient-form--patient-id .field-grouping:last-child{margin-right:0}[dir=rtl] .patient-form .patient-form--patient-date-of-birth .field-grouping:last-child,[dir=rtl] .patient-form .patient-form--patient-id .field-grouping:last-child{margin-left:0}.patient-generate-report__button{display:inline-block;border-radius:.25rem;background-image:url(/professional/assets/icons/file-icon.svg);background-position:center 16px;background-repeat:no-repeat;background-size:40px;width:240px;height:104px;position:relative;padding-top:64px;font-size:14px}[dir=ltr] .patient-generate-report__button{padding-right:20px;margin-right:10px}[dir=rtl] .patient-generate-report__button{padding-left:20px;margin-left:10px}.patient-list__clinic-sharing-code-dialog .patient-list-clinic-code-dialog__clinic-code{text-align:center;font-weight:700;font-size:2rem;padding-top:32px;padding-bottom:32px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.patient-list__clinic-sharing-code-dialog .patient-list-clinic-code-dialog__content{padding-bottom:32px}.patient-list__clinic-sharing-code-dialog printable-clinic-sharing-code-invitation,.patient-list__clinic-sharing-code-dialog sharing-code-copy-element{display:none}@media print{.patient-list__clinic-sharing-code-dialog printable-clinic-sharing-code-invitation{display:block}}.patient-list-row{cursor:pointer;transition:background-color .1s linear}.patient-list-row:hover{background-color:#fff}patient-list{display:block;min-height:50vh;height:660px;position:relative}patient-list .patient-list__table{table-layout:fixed}patient-list .patient-list__table th.sortable{cursor:pointer}patient-list .patient-list__table th>div{display:table-cell;vertical-align:middle;width:100%}patient-list .patient-list__table i.icon-caret-down,patient-list .patient-list__table i.icon-caret-none,patient-list .patient-list__table i.icon-caret-up{font-size:22px}[dir=ltr] patient-list .patient-list__table i.icon-caret-down,[dir=ltr] patient-list .patient-list__table i.icon-caret-none,[dir=ltr] patient-list .patient-list__table i.icon-caret-up{float:right;margin-right:-8px}[dir=rtl] patient-list .patient-list__table i.icon-caret-down,[dir=rtl] patient-list .patient-list__table i.icon-caret-none,[dir=rtl] patient-list .patient-list__table i.icon-caret-up{float:left;margin-left:-8px}patient-list td{padding:1rem .7rem}patient-list .patient-list__patient-name{width:255px;min-width:255px;max-width:255px;color:#000;font-weight:700}patient-list .patient-list__linking-status,patient-list .patient-list__patient-id{width:150px;min-width:150px;max-width:150px}patient-list .patient-list__last-upload{width:170px;min-width:170px;max-width:170px}patient-list .patient-list__dob,patient-list .patient-list__gmi{width:150px;min-width:150px;max-width:150px}patient-list .patient-list__loading-spinner{top:35%}patient-list.patient-list--empty td{border-bottom:2px solid #f1f1f1;color:#aaa;padding:1em;text-align:center;width:100%}patient-list.single-patient{height:auto;min-height:10vh}patient-list .patient-list__link-status{position:relative}[dir=ltr] patient-list .patient-list__link-status{padding-left:1.5em}[dir=rtl] patient-list .patient-list__link-status{padding-right:1.5em}patient-list .patient-list-gmi{position:relative}patient-list .patient-list__link-status-icon--off{background-repeat:no-repeat;background-image:url(/professional/assets/images/inactive.svg)}[dir=ltr] patient-list .patient-list__link-status-icon--off{background-position:0}[dir=rtl] patient-list .patient-list__link-status-icon--off{background-position:100%}patient-list .patient-list__link-status-icon--on{background-repeat:no-repeat;background-image:url(/professional/assets/images/active.svg)}[dir=ltr] patient-list .patient-list__link-status-icon--on{background-position:0}[dir=rtl] patient-list .patient-list__link-status-icon--on{background-position:100%}patient-list .patient-list__unknown-value{display:block;text-align:center}.patient-reset-device__button a,.patient-reset-device__button a:hover{color:#fff}.patient-reset-device__button{display:inline-block;border-radius:.5rem;background-image:url(/professional/assets/icons/reset-device.svg);width:190px;height:140px;position:relative;background-position:center 20px;background-repeat:no-repeat;padding-top:50px;background-size:45px;font-size:15px}[dir=ltr] .patient-reset-device__button{padding-right:20px;margin-right:10px}[dir=rtl] .patient-reset-device__button{padding-left:20px;margin-left:10px}.patient-upload-data__button a,.patient-upload-data__button a:hover{color:#fff}.patient-upload-data__button{display:inline-block;border-radius:.25rem;background-image:url(/professional/assets/icons/upload.svg);background-position:center 16px;background-repeat:no-repeat;background-size:40px;width:240px;height:104px;position:relative;padding-top:64px;font-size:14px}[dir=ltr] .patient-upload-data__button{padding-right:20px;margin-right:10px}[dir=rtl] .patient-upload-data__button{padding-left:20px;margin-left:10px}.patient-upload-data__button.btn.active,.patient-upload-data__button.btn:active,.patient-upload-data__button.btn:focus{display:inline-block;border-radius:.25rem;background-image:url(/professional/assets/icons/upload.svg);background-position:center 16px;background-repeat:no-repeat;background-size:40px;width:240px;height:104px;position:relative;padding-top:64px;font-size:14px}[dir=ltr] .patient-upload-data__button.btn.active,[dir=ltr] .patient-upload-data__button.btn:active,[dir=ltr] .patient-upload-data__button.btn:focus{padding-right:20px;margin-right:10px}[dir=rtl] .patient-upload-data__button.btn.active,[dir=rtl] .patient-upload-data__button.btn:active,[dir=rtl] .patient-upload-data__button.btn:focus{padding-left:20px;margin-left:10px}.patient-upload-data header{padding-bottom:6px}.patient-upload-data .gdpr-warning{margin-bottom:2rem}.patient-upload-data .gdpr-warning__title{color:#fba400;font-size:1.3rem;font-weight:700}.patient-view-data__button{display:inline-block;border-radius:.25rem;background-image:url(/professional/assets/icons/direct-icon.svg);background-position:center 16px;background-repeat:no-repeat;background-size:40px;width:240px;height:104px;position:relative;padding-top:64px;font-size:14px}[dir=ltr] .patient-view-data__button{padding-right:20px;margin-right:10px}[dir=rtl] .patient-view-data__button{padding-left:20px;margin-left:10px}.patient-view-data-button__post-form{display:none}.swal2-container ul{list-style-type:none}[dir=ltr] .swal2-container ul{padding-left:0}[dir=rtl] .swal2-container ul{padding-right:0}.swal2-container .swal2-modal{font-family:Open Sans,Helvetica Neue,Helvetica,Arial,sans-serif}.swal2-container .swal2-content{padding-bottom:.5rem;font-weight:400}.swal2-container .swal2-content a{font-weight:500}.swal2-container .swal2-icon{margin:20px auto 10px}.swal2-container .swal2-icon.swal2-warning{color:#fba400;border-color:#fba400}[dir=ltr] .swal2-container button+button{margin-left:1rem}[dir=rtl] .swal2-container button+button{margin-right:1rem}[dir=ltr] .swal2-container button[style*="display: none"]+button{margin-left:0}[dir=rtl] .swal2-container button[style*="display: none"]+button{margin-right:0}.printable-clinic-sharing-code-invitation{background:#fff;color:#000;page-break-after:avoid;text-align:center;margin-top:1.5rem}.printable-clinic-sharing-code-invitation h1{font-size:24px;font-weight:700;margin-bottom:.75rem;text-align:center}.printable-clinic-sharing-code-invitation h2{font-size:16px;font-weight:400;margin-bottom:.75rem;text-align:center}.printable-clinic-sharing-code-invitation p{font-size:12px;margin-bottom:.75rem}.printable-clinic-sharing-code-invitation .printable-clinic-sharing-code-invitation__logo{margin-bottom:.75rem}.printable-clinic-sharing-code-invitation .printable-clinic-sharing-code-invitation__clinic-code-label{font-size:18px;height:21px;margin:0 auto .5rem;width:322px;font-weight:700}.printable-clinic-sharing-code-invitation .printable-clinic-sharing-code-invitation__clinic-code-container{border-radius:8px;border:1px solid #58a618;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:24px;font-weight:700;height:52px;line-height:52px;margin:0 auto 1.5rem;width:350px}.printable-clinic-sharing-code-invitation .printable-clinic-sharing-code-invitation__marketing-text{width:475px;margin:0 auto;font-size:16px}.printable-clinic-sharing-code-invitation .printable-clinic-sharing-code-invitation__how-to-share{width:375px;margin:0 auto}.professional-type-dialog{width:40rem}.professional-type-dialog .professional-type-dialog-title{margin-top:0}.professional-type-dialog .professional-type-dialog-desc{font-size:larger;margin-bottom:1.5rem}.professional-type-dialog .professional-type-dialog-continue-button{margin-top:1.5rem}[dir=ltr] .professional-type-dialog .professional-type-dialog-continue-button{margin-left:0}[dir=rtl] .professional-type-dialog .professional-type-dialog-continue-button{margin-right:0}.registration-country-form__submit-button{margin-top:2em;border-radius:3px}.anonymous-upload__button-holder{margin-bottom:32px;left:0;right:0;width:100%}.anonymous-upload__button-holder,.sharing-code__form-holder{position:absolute;display:flex;justify-content:center;bottom:0}.profile-settings-form .field-grouping-container{display:flex}.profile-settings-form .profile-settings-form__name-grouping,.profile-settings-form .profile-settings-form__two-column-grouping{width:100%;max-width:18.625rem}[dir=ltr] .profile-settings-form .profile-settings-form__name-grouping,[dir=ltr] .profile-settings-form .profile-settings-form__two-column-grouping{margin-right:.5rem}[dir=rtl] .profile-settings-form .profile-settings-form__name-grouping,[dir=rtl] .profile-settings-form .profile-settings-form__two-column-grouping{margin-left:.5rem}.profile-settings-form .profile-settings-form__prescriber-information{margin-top:.75rem;background-color:#f2f2f2;border-radius:.25rem;width:100%;max-width:37.73rem;padding:.5rem}.profile-settings-form .profile-settings-form__is-prescriber-container{margin-top:.75rem}[dir=ltr] .profile-settings-form .profile-settings-form__is-prescriber-container{margin-left:.75rem}[dir=rtl] .profile-settings-form .profile-settings-form__is-prescriber-container{margin-right:.75rem}.profile-settings-form .profile-settings-form__prescriber-id{margin-top:.75rem}[dir=ltr] .profile-settings-form .profile-settings-form__prescriber-id{margin-left:.75rem}[dir=rtl] .profile-settings-form .profile-settings-form__prescriber-id{margin-right:.75rem}.profile-settings-form .profile-settings-form__prescriber-agreement{margin-top:0;margin-bottom:.75rem}.profile-settings-form .profile-settings-form__prescriber-agreement.invalid{border-bottom:1px solid #ee4033}.profile-settings-form .professional-type-grouping,.profile-settings-form .professional-type__other-grouping{max-width:37.73rem}.profile-settings-form .professional-type__other-grouping{margin-top:.75rem}.profile-settings-form .profile-title{font-weight:700}.profile-settings-form hr{margin:1.125rem}body.ui-theme-material .sharing-code-form ::-ms-clear{display:none}body.ui-theme-material .sharing-code-form p{margin-top:6px;margin-bottom:8px}body.ui-theme-material .sharing-code-form{position:relative;margin-top:.2rem}body.ui-theme-material .sharing-code-form input{font-size:1rem;height:2.25em;padding-left:1rem;padding-right:1rem;display:inline-block;margin:0;width:50%;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}body.ui-theme-material .sharing-code-form input::placeholder{color:#959595}body.ui-theme-material .sharing-code-form button[type=submit]{display:inline;vertical-align:baseline;margin:0;cursor:not-allowed}[dir=ltr] body.ui-theme-material .sharing-code-form button[type=submit]{margin-left:10px}[dir=rtl] body.ui-theme-material .sharing-code-form button[type=submit]{margin-right:10px}body.ui-theme-material .sharing-code-form.valid button[type=submit]{cursor:pointer}body.ui-theme-material .sharing-code-form .sharing-code-form__message{visibility:hidden;display:inline-block;margin-bottom:4px}body.ui-theme-material .sharing-code-form .sharing-code-form__message,body.ui-theme-material .sharing-code-form.invalid .sharing-code-form__message{font-size:.9rem;margin-top:10px}body.ui-theme-material .sharing-code-form.invalid .sharing-code-form__message{visibility:visible;border-radius:4px;color:#ee4033;background:#fff;margin-top:5px}body.ui-theme-material .sharing-code-form i.valid-sharing-code{color:#6db350;opacity:0;position:absolute;top:2.8rem;width:20px}[dir=ltr] body.ui-theme-material .sharing-code-form i.valid-sharing-code{left:12rem}[dir=rtl] body.ui-theme-material .sharing-code-form i.valid-sharing-code{right:12rem}body.ui-theme-material .sharing-code-form.valid i.valid-sharing-code{opacity:1}body.ui-theme-material .sharing-code-form i.invalid-sharing-code{opacity:0;color:#ee4033;font-size:1.3rem;position:absolute;top:2.8rem;width:20px}[dir=ltr] body.ui-theme-material .sharing-code-form i.invalid-sharing-code{left:12rem}[dir=rtl] body.ui-theme-material .sharing-code-form i.invalid-sharing-code{right:12rem}body.ui-theme-material .sharing-code-form.invalid i.invalid-sharing-code{opacity:1}body.ui-theme-material .sharing-code-form.invalid i.invalid-sharing-code:hover{cursor:pointer}.sso-login{margin-top:16px}.sso-login .sso-login__btn{appearance:button;background-color:#6db250;background-image:none;border-radius:5px;border:none;padding:11px;color:#fff;filter:drop-shadow(3px 4px 3px gray);font-weight:600}.sso-login p{margin-top:20px}.smart-basal-active-dialog{padding:1.5rem 3rem 2rem}.tooltip-truncator{display:inline-block;max-width:100%}.tooltip-truncator .tooltip-truncator__content{display:inline-block;max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;word-break:break-word;vertical-align:bottom}td.tooltip-truncator{display:table-cell;word-wrap:normal}.unlink-clinic-dialog .lead{font-size:1.125rem;line-height:1.5;font-weight:400}[dir=ltr] .unlink-clinic-dialog{padding:1.5rem 3rem 1.5rem 2rem}[dir=rtl] .unlink-clinic-dialog{padding:1.5rem 2rem 1.5rem 3rem}.unlink-clinic-dialog .unlink-clinic-confirmation__title{margin-bottom:3rem}.upload-success{display:block;width:100%;margin:0 auto;overflow-x:auto}.upload-success .upload-success__wrapper{display:block;margin-left:auto;margin-right:auto}.upload-success .upload-success__action-buttons{height:170px;min-width:659px;padding-bottom:15px;padding-right:10px;padding-left:10px;text-align:center}.upload-success .upload-success__message{display:block;margin-left:auto;margin-right:auto}.upload-success .upload-success__message p{font-size:3.2rem;color:#6db350;text-align:center}.upload-success .upload-success__message p:before{content:"";display:inline-block;background-repeat:no-repeat;background-size:contain;height:64px;width:100%;background-position:50%;background-image:url(/professional/assets/icons/check.svg)}.uploader-install-notification__notice{margin:8px}.uploader-install-notification__notice .uploader-immediate-update-notification__update_link,.uploader-install-notification__notice .uploader-install-notification__install_link,.uploader-install-notification__notice .uploader-upgrade-by-date-notification__update_link{color:#2471c9}.uploader-software_status-message.default-radius .uploader-status__banner,.uploader-software_status-message.default-radius .uploader-status__installed-banner{border-radius:8px}.uploader-software_status-message.patient-list .uploader-status__banner{border-radius:8px 8px 0 0}.uploader-software_status-message.patient-list{margin-top:-28px;margin-left:-28px;margin-right:-28px;padding-bottom:10px}[dir=ltr] .uploader-software_status-message img{margin-right:6px}[dir=rtl] .uploader-software_status-message img{margin-left:6px}.uploader-software_status-message .text{align-content:center;margin:0}.uploader-software_status-message .uploader-status__banner{background-color:#fec;padding-top:10px;padding-bottom:10px;width:100%;text-align:center;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:4px;font-weight:500}.uploader-software_status-message .uploader-status__banner--information{background-color:#f4f4f4;color:#464646}.uploader-software_status-message .uploader-status__installed-banner{background-color:#e2f0dd;padding-top:10px;padding-bottom:10px;width:100%;text-align:center;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:4px;font-weight:500}.user--add .invite-email-container input{width:40rem}.user--add .share-invite p:nth-child(2){font-weight:700}.user--add .invite-options{list-style:none;margin:0;padding:0}.user--add .invite-option{margin-top:.25rem}[dir=ltr] .user--add .invite-option input{margin-right:.5rem}[dir=rtl] .user--add .invite-option input{margin-left:.5rem}.user--add .invite-option label{font-weight:700}.user-credentials-form input{display:block;width:100%;min-width:300px}[dir=ltr] .user-credentials-form .cancel{margin-left:10px}[dir=rtl] .user-credentials-form .cancel{margin-right:10px}.user-credentials-form .field-grouping{margin-bottom:24px}.user-credentials-form .field-grouping__account-creation-page{max-width:300px}.user-credentials-form .field-container--professional-type{max-width:616px}.user-credentials-form .field-container--professional-type .professional-type-grouping{max-width:616px;width:100%}.user-credentials-form .field-container--professional-type .professional-type-select{height:3.125rem}.user-credentials-form .field-container__flex{display:flex;gap:16px}.user-credentials-form label{font-weight:700;margin-bottom:4px;display:block}.user-credentials-form .password-requirements-text,.user-credentials-form ul li{font-weight:500;font-size:14px;color:#000;margin-top:0!important}.user-credentials-form .user-credentials-submit-btn{padding:12px 32px}[dir=ltr] .user-credentials-form .user-credentials-submit-btn{margin-left:0}[dir=rtl] .user-credentials-form .user-credentials-submit-btn{margin-right:0}.user-credentials-form input[name=confirmPass],.user-credentials-form input[name=email],.user-credentials-form input[name=password],.user-credentials-form input[name=username]{height:3.125rem;width:100%;border-radius:.125rem;border:1px solid #d4d4d8;padding:.75rem .625rem;font-size:1rem;background-repeat:no-repeat;box-shadow:none}.user-credentials-form input[name=confirmPass]:hover,.user-credentials-form input[name=email]:hover,.user-credentials-form input[name=password]:hover,.user-credentials-form input[name=username]:hover{border:1px solid #ccc}.user-credentials-form input[name=confirmPass] div,.user-credentials-form input[name=email] div,.user-credentials-form input[name=password] div,.user-credentials-form input[name=username] div{display:flex;flex-direction:column}.user-credentials-form input[name=confirmPass].invalid,.user-credentials-form input[name=email].invalid,.user-credentials-form input[name=password].invalid,.user-credentials-form input[name=username].invalid{border-color:#ee4033}.user-credentials-form input[name=confirmPass].invalid:focus-visible,.user-credentials-form input[name=email].invalid:focus-visible,.user-credentials-form input[name=password].invalid:focus-visible,.user-credentials-form input[name=username].invalid:focus-visible{outline:1px solid #ee4033;border-color:none}.user-profile-form .user-form__last-login-label,user-form .user-form__last-login-label{display:inline-block}[dir=ltr] .user-profile-form .user-form__last-login-label,[dir=ltr] user-form .user-form__last-login-label{margin-left:14px}[dir=rtl] .user-profile-form .user-form__last-login-label,[dir=rtl] user-form .user-form__last-login-label{margin-right:14px}.user-profile-form .field-grouping-container.user-form--permissions .field-grouping,user-form .field-grouping-container.user-form--permissions .field-grouping{max-width:800px;min-width:598px;padding-top:1rem;padding-bottom:1rem;background:#f2f2f2;border-radius:4px}[dir=ltr] .user-profile-form .field-grouping-container.user-form--permissions .field-grouping,[dir=ltr] user-form .field-grouping-container.user-form--permissions .field-grouping{padding-left:1rem}[dir=rtl] .user-profile-form .field-grouping-container.user-form--permissions .field-grouping,[dir=rtl] user-form .field-grouping-container.user-form--permissions .field-grouping{padding-right:1rem}.user-profile-form .field-grouping-container.user-form--permissions img.user-form--permissions-checkmark,user-form .field-grouping-container.user-form--permissions img.user-form--permissions-checkmark{scale:.7}.user-profile-form .field-grouping-container.user-form--permissions .user-form--permissions-label,user-form .field-grouping-container.user-form--permissions .user-form--permissions-label{color:#333;font-size:.75rem;margin-top:.25rem;margin-bottom:.25rem}.user-profile-form .field-grouping-container.user-form--role .user-form-lock-status,user-form .field-grouping-container.user-form--role .user-form-lock-status{padding-top:.5rem}.user-profile-form .field-grouping-container.user-form--role .user-form-lock-status .field-grouping,user-form .field-grouping-container.user-form--role .user-form-lock-status .field-grouping{max-width:800px}.user-profile-form .field-grouping-container.user-form--role .user-form-lock-status .field-grouping span,user-form .field-grouping-container.user-form--role .user-form-lock-status .field-grouping span{color:#bababa;font-weight:700}[dir=ltr] .user-profile-form .field-grouping-container.user-form--role .user-form-lock-status .field-grouping span,[dir=ltr] user-form .field-grouping-container.user-form--role .user-form-lock-status .field-grouping span{padding-right:.5rem}[dir=rtl] .user-profile-form .field-grouping-container.user-form--role .user-form-lock-status .field-grouping span,[dir=rtl] user-form .field-grouping-container.user-form--role .user-form-lock-status .field-grouping span{padding-left:.5rem}.user-profile-form .user-form--names .field-grouping:first-of-type:after,.user-profile-form .user-form--names .field-grouping:first-of-type:before,.user-profile-form .user-form--names .field-grouping:nth-of-type(2):after,.user-profile-form .user-form--names .field-grouping:nth-of-type(2):before,user-form .user-form--names .field-grouping:first-of-type:after,user-form .user-form--names .field-grouping:first-of-type:before,user-form .user-form--names .field-grouping:nth-of-type(2):after,user-form .user-form--names .field-grouping:nth-of-type(2):before{content:"";display:table}.user-profile-form .user-form--names .field-grouping:first-of-type:after,.user-profile-form .user-form--names .field-grouping:nth-of-type(2):after,user-form .user-form--names .field-grouping:first-of-type:after,user-form .user-form--names .field-grouping:nth-of-type(2):after{clear:both}.user-profile-form .user-form--names .field-grouping:first-of-type,.user-profile-form .user-form--names .field-grouping:nth-of-type(2),user-form .user-form--names .field-grouping:first-of-type,user-form .user-form--names .field-grouping:nth-of-type(2){clear:none;text-align:inherit;width:41.1428571429%}[dir=ltr] .user-profile-form .user-form--names .field-grouping:first-of-type,[dir=ltr] .user-profile-form .user-form--names .field-grouping:nth-of-type(2),[dir=ltr] user-form .user-form--names .field-grouping:first-of-type,[dir=ltr] user-form .user-form--names .field-grouping:nth-of-type(2){float:left;margin-left:0;margin-right:3%}[dir=rtl] .user-profile-form .user-form--names .field-grouping:first-of-type,[dir=rtl] .user-profile-form .user-form--names .field-grouping:nth-of-type(2),[dir=rtl] user-form .user-form--names .field-grouping:first-of-type,[dir=rtl] user-form .user-form--names .field-grouping:nth-of-type(2){float:right;margin-right:0;margin-left:3%}[dir=ltr] .user-profile-form .user-form--names .field-grouping:first-of-type:last-child,[dir=ltr] .user-profile-form .user-form--names .field-grouping:nth-of-type(2):last-child,[dir=ltr] user-form .user-form--names .field-grouping:first-of-type:last-child,[dir=ltr] user-form .user-form--names .field-grouping:nth-of-type(2):last-child{margin-right:0}[dir=rtl] .user-profile-form .user-form--names .field-grouping:first-of-type:last-child,[dir=rtl] .user-profile-form .user-form--names .field-grouping:nth-of-type(2):last-child,[dir=rtl] user-form .user-form--names .field-grouping:first-of-type:last-child,[dir=rtl] user-form .user-form--names .field-grouping:nth-of-type(2):last-child{margin-left:0}.user-profile-form .user-form--names .field-grouping:nth-of-type(3):after,.user-profile-form .user-form--names .field-grouping:nth-of-type(3):before,user-form .user-form--names .field-grouping:nth-of-type(3):after,user-form .user-form--names .field-grouping:nth-of-type(3):before{content:"";display:table}.user-profile-form .user-form--names .field-grouping:nth-of-type(3):after,user-form .user-form--names .field-grouping:nth-of-type(3):after{clear:both}.user-profile-form .user-form--names .field-grouping:nth-of-type(3),user-form .user-form--names .field-grouping:nth-of-type(3){clear:none;text-align:inherit;width:11.7142857143%}[dir=ltr] .user-profile-form .user-form--names .field-grouping:nth-of-type(3),[dir=ltr] user-form .user-form--names .field-grouping:nth-of-type(3){float:left;margin-left:0;margin-right:3%}[dir=rtl] .user-profile-form .user-form--names .field-grouping:nth-of-type(3),[dir=rtl] user-form .user-form--names .field-grouping:nth-of-type(3){float:right;margin-right:0;margin-left:3%}[dir=ltr] .user-profile-form .user-form--names .field-grouping:nth-of-type(3):last-child,[dir=ltr] user-form .user-form--names .field-grouping:nth-of-type(3):last-child{margin-right:0}[dir=rtl] .user-profile-form .user-form--names .field-grouping:nth-of-type(3):last-child,[dir=rtl] user-form .user-form--names .field-grouping:nth-of-type(3):last-child{margin-left:0}.user-profile-form .user-form--email .field-grouping:after,.user-profile-form .user-form--email .field-grouping:before,user-form .user-form--email .field-grouping:after,user-form .user-form--email .field-grouping:before{content:"";display:table}.user-profile-form .user-form--email .field-grouping:after,user-form .user-form--email .field-grouping:after{clear:both}.user-profile-form .user-form--email .field-grouping,user-form .user-form--email .field-grouping{clear:none;text-align:inherit;width:48.5%}[dir=ltr] .user-profile-form .user-form--email .field-grouping,[dir=ltr] user-form .user-form--email .field-grouping{float:left;margin-left:0;margin-right:3%}[dir=rtl] .user-profile-form .user-form--email .field-grouping,[dir=rtl] user-form .user-form--email .field-grouping{float:right;margin-right:0;margin-left:3%}[dir=ltr] .user-profile-form .user-form--email .field-grouping:last-child,[dir=ltr] user-form .user-form--email .field-grouping:last-child{margin-right:0}[dir=rtl] .user-profile-form .user-form--email .field-grouping:last-child,[dir=rtl] user-form .user-form--email .field-grouping:last-child{margin-left:0}.user-profile-form .user-form--reinvite label,user-form .user-form--reinvite label{display:flex}.user-profile-form .user-form--reinvite .user-form--checkbox-holder,user-form .user-form--reinvite .user-form--checkbox-holder{padding-top:.2rem}.user-profile-form .user-form--reinvite .user-form--checkbox-holder input,user-form .user-form--reinvite .user-form--checkbox-holder input{vertical-align:2px}[dir=ltr] .user-profile-form .user-form--reinvite .user-form--checkbox-holder input,[dir=ltr] user-form .user-form--reinvite .user-form--checkbox-holder input{margin-right:5px}[dir=rtl] .user-profile-form .user-form--reinvite .user-form--checkbox-holder input,[dir=rtl] user-form .user-form--reinvite .user-form--checkbox-holder input{margin-left:5px}.user-profile-form .user-form--role.field-grouping-container,.user-profile-form .user-form--status.field-grouping-container,user-form .user-form--role.field-grouping-container,user-form .user-form--status.field-grouping-container{margin-top:2.25rem}.user-profile-form .user-form--role.field-grouping-container .field-grouping,user-form .user-form--role.field-grouping-container .field-grouping{vertical-align:top}[dir=ltr] .user-profile-form .user-form--role.field-grouping-container .layout-row .field-grouping+.field-grouping,[dir=ltr] user-form .user-form--role.field-grouping-container .layout-row .field-grouping+.field-grouping{margin-left:.5rem}[dir=rtl] .user-profile-form .user-form--role.field-grouping-container .layout-row .field-grouping+.field-grouping,[dir=rtl] user-form .user-form--role.field-grouping-container .layout-row .field-grouping+.field-grouping{margin-right:.5rem}[dir=ltr] .user-profile-form .user-form--role.field-grouping-container .layout-column .field-grouping+.field-grouping,[dir=ltr] user-form .user-form--role.field-grouping-container .layout-column .field-grouping+.field-grouping{margin-left:0}[dir=rtl] .user-profile-form .user-form--role.field-grouping-container .layout-column .field-grouping+.field-grouping,[dir=rtl] user-form .user-form--role.field-grouping-container .layout-column .field-grouping+.field-grouping{margin-right:0}.user-profile-form .user-form--role.field-grouping-container .layout-column .field-grouping+.field-grouping:last-child,user-form .user-form--role.field-grouping-container .layout-column .field-grouping+.field-grouping:last-child{margin-top:8px}.user-profile-form .user-form--buttons.field-grouping-container,user-form .user-form--buttons.field-grouping-container{margin-top:2rem}[dir=ltr] .user-profile-form .user-form--buttons.field-grouping-container .field-grouping+.field-grouping,[dir=ltr] user-form .user-form--buttons.field-grouping-container .field-grouping+.field-grouping{margin-left:1.5rem}[dir=rtl] .user-profile-form .user-form--buttons.field-grouping-container .field-grouping+.field-grouping,[dir=rtl] user-form .user-form--buttons.field-grouping-container .field-grouping+.field-grouping{margin-right:1.5rem}user-list{display:block}user-list table{table-layout:fixed}user-list tr{cursor:normal}user-list th.user-list__email,user-list th.user-list__name{width:30%;min-width:30%;max-width:30%}user-list th.user-list__role{width:15%;min-width:15%;max-width:15%}user-list th.user-list__account-status{width:20%;min-width:20%;max-width:20%}user-list td.user-list__account-status{position:relative}user-list td.user-list__account-status .user-list__edit-label{position:absolute}[dir=ltr] user-list td.user-list__account-status .user-list__edit-label{right:1rem}[dir=rtl] user-list td.user-list__account-status .user-list__edit-label{left:1rem}user-list tr .user-list__edit-label{visibility:hidden}user-list tr:hover .user-list__edit-label{visibility:visible;background:#fff;padding:3px 10px;margin-top:-3px;border-radius:4px}[dir=ltr] user-list tr:hover .user-list__edit-label{box-shadow:1px 1px 2px 1px rgba(0,0,0,.2)}[dir=rtl] user-list tr:hover .user-list__edit-label{box-shadow:-1px 1px 2px 1px rgba(0,0,0,.2)}.toggle-switch-input{appearance:none;-webkit-appearance:none;width:2.5rem;height:1.5rem;background-color:#ccc;border-radius:1.5rem;position:relative;outline:none;cursor:pointer;transition:background .2s;box-shadow:0 .0625rem .125rem rgba(36,113,201,.08);vertical-align:middle}.toggle-switch-input:before{content:"";position:absolute;height:1.125rem;width:1.125rem;bottom:.1875rem;background-color:#fff;border-radius:50%;box-shadow:0 .0625rem .1875rem rgba(0,0,0,.12);transition:transform .2s}[dir=ltr] .toggle-switch-input:before{left:.1875rem}[dir=rtl] .toggle-switch-input:before{right:.1875rem}.toggle-switch-input:checked{background-color:#2471c9}[dir=ltr] .toggle-switch-input:checked:before{transform:translateX(1rem)}[dir=rtl] .toggle-switch-input:checked:before{transform:translateX(-1rem)}.toggle-switch-input:focus{box-shadow:0 0 .0625rem #2471c9}.fail-page,.success-page{text-align:center}.fail-page .check-mark,.success-page .check-mark{color:#6db350;font-size:64px}.fail-page .error-message,.success-page .error-message{font-family:monospace;font-size:1.6rem;margin-top:2rem}.fail-page .result-heading,.success-page .result-heading{color:#6db350;font-size:3rem;font-weight:700;margin:0;text-align:center;display:inline-flex;align-items:center}.fail-page p,.success-page p{padding:2rem;text-align:center;color:#7c7c7c;font-size:1.5rem}.fail-page p.buttons,.success-page p.buttons{margin-top:4rem}.fail-page .check-icon,.fail-page .warning-icon,.success-page .check-icon,.success-page .warning-icon{fill:#6db350;width:75px}.email-or-print-link-invitation input[type=email]{width:100%}.anonymous-upload--pseudonomyous-input{width:80%}.clinic-settings .field-grouping-container{max-width:950px;display:grid;row-gap:1rem;column-gap:3%;grid-template-columns:repeat(6,1fr)}.clinic-settings .field-grouping-container:not(.--reversed){grid-template-areas:"name      name      name      name      name      name" "address1  address1  address1  address1  address1  address1" "address2  address2  address2  address2  address2  address2" "city      city      city      city      state     state" "zipcode   zipcode   zipcode   zipcode   country   country" "phone     phone     phone     .         .         ."}.clinic-settings .field-grouping-container.--reversed{grid-template-areas:"country   country   country   zipcode   zipcode   zipcode" "state     state     state     city      city      city" "address2  address2  address2  address1  address1  address1" "phone     phone     phone     name      name      name"}.clinic-settings .field-grouping-container label{display:flex;flex-direction:column;margin-bottom:unset;align-self:end}.clinic-settings .field-grouping-container label[for=name]{grid-area:name}.clinic-settings .field-grouping-container label[for=address1]{grid-area:address1}.clinic-settings .field-grouping-container label[for=address2]{grid-area:address2}.clinic-settings .field-grouping-container label[for=city]{grid-area:city}.clinic-settings .field-grouping-container label[for=state]{grid-area:state}.clinic-settings .field-grouping-container label[for=zipcode]{grid-area:zipcode}.clinic-settings .field-grouping-container label[for=country]{grid-area:country}.clinic-settings .field-grouping-container label[for=phone]{grid-area:phone}.clinic-settings .field-grouping-container label>input:focus,.clinic-settings .field-grouping-container label>select:focus{border:1px solid #2471c9;border-color:var(--mdc-theme-primary,#2471c9)}.clinic-settings .field-grouping-container .clinic-registration-form__country-value{display:flex;align-items:center;padding:1.5rem 10px;font-size:16px;height:2.25em;line-height:1.25em;color:#aaa;background-color:#f1f1f1;border:1px solid #bababa;border-radius:5px;box-sizing:border-box;opacity:1;width:100%}.bulk-export-dialog__export-validation-error{color:#ee4033}[dir=ltr] .bulk-export-dialog__export-validation-error{margin-left:1rem}[dir=rtl] .bulk-export-dialog__export-validation-error{margin-right:1rem}.bulk-export-dialog .bulk-export-dialog__last-export-date-range{width:600px;background:rgba(0,0,0,.03);border-radius:8px;margin-bottom:8px;padding:16px}[dir=ltr] .bulk-export-dialog .bulk-export-dialog__last-export-date-range span.last-export__date-range-label{margin-right:8px}[dir=rtl] .bulk-export-dialog .bulk-export-dialog__last-export-date-range span.last-export__date-range-label{margin-left:8px}.bulk-export-dialog .bulk-export-dialog__last-export-date-range .last-export__date{font-weight:700}.bulk-export-dialog .mdc-dialog__surface{min-width:655px!important}.bulk-export-dialog .mdc-dialog__content{max-width:600px}.bulk-export-dialog .heading{font-size:2rem;font-weight:500}.bulk-export-dialog .export-options{padding:20px 0;display:flex;justify-content:space-between;align-items:center}.bulk-export-dialog .export-button{font-weight:none;margin:0;width:190px;height:50px;border:1px solid #2471c9}[dir=ltr] .bulk-export-dialog .export-button{justify-content:left}[dir=rtl] .bulk-export-dialog .export-button{justify-content:right}.bulk-export-dialog .export-button[disabled]{border:1px solid #cdcdcd;opacity:.5}.bulk-export-dialog .export-button .mdc-button__label{font-weight:400;color:#101010}.bulk-export-dialog .close-popup-icon{content:url(/professional/assets/icons/close-popup-icon.svg);height:20px;width:20px;margin-top:10px;cursor:pointer}.bulk-export-dialog .selected{height:50px;background:rgba(36,113,201,.05);border:2px solid #2471c9;border-radius:4px}.bulk-export-dialog .selected .mdc-button__label{font-weight:700}.bulk-export-dialog .bulk-export-dialog__custom-date-range-picker{width:600px;background:rgba(0,0,0,.03);border-radius:8px;margin-bottom:8px}.clinic-sharing-code-settings .text-input input{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.clinic-sharing-code-settings ul.sharing-code-requirements{margin:14px 0;padding:0;list-style:none;font-size:14px}.clinic-sharing-code-settings ul.sharing-code-requirements li{display:flex;flex-direction:row;align-items:center;margin-bottom:4px}.clinic-sharing-code-settings ul.sharing-code-requirements img{height:14px;width:14px}[dir=ltr] .clinic-sharing-code-settings ul.sharing-code-requirements img{margin-right:7px}[dir=rtl] .clinic-sharing-code-settings ul.sharing-code-requirements img{margin-left:7px}.clinic-sharing-code-settings .checkbox-input input{margin-top:3px}[dir=ltr] .clinic-sharing-code-settings .checkbox-input input{float:left}[dir=rtl] .clinic-sharing-code-settings .checkbox-input input{float:right}.clinic-sharing-code-settings .checkbox-input label{background:#f2f2f2;border-radius:4px;padding:19px;display:flex;flex-direction:row;gap:10px}.clinic-sharing-code-settings .clinic-sharing-code-duplicate-error{font-weight:700;color:#ee4033}.export-route .bulk-export h1{margin-top:3rem;margin-bottom:3.5rem;position:relative}[dir=ltr] .export-route .bulk-export h1{padding-left:10.5rem;text-align:left}[dir=rtl] .export-route .bulk-export h1{padding-right:10.5rem;text-align:right}.export-route .bulk-export h1:before{content:url(/professional/assets/icons/excel-icon-big.svg);position:absolute;top:-26px;width:111px}[dir=ltr] .export-route .bulk-export h1:before{left:10px}[dir=rtl] .export-route .bulk-export h1:before{right:10px}.export-route .bulk-export .lead{font-weight:400;font-size:1.3rem}[dir=ltr] .export-route .bulk-export .create-bulk-export{margin-left:1.6rem}[dir=rtl] .export-route .bulk-export .create-bulk-export{margin-right:1.6rem}.export-route .bulk-export .create-bulk-export[disabled]{pointer-events:none}.export-route .bulk-export h2{font-weight:400}.export-route .bulk-date-picker h1.header{font-size:2rem;margin-top:1rem;margin-bottom:1rem;position:relative}[dir=ltr] .export-route .bulk-date-picker .create-bulk-export{margin-left:0}[dir=rtl] .export-route .bulk-date-picker .create-bulk-export{margin-right:0}.export-route .bulk-date-picker .create-bulk-export[disabled],.export-route .bulk-date-picker .create-new-bulk-export-button[disabled]{pointer-events:none}.export-route .bulk-date-picker h2{font-weight:400}.export-route .bulk-date-picker h5{margin-bottom:16px;margin-top:23px}.export-route .bulk-date-picker hr{border:none;height:1px;background-color:#bdbdbd}.export-route .bulk-date-picker .bulk-export-in-progress-warning{font-size:14px;align-content:center;margin-bottom:4px}.export-route .bulk-date-picker .export-all-patient-data__btn{font-weight:500;border-radius:4px;font-size:14px;display:inline-flex;align-items:center;justify-content:center;font-family:Roboto;margin:6px 8px;min-height:40px;min-width:10rem;padding:0 6px;color:#fff;background-color:#2471c9;box-shadow:0 2px 4px 0 rgba(0,0,0,.14)}.export-route .bulk-date-picker .export-all-patient-data__btn.disabled{background-color:#e0e0e0;color:#8b8b8b;box-shadow:none}.export-route .bulk-export-history__cancel-dialog .mdc-dialog .mdc-dialog__surface{min-width:auto;padding:9px 24px 24px}.export-route .bulk-export-history__cancel-dialog .mdc-dialog .mdc-dialog__content .heading{font-size:2rem;font-weight:500}.export-route .bulk-export-history__cancel-dialog .mdc-dialog .mdc-dialog__actions{border:0;padding:20px 0 0}.forgot-username-route main{background:url(/professional/assets/images/bg-wave-b77d91220b4798f9cf0163186e45b185.png) no-repeat center 95% #fff;background-size:100% auto;min-height:500px}@media only screen and (min-width:1050px){[dir=ltr] .forgot-username-route main{padding-left:6rem}[dir=rtl] .forgot-username-route main{padding-right:6rem}}.forgot-username-route main header{margin-bottom:1em}.forgot-username-route .send-link,.forgot-username-route main{margin-top:10px}body.index-route.ui-theme-material{background-color:#f8f8f8}[dir=ltr] body.index-route.ui-theme-material header{box-shadow:8px 2px 8px rgba(0,0,0,.3)}[dir=rtl] body.index-route.ui-theme-material header{box-shadow:-8px 2px 8px rgba(0,0,0,.3)}body.index-route.ui-theme-material header .language-prompt{margin:0}body.index-route.ui-theme-material .landing-page{max-width:1100px;margin:0 auto 50px;padding-left:0;padding-right:0}body.index-route.ui-theme-material .landing-page .landing-page__sub-heading{padding:1em 0}body.index-route.ui-theme-material .landing-page .landing-page__sub-heading h1{flex:1;margin-top:0;padding:0}body.index-route.ui-theme-material .landing-page clarity-card{position:relative;padding:10px 30px}body.index-route.ui-theme-material .landing-page img.landing-page__logo{vertical-align:unset}body.index-route.ui-theme-material .landing-page fieldset{margin:0;padding:0}body.index-route.ui-theme-material .landing-page .lead{text-align:center;margin-top:3rem;font-size:1.2rem}body.index-route.ui-theme-material .landing-page .not-registered{margin-top:2rem;font-size:1.1rem}[dir=ltr] body.index-route.ui-theme-material .landing-page .not-registered{text-align:left}[dir=rtl] body.index-route.ui-theme-material .landing-page .not-registered{text-align:right}body.index-route.ui-theme-material .landing-page .not-registered a{text-transform:capitalize}body.index-route.ui-theme-material .landing-page .sign-up{padding:2px 10px}[dir=ltr] body.index-route.ui-theme-material .landing-page .sign-up{margin-left:.5rem}[dir=rtl] body.index-route.ui-theme-material .landing-page .sign-up{margin-right:.5rem}body.index-route.ui-theme-material .landing-page .sign-up:hover{text-decoration:underline;cursor:pointer}body.index-route.ui-theme-material .landing-page .clinic-home__nav{margin-top:30px;display:flex;justify-content:space-between;flex-direction:row;align-items:stretch;height:22rem}body.index-route.ui-theme-material .landing-page .clinic-home__nav clarity-card{width:48.5%;padding:30px}[dir=ltr] body.index-route.ui-theme-material .landing-page .clinic-home__nav clarity-card{text-align:left}[dir=rtl] body.index-route.ui-theme-material .landing-page .clinic-home__nav clarity-card{text-align:right}body.index-route.ui-theme-material .landing-page .anonymous-upload-panel button{display:block}body.index-route.ui-theme-material .landing-page .sharing-code-panel .footnote{margin-bottom:-.5rem;font-size:.8rem;text-align:center}body.index-route.ui-theme-material .landing-page>.uploader-install-notification__notice .uploader-status__banner,body.index-route.ui-theme-material .landing-page>.uploader-install-notification__notice .uploader-status__installed-banner{border-radius:8px}body.index-route.ui-theme-material .landing-page .uploader-install-notification-parts{align-items:center}.not-found-route main{background:url(/professional/assets/images/bg-wave-b77d91220b4798f9cf0163186e45b185.png) no-repeat center 95% #fff;background-size:100% auto;min-height:500px}@media only screen and (min-width:1050px){[dir=ltr] .not-found-route main{padding-left:6rem}[dir=rtl] .not-found-route main{padding-right:6rem}}.not-found-route main header{margin-bottom:1em}.not-found-route main h1{position:relative;margin-top:0;height:128px;padding-bottom:0;display:table-cell;vertical-align:middle;font-size:3.5rem;font-weight:600;line-height:64px}@media only screen and (min-width:1050px){[dir=ltr] .not-found-route main h1{padding-left:158px}[dir=rtl] .not-found-route main h1{padding-right:158px}.not-found-route main h1:before{content:"";display:inline-block;background-repeat:no-repeat;background-size:contain;font-family:ClarityFont;font-size:7rem;font-weight:100;color:#fba400;content:"\e942";height:128px;position:absolute;top:2.2rem;width:128px}[dir=ltr] .not-found-route main h1:before{left:0}[dir=rtl] .not-found-route main h1:before{right:0}}[dir=ltr] .not-found-route main .supportLink{padding-left:40px}[dir=rtl] .not-found-route main .supportLink{padding-right:40px}.password-request-route main{background:url(/professional/assets/images/bg-wave-b77d91220b4798f9cf0163186e45b185.png) no-repeat center 95% #fff;background-size:100% auto;min-height:500px}@media only screen and (min-width:1050px){[dir=ltr] .password-request-route main{padding-left:6rem}[dir=rtl] .password-request-route main{padding-right:6rem}}.password-request-route main header{margin-bottom:1em}.password-request-route .check-mark{color:#6db350;font-size:64}.password-reset-route main{background:url(/professional/assets/images/bg-wave-b77d91220b4798f9cf0163186e45b185.png) no-repeat center 95% #fff;background-size:100% auto;min-height:500px}@media only screen and (min-width:1050px){[dir=ltr] .password-reset-route main{padding-left:6rem}[dir=rtl] .password-reset-route main{padding-right:6rem}}.password-reset-route main header{margin-bottom:1em}.user-profile-password-update-route main{background:url(/professional/assets/images/bg-wave-b77d91220b4798f9cf0163186e45b185.png) no-repeat center 95% #fff;background-size:100% auto;min-height:500px}@media only screen and (min-width:1050px){[dir=ltr] .user-profile-password-update-route main{padding-left:6rem}[dir=rtl] .user-profile-password-update-route main{padding-right:6rem}}.user-profile-password-update-route main header{margin-bottom:1em}.patients-add-route .patient-add-sharing-note{font-size:13px}.patients-upload-route main section:not(:first-of-type){margin-top:3rem}.patients-route main .search-bar{align-items:center}.patients-route main .search-bar:after,.patients-route main .search-bar:before{content:"";display:table}.patients-route main .search-bar:after{clear:both}.patients-route main .search-bar{margin-bottom:2rem}.patients-route main .search-bar input[type=search]{min-width:28rem}.patients-route main .search-bar input[type=search]+.clear-search{color:#bababa;padding:.5rem;vertical-align:middle;cursor:pointer}[dir=ltr] .patients-route main .search-bar input[type=search]+.clear-search{margin-left:-2.5rem}[dir=rtl] .patients-route main .search-bar input[type=search]+.clear-search{margin-right:-2.5rem}.patients-route main .search-bar .btn{font-size:.9rem;margin-bottom:0}[dir=ltr] .patients-route main .search-bar .btn{margin-left:0}[dir=rtl] .patients-route main .search-bar .btn{margin-right:0}.patients-route main .search-bar .uploader-install-inner-parts{align-items:right;line-height:3em}[dir=ltr] .patients-route main .search-bar .uploader-install-inner-parts{margin-right:12px}[dir=rtl] .patients-route main .search-bar .uploader-install-inner-parts{margin-left:12px}.patients-route main{padding-bottom:1.5rem}.patients-route main h1{font-size:2rem;font-weight:700}.patients-route main h2{font-size:1.5rem;font-weight:700}.patients-route main .patient-form{margin-bottom:2rem}.patients-route main .form-actions{padding:2rem 0;margin:0}.patients-route main .form-action{display:inline-block;list-style:none;margin:0;padding:0}[dir=ltr] .patients-route main .form-action+.form-action{margin-left:1rem}[dir=rtl] .patients-route main .form-action+.form-action{margin-right:1rem}.patients-route .gmi-explanation{margin:0 0 3rem;text-align:center;font-size:18px}.profile-tab .field-grouping-container{display:flex;margin-top:1rem}.profile-tab .profile-tab__content{padding-top:.625rem;padding-bottom:.625rem}.profile-tab ul li{list-style-position:inside}[dir=ltr] .profile-tab ul li{padding-left:.5rem}[dir=rtl] .profile-tab ul li{padding-right:.5rem}.profile-tab hr{margin:1.125rem}[dir=ltr] .profile-tab .field-grouping{margin-right:.5rem}[dir=rtl] .profile-tab .field-grouping{margin-left:.5rem}.profile-tab .profile-tab__name-grouping,.profile-tab .profile-tab__two-column-grouping{width:100%;max-width:18.625rem}.profile-tab .professional-type-grouping,.profile-tab .professional-type__other-grouping,.profile-tab .profile-tab__email-display-container,.profile-tab .profile-tab__email-grouping{width:100%;max-width:37.73rem}.profile-tab .profile-tab__email-display-container{display:flex;align-items:center;justify-content:space-between;border:1px solid #ddd;border-radius:.25rem;padding:.5rem .75rem;background-color:#f2f2f2;min-height:3.125rem}[dir=ltr] .profile-tab .profile-tab__email-display-container{text-align:left}[dir=rtl] .profile-tab .profile-tab__email-display-container{text-align:right}.profile-tab .profile-tab__email-unverified{display:flex;align-items:center;gap:.5rem;margin-top:.5rem;padding:.5rem;background-color:#fff3cd;border:1px solid #ffc107;border-radius:.25rem}.profile-tab .profile-tab__email-unverified-text{color:#856404;font-size:.875rem}.profile-tab .profile-tab__verify-now-button{background:none;border:none;color:#06c;text-decoration:underline;cursor:pointer;font-size:.875rem;padding:0}[dir=ltr] .profile-tab .profile-tab__verify-now-button{margin-left:auto}[dir=rtl] .profile-tab .profile-tab__verify-now-button{margin-right:auto}.profile-tab .profile-tab__verify-now-button:hover{color:#0052a3}.profile-tab .profile-tab__verify-now-button:focus{outline:2px solid #06c;outline-offset:2px}.profile-tab .profile-tab__prescriber-information{margin-top:.75rem;background-color:#f2f2f2;border-radius:.25rem;width:100%;max-width:37.73rem;padding:.5rem}.profile-tab .profile-tab__is-prescriber-container{margin-top:.75rem}[dir=ltr] .profile-tab .profile-tab__is-prescriber-container{margin-left:.75rem}[dir=rtl] .profile-tab .profile-tab__is-prescriber-container{margin-right:.75rem}.profile-tab .profile-tab__prescriber-id{margin-top:.75rem}[dir=ltr] .profile-tab .profile-tab__prescriber-id{margin-left:.75rem}[dir=rtl] .profile-tab .profile-tab__prescriber-id{margin-right:.75rem}.profile-tab .profile-tab__divider{size:4px}.profile-tab .profile-tab__prescriber-agreement{margin-top:0;margin-bottom:.75rem}.profile-tab .profile-title{font-weight:700}.profile-tab .profile-tab__prescriber-agreement.invalid{border-bottom:1px solid #ee4033}.profile-tab .professional-type__other-grouping{margin-top:.75rem}.registration-success-route main{background:url(/professional/assets/images/bg-wave-b77d91220b4798f9cf0163186e45b185.png) no-repeat center 95% #fff;background-size:100% auto;min-height:500px}@media only screen and (min-width:1050px){[dir=ltr] .registration-success-route main{padding-left:6rem}[dir=rtl] .registration-success-route main{padding-right:6rem}}.registration-success-route main header{margin-bottom:1em}.registration-success-route main p{margin-bottom:1rem}.registration-success-route main .call-to-action{margin-bottom:1.25rem}.registration-success-route main .view-reports-message{margin-bottom:.5em}.registration-form-route main,.registration-index-route main{background-size:100% auto;min-height:500px;margin:0 auto;padding:0 2rem}[dir=ltr] .registration-form-route header,[dir=ltr] .registration-index-route header{padding-left:0;text-align:left}[dir=rtl] .registration-form-route header,[dir=rtl] .registration-index-route header{padding-right:0;text-align:right}.registration-form-route header p.lead,.registration-index-route header p.lead{margin-block:1.5rem}.registration-form-route .registration-header-row,.registration-index-route .registration-header-row{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.registration-form-route .registration-header-row h1,.registration-index-route .registration-header-row h1{margin:0;flex:1}[dir=ltr] .registration-form-route .registration-header-row h1,[dir=ltr] .registration-index-route .registration-header-row h1{text-align:left}[dir=rtl] .registration-form-route .registration-header-row h1,[dir=rtl] .registration-index-route .registration-header-row h1{text-align:right}.registration-form-route .registration-header-row .language-prompt,.registration-index-route .registration-header-row .language-prompt{flex-shrink:0}.session-expired-route main{background:url(/professional/assets/images/bg-wave-b77d91220b4798f9cf0163186e45b185.png) no-repeat center 95% #fff;background-size:100% auto;min-height:500px}@media only screen and (min-width:1050px){[dir=ltr] .session-expired-route main{padding-left:6rem}[dir=rtl] .session-expired-route main{padding-right:6rem}}.session-expired-route main header{margin-bottom:1em}.session-expired-route main h1{font-size:36px}.session-expired-route main .links{margin-top:30px;width:100%}[dir=ltr] .session-expired-route main .links{text-align:left}[dir=rtl] .session-expired-route main .links{text-align:right}.set-user-credentials-route .invalidInvitation header{margin-bottom:1em}.set-user-credentials-route .invalidInvitation h1{position:relative;margin-top:0;height:128px;padding-bottom:0;display:table-cell;vertical-align:middle;font-size:3.5rem;font-weight:600;line-height:64px}@media only screen and (min-width:1050px){[dir=ltr] .set-user-credentials-route .invalidInvitation h1{padding-left:158px}[dir=rtl] .set-user-credentials-route .invalidInvitation h1{padding-right:158px}.set-user-credentials-route .invalidInvitation h1:before{content:"";display:inline-block;background-repeat:no-repeat;background-size:contain;font-family:ClarityFont;font-size:7rem;font-weight:100;color:#fba400;content:"\e942";height:128px;position:absolute;top:2.2rem;width:128px}[dir=ltr] .set-user-credentials-route .invalidInvitation h1:before{left:0}[dir=rtl] .set-user-credentials-route .invalidInvitation h1:before{right:0}}.set-user-credentials-route .user-credentials-form__header{display:flex;justify-content:space-between;align-items:center}.set-user-credentials-route h5,.set-user-credentials-route h5 small{font-weight:400}.set-user-credentials-route .cui-hr{border:0;border-top:1px solid rgba(42,42,42,.3);margin:16px 0;height:1px;background:none}.account-merge-wizard{width:100%;padding:2rem}[dir=ltr] .account-merge-wizard button{margin:16px 8px 0 0}[dir=rtl] .account-merge-wizard button{margin:16px 0 0 8px}.account-merge-wizard .password-input-group{margin-bottom:1rem}.wizard-navigation{display:flex;padding-top:1rem}.email-verification-placeholder{padding:2rem;border-radius:8px}[dir=ltr] .email-verification-placeholder{text-align:left}[dir=rtl] .email-verification-placeholder{text-align:right}.account-details{margin-bottom:1rem}.account-header{font-weight:700;margin-bottom:.5rem}.account-merge-welcome-step .merge-welcome-header{display:flex;justify-content:space-between;align-items:center}.review-accounts-step .login-preview{width:100%;margin:0 0 1.5rem;padding:1rem;background-color:#e1e1e1;color:#333;font-size:1rem}.review-accounts-step .review-accounts-header{display:flex;justify-content:space-between;align-items:center}.table__review-accounts{width:100%;margin:0 0 1.5rem;border-collapse:collapse;table-layout:fixed}.table__review-accounts .table-header{background-color:#2471c9;color:#fff;padding:1rem 1.5rem;font-weight:700;font-size:1rem;border:none}[dir=ltr] .table__review-accounts .table-header{text-align:left}[dir=rtl] .table__review-accounts .table-header{text-align:right}.table__review-accounts .table-header:first-child{width:24%}[dir=ltr] .table__review-accounts .table-header:first-child{border-right:2px solid #fff}[dir=rtl] .table__review-accounts .table-header:first-child{border-left:2px solid #fff}.table__review-accounts .account-row{background-color:#fff}.table__review-accounts .clinic-name-cell,.table__review-accounts .username-cell{padding:1.25rem;font-size:1rem;color:#333;vertical-align:middle;border-bottom:1px solid #bababa}.table__review-accounts .username-cell{width:24%;font-weight:700}.table__review-accounts .account-row:last-child .clinic-name-cell,.table__review-accounts .account-row:last-child .username-cell{border-bottom:none}.set-keycloak-password-step .field-grouping{min-width:300px;font-weight:700}.set-keycloak-password-step .field-grouping__username-display{margin:0 0 1rem}[dir=ltr] .set-keycloak-password-step .field-grouping__username-display .account-merge-display__username{text-align:left}[dir=rtl] .set-keycloak-password-step .field-grouping__username-display .account-merge-display__username{text-align:right}.set-keycloak-password-step .field-grouping__username-display input{border:1px solid #bababa;border-radius:5px;font-weight:400}.set-keycloak-password-step .password-requirements-text{font-weight:700}.set-keycloak-password-step .language-prompt-header{display:flex;justify-content:space-between;align-items:center}.merge-preview{border:1px solid #bababa;border-radius:8px;padding:1rem;margin:1rem 0;background-color:#e1e1e1}.preview-section{margin-bottom:1rem}.review-settings-step .review-settings-header{display:flex;justify-content:space-between;align-items:center}.merge-success-step .login-preview{width:100%;margin:1.25rem 0 1.5rem;padding:1rem;background-color:#e1e1e1;color:#333;font-size:1rem}.merge-success-step .merge-success-actions{margin-top:1rem}.merge-success-step .merge-success-header{display:flex;justify-content:space-between;align-items:center}.error-message{background-color:#f8d7da;color:#721c24;padding:1rem;border-radius:4px;margin-bottom:1rem}.settings-route main{padding-top:2rem}.settings-route .nav-tabs{margin-bottom:1.6rem}.settings-route fieldset{margin-top:1rem}.settings-route .clinic-settings .field-grouping:nth-child(odd){width:100%}.settings-route .clinic-settings .field-grouping+.field-grouping+.field-grouping{margin-top:.75rem}.settings-route h4{border-bottom:2px solid #f2f2f2;margin-bottom:25px;padding-bottom:24px}.settings-route ul{padding:0}.settings-route .action-group>clarity-button>button{margin:6px 0}.settings-security-route .field-grouping-container{max-width:75%}.settings-security-route .field-grouping{display:block;margin-bottom:.5rem;margin-top:.75rem}.settings-security-route .field-grouping select{width:25%}.styleguide-route clarity-application-footer,.styleguide-route clarity-application>data-privacy-notice{display:none}.styleguide-route table.dateFormat{width:100%}.styleguide-route table.dateFormat td,.styleguide-route table.dateFormat th{padding:0 6px}[dir=ltr] .styleguide-route table.dateFormat td,[dir=ltr] .styleguide-route table.dateFormat th{border-right:1px solid #d3d3d3}[dir=rtl] .styleguide-route table.dateFormat td,[dir=rtl] .styleguide-route table.dateFormat th{border-left:1px solid #d3d3d3}.styleguide-route table.dateFormat .styleguide__flag-cell{width:40px;text-align:center;font-size:24px}.styleguide-route table.dateFormat th{color:#fff;padding:8px}.styleguide-route table.dateFormat th.styleguide__th--cyan{background-color:#00a3cc}.styleguide-route table.dateFormat th.styleguide__th--purple{background-color:#c500cc}.styleguide-route table.dateFormat th.styleguide__th--blue{background-color:#06c}.styleguide-route main.FreeStyle-container{position:fixed;left:0;top:0;right:0;z-index:11;bottom:0;height:100%;overflow:auto}.styleguide-route main{padding:0;width:100%;margin:0;max-width:100%}.styleguide-route .FreestyleGuide{display:flex;height:100%;flex-direction:column;min-height:100vh;min-width:320px}.styleguide-route .FreestyleGuide-footer,.styleguide-route .FreestyleGuide-header{flex:none;display:flex}.styleguide-route .FreestyleGuide-header{border-bottom:1px solid #b6b6b6;padding:.5rem 1rem;-webkit-align-items:top;-ms-flex-align:top;-ms-grid-row-align:top;align-items:top}.styleguide-route .FreestyleGuide-cta{cursor:pointer;display:inline-block;font-size:1.4rem;flex-basis:20px;text-align:center;align-self:center}.styleguide-route .FreestyleGuide-ctaIcon:hover{fill:#00bcd4}.styleguide-route .FreestyleGuide-titleContainer{flex-grow:1;padding:0 1rem;text-align:center}.styleguide-route .FreestyleGuide-title{font-size:1.4rem;font-weight:700}@media (min-width:37.5em){.styleguide-route .FreestyleGuide-title{font-size:1.9rem}}.styleguide-route .FreestyleGuide-subtitle{margin:0 auto}.styleguide-route .FreestyleGuide-body{background-color:#fff;display:flex;flex:1 0 auto;flex-direction:column}@media (min-width:37.5em){.styleguide-route .FreestyleGuide-body{flex-direction:row}}.styleguide-route .FreestyleGuide-content{margin-top:1.5rem}@media (min-width:37.5em){.styleguide-route .FreestyleGuide-content{flex:1;margin:0}}.styleguide-route .FreestyleGuide-nav{background-color:#fff;order:-1;padding:1rem}@media (min-width:37.5em){.styleguide-route .FreestyleGuide-nav{flex:0 0 18rem}[dir=ltr] .styleguide-route .FreestyleGuide-nav{border-right:1px solid #b6b6b6}[dir=rtl] .styleguide-route .FreestyleGuide-nav{border-left:1px solid #b6b6b6}}.styleguide-route .FreestyleGuide-aside{order:-2;position:fixed;background:#fff;box-shadow:0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12)}[dir=ltr] .styleguide-route .FreestyleGuide-aside{right:.5rem;margin-right:.5rem}[dir=rtl] .styleguide-route .FreestyleGuide-aside{left:.5rem;margin-left:.5rem}@media (min-width:37.5em){.styleguide-route .FreestyleGuide-aside{order:1}[dir=ltr] .styleguide-route .FreestyleGuide-aside{border-left:1px solid #b6b6b6}[dir=rtl] .styleguide-route .FreestyleGuide-aside{border-right:1px solid #b6b6b6}}.styleguide-route .FreestyleCollection{max-width:1200px}.styleguide-route .FreestyleCollection-title{text-transform:uppercase;font-weight:700;padding:1rem 1rem 0}.styleguide-route .FreestyleCollection-variantList{display:flex;position:relative;overflow-x:auto;overflow-y:hidden;height:48px;margin:1rem;white-space:nowrap;box-shadow:0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);padding:0;list-style-type:none}.styleguide-route .FreestyleCollection-variantListItem{flex-grow:1;display:block;text-align:center;line-height:48px;height:48px;padding:0;margin:0;text-transform:uppercase;text-overflow:ellipsis;overflow:hidden;letter-spacing:.8px;width:15%;min-width:120px;font-size:14px;cursor:pointer}[dir=ltr] .styleguide-route .FreestyleCollection-variantListItem{float:left}[dir=rtl] .styleguide-route .FreestyleCollection-variantListItem{float:right}.styleguide-route .FreestyleCollection-variantListItem--active,.styleguide-route .FreestyleCollection-variantListItem:hover{color:#00bcd4;border-bottom:3px solid #00bcd4}.styleguide-route .FreestyleCollection-variant{display:inline}.styleguide-route .FreestyleAnnotation{font-size:.9rem;padding:0 1rem}.styleguide-route .FreestyleUsageControls{font-size:.9rem;padding:1rem;width:200px}[dir=ltr] .styleguide-route .FreestyleUsageControls{text-align:left}[dir=rtl] .styleguide-route .FreestyleUsageControls{text-align:right}.styleguide-route .FreestyleUsageControls-header{font-weight:700;margin-bottom:.3rem;text-transform:uppercase;color:#00bcd4}.styleguide-route .FreestyleUsageControls-item{display:flex;align-items:baseline}.styleguide-route .FreestyleUsageControls-item--focus{padding-top:.6rem}.styleguide-route .FreestyleUsageControls-itemControl{cursor:pointer}[dir=ltr] .styleguide-route .FreestyleUsageControls-itemControl{padding-right:.1rem}[dir=rtl] .styleguide-route .FreestyleUsageControls-itemControl{padding-left:.1rem}.styleguide-route .FreestyleUsageControls-itemLabel{font-size:.7rem}.styleguide-route .FreestyleUsageControls-input--focus{margin-bottom:.2rem}.styleguide-route .FreestyleUsageControls-button{color:#fff;cursor:pointer;background-color:#00bcd4;box-shadow:0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);border:none;padding:.4rem 1rem;text-transform:uppercase;font-size:.6rem}.styleguide-route .FreestylePalette-title{font-weight:700;padding-bottom:2px;padding-top:10px;font-size:1.4rem}.styleguide-route .FreestylePalette-description{font-size:.8rem;padding-bottom:5px}.styleguide-route .FreestylePaletteItem{display:inline-block;border:1px solid #cecece}[dir=ltr] .styleguide-route .FreestylePaletteItem{margin:0 5px 5px 0}[dir=rtl] .styleguide-route .FreestylePaletteItem{margin:0 0 5px 5px}.styleguide-route .FreestylePaletteItem-color{height:90px;width:160px}.styleguide-route .FreestylePaletteItem-info{border-top:1px solid #cecece;padding:5px;background-color:#fff}.styleguide-route .FreestylePaletteItem-hex{font-weight:700;font-size:12px;margin-bottom:0}.styleguide-route .FreestylePaletteItem-name{font-size:11px;margin-top:0;color:gray}.styleguide-route .FreestyleNote{display:none}.styleguide-route .FreestyleNotes pre{margin-top:0;font-size:.8rem}.styleguide-route .FreestyleNotes pre.hljs{padding:.5rem 1rem}.styleguide-route .FreestyleNotes--tomorrow-night .hljs-comment,.styleguide-route .FreestyleNotes--tomorrow-night .hljs-quote{color:#969896}.styleguide-route .FreestyleNotes--tomorrow-night .hljs-deletion,.styleguide-route .FreestyleNotes--tomorrow-night .hljs-name,.styleguide-route .FreestyleNotes--tomorrow-night .hljs-regexp,.styleguide-route .FreestyleNotes--tomorrow-night .hljs-selector-class,.styleguide-route .FreestyleNotes--tomorrow-night .hljs-selector-id,.styleguide-route .FreestyleNotes--tomorrow-night .hljs-tag,.styleguide-route .FreestyleNotes--tomorrow-night .hljs-template-variable,.styleguide-route .FreestyleNotes--tomorrow-night .hljs-variable{color:#c66}.styleguide-route .FreestyleNotes--tomorrow-night .hljs-built_in,.styleguide-route .FreestyleNotes--tomorrow-night .hljs-builtin-name,.styleguide-route .FreestyleNotes--tomorrow-night .hljs-link,.styleguide-route .FreestyleNotes--tomorrow-night .hljs-literal,.styleguide-route .FreestyleNotes--tomorrow-night .hljs-meta,.styleguide-route .FreestyleNotes--tomorrow-night .hljs-number,.styleguide-route .FreestyleNotes--tomorrow-night .hljs-params,.styleguide-route .FreestyleNotes--tomorrow-night .hljs-type{color:#de935f}.styleguide-route .FreestyleNotes--tomorrow-night .hljs-attribute{color:#f0c674}.styleguide-route .FreestyleNotes--tomorrow-night .hljs-addition,.styleguide-route .FreestyleNotes--tomorrow-night .hljs-bullet,.styleguide-route .FreestyleNotes--tomorrow-night .hljs-string,.styleguide-route .FreestyleNotes--tomorrow-night .hljs-symbol{color:#b5bd68}.styleguide-route .FreestyleNotes--tomorrow-night .hljs-section,.styleguide-route .FreestyleNotes--tomorrow-night .hljs-title{color:#81a2be}.styleguide-route .FreestyleNotes--tomorrow-night .hljs-keyword,.styleguide-route .FreestyleNotes--tomorrow-night .hljs-selector-tag{color:#b294bb}.styleguide-route .FreestyleNotes--tomorrow-night .hljs{display:block;overflow-x:auto;background:#1d1f21;color:#c5c8c6;padding:.5em}.styleguide-route .FreestyleNotes--tomorrow-night .hljs-emphasis{font-style:italic}.styleguide-route .FreestyleNotes--tomorrow-night .hljs-strong{font-weight:700}.styleguide-route .FreestyleNotes--zenburn .hljs{display:block;overflow-x:auto;padding:.5em;background:#3f3f3f;color:#dcdcdc}.styleguide-route .FreestyleNotes--zenburn .hljs-keyword,.styleguide-route .FreestyleNotes--zenburn .hljs-selector-tag,.styleguide-route .FreestyleNotes--zenburn .hljs-tag{color:#e3ceab}.styleguide-route .FreestyleNotes--zenburn .hljs-template-tag{color:#dcdcdc}.styleguide-route .FreestyleNotes--zenburn .hljs-number{color:#8cd0d3}.styleguide-route .FreestyleNotes--zenburn .hljs-attribute,.styleguide-route .FreestyleNotes--zenburn .hljs-template-variable,.styleguide-route .FreestyleNotes--zenburn .hljs-variable{color:#efdcbc}.styleguide-route .FreestyleNotes--zenburn .hljs-literal{color:#efefaf}.styleguide-route .FreestyleNotes--zenburn .hljs-subst{color:#8f8f8f}.styleguide-route .FreestyleNotes--zenburn .hljs-name,.styleguide-route .FreestyleNotes--zenburn .hljs-section,.styleguide-route .FreestyleNotes--zenburn .hljs-selector-class,.styleguide-route .FreestyleNotes--zenburn .hljs-selector-id,.styleguide-route .FreestyleNotes--zenburn .hljs-title,.styleguide-route .FreestyleNotes--zenburn .hljs-type{color:#efef8f}.styleguide-route .FreestyleNotes--zenburn .hljs-bullet,.styleguide-route .FreestyleNotes--zenburn .hljs-link,.styleguide-route .FreestyleNotes--zenburn .hljs-symbol{color:#dca3a3}.styleguide-route .FreestyleNotes--zenburn .hljs-built_in,.styleguide-route .FreestyleNotes--zenburn .hljs-builtin-name,.styleguide-route .FreestyleNotes--zenburn .hljs-deletion,.styleguide-route .FreestyleNotes--zenburn .hljs-string{color:#cc9393}.styleguide-route .FreestyleNotes--zenburn .hljs-addition,.styleguide-route .FreestyleNotes--zenburn .hljs-comment,.styleguide-route .FreestyleNotes--zenburn .hljs-meta,.styleguide-route .FreestyleNotes--zenburn .hljs-quote{color:#7f9f7f}.styleguide-route .FreestyleNotes--zenburn .hljs-emphasis{font-style:italic}.styleguide-route .FreestyleNotes--zenburn .hljs-strong{font-weight:700}.styleguide-route .FreestyleNotes--hybrid .hljs{display:block;overflow-x:auto;padding:.5em;background:#1d1f21}.styleguide-route .FreestyleNotes--hybrid .hljs span::selection,.styleguide-route .FreestyleNotes--hybrid .hljs::selection{background:#373b41}.styleguide-route .FreestyleNotes--hybrid .hljs span::-moz-selection,.styleguide-route .FreestyleNotes--hybrid .hljs::-moz-selection{background:#373b41}.styleguide-route .FreestyleNotes--hybrid .hljs{color:#c5c8c6}.styleguide-route .FreestyleNotes--hybrid .hljs-name,.styleguide-route .FreestyleNotes--hybrid .hljs-title{color:#f0c674}.styleguide-route .FreestyleNotes--hybrid .hljs-comment,.styleguide-route .FreestyleNotes--hybrid .hljs-meta,.styleguide-route .FreestyleNotes--hybrid .hljs-meta .hljs-keyword{color:#707880}.styleguide-route .FreestyleNotes--hybrid .hljs-deletion,.styleguide-route .FreestyleNotes--hybrid .hljs-link,.styleguide-route .FreestyleNotes--hybrid .hljs-literal,.styleguide-route .FreestyleNotes--hybrid .hljs-number,.styleguide-route .FreestyleNotes--hybrid .hljs-symbol{color:#c66}.styleguide-route .FreestyleNotes--hybrid .hljs-addition,.styleguide-route .FreestyleNotes--hybrid .hljs-doctag,.styleguide-route .FreestyleNotes--hybrid .hljs-regexp,.styleguide-route .FreestyleNotes--hybrid .hljs-selector-attr,.styleguide-route .FreestyleNotes--hybrid .hljs-selector-pseudo,.styleguide-route .FreestyleNotes--hybrid .hljs-string{color:#b5bd68}.styleguide-route .FreestyleNotes--hybrid .hljs-attribute,.styleguide-route .FreestyleNotes--hybrid .hljs-code,.styleguide-route .FreestyleNotes--hybrid .hljs-selector-id{color:#b294bb}.styleguide-route .FreestyleNotes--hybrid .hljs-bullet,.styleguide-route .FreestyleNotes--hybrid .hljs-keyword,.styleguide-route .FreestyleNotes--hybrid .hljs-selector-tag,.styleguide-route .FreestyleNotes--hybrid .hljs-tag{color:#81a2be}.styleguide-route .FreestyleNotes--hybrid .hljs-subst,.styleguide-route .FreestyleNotes--hybrid .hljs-template-tag,.styleguide-route .FreestyleNotes--hybrid .hljs-template-variable,.styleguide-route .FreestyleNotes--hybrid .hljs-variable{color:#8abeb7}.styleguide-route .FreestyleNotes--hybrid .hljs-built_in,.styleguide-route .FreestyleNotes--hybrid .hljs-builtin-name,.styleguide-route .FreestyleNotes--hybrid .hljs-quote,.styleguide-route .FreestyleNotes--hybrid .hljs-section,.styleguide-route .FreestyleNotes--hybrid .hljs-selector-class,.styleguide-route .FreestyleNotes--hybrid .hljs-type{color:#de935f}.styleguide-route .FreestyleNotes--hybrid .hljs-emphasis{font-style:italic}.styleguide-route .FreestyleNotes--hybrid .hljs-strong{font-weight:700}.styleguide-route .FreestyleNotes--atelier-cave-dark .hljs-comment,.styleguide-route .FreestyleNotes--atelier-cave-dark .hljs-quote{color:#7e7887}.styleguide-route .FreestyleNotes--atelier-cave-dark .hljs-attribute,.styleguide-route .FreestyleNotes--atelier-cave-dark .hljs-link,.styleguide-route .FreestyleNotes--atelier-cave-dark .hljs-name,.styleguide-route .FreestyleNotes--atelier-cave-dark .hljs-regexp,.styleguide-route .FreestyleNotes--atelier-cave-dark .hljs-selector-class,.styleguide-route .FreestyleNotes--atelier-cave-dark .hljs-selector-id,.styleguide-route .FreestyleNotes--atelier-cave-dark .hljs-tag,.styleguide-route .FreestyleNotes--atelier-cave-dark .hljs-template-variable,.styleguide-route .FreestyleNotes--atelier-cave-dark .hljs-variable{color:#be4678}.styleguide-route .FreestyleNotes--atelier-cave-dark .hljs-built_in,.styleguide-route .FreestyleNotes--atelier-cave-dark .hljs-builtin-name,.styleguide-route .FreestyleNotes--atelier-cave-dark .hljs-literal,.styleguide-route .FreestyleNotes--atelier-cave-dark .hljs-meta,.styleguide-route .FreestyleNotes--atelier-cave-dark .hljs-number,.styleguide-route .FreestyleNotes--atelier-cave-dark .hljs-params,.styleguide-route .FreestyleNotes--atelier-cave-dark .hljs-type{color:#aa573c}.styleguide-route .FreestyleNotes--atelier-cave-dark .hljs-bullet,.styleguide-route .FreestyleNotes--atelier-cave-dark .hljs-string,.styleguide-route .FreestyleNotes--atelier-cave-dark .hljs-symbol{color:#2a9292}.styleguide-route .FreestyleNotes--atelier-cave-dark .hljs-section,.styleguide-route .FreestyleNotes--atelier-cave-dark .hljs-title{color:#576ddb}.styleguide-route .FreestyleNotes--atelier-cave-dark .hljs-keyword,.styleguide-route .FreestyleNotes--atelier-cave-dark .hljs-selector-tag{color:#955ae7}.styleguide-route .FreestyleNotes--atelier-cave-dark .hljs-addition,.styleguide-route .FreestyleNotes--atelier-cave-dark .hljs-deletion{color:#19171c;display:inline-block;width:100%}.styleguide-route .FreestyleNotes--atelier-cave-dark .hljs-deletion{background-color:#be4678}.styleguide-route .FreestyleNotes--atelier-cave-dark .hljs-addition{background-color:#2a9292}.styleguide-route .FreestyleNotes--atelier-cave-dark .hljs{display:block;overflow-x:auto;background:#19171c;color:#8b8792;padding:.5em}.styleguide-route .FreestyleNotes--atelier-cave-dark .hljs-emphasis{font-style:italic}.styleguide-route .FreestyleNotes--atelier-cave-dark .hljs-strong{font-weight:700}.styleguide-route .FreestyleNotes--solarized-light .hljs{display:block;overflow-x:auto;padding:.5em;background:#fdf6e3;color:#657b83}.styleguide-route .FreestyleNotes--solarized-light .hljs-comment,.styleguide-route .FreestyleNotes--solarized-light .hljs-quote{color:#93a1a1}.styleguide-route .FreestyleNotes--solarized-light .hljs-addition,.styleguide-route .FreestyleNotes--solarized-light .hljs-keyword,.styleguide-route .FreestyleNotes--solarized-light .hljs-selector-tag{color:#859900}.styleguide-route .FreestyleNotes--solarized-light .hljs-doctag,.styleguide-route .FreestyleNotes--solarized-light .hljs-literal,.styleguide-route .FreestyleNotes--solarized-light .hljs-meta .hljs-meta-string,.styleguide-route .FreestyleNotes--solarized-light .hljs-number,.styleguide-route .FreestyleNotes--solarized-light .hljs-regexp,.styleguide-route .FreestyleNotes--solarized-light .hljs-string{color:#2aa198}.styleguide-route .FreestyleNotes--solarized-light .hljs-name,.styleguide-route .FreestyleNotes--solarized-light .hljs-section,.styleguide-route .FreestyleNotes--solarized-light .hljs-selector-class,.styleguide-route .FreestyleNotes--solarized-light .hljs-selector-id,.styleguide-route .FreestyleNotes--solarized-light .hljs-title{color:#268bd2}.styleguide-route .FreestyleNotes--solarized-light .hljs-attr,.styleguide-route .FreestyleNotes--solarized-light .hljs-attribute,.styleguide-route .FreestyleNotes--solarized-light .hljs-class .hljs-title,.styleguide-route .FreestyleNotes--solarized-light .hljs-template-variable,.styleguide-route .FreestyleNotes--solarized-light .hljs-type,.styleguide-route .FreestyleNotes--solarized-light .hljs-variable{color:#b58900}.styleguide-route .FreestyleNotes--solarized-light .hljs-bullet,.styleguide-route .FreestyleNotes--solarized-light .hljs-link,.styleguide-route .FreestyleNotes--solarized-light .hljs-meta,.styleguide-route .FreestyleNotes--solarized-light .hljs-meta .hljs-keyword,.styleguide-route .FreestyleNotes--solarized-light .hljs-selector-attr,.styleguide-route .FreestyleNotes--solarized-light .hljs-selector-pseudo,.styleguide-route .FreestyleNotes--solarized-light .hljs-subst,.styleguide-route .FreestyleNotes--solarized-light .hljs-symbol{color:#cb4b16}.styleguide-route .FreestyleNotes--solarized-light .hljs-built_in,.styleguide-route .FreestyleNotes--solarized-light .hljs-deletion{color:#dc322f}.styleguide-route .FreestyleNotes--solarized-light .hljs-formula{background:#eee8d5}.styleguide-route .FreestyleNotes--solarized-light .hljs-emphasis{font-style:italic}.styleguide-route .FreestyleNotes--solarized-light .hljs-strong{font-weight:700}.styleguide-route .FreestyleNotes--docco .hljs{display:block;overflow-x:auto;padding:.5em;color:#000;background:#f8f8ff}.styleguide-route .FreestyleNotes--docco .hljs-comment,.styleguide-route .FreestyleNotes--docco .hljs-quote{color:#408080;font-style:italic}.styleguide-route .FreestyleNotes--docco .hljs-keyword,.styleguide-route .FreestyleNotes--docco .hljs-literal,.styleguide-route .FreestyleNotes--docco .hljs-selector-tag,.styleguide-route .FreestyleNotes--docco .hljs-subst{color:#954121}.styleguide-route .FreestyleNotes--docco .hljs-number{color:#40a070}.styleguide-route .FreestyleNotes--docco .hljs-doctag,.styleguide-route .FreestyleNotes--docco .hljs-string{color:#219161}.styleguide-route .FreestyleNotes--docco .hljs-section,.styleguide-route .FreestyleNotes--docco .hljs-selector-class,.styleguide-route .FreestyleNotes--docco .hljs-selector-id,.styleguide-route .FreestyleNotes--docco .hljs-type{color:#19469d}.styleguide-route .FreestyleNotes--docco .hljs-params{color:#00f}.styleguide-route .FreestyleNotes--docco .hljs-title{color:#458;font-weight:700}.styleguide-route .FreestyleNotes--docco .hljs-attribute,.styleguide-route .FreestyleNotes--docco .hljs-name,.styleguide-route .FreestyleNotes--docco .hljs-tag{color:navy;font-weight:400}.styleguide-route .FreestyleNotes--docco .hljs-template-variable,.styleguide-route .FreestyleNotes--docco .hljs-variable{color:teal}.styleguide-route .FreestyleNotes--docco .hljs-link,.styleguide-route .FreestyleNotes--docco .hljs-regexp{color:#b68}.styleguide-route .FreestyleNotes--docco .hljs-bullet,.styleguide-route .FreestyleNotes--docco .hljs-symbol{color:#990073}.styleguide-route .FreestyleNotes--docco .hljs-built_in,.styleguide-route .FreestyleNotes--docco .hljs-builtin-name{color:#0086b3}.styleguide-route .FreestyleNotes--docco .hljs-meta{color:#999;font-weight:700}.styleguide-route .FreestyleNotes--docco .hljs-deletion{background:#fdd}.styleguide-route .FreestyleNotes--docco .hljs-addition{background:#dfd}.styleguide-route .FreestyleNotes--docco .hljs-emphasis{font-style:italic}.styleguide-route .FreestyleNotes--docco .hljs-strong{font-weight:700}.styleguide-route .FreestyleNotes--monokai-sublime .hljs{display:block;overflow-x:auto;padding:.5em;background:#23241f}.styleguide-route .FreestyleNotes--monokai-sublime .hljs,.styleguide-route .FreestyleNotes--monokai-sublime .hljs-subst,.styleguide-route .FreestyleNotes--monokai-sublime .hljs-tag{color:#f8f8f2}.styleguide-route .FreestyleNotes--monokai-sublime .hljs-emphasis,.styleguide-route .FreestyleNotes--monokai-sublime .hljs-strong{color:#a8a8a2}.styleguide-route .FreestyleNotes--monokai-sublime .hljs-bullet,.styleguide-route .FreestyleNotes--monokai-sublime .hljs-link,.styleguide-route .FreestyleNotes--monokai-sublime .hljs-literal,.styleguide-route .FreestyleNotes--monokai-sublime .hljs-number,.styleguide-route .FreestyleNotes--monokai-sublime .hljs-quote,.styleguide-route .FreestyleNotes--monokai-sublime .hljs-regexp{color:#ae81ff}.styleguide-route .FreestyleNotes--monokai-sublime .hljs-code,.styleguide-route .FreestyleNotes--monokai-sublime .hljs-section,.styleguide-route .FreestyleNotes--monokai-sublime .hljs-selector-class,.styleguide-route .FreestyleNotes--monokai-sublime .hljs-title{color:#a6e22e}.styleguide-route .FreestyleNotes--monokai-sublime .hljs-strong{font-weight:700}.styleguide-route .FreestyleNotes--monokai-sublime .hljs-emphasis{font-style:italic}.styleguide-route .FreestyleNotes--monokai-sublime .hljs-attr,.styleguide-route .FreestyleNotes--monokai-sublime .hljs-keyword,.styleguide-route .FreestyleNotes--monokai-sublime .hljs-name,.styleguide-route .FreestyleNotes--monokai-sublime .hljs-selector-tag{color:#f92672}.styleguide-route .FreestyleNotes--monokai-sublime .hljs-attribute,.styleguide-route .FreestyleNotes--monokai-sublime .hljs-symbol{color:#66d9ef}.styleguide-route .FreestyleNotes--monokai-sublime .hljs-class .hljs-title,.styleguide-route .FreestyleNotes--monokai-sublime .hljs-params{color:#f8f8f2}.styleguide-route .FreestyleNotes--monokai-sublime .hljs-addition,.styleguide-route .FreestyleNotes--monokai-sublime .hljs-built_in,.styleguide-route .FreestyleNotes--monokai-sublime .hljs-builtin-name,.styleguide-route .FreestyleNotes--monokai-sublime .hljs-selector-attr,.styleguide-route .FreestyleNotes--monokai-sublime .hljs-selector-id,.styleguide-route .FreestyleNotes--monokai-sublime .hljs-selector-pseudo,.styleguide-route .FreestyleNotes--monokai-sublime .hljs-string,.styleguide-route .FreestyleNotes--monokai-sublime .hljs-template-variable,.styleguide-route .FreestyleNotes--monokai-sublime .hljs-type,.styleguide-route .FreestyleNotes--monokai-sublime .hljs-variable{color:#e6db74}.styleguide-route .FreestyleNotes--monokai-sublime .hljs-comment,.styleguide-route .FreestyleNotes--monokai-sublime .hljs-deletion,.styleguide-route .FreestyleNotes--monokai-sublime .hljs-meta{color:#75715e}.styleguide-route .FreestyleNotes-content h1,.styleguide-route .FreestyleNotes-content h2,.styleguide-route .FreestyleNotes-content h3,.styleguide-route .FreestyleNotes-content h4,.styleguide-route .FreestyleNotes-content h5,.styleguide-route .FreestyleNotes-content h6,.styleguide-route .FreestyleNotes-content p{padding:0 1rem}.styleguide-route .FreestyleNotes-content h6{text-transform:uppercase;font-weight:700;padding:.5rem 1rem .2rem;font-size:.7rem;margin:0}.styleguide-route .FreestyleUsage{max-width:1200px}.styleguide-route .FreestyleUsage-title{text-transform:uppercase;font-weight:700;padding:1rem 1rem 0}.styleguide-route .FreestyleUsage-notes{font-size:.9rem}.styleguide-route .FreestyleUsage-rendered{padding:1rem}.styleguide-route .FreestyleUsage-usage{padding-bottom:10px}.styleguide-route .FreestyleUsage-snippet pre{margin-top:0;font-size:.8rem}.styleguide-route .FreestyleUsage-snippet pre.hljs{padding:.5rem 1rem}.styleguide-route .FreestyleUsage-snippet--tomorrow-night .hljs-comment,.styleguide-route .FreestyleUsage-snippet--tomorrow-night .hljs-quote{color:#969896}.styleguide-route .FreestyleUsage-snippet--tomorrow-night .hljs-deletion,.styleguide-route .FreestyleUsage-snippet--tomorrow-night .hljs-name,.styleguide-route .FreestyleUsage-snippet--tomorrow-night .hljs-regexp,.styleguide-route .FreestyleUsage-snippet--tomorrow-night .hljs-selector-class,.styleguide-route .FreestyleUsage-snippet--tomorrow-night .hljs-selector-id,.styleguide-route .FreestyleUsage-snippet--tomorrow-night .hljs-tag,.styleguide-route .FreestyleUsage-snippet--tomorrow-night .hljs-template-variable,.styleguide-route .FreestyleUsage-snippet--tomorrow-night .hljs-variable{color:#c66}.styleguide-route .FreestyleUsage-snippet--tomorrow-night .hljs-built_in,.styleguide-route .FreestyleUsage-snippet--tomorrow-night .hljs-builtin-name,.styleguide-route .FreestyleUsage-snippet--tomorrow-night .hljs-link,.styleguide-route .FreestyleUsage-snippet--tomorrow-night .hljs-literal,.styleguide-route .FreestyleUsage-snippet--tomorrow-night .hljs-meta,.styleguide-route .FreestyleUsage-snippet--tomorrow-night .hljs-number,.styleguide-route .FreestyleUsage-snippet--tomorrow-night .hljs-params,.styleguide-route .FreestyleUsage-snippet--tomorrow-night .hljs-type{color:#de935f}.styleguide-route .FreestyleUsage-snippet--tomorrow-night .hljs-attribute{color:#f0c674}.styleguide-route .FreestyleUsage-snippet--tomorrow-night .hljs-addition,.styleguide-route .FreestyleUsage-snippet--tomorrow-night .hljs-bullet,.styleguide-route .FreestyleUsage-snippet--tomorrow-night .hljs-string,.styleguide-route .FreestyleUsage-snippet--tomorrow-night .hljs-symbol{color:#b5bd68}.styleguide-route .FreestyleUsage-snippet--tomorrow-night .hljs-section,.styleguide-route .FreestyleUsage-snippet--tomorrow-night .hljs-title{color:#81a2be}.styleguide-route .FreestyleUsage-snippet--tomorrow-night .hljs-keyword,.styleguide-route .FreestyleUsage-snippet--tomorrow-night .hljs-selector-tag{color:#b294bb}.styleguide-route .FreestyleUsage-snippet--tomorrow-night .hljs{display:block;overflow-x:auto;background:#1d1f21;color:#c5c8c6;padding:.5em}.styleguide-route .FreestyleUsage-snippet--tomorrow-night .hljs-emphasis{font-style:italic}.styleguide-route .FreestyleUsage-snippet--tomorrow-night .hljs-strong{font-weight:700}.styleguide-route .FreestyleUsage-snippet--zenburn .hljs{display:block;overflow-x:auto;padding:.5em;background:#3f3f3f;color:#dcdcdc}.styleguide-route .FreestyleUsage-snippet--zenburn .hljs-keyword,.styleguide-route .FreestyleUsage-snippet--zenburn .hljs-selector-tag,.styleguide-route .FreestyleUsage-snippet--zenburn .hljs-tag{color:#e3ceab}.styleguide-route .FreestyleUsage-snippet--zenburn .hljs-template-tag{color:#dcdcdc}.styleguide-route .FreestyleUsage-snippet--zenburn .hljs-number{color:#8cd0d3}.styleguide-route .FreestyleUsage-snippet--zenburn .hljs-attribute,.styleguide-route .FreestyleUsage-snippet--zenburn .hljs-template-variable,.styleguide-route .FreestyleUsage-snippet--zenburn .hljs-variable{color:#efdcbc}.styleguide-route .FreestyleUsage-snippet--zenburn .hljs-literal{color:#efefaf}.styleguide-route .FreestyleUsage-snippet--zenburn .hljs-subst{color:#8f8f8f}.styleguide-route .FreestyleUsage-snippet--zenburn .hljs-name,.styleguide-route .FreestyleUsage-snippet--zenburn .hljs-section,.styleguide-route .FreestyleUsage-snippet--zenburn .hljs-selector-class,.styleguide-route .FreestyleUsage-snippet--zenburn .hljs-selector-id,.styleguide-route .FreestyleUsage-snippet--zenburn .hljs-title,.styleguide-route .FreestyleUsage-snippet--zenburn .hljs-type{color:#efef8f}.styleguide-route .FreestyleUsage-snippet--zenburn .hljs-bullet,.styleguide-route .FreestyleUsage-snippet--zenburn .hljs-link,.styleguide-route .FreestyleUsage-snippet--zenburn .hljs-symbol{color:#dca3a3}.styleguide-route .FreestyleUsage-snippet--zenburn .hljs-built_in,.styleguide-route .FreestyleUsage-snippet--zenburn .hljs-builtin-name,.styleguide-route .FreestyleUsage-snippet--zenburn .hljs-deletion,.styleguide-route .FreestyleUsage-snippet--zenburn .hljs-string{color:#cc9393}.styleguide-route .FreestyleUsage-snippet--zenburn .hljs-addition,.styleguide-route .FreestyleUsage-snippet--zenburn .hljs-comment,.styleguide-route .FreestyleUsage-snippet--zenburn .hljs-meta,.styleguide-route .FreestyleUsage-snippet--zenburn .hljs-quote{color:#7f9f7f}.styleguide-route .FreestyleUsage-snippet--zenburn .hljs-emphasis{font-style:italic}.styleguide-route .FreestyleUsage-snippet--zenburn .hljs-strong{font-weight:700}.styleguide-route .FreestyleUsage-snippet--hybrid .hljs{display:block;overflow-x:auto;padding:.5em;background:#1d1f21}.styleguide-route .FreestyleUsage-snippet--hybrid .hljs span::selection,.styleguide-route .FreestyleUsage-snippet--hybrid .hljs::selection{background:#373b41}.styleguide-route .FreestyleUsage-snippet--hybrid .hljs span::-moz-selection,.styleguide-route .FreestyleUsage-snippet--hybrid .hljs::-moz-selection{background:#373b41}.styleguide-route .FreestyleUsage-snippet--hybrid .hljs{color:#c5c8c6}.styleguide-route .FreestyleUsage-snippet--hybrid .hljs-name,.styleguide-route .FreestyleUsage-snippet--hybrid .hljs-title{color:#f0c674}.styleguide-route .FreestyleUsage-snippet--hybrid .hljs-comment,.styleguide-route .FreestyleUsage-snippet--hybrid .hljs-meta,.styleguide-route .FreestyleUsage-snippet--hybrid .hljs-meta .hljs-keyword{color:#707880}.styleguide-route .FreestyleUsage-snippet--hybrid .hljs-deletion,.styleguide-route .FreestyleUsage-snippet--hybrid .hljs-link,.styleguide-route .FreestyleUsage-snippet--hybrid .hljs-literal,.styleguide-route .FreestyleUsage-snippet--hybrid .hljs-number,.styleguide-route .FreestyleUsage-snippet--hybrid .hljs-symbol{color:#c66}.styleguide-route .FreestyleUsage-snippet--hybrid .hljs-addition,.styleguide-route .FreestyleUsage-snippet--hybrid .hljs-doctag,.styleguide-route .FreestyleUsage-snippet--hybrid .hljs-regexp,.styleguide-route .FreestyleUsage-snippet--hybrid .hljs-selector-attr,.styleguide-route .FreestyleUsage-snippet--hybrid .hljs-selector-pseudo,.styleguide-route .FreestyleUsage-snippet--hybrid .hljs-string{color:#b5bd68}.styleguide-route .FreestyleUsage-snippet--hybrid .hljs-attribute,.styleguide-route .FreestyleUsage-snippet--hybrid .hljs-code,.styleguide-route .FreestyleUsage-snippet--hybrid .hljs-selector-id{color:#b294bb}.styleguide-route .FreestyleUsage-snippet--hybrid .hljs-bullet,.styleguide-route .FreestyleUsage-snippet--hybrid .hljs-keyword,.styleguide-route .FreestyleUsage-snippet--hybrid .hljs-selector-tag,.styleguide-route .FreestyleUsage-snippet--hybrid .hljs-tag{color:#81a2be}.styleguide-route .FreestyleUsage-snippet--hybrid .hljs-subst,.styleguide-route .FreestyleUsage-snippet--hybrid .hljs-template-tag,.styleguide-route .FreestyleUsage-snippet--hybrid .hljs-template-variable,.styleguide-route .FreestyleUsage-snippet--hybrid .hljs-variable{color:#8abeb7}.styleguide-route .FreestyleUsage-snippet--hybrid .hljs-built_in,.styleguide-route .FreestyleUsage-snippet--hybrid .hljs-builtin-name,.styleguide-route .FreestyleUsage-snippet--hybrid .hljs-quote,.styleguide-route .FreestyleUsage-snippet--hybrid .hljs-section,.styleguide-route .FreestyleUsage-snippet--hybrid .hljs-selector-class,.styleguide-route .FreestyleUsage-snippet--hybrid .hljs-type{color:#de935f}.styleguide-route .FreestyleUsage-snippet--hybrid .hljs-emphasis{font-style:italic}.styleguide-route .FreestyleUsage-snippet--hybrid .hljs-strong{font-weight:700}.styleguide-route .FreestyleUsage-snippet--atelier-cave-dark .hljs-comment,.styleguide-route .FreestyleUsage-snippet--atelier-cave-dark .hljs-quote{color:#7e7887}.styleguide-route .FreestyleUsage-snippet--atelier-cave-dark .hljs-attribute,.styleguide-route .FreestyleUsage-snippet--atelier-cave-dark .hljs-link,.styleguide-route .FreestyleUsage-snippet--atelier-cave-dark .hljs-name,.styleguide-route .FreestyleUsage-snippet--atelier-cave-dark .hljs-regexp,.styleguide-route .FreestyleUsage-snippet--atelier-cave-dark .hljs-selector-class,.styleguide-route .FreestyleUsage-snippet--atelier-cave-dark .hljs-selector-id,.styleguide-route .FreestyleUsage-snippet--atelier-cave-dark .hljs-tag,.styleguide-route .FreestyleUsage-snippet--atelier-cave-dark .hljs-template-variable,.styleguide-route .FreestyleUsage-snippet--atelier-cave-dark .hljs-variable{color:#be4678}.styleguide-route .FreestyleUsage-snippet--atelier-cave-dark .hljs-built_in,.styleguide-route .FreestyleUsage-snippet--atelier-cave-dark .hljs-builtin-name,.styleguide-route .FreestyleUsage-snippet--atelier-cave-dark .hljs-literal,.styleguide-route .FreestyleUsage-snippet--atelier-cave-dark .hljs-meta,.styleguide-route .FreestyleUsage-snippet--atelier-cave-dark .hljs-number,.styleguide-route .FreestyleUsage-snippet--atelier-cave-dark .hljs-params,.styleguide-route .FreestyleUsage-snippet--atelier-cave-dark .hljs-type{color:#aa573c}.styleguide-route .FreestyleUsage-snippet--atelier-cave-dark .hljs-bullet,.styleguide-route .FreestyleUsage-snippet--atelier-cave-dark .hljs-string,.styleguide-route .FreestyleUsage-snippet--atelier-cave-dark .hljs-symbol{color:#2a9292}.styleguide-route .FreestyleUsage-snippet--atelier-cave-dark .hljs-section,.styleguide-route .FreestyleUsage-snippet--atelier-cave-dark .hljs-title{color:#576ddb}.styleguide-route .FreestyleUsage-snippet--atelier-cave-dark .hljs-keyword,.styleguide-route .FreestyleUsage-snippet--atelier-cave-dark .hljs-selector-tag{color:#955ae7}.styleguide-route .FreestyleUsage-snippet--atelier-cave-dark .hljs-addition,.styleguide-route .FreestyleUsage-snippet--atelier-cave-dark .hljs-deletion{color:#19171c;display:inline-block;width:100%}.styleguide-route .FreestyleUsage-snippet--atelier-cave-dark .hljs-deletion{background-color:#be4678}.styleguide-route .FreestyleUsage-snippet--atelier-cave-dark .hljs-addition{background-color:#2a9292}.styleguide-route .FreestyleUsage-snippet--atelier-cave-dark .hljs{display:block;overflow-x:auto;background:#19171c;color:#8b8792;padding:.5em}.styleguide-route .FreestyleUsage-snippet--atelier-cave-dark .hljs-emphasis{font-style:italic}.styleguide-route .FreestyleUsage-snippet--atelier-cave-dark .hljs-strong{font-weight:700}.styleguide-route .FreestyleUsage-snippet--solarized-light .hljs{display:block;overflow-x:auto;padding:.5em;background:#fdf6e3;color:#657b83}.styleguide-route .FreestyleUsage-snippet--solarized-light .hljs-comment,.styleguide-route .FreestyleUsage-snippet--solarized-light .hljs-quote{color:#93a1a1}.styleguide-route .FreestyleUsage-snippet--solarized-light .hljs-addition,.styleguide-route .FreestyleUsage-snippet--solarized-light .hljs-keyword,.styleguide-route .FreestyleUsage-snippet--solarized-light .hljs-selector-tag{color:#859900}.styleguide-route .FreestyleUsage-snippet--solarized-light .hljs-doctag,.styleguide-route .FreestyleUsage-snippet--solarized-light .hljs-literal,.styleguide-route .FreestyleUsage-snippet--solarized-light .hljs-meta .hljs-meta-string,.styleguide-route .FreestyleUsage-snippet--solarized-light .hljs-number,.styleguide-route .FreestyleUsage-snippet--solarized-light .hljs-regexp,.styleguide-route .FreestyleUsage-snippet--solarized-light .hljs-string{color:#2aa198}.styleguide-route .FreestyleUsage-snippet--solarized-light .hljs-name,.styleguide-route .FreestyleUsage-snippet--solarized-light .hljs-section,.styleguide-route .FreestyleUsage-snippet--solarized-light .hljs-selector-class,.styleguide-route .FreestyleUsage-snippet--solarized-light .hljs-selector-id,.styleguide-route .FreestyleUsage-snippet--solarized-light .hljs-title{color:#268bd2}.styleguide-route .FreestyleUsage-snippet--solarized-light .hljs-attr,.styleguide-route .FreestyleUsage-snippet--solarized-light .hljs-attribute,.styleguide-route .FreestyleUsage-snippet--solarized-light .hljs-class .hljs-title,.styleguide-route .FreestyleUsage-snippet--solarized-light .hljs-template-variable,.styleguide-route .FreestyleUsage-snippet--solarized-light .hljs-type,.styleguide-route .FreestyleUsage-snippet--solarized-light .hljs-variable{color:#b58900}.styleguide-route .FreestyleUsage-snippet--solarized-light .hljs-bullet,.styleguide-route .FreestyleUsage-snippet--solarized-light .hljs-link,.styleguide-route .FreestyleUsage-snippet--solarized-light .hljs-meta,.styleguide-route .FreestyleUsage-snippet--solarized-light .hljs-meta .hljs-keyword,.styleguide-route .FreestyleUsage-snippet--solarized-light .hljs-selector-attr,.styleguide-route .FreestyleUsage-snippet--solarized-light .hljs-selector-pseudo,.styleguide-route .FreestyleUsage-snippet--solarized-light .hljs-subst,.styleguide-route .FreestyleUsage-snippet--solarized-light .hljs-symbol{color:#cb4b16}.styleguide-route .FreestyleUsage-snippet--solarized-light .hljs-built_in,.styleguide-route .FreestyleUsage-snippet--solarized-light .hljs-deletion{color:#dc322f}.styleguide-route .FreestyleUsage-snippet--solarized-light .hljs-formula{background:#eee8d5}.styleguide-route .FreestyleUsage-snippet--solarized-light .hljs-emphasis{font-style:italic}.styleguide-route .FreestyleUsage-snippet--solarized-light .hljs-strong{font-weight:700}.styleguide-route .FreestyleUsage-snippet--docco .hljs{display:block;overflow-x:auto;padding:.5em;color:#000;background:#f8f8ff}.styleguide-route .FreestyleUsage-snippet--docco .hljs-comment,.styleguide-route .FreestyleUsage-snippet--docco .hljs-quote{color:#408080;font-style:italic}.styleguide-route .FreestyleUsage-snippet--docco .hljs-keyword,.styleguide-route .FreestyleUsage-snippet--docco .hljs-literal,.styleguide-route .FreestyleUsage-snippet--docco .hljs-selector-tag,.styleguide-route .FreestyleUsage-snippet--docco .hljs-subst{color:#954121}.styleguide-route .FreestyleUsage-snippet--docco .hljs-number{color:#40a070}.styleguide-route .FreestyleUsage-snippet--docco .hljs-doctag,.styleguide-route .FreestyleUsage-snippet--docco .hljs-string{color:#219161}.styleguide-route .FreestyleUsage-snippet--docco .hljs-section,.styleguide-route .FreestyleUsage-snippet--docco .hljs-selector-class,.styleguide-route .FreestyleUsage-snippet--docco .hljs-selector-id,.styleguide-route .FreestyleUsage-snippet--docco .hljs-type{color:#19469d}.styleguide-route .FreestyleUsage-snippet--docco .hljs-params{color:#00f}.styleguide-route .FreestyleUsage-snippet--docco .hljs-title{color:#458;font-weight:700}.styleguide-route .FreestyleUsage-snippet--docco .hljs-attribute,.styleguide-route .FreestyleUsage-snippet--docco .hljs-name,.styleguide-route .FreestyleUsage-snippet--docco .hljs-tag{color:navy;font-weight:400}.styleguide-route .FreestyleUsage-snippet--docco .hljs-template-variable,.styleguide-route .FreestyleUsage-snippet--docco .hljs-variable{color:teal}.styleguide-route .FreestyleUsage-snippet--docco .hljs-link,.styleguide-route .FreestyleUsage-snippet--docco .hljs-regexp{color:#b68}.styleguide-route .FreestyleUsage-snippet--docco .hljs-bullet,.styleguide-route .FreestyleUsage-snippet--docco .hljs-symbol{color:#990073}.styleguide-route .FreestyleUsage-snippet--docco .hljs-built_in,.styleguide-route .FreestyleUsage-snippet--docco .hljs-builtin-name{color:#0086b3}.styleguide-route .FreestyleUsage-snippet--docco .hljs-meta{color:#999;font-weight:700}.styleguide-route .FreestyleUsage-snippet--docco .hljs-deletion{background:#fdd}.styleguide-route .FreestyleUsage-snippet--docco .hljs-addition{background:#dfd}.styleguide-route .FreestyleUsage-snippet--docco .hljs-emphasis{font-style:italic}.styleguide-route .FreestyleUsage-snippet--docco .hljs-strong{font-weight:700}.styleguide-route .FreestyleUsage-snippet--monokai-sublime .hljs{display:block;overflow-x:auto;padding:.5em;background:#23241f}.styleguide-route .FreestyleUsage-snippet--monokai-sublime .hljs,.styleguide-route .FreestyleUsage-snippet--monokai-sublime .hljs-subst,.styleguide-route .FreestyleUsage-snippet--monokai-sublime .hljs-tag{color:#f8f8f2}.styleguide-route .FreestyleUsage-snippet--monokai-sublime .hljs-emphasis,.styleguide-route .FreestyleUsage-snippet--monokai-sublime .hljs-strong{color:#a8a8a2}.styleguide-route .FreestyleUsage-snippet--monokai-sublime .hljs-bullet,.styleguide-route .FreestyleUsage-snippet--monokai-sublime .hljs-link,.styleguide-route .FreestyleUsage-snippet--monokai-sublime .hljs-literal,.styleguide-route .FreestyleUsage-snippet--monokai-sublime .hljs-number,.styleguide-route .FreestyleUsage-snippet--monokai-sublime .hljs-quote,.styleguide-route .FreestyleUsage-snippet--monokai-sublime .hljs-regexp{color:#ae81ff}.styleguide-route .FreestyleUsage-snippet--monokai-sublime .hljs-code,.styleguide-route .FreestyleUsage-snippet--monokai-sublime .hljs-section,.styleguide-route .FreestyleUsage-snippet--monokai-sublime .hljs-selector-class,.styleguide-route .FreestyleUsage-snippet--monokai-sublime .hljs-title{color:#a6e22e}.styleguide-route .FreestyleUsage-snippet--monokai-sublime .hljs-strong{font-weight:700}.styleguide-route .FreestyleUsage-snippet--monokai-sublime .hljs-emphasis{font-style:italic}.styleguide-route .FreestyleUsage-snippet--monokai-sublime .hljs-attr,.styleguide-route .FreestyleUsage-snippet--monokai-sublime .hljs-keyword,.styleguide-route .FreestyleUsage-snippet--monokai-sublime .hljs-name,.styleguide-route .FreestyleUsage-snippet--monokai-sublime .hljs-selector-tag{color:#f92672}.styleguide-route .FreestyleUsage-snippet--monokai-sublime .hljs-attribute,.styleguide-route .FreestyleUsage-snippet--monokai-sublime .hljs-symbol{color:#66d9ef}.styleguide-route .FreestyleUsage-snippet--monokai-sublime .hljs-class .hljs-title,.styleguide-route .FreestyleUsage-snippet--monokai-sublime .hljs-params{color:#f8f8f2}.styleguide-route .FreestyleUsage-snippet--monokai-sublime .hljs-addition,.styleguide-route .FreestyleUsage-snippet--monokai-sublime .hljs-built_in,.styleguide-route .FreestyleUsage-snippet--monokai-sublime .hljs-builtin-name,.styleguide-route .FreestyleUsage-snippet--monokai-sublime .hljs-selector-attr,.styleguide-route .FreestyleUsage-snippet--monokai-sublime .hljs-selector-id,.styleguide-route .FreestyleUsage-snippet--monokai-sublime .hljs-selector-pseudo,.styleguide-route .FreestyleUsage-snippet--monokai-sublime .hljs-string,.styleguide-route .FreestyleUsage-snippet--monokai-sublime .hljs-template-variable,.styleguide-route .FreestyleUsage-snippet--monokai-sublime .hljs-type,.styleguide-route .FreestyleUsage-snippet--monokai-sublime .hljs-variable{color:#e6db74}.styleguide-route .FreestyleUsage-snippet--monokai-sublime .hljs-comment,.styleguide-route .FreestyleUsage-snippet--monokai-sublime .hljs-deletion,.styleguide-route .FreestyleUsage-snippet--monokai-sublime .hljs-meta{color:#75715e}.styleguide-route .FreestyleUsage--inline{border-bottom:none;display:inline-block;margin-bottom:0;padding-bottom:0;width:100%}@media (min-width:37.5em){.styleguide-route .FreestyleUsage--inline{max-width:inherit;width:auto}}.styleguide-route .FreestyleUsage-focusCta{cursor:pointer;position:relative;top:1px;fill:#b6b6b6}.styleguide-route .FreestyleUsage-focusCta:hover{fill:#00bcd4}.styleguide-route .FreestyleSection-name{text-transform:uppercase;font-weight:700;padding:1rem 0 .4rem;margin:0 1rem;font-size:1.5rem;border-bottom:1px solid #ccc;max-width:calc(1200px - 1rem)}.styleguide-route .FreestyleMenu{list-style:none;font-size:14px}[dir=ltr] .styleguide-route .FreestyleMenu{padding-left:1rem}[dir=rtl] .styleguide-route .FreestyleMenu{padding-right:1rem}.styleguide-route .FreestyleMenu-item{text-transform:uppercase;padding-top:.6rem}.styleguide-route .FreestyleMenu-itemLink{text-decoration:none;color:#212121}.styleguide-route .FreestyleMenu-itemLink.active,.styleguide-route .FreestyleMenu-itemLink:hover{color:#ffc107}.styleguide-route .FreestyleMenu-submenu{list-style:none}[dir=ltr] .styleguide-route .FreestyleMenu-submenu{padding-left:1rem}[dir=rtl] .styleguide-route .FreestyleMenu-submenu{padding-right:1rem}.styleguide-route .FreestyleSnippet-title{text-transform:uppercase;font-weight:700;padding:.5rem 1rem .2rem;font-size:.7rem}.styleguide-route .mock-uploader-frontend-container{margin:auto;max-width:900px}.uninstall-dialog{width:50%;padding:2.5rem .5rem .5rem;position:relative;text-align:center}.uninstall-dialog p{margin-left:5rem;margin-right:5rem}[dir=ltr] .uninstall-dialog p{text-align:left}[dir=rtl] .uninstall-dialog p{text-align:right}.uninstall-dialog .btn{margin-bottom:1.25rem;min-width:14.25rem}.uninstall-dialog .btn-sm{min-width:14.25rem;margin-bottom:2rem}.uninstall-dialog__close-button{position:absolute;top:1rem;cursor:pointer}[dir=ltr] .uninstall-dialog__close-button{right:1rem}[dir=rtl] .uninstall-dialog__close-button{left:1rem}.uploader-install-notification--default-radius .uploader-status__banner,.uploader-install-notification--default-radius .uploader-status__installed-banner{border-radius:8px}.uploader-software{margin-bottom:48px}.uploader-software .uploader-software_header{margin-bottom:1rem}.uploader-software .uploader-software_header .uploader-software__header-flex{display:flex;align-items:center}.uploader-software .uploader-software_header .uploader-software__header-flex .uploader-software_title{flex:1}.uploader-software .uploader-software_links_installer,.uploader-software .uploader-software_links_uninstaller{margin-bottom:3rem;padding:25px;border-radius:8px;background-color:#ebebeb}.uploader-software .uploader-software_links_primary{font-weight:700;color:#fff;background-color:#2471c9;justify-content:center;display:inline-flex;border-radius:5px}[dir=ltr] .uploader-software .uploader-software_links_primary.mac{margin-left:20px}[dir=rtl] .uploader-software .uploader-software_links_primary.mac{margin-right:20px}.uploader-software .uploader-software_links_secondary{margin-top:1rem}.uploader-software .webusb-uploader-notification{background-color:#e2f0dd;padding:24px;margin:10px;border-radius:8px}.uploader-software .webusb-uploader-notification .webusb-uploader-notification__install{border-radius:4px;border-width:1px}.uploader-software .uploader-software__install_browser_box{gap:1rem;margin:1rem 10px 10px;padding:25px;border-radius:4px;border:1px solid #d2d2d2}.uploader-software .uploader-software__install_browser_box>p{font-size:20px}.uploader-software h2{margin:10px}.uploader-software .uploader-software__install_browser_box-section{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}.uploader-software p{margin:0}.uploader-software .uploader-software_links-installer-link,.uploader-software .uploader-software_links-uninstaller-link{color:#2471c9;text-decoration:none;font-weight:700;cursor:pointer}.user-guide{padding:2.5rem .5rem .5rem;position:relative}.user-profile .field-grouping label{margin-bottom:4px}.user-profile p{margin-top:2rem}.users-route main .search-bar{align-items:center}.users-route main .search-bar:after,.users-route main .search-bar:before{content:"";display:table}.users-route main .search-bar:after{clear:both}.users-route main .search-bar{margin-bottom:2rem}.users-route main .search-bar input[type=search]{min-width:28rem}.users-route main .search-bar input[type=search]+.clear-search{color:#bababa;padding:.5rem;vertical-align:middle;cursor:pointer}[dir=ltr] .users-route main .search-bar input[type=search]+.clear-search{margin-left:-2.5rem}[dir=rtl] .users-route main .search-bar input[type=search]+.clear-search{margin-right:-2.5rem}.users-route main .search-bar .btn{font-size:.9rem;margin-bottom:0}[dir=ltr] .users-route main .search-bar .btn{margin-left:0}[dir=rtl] .users-route main .search-bar .btn{margin-right:0}.users-route main .search-bar .uploader-install-inner-parts{align-items:right;line-height:3em}[dir=ltr] .users-route main .search-bar .uploader-install-inner-parts{margin-right:12px}[dir=rtl] .users-route main .search-bar .uploader-install-inner-parts{margin-left:12px}.users-route main h1{font-size:2rem;font-weight:700}.users-route main h2{font-size:1.5rem;font-weight:700}.users-route main .user-form{margin-bottom:2rem}.users-route main .form-actions{padding:2rem 0;margin:0}.users-route main .form-action{display:inline-block;list-style:none;margin:0;padding:0}[dir=ltr] .users-route main .form-action+.form-action{margin-left:1rem}[dir=rtl] .users-route main .form-action+.form-action{margin-right:1rem}@media screen{body:not(.reports-route){min-width:1440px;background-color:#fff}}.select-clinic__card-header{display:flex;justify-content:space-between;align-items:flex-start}.select-clinic__card-header h1{margin-top:0}.sso-select-clinic-route main{background:url(/professional/assets/images/bg-wave-b77d91220b4798f9cf0163186e45b185.png) no-repeat center 95% #fff;background-size:100% auto;min-height:500px}@media only screen and (min-width:1050px){[dir=ltr] .sso-select-clinic-route main{padding-left:6rem}[dir=rtl] .sso-select-clinic-route main{padding-right:6rem}}.sso-select-clinic-route main header{margin-bottom:1em}.sso-select-clinic-route .select-clinic__header{display:flex;justify-content:space-between;align-items:center}.sso-select-clinic-route .clinic-portal-table td{padding:.5rem}.sso-select-clinic-route .select-clinic__no-clinics{border-bottom:none}.sso-select-clinic-route .select-clinic__no-clinics div{text-align:center;padding:100px;background-color:#f8f8f8}.sso-select-clinic-route table th:first-child{width:30%}.sso-select-clinic-route table tbody span{font-weight:700}[dir=ltr] .sso-select-clinic-route table tbody span{margin-left:10px}[dir=rtl] .sso-select-clinic-route table tbody span{margin-right:10px}.sso-select-clinic-route .select-clinic__footer{text-align:center;padding-top:1rem;padding-bottom:2rem;font-weight:500}.sso-select-clinic-route .select-clinic__footer>p{margin-bottom:0}.select-clinic__register-clinic-prompt{padding-top:.75rem}[dir=ltr] .select-clinic__register-clinic-prompt{padding-left:8px}[dir=rtl] .select-clinic__register-clinic-prompt{padding-right:8px}.language-prompt.notShown{display:none}.language-prompt:after{visibility:hidden;display:block;font-size:0;content:" ";clear:both;height:0}.language-prompt div{vertical-align:middle;display:inline}[dir=ltr] .language-prompt div{float:right;margin-left:6px}[dir=rtl] .language-prompt div{float:left;margin-right:6px}