.dialog{--dialog-bg-color:white;--dialog-border-color:white;--dialog-shadow:0 2px 14px 0 rgb(58 57 68 / .2);--text-primary-color:#15141a;--text-secondary-color:#5b5b66;--hover-filter:brightness(.9);--focus-ring-color:#0060df;--focus-ring-outline:2px solid var(--focus-ring-color);--link-fg-color:#0060df;--link-hover-fg-color:#0250bb;--separator-color:#f0f0f4;--textarea-border-color:#8f8f9d;--textarea-bg-color:white;--textarea-fg-color:var(--text-secondary-color);--radio-bg-color:#f0f0f4;--radio-checked-bg-color:#fbfbfe;--radio-border-color:#8f8f9d;--radio-checked-border-color:#0060df;--button-secondary-bg-color:#f0f0f4;--button-secondary-fg-color:var(--text-primary-color);--button-secondary-border-color:var(--button-secondary-bg-color);--button-secondary-hover-bg-color:var(--button-secondary-bg-color);--button-secondary-hover-fg-color:var(--button-secondary-fg-color);--button-secondary-hover-border-color:var(--button-secondary-hover-bg-color);--button-primary-bg-color:#0060df;--button-primary-fg-color:#fbfbfe;--button-primary-border-color:var(--button-primary-bg-color);--button-primary-hover-bg-color:var(--button-primary-bg-color);--button-primary-hover-fg-color:var(--button-primary-fg-color);--button-primary-hover-border-color:var(--button-primary-hover-bg-color)}@media (prefers-color-scheme: dark){.dialog{--dialog-bg-color:#1c1b22;--dialog-border-color:#1c1b22;--dialog-shadow:0 2px 14px 0 #15141a;--text-primary-color:#fbfbfe;--text-secondary-color:#cfcfd8;--focus-ring-color:#0df;--hover-filter:brightness(1.4);--link-fg-color:#0df;--link-hover-fg-color:#80ebff;--separator-color:#52525e;--textarea-bg-color:#42414d;--radio-bg-color:#2b2a33;--radio-checked-bg-color:#15141a;--radio-checked-border-color:#0df;--button-secondary-bg-color:#2b2a33;--button-primary-bg-color:#0df;--button-primary-fg-color:#15141a}}@media screen and (forced-colors: active){.dialog{--dialog-bg-color:Canvas;--dialog-border-color:CanvasText;--dialog-shadow:none;--text-primary-color:CanvasText;--text-secondary-color:CanvasText;--hover-filter:none;--focus-ring-color:ButtonBorder;--link-fg-color:LinkText;--link-hover-fg-color:LinkText;--separator-color:CanvasText;--textarea-border-color:ButtonBorder;--textarea-bg-color:Field;--textarea-fg-color:ButtonText;--radio-bg-color:ButtonFace;--radio-checked-bg-color:ButtonFace;--radio-border-color:ButtonText;--radio-checked-border-color:ButtonText;--button-secondary-bg-color:ButtonFace;--button-secondary-fg-color:ButtonText;--button-secondary-border-color:ButtonText;--button-secondary-hover-bg-color:AccentColor;--button-secondary-hover-fg-color:AccentColorText;--button-primary-bg-color:ButtonText;--button-primary-fg-color:ButtonFace;--button-primary-hover-bg-color:AccentColor;--button-primary-hover-fg-color:AccentColorText}}.dialog{font:message-box;font-size:13px;font-weight:400;line-height:150%;border-radius:4px;padding:12px 16px;border:1px solid var(--dialog-border-color);background:var(--dialog-bg-color);color:var(--text-primary-color);box-shadow:var(--dialog-shadow)}:is(.dialog .mainContainer) *:focus-visible{outline:var(--focus-ring-outline);outline-offset:2px}:is(.dialog .mainContainer) .title{display:flex;width:auto;flex-direction:column;justify-content:flex-end;align-items:flex-start;gap:12px}:is(:is(.dialog .mainContainer) .title)>span{font-size:13px;font-style:normal;font-weight:590;line-height:150%}:is(.dialog .mainContainer) .dialogSeparator{width:100%;height:1px;margin-block:4px;background-color:var(--separator-color)}:is(.dialog .mainContainer) .dialogButtonsGroup{display:flex;gap:12px;align-self:flex-end}:is(.dialog .mainContainer) .radio{display:flex;flex-direction:column;align-items:flex-start;gap:4px}:is(:is(.dialog .mainContainer) .radio)>.radioButton{display:flex;gap:8px;align-self:stretch;align-items:center}:is(:is(:is(.dialog .mainContainer) .radio)>.radioButton) input{appearance:none;box-sizing:border-box;width:16px;height:16px;border-radius:50%;background-color:var(--radio-bg-color);border:1px solid var(--radio-border-color)}:is(:is(:is(:is(.dialog .mainContainer) .radio)>.radioButton) input):hover{filter:var(--hover-filter)}:is(:is(:is(:is(.dialog .mainContainer) .radio)>.radioButton) input):checked{background-color:var(--radio-checked-bg-color);border:4px solid var(--radio-checked-border-color)}:is(:is(.dialog .mainContainer) .radio)>.radioLabel{display:flex;padding-inline-start:24px;align-items:flex-start;gap:10px;align-self:stretch}:is(:is(:is(.dialog .mainContainer) .radio)>.radioLabel)>span{flex:1 0 0;font-size:11px;color:var(--text-secondary-color)}:is(.dialog .mainContainer) button:not(:is(.toggle-button,.closeButton)){border-radius:4px;border:1px solid;font:menu;font-weight:600;padding:4px 16px;width:auto;height:32px}:is(:is(.dialog .mainContainer) button:not(:is(.toggle-button,.closeButton))):hover{cursor:pointer;filter:var(--hover-filter)}.secondaryButton:is(:is(.dialog .mainContainer) button:not(:is(.toggle-button,.closeButton))){color:var(--button-secondary-fg-color);background-color:var(--button-secondary-bg-color);border-color:var(--button-secondary-border-color)}.secondaryButton:is(:is(.dialog .mainContainer) button:not(:is(.toggle-button,.closeButton))):hover{color:var(--button-secondary-hover-fg-color);background-color:var(--button-secondary-hover-bg-color);border-color:var(--button-secondary-hover-border-color)}.primaryButton:is(:is(.dialog .mainContainer) button:not(:is(.toggle-button,.closeButton))){color:var(--button-primary-fg-color);background-color:var(--button-primary-bg-color);border-color:var(--button-primary-border-color);opacity:1}.primaryButton:is(:is(.dialog .mainContainer) button:not(:is(.toggle-button,.closeButton))):hover{color:var(--button-primary-hover-fg-color);background-color:var(--button-primary-hover-bg-color);border-color:var(--button-primary-hover-border-color)}:is(.dialog .mainContainer) a{color:var(--link-fg-color)}:is(:is(.dialog .mainContainer) a):hover{color:var(--link-hover-fg-color)}:is(.dialog .mainContainer) textarea{font:inherit;padding:8px;resize:none;margin:0;box-sizing:border-box;border-radius:4px;border:1px solid var(--textarea-border-color);background:var(--textarea-bg-color);color:var(--textarea-fg-color)}:is(:is(.dialog .mainContainer) textarea):focus{outline-offset:0;border-color:transparent}:is(:is(.dialog .mainContainer) textarea):disabled{pointer-events:none;opacity:.4}:is(.dialog .mainContainer) .messageBar{--message-bar-warning-icon:url(messageBar_warning.c4f97abdd20f804a.svg);--closing-button-icon:url(messageBar_closingButton.d53449397b0bf0fb.svg);--message-bar-bg-color:#ffebcd;--message-bar-fg-color:#15141a;--message-bar-border-color:rgb(0 0 0 / .08);--message-bar-icon-color:#cd411e;--message-bar-close-button-border-radius:4px;--message-bar-close-button-border:none;--message-bar-close-button-color:var(--text-primary-color);--message-bar-close-button-hover-bg-color:rgb(21 20 26 / .14);--message-bar-close-button-active-bg-color:rgb(21 20 26 / .21);--message-bar-close-button-focus-bg-color:rgb(21 20 26 / .07);--message-bar-close-button-color-hover:var(--text-primary-color)}@media (prefers-color-scheme: dark){:is(.dialog .mainContainer) .messageBar{--message-bar-bg-color:#5a3100;--message-bar-fg-color:#fbfbfe;--message-bar-border-color:rgb(255 255 255 / .08);--message-bar-icon-color:#e49c49;--message-bar-close-button-hover-bg-color:rgb(251 251 254 / .14);--message-bar-close-button-active-bg-color:rgb(251 251 254 / .21);--message-bar-close-button-focus-bg-color:rgb(251 251 254 / .07)}}@media screen and (forced-colors: active){:is(.dialog .mainContainer) .messageBar{--message-bar-bg-color:HighlightText;--message-bar-fg-color:CanvasText;--message-bar-border-color:CanvasText;--message-bar-icon-color:CanvasText;--message-bar-close-button-color:ButtonText;--message-bar-close-button-border:1px solid ButtonText;--message-bar-close-button-hover-bg-color:ButtonText;--message-bar-close-button-active-bg-color:ButtonText;--message-bar-close-button-focus-bg-color:ButtonText;--message-bar-close-button-color-hover:HighlightText}}:is(.dialog .mainContainer) .messageBar{display:flex;position:relative;padding:12px 8px 12px 0;flex-direction:column;justify-content:center;align-items:flex-start;gap:8px;align-self:stretch;border-radius:4px;border:1px solid var(--message-bar-border-color);background:var(--message-bar-bg-color);color:var(--message-bar-fg-color)}:is(:is(.dialog .mainContainer) .messageBar)>div{display:flex;padding-inline-start:16px;align-items:flex-start;gap:8px;align-self:stretch}:is(:is(:is(.dialog .mainContainer) .messageBar)>div):before{content:"";display:inline-block;width:16px;height:16px;-webkit-mask-image:var(--message-bar-warning-icon);mask-image:var(--message-bar-warning-icon);-webkit-mask-size:cover;mask-size:cover;background-color:var(--message-bar-icon-color)}:is(:is(:is(.dialog .mainContainer) .messageBar)>div)>div{display:flex;flex-direction:column;align-items:flex-start;gap:8px;flex:1 0 0}:is(:is(:is(:is(.dialog .mainContainer) .messageBar)>div)>div) .title{font-size:13px;font-weight:590}:is(:is(:is(:is(.dialog .mainContainer) .messageBar)>div)>div) .description{font-size:13px}:is(:is(.dialog .mainContainer) .messageBar) .closeButton{position:absolute;width:32px;height:32px;inset-inline-end:8px;inset-block-start:8px;background:none;border-radius:var(--message-bar-close-button-border-radius);border:var(--message-bar-close-button-border)}:is(:is(:is(.dialog .mainContainer) .messageBar) .closeButton):before{content:"";display:inline-block;width:16px;height:16px;-webkit-mask-image:var(--closing-button-icon);mask-image:var(--closing-button-icon);-webkit-mask-size:cover;mask-size:cover;background-color:var(--message-bar-close-button-color)}:is(:is(:is(.dialog .mainContainer) .messageBar) .closeButton):is(:hover,:active,:focus):before{background-color:var(--message-bar-close-button-color-hover)}:is(:is(:is(.dialog .mainContainer) .messageBar) .closeButton):hover{background-color:var(--message-bar-close-button-hover-bg-color)}:is(:is(:is(.dialog .mainContainer) .messageBar) .closeButton):active{background-color:var(--message-bar-close-button-active-bg-color)}:is(:is(:is(.dialog .mainContainer) .messageBar) .closeButton):focus{background-color:var(--message-bar-close-button-focus-bg-color)}:is(:is(:is(.dialog .mainContainer) .messageBar) .closeButton)>span{display:inline-block;width:0;height:0;overflow:hidden}:is(.dialog .mainContainer) .toggler{display:flex;align-items:center;gap:8px;align-self:stretch}:is(:is(.dialog .mainContainer) .toggler)>.togglerLabel{-webkit-user-select:none;user-select:none}.textLayer{position:absolute;text-align:initial;inset:0;overflow:clip;opacity:1;line-height:1;-webkit-text-size-adjust:none;text-size-adjust:none;forced-color-adjust:none;transform-origin:0 0;caret-color:CanvasText;z-index:0}.textLayer.highlighting{touch-action:none}.textLayer :is(span,br){color:transparent;position:absolute;white-space:pre;cursor:text;transform-origin:0% 0%}.textLayer>:not(.markedContent),.textLayer .markedContent span:not(.markedContent){z-index:1}.textLayer span.markedContent{top:0;height:0}.textLayer .highlight{--highlight-bg-color:rgb(180 0 170 / .25);--highlight-selected-bg-color:rgb(0 100 0 / .25);--highlight-backdrop-filter:none;--highlight-selected-backdrop-filter:none}@media screen and (forced-colors: active){.textLayer .highlight{--highlight-bg-color:transparent;--highlight-selected-bg-color:transparent;--highlight-backdrop-filter:var(--hcm-highlight-filter);--highlight-selected-backdrop-filter:var( --hcm-highlight-selected-filter )}}.textLayer .highlight{margin:-1px;padding:1px;background-color:var(--highlight-bg-color);-webkit-backdrop-filter:var(--highlight-backdrop-filter);backdrop-filter:var(--highlight-backdrop-filter);border-radius:4px}.appended:is(.textLayer .highlight){position:initial}.begin:is(.textLayer .highlight){border-radius:4px 0 0 4px}.end:is(.textLayer .highlight){border-radius:0 4px 4px 0}.middle:is(.textLayer .highlight){border-radius:0}.selected:is(.textLayer .highlight){background-color:var(--highlight-selected-bg-color);-webkit-backdrop-filter:var(--highlight-selected-backdrop-filter);backdrop-filter:var(--highlight-selected-backdrop-filter)}.textLayer ::selection{background:#0000ff40;background:color-mix(in srgb,AccentColor,transparent 75%)}.textLayer br::selection{background:transparent}.textLayer .endOfContent{display:block;position:absolute;inset:100% 0 0;z-index:0;cursor:default;-webkit-user-select:none;user-select:none}.textLayer.selecting .endOfContent{top:0}.annotationLayer{--annotation-unfocused-field-background:url("data:image/svg+xml;charset=UTF-8,<svg width='1px' height='1px' xmlns='http://www.w3.org/2000/svg'><rect width='100%' height='100%' style='fill:rgba(0, 54, 255, 0.13);'/></svg>");--input-focus-border-color:Highlight;--input-focus-outline:1px solid Canvas;--input-unfocused-border-color:transparent;--input-disabled-border-color:transparent;--input-hover-border-color:black;--link-outline:none}@media screen and (forced-colors: active){.annotationLayer{--input-focus-border-color:CanvasText;--input-unfocused-border-color:ActiveText;--input-disabled-border-color:GrayText;--input-hover-border-color:Highlight;--link-outline:1.5px solid LinkText}.annotationLayer .textWidgetAnnotation :is(input,textarea):required,.annotationLayer .choiceWidgetAnnotation select:required,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input:required{outline:1.5px solid selectedItem}.annotationLayer .linkAnnotation{outline:var(--link-outline)}:is(.annotationLayer .linkAnnotation):hover{-webkit-backdrop-filter:var(--hcm-highlight-filter);backdrop-filter:var(--hcm-highlight-filter)}:is(.annotationLayer .linkAnnotation)>a:hover{opacity:0!important;background:none!important;box-shadow:none}.annotationLayer .popupAnnotation .popup{outline:calc(1.5px * var(--scale-factor)) solid CanvasText!important;background-color:ButtonFace!important;color:ButtonText!important}.annotationLayer .highlightArea:hover:after{position:absolute;top:0;left:0;width:100%;height:100%;-webkit-backdrop-filter:var(--hcm-highlight-filter);backdrop-filter:var(--hcm-highlight-filter);content:"";pointer-events:none}.annotationLayer .popupAnnotation.focused .popup{outline:calc(3px * var(--scale-factor)) solid Highlight!important}}.annotationLayer{position:absolute;top:0;left:0;pointer-events:none;transform-origin:0 0}.annotationLayer[data-main-rotation="90"] .norotate{transform:rotate(270deg) translate(-100%)}.annotationLayer[data-main-rotation="180"] .norotate{transform:rotate(180deg) translate(-100%,-100%)}.annotationLayer[data-main-rotation="270"] .norotate{transform:rotate(90deg) translateY(-100%)}.annotationLayer.disabled section,.annotationLayer.disabled .popup{pointer-events:none}.annotationLayer .annotationContent{position:absolute;width:100%;height:100%;pointer-events:none}.freetext:is(.annotationLayer .annotationContent){background:transparent;border:none;inset:0;overflow:visible;white-space:nowrap;font:10px sans-serif;line-height:1.35;-webkit-user-select:none;user-select:none}.annotationLayer section{position:absolute;text-align:initial;pointer-events:auto;box-sizing:border-box;transform-origin:0 0}:is(.annotationLayer section):has(div.annotationContent) canvas.annotationContent{display:none}.textLayer.selecting~.annotationLayer section{pointer-events:none}.annotationLayer :is(.linkAnnotation,.buttonWidgetAnnotation.pushButton)>a{position:absolute;font-size:1em;top:0;left:0;width:100%;height:100%}.annotationLayer :is(.linkAnnotation,.buttonWidgetAnnotation.pushButton):not(.hasBorder)>a:hover{opacity:.2;background-color:#ff0;box-shadow:0 2px 10px #ff0}.annotationLayer .linkAnnotation.hasBorder:hover{background-color:#ff03}.annotationLayer .hasBorder{background-size:100% 100%}.annotationLayer .textAnnotation img{position:absolute;cursor:pointer;width:100%;height:100%;top:0;left:0}.annotationLayer .textWidgetAnnotation :is(input,textarea),.annotationLayer .choiceWidgetAnnotation select,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input{background-image:var(--annotation-unfocused-field-background);border:2px solid var(--input-unfocused-border-color);box-sizing:border-box;font:calc(9px * var(--scale-factor)) sans-serif;height:100%;margin:0;vertical-align:top;width:100%}.annotationLayer .textWidgetAnnotation :is(input,textarea):required,.annotationLayer .choiceWidgetAnnotation select:required,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input:required{outline:1.5px solid red}.annotationLayer .choiceWidgetAnnotation select option{padding:0}.annotationLayer .buttonWidgetAnnotation.radioButton input{border-radius:50%}.annotationLayer .textWidgetAnnotation textarea{resize:none}.annotationLayer .textWidgetAnnotation [disabled]:is(input,textarea),.annotationLayer .choiceWidgetAnnotation select[disabled],.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input[disabled]{background:none;border:2px solid var(--input-disabled-border-color);cursor:not-allowed}.annotationLayer .textWidgetAnnotation :is(input,textarea):hover,.annotationLayer .choiceWidgetAnnotation select:hover,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input:hover{border:2px solid var(--input-hover-border-color)}.annotationLayer .textWidgetAnnotation :is(input,textarea):hover,.annotationLayer .choiceWidgetAnnotation select:hover,.annotationLayer .buttonWidgetAnnotation.checkBox input:hover{border-radius:2px}.annotationLayer .textWidgetAnnotation :is(input,textarea):focus,.annotationLayer .choiceWidgetAnnotation select:focus{background:none;border:2px solid var(--input-focus-border-color);border-radius:2px;outline:var(--input-focus-outline)}.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) :focus{background-image:none;background-color:transparent}.annotationLayer .buttonWidgetAnnotation.checkBox :focus{border:2px solid var(--input-focus-border-color);border-radius:2px;outline:var(--input-focus-outline)}.annotationLayer .buttonWidgetAnnotation.radioButton :focus{border:2px solid var(--input-focus-border-color);outline:var(--input-focus-outline)}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before,.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after,.annotationLayer .buttonWidgetAnnotation.radioButton input:checked:before{background-color:CanvasText;content:"";display:block;position:absolute}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before,.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after{height:80%;left:45%;width:1px}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before{transform:rotate(45deg)}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after{transform:rotate(-45deg)}.annotationLayer .buttonWidgetAnnotation.radioButton input:checked:before{border-radius:50%;height:50%;left:25%;top:25%;width:50%}.annotationLayer .textWidgetAnnotation input.comb{font-family:monospace;padding-left:2px;padding-right:0}.annotationLayer .textWidgetAnnotation input.comb:focus{width:103%}.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input{appearance:none}.annotationLayer .fileAttachmentAnnotation .popupTriggerArea{height:100%;width:100%}.annotationLayer .popupAnnotation{position:absolute;font-size:calc(9px * var(--scale-factor));pointer-events:none;width:max-content;max-width:45%;height:auto}.annotationLayer .popup{background-color:#ff9;box-shadow:0 calc(2px * var(--scale-factor)) calc(5px * var(--scale-factor)) #888;border-radius:calc(2px * var(--scale-factor));outline:1.5px solid rgb(255 255 74);padding:calc(6px * var(--scale-factor));cursor:pointer;font:message-box;white-space:normal;word-wrap:break-word;pointer-events:auto}.annotationLayer .popupAnnotation.focused .popup{outline-width:3px}.annotationLayer .popup *{font-size:calc(9px * var(--scale-factor))}.annotationLayer .popup>.header{display:inline-block}.annotationLayer .popup>.header h1{display:inline}.annotationLayer .popup>.header .popupDate{display:inline-block;margin-left:calc(5px * var(--scale-factor));width:-moz-fit-content;width:fit-content}.annotationLayer .popupContent{border-top:1px solid rgb(51 51 51);margin-top:calc(2px * var(--scale-factor));padding-top:calc(2px * var(--scale-factor))}.annotationLayer .richText>*{white-space:pre-wrap;font-size:calc(9px * var(--scale-factor))}.annotationLayer .popupTriggerArea{cursor:pointer}.annotationLayer section svg{position:absolute;width:100%;height:100%;top:0;left:0}.annotationLayer .annotationTextContent{position:absolute;width:100%;height:100%;opacity:0;color:transparent;-webkit-user-select:none;user-select:none;pointer-events:none}:is(.annotationLayer .annotationTextContent) span{width:100%;display:inline-block}.annotationLayer svg.quadrilateralsContainer{contain:strict;width:0;height:0;position:absolute;top:0;left:0;z-index:-1}:root{--xfa-unfocused-field-background:url("data:image/svg+xml;charset=UTF-8,<svg width='1px' height='1px' xmlns='http://www.w3.org/2000/svg'><rect width='100%' height='100%' style='fill:rgba(0, 54, 255, 0.13);'/></svg>");--xfa-focus-outline:auto}@media screen and (forced-colors: active){:root{--xfa-focus-outline:2px solid CanvasText}.xfaLayer *:required{outline:1.5px solid selectedItem}}.xfaLayer{background-color:transparent}.xfaLayer .highlight{margin:-1px;padding:1px;background-color:#efcbed;border-radius:4px}.xfaLayer .highlight.appended{position:initial}.xfaLayer .highlight.begin{border-radius:4px 0 0 4px}.xfaLayer .highlight.end{border-radius:0 4px 4px 0}.xfaLayer .highlight.middle{border-radius:0}.xfaLayer .highlight.selected{background-color:#cbdfcb}.xfaPage{overflow:hidden;position:relative}.xfaContentarea{position:absolute}.xfaPrintOnly{display:none}.xfaLayer{position:absolute;text-align:initial;top:0;left:0;transform-origin:0 0;line-height:1.2}.xfaLayer *{color:inherit;font:inherit;font-style:inherit;font-weight:inherit;font-kerning:inherit;letter-spacing:-.01px;text-align:inherit;text-decoration:inherit;box-sizing:border-box;background-color:transparent;padding:0;margin:0;pointer-events:auto;line-height:inherit}.xfaLayer *:required{outline:1.5px solid red}.xfaLayer div,.xfaLayer svg,.xfaLayer svg *{pointer-events:none}.xfaLayer a{color:#00f}.xfaRich li{margin-left:3em}.xfaFont{color:#000;font-weight:400;font-kerning:none;font-size:10px;font-style:normal;letter-spacing:0;text-decoration:none;vertical-align:0}.xfaCaption{overflow:hidden;flex:0 0 auto}.xfaCaptionForCheckButton{overflow:hidden;flex:1 1 auto}.xfaLabel{height:100%;width:100%}.xfaLeft{display:flex;flex-direction:row;align-items:center}.xfaRight{display:flex;flex-direction:row-reverse;align-items:center}:is(.xfaLeft,.xfaRight)>:is(.xfaCaption,.xfaCaptionForCheckButton){max-height:100%}.xfaTop{display:flex;flex-direction:column;align-items:flex-start}.xfaBottom{display:flex;flex-direction:column-reverse;align-items:flex-start}:is(.xfaTop,.xfaBottom)>:is(.xfaCaption,.xfaCaptionForCheckButton){width:100%}.xfaBorder{background-color:transparent;position:absolute;pointer-events:none}.xfaWrapped{width:100%;height:100%}:is(.xfaTextfield,.xfaSelect):focus{background-image:none;background-color:transparent;outline:var(--xfa-focus-outline);outline-offset:-1px}:is(.xfaCheckbox,.xfaRadio):focus{outline:var(--xfa-focus-outline)}.xfaTextfield,.xfaSelect{height:100%;width:100%;flex:1 1 auto;border:none;resize:none;background-image:var(--xfa-unfocused-field-background)}.xfaSelect{padding-inline:2px}:is(.xfaTop,.xfaBottom)>:is(.xfaTextfield,.xfaSelect){flex:0 1 auto}.xfaButton{cursor:pointer;width:100%;height:100%;border:none;text-align:center}.xfaLink{width:100%;height:100%;position:absolute;top:0;left:0}.xfaCheckbox,.xfaRadio{width:100%;height:100%;flex:0 0 auto;border:none}.xfaRich{white-space:pre-wrap;width:100%;height:100%}.xfaImage{object-position:left top;object-fit:contain;width:100%;height:100%}.xfaLrTb,.xfaRlTb,.xfaTb{display:flex;flex-direction:column;align-items:stretch}.xfaLr{display:flex;flex-direction:row;align-items:stretch}.xfaRl{display:flex;flex-direction:row-reverse;align-items:stretch}.xfaTb>div{justify-content:left}.xfaPosition,.xfaArea{position:relative}.xfaValignMiddle{display:flex;align-items:center}.xfaTable{display:flex;flex-direction:column;align-items:stretch}.xfaTable .xfaRow{display:flex;flex-direction:row;align-items:stretch}.xfaTable .xfaRlRow{display:flex;flex-direction:row-reverse;align-items:stretch;flex:1}.xfaTable .xfaRlRow>div{flex:1}:is(.xfaNonInteractive,.xfaDisabled,.xfaReadOnly) :is(input,textarea){background:initial}@media print{.xfaTextfield,.xfaSelect{background:transparent}.xfaSelect{appearance:none;text-indent:1px;text-overflow:""}}.canvasWrapper svg{transform:none}[data-main-rotation="90"]:is(.canvasWrapper svg) mask,[data-main-rotation="90"]:is(.canvasWrapper svg) use:not(.clip,.mask){transform:matrix(0,1,-1,0,1,0)}[data-main-rotation="180"]:is(.canvasWrapper svg) mask,[data-main-rotation="180"]:is(.canvasWrapper svg) use:not(.clip,.mask){transform:matrix(-1,0,0,-1,1,1)}[data-main-rotation="270"]:is(.canvasWrapper svg) mask,[data-main-rotation="270"]:is(.canvasWrapper svg) use:not(.clip,.mask){transform:matrix(0,-1,1,0,0,1)}.highlight:is(.canvasWrapper svg){--blend-mode:multiply}@media screen and (forced-colors: active){.highlight:is(.canvasWrapper svg){--blend-mode:difference}}.highlight:is(.canvasWrapper svg){position:absolute;mix-blend-mode:var(--blend-mode)}.highlight:is(.canvasWrapper svg):not(.free){fill-rule:evenodd}.highlightOutline:is(.canvasWrapper svg){position:absolute;mix-blend-mode:normal;fill-rule:evenodd;fill:none}.highlightOutline.hovered:is(.canvasWrapper svg):not(.free):not(.selected){stroke:var(--hover-outline-color);stroke-width:var(--outline-width)}.highlightOutline.selected:is(.canvasWrapper svg):not(.free) .mainOutline{stroke:var(--outline-around-color);stroke-width:calc(var(--outline-width) + 2 * var(--outline-around-width))}.highlightOutline.selected:is(.canvasWrapper svg):not(.free) .secondaryOutline{stroke:var(--outline-color);stroke-width:var(--outline-width)}.highlightOutline.free.hovered:is(.canvasWrapper svg):not(.selected){stroke:var(--hover-outline-color);stroke-width:calc(2 * var(--outline-width))}.highlightOutline.free.selected:is(.canvasWrapper svg) .mainOutline{stroke:var(--outline-around-color);stroke-width:calc(2 * (var(--outline-width) + var(--outline-around-width)))}.highlightOutline.free.selected:is(.canvasWrapper svg) .secondaryOutline{stroke:var(--outline-color);stroke-width:calc(2 * var(--outline-width))}.toggle-button{--button-background-color:#f0f0f4;--button-background-color-hover:#e0e0e6;--button-background-color-active:#cfcfd8;--color-accent-primary:#0060df;--color-accent-primary-hover:#0250bb;--color-accent-primary-active:#054096;--border-interactive-color:#8f8f9d;--border-radius-circle:9999px;--border-width:1px;--size-item-small:16px;--size-item-large:32px;--color-canvas:white}@media (prefers-color-scheme: dark){.toggle-button{--button-background-color:color-mix(in srgb, currentColor 7%, transparent);--button-background-color-hover:color-mix( in srgb, currentColor 14%, transparent );--button-background-color-active:color-mix( in srgb, currentColor 21%, transparent );--color-accent-primary:#0df;--color-accent-primary-hover:#80ebff;--color-accent-primary-active:#aaf2ff;--border-interactive-color:#bfbfc9;--color-canvas:#1c1b22}}@media (forced-colors: active){.toggle-button{--color-accent-primary:ButtonText;--color-accent-primary-hover:SelectedItem;--color-accent-primary-active:SelectedItem;--border-interactive-color:ButtonText;--button-background-color:ButtonFace;--border-interactive-color-hover:SelectedItem;--border-interactive-color-active:SelectedItem;--border-interactive-color-disabled:GrayText;--color-canvas:ButtonText}}.toggle-button{--toggle-background-color:var(--button-background-color);--toggle-background-color-hover:var(--button-background-color-hover);--toggle-background-color-active:var(--button-background-color-active);--toggle-background-color-pressed:var(--color-accent-primary);--toggle-background-color-pressed-hover:var(--color-accent-primary-hover);--toggle-background-color-pressed-active:var(--color-accent-primary-active);--toggle-border-color:var(--border-interactive-color);--toggle-border-color-hover:var(--toggle-border-color);--toggle-border-color-active:var(--toggle-border-color);--toggle-border-radius:var(--border-radius-circle);--toggle-border-width:var(--border-width);--toggle-height:var(--size-item-small);--toggle-width:var(--size-item-large);--toggle-dot-background-color:var(--toggle-border-color);--toggle-dot-background-color-hover:var(--toggle-dot-background-color);--toggle-dot-background-color-active:var(--toggle-dot-background-color);--toggle-dot-background-color-on-pressed:var(--color-canvas);--toggle-dot-margin:1px;--toggle-dot-height:calc( var(--toggle-height) - 2 * var(--toggle-dot-margin) - 2 * var(--toggle-border-width) );--toggle-dot-width:var(--toggle-dot-height);--toggle-dot-transform-x:calc( var(--toggle-width) - 4 * var(--toggle-dot-margin) - var(--toggle-dot-width) );appearance:none;padding:0;margin:0;border:var(--toggle-border-width) solid var(--toggle-border-color);height:var(--toggle-height);width:var(--toggle-width);border-radius:var(--toggle-border-radius);background:var(--toggle-background-color);box-sizing:border-box;flex-shrink:0}.toggle-button:focus-visible{outline:var(--focus-outline);outline-offset:var(--focus-outline-offset)}.toggle-button:enabled:hover{background:var(--toggle-background-color-hover);border-color:var(--toggle-border-color)}.toggle-button:enabled:active{background:var(--toggle-background-color-active);border-color:var(--toggle-border-color)}.toggle-button[aria-pressed=true]{background:var(--toggle-background-color-pressed);border-color:transparent}.toggle-button[aria-pressed=true]:enabled:hover{background:var(--toggle-background-color-pressed-hover);border-color:transparent}.toggle-button[aria-pressed=true]:enabled:active{background:var(--toggle-background-color-pressed-active);border-color:transparent}.toggle-button:before{display:block;content:"";background-color:var(--toggle-dot-background-color);height:var(--toggle-dot-height);width:var(--toggle-dot-width);margin:var(--toggle-dot-margin);border-radius:var(--toggle-border-radius);translate:0}.toggle-button[aria-pressed=true]:before{translate:var(--toggle-dot-transform-x);background-color:var(--toggle-dot-background-color-on-pressed)}.toggle-button[aria-pressed=true]:enabled:hover:before,.toggle-button[aria-pressed=true]:enabled:active:before{background-color:var(--toggle-dot-background-color-on-pressed)}[dir=rtl] .toggle-button[aria-pressed=true]:before{translate:calc(-1 * var(--toggle-dot-transform-x))}@media (prefers-reduced-motion: no-preference){.toggle-button:before{transition:translate .1s}}@media (prefers-contrast){.toggle-button:enabled:hover{border-color:var(--toggle-border-color-hover)}.toggle-button:enabled:active{border-color:var(--toggle-border-color-active)}.toggle-button[aria-pressed=true]:enabled{border-color:var(--toggle-border-color);position:relative}.toggle-button[aria-pressed=true]:enabled:hover,.toggle-button[aria-pressed=true]:enabled:hover:active{border-color:var(--toggle-border-color-hover)}.toggle-button[aria-pressed=true]:enabled:active{background-color:var(--toggle-dot-background-color-active);border-color:var(--toggle-dot-background-color-hover)}.toggle-button:hover:before,.toggle-button:active:before{background-color:var(--toggle-dot-background-color-hover)}}@media (forced-colors){.toggle-button{--toggle-dot-background-color:var(--color-accent-primary);--toggle-dot-background-color-hover:var(--color-accent-primary-hover);--toggle-dot-background-color-active:var(--color-accent-primary-active);--toggle-dot-background-color-on-pressed:var(--button-background-color);--toggle-background-color-disabled:var(--button-background-color-disabled);--toggle-border-color-hover:var(--border-interactive-color-hover);--toggle-border-color-active:var(--border-interactive-color-active);--toggle-border-color-disabled:var(--border-interactive-color-disabled)}.toggle-button[aria-pressed=true]:enabled:after{border:1px solid var(--button-background-color);content:"";position:absolute;height:var(--toggle-height);width:var(--toggle-width);display:block;border-radius:var(--toggle-border-radius);inset:-2px}.toggle-button[aria-pressed=true]:enabled:active:after{border-color:var(--toggle-border-color-active)}}:root{--outline-width:2px;--outline-color:#0060df;--outline-around-width:1px;--outline-around-color:#f0f0f4;--hover-outline-around-color:var(--outline-around-color);--focus-outline:solid var(--outline-width) var(--outline-color);--unfocus-outline:solid var(--outline-width) transparent;--focus-outline-around:solid var(--outline-around-width) var(--outline-around-color);--hover-outline-color:#8f8f9d;--hover-outline:solid var(--outline-width) var(--hover-outline-color);--hover-outline-around:solid var(--outline-around-width) var(--hover-outline-around-color);--freetext-line-height:1.35;--freetext-padding:2px;--resizer-bg-color:var(--outline-color);--resizer-size:6px;--resizer-shift:calc( 0px - (var(--outline-width) + var(--resizer-size)) / 2 - var(--outline-around-width) );--editorFreeText-editing-cursor:text;--editorInk-editing-cursor:url(cursor-editorInk.f94c2f42fcc32589.svg) 0 16, pointer;--editorHighlight-editing-cursor:url(cursor-editorTextHighlight.5636640c42fd18ef.svg) 24 24, text;--editorFreeHighlight-editing-cursor:url(cursor-editorFreeHighlight.1fed7bb71b487a31.svg) 1 18, pointer;--new-alt-text-warning-image:url(altText_warning.d532f1aa93d5ccb4.svg)}.visuallyHidden{position:absolute;top:0;left:0;border:0;margin:0;padding:0;width:0;height:0;overflow:hidden;white-space:nowrap;font-size:0}.textLayer.highlighting{cursor:var(--editorFreeHighlight-editing-cursor)}.textLayer.highlighting:not(.free) span{cursor:var(--editorHighlight-editing-cursor)}.textLayer.highlighting.free span{cursor:var(--editorFreeHighlight-editing-cursor)}#viewerContainer.pdfPresentationMode:-webkit-full-screen .noAltTextBadge{display:none!important}#viewerContainer.pdfPresentationMode:fullscreen .noAltTextBadge{display:none!important}@media (min-resolution: 1.1dppx){:root{--editorFreeText-editing-cursor:url(cursor-editorFreeText.0b59637734f54d38.svg) 0 16, text}}@media screen and (forced-colors: active){:root{--outline-color:CanvasText;--outline-around-color:ButtonFace;--resizer-bg-color:ButtonText;--hover-outline-color:Highlight;--hover-outline-around-color:SelectedItemText}}[data-editor-rotation="90"]{transform:rotate(90deg)}[data-editor-rotation="180"]{transform:rotate(180deg)}[data-editor-rotation="270"]{transform:rotate(270deg)}.annotationEditorLayer{background:transparent;position:absolute;inset:0;font-size:calc(100px * var(--scale-factor));transform-origin:0 0;cursor:auto}.annotationEditorLayer .selectedEditor{z-index:100000!important}.annotationEditorLayer.drawing *{pointer-events:none!important}.annotationEditorLayer.waiting{content:"";cursor:wait;position:absolute;inset:0;width:100%;height:100%}.annotationEditorLayer.disabled{pointer-events:none}.annotationEditorLayer.freetextEditing{cursor:var(--editorFreeText-editing-cursor)}.annotationEditorLayer.inkEditing{cursor:var(--editorInk-editing-cursor)}.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor){position:absolute;background:transparent;z-index:1;transform-origin:0 0;cursor:auto;max-width:100%;max-height:100%;border:var(--unfocus-outline)}.draggable.selectedEditor:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor)){cursor:move}.moving:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor)){touch-action:none}.selectedEditor:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor)){border:var(--focus-outline);outline:var(--focus-outline-around)}.selectedEditor:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor)):before{content:"";position:absolute;inset:0;border:var(--focus-outline-around);pointer-events:none}:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor)):hover:not(.selectedEditor){border:var(--hover-outline);outline:var(--hover-outline-around)}:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor)):hover:not(.selectedEditor):before{content:"";position:absolute;inset:0;border:var(--focus-outline-around)}:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor),.textLayer) .editToolbar{--editor-toolbar-delete-image:url(editor-toolbar-delete.6694a89fca30103d.svg);--editor-toolbar-bg-color:#f0f0f4;--editor-toolbar-highlight-image:url(toolbarButton-editorHighlight.c3287eaaacbf2c39.svg);--editor-toolbar-fg-color:#2e2e56;--editor-toolbar-border-color:#8f8f9d;--editor-toolbar-hover-border-color:var(--editor-toolbar-border-color);--editor-toolbar-hover-bg-color:#e0e0e6;--editor-toolbar-hover-fg-color:var(--editor-toolbar-fg-color);--editor-toolbar-hover-outline:none;--editor-toolbar-focus-outline-color:#0060df;--editor-toolbar-shadow:0 2px 6px 0 rgb(58 57 68 / .2);--editor-toolbar-vert-offset:6px;--editor-toolbar-height:28px;--editor-toolbar-padding:2px;--alt-text-done-color:#2ac3a2;--alt-text-warning-color:#0090ed;--alt-text-hover-done-color:var(--alt-text-done-color);--alt-text-hover-warning-color:var(--alt-text-warning-color)}@media (prefers-color-scheme: dark){:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor),.textLayer) .editToolbar{--editor-toolbar-bg-color:#2b2a33;--editor-toolbar-fg-color:#fbfbfe;--editor-toolbar-hover-bg-color:#52525e;--editor-toolbar-focus-outline-color:#0df;--alt-text-done-color:#54ffbd;--alt-text-warning-color:#80ebff}}@media screen and (forced-colors: active){:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor),.textLayer) .editToolbar{--editor-toolbar-bg-color:ButtonFace;--editor-toolbar-fg-color:ButtonText;--editor-toolbar-border-color:ButtonText;--editor-toolbar-hover-border-color:AccentColor;--editor-toolbar-hover-bg-color:ButtonFace;--editor-toolbar-hover-fg-color:AccentColor;--editor-toolbar-hover-outline:2px solid var(--editor-toolbar-hover-border-color);--editor-toolbar-focus-outline-color:ButtonBorder;--editor-toolbar-shadow:none;--alt-text-done-color:var(--editor-toolbar-fg-color);--alt-text-warning-color:var(--editor-toolbar-fg-color);--alt-text-hover-done-color:var(--editor-toolbar-hover-fg-color);--alt-text-hover-warning-color:var(--editor-toolbar-hover-fg-color)}}:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor),.textLayer) .editToolbar{display:flex;width:-moz-fit-content;width:fit-content;height:var(--editor-toolbar-height);flex-direction:column;justify-content:center;align-items:center;cursor:default;pointer-events:auto;box-sizing:content-box;padding:var(--editor-toolbar-padding);position:absolute;inset-inline-end:0;inset-block-start:calc(100% + var(--editor-toolbar-vert-offset));border-radius:6px;background-color:var(--editor-toolbar-bg-color);border:1px solid var(--editor-toolbar-border-color);box-shadow:var(--editor-toolbar-shadow)}.hidden:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor),.textLayer) .editToolbar){display:none}:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor),.textLayer) .editToolbar):has(:focus-visible){border-color:transparent}[dir=ltr] :is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor),.textLayer) .editToolbar){transform-origin:100% 0}[dir=rtl] :is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor),.textLayer) .editToolbar){transform-origin:0 0}:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor),.textLayer) .editToolbar) .buttons{display:flex;justify-content:center;align-items:center;gap:0;height:100%}:is(:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor),.textLayer) .editToolbar) .buttons) .divider{width:1px;height:calc(2 * var(--editor-toolbar-padding) + var(--editor-toolbar-height));background-color:var(--editor-toolbar-border-color);display:inline-block;margin-inline:2px}:is(:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor),.textLayer) .editToolbar) .buttons) .highlightButton{width:var(--editor-toolbar-height)}:is(:is(:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor),.textLayer) .editToolbar) .buttons) .highlightButton):before{content:"";-webkit-mask-image:var(--editor-toolbar-highlight-image);mask-image:var(--editor-toolbar-highlight-image);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;display:inline-block;background-color:var(--editor-toolbar-fg-color);width:100%;height:100%}:is(:is(:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor),.textLayer) .editToolbar) .buttons) .highlightButton):hover:before{background-color:var(--editor-toolbar-hover-fg-color)}:is(:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor),.textLayer) .editToolbar) .buttons) .delete{width:var(--editor-toolbar-height)}:is(:is(:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor),.textLayer) .editToolbar) .buttons) .delete):before{content:"";-webkit-mask-image:var(--editor-toolbar-delete-image);mask-image:var(--editor-toolbar-delete-image);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;display:inline-block;background-color:var(--editor-toolbar-fg-color);width:100%;height:100%}:is(:is(:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor),.textLayer) .editToolbar) .buttons) .delete):hover:before{background-color:var(--editor-toolbar-hover-fg-color)}:is(:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor),.textLayer) .editToolbar) .buttons)>*{height:var(--editor-toolbar-height)}:is(:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor),.textLayer) .editToolbar) .buttons)>:not(.divider){border:none;background-color:transparent;cursor:pointer}:is(:is(:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor),.textLayer) .editToolbar) .buttons)>:not(.divider)):hover{border-radius:2px;background-color:var(--editor-toolbar-hover-bg-color);color:var(--editor-toolbar-hover-fg-color);outline:var(--editor-toolbar-hover-outline);outline-offset:1px}:is(:is(:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor),.textLayer) .editToolbar) .buttons)>:not(.divider)):hover:active{outline:none}:is(:is(:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor),.textLayer) .editToolbar) .buttons)>:not(.divider)):focus-visible{border-radius:2px;outline:2px solid var(--editor-toolbar-focus-outline-color)}:is(:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor),.textLayer) .editToolbar) .buttons) .altText{--alt-text-add-image:url(altText_add.7748ee931bf6b4d5.svg);--alt-text-done-image:url(altText_done.1026be1100380b6d.svg);display:flex;align-items:center;justify-content:center;width:max-content;padding-inline:8px;pointer-events:all;font:menu;font-weight:590;font-size:12px;color:var(--editor-toolbar-fg-color)}:is(:is(:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor),.textLayer) .editToolbar) .buttons) .altText):disabled{pointer-events:none}:is(:is(:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor),.textLayer) .editToolbar) .buttons) .altText):before{content:"";-webkit-mask-image:var(--alt-text-add-image);mask-image:var(--alt-text-add-image);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;display:inline-block;width:12px;height:13px;background-color:var(--editor-toolbar-fg-color);margin-inline-end:4px}:is(:is(:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor),.textLayer) .editToolbar) .buttons) .altText):hover:before{background-color:var(--editor-toolbar-hover-fg-color)}.done:is(:is(:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor),.textLayer) .editToolbar) .buttons) .altText):before{-webkit-mask-image:var(--alt-text-done-image);mask-image:var(--alt-text-done-image)}.new:is(:is(:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor),.textLayer) .editToolbar) .buttons) .altText):before{width:16px;height:16px;-webkit-mask-image:var(--new-alt-text-warning-image);mask-image:var(--new-alt-text-warning-image);background-color:var(--alt-text-warning-color);-webkit-mask-size:cover;mask-size:cover}.new:is(:is(:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor),.textLayer) .editToolbar) .buttons) .altText):hover:before{background-color:var(--alt-text-hover-warning-color)}.new.done:is(:is(:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor),.textLayer) .editToolbar) .buttons) .altText):before{-webkit-mask-image:var(--alt-text-done-image);mask-image:var(--alt-text-done-image);background-color:var(--alt-text-done-color)}.new.done:is(:is(:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor),.textLayer) .editToolbar) .buttons) .altText):hover:before{background-color:var(--alt-text-hover-done-color)}:is(:is(:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor),.textLayer) .editToolbar) .buttons) .altText) .tooltip{display:none}.show:is(:is(:is(:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor),.textLayer) .editToolbar) .buttons) .altText) .tooltip){--alt-text-tooltip-bg:#f0f0f4;--alt-text-tooltip-fg:#15141a;--alt-text-tooltip-border:#8f8f9d;--alt-text-tooltip-shadow:0px 2px 6px 0px rgb(58 57 68 / .2)}@media (prefers-color-scheme: dark){.show:is(:is(:is(:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor),.textLayer) .editToolbar) .buttons) .altText) .tooltip){--alt-text-tooltip-bg:#1c1b22;--alt-text-tooltip-fg:#fbfbfe;--alt-text-tooltip-shadow:0px 2px 6px 0px #15141a}}@media screen and (forced-colors: active){.show:is(:is(:is(:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor),.textLayer) .editToolbar) .buttons) .altText) .tooltip){--alt-text-tooltip-bg:Canvas;--alt-text-tooltip-fg:CanvasText;--alt-text-tooltip-border:CanvasText;--alt-text-tooltip-shadow:none}}.show:is(:is(:is(:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor),.textLayer) .editToolbar) .buttons) .altText) .tooltip){display:inline-flex;flex-direction:column;align-items:center;justify-content:center;position:absolute;top:calc(100% + 2px);inset-inline-start:0;padding-block:2px 3px;padding-inline:3px;max-width:300px;width:max-content;height:auto;font-size:12px;border:.5px solid var(--alt-text-tooltip-border);background:var(--alt-text-tooltip-bg);box-shadow:var(--alt-text-tooltip-shadow);color:var(--alt-text-tooltip-fg);pointer-events:none}.annotationEditorLayer .freeTextEditor{padding:calc(var(--freetext-padding) * var(--scale-factor));width:auto;height:auto;touch-action:none}.annotationEditorLayer .freeTextEditor .internal{background:transparent;border:none;inset:0;overflow:visible;white-space:nowrap;font:10px sans-serif;line-height:var(--freetext-line-height);-webkit-user-select:none;user-select:none}.annotationEditorLayer .freeTextEditor .overlay{position:absolute;display:none;background:transparent;inset:0;width:100%;height:100%}.annotationEditorLayer freeTextEditor .overlay.enabled{display:block}.annotationEditorLayer .freeTextEditor .internal:empty:before{content:attr(default-content);color:gray}.annotationEditorLayer .freeTextEditor .internal:focus{outline:none;-webkit-user-select:auto;user-select:auto}.annotationEditorLayer .inkEditor{width:100%;height:100%}.annotationEditorLayer .inkEditor.editing{cursor:inherit}.annotationEditorLayer .inkEditor .inkEditorCanvas{position:absolute;inset:0;width:100%;height:100%;touch-action:none}.annotationEditorLayer .stampEditor{width:auto;height:auto}:is(.annotationEditorLayer .stampEditor) canvas{position:absolute;width:100%;height:100%;margin:0;top:0;left:0}:is(.annotationEditorLayer .stampEditor) .noAltTextBadge{--no-alt-text-badge-border-color:#f0f0f4;--no-alt-text-badge-bg-color:#cfcfd8;--no-alt-text-badge-fg-color:#5b5b66}@media (prefers-color-scheme: dark){:is(.annotationEditorLayer .stampEditor) .noAltTextBadge{--no-alt-text-badge-border-color:#52525e;--no-alt-text-badge-bg-color:#fbfbfe;--no-alt-text-badge-fg-color:#15141a}}@media screen and (forced-colors: active){:is(.annotationEditorLayer .stampEditor) .noAltTextBadge{--no-alt-text-badge-border-color:ButtonText;--no-alt-text-badge-bg-color:ButtonFace;--no-alt-text-badge-fg-color:ButtonText}}:is(.annotationEditorLayer .stampEditor) .noAltTextBadge{position:absolute;inset-inline-end:5px;inset-block-end:5px;display:inline-flex;width:32px;height:32px;padding:3px;justify-content:center;align-items:center;pointer-events:none;z-index:1;border-radius:2px;border:1px solid var(--no-alt-text-badge-border-color);background:var(--no-alt-text-badge-bg-color)}:is(:is(.annotationEditorLayer .stampEditor) .noAltTextBadge):before{content:"";display:inline-block;width:16px;height:16px;-webkit-mask-image:var(--new-alt-text-warning-image);mask-image:var(--new-alt-text-warning-image);-webkit-mask-size:cover;mask-size:cover;background-color:var(--no-alt-text-badge-fg-color)}:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor))>.resizers{position:absolute;inset:0}.hidden:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor))>.resizers){display:none}:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor))>.resizers)>.resizer{width:var(--resizer-size);height:var(--resizer-size);background:content-box var(--resizer-bg-color);border:var(--focus-outline-around);border-radius:2px;position:absolute}.topLeft:is(:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor))>.resizers)>.resizer){top:var(--resizer-shift);left:var(--resizer-shift)}.topMiddle:is(:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor))>.resizers)>.resizer){top:var(--resizer-shift);left:calc(50% + var(--resizer-shift))}.topRight:is(:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor))>.resizers)>.resizer){top:var(--resizer-shift);right:var(--resizer-shift)}.middleRight:is(:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor))>.resizers)>.resizer){top:calc(50% + var(--resizer-shift));right:var(--resizer-shift)}.bottomRight:is(:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor))>.resizers)>.resizer){bottom:var(--resizer-shift);right:var(--resizer-shift)}.bottomMiddle:is(:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor))>.resizers)>.resizer){bottom:var(--resizer-shift);left:calc(50% + var(--resizer-shift))}.bottomLeft:is(:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor))>.resizers)>.resizer){bottom:var(--resizer-shift);left:var(--resizer-shift)}.middleLeft:is(:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor))>.resizers)>.resizer){top:calc(50% + var(--resizer-shift));left:var(--resizer-shift)}.topLeft:is(:is(.annotationEditorLayer[data-main-rotation="0"] :is([data-editor-rotation="0"],[data-editor-rotation="180"]),.annotationEditorLayer[data-main-rotation="90"] :is([data-editor-rotation="270"],[data-editor-rotation="90"]),.annotationEditorLayer[data-main-rotation="180"] :is([data-editor-rotation="180"],[data-editor-rotation="0"]),.annotationEditorLayer[data-main-rotation="270"] :is([data-editor-rotation="90"],[data-editor-rotation="270"]))>.resizers>.resizer),.bottomRight:is(:is(.annotationEditorLayer[data-main-rotation="0"] :is([data-editor-rotation="0"],[data-editor-rotation="180"]),.annotationEditorLayer[data-main-rotation="90"] :is([data-editor-rotation="270"],[data-editor-rotation="90"]),.annotationEditorLayer[data-main-rotation="180"] :is([data-editor-rotation="180"],[data-editor-rotation="0"]),.annotationEditorLayer[data-main-rotation="270"] :is([data-editor-rotation="90"],[data-editor-rotation="270"]))>.resizers>.resizer){cursor:nwse-resize}.topMiddle:is(:is(.annotationEditorLayer[data-main-rotation="0"] :is([data-editor-rotation="0"],[data-editor-rotation="180"]),.annotationEditorLayer[data-main-rotation="90"] :is([data-editor-rotation="270"],[data-editor-rotation="90"]),.annotationEditorLayer[data-main-rotation="180"] :is([data-editor-rotation="180"],[data-editor-rotation="0"]),.annotationEditorLayer[data-main-rotation="270"] :is([data-editor-rotation="90"],[data-editor-rotation="270"]))>.resizers>.resizer),.bottomMiddle:is(:is(.annotationEditorLayer[data-main-rotation="0"] :is([data-editor-rotation="0"],[data-editor-rotation="180"]),.annotationEditorLayer[data-main-rotation="90"] :is([data-editor-rotation="270"],[data-editor-rotation="90"]),.annotationEditorLayer[data-main-rotation="180"] :is([data-editor-rotation="180"],[data-editor-rotation="0"]),.annotationEditorLayer[data-main-rotation="270"] :is([data-editor-rotation="90"],[data-editor-rotation="270"]))>.resizers>.resizer){cursor:ns-resize}.topRight:is(:is(.annotationEditorLayer[data-main-rotation="0"] :is([data-editor-rotation="0"],[data-editor-rotation="180"]),.annotationEditorLayer[data-main-rotation="90"] :is([data-editor-rotation="270"],[data-editor-rotation="90"]),.annotationEditorLayer[data-main-rotation="180"] :is([data-editor-rotation="180"],[data-editor-rotation="0"]),.annotationEditorLayer[data-main-rotation="270"] :is([data-editor-rotation="90"],[data-editor-rotation="270"]))>.resizers>.resizer),.bottomLeft:is(:is(.annotationEditorLayer[data-main-rotation="0"] :is([data-editor-rotation="0"],[data-editor-rotation="180"]),.annotationEditorLayer[data-main-rotation="90"] :is([data-editor-rotation="270"],[data-editor-rotation="90"]),.annotationEditorLayer[data-main-rotation="180"] :is([data-editor-rotation="180"],[data-editor-rotation="0"]),.annotationEditorLayer[data-main-rotation="270"] :is([data-editor-rotation="90"],[data-editor-rotation="270"]))>.resizers>.resizer){cursor:nesw-resize}.middleRight:is(:is(.annotationEditorLayer[data-main-rotation="0"] :is([data-editor-rotation="0"],[data-editor-rotation="180"]),.annotationEditorLayer[data-main-rotation="90"] :is([data-editor-rotation="270"],[data-editor-rotation="90"]),.annotationEditorLayer[data-main-rotation="180"] :is([data-editor-rotation="180"],[data-editor-rotation="0"]),.annotationEditorLayer[data-main-rotation="270"] :is([data-editor-rotation="90"],[data-editor-rotation="270"]))>.resizers>.resizer),.middleLeft:is(:is(.annotationEditorLayer[data-main-rotation="0"] :is([data-editor-rotation="0"],[data-editor-rotation="180"]),.annotationEditorLayer[data-main-rotation="90"] :is([data-editor-rotation="270"],[data-editor-rotation="90"]),.annotationEditorLayer[data-main-rotation="180"] :is([data-editor-rotation="180"],[data-editor-rotation="0"]),.annotationEditorLayer[data-main-rotation="270"] :is([data-editor-rotation="90"],[data-editor-rotation="270"]))>.resizers>.resizer){cursor:ew-resize}.topLeft:is(:is(.annotationEditorLayer[data-main-rotation="0"] :is([data-editor-rotation="90"],[data-editor-rotation="270"]),.annotationEditorLayer[data-main-rotation="90"] :is([data-editor-rotation="0"],[data-editor-rotation="180"]),.annotationEditorLayer[data-main-rotation="180"] :is([data-editor-rotation="270"],[data-editor-rotation="90"]),.annotationEditorLayer[data-main-rotation="270"] :is([data-editor-rotation="180"],[data-editor-rotation="0"]))>.resizers>.resizer),.bottomRight:is(:is(.annotationEditorLayer[data-main-rotation="0"] :is([data-editor-rotation="90"],[data-editor-rotation="270"]),.annotationEditorLayer[data-main-rotation="90"] :is([data-editor-rotation="0"],[data-editor-rotation="180"]),.annotationEditorLayer[data-main-rotation="180"] :is([data-editor-rotation="270"],[data-editor-rotation="90"]),.annotationEditorLayer[data-main-rotation="270"] :is([data-editor-rotation="180"],[data-editor-rotation="0"]))>.resizers>.resizer){cursor:nesw-resize}.topMiddle:is(:is(.annotationEditorLayer[data-main-rotation="0"] :is([data-editor-rotation="90"],[data-editor-rotation="270"]),.annotationEditorLayer[data-main-rotation="90"] :is([data-editor-rotation="0"],[data-editor-rotation="180"]),.annotationEditorLayer[data-main-rotation="180"] :is([data-editor-rotation="270"],[data-editor-rotation="90"]),.annotationEditorLayer[data-main-rotation="270"] :is([data-editor-rotation="180"],[data-editor-rotation="0"]))>.resizers>.resizer),.bottomMiddle:is(:is(.annotationEditorLayer[data-main-rotation="0"] :is([data-editor-rotation="90"],[data-editor-rotation="270"]),.annotationEditorLayer[data-main-rotation="90"] :is([data-editor-rotation="0"],[data-editor-rotation="180"]),.annotationEditorLayer[data-main-rotation="180"] :is([data-editor-rotation="270"],[data-editor-rotation="90"]),.annotationEditorLayer[data-main-rotation="270"] :is([data-editor-rotation="180"],[data-editor-rotation="0"]))>.resizers>.resizer){cursor:ew-resize}.topRight:is(:is(.annotationEditorLayer[data-main-rotation="0"] :is([data-editor-rotation="90"],[data-editor-rotation="270"]),.annotationEditorLayer[data-main-rotation="90"] :is([data-editor-rotation="0"],[data-editor-rotation="180"]),.annotationEditorLayer[data-main-rotation="180"] :is([data-editor-rotation="270"],[data-editor-rotation="90"]),.annotationEditorLayer[data-main-rotation="270"] :is([data-editor-rotation="180"],[data-editor-rotation="0"]))>.resizers>.resizer),.bottomLeft:is(:is(.annotationEditorLayer[data-main-rotation="0"] :is([data-editor-rotation="90"],[data-editor-rotation="270"]),.annotationEditorLayer[data-main-rotation="90"] :is([data-editor-rotation="0"],[data-editor-rotation="180"]),.annotationEditorLayer[data-main-rotation="180"] :is([data-editor-rotation="270"],[data-editor-rotation="90"]),.annotationEditorLayer[data-main-rotation="270"] :is([data-editor-rotation="180"],[data-editor-rotation="0"]))>.resizers>.resizer){cursor:nwse-resize}.middleRight:is(:is(.annotationEditorLayer[data-main-rotation="0"] :is([data-editor-rotation="90"],[data-editor-rotation="270"]),.annotationEditorLayer[data-main-rotation="90"] :is([data-editor-rotation="0"],[data-editor-rotation="180"]),.annotationEditorLayer[data-main-rotation="180"] :is([data-editor-rotation="270"],[data-editor-rotation="90"]),.annotationEditorLayer[data-main-rotation="270"] :is([data-editor-rotation="180"],[data-editor-rotation="0"]))>.resizers>.resizer),.middleLeft:is(:is(.annotationEditorLayer[data-main-rotation="0"] :is([data-editor-rotation="90"],[data-editor-rotation="270"]),.annotationEditorLayer[data-main-rotation="90"] :is([data-editor-rotation="0"],[data-editor-rotation="180"]),.annotationEditorLayer[data-main-rotation="180"] :is([data-editor-rotation="270"],[data-editor-rotation="90"]),.annotationEditorLayer[data-main-rotation="270"] :is([data-editor-rotation="180"],[data-editor-rotation="0"]))>.resizers>.resizer){cursor:ns-resize}:is(.annotationEditorLayer :is([data-main-rotation="0"] [data-editor-rotation="90"],[data-main-rotation="90"] [data-editor-rotation="0"],[data-main-rotation="180"] [data-editor-rotation="270"],[data-main-rotation="270"] [data-editor-rotation="180"])) .editToolbar{rotate:270deg}[dir=ltr] :is(:is(.annotationEditorLayer :is([data-main-rotation="0"] [data-editor-rotation="90"],[data-main-rotation="90"] [data-editor-rotation="0"],[data-main-rotation="180"] [data-editor-rotation="270"],[data-main-rotation="270"] [data-editor-rotation="180"])) .editToolbar){inset-inline-end:calc(0px - var(--editor-toolbar-vert-offset));inset-block-start:0}[dir=rtl] :is(:is(.annotationEditorLayer :is([data-main-rotation="0"] [data-editor-rotation="90"],[data-main-rotation="90"] [data-editor-rotation="0"],[data-main-rotation="180"] [data-editor-rotation="270"],[data-main-rotation="270"] [data-editor-rotation="180"])) .editToolbar){inset-inline-end:calc(100% + var(--editor-toolbar-vert-offset));inset-block-start:0}:is(.annotationEditorLayer :is([data-main-rotation="0"] [data-editor-rotation="180"],[data-main-rotation="90"] [data-editor-rotation="90"],[data-main-rotation="180"] [data-editor-rotation="0"],[data-main-rotation="270"] [data-editor-rotation="270"])) .editToolbar{rotate:180deg;inset-inline-end:100%;inset-block-start:calc(0pc - var(--editor-toolbar-vert-offset))}:is(.annotationEditorLayer :is([data-main-rotation="0"] [data-editor-rotation="270"],[data-main-rotation="90"] [data-editor-rotation="180"],[data-main-rotation="180"] [data-editor-rotation="90"],[data-main-rotation="270"] [data-editor-rotation="0"])) .editToolbar{rotate:90deg}[dir=ltr] :is(:is(.annotationEditorLayer :is([data-main-rotation="0"] [data-editor-rotation="270"],[data-main-rotation="90"] [data-editor-rotation="180"],[data-main-rotation="180"] [data-editor-rotation="90"],[data-main-rotation="270"] [data-editor-rotation="0"])) .editToolbar){inset-inline-end:calc(100% + var(--editor-toolbar-vert-offset));inset-block-start:100%}[dir=rtl] :is(:is(.annotationEditorLayer :is([data-main-rotation="0"] [data-editor-rotation="270"],[data-main-rotation="90"] [data-editor-rotation="180"],[data-main-rotation="180"] [data-editor-rotation="90"],[data-main-rotation="270"] [data-editor-rotation="0"])) .editToolbar){inset-inline-start:calc(0px - var(--editor-toolbar-vert-offset));inset-block-start:0}.dialog.altText::backdrop{mask:url(#alttext-manager-mask)}.dialog.altText.positioned{margin:0}.dialog.altText #altTextContainer{width:300px;height:-moz-fit-content;height:fit-content;display:inline-flex;flex-direction:column;align-items:flex-start;gap:16px}:is(.dialog.altText #altTextContainer) #overallDescription{display:flex;flex-direction:column;align-items:flex-start;gap:4px;align-self:stretch}:is(:is(.dialog.altText #altTextContainer) #overallDescription) span{align-self:stretch}:is(:is(.dialog.altText #altTextContainer) #overallDescription) .title{font-size:13px;font-style:normal;font-weight:590}:is(.dialog.altText #altTextContainer) #addDescription{display:flex;flex-direction:column;align-items:stretch;gap:8px}:is(:is(.dialog.altText #altTextContainer) #addDescription) .descriptionArea{flex:1;padding-inline:24px 10px}:is(:is(:is(.dialog.altText #altTextContainer) #addDescription) .descriptionArea) textarea{width:100%;min-height:75px}:is(.dialog.altText #altTextContainer) #buttons{display:flex;justify-content:flex-end;align-items:flex-start;gap:8px;align-self:stretch}.dialog.newAltText{--new-alt-text-ai-disclaimer-icon:url(altText_disclaimer.7e3c2bddcf38b9cc.svg);--new-alt-text-spinner-icon:url(altText_spinner.61afe1f4a6648dfc.svg);--preview-image-bg-color:#f0f0f4;--preview-image-border:none}@media (prefers-color-scheme: dark){.dialog.newAltText{--preview-image-bg-color:#2b2a33}}@media screen and (forced-colors: active){.dialog.newAltText{--preview-image-bg-color:ButtonFace;--preview-image-border:1px solid ButtonText}}.dialog.newAltText{width:80%;max-width:570px;min-width:300px;padding:0}.dialog.newAltText.noAi #newAltTextDisclaimer,.dialog.newAltText.noAi #newAltTextCreateAutomatically,.dialog.newAltText.aiInstalling #newAltTextCreateAutomatically{display:none!important}.dialog.newAltText.aiInstalling #newAltTextDownloadModel{display:flex!important}.dialog.newAltText.error #newAltTextNotNow{display:none!important}.dialog.newAltText.error #newAltTextCancel{display:inline-block!important}.dialog.newAltText:not(.error) #newAltTextError{display:none!important}.dialog.newAltText #newAltTextContainer{display:flex;width:auto;padding:16px;flex-direction:column;justify-content:flex-end;align-items:flex-start;gap:12px;flex:0 1 auto;line-height:normal}:is(.dialog.newAltText #newAltTextContainer) #mainContent{display:flex;justify-content:flex-end;align-items:flex-start;gap:12px;align-self:stretch;flex:1 1 auto}:is(:is(.dialog.newAltText #newAltTextContainer) #mainContent) #descriptionAndSettings{display:flex;flex-direction:column;align-items:flex-start;gap:16px;flex:1 0 0;align-self:stretch}:is(:is(.dialog.newAltText #newAltTextContainer) #mainContent) #descriptionInstruction{display:flex;flex-direction:column;align-items:flex-start;gap:8px;align-self:stretch;flex:1 1 auto}:is(:is(:is(.dialog.newAltText #newAltTextContainer) #mainContent) #descriptionInstruction) #newAltTextDescriptionContainer{width:100%;height:70px;position:relative}:is(:is(:is(:is(.dialog.newAltText #newAltTextContainer) #mainContent) #descriptionInstruction) #newAltTextDescriptionContainer) textarea{width:100%;height:100%;padding:8px}:is(:is(:is(:is(:is(.dialog.newAltText #newAltTextContainer) #mainContent) #descriptionInstruction) #newAltTextDescriptionContainer) textarea)::placeholder{color:var(--text-secondary-color)}:is(:is(:is(:is(.dialog.newAltText #newAltTextContainer) #mainContent) #descriptionInstruction) #newAltTextDescriptionContainer) .altTextSpinner{display:none;position:absolute;width:16px;height:16px;inset-inline-start:8px;inset-block-start:8px;-webkit-mask-size:cover;mask-size:cover;background-color:var(--text-secondary-color);pointer-events:none}.loading:is(:is(:is(:is(.dialog.newAltText #newAltTextContainer) #mainContent) #descriptionInstruction) #newAltTextDescriptionContainer) textarea::placeholder{color:transparent}.loading:is(:is(:is(:is(.dialog.newAltText #newAltTextContainer) #mainContent) #descriptionInstruction) #newAltTextDescriptionContainer) .altTextSpinner{display:inline-block;-webkit-mask-image:var(--new-alt-text-spinner-icon);mask-image:var(--new-alt-text-spinner-icon)}:is(:is(:is(.dialog.newAltText #newAltTextContainer) #mainContent) #descriptionInstruction) #newAltTextDescription{font-size:11px}:is(:is(:is(.dialog.newAltText #newAltTextContainer) #mainContent) #descriptionInstruction) #newAltTextDisclaimer{display:flex;flex-direction:row;align-items:flex-start;gap:4px;font-size:11px}:is(:is(:is(:is(.dialog.newAltText #newAltTextContainer) #mainContent) #descriptionInstruction) #newAltTextDisclaimer):before{content:"";display:inline-block;width:17px;height:16px;-webkit-mask-image:var(--new-alt-text-ai-disclaimer-icon);mask-image:var(--new-alt-text-ai-disclaimer-icon);-webkit-mask-size:cover;mask-size:cover;background-color:var(--text-secondary-color);flex:1 0 auto}:is(:is(.dialog.newAltText #newAltTextContainer) #mainContent) #newAltTextDownloadModel{display:flex;align-items:center;gap:4px;align-self:stretch}:is(:is(:is(.dialog.newAltText #newAltTextContainer) #mainContent) #newAltTextDownloadModel):before{content:"";display:inline-block;width:16px;height:16px;-webkit-mask-image:var(--new-alt-text-spinner-icon);mask-image:var(--new-alt-text-spinner-icon);-webkit-mask-size:cover;mask-size:cover;background-color:var(--text-secondary-color)}:is(:is(.dialog.newAltText #newAltTextContainer) #mainContent) #newAltTextImagePreview{width:180px;aspect-ratio:1;display:flex;justify-content:center;align-items:center;flex:0 0 auto;background-color:var(--preview-image-bg-color);border:var(--preview-image-border)}:is(:is(:is(.dialog.newAltText #newAltTextContainer) #mainContent) #newAltTextImagePreview)>canvas{max-width:100%;max-height:100%}.colorPicker{--hover-outline-color:#0250bb;--selected-outline-color:#0060df;--swatch-border-color:#cfcfd8}@media (prefers-color-scheme: dark){.colorPicker{--hover-outline-color:#80ebff;--selected-outline-color:#aaf2ff;--swatch-border-color:#52525e}}@media screen and (forced-colors: active){.colorPicker{--hover-outline-color:Highlight;--selected-outline-color:var(--hover-outline-color);--swatch-border-color:ButtonText}}.colorPicker .swatch{width:16px;height:16px;border:1px solid var(--swatch-border-color);border-radius:100%;outline-offset:2px;box-sizing:border-box;forced-color-adjust:none}.colorPicker button:is(:hover,.selected)>.swatch{border:none}.annotationEditorLayer[data-main-rotation="0"] .highlightEditor:not(.free)>.editToolbar{rotate:0deg}.annotationEditorLayer[data-main-rotation="90"] .highlightEditor:not(.free)>.editToolbar{rotate:270deg}.annotationEditorLayer[data-main-rotation="180"] .highlightEditor:not(.free)>.editToolbar{rotate:180deg}.annotationEditorLayer[data-main-rotation="270"] .highlightEditor:not(.free)>.editToolbar{rotate:90deg}.annotationEditorLayer .highlightEditor{position:absolute;background:transparent;z-index:1;cursor:auto;max-width:100%;max-height:100%;border:none;outline:none;pointer-events:none;transform-origin:0 0}:is(.annotationEditorLayer .highlightEditor):not(.free){transform:none}:is(.annotationEditorLayer .highlightEditor) .internal{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:auto}.disabled:is(.annotationEditorLayer .highlightEditor) .internal{pointer-events:none}.selectedEditor:is(.annotationEditorLayer .highlightEditor) .internal{cursor:pointer}:is(.annotationEditorLayer .highlightEditor) .editToolbar{--editor-toolbar-colorpicker-arrow-image:url(toolbarButton-menuArrow.37a6145debbc3b89.svg);transform-origin:center!important}:is(:is(:is(.annotationEditorLayer .highlightEditor) .editToolbar) .buttons) .colorPicker{position:relative;width:auto;display:flex;justify-content:center;align-items:center;gap:4px;padding:4px}:is(:is(:is(:is(.annotationEditorLayer .highlightEditor) .editToolbar) .buttons) .colorPicker):after{content:"";-webkit-mask-image:var(--editor-toolbar-colorpicker-arrow-image);mask-image:var(--editor-toolbar-colorpicker-arrow-image);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;display:inline-block;background-color:var(--editor-toolbar-fg-color);width:12px;height:12px}:is(:is(:is(:is(.annotationEditorLayer .highlightEditor) .editToolbar) .buttons) .colorPicker):hover:after{background-color:var(--editor-toolbar-hover-fg-color)}:is(:is(:is(:is(.annotationEditorLayer .highlightEditor) .editToolbar) .buttons) .colorPicker):has(.dropdown:not(.hidden)){background-color:var(--editor-toolbar-hover-bg-color)}:is(:is(:is(:is(.annotationEditorLayer .highlightEditor) .editToolbar) .buttons) .colorPicker):has(.dropdown:not(.hidden)):after{scale:-1}:is(:is(:is(:is(.annotationEditorLayer .highlightEditor) .editToolbar) .buttons) .colorPicker) .dropdown{position:absolute;display:flex;justify-content:center;align-items:center;flex-direction:column;gap:11px;padding-block:8px;border-radius:6px;background-color:var(--editor-toolbar-bg-color);border:1px solid var(--editor-toolbar-border-color);box-shadow:var(--editor-toolbar-shadow);inset-block-start:calc(100% + 4px);width:calc(100% + 2 * var(--editor-toolbar-padding))}:is(:is(:is(:is(:is(.annotationEditorLayer .highlightEditor) .editToolbar) .buttons) .colorPicker) .dropdown) button{width:100%;height:auto;border:none;cursor:pointer;display:flex;justify-content:center;align-items:center;background:none}:is(:is(:is(:is(:is(:is(.annotationEditorLayer .highlightEditor) .editToolbar) .buttons) .colorPicker) .dropdown) button):is(:active,:focus-visible){outline:none}:is(:is(:is(:is(:is(:is(.annotationEditorLayer .highlightEditor) .editToolbar) .buttons) .colorPicker) .dropdown) button)>.swatch{outline-offset:2px}[aria-selected=true]:is(:is(:is(:is(:is(:is(.annotationEditorLayer .highlightEditor) .editToolbar) .buttons) .colorPicker) .dropdown) button)>.swatch{outline:2px solid var(--selected-outline-color)}:is(:is(:is(:is(:is(:is(.annotationEditorLayer .highlightEditor) .editToolbar) .buttons) .colorPicker) .dropdown) button):is(:hover,:active,:focus-visible)>.swatch{outline:2px solid var(--hover-outline-color)}.editorParamsToolbar:has(#highlightParamsToolbarContainer){padding:unset}#highlightParamsToolbarContainer{height:auto;padding-inline:10px;padding-block:10px 16px;gap:16px;display:flex;flex-direction:column;box-sizing:border-box}#highlightParamsToolbarContainer .editorParamsLabel{width:-moz-fit-content;width:fit-content;inset-inline-start:0}#highlightParamsToolbarContainer .colorPicker{display:flex;flex-direction:column;gap:8px}:is(#highlightParamsToolbarContainer .colorPicker) .dropdown{display:flex;justify-content:space-between;align-items:center;flex-direction:row;height:auto}:is(:is(#highlightParamsToolbarContainer .colorPicker) .dropdown) button{width:auto;height:auto;border:none;cursor:pointer;display:flex;justify-content:center;align-items:center;background:none;flex:0 0 auto}:is(:is(:is(#highlightParamsToolbarContainer .colorPicker) .dropdown) button) .swatch{width:24px;height:24px}:is(:is(:is(#highlightParamsToolbarContainer .colorPicker) .dropdown) button):is(:active,:focus-visible){outline:none}[aria-selected=true]:is(:is(:is(#highlightParamsToolbarContainer .colorPicker) .dropdown) button)>.swatch{outline:2px solid var(--selected-outline-color)}:is(:is(:is(#highlightParamsToolbarContainer .colorPicker) .dropdown) button):is(:hover,:active,:focus-visible)>.swatch{outline:2px solid var(--hover-outline-color)}#highlightParamsToolbarContainer #editorHighlightThickness{display:flex;flex-direction:column;align-items:center;gap:4px;align-self:stretch}:is(#highlightParamsToolbarContainer #editorHighlightThickness) .editorParamsLabel{width:100%;height:auto;align-self:stretch}:is(#highlightParamsToolbarContainer #editorHighlightThickness) .thicknessPicker{display:flex;justify-content:space-between;align-items:center;align-self:stretch;--example-color:#bfbfc9}@media (prefers-color-scheme: dark){:is(#highlightParamsToolbarContainer #editorHighlightThickness) .thicknessPicker{--example-color:#80808e}}@media screen and (forced-colors: active){:is(#highlightParamsToolbarContainer #editorHighlightThickness) .thicknessPicker{--example-color:CanvasText}}:is(:is(:is(#highlightParamsToolbarContainer #editorHighlightThickness) .thicknessPicker)>.editorParamsSlider[disabled]){opacity:.4}:is(:is(#highlightParamsToolbarContainer #editorHighlightThickness) .thicknessPicker):before,:is(:is(#highlightParamsToolbarContainer #editorHighlightThickness) .thicknessPicker):after{content:"";width:8px;aspect-ratio:1;display:block;border-radius:100%;background-color:var(--example-color)}:is(:is(#highlightParamsToolbarContainer #editorHighlightThickness) .thicknessPicker):after{width:24px}:is(:is(#highlightParamsToolbarContainer #editorHighlightThickness) .thicknessPicker) .editorParamsSlider{width:unset;height:14px}#highlightParamsToolbarContainer #editorHighlightVisibility{display:flex;flex-direction:column;align-items:flex-start;gap:8px;align-self:stretch}:is(#highlightParamsToolbarContainer #editorHighlightVisibility) .divider{--divider-color:#d7d7db}@media (prefers-color-scheme: dark){:is(#highlightParamsToolbarContainer #editorHighlightVisibility) .divider{--divider-color:#8f8f9d}}@media screen and (forced-colors: active){:is(#highlightParamsToolbarContainer #editorHighlightVisibility) .divider{--divider-color:CanvasText}}:is(#highlightParamsToolbarContainer #editorHighlightVisibility) .divider{margin-block:4px;width:100%;height:1px;background-color:var(--divider-color)}:is(#highlightParamsToolbarContainer #editorHighlightVisibility) .toggler{display:flex;justify-content:space-between;align-items:center;align-self:stretch}#altTextSettingsDialog{padding:16px}#altTextSettingsDialog #altTextSettingsContainer{display:flex;width:573px;flex-direction:column;gap:16px}:is(#altTextSettingsDialog #altTextSettingsContainer) .mainContainer{gap:16px}:is(#altTextSettingsDialog #altTextSettingsContainer) .description{color:var(--text-secondary-color)}:is(#altTextSettingsDialog #altTextSettingsContainer) #aiModelSettings{display:flex;flex-direction:column;gap:12px}:is(:is(#altTextSettingsDialog #altTextSettingsContainer) #aiModelSettings) button{width:-moz-fit-content;width:fit-content}.download:is(:is(#altTextSettingsDialog #altTextSettingsContainer) #aiModelSettings) #deleteModelButton{display:none}:is(:is(#altTextSettingsDialog #altTextSettingsContainer) #aiModelSettings):not(.download) #downloadModelButton{display:none}:is(#altTextSettingsDialog #altTextSettingsContainer) #automaticAltText,:is(#altTextSettingsDialog #altTextSettingsContainer) #altTextEditor{display:flex;flex-direction:column;gap:8px}:is(#altTextSettingsDialog #altTextSettingsContainer) #createModelDescription,:is(#altTextSettingsDialog #altTextSettingsContainer) #aiModelSettings,:is(#altTextSettingsDialog #altTextSettingsContainer) #showAltTextDialogDescription{padding-inline-start:40px}:is(#altTextSettingsDialog #altTextSettingsContainer) #automaticSettings{display:flex;flex-direction:column;gap:16px}:root{--viewer-container-height:0;--pdfViewer-padding-bottom:0;--page-margin:1px auto -8px;--page-border:9px solid transparent;--spreadHorizontalWrapped-margin-LR:-3.5px;--loading-icon-delay:.4s}@media screen and (forced-colors: active){:root{--pdfViewer-padding-bottom:9px;--page-margin:8px auto -1px;--page-border:1px solid CanvasText;--spreadHorizontalWrapped-margin-LR:3.5px}}[data-main-rotation="90"]{transform:rotate(90deg) translateY(-100%)}[data-main-rotation="180"]{transform:rotate(180deg) translate(-100%,-100%)}[data-main-rotation="270"]{transform:rotate(270deg) translate(-100%)}#hiddenCopyElement,.hiddenCanvasElement{position:absolute;top:0;left:0;width:0;height:0;display:none}.pdfViewer{--scale-factor:1;padding-bottom:var(--pdfViewer-padding-bottom);--hcm-highlight-filter:none;--hcm-highlight-selected-filter:none}@media screen and (forced-colors: active){.pdfViewer{--hcm-highlight-filter:invert(100%)}}.pdfViewer.copyAll{cursor:wait}.pdfViewer .canvasWrapper{overflow:hidden;width:100%;height:100%}:is(.pdfViewer .canvasWrapper) canvas{margin:0;display:block}[hidden]:is(:is(.pdfViewer .canvasWrapper) canvas){display:none}[zooming]:is(:is(.pdfViewer .canvasWrapper) canvas){width:100%;height:100%}:is(:is(.pdfViewer .canvasWrapper) canvas) .structTree{contain:strict}.pdfViewer .page{direction:ltr;width:816px;height:1056px;margin:var(--page-margin);position:relative;overflow:visible;border:var(--page-border);background-clip:content-box;background-color:#fff}.pdfViewer .dummyPage{position:relative;width:0;height:var(--viewer-container-height)}.pdfViewer.noUserSelect{-webkit-user-select:none;user-select:none}.pdfViewer.removePageBorders .page{margin:0 auto 10px;border:none}.pdfViewer.singlePageView{display:inline-block}.pdfViewer.singlePageView .page{margin:0;border:none}.pdfViewer:is(.scrollHorizontal,.scrollWrapped),.spread{margin-inline:3.5px;text-align:center}.pdfViewer.scrollHorizontal,.spread{white-space:nowrap}.pdfViewer.removePageBorders,.pdfViewer:is(.scrollHorizontal,.scrollWrapped) .spread{margin-inline:0}.spread :is(.page,.dummyPage),.pdfViewer:is(.scrollHorizontal,.scrollWrapped) :is(.page,.spread){display:inline-block;vertical-align:middle}.spread .page,.pdfViewer:is(.scrollHorizontal,.scrollWrapped) .page{margin-inline:var(--spreadHorizontalWrapped-margin-LR)}.pdfViewer.removePageBorders .spread .page,.pdfViewer.removePageBorders:is(.scrollHorizontal,.scrollWrapped) .page{margin-inline:5px}.pdfViewer .page.loadingIcon:after{position:absolute;top:0;left:0;content:"";width:100%;height:100%;background:url(loading-icon.042fa80689a7f6d0.gif) center no-repeat;display:none;transition-property:display;transition-delay:var(--loading-icon-delay);z-index:5;contain:strict}.pdfViewer .page.loading:after{display:block}.pdfViewer .page:not(.loading):after{transition-property:none;display:none}.pdfPresentationMode .pdfViewer{padding-bottom:0}.pdfPresentationMode .spread{margin:0}.pdfPresentationMode .pdfViewer .page{margin:0 auto;border:2px solid transparent}.mat-ripple{overflow:hidden;position:relative}.mat-ripple:not(:empty){transform:translateZ(0)}.mat-ripple.mat-ripple-unbounded{overflow:visible}.mat-ripple-element{position:absolute;border-radius:50%;pointer-events:none;transition:opacity,transform 0ms cubic-bezier(0,0,.2,1);transform:scale3d(0,0,0);background-color:var(--mat-ripple-color, rgba(0, 0, 0, .1))}.cdk-high-contrast-active .mat-ripple-element{display:none}.cdk-visually-hidden{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;white-space:nowrap;outline:0;-webkit-appearance:none;-moz-appearance:none;left:0}[dir=rtl] .cdk-visually-hidden{left:auto;right:0}.cdk-overlay-container,.cdk-global-overlay-wrapper{pointer-events:none;top:0;left:0;height:100%;width:100%}.cdk-overlay-container{position:fixed;z-index:1000}.cdk-overlay-container:empty{display:none}.cdk-global-overlay-wrapper{display:flex;position:absolute;z-index:1000}.cdk-overlay-pane{position:absolute;pointer-events:auto;box-sizing:border-box;z-index:1000;display:flex;max-width:100%;max-height:100%}.cdk-overlay-backdrop{position:absolute;inset:0;z-index:1000;pointer-events:auto;-webkit-tap-highlight-color:transparent;transition:opacity .4s cubic-bezier(.25,.8,.25,1);opacity:0}.cdk-overlay-backdrop.cdk-overlay-backdrop-showing{opacity:1}.cdk-high-contrast-active .cdk-overlay-backdrop.cdk-overlay-backdrop-showing{opacity:.6}.cdk-overlay-dark-backdrop{background:#00000052}.cdk-overlay-transparent-backdrop{transition:visibility 1ms linear,opacity 1ms linear;visibility:hidden;opacity:1}.cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing{opacity:0;visibility:visible}.cdk-overlay-backdrop-noop-animation{transition:none}.cdk-overlay-connected-position-bounding-box{position:absolute;z-index:1000;display:flex;flex-direction:column;min-width:1px;min-height:1px}.cdk-global-scrollblock{position:fixed;width:100%;overflow-y:scroll}textarea.cdk-textarea-autosize{resize:none}textarea.cdk-textarea-autosize-measuring{padding:2px 0!important;box-sizing:content-box!important;height:auto!important;overflow:hidden!important}textarea.cdk-textarea-autosize-measuring-firefox{padding:2px 0!important;box-sizing:content-box!important;height:0!important}@keyframes cdk-text-field-autofill-start{}@keyframes cdk-text-field-autofill-end{}.cdk-text-field-autofill-monitored:-webkit-autofill{animation:cdk-text-field-autofill-start 0s 1ms}.cdk-text-field-autofill-monitored:not(:-webkit-autofill){animation:cdk-text-field-autofill-end 0s 1ms}.mat-focus-indicator{position:relative}.mat-focus-indicator:before{inset:0;position:absolute;box-sizing:border-box;pointer-events:none;display:var(--mat-focus-indicator-display, none);border:var(--mat-focus-indicator-border-width, 3px) var(--mat-focus-indicator-border-style, solid) var(--mat-focus-indicator-border-color, transparent);border-radius:var(--mat-focus-indicator-border-radius, 4px)}.mat-focus-indicator:focus:before{content:""}.cdk-high-contrast-active{--mat-focus-indicator-display: block}.mat-mdc-focus-indicator{position:relative}.mat-mdc-focus-indicator:before{inset:0;position:absolute;box-sizing:border-box;pointer-events:none;display:var(--mat-mdc-focus-indicator-display, none);border:var(--mat-mdc-focus-indicator-border-width, 3px) var(--mat-mdc-focus-indicator-border-style, solid) var(--mat-mdc-focus-indicator-border-color, transparent);border-radius:var(--mat-mdc-focus-indicator-border-radius, 4px)}.mat-mdc-focus-indicator:focus:before{content:""}.cdk-high-contrast-active{--mat-mdc-focus-indicator-display: block}.mat-app-background{background-color:var(--mat-app-background-color, transparent);color:var(--mat-app-text-color, inherit)}:root{--background-primary-theme: #FFFFFF;--background-secondary-theme: #fafafa;--color-text-primary: #505256;--border-color: rgba(0, 0, 0, .12);--background-btn-icon-expanded: #FFFFFF;--border-btn-icon-expanded: #f0f0f0;--btn-icon-color-expanded: #000000;--color-btn-primary: #FFFFFF;--text-color-btn-primary: #FFFFFF;--background-color-btn-primary: #F23136;--border-color-btn-primary: #F23136;--text-color-btn-secondary: #F23136;--background-color-btn-secondary: #FFFFFF;--border-color-btn-secondary: #F23136;--text-color-btn-disabled-primary: #00000042;--text-color-btn-tertiary: #FFFFFF;--background-color-btn-tertiary: #FFFFFF;--border-color-btn-tertiary: #F23136;--text-color-btn-disabled-tertiary: #00000042}body.dark-theme{--background-primary-theme: #484848;--background-secondary-theme: #282828;--color-text-primary: #FFFFFF;--border-color: #636060;--background-btn-icon-expanded: #989898;--border-btn-icon-expanded: #847A7A;--btn-icon-color-expanded: #000000}[data-theme=dark]{--color-btn-primary: green}html{--mat-ripple-color: rgba(0, 0, 0, .1)}html{--mat-option-selected-state-label-text-color: #3f51b5;--mat-option-label-text-color: rgba(0, 0, 0, .87);--mat-option-hover-state-layer-color: rgba(0, 0, 0, .04);--mat-option-focus-state-layer-color: rgba(0, 0, 0, .04);--mat-option-selected-state-layer-color: rgba(0, 0, 0, .04)}.mat-accent{--mat-option-selected-state-label-text-color: #ff4081;--mat-option-label-text-color: rgba(0, 0, 0, .87);--mat-option-hover-state-layer-color: rgba(0, 0, 0, .04);--mat-option-focus-state-layer-color: rgba(0, 0, 0, .04);--mat-option-selected-state-layer-color: rgba(0, 0, 0, .04)}.mat-warn{--mat-option-selected-state-label-text-color: #f44336;--mat-option-label-text-color: rgba(0, 0, 0, .87);--mat-option-hover-state-layer-color: rgba(0, 0, 0, .04);--mat-option-focus-state-layer-color: rgba(0, 0, 0, .04);--mat-option-selected-state-layer-color: rgba(0, 0, 0, .04)}html{--mat-optgroup-label-text-color: rgba(0, 0, 0, .87)}.mat-primary{--mat-full-pseudo-checkbox-selected-icon-color: #3f51b5;--mat-full-pseudo-checkbox-selected-checkmark-color: #fafafa;--mat-full-pseudo-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #fafafa;--mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;--mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;--mat-minimal-pseudo-checkbox-selected-checkmark-color: #3f51b5;--mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0}html,.mat-accent{--mat-full-pseudo-checkbox-selected-icon-color: #ff4081;--mat-full-pseudo-checkbox-selected-checkmark-color: #fafafa;--mat-full-pseudo-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #fafafa;--mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;--mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;--mat-minimal-pseudo-checkbox-selected-checkmark-color: #ff4081;--mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0}.mat-warn{--mat-full-pseudo-checkbox-selected-icon-color: #f44336;--mat-full-pseudo-checkbox-selected-checkmark-color: #fafafa;--mat-full-pseudo-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #fafafa;--mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;--mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;--mat-minimal-pseudo-checkbox-selected-checkmark-color: #f44336;--mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0}html{--mat-app-background-color: #fafafa;--mat-app-text-color: rgba(0, 0, 0, .87)}.mat-elevation-z0,.mat-mdc-elevation-specific.mat-elevation-z0{box-shadow:0 0 #0003,0 0 #00000024,0 0 #0000001f}.mat-elevation-z1,.mat-mdc-elevation-specific.mat-elevation-z1{box-shadow:0 2px 1px -1px #0003,0 1px 1px #00000024,0 1px 3px #0000001f}.mat-elevation-z2,.mat-mdc-elevation-specific.mat-elevation-z2{box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f}.mat-elevation-z3,.mat-mdc-elevation-specific.mat-elevation-z3{box-shadow:0 3px 3px -2px #0003,0 3px 4px #00000024,0 1px 8px #0000001f}.mat-elevation-z4,.mat-mdc-elevation-specific.mat-elevation-z4{box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f}.mat-elevation-z5,.mat-mdc-elevation-specific.mat-elevation-z5{box-shadow:0 3px 5px -1px #0003,0 5px 8px #00000024,0 1px 14px #0000001f}.mat-elevation-z6,.mat-mdc-elevation-specific.mat-elevation-z6{box-shadow:0 3px 5px -1px #0003,0 6px 10px #00000024,0 1px 18px #0000001f}.mat-elevation-z7,.mat-mdc-elevation-specific.mat-elevation-z7{box-shadow:0 4px 5px -2px #0003,0 7px 10px 1px #00000024,0 2px 16px 1px #0000001f}.mat-elevation-z8,.mat-mdc-elevation-specific.mat-elevation-z8{box-shadow:0 5px 5px -3px #0003,0 8px 10px 1px #00000024,0 3px 14px 2px #0000001f}.mat-elevation-z9,.mat-mdc-elevation-specific.mat-elevation-z9{box-shadow:0 5px 6px -3px #0003,0 9px 12px 1px #00000024,0 3px 16px 2px #0000001f}.mat-elevation-z10,.mat-mdc-elevation-specific.mat-elevation-z10{box-shadow:0 6px 6px -3px #0003,0 10px 14px 1px #00000024,0 4px 18px 3px #0000001f}.mat-elevation-z11,.mat-mdc-elevation-specific.mat-elevation-z11{box-shadow:0 6px 7px -4px #0003,0 11px 15px 1px #00000024,0 4px 20px 3px #0000001f}.mat-elevation-z12,.mat-mdc-elevation-specific.mat-elevation-z12{box-shadow:0 7px 8px -4px #0003,0 12px 17px 2px #00000024,0 5px 22px 4px #0000001f}.mat-elevation-z13,.mat-mdc-elevation-specific.mat-elevation-z13{box-shadow:0 7px 8px -4px #0003,0 13px 19px 2px #00000024,0 5px 24px 4px #0000001f}.mat-elevation-z14,.mat-mdc-elevation-specific.mat-elevation-z14{box-shadow:0 7px 9px -4px #0003,0 14px 21px 2px #00000024,0 5px 26px 4px #0000001f}.mat-elevation-z15,.mat-mdc-elevation-specific.mat-elevation-z15{box-shadow:0 8px 9px -5px #0003,0 15px 22px 2px #00000024,0 6px 28px 5px #0000001f}.mat-elevation-z16,.mat-mdc-elevation-specific.mat-elevation-z16{box-shadow:0 8px 10px -5px #0003,0 16px 24px 2px #00000024,0 6px 30px 5px #0000001f}.mat-elevation-z17,.mat-mdc-elevation-specific.mat-elevation-z17{box-shadow:0 8px 11px -5px #0003,0 17px 26px 2px #00000024,0 6px 32px 5px #0000001f}.mat-elevation-z18,.mat-mdc-elevation-specific.mat-elevation-z18{box-shadow:0 9px 11px -5px #0003,0 18px 28px 2px #00000024,0 7px 34px 6px #0000001f}.mat-elevation-z19,.mat-mdc-elevation-specific.mat-elevation-z19{box-shadow:0 9px 12px -6px #0003,0 19px 29px 2px #00000024,0 7px 36px 6px #0000001f}.mat-elevation-z20,.mat-mdc-elevation-specific.mat-elevation-z20{box-shadow:0 10px 13px -6px #0003,0 20px 31px 3px #00000024,0 8px 38px 7px #0000001f}.mat-elevation-z21,.mat-mdc-elevation-specific.mat-elevation-z21{box-shadow:0 10px 13px -6px #0003,0 21px 33px 3px #00000024,0 8px 40px 7px #0000001f}.mat-elevation-z22,.mat-mdc-elevation-specific.mat-elevation-z22{box-shadow:0 10px 14px -6px #0003,0 22px 35px 3px #00000024,0 8px 42px 7px #0000001f}.mat-elevation-z23,.mat-mdc-elevation-specific.mat-elevation-z23{box-shadow:0 11px 14px -7px #0003,0 23px 36px 3px #00000024,0 9px 44px 8px #0000001f}.mat-elevation-z24,.mat-mdc-elevation-specific.mat-elevation-z24{box-shadow:0 11px 15px -7px #0003,0 24px 38px 3px #00000024,0 9px 46px 8px #0000001f}.mat-theme-loaded-marker{display:none}html{--mdc-elevated-card-container-shape: 4px;--mdc-outlined-card-container-shape: 4px;--mdc-outlined-card-outline-width: 1px}html{--mdc-elevated-card-container-color: white;--mdc-elevated-card-container-elevation: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);--mdc-outlined-card-container-color: white;--mdc-outlined-card-outline-color: rgba(0, 0, 0, .12);--mdc-outlined-card-container-elevation: 0px 0px 0px 0px rgba(0, 0, 0, .2), 0px 0px 0px 0px rgba(0, 0, 0, .14), 0px 0px 0px 0px rgba(0, 0, 0, .12);--mat-card-subtitle-text-color: rgba(0, 0, 0, .54)}html{--mdc-linear-progress-active-indicator-height: 4px;--mdc-linear-progress-track-height: 4px;--mdc-linear-progress-track-shape: 0}.mat-mdc-progress-bar{--mdc-linear-progress-active-indicator-color: #3f51b5;--mdc-linear-progress-track-color: rgba(63, 81, 181, .25)}.mat-mdc-progress-bar.mat-accent{--mdc-linear-progress-active-indicator-color: #ff4081;--mdc-linear-progress-track-color: rgba(255, 64, 129, .25)}.mat-mdc-progress-bar.mat-warn{--mdc-linear-progress-active-indicator-color: #f44336;--mdc-linear-progress-track-color: rgba(244, 67, 54, .25)}html{--mdc-plain-tooltip-container-shape: 4px;--mdc-plain-tooltip-supporting-text-line-height: 16px}html{--mdc-plain-tooltip-container-color: #616161;--mdc-plain-tooltip-supporting-text-color: #fff}html{--mdc-filled-text-field-active-indicator-height: 1px;--mdc-filled-text-field-focus-active-indicator-height: 2px;--mdc-filled-text-field-container-shape: 4px;--mdc-outlined-text-field-outline-width: 1px;--mdc-outlined-text-field-focus-outline-width: 2px;--mdc-outlined-text-field-container-shape: 4px}html{--mdc-filled-text-field-caret-color: #3f51b5;--mdc-filled-text-field-focus-active-indicator-color: #3f51b5;--mdc-filled-text-field-focus-label-text-color: rgba(63, 81, 181, .87);--mdc-filled-text-field-container-color: whitesmoke;--mdc-filled-text-field-disabled-container-color: #fafafa;--mdc-filled-text-field-label-text-color: rgba(0, 0, 0, .6);--mdc-filled-text-field-hover-label-text-color: rgba(0, 0, 0, .6);--mdc-filled-text-field-disabled-label-text-color: rgba(0, 0, 0, .38);--mdc-filled-text-field-input-text-color: rgba(0, 0, 0, .87);--mdc-filled-text-field-disabled-input-text-color: rgba(0, 0, 0, .38);--mdc-filled-text-field-input-text-placeholder-color: rgba(0, 0, 0, .6);--mdc-filled-text-field-error-hover-label-text-color: #f44336;--mdc-filled-text-field-error-focus-label-text-color: #f44336;--mdc-filled-text-field-error-label-text-color: #f44336;--mdc-filled-text-field-error-caret-color: #f44336;--mdc-filled-text-field-active-indicator-color: rgba(0, 0, 0, .42);--mdc-filled-text-field-disabled-active-indicator-color: rgba(0, 0, 0, .06);--mdc-filled-text-field-hover-active-indicator-color: rgba(0, 0, 0, .87);--mdc-filled-text-field-error-active-indicator-color: #f44336;--mdc-filled-text-field-error-focus-active-indicator-color: #f44336;--mdc-filled-text-field-error-hover-active-indicator-color: #f44336;--mdc-outlined-text-field-caret-color: #3f51b5;--mdc-outlined-text-field-focus-outline-color: #3f51b5;--mdc-outlined-text-field-focus-label-text-color: rgba(63, 81, 181, .87);--mdc-outlined-text-field-label-text-color: rgba(0, 0, 0, .6);--mdc-outlined-text-field-hover-label-text-color: rgba(0, 0, 0, .6);--mdc-outlined-text-field-disabled-label-text-color: rgba(0, 0, 0, .38);--mdc-outlined-text-field-input-text-color: rgba(0, 0, 0, .87);--mdc-outlined-text-field-disabled-input-text-color: rgba(0, 0, 0, .38);--mdc-outlined-text-field-input-text-placeholder-color: rgba(0, 0, 0, .6);--mdc-outlined-text-field-error-caret-color: #f44336;--mdc-outlined-text-field-error-focus-label-text-color: #f44336;--mdc-outlined-text-field-error-label-text-color: #f44336;--mdc-outlined-text-field-error-hover-label-text-color: #f44336;--mdc-outlined-text-field-outline-color: rgba(0, 0, 0, .38);--mdc-outlined-text-field-disabled-outline-color: rgba(0, 0, 0, .06);--mdc-outlined-text-field-hover-outline-color: rgba(0, 0, 0, .87);--mdc-outlined-text-field-error-focus-outline-color: #f44336;--mdc-outlined-text-field-error-hover-outline-color: #f44336;--mdc-outlined-text-field-error-outline-color: #f44336;--mat-form-field-focus-select-arrow-color: rgba(63, 81, 181, .87);--mat-form-field-disabled-input-text-placeholder-color: rgba(0, 0, 0, .38);--mat-form-field-state-layer-color: rgba(0, 0, 0, .87);--mat-form-field-error-text-color: #f44336;--mat-form-field-select-option-text-color: inherit;--mat-form-field-select-disabled-option-text-color: GrayText;--mat-form-field-leading-icon-color: unset;--mat-form-field-disabled-leading-icon-color: unset;--mat-form-field-trailing-icon-color: unset;--mat-form-field-disabled-trailing-icon-color: unset;--mat-form-field-error-focus-trailing-icon-color: unset;--mat-form-field-error-hover-trailing-icon-color: unset;--mat-form-field-error-trailing-icon-color: unset;--mat-form-field-enabled-select-arrow-color: rgba(0, 0, 0, .54);--mat-form-field-disabled-select-arrow-color: rgba(0, 0, 0, .38);--mat-form-field-hover-state-layer-opacity: .04;--mat-form-field-focus-state-layer-opacity: .08}.mat-mdc-form-field.mat-accent{--mdc-filled-text-field-caret-color: #ff4081;--mdc-filled-text-field-focus-active-indicator-color: #ff4081;--mdc-filled-text-field-focus-label-text-color: rgba(255, 64, 129, .87);--mdc-outlined-text-field-caret-color: #ff4081;--mdc-outlined-text-field-focus-outline-color: #ff4081;--mdc-outlined-text-field-focus-label-text-color: rgba(255, 64, 129, .87);--mat-form-field-focus-select-arrow-color: rgba(255, 64, 129, .87)}.mat-mdc-form-field.mat-warn{--mdc-filled-text-field-caret-color: #f44336;--mdc-filled-text-field-focus-active-indicator-color: #f44336;--mdc-filled-text-field-focus-label-text-color: rgba(244, 67, 54, .87);--mdc-outlined-text-field-caret-color: #f44336;--mdc-outlined-text-field-focus-outline-color: #f44336;--mdc-outlined-text-field-focus-label-text-color: rgba(244, 67, 54, .87);--mat-form-field-focus-select-arrow-color: rgba(244, 67, 54, .87)}html{--mat-form-field-container-height: 56px;--mat-form-field-filled-label-display: block;--mat-form-field-container-vertical-padding: 16px;--mat-form-field-filled-with-label-container-padding-top: 24px;--mat-form-field-filled-with-label-container-padding-bottom: 8px}html{--mat-select-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12)}html{--mat-select-panel-background-color: white;--mat-select-enabled-trigger-text-color: rgba(0, 0, 0, .87);--mat-select-disabled-trigger-text-color: rgba(0, 0, 0, .38);--mat-select-placeholder-text-color: rgba(0, 0, 0, .6);--mat-select-enabled-arrow-color: rgba(0, 0, 0, .54);--mat-select-disabled-arrow-color: rgba(0, 0, 0, .38);--mat-select-focused-arrow-color: rgba(63, 81, 181, .87);--mat-select-invalid-arrow-color: rgba(244, 67, 54, .87)}html .mat-mdc-form-field.mat-accent{--mat-select-panel-background-color: white;--mat-select-enabled-trigger-text-color: rgba(0, 0, 0, .87);--mat-select-disabled-trigger-text-color: rgba(0, 0, 0, .38);--mat-select-placeholder-text-color: rgba(0, 0, 0, .6);--mat-select-enabled-arrow-color: rgba(0, 0, 0, .54);--mat-select-disabled-arrow-color: rgba(0, 0, 0, .38);--mat-select-focused-arrow-color: rgba(255, 64, 129, .87);--mat-select-invalid-arrow-color: rgba(244, 67, 54, .87)}html .mat-mdc-form-field.mat-warn{--mat-select-panel-background-color: white;--mat-select-enabled-trigger-text-color: rgba(0, 0, 0, .87);--mat-select-disabled-trigger-text-color: rgba(0, 0, 0, .38);--mat-select-placeholder-text-color: rgba(0, 0, 0, .6);--mat-select-enabled-arrow-color: rgba(0, 0, 0, .54);--mat-select-disabled-arrow-color: rgba(0, 0, 0, .38);--mat-select-focused-arrow-color: rgba(244, 67, 54, .87);--mat-select-invalid-arrow-color: rgba(244, 67, 54, .87)}html{--mat-select-arrow-transform: translateY(-8px)}html{--mat-autocomplete-container-shape: 4px;--mat-autocomplete-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12)}html{--mat-autocomplete-background-color: white}html{--mdc-dialog-container-elevation-shadow: 0px 11px 15px -7px rgba(0, 0, 0, .2), 0px 24px 38px 3px rgba(0, 0, 0, .14), 0px 9px 46px 8px rgba(0, 0, 0, .12);--mdc-dialog-container-shadow-color: #000;--mdc-dialog-container-shape: 4px;--mat-dialog-container-max-width: 80vw;--mat-dialog-container-small-max-width: 80vw;--mat-dialog-container-min-width: 0;--mat-dialog-actions-alignment: start;--mat-dialog-actions-padding: 8px;--mat-dialog-content-padding: 20px 24px;--mat-dialog-with-actions-content-padding: 20px 24px;--mat-dialog-headline-padding: 0 24px 9px}html{--mdc-dialog-container-color: white;--mdc-dialog-subhead-color: rgba(0, 0, 0, .87);--mdc-dialog-supporting-text-color: rgba(0, 0, 0, .6)}.mat-mdc-standard-chip{--mdc-chip-container-shape-family: rounded;--mdc-chip-container-shape-radius: 16px 16px 16px 16px;--mdc-chip-with-avatar-avatar-shape-family: rounded;--mdc-chip-with-avatar-avatar-shape-radius: 14px 14px 14px 14px;--mdc-chip-with-avatar-avatar-size: 28px;--mdc-chip-with-icon-icon-size: 18px;--mdc-chip-outline-width: 0;--mdc-chip-outline-color: transparent;--mdc-chip-disabled-outline-color: transparent;--mdc-chip-focus-outline-color: transparent;--mdc-chip-hover-state-layer-opacity: .04;--mdc-chip-with-avatar-disabled-avatar-opacity: 1;--mdc-chip-flat-selected-outline-width: 0;--mdc-chip-selected-hover-state-layer-opacity: .04;--mdc-chip-with-trailing-icon-disabled-trailing-icon-opacity: 1;--mdc-chip-with-icon-disabled-icon-opacity: 1;--mat-chip-disabled-container-opacity: .4;--mat-chip-trailing-action-opacity: .54;--mat-chip-trailing-action-focus-opacity: 1;--mat-chip-trailing-action-state-layer-color: transparent;--mat-chip-selected-trailing-action-state-layer-color: transparent;--mat-chip-trailing-action-hover-state-layer-opacity: 0;--mat-chip-trailing-action-focus-state-layer-opacity: 0}.mat-mdc-standard-chip{--mdc-chip-disabled-label-text-color: #212121;--mdc-chip-elevated-container-color: #e0e0e0;--mdc-chip-elevated-selected-container-color: #e0e0e0;--mdc-chip-elevated-disabled-container-color: #e0e0e0;--mdc-chip-flat-disabled-selected-container-color: #e0e0e0;--mdc-chip-focus-state-layer-color: black;--mdc-chip-hover-state-layer-color: black;--mdc-chip-selected-hover-state-layer-color: black;--mdc-chip-focus-state-layer-opacity: .12;--mdc-chip-selected-focus-state-layer-color: black;--mdc-chip-selected-focus-state-layer-opacity: .12;--mdc-chip-label-text-color: #212121;--mdc-chip-selected-label-text-color: #212121;--mdc-chip-with-icon-icon-color: #212121;--mdc-chip-with-icon-disabled-icon-color: #212121;--mdc-chip-with-icon-selected-icon-color: #212121;--mdc-chip-with-trailing-icon-disabled-trailing-icon-color: #212121;--mdc-chip-with-trailing-icon-trailing-icon-color: #212121;--mat-chip-selected-disabled-trailing-icon-color: #212121;--mat-chip-selected-trailing-icon-color: #212121}.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary{--mdc-chip-disabled-label-text-color: white;--mdc-chip-elevated-container-color: #3f51b5;--mdc-chip-elevated-selected-container-color: #3f51b5;--mdc-chip-elevated-disabled-container-color: #3f51b5;--mdc-chip-flat-disabled-selected-container-color: #3f51b5;--mdc-chip-focus-state-layer-color: black;--mdc-chip-hover-state-layer-color: black;--mdc-chip-selected-hover-state-layer-color: black;--mdc-chip-focus-state-layer-opacity: .12;--mdc-chip-selected-focus-state-layer-color: black;--mdc-chip-selected-focus-state-layer-opacity: .12;--mdc-chip-label-text-color: white;--mdc-chip-selected-label-text-color: white;--mdc-chip-with-icon-icon-color: white;--mdc-chip-with-icon-disabled-icon-color: white;--mdc-chip-with-icon-selected-icon-color: white;--mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;--mdc-chip-with-trailing-icon-trailing-icon-color: white;--mat-chip-selected-disabled-trailing-icon-color: white;--mat-chip-selected-trailing-icon-color: white}.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent{--mdc-chip-disabled-label-text-color: white;--mdc-chip-elevated-container-color: #ff4081;--mdc-chip-elevated-selected-container-color: #ff4081;--mdc-chip-elevated-disabled-container-color: #ff4081;--mdc-chip-flat-disabled-selected-container-color: #ff4081;--mdc-chip-focus-state-layer-color: black;--mdc-chip-hover-state-layer-color: black;--mdc-chip-selected-hover-state-layer-color: black;--mdc-chip-focus-state-layer-opacity: .12;--mdc-chip-selected-focus-state-layer-color: black;--mdc-chip-selected-focus-state-layer-opacity: .12;--mdc-chip-label-text-color: white;--mdc-chip-selected-label-text-color: white;--mdc-chip-with-icon-icon-color: white;--mdc-chip-with-icon-disabled-icon-color: white;--mdc-chip-with-icon-selected-icon-color: white;--mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;--mdc-chip-with-trailing-icon-trailing-icon-color: white;--mat-chip-selected-disabled-trailing-icon-color: white;--mat-chip-selected-trailing-icon-color: white}.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn{--mdc-chip-disabled-label-text-color: white;--mdc-chip-elevated-container-color: #f44336;--mdc-chip-elevated-selected-container-color: #f44336;--mdc-chip-elevated-disabled-container-color: #f44336;--mdc-chip-flat-disabled-selected-container-color: #f44336;--mdc-chip-focus-state-layer-color: black;--mdc-chip-hover-state-layer-color: black;--mdc-chip-selected-hover-state-layer-color: black;--mdc-chip-focus-state-layer-opacity: .12;--mdc-chip-selected-focus-state-layer-color: black;--mdc-chip-selected-focus-state-layer-opacity: .12;--mdc-chip-label-text-color: white;--mdc-chip-selected-label-text-color: white;--mdc-chip-with-icon-icon-color: white;--mdc-chip-with-icon-disabled-icon-color: white;--mdc-chip-with-icon-selected-icon-color: white;--mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;--mdc-chip-with-trailing-icon-trailing-icon-color: white;--mat-chip-selected-disabled-trailing-icon-color: white;--mat-chip-selected-trailing-icon-color: white}.mat-mdc-chip.mat-mdc-standard-chip{--mdc-chip-container-height: 32px}html{--mdc-switch-disabled-selected-icon-opacity: .38;--mdc-switch-disabled-track-opacity: .12;--mdc-switch-disabled-unselected-icon-opacity: .38;--mdc-switch-handle-height: 20px;--mdc-switch-handle-shape: 10px;--mdc-switch-handle-width: 20px;--mdc-switch-selected-icon-size: 18px;--mdc-switch-track-height: 14px;--mdc-switch-track-shape: 7px;--mdc-switch-track-width: 36px;--mdc-switch-unselected-icon-size: 18px;--mdc-switch-selected-focus-state-layer-opacity: .12;--mdc-switch-selected-hover-state-layer-opacity: .04;--mdc-switch-selected-pressed-state-layer-opacity: .1;--mdc-switch-unselected-focus-state-layer-opacity: .12;--mdc-switch-unselected-hover-state-layer-opacity: .04;--mdc-switch-unselected-pressed-state-layer-opacity: .1;--mat-switch-disabled-selected-handle-opacity: .38;--mat-switch-disabled-unselected-handle-opacity: .38;--mat-switch-unselected-handle-size: 20px;--mat-switch-selected-handle-size: 20px;--mat-switch-pressed-handle-size: 20px;--mat-switch-with-icon-handle-size: 20px;--mat-switch-selected-handle-horizontal-margin: 0;--mat-switch-selected-with-icon-handle-horizontal-margin: 0;--mat-switch-selected-pressed-handle-horizontal-margin: 0;--mat-switch-unselected-handle-horizontal-margin: 0;--mat-switch-unselected-with-icon-handle-horizontal-margin: 0;--mat-switch-unselected-pressed-handle-horizontal-margin: 0;--mat-switch-visible-track-opacity: 1;--mat-switch-hidden-track-opacity: 1;--mat-switch-visible-track-transition: transform 75ms 0ms cubic-bezier(0, 0, .2, 1);--mat-switch-hidden-track-transition: transform 75ms 0ms cubic-bezier(.4, 0, .6, 1);--mat-switch-track-outline-width: 1px;--mat-switch-track-outline-color: transparent;--mat-switch-selected-track-outline-width: 1px;--mat-switch-disabled-unselected-track-outline-width: 1px;--mat-switch-disabled-unselected-track-outline-color: transparent}html{--mdc-switch-selected-focus-state-layer-color: #3949ab;--mdc-switch-selected-handle-color: #3949ab;--mdc-switch-selected-hover-state-layer-color: #3949ab;--mdc-switch-selected-pressed-state-layer-color: #3949ab;--mdc-switch-selected-focus-handle-color: #1a237e;--mdc-switch-selected-hover-handle-color: #1a237e;--mdc-switch-selected-pressed-handle-color: #1a237e;--mdc-switch-selected-focus-track-color: #7986cb;--mdc-switch-selected-hover-track-color: #7986cb;--mdc-switch-selected-pressed-track-color: #7986cb;--mdc-switch-selected-track-color: #7986cb;--mdc-switch-disabled-selected-handle-color: #424242;--mdc-switch-disabled-selected-icon-color: #fff;--mdc-switch-disabled-selected-track-color: #424242;--mdc-switch-disabled-unselected-handle-color: #424242;--mdc-switch-disabled-unselected-icon-color: #fff;--mdc-switch-disabled-unselected-track-color: #424242;--mdc-switch-handle-surface-color: var(--mdc-theme-surface, #fff);--mdc-switch-handle-elevation-shadow: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);--mdc-switch-handle-shadow-color: black;--mdc-switch-disabled-handle-elevation-shadow: 0px 0px 0px 0px rgba(0, 0, 0, .2), 0px 0px 0px 0px rgba(0, 0, 0, .14), 0px 0px 0px 0px rgba(0, 0, 0, .12);--mdc-switch-selected-icon-color: #fff;--mdc-switch-unselected-focus-handle-color: #212121;--mdc-switch-unselected-focus-state-layer-color: #424242;--mdc-switch-unselected-focus-track-color: #e0e0e0;--mdc-switch-unselected-handle-color: #616161;--mdc-switch-unselected-hover-handle-color: #212121;--mdc-switch-unselected-hover-state-layer-color: #424242;--mdc-switch-unselected-hover-track-color: #e0e0e0;--mdc-switch-unselected-icon-color: #fff;--mdc-switch-unselected-pressed-handle-color: #212121;--mdc-switch-unselected-pressed-state-layer-color: #424242;--mdc-switch-unselected-pressed-track-color: #e0e0e0;--mdc-switch-unselected-track-color: #e0e0e0;--mdc-switch-disabled-label-text-color: rgba(0, 0, 0, .38)}html .mat-mdc-slide-toggle{--mdc-form-field-label-text-color: rgba(0, 0, 0, .87)}html .mat-mdc-slide-toggle.mat-accent{--mdc-switch-selected-focus-state-layer-color: #d81b60;--mdc-switch-selected-handle-color: #d81b60;--mdc-switch-selected-hover-state-layer-color: #d81b60;--mdc-switch-selected-pressed-state-layer-color: #d81b60;--mdc-switch-selected-focus-handle-color: #880e4f;--mdc-switch-selected-hover-handle-color: #880e4f;--mdc-switch-selected-pressed-handle-color: #880e4f;--mdc-switch-selected-focus-track-color: #f06292;--mdc-switch-selected-hover-track-color: #f06292;--mdc-switch-selected-pressed-track-color: #f06292;--mdc-switch-selected-track-color: #f06292}html .mat-mdc-slide-toggle.mat-warn{--mdc-switch-selected-focus-state-layer-color: #e53935;--mdc-switch-selected-handle-color: #e53935;--mdc-switch-selected-hover-state-layer-color: #e53935;--mdc-switch-selected-pressed-state-layer-color: #e53935;--mdc-switch-selected-focus-handle-color: #b71c1c;--mdc-switch-selected-hover-handle-color: #b71c1c;--mdc-switch-selected-pressed-handle-color: #b71c1c;--mdc-switch-selected-focus-track-color: #e57373;--mdc-switch-selected-hover-track-color: #e57373;--mdc-switch-selected-pressed-track-color: #e57373;--mdc-switch-selected-track-color: #e57373}html{--mdc-switch-state-layer-size: 40px}html{--mdc-radio-disabled-selected-icon-opacity: .38;--mdc-radio-disabled-unselected-icon-opacity: .38;--mdc-radio-state-layer-size: 40px}.mat-mdc-radio-button{--mdc-form-field-label-text-color: rgba(0, 0, 0, .87)}.mat-mdc-radio-button.mat-primary{--mdc-radio-disabled-selected-icon-color: black;--mdc-radio-disabled-unselected-icon-color: black;--mdc-radio-unselected-hover-icon-color: #212121;--mdc-radio-unselected-icon-color: rgba(0, 0, 0, .54);--mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, .54);--mdc-radio-selected-focus-icon-color: #3f51b5;--mdc-radio-selected-hover-icon-color: #3f51b5;--mdc-radio-selected-icon-color: #3f51b5;--mdc-radio-selected-pressed-icon-color: #3f51b5;--mat-radio-ripple-color: black;--mat-radio-checked-ripple-color: #3f51b5;--mat-radio-disabled-label-color: rgba(0, 0, 0, .38)}.mat-mdc-radio-button.mat-accent{--mdc-radio-disabled-selected-icon-color: black;--mdc-radio-disabled-unselected-icon-color: black;--mdc-radio-unselected-hover-icon-color: #212121;--mdc-radio-unselected-icon-color: rgba(0, 0, 0, .54);--mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, .54);--mdc-radio-selected-focus-icon-color: #ff4081;--mdc-radio-selected-hover-icon-color: #ff4081;--mdc-radio-selected-icon-color: #ff4081;--mdc-radio-selected-pressed-icon-color: #ff4081;--mat-radio-ripple-color: black;--mat-radio-checked-ripple-color: #ff4081;--mat-radio-disabled-label-color: rgba(0, 0, 0, .38)}.mat-mdc-radio-button.mat-warn{--mdc-radio-disabled-selected-icon-color: black;--mdc-radio-disabled-unselected-icon-color: black;--mdc-radio-unselected-hover-icon-color: #212121;--mdc-radio-unselected-icon-color: rgba(0, 0, 0, .54);--mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, .54);--mdc-radio-selected-focus-icon-color: #f44336;--mdc-radio-selected-hover-icon-color: #f44336;--mdc-radio-selected-icon-color: #f44336;--mdc-radio-selected-pressed-icon-color: #f44336;--mat-radio-ripple-color: black;--mat-radio-checked-ripple-color: #f44336;--mat-radio-disabled-label-color: rgba(0, 0, 0, .38)}html{--mdc-radio-state-layer-size: 40px;--mat-radio-touch-target-display: block}html{--mat-slider-value-indicator-width: auto;--mat-slider-value-indicator-height: 32px;--mat-slider-value-indicator-caret-display: block;--mat-slider-value-indicator-border-radius: 4px;--mat-slider-value-indicator-padding: 0 12px;--mat-slider-value-indicator-text-transform: none;--mat-slider-value-indicator-container-transform: translateX(-50%);--mdc-slider-active-track-height: 6px;--mdc-slider-active-track-shape: 9999px;--mdc-slider-handle-height: 20px;--mdc-slider-handle-shape: 50%;--mdc-slider-handle-width: 20px;--mdc-slider-inactive-track-height: 4px;--mdc-slider-inactive-track-shape: 9999px;--mdc-slider-with-overlap-handle-outline-width: 1px;--mdc-slider-with-tick-marks-active-container-opacity: .6;--mdc-slider-with-tick-marks-container-shape: 50%;--mdc-slider-with-tick-marks-container-size: 2px;--mdc-slider-with-tick-marks-inactive-container-opacity: .6}html{--mdc-slider-handle-color: #3f51b5;--mdc-slider-focus-handle-color: #3f51b5;--mdc-slider-hover-handle-color: #3f51b5;--mdc-slider-active-track-color: #3f51b5;--mdc-slider-inactive-track-color: #3f51b5;--mdc-slider-with-tick-marks-inactive-container-color: #3f51b5;--mdc-slider-with-tick-marks-active-container-color: white;--mdc-slider-disabled-active-track-color: #000;--mdc-slider-disabled-handle-color: #000;--mdc-slider-disabled-inactive-track-color: #000;--mdc-slider-label-container-color: #000;--mdc-slider-label-label-text-color: #fff;--mdc-slider-with-overlap-handle-outline-color: #fff;--mdc-slider-with-tick-marks-disabled-container-color: #000;--mdc-slider-handle-elevation: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);--mat-slider-ripple-color: #3f51b5;--mat-slider-hover-state-layer-color: rgba(63, 81, 181, .05);--mat-slider-focus-state-layer-color: rgba(63, 81, 181, .2);--mat-slider-value-indicator-opacity: .6}html .mat-accent{--mat-slider-ripple-color: #ff4081;--mat-slider-hover-state-layer-color: rgba(255, 64, 129, .05);--mat-slider-focus-state-layer-color: rgba(255, 64, 129, .2);--mdc-slider-handle-color: #ff4081;--mdc-slider-focus-handle-color: #ff4081;--mdc-slider-hover-handle-color: #ff4081;--mdc-slider-active-track-color: #ff4081;--mdc-slider-inactive-track-color: #ff4081;--mdc-slider-with-tick-marks-inactive-container-color: #ff4081;--mdc-slider-with-tick-marks-active-container-color: white}html .mat-warn{--mat-slider-ripple-color: #f44336;--mat-slider-hover-state-layer-color: rgba(244, 67, 54, .05);--mat-slider-focus-state-layer-color: rgba(244, 67, 54, .2);--mdc-slider-handle-color: #f44336;--mdc-slider-focus-handle-color: #f44336;--mdc-slider-hover-handle-color: #f44336;--mdc-slider-active-track-color: #f44336;--mdc-slider-inactive-track-color: #f44336;--mdc-slider-with-tick-marks-inactive-container-color: #f44336;--mdc-slider-with-tick-marks-active-container-color: white}html{--mat-menu-container-shape: 4px;--mat-menu-divider-bottom-spacing: 0;--mat-menu-divider-top-spacing: 0;--mat-menu-item-spacing: 16px;--mat-menu-item-icon-size: 24px;--mat-menu-item-leading-spacing: 16px;--mat-menu-item-trailing-spacing: 16px;--mat-menu-item-with-icon-leading-spacing: 16px;--mat-menu-item-with-icon-trailing-spacing: 16px}html{--mat-menu-item-label-text-color: rgba(0, 0, 0, .87);--mat-menu-item-icon-color: rgba(0, 0, 0, .87);--mat-menu-item-hover-state-layer-color: rgba(0, 0, 0, .04);--mat-menu-item-focus-state-layer-color: rgba(0, 0, 0, .04);--mat-menu-container-color: white;--mat-menu-divider-color: rgba(0, 0, 0, .12)}html{--mdc-list-list-item-container-shape: 0;--mdc-list-list-item-leading-avatar-shape: 50%;--mdc-list-list-item-container-color: transparent;--mdc-list-list-item-selected-container-color: transparent;--mdc-list-list-item-leading-avatar-color: transparent;--mdc-list-list-item-leading-icon-size: 24px;--mdc-list-list-item-leading-avatar-size: 40px;--mdc-list-list-item-trailing-icon-size: 24px;--mdc-list-list-item-disabled-state-layer-color: transparent;--mdc-list-list-item-disabled-state-layer-opacity: 0;--mdc-list-list-item-disabled-label-text-opacity: .38;--mdc-list-list-item-disabled-leading-icon-opacity: .38;--mdc-list-list-item-disabled-trailing-icon-opacity: .38;--mat-list-active-indicator-color: transparent;--mat-list-active-indicator-shape: 0}html{--mdc-list-list-item-label-text-color: rgba(0, 0, 0, .87);--mdc-list-list-item-supporting-text-color: rgba(0, 0, 0, .54);--mdc-list-list-item-leading-icon-color: rgba(0, 0, 0, .38);--mdc-list-list-item-trailing-supporting-text-color: rgba(0, 0, 0, .38);--mdc-list-list-item-trailing-icon-color: rgba(0, 0, 0, .38);--mdc-list-list-item-selected-trailing-icon-color: rgba(0, 0, 0, .38);--mdc-list-list-item-disabled-label-text-color: black;--mdc-list-list-item-disabled-leading-icon-color: black;--mdc-list-list-item-disabled-trailing-icon-color: black;--mdc-list-list-item-hover-label-text-color: rgba(0, 0, 0, .87);--mdc-list-list-item-hover-leading-icon-color: rgba(0, 0, 0, .38);--mdc-list-list-item-hover-trailing-icon-color: rgba(0, 0, 0, .38);--mdc-list-list-item-focus-label-text-color: rgba(0, 0, 0, .87);--mdc-list-list-item-hover-state-layer-color: black;--mdc-list-list-item-hover-state-layer-opacity: .04;--mdc-list-list-item-focus-state-layer-color: black;--mdc-list-list-item-focus-state-layer-opacity: .12}.mdc-list-item__start,.mdc-list-item__end{--mdc-radio-disabled-selected-icon-color: black;--mdc-radio-disabled-unselected-icon-color: black;--mdc-radio-unselected-hover-icon-color: #212121;--mdc-radio-unselected-icon-color: rgba(0, 0, 0, .54);--mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, .54);--mdc-radio-selected-focus-icon-color: #3f51b5;--mdc-radio-selected-hover-icon-color: #3f51b5;--mdc-radio-selected-icon-color: #3f51b5;--mdc-radio-selected-pressed-icon-color: #3f51b5}.mat-accent .mdc-list-item__start,.mat-accent .mdc-list-item__end{--mdc-radio-disabled-selected-icon-color: black;--mdc-radio-disabled-unselected-icon-color: black;--mdc-radio-unselected-hover-icon-color: #212121;--mdc-radio-unselected-icon-color: rgba(0, 0, 0, .54);--mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, .54);--mdc-radio-selected-focus-icon-color: #ff4081;--mdc-radio-selected-hover-icon-color: #ff4081;--mdc-radio-selected-icon-color: #ff4081;--mdc-radio-selected-pressed-icon-color: #ff4081}.mat-warn .mdc-list-item__start,.mat-warn .mdc-list-item__end{--mdc-radio-disabled-selected-icon-color: black;--mdc-radio-disabled-unselected-icon-color: black;--mdc-radio-unselected-hover-icon-color: #212121;--mdc-radio-unselected-icon-color: rgba(0, 0, 0, .54);--mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, .54);--mdc-radio-selected-focus-icon-color: #f44336;--mdc-radio-selected-hover-icon-color: #f44336;--mdc-radio-selected-icon-color: #f44336;--mdc-radio-selected-pressed-icon-color: #f44336}.mat-mdc-list-option{--mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-selected-checkmark-color: white;--mdc-checkbox-selected-focus-icon-color: #3f51b5;--mdc-checkbox-selected-hover-icon-color: #3f51b5;--mdc-checkbox-selected-icon-color: #3f51b5;--mdc-checkbox-selected-pressed-icon-color: #3f51b5;--mdc-checkbox-unselected-focus-icon-color: #212121;--mdc-checkbox-unselected-hover-icon-color: #212121;--mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-selected-focus-state-layer-color: #3f51b5;--mdc-checkbox-selected-hover-state-layer-color: #3f51b5;--mdc-checkbox-selected-pressed-state-layer-color: #3f51b5;--mdc-checkbox-unselected-focus-state-layer-color: black;--mdc-checkbox-unselected-hover-state-layer-color: black;--mdc-checkbox-unselected-pressed-state-layer-color: black}.mat-mdc-list-option.mat-accent{--mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-selected-checkmark-color: white;--mdc-checkbox-selected-focus-icon-color: #ff4081;--mdc-checkbox-selected-hover-icon-color: #ff4081;--mdc-checkbox-selected-icon-color: #ff4081;--mdc-checkbox-selected-pressed-icon-color: #ff4081;--mdc-checkbox-unselected-focus-icon-color: #212121;--mdc-checkbox-unselected-hover-icon-color: #212121;--mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-selected-focus-state-layer-color: #ff4081;--mdc-checkbox-selected-hover-state-layer-color: #ff4081;--mdc-checkbox-selected-pressed-state-layer-color: #ff4081;--mdc-checkbox-unselected-focus-state-layer-color: black;--mdc-checkbox-unselected-hover-state-layer-color: black;--mdc-checkbox-unselected-pressed-state-layer-color: black}.mat-mdc-list-option.mat-warn{--mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-selected-checkmark-color: white;--mdc-checkbox-selected-focus-icon-color: #f44336;--mdc-checkbox-selected-hover-icon-color: #f44336;--mdc-checkbox-selected-icon-color: #f44336;--mdc-checkbox-selected-pressed-icon-color: #f44336;--mdc-checkbox-unselected-focus-icon-color: #212121;--mdc-checkbox-unselected-hover-icon-color: #212121;--mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-selected-focus-state-layer-color: #f44336;--mdc-checkbox-selected-hover-state-layer-color: #f44336;--mdc-checkbox-selected-pressed-state-layer-color: #f44336;--mdc-checkbox-unselected-focus-state-layer-color: black;--mdc-checkbox-unselected-hover-state-layer-color: black;--mdc-checkbox-unselected-pressed-state-layer-color: black}.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start{color:#3f51b5}.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end{opacity:1}html{--mdc-list-list-item-one-line-container-height: 48px;--mdc-list-list-item-two-line-container-height: 64px;--mdc-list-list-item-three-line-container-height: 88px;--mat-list-list-item-leading-icon-start-space: 16px;--mat-list-list-item-leading-icon-end-space: 32px}.mdc-list-item__start,.mdc-list-item__end{--mdc-radio-state-layer-size: 40px}.mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-one-line,.mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-one-line,.mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-one-line{height:56px}.mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines,.mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines,.mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines{height:72px}html{--mat-paginator-container-text-color: rgba(0, 0, 0, .87);--mat-paginator-container-background-color: white;--mat-paginator-enabled-icon-color: rgba(0, 0, 0, .54);--mat-paginator-disabled-icon-color: rgba(0, 0, 0, .12)}html{--mat-paginator-container-size: 56px;--mat-paginator-form-field-container-height: 40px;--mat-paginator-form-field-container-vertical-padding: 8px}html{--mdc-tab-indicator-active-indicator-height: 2px;--mdc-tab-indicator-active-indicator-shape: 0;--mdc-secondary-navigation-tab-container-height: 48px;--mat-tab-header-divider-color: transparent;--mat-tab-header-divider-height: 0}.mat-mdc-tab-group,.mat-mdc-tab-nav-bar{--mdc-tab-indicator-active-indicator-color: #3f51b5;--mat-tab-header-disabled-ripple-color: rgba(0, 0, 0, .38);--mat-tab-header-pagination-icon-color: black;--mat-tab-header-inactive-label-text-color: rgba(0, 0, 0, .6);--mat-tab-header-active-label-text-color: #3f51b5;--mat-tab-header-active-ripple-color: #3f51b5;--mat-tab-header-inactive-ripple-color: #3f51b5;--mat-tab-header-inactive-focus-label-text-color: rgba(0, 0, 0, .6);--mat-tab-header-inactive-hover-label-text-color: rgba(0, 0, 0, .6);--mat-tab-header-active-focus-label-text-color: #3f51b5;--mat-tab-header-active-hover-label-text-color: #3f51b5;--mat-tab-header-active-focus-indicator-color: #3f51b5;--mat-tab-header-active-hover-indicator-color: #3f51b5}.mat-mdc-tab-group.mat-accent,.mat-mdc-tab-nav-bar.mat-accent{--mdc-tab-indicator-active-indicator-color: #ff4081;--mat-tab-header-disabled-ripple-color: rgba(0, 0, 0, .38);--mat-tab-header-pagination-icon-color: black;--mat-tab-header-inactive-label-text-color: rgba(0, 0, 0, .6);--mat-tab-header-active-label-text-color: #ff4081;--mat-tab-header-active-ripple-color: #ff4081;--mat-tab-header-inactive-ripple-color: #ff4081;--mat-tab-header-inactive-focus-label-text-color: rgba(0, 0, 0, .6);--mat-tab-header-inactive-hover-label-text-color: rgba(0, 0, 0, .6);--mat-tab-header-active-focus-label-text-color: #ff4081;--mat-tab-header-active-hover-label-text-color: #ff4081;--mat-tab-header-active-focus-indicator-color: #ff4081;--mat-tab-header-active-hover-indicator-color: #ff4081}.mat-mdc-tab-group.mat-warn,.mat-mdc-tab-nav-bar.mat-warn{--mdc-tab-indicator-active-indicator-color: #f44336;--mat-tab-header-disabled-ripple-color: rgba(0, 0, 0, .38);--mat-tab-header-pagination-icon-color: black;--mat-tab-header-inactive-label-text-color: rgba(0, 0, 0, .6);--mat-tab-header-active-label-text-color: #f44336;--mat-tab-header-active-ripple-color: #f44336;--mat-tab-header-inactive-ripple-color: #f44336;--mat-tab-header-inactive-focus-label-text-color: rgba(0, 0, 0, .6);--mat-tab-header-inactive-hover-label-text-color: rgba(0, 0, 0, .6);--mat-tab-header-active-focus-label-text-color: #f44336;--mat-tab-header-active-hover-label-text-color: #f44336;--mat-tab-header-active-focus-indicator-color: #f44336;--mat-tab-header-active-hover-indicator-color: #f44336}.mat-mdc-tab-group.mat-background-primary,.mat-mdc-tab-nav-bar.mat-background-primary{--mat-tab-header-with-background-background-color: #3f51b5;--mat-tab-header-with-background-foreground-color: white}.mat-mdc-tab-group.mat-background-accent,.mat-mdc-tab-nav-bar.mat-background-accent{--mat-tab-header-with-background-background-color: #ff4081;--mat-tab-header-with-background-foreground-color: white}.mat-mdc-tab-group.mat-background-warn,.mat-mdc-tab-nav-bar.mat-background-warn{--mat-tab-header-with-background-background-color: #f44336;--mat-tab-header-with-background-foreground-color: white}.mat-mdc-tab-header{--mdc-secondary-navigation-tab-container-height: 48px}html{--mdc-checkbox-disabled-selected-checkmark-color: #fff;--mdc-checkbox-selected-focus-state-layer-opacity: .16;--mdc-checkbox-selected-hover-state-layer-opacity: .04;--mdc-checkbox-selected-pressed-state-layer-opacity: .16;--mdc-checkbox-unselected-focus-state-layer-opacity: .16;--mdc-checkbox-unselected-hover-state-layer-opacity: .04;--mdc-checkbox-unselected-pressed-state-layer-opacity: .16}html{--mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-selected-checkmark-color: white;--mdc-checkbox-selected-focus-icon-color: #ff4081;--mdc-checkbox-selected-hover-icon-color: #ff4081;--mdc-checkbox-selected-icon-color: #ff4081;--mdc-checkbox-selected-pressed-icon-color: #ff4081;--mdc-checkbox-unselected-focus-icon-color: #212121;--mdc-checkbox-unselected-hover-icon-color: #212121;--mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-selected-focus-state-layer-color: #ff4081;--mdc-checkbox-selected-hover-state-layer-color: #ff4081;--mdc-checkbox-selected-pressed-state-layer-color: #ff4081;--mdc-checkbox-unselected-focus-state-layer-color: black;--mdc-checkbox-unselected-hover-state-layer-color: black;--mdc-checkbox-unselected-pressed-state-layer-color: black;--mat-checkbox-disabled-label-color: rgba(0, 0, 0, .38)}.mat-mdc-checkbox{--mdc-form-field-label-text-color: rgba(0, 0, 0, .87)}.mat-mdc-checkbox.mat-primary{--mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-selected-checkmark-color: white;--mdc-checkbox-selected-focus-icon-color: #3f51b5;--mdc-checkbox-selected-hover-icon-color: #3f51b5;--mdc-checkbox-selected-icon-color: #3f51b5;--mdc-checkbox-selected-pressed-icon-color: #3f51b5;--mdc-checkbox-unselected-focus-icon-color: #212121;--mdc-checkbox-unselected-hover-icon-color: #212121;--mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-selected-focus-state-layer-color: #3f51b5;--mdc-checkbox-selected-hover-state-layer-color: #3f51b5;--mdc-checkbox-selected-pressed-state-layer-color: #3f51b5;--mdc-checkbox-unselected-focus-state-layer-color: black;--mdc-checkbox-unselected-hover-state-layer-color: black;--mdc-checkbox-unselected-pressed-state-layer-color: black}.mat-mdc-checkbox.mat-warn{--mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-selected-checkmark-color: white;--mdc-checkbox-selected-focus-icon-color: #f44336;--mdc-checkbox-selected-hover-icon-color: #f44336;--mdc-checkbox-selected-icon-color: #f44336;--mdc-checkbox-selected-pressed-icon-color: #f44336;--mdc-checkbox-unselected-focus-icon-color: #212121;--mdc-checkbox-unselected-hover-icon-color: #212121;--mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-selected-focus-state-layer-color: #f44336;--mdc-checkbox-selected-hover-state-layer-color: #f44336;--mdc-checkbox-selected-pressed-state-layer-color: #f44336;--mdc-checkbox-unselected-focus-state-layer-color: black;--mdc-checkbox-unselected-hover-state-layer-color: black;--mdc-checkbox-unselected-pressed-state-layer-color: black}html{--mdc-checkbox-state-layer-size: 40px;--mat-checkbox-touch-target-display: block}html{--mdc-text-button-container-shape: 4px;--mdc-text-button-keep-touch-target: false;--mdc-filled-button-container-shape: 4px;--mdc-filled-button-keep-touch-target: false;--mdc-protected-button-container-shape: 4px;--mdc-protected-button-keep-touch-target: false;--mdc-outlined-button-keep-touch-target: false;--mdc-outlined-button-outline-width: 1px;--mdc-outlined-button-container-shape: 4px;--mat-text-button-horizontal-padding: 8px;--mat-text-button-with-icon-horizontal-padding: 8px;--mat-text-button-icon-spacing: 8px;--mat-text-button-icon-offset: 0;--mat-filled-button-horizontal-padding: 16px;--mat-filled-button-icon-spacing: 8px;--mat-filled-button-icon-offset: -4px;--mat-protected-button-horizontal-padding: 16px;--mat-protected-button-icon-spacing: 8px;--mat-protected-button-icon-offset: -4px;--mat-outlined-button-horizontal-padding: 15px;--mat-outlined-button-icon-spacing: 8px;--mat-outlined-button-icon-offset: -4px}html{--mdc-text-button-label-text-color: black;--mdc-text-button-disabled-label-text-color: rgba(0, 0, 0, .38);--mat-text-button-state-layer-color: black;--mat-text-button-disabled-state-layer-color: black;--mat-text-button-ripple-color: rgba(0, 0, 0, .1);--mat-text-button-hover-state-layer-opacity: .04;--mat-text-button-focus-state-layer-opacity: .12;--mat-text-button-pressed-state-layer-opacity: .12;--mdc-filled-button-container-color: white;--mdc-filled-button-label-text-color: black;--mdc-filled-button-disabled-container-color: rgba(0, 0, 0, .12);--mdc-filled-button-disabled-label-text-color: rgba(0, 0, 0, .38);--mat-filled-button-state-layer-color: black;--mat-filled-button-disabled-state-layer-color: black;--mat-filled-button-ripple-color: rgba(0, 0, 0, .1);--mat-filled-button-hover-state-layer-opacity: .04;--mat-filled-button-focus-state-layer-opacity: .12;--mat-filled-button-pressed-state-layer-opacity: .12;--mdc-protected-button-container-color: white;--mdc-protected-button-label-text-color: black;--mdc-protected-button-disabled-container-color: rgba(0, 0, 0, .12);--mdc-protected-button-disabled-label-text-color: rgba(0, 0, 0, .38);--mdc-protected-button-container-elevation-shadow: 0px 3px 1px -2px rgba(0, 0, 0, .2), 0px 2px 2px 0px rgba(0, 0, 0, .14), 0px 1px 5px 0px rgba(0, 0, 0, .12);--mdc-protected-button-disabled-container-elevation-shadow: 0px 0px 0px 0px rgba(0, 0, 0, .2), 0px 0px 0px 0px rgba(0, 0, 0, .14), 0px 0px 0px 0px rgba(0, 0, 0, .12);--mdc-protected-button-focus-container-elevation-shadow: 0px 2px 4px -1px rgba(0, 0, 0, .2), 0px 4px 5px 0px rgba(0, 0, 0, .14), 0px 1px 10px 0px rgba(0, 0, 0, .12);--mdc-protected-button-hover-container-elevation-shadow: 0px 2px 4px -1px rgba(0, 0, 0, .2), 0px 4px 5px 0px rgba(0, 0, 0, .14), 0px 1px 10px 0px rgba(0, 0, 0, .12);--mdc-protected-button-pressed-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12);--mdc-protected-button-container-shadow-color: #000;--mat-protected-button-state-layer-color: black;--mat-protected-button-disabled-state-layer-color: black;--mat-protected-button-ripple-color: rgba(0, 0, 0, .1);--mat-protected-button-hover-state-layer-opacity: .04;--mat-protected-button-focus-state-layer-opacity: .12;--mat-protected-button-pressed-state-layer-opacity: .12;--mdc-outlined-button-disabled-outline-color: rgba(0, 0, 0, .12);--mdc-outlined-button-disabled-label-text-color: rgba(0, 0, 0, .38);--mdc-outlined-button-label-text-color: black;--mdc-outlined-button-outline-color: rgba(0, 0, 0, .12);--mat-outlined-button-state-layer-color: black;--mat-outlined-button-disabled-state-layer-color: black;--mat-outlined-button-ripple-color: rgba(0, 0, 0, .1);--mat-outlined-button-hover-state-layer-opacity: .04;--mat-outlined-button-focus-state-layer-opacity: .12;--mat-outlined-button-pressed-state-layer-opacity: .12}.mat-mdc-button.mat-primary{--mdc-text-button-label-text-color: #3f51b5;--mat-text-button-state-layer-color: #3f51b5;--mat-text-button-ripple-color: rgba(63, 81, 181, .1)}.mat-mdc-button.mat-accent{--mdc-text-button-label-text-color: #ff4081;--mat-text-button-state-layer-color: #ff4081;--mat-text-button-ripple-color: rgba(255, 64, 129, .1)}.mat-mdc-button.mat-warn{--mdc-text-button-label-text-color: #f44336;--mat-text-button-state-layer-color: #f44336;--mat-text-button-ripple-color: rgba(244, 67, 54, .1)}.mat-mdc-unelevated-button.mat-primary{--mdc-filled-button-container-color: #3f51b5;--mdc-filled-button-label-text-color: white;--mat-filled-button-state-layer-color: white;--mat-filled-button-ripple-color: rgba(255, 255, 255, .1)}.mat-mdc-unelevated-button.mat-accent{--mdc-filled-button-container-color: #ff4081;--mdc-filled-button-label-text-color: white;--mat-filled-button-state-layer-color: white;--mat-filled-button-ripple-color: rgba(255, 255, 255, .1)}.mat-mdc-unelevated-button.mat-warn{--mdc-filled-button-container-color: #f44336;--mdc-filled-button-label-text-color: white;--mat-filled-button-state-layer-color: white;--mat-filled-button-ripple-color: rgba(255, 255, 255, .1)}.mat-mdc-raised-button.mat-primary{--mdc-protected-button-container-color: #3f51b5;--mdc-protected-button-label-text-color: white;--mat-protected-button-state-layer-color: white;--mat-protected-button-ripple-color: rgba(255, 255, 255, .1)}.mat-mdc-raised-button.mat-accent{--mdc-protected-button-container-color: #ff4081;--mdc-protected-button-label-text-color: white;--mat-protected-button-state-layer-color: white;--mat-protected-button-ripple-color: rgba(255, 255, 255, .1)}.mat-mdc-raised-button.mat-warn{--mdc-protected-button-container-color: #f44336;--mdc-protected-button-label-text-color: white;--mat-protected-button-state-layer-color: white;--mat-protected-button-ripple-color: rgba(255, 255, 255, .1)}.mat-mdc-outlined-button.mat-primary{--mdc-outlined-button-label-text-color: #3f51b5;--mdc-outlined-button-outline-color: rgba(0, 0, 0, .12);--mat-outlined-button-state-layer-color: #3f51b5;--mat-outlined-button-ripple-color: rgba(63, 81, 181, .1)}.mat-mdc-outlined-button.mat-accent{--mdc-outlined-button-label-text-color: #ff4081;--mdc-outlined-button-outline-color: rgba(0, 0, 0, .12);--mat-outlined-button-state-layer-color: #ff4081;--mat-outlined-button-ripple-color: rgba(255, 64, 129, .1)}.mat-mdc-outlined-button.mat-warn{--mdc-outlined-button-label-text-color: #f44336;--mdc-outlined-button-outline-color: rgba(0, 0, 0, .12);--mat-outlined-button-state-layer-color: #f44336;--mat-outlined-button-ripple-color: rgba(244, 67, 54, .1)}html{--mdc-text-button-container-height: 36px;--mdc-filled-button-container-height: 36px;--mdc-outlined-button-container-height: 36px;--mdc-protected-button-container-height: 36px;--mat-text-button-touch-target-display: block;--mat-filled-button-touch-target-display: block;--mat-protected-button-touch-target-display: block;--mat-outlined-button-touch-target-display: block}html{--mdc-icon-button-icon-size: 24px}html{--mdc-icon-button-icon-color: inherit;--mdc-icon-button-disabled-icon-color: rgba(0, 0, 0, .38);--mat-icon-button-state-layer-color: black;--mat-icon-button-disabled-state-layer-color: black;--mat-icon-button-ripple-color: rgba(0, 0, 0, .1);--mat-icon-button-hover-state-layer-opacity: .04;--mat-icon-button-focus-state-layer-opacity: .12;--mat-icon-button-pressed-state-layer-opacity: .12}html .mat-mdc-icon-button.mat-primary{--mdc-icon-button-icon-color: #3f51b5;--mat-icon-button-state-layer-color: #3f51b5;--mat-icon-button-ripple-color: rgba(63, 81, 181, .1)}html .mat-mdc-icon-button.mat-accent{--mdc-icon-button-icon-color: #ff4081;--mat-icon-button-state-layer-color: #ff4081;--mat-icon-button-ripple-color: rgba(255, 64, 129, .1)}html .mat-mdc-icon-button.mat-warn{--mdc-icon-button-icon-color: #f44336;--mat-icon-button-state-layer-color: #f44336;--mat-icon-button-ripple-color: rgba(244, 67, 54, .1)}html{--mat-icon-button-touch-target-display: block}.mat-mdc-icon-button.mat-mdc-button-base{--mdc-icon-button-state-layer-size: 48px;width:var(--mdc-icon-button-state-layer-size);height:var(--mdc-icon-button-state-layer-size);padding:12px}html{--mdc-fab-container-shape: 50%;--mdc-fab-icon-size: 24px;--mdc-fab-small-container-shape: 50%;--mdc-fab-small-icon-size: 24px;--mdc-extended-fab-container-height: 48px;--mdc-extended-fab-container-shape: 24px}html{--mdc-fab-container-color: white;--mdc-fab-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 6px 10px 0px rgba(0, 0, 0, .14), 0px 1px 18px 0px rgba(0, 0, 0, .12);--mdc-fab-focus-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12);--mdc-fab-hover-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12);--mdc-fab-pressed-container-elevation-shadow: 0px 7px 8px -4px rgba(0, 0, 0, .2), 0px 12px 17px 2px rgba(0, 0, 0, .14), 0px 5px 22px 4px rgba(0, 0, 0, .12);--mdc-fab-container-shadow-color: #000;--mat-fab-foreground-color: black;--mat-fab-state-layer-color: black;--mat-fab-disabled-state-layer-color: black;--mat-fab-ripple-color: rgba(0, 0, 0, .1);--mat-fab-hover-state-layer-opacity: .04;--mat-fab-focus-state-layer-opacity: .12;--mat-fab-pressed-state-layer-opacity: .12;--mat-fab-disabled-state-container-color: rgba(0, 0, 0, .12);--mat-fab-disabled-state-foreground-color: rgba(0, 0, 0, .38);--mdc-fab-small-container-color: white;--mdc-fab-small-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 6px 10px 0px rgba(0, 0, 0, .14), 0px 1px 18px 0px rgba(0, 0, 0, .12);--mdc-fab-small-focus-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12);--mdc-fab-small-hover-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12);--mdc-fab-small-pressed-container-elevation-shadow: 0px 7px 8px -4px rgba(0, 0, 0, .2), 0px 12px 17px 2px rgba(0, 0, 0, .14), 0px 5px 22px 4px rgba(0, 0, 0, .12);--mdc-fab-small-container-shadow-color: #000;--mat-fab-small-foreground-color: black;--mat-fab-small-state-layer-color: black;--mat-fab-small-disabled-state-layer-color: black;--mat-fab-small-ripple-color: rgba(0, 0, 0, .1);--mat-fab-small-hover-state-layer-opacity: .04;--mat-fab-small-focus-state-layer-opacity: .12;--mat-fab-small-pressed-state-layer-opacity: .12;--mat-fab-small-disabled-state-container-color: rgba(0, 0, 0, .12);--mat-fab-small-disabled-state-foreground-color: rgba(0, 0, 0, .38);--mdc-extended-fab-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 6px 10px 0px rgba(0, 0, 0, .14), 0px 1px 18px 0px rgba(0, 0, 0, .12);--mdc-extended-fab-focus-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12);--mdc-extended-fab-hover-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12);--mdc-extended-fab-pressed-container-elevation-shadow: 0px 7px 8px -4px rgba(0, 0, 0, .2), 0px 12px 17px 2px rgba(0, 0, 0, .14), 0px 5px 22px 4px rgba(0, 0, 0, .12);--mdc-extended-fab-container-shadow-color: #000}html .mat-mdc-fab.mat-primary{--mdc-fab-container-color: #3f51b5;--mat-fab-foreground-color: white;--mat-fab-state-layer-color: white;--mat-fab-ripple-color: rgba(255, 255, 255, .1)}html .mat-mdc-fab.mat-accent{--mdc-fab-container-color: #ff4081;--mat-fab-foreground-color: white;--mat-fab-state-layer-color: white;--mat-fab-ripple-color: rgba(255, 255, 255, .1)}html .mat-mdc-fab.mat-warn{--mdc-fab-container-color: #f44336;--mat-fab-foreground-color: white;--mat-fab-state-layer-color: white;--mat-fab-ripple-color: rgba(255, 255, 255, .1)}html .mat-mdc-mini-fab.mat-primary{--mdc-fab-small-container-color: #3f51b5;--mat-fab-small-foreground-color: white;--mat-fab-small-state-layer-color: white;--mat-fab-small-ripple-color: rgba(255, 255, 255, .1)}html .mat-mdc-mini-fab.mat-accent{--mdc-fab-small-container-color: #ff4081;--mat-fab-small-foreground-color: white;--mat-fab-small-state-layer-color: white;--mat-fab-small-ripple-color: rgba(255, 255, 255, .1)}html .mat-mdc-mini-fab.mat-warn{--mdc-fab-small-container-color: #f44336;--mat-fab-small-foreground-color: white;--mat-fab-small-state-layer-color: white;--mat-fab-small-ripple-color: rgba(255, 255, 255, .1)}html{--mat-fab-touch-target-display: block;--mat-fab-small-touch-target-display: block}html{--mdc-snackbar-container-shape: 4px}html{--mdc-snackbar-container-color: #333333;--mdc-snackbar-supporting-text-color: rgba(255, 255, 255, .87);--mat-snack-bar-button-color: #ff4081}html{--mat-table-row-item-outline-width: 1px}html{--mat-table-background-color: white;--mat-table-header-headline-color: rgba(0, 0, 0, .87);--mat-table-row-item-label-text-color: rgba(0, 0, 0, .87);--mat-table-row-item-outline-color: rgba(0, 0, 0, .12)}html{--mat-table-header-container-height: 56px;--mat-table-footer-container-height: 52px;--mat-table-row-item-container-height: 52px}html{--mdc-circular-progress-active-indicator-width: 4px;--mdc-circular-progress-size: 48px}html{--mdc-circular-progress-active-indicator-color: #3f51b5}html .mat-accent{--mdc-circular-progress-active-indicator-color: #ff4081}html .mat-warn{--mdc-circular-progress-active-indicator-color: #f44336}html{--mat-badge-container-shape: 50%;--mat-badge-container-size: unset;--mat-badge-small-size-container-size: unset;--mat-badge-large-size-container-size: unset;--mat-badge-legacy-container-size: 22px;--mat-badge-legacy-small-size-container-size: 16px;--mat-badge-legacy-large-size-container-size: 28px;--mat-badge-container-offset: -11px 0;--mat-badge-small-size-container-offset: -8px 0;--mat-badge-large-size-container-offset: -14px 0;--mat-badge-container-overlap-offset: -11px;--mat-badge-small-size-container-overlap-offset: -8px;--mat-badge-large-size-container-overlap-offset: -14px;--mat-badge-container-padding: 0;--mat-badge-small-size-container-padding: 0;--mat-badge-large-size-container-padding: 0}html{--mat-badge-background-color: #3f51b5;--mat-badge-text-color: white;--mat-badge-disabled-state-background-color: #b9b9b9;--mat-badge-disabled-state-text-color: rgba(0, 0, 0, .38)}.mat-badge-accent{--mat-badge-background-color: #ff4081;--mat-badge-text-color: white}.mat-badge-warn{--mat-badge-background-color: #f44336;--mat-badge-text-color: white}html{--mat-bottom-sheet-container-shape: 4px}html{--mat-bottom-sheet-container-text-color: rgba(0, 0, 0, .87);--mat-bottom-sheet-container-background-color: white}html{--mat-legacy-button-toggle-height: 36px;--mat-legacy-button-toggle-shape: 2px;--mat-legacy-button-toggle-focus-state-layer-opacity: 1;--mat-standard-button-toggle-shape: 4px;--mat-standard-button-toggle-hover-state-layer-opacity: .04;--mat-standard-button-toggle-focus-state-layer-opacity: .12}html{--mat-legacy-button-toggle-text-color: rgba(0, 0, 0, .38);--mat-legacy-button-toggle-state-layer-color: rgba(0, 0, 0, .12);--mat-legacy-button-toggle-selected-state-text-color: rgba(0, 0, 0, .54);--mat-legacy-button-toggle-selected-state-background-color: #e0e0e0;--mat-legacy-button-toggle-disabled-state-text-color: rgba(0, 0, 0, .26);--mat-legacy-button-toggle-disabled-state-background-color: #eeeeee;--mat-legacy-button-toggle-disabled-selected-state-background-color: #bdbdbd;--mat-standard-button-toggle-text-color: rgba(0, 0, 0, .87);--mat-standard-button-toggle-background-color: white;--mat-standard-button-toggle-state-layer-color: black;--mat-standard-button-toggle-selected-state-background-color: #e0e0e0;--mat-standard-button-toggle-selected-state-text-color: rgba(0, 0, 0, .87);--mat-standard-button-toggle-disabled-state-text-color: rgba(0, 0, 0, .26);--mat-standard-button-toggle-disabled-state-background-color: white;--mat-standard-button-toggle-disabled-selected-state-text-color: rgba(0, 0, 0, .87);--mat-standard-button-toggle-disabled-selected-state-background-color: #bdbdbd;--mat-standard-button-toggle-divider-color: #e0e0e0}html{--mat-standard-button-toggle-height: 48px}html{--mat-datepicker-calendar-container-shape: 4px;--mat-datepicker-calendar-container-touch-shape: 4px;--mat-datepicker-calendar-container-elevation-shadow: 0px 2px 4px -1px rgba(0, 0, 0, .2), 0px 4px 5px 0px rgba(0, 0, 0, .14), 0px 1px 10px 0px rgba(0, 0, 0, .12);--mat-datepicker-calendar-container-touch-elevation-shadow: 0px 11px 15px -7px rgba(0, 0, 0, .2), 0px 24px 38px 3px rgba(0, 0, 0, .14), 0px 9px 46px 8px rgba(0, 0, 0, .12)}html{--mat-datepicker-calendar-date-selected-state-text-color: white;--mat-datepicker-calendar-date-selected-state-background-color: #3f51b5;--mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(63, 81, 181, .4);--mat-datepicker-calendar-date-today-selected-state-outline-color: white;--mat-datepicker-calendar-date-focus-state-background-color: rgba(63, 81, 181, .3);--mat-datepicker-calendar-date-hover-state-background-color: rgba(63, 81, 181, .3);--mat-datepicker-toggle-active-state-icon-color: #3f51b5;--mat-datepicker-calendar-date-in-range-state-background-color: rgba(63, 81, 181, .2);--mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, .2);--mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;--mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e;--mat-datepicker-toggle-icon-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-body-label-text-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-period-button-text-color: black;--mat-datepicker-calendar-period-button-icon-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-navigation-button-icon-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-header-divider-color: rgba(0, 0, 0, .12);--mat-datepicker-calendar-header-text-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-date-today-outline-color: rgba(0, 0, 0, .38);--mat-datepicker-calendar-date-today-disabled-state-outline-color: rgba(0, 0, 0, .18);--mat-datepicker-calendar-date-text-color: rgba(0, 0, 0, .87);--mat-datepicker-calendar-date-outline-color: transparent;--mat-datepicker-calendar-date-disabled-state-text-color: rgba(0, 0, 0, .38);--mat-datepicker-calendar-date-preview-state-outline-color: rgba(0, 0, 0, .24);--mat-datepicker-range-input-separator-color: rgba(0, 0, 0, .87);--mat-datepicker-range-input-disabled-state-separator-color: rgba(0, 0, 0, .38);--mat-datepicker-range-input-disabled-state-text-color: rgba(0, 0, 0, .38);--mat-datepicker-calendar-container-background-color: white;--mat-datepicker-calendar-container-text-color: rgba(0, 0, 0, .87)}.mat-datepicker-content.mat-accent{--mat-datepicker-calendar-date-selected-state-text-color: white;--mat-datepicker-calendar-date-selected-state-background-color: #ff4081;--mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(255, 64, 129, .4);--mat-datepicker-calendar-date-today-selected-state-outline-color: white;--mat-datepicker-calendar-date-focus-state-background-color: rgba(255, 64, 129, .3);--mat-datepicker-calendar-date-hover-state-background-color: rgba(255, 64, 129, .3);--mat-datepicker-calendar-date-in-range-state-background-color: rgba(255, 64, 129, .2);--mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, .2);--mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;--mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e}.mat-datepicker-content.mat-warn{--mat-datepicker-calendar-date-selected-state-text-color: white;--mat-datepicker-calendar-date-selected-state-background-color: #f44336;--mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(244, 67, 54, .4);--mat-datepicker-calendar-date-today-selected-state-outline-color: white;--mat-datepicker-calendar-date-focus-state-background-color: rgba(244, 67, 54, .3);--mat-datepicker-calendar-date-hover-state-background-color: rgba(244, 67, 54, .3);--mat-datepicker-calendar-date-in-range-state-background-color: rgba(244, 67, 54, .2);--mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, .2);--mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;--mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e}.mat-datepicker-toggle-active.mat-accent{--mat-datepicker-toggle-active-state-icon-color: #ff4081}.mat-datepicker-toggle-active.mat-warn{--mat-datepicker-toggle-active-state-icon-color: #f44336}.mat-calendar-controls{--mat-icon-button-touch-target-display: none}.mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base{--mdc-icon-button-state-layer-size: 40px;width:var(--mdc-icon-button-state-layer-size);height:var(--mdc-icon-button-state-layer-size);padding:8px}html{--mat-divider-width: 1px}html{--mat-divider-color: rgba(0, 0, 0, .12)}html{--mat-expansion-container-shape: 4px;--mat-expansion-legacy-header-indicator-display: inline-block;--mat-expansion-header-indicator-display: none}html{--mat-expansion-container-background-color: white;--mat-expansion-container-text-color: rgba(0, 0, 0, .87);--mat-expansion-actions-divider-color: rgba(0, 0, 0, .12);--mat-expansion-header-hover-state-layer-color: rgba(0, 0, 0, .04);--mat-expansion-header-focus-state-layer-color: rgba(0, 0, 0, .04);--mat-expansion-header-disabled-state-text-color: rgba(0, 0, 0, .26);--mat-expansion-header-text-color: rgba(0, 0, 0, .87);--mat-expansion-header-description-color: rgba(0, 0, 0, .54);--mat-expansion-header-indicator-color: rgba(0, 0, 0, .54)}html{--mat-expansion-header-collapsed-state-height: 48px;--mat-expansion-header-expanded-state-height: 64px}html{--mat-icon-color: inherit}.mat-icon.mat-primary{--mat-icon-color: #3f51b5}.mat-icon.mat-accent{--mat-icon-color: #ff4081}.mat-icon.mat-warn{--mat-icon-color: #f44336}html{--mat-sidenav-container-shape: 0;--mat-sidenav-container-elevation-shadow: 0px 8px 10px -5px rgba(0, 0, 0, .2), 0px 16px 24px 2px rgba(0, 0, 0, .14), 0px 6px 30px 5px rgba(0, 0, 0, .12);--mat-sidenav-container-width: auto}html{--mat-sidenav-container-divider-color: rgba(0, 0, 0, .12);--mat-sidenav-container-background-color: white;--mat-sidenav-container-text-color: rgba(0, 0, 0, .87);--mat-sidenav-content-background-color: #fafafa;--mat-sidenav-content-text-color: rgba(0, 0, 0, .87);--mat-sidenav-scrim-color: rgba(0, 0, 0, .6)}html{--mat-stepper-header-icon-foreground-color: white;--mat-stepper-header-selected-state-icon-background-color: #3f51b5;--mat-stepper-header-selected-state-icon-foreground-color: white;--mat-stepper-header-done-state-icon-background-color: #3f51b5;--mat-stepper-header-done-state-icon-foreground-color: white;--mat-stepper-header-edit-state-icon-background-color: #3f51b5;--mat-stepper-header-edit-state-icon-foreground-color: white;--mat-stepper-container-color: white;--mat-stepper-line-color: rgba(0, 0, 0, .12);--mat-stepper-header-hover-state-layer-color: rgba(0, 0, 0, .04);--mat-stepper-header-focus-state-layer-color: rgba(0, 0, 0, .04);--mat-stepper-header-label-text-color: rgba(0, 0, 0, .54);--mat-stepper-header-optional-label-text-color: rgba(0, 0, 0, .54);--mat-stepper-header-selected-state-label-text-color: rgba(0, 0, 0, .87);--mat-stepper-header-error-state-label-text-color: #f44336;--mat-stepper-header-icon-background-color: rgba(0, 0, 0, .54);--mat-stepper-header-error-state-icon-foreground-color: #f44336;--mat-stepper-header-error-state-icon-background-color: transparent}html .mat-step-header.mat-accent{--mat-stepper-header-icon-foreground-color: white;--mat-stepper-header-selected-state-icon-background-color: #ff4081;--mat-stepper-header-selected-state-icon-foreground-color: white;--mat-stepper-header-done-state-icon-background-color: #ff4081;--mat-stepper-header-done-state-icon-foreground-color: white;--mat-stepper-header-edit-state-icon-background-color: #ff4081;--mat-stepper-header-edit-state-icon-foreground-color: white}html .mat-step-header.mat-warn{--mat-stepper-header-icon-foreground-color: white;--mat-stepper-header-selected-state-icon-background-color: #f44336;--mat-stepper-header-selected-state-icon-foreground-color: white;--mat-stepper-header-done-state-icon-background-color: #f44336;--mat-stepper-header-done-state-icon-foreground-color: white;--mat-stepper-header-edit-state-icon-background-color: #f44336;--mat-stepper-header-edit-state-icon-foreground-color: white}html{--mat-stepper-header-height: 72px}html{--mat-sort-arrow-color: #757575}html{--mat-toolbar-container-background-color: whitesmoke;--mat-toolbar-container-text-color: rgba(0, 0, 0, .87)}.mat-toolbar.mat-primary{--mat-toolbar-container-background-color: #3f51b5;--mat-toolbar-container-text-color: white}.mat-toolbar.mat-accent{--mat-toolbar-container-background-color: #ff4081;--mat-toolbar-container-text-color: white}.mat-toolbar.mat-warn{--mat-toolbar-container-background-color: #f44336;--mat-toolbar-container-text-color: white}html{--mat-toolbar-standard-height: 64px;--mat-toolbar-mobile-height: 56px}html{--mat-tree-container-background-color: white;--mat-tree-node-text-color: rgba(0, 0, 0, .87)}html{--mat-tree-node-min-height: 48px}.class-ellipsis{display:-webkit-box;width:100%;overflow:hidden;margin:0;-webkit-line-clamp:3;-webkit-box-orient:vertical}@media (max-width: 600px){.form__container__width__mobile{width:calc(100vw - 32px);padding-top:70px}}.d-flex{display:flex}.m-0{margin:0rem}.mt-0{margin-top:0rem}.mb-0{margin-bottom:0rem}.ml-0{margin-left:0rem}.mr-0{margin-right:0rem}.mx-0{margin-left:0rem;margin-right:0rem}.my-0{margin-top:0rem;margin-bottom:0rem}@media (min-width: 576px){.m-sm-0{margin:0rem!important}.mt-sm-0{margin-top:0rem!important}.mb-sm-0{margin-bottom:0rem!important}.ml-sm-0{margin-left:0rem!important}.mr-sm-0{margin-right:0rem!important}.mx-sm-0{margin-left:0rem!important;margin-right:0rem!important}.my-sm-0{margin-top:0rem!important;margin-bottom:0rem!important}}@media (min-width: 768px){.m-md-0{margin:0rem!important}.mt-md-0{margin-top:0rem!important}.mb-md-0{margin-bottom:0rem!important}.ml-md-0{margin-left:0rem!important}.mr-md-0{margin-right:0rem!important}.mx-md-0{margin-left:0rem!important;margin-right:0rem!important}.my-md-0{margin-top:0rem!important;margin-bottom:0rem!important}}@media (min-width: 992px){.m-lg-0{margin:0rem!important}.mt-lg-0{margin-top:0rem!important}.mb-lg-0{margin-bottom:0rem!important}.ml-lg-0{margin-left:0rem!important}.mr-lg-0{margin-right:0rem!important}.mx-lg-0{margin-left:0rem!important;margin-right:0rem!important}.my-lg-0{margin-top:0rem!important;margin-bottom:0rem!important}}@media (min-width: 1200px){.m-xl-0{margin:0rem!important}.mt-xl-0{margin-top:0rem!important}.mb-xl-0{margin-bottom:0rem!important}.ml-xl-0{margin-left:0rem!important}.mr-xl-0{margin-right:0rem!important}.mx-xl-0{margin-left:0rem!important;margin-right:0rem!important}.my-xl-0{margin-top:0rem!important;margin-bottom:0rem!important}}.m-1{margin:.15rem}.mt-1{margin-top:.3rem}.mb-1{margin-bottom:.3rem}.ml-1{margin-left:.3rem}.mr-1{margin-right:.3rem}.mx-1{margin-left:.15rem;margin-right:.15rem}.my-1{margin-top:.15rem;margin-bottom:.15rem}@media (min-width: 576px){.m-sm-1{margin:.15rem!important}.mt-sm-1{margin-top:.3rem!important}.mb-sm-1{margin-bottom:.3rem!important}.ml-sm-1{margin-left:.3rem!important}.mr-sm-1{margin-right:.3rem!important}.mx-sm-1{margin-left:.15rem!important;margin-right:.15rem!important}.my-sm-1{margin-top:.15rem!important;margin-bottom:.15rem!important}}@media (min-width: 768px){.m-md-1{margin:.15rem!important}.mt-md-1{margin-top:.3rem!important}.mb-md-1{margin-bottom:.3rem!important}.ml-md-1{margin-left:.3rem!important}.mr-md-1{margin-right:.3rem!important}.mx-md-1{margin-left:.15rem!important;margin-right:.15rem!important}.my-md-1{margin-top:.15rem!important;margin-bottom:.15rem!important}}@media (min-width: 992px){.m-lg-1{margin:.15rem!important}.mt-lg-1{margin-top:.3rem!important}.mb-lg-1{margin-bottom:.3rem!important}.ml-lg-1{margin-left:.3rem!important}.mr-lg-1{margin-right:.3rem!important}.mx-lg-1{margin-left:.15rem!important;margin-right:.15rem!important}.my-lg-1{margin-top:.15rem!important;margin-bottom:.15rem!important}}@media (min-width: 1200px){.m-xl-1{margin:.15rem!important}.mt-xl-1{margin-top:.3rem!important}.mb-xl-1{margin-bottom:.3rem!important}.ml-xl-1{margin-left:.3rem!important}.mr-xl-1{margin-right:.3rem!important}.mx-xl-1{margin-left:.15rem!important;margin-right:.15rem!important}.my-xl-1{margin-top:.15rem!important;margin-bottom:.15rem!important}}.m-2{margin:.3rem}.mt-2{margin-top:.6rem}.mb-2{margin-bottom:.6rem}.ml-2{margin-left:.6rem}.mr-2{margin-right:.6rem}.mx-2{margin-left:.3rem;margin-right:.3rem}.my-2{margin-top:.3rem;margin-bottom:.3rem}@media (min-width: 576px){.m-sm-2{margin:.3rem!important}.mt-sm-2{margin-top:.6rem!important}.mb-sm-2{margin-bottom:.6rem!important}.ml-sm-2{margin-left:.6rem!important}.mr-sm-2{margin-right:.6rem!important}.mx-sm-2{margin-left:.3rem!important;margin-right:.3rem!important}.my-sm-2{margin-top:.3rem!important;margin-bottom:.3rem!important}}@media (min-width: 768px){.m-md-2{margin:.3rem!important}.mt-md-2{margin-top:.6rem!important}.mb-md-2{margin-bottom:.6rem!important}.ml-md-2{margin-left:.6rem!important}.mr-md-2{margin-right:.6rem!important}.mx-md-2{margin-left:.3rem!important;margin-right:.3rem!important}.my-md-2{margin-top:.3rem!important;margin-bottom:.3rem!important}}@media (min-width: 992px){.m-lg-2{margin:.3rem!important}.mt-lg-2{margin-top:.6rem!important}.mb-lg-2{margin-bottom:.6rem!important}.ml-lg-2{margin-left:.6rem!important}.mr-lg-2{margin-right:.6rem!important}.mx-lg-2{margin-left:.3rem!important;margin-right:.3rem!important}.my-lg-2{margin-top:.3rem!important;margin-bottom:.3rem!important}}@media (min-width: 1200px){.m-xl-2{margin:.3rem!important}.mt-xl-2{margin-top:.6rem!important}.mb-xl-2{margin-bottom:.6rem!important}.ml-xl-2{margin-left:.6rem!important}.mr-xl-2{margin-right:.6rem!important}.mx-xl-2{margin-left:.3rem!important;margin-right:.3rem!important}.my-xl-2{margin-top:.3rem!important;margin-bottom:.3rem!important}}.m-3{margin:.45rem}.mt-3{margin-top:.9rem}.mb-3{margin-bottom:.9rem}.ml-3{margin-left:.9rem}.mr-3{margin-right:.9rem}.mx-3{margin-left:.45rem;margin-right:.45rem}.my-3{margin-top:.45rem;margin-bottom:.45rem}@media (min-width: 576px){.m-sm-3{margin:.45rem!important}.mt-sm-3{margin-top:.9rem!important}.mb-sm-3{margin-bottom:.9rem!important}.ml-sm-3{margin-left:.9rem!important}.mr-sm-3{margin-right:.9rem!important}.mx-sm-3{margin-left:.45rem!important;margin-right:.45rem!important}.my-sm-3{margin-top:.45rem!important;margin-bottom:.45rem!important}}@media (min-width: 768px){.m-md-3{margin:.45rem!important}.mt-md-3{margin-top:.9rem!important}.mb-md-3{margin-bottom:.9rem!important}.ml-md-3{margin-left:.9rem!important}.mr-md-3{margin-right:.9rem!important}.mx-md-3{margin-left:.45rem!important;margin-right:.45rem!important}.my-md-3{margin-top:.45rem!important;margin-bottom:.45rem!important}}@media (min-width: 992px){.m-lg-3{margin:.45rem!important}.mt-lg-3{margin-top:.9rem!important}.mb-lg-3{margin-bottom:.9rem!important}.ml-lg-3{margin-left:.9rem!important}.mr-lg-3{margin-right:.9rem!important}.mx-lg-3{margin-left:.45rem!important;margin-right:.45rem!important}.my-lg-3{margin-top:.45rem!important;margin-bottom:.45rem!important}}@media (min-width: 1200px){.m-xl-3{margin:.45rem!important}.mt-xl-3{margin-top:.9rem!important}.mb-xl-3{margin-bottom:.9rem!important}.ml-xl-3{margin-left:.9rem!important}.mr-xl-3{margin-right:.9rem!important}.mx-xl-3{margin-left:.45rem!important;margin-right:.45rem!important}.my-xl-3{margin-top:.45rem!important;margin-bottom:.45rem!important}}.m-4{margin:.6rem}.mt-4{margin-top:1.2rem}.mb-4{margin-bottom:1.2rem}.ml-4{margin-left:1.2rem}.mr-4{margin-right:1.2rem}.mx-4{margin-left:.6rem;margin-right:.6rem}.my-4{margin-top:.6rem;margin-bottom:.6rem}@media (min-width: 576px){.m-sm-4{margin:.6rem!important}.mt-sm-4{margin-top:1.2rem!important}.mb-sm-4{margin-bottom:1.2rem!important}.ml-sm-4{margin-left:1.2rem!important}.mr-sm-4{margin-right:1.2rem!important}.mx-sm-4{margin-left:.6rem!important;margin-right:.6rem!important}.my-sm-4{margin-top:.6rem!important;margin-bottom:.6rem!important}}@media (min-width: 768px){.m-md-4{margin:.6rem!important}.mt-md-4{margin-top:1.2rem!important}.mb-md-4{margin-bottom:1.2rem!important}.ml-md-4{margin-left:1.2rem!important}.mr-md-4{margin-right:1.2rem!important}.mx-md-4{margin-left:.6rem!important;margin-right:.6rem!important}.my-md-4{margin-top:.6rem!important;margin-bottom:.6rem!important}}@media (min-width: 992px){.m-lg-4{margin:.6rem!important}.mt-lg-4{margin-top:1.2rem!important}.mb-lg-4{margin-bottom:1.2rem!important}.ml-lg-4{margin-left:1.2rem!important}.mr-lg-4{margin-right:1.2rem!important}.mx-lg-4{margin-left:.6rem!important;margin-right:.6rem!important}.my-lg-4{margin-top:.6rem!important;margin-bottom:.6rem!important}}@media (min-width: 1200px){.m-xl-4{margin:.6rem!important}.mt-xl-4{margin-top:1.2rem!important}.mb-xl-4{margin-bottom:1.2rem!important}.ml-xl-4{margin-left:1.2rem!important}.mr-xl-4{margin-right:1.2rem!important}.mx-xl-4{margin-left:.6rem!important;margin-right:.6rem!important}.my-xl-4{margin-top:.6rem!important;margin-bottom:.6rem!important}}.m-5{margin:.75rem}.mt-5{margin-top:1.5rem}.mb-5{margin-bottom:1.5rem}.ml-5{margin-left:1.5rem}.mr-5{margin-right:1.5rem}.mx-5{margin-left:.75rem;margin-right:.75rem}.my-5{margin-top:.75rem;margin-bottom:.75rem}@media (min-width: 576px){.m-sm-5{margin:.75rem!important}.mt-sm-5{margin-top:1.5rem!important}.mb-sm-5{margin-bottom:1.5rem!important}.ml-sm-5{margin-left:1.5rem!important}.mr-sm-5{margin-right:1.5rem!important}.mx-sm-5{margin-left:.75rem!important;margin-right:.75rem!important}.my-sm-5{margin-top:.75rem!important;margin-bottom:.75rem!important}}@media (min-width: 768px){.m-md-5{margin:.75rem!important}.mt-md-5{margin-top:1.5rem!important}.mb-md-5{margin-bottom:1.5rem!important}.ml-md-5{margin-left:1.5rem!important}.mr-md-5{margin-right:1.5rem!important}.mx-md-5{margin-left:.75rem!important;margin-right:.75rem!important}.my-md-5{margin-top:.75rem!important;margin-bottom:.75rem!important}}@media (min-width: 992px){.m-lg-5{margin:.75rem!important}.mt-lg-5{margin-top:1.5rem!important}.mb-lg-5{margin-bottom:1.5rem!important}.ml-lg-5{margin-left:1.5rem!important}.mr-lg-5{margin-right:1.5rem!important}.mx-lg-5{margin-left:.75rem!important;margin-right:.75rem!important}.my-lg-5{margin-top:.75rem!important;margin-bottom:.75rem!important}}@media (min-width: 1200px){.m-xl-5{margin:.75rem!important}.mt-xl-5{margin-top:1.5rem!important}.mb-xl-5{margin-bottom:1.5rem!important}.ml-xl-5{margin-left:1.5rem!important}.mr-xl-5{margin-right:1.5rem!important}.mx-xl-5{margin-left:.75rem!important;margin-right:.75rem!important}.my-xl-5{margin-top:.75rem!important;margin-bottom:.75rem!important}}.m-6{margin:.9rem}.mt-6{margin-top:1.8rem}.mb-6{margin-bottom:1.8rem}.ml-6{margin-left:1.8rem}.mr-6{margin-right:1.8rem}.mx-6{margin-left:.9rem;margin-right:.9rem}.my-6{margin-top:.9rem;margin-bottom:.9rem}@media (min-width: 576px){.m-sm-6{margin:.9rem!important}.mt-sm-6{margin-top:1.8rem!important}.mb-sm-6{margin-bottom:1.8rem!important}.ml-sm-6{margin-left:1.8rem!important}.mr-sm-6{margin-right:1.8rem!important}.mx-sm-6{margin-left:.9rem!important;margin-right:.9rem!important}.my-sm-6{margin-top:.9rem!important;margin-bottom:.9rem!important}}@media (min-width: 768px){.m-md-6{margin:.9rem!important}.mt-md-6{margin-top:1.8rem!important}.mb-md-6{margin-bottom:1.8rem!important}.ml-md-6{margin-left:1.8rem!important}.mr-md-6{margin-right:1.8rem!important}.mx-md-6{margin-left:.9rem!important;margin-right:.9rem!important}.my-md-6{margin-top:.9rem!important;margin-bottom:.9rem!important}}@media (min-width: 992px){.m-lg-6{margin:.9rem!important}.mt-lg-6{margin-top:1.8rem!important}.mb-lg-6{margin-bottom:1.8rem!important}.ml-lg-6{margin-left:1.8rem!important}.mr-lg-6{margin-right:1.8rem!important}.mx-lg-6{margin-left:.9rem!important;margin-right:.9rem!important}.my-lg-6{margin-top:.9rem!important;margin-bottom:.9rem!important}}@media (min-width: 1200px){.m-xl-6{margin:.9rem!important}.mt-xl-6{margin-top:1.8rem!important}.mb-xl-6{margin-bottom:1.8rem!important}.ml-xl-6{margin-left:1.8rem!important}.mr-xl-6{margin-right:1.8rem!important}.mx-xl-6{margin-left:.9rem!important;margin-right:.9rem!important}.my-xl-6{margin-top:.9rem!important;margin-bottom:.9rem!important}}.m-7{margin:1.05rem}.mt-7{margin-top:2.1rem}.mb-7{margin-bottom:2.1rem}.ml-7{margin-left:2.1rem}.mr-7{margin-right:2.1rem}.mx-7{margin-left:1.05rem;margin-right:1.05rem}.my-7{margin-top:1.05rem;margin-bottom:1.05rem}@media (min-width: 576px){.m-sm-7{margin:1.05rem!important}.mt-sm-7{margin-top:2.1rem!important}.mb-sm-7{margin-bottom:2.1rem!important}.ml-sm-7{margin-left:2.1rem!important}.mr-sm-7{margin-right:2.1rem!important}.mx-sm-7{margin-left:1.05rem!important;margin-right:1.05rem!important}.my-sm-7{margin-top:1.05rem!important;margin-bottom:1.05rem!important}}@media (min-width: 768px){.m-md-7{margin:1.05rem!important}.mt-md-7{margin-top:2.1rem!important}.mb-md-7{margin-bottom:2.1rem!important}.ml-md-7{margin-left:2.1rem!important}.mr-md-7{margin-right:2.1rem!important}.mx-md-7{margin-left:1.05rem!important;margin-right:1.05rem!important}.my-md-7{margin-top:1.05rem!important;margin-bottom:1.05rem!important}}@media (min-width: 992px){.m-lg-7{margin:1.05rem!important}.mt-lg-7{margin-top:2.1rem!important}.mb-lg-7{margin-bottom:2.1rem!important}.ml-lg-7{margin-left:2.1rem!important}.mr-lg-7{margin-right:2.1rem!important}.mx-lg-7{margin-left:1.05rem!important;margin-right:1.05rem!important}.my-lg-7{margin-top:1.05rem!important;margin-bottom:1.05rem!important}}@media (min-width: 1200px){.m-xl-7{margin:1.05rem!important}.mt-xl-7{margin-top:2.1rem!important}.mb-xl-7{margin-bottom:2.1rem!important}.ml-xl-7{margin-left:2.1rem!important}.mr-xl-7{margin-right:2.1rem!important}.mx-xl-7{margin-left:1.05rem!important;margin-right:1.05rem!important}.my-xl-7{margin-top:1.05rem!important;margin-bottom:1.05rem!important}}.m-8{margin:1.2rem}.mt-8{margin-top:2.4rem}.mb-8{margin-bottom:2.4rem}.ml-8{margin-left:2.4rem}.mr-8{margin-right:2.4rem}.mx-8{margin-left:1.2rem;margin-right:1.2rem}.my-8{margin-top:1.2rem;margin-bottom:1.2rem}@media (min-width: 576px){.m-sm-8{margin:1.2rem!important}.mt-sm-8{margin-top:2.4rem!important}.mb-sm-8{margin-bottom:2.4rem!important}.ml-sm-8{margin-left:2.4rem!important}.mr-sm-8{margin-right:2.4rem!important}.mx-sm-8{margin-left:1.2rem!important;margin-right:1.2rem!important}.my-sm-8{margin-top:1.2rem!important;margin-bottom:1.2rem!important}}@media (min-width: 768px){.m-md-8{margin:1.2rem!important}.mt-md-8{margin-top:2.4rem!important}.mb-md-8{margin-bottom:2.4rem!important}.ml-md-8{margin-left:2.4rem!important}.mr-md-8{margin-right:2.4rem!important}.mx-md-8{margin-left:1.2rem!important;margin-right:1.2rem!important}.my-md-8{margin-top:1.2rem!important;margin-bottom:1.2rem!important}}@media (min-width: 992px){.m-lg-8{margin:1.2rem!important}.mt-lg-8{margin-top:2.4rem!important}.mb-lg-8{margin-bottom:2.4rem!important}.ml-lg-8{margin-left:2.4rem!important}.mr-lg-8{margin-right:2.4rem!important}.mx-lg-8{margin-left:1.2rem!important;margin-right:1.2rem!important}.my-lg-8{margin-top:1.2rem!important;margin-bottom:1.2rem!important}}@media (min-width: 1200px){.m-xl-8{margin:1.2rem!important}.mt-xl-8{margin-top:2.4rem!important}.mb-xl-8{margin-bottom:2.4rem!important}.ml-xl-8{margin-left:2.4rem!important}.mr-xl-8{margin-right:2.4rem!important}.mx-xl-8{margin-left:1.2rem!important;margin-right:1.2rem!important}.my-xl-8{margin-top:1.2rem!important;margin-bottom:1.2rem!important}}.m-9{margin:1.35rem}.mt-9{margin-top:2.7rem}.mb-9{margin-bottom:2.7rem}.ml-9{margin-left:2.7rem}.mr-9{margin-right:2.7rem}.mx-9{margin-left:1.35rem;margin-right:1.35rem}.my-9{margin-top:1.35rem;margin-bottom:1.35rem}@media (min-width: 576px){.m-sm-9{margin:1.35rem!important}.mt-sm-9{margin-top:2.7rem!important}.mb-sm-9{margin-bottom:2.7rem!important}.ml-sm-9{margin-left:2.7rem!important}.mr-sm-9{margin-right:2.7rem!important}.mx-sm-9{margin-left:1.35rem!important;margin-right:1.35rem!important}.my-sm-9{margin-top:1.35rem!important;margin-bottom:1.35rem!important}}@media (min-width: 768px){.m-md-9{margin:1.35rem!important}.mt-md-9{margin-top:2.7rem!important}.mb-md-9{margin-bottom:2.7rem!important}.ml-md-9{margin-left:2.7rem!important}.mr-md-9{margin-right:2.7rem!important}.mx-md-9{margin-left:1.35rem!important;margin-right:1.35rem!important}.my-md-9{margin-top:1.35rem!important;margin-bottom:1.35rem!important}}@media (min-width: 992px){.m-lg-9{margin:1.35rem!important}.mt-lg-9{margin-top:2.7rem!important}.mb-lg-9{margin-bottom:2.7rem!important}.ml-lg-9{margin-left:2.7rem!important}.mr-lg-9{margin-right:2.7rem!important}.mx-lg-9{margin-left:1.35rem!important;margin-right:1.35rem!important}.my-lg-9{margin-top:1.35rem!important;margin-bottom:1.35rem!important}}@media (min-width: 1200px){.m-xl-9{margin:1.35rem!important}.mt-xl-9{margin-top:2.7rem!important}.mb-xl-9{margin-bottom:2.7rem!important}.ml-xl-9{margin-left:2.7rem!important}.mr-xl-9{margin-right:2.7rem!important}.mx-xl-9{margin-left:1.35rem!important;margin-right:1.35rem!important}.my-xl-9{margin-top:1.35rem!important;margin-bottom:1.35rem!important}}.m-10{margin:1.5rem}.mt-10{margin-top:3rem}.mb-10{margin-bottom:3rem}.ml-10{margin-left:3rem}.mr-10{margin-right:3rem}.mx-10{margin-left:1.5rem;margin-right:1.5rem}.my-10{margin-top:1.5rem;margin-bottom:1.5rem}@media (min-width: 576px){.m-sm-10{margin:1.5rem!important}.mt-sm-10{margin-top:3rem!important}.mb-sm-10{margin-bottom:3rem!important}.ml-sm-10{margin-left:3rem!important}.mr-sm-10{margin-right:3rem!important}.mx-sm-10{margin-left:1.5rem!important;margin-right:1.5rem!important}.my-sm-10{margin-top:1.5rem!important;margin-bottom:1.5rem!important}}@media (min-width: 768px){.m-md-10{margin:1.5rem!important}.mt-md-10{margin-top:3rem!important}.mb-md-10{margin-bottom:3rem!important}.ml-md-10{margin-left:3rem!important}.mr-md-10{margin-right:3rem!important}.mx-md-10{margin-left:1.5rem!important;margin-right:1.5rem!important}.my-md-10{margin-top:1.5rem!important;margin-bottom:1.5rem!important}}@media (min-width: 992px){.m-lg-10{margin:1.5rem!important}.mt-lg-10{margin-top:3rem!important}.mb-lg-10{margin-bottom:3rem!important}.ml-lg-10{margin-left:3rem!important}.mr-lg-10{margin-right:3rem!important}.mx-lg-10{margin-left:1.5rem!important;margin-right:1.5rem!important}.my-lg-10{margin-top:1.5rem!important;margin-bottom:1.5rem!important}}@media (min-width: 1200px){.m-xl-10{margin:1.5rem!important}.mt-xl-10{margin-top:3rem!important}.mb-xl-10{margin-bottom:3rem!important}.ml-xl-10{margin-left:3rem!important}.mr-xl-10{margin-right:3rem!important}.mx-xl-10{margin-left:1.5rem!important;margin-right:1.5rem!important}.my-xl-10{margin-top:1.5rem!important;margin-bottom:1.5rem!important}}.m-11{margin:1.65rem}.mt-11{margin-top:3.3rem}.mb-11{margin-bottom:3.3rem}.ml-11{margin-left:3.3rem}.mr-11{margin-right:3.3rem}.mx-11{margin-left:1.65rem;margin-right:1.65rem}.my-11{margin-top:1.65rem;margin-bottom:1.65rem}@media (min-width: 576px){.m-sm-11{margin:1.65rem!important}.mt-sm-11{margin-top:3.3rem!important}.mb-sm-11{margin-bottom:3.3rem!important}.ml-sm-11{margin-left:3.3rem!important}.mr-sm-11{margin-right:3.3rem!important}.mx-sm-11{margin-left:1.65rem!important;margin-right:1.65rem!important}.my-sm-11{margin-top:1.65rem!important;margin-bottom:1.65rem!important}}@media (min-width: 768px){.m-md-11{margin:1.65rem!important}.mt-md-11{margin-top:3.3rem!important}.mb-md-11{margin-bottom:3.3rem!important}.ml-md-11{margin-left:3.3rem!important}.mr-md-11{margin-right:3.3rem!important}.mx-md-11{margin-left:1.65rem!important;margin-right:1.65rem!important}.my-md-11{margin-top:1.65rem!important;margin-bottom:1.65rem!important}}@media (min-width: 992px){.m-lg-11{margin:1.65rem!important}.mt-lg-11{margin-top:3.3rem!important}.mb-lg-11{margin-bottom:3.3rem!important}.ml-lg-11{margin-left:3.3rem!important}.mr-lg-11{margin-right:3.3rem!important}.mx-lg-11{margin-left:1.65rem!important;margin-right:1.65rem!important}.my-lg-11{margin-top:1.65rem!important;margin-bottom:1.65rem!important}}@media (min-width: 1200px){.m-xl-11{margin:1.65rem!important}.mt-xl-11{margin-top:3.3rem!important}.mb-xl-11{margin-bottom:3.3rem!important}.ml-xl-11{margin-left:3.3rem!important}.mr-xl-11{margin-right:3.3rem!important}.mx-xl-11{margin-left:1.65rem!important;margin-right:1.65rem!important}.my-xl-11{margin-top:1.65rem!important;margin-bottom:1.65rem!important}}.m-12{margin:1.8rem}.mt-12{margin-top:3.6rem}.mb-12{margin-bottom:3.6rem}.ml-12{margin-left:3.6rem}.mr-12{margin-right:3.6rem}.mx-12{margin-left:1.8rem;margin-right:1.8rem}.my-12{margin-top:1.8rem;margin-bottom:1.8rem}@media (min-width: 576px){.m-sm-12{margin:1.8rem!important}.mt-sm-12{margin-top:3.6rem!important}.mb-sm-12{margin-bottom:3.6rem!important}.ml-sm-12{margin-left:3.6rem!important}.mr-sm-12{margin-right:3.6rem!important}.mx-sm-12{margin-left:1.8rem!important;margin-right:1.8rem!important}.my-sm-12{margin-top:1.8rem!important;margin-bottom:1.8rem!important}}@media (min-width: 768px){.m-md-12{margin:1.8rem!important}.mt-md-12{margin-top:3.6rem!important}.mb-md-12{margin-bottom:3.6rem!important}.ml-md-12{margin-left:3.6rem!important}.mr-md-12{margin-right:3.6rem!important}.mx-md-12{margin-left:1.8rem!important;margin-right:1.8rem!important}.my-md-12{margin-top:1.8rem!important;margin-bottom:1.8rem!important}}@media (min-width: 992px){.m-lg-12{margin:1.8rem!important}.mt-lg-12{margin-top:3.6rem!important}.mb-lg-12{margin-bottom:3.6rem!important}.ml-lg-12{margin-left:3.6rem!important}.mr-lg-12{margin-right:3.6rem!important}.mx-lg-12{margin-left:1.8rem!important;margin-right:1.8rem!important}.my-lg-12{margin-top:1.8rem!important;margin-bottom:1.8rem!important}}@media (min-width: 1200px){.m-xl-12{margin:1.8rem!important}.mt-xl-12{margin-top:3.6rem!important}.mb-xl-12{margin-bottom:3.6rem!important}.ml-xl-12{margin-left:3.6rem!important}.mr-xl-12{margin-right:3.6rem!important}.mx-xl-12{margin-left:1.8rem!important;margin-right:1.8rem!important}.my-xl-12{margin-top:1.8rem!important;margin-bottom:1.8rem!important}}.m-13{margin:1.95rem}.mt-13{margin-top:3.9rem}.mb-13{margin-bottom:3.9rem}.ml-13{margin-left:3.9rem}.mr-13{margin-right:3.9rem}.mx-13{margin-left:1.95rem;margin-right:1.95rem}.my-13{margin-top:1.95rem;margin-bottom:1.95rem}@media (min-width: 576px){.m-sm-13{margin:1.95rem!important}.mt-sm-13{margin-top:3.9rem!important}.mb-sm-13{margin-bottom:3.9rem!important}.ml-sm-13{margin-left:3.9rem!important}.mr-sm-13{margin-right:3.9rem!important}.mx-sm-13{margin-left:1.95rem!important;margin-right:1.95rem!important}.my-sm-13{margin-top:1.95rem!important;margin-bottom:1.95rem!important}}@media (min-width: 768px){.m-md-13{margin:1.95rem!important}.mt-md-13{margin-top:3.9rem!important}.mb-md-13{margin-bottom:3.9rem!important}.ml-md-13{margin-left:3.9rem!important}.mr-md-13{margin-right:3.9rem!important}.mx-md-13{margin-left:1.95rem!important;margin-right:1.95rem!important}.my-md-13{margin-top:1.95rem!important;margin-bottom:1.95rem!important}}@media (min-width: 992px){.m-lg-13{margin:1.95rem!important}.mt-lg-13{margin-top:3.9rem!important}.mb-lg-13{margin-bottom:3.9rem!important}.ml-lg-13{margin-left:3.9rem!important}.mr-lg-13{margin-right:3.9rem!important}.mx-lg-13{margin-left:1.95rem!important;margin-right:1.95rem!important}.my-lg-13{margin-top:1.95rem!important;margin-bottom:1.95rem!important}}@media (min-width: 1200px){.m-xl-13{margin:1.95rem!important}.mt-xl-13{margin-top:3.9rem!important}.mb-xl-13{margin-bottom:3.9rem!important}.ml-xl-13{margin-left:3.9rem!important}.mr-xl-13{margin-right:3.9rem!important}.mx-xl-13{margin-left:1.95rem!important;margin-right:1.95rem!important}.my-xl-13{margin-top:1.95rem!important;margin-bottom:1.95rem!important}}.m-14{margin:2.1rem}.mt-14{margin-top:4.2rem}.mb-14{margin-bottom:4.2rem}.ml-14{margin-left:4.2rem}.mr-14{margin-right:4.2rem}.mx-14{margin-left:2.1rem;margin-right:2.1rem}.my-14{margin-top:2.1rem;margin-bottom:2.1rem}@media (min-width: 576px){.m-sm-14{margin:2.1rem!important}.mt-sm-14{margin-top:4.2rem!important}.mb-sm-14{margin-bottom:4.2rem!important}.ml-sm-14{margin-left:4.2rem!important}.mr-sm-14{margin-right:4.2rem!important}.mx-sm-14{margin-left:2.1rem!important;margin-right:2.1rem!important}.my-sm-14{margin-top:2.1rem!important;margin-bottom:2.1rem!important}}@media (min-width: 768px){.m-md-14{margin:2.1rem!important}.mt-md-14{margin-top:4.2rem!important}.mb-md-14{margin-bottom:4.2rem!important}.ml-md-14{margin-left:4.2rem!important}.mr-md-14{margin-right:4.2rem!important}.mx-md-14{margin-left:2.1rem!important;margin-right:2.1rem!important}.my-md-14{margin-top:2.1rem!important;margin-bottom:2.1rem!important}}@media (min-width: 992px){.m-lg-14{margin:2.1rem!important}.mt-lg-14{margin-top:4.2rem!important}.mb-lg-14{margin-bottom:4.2rem!important}.ml-lg-14{margin-left:4.2rem!important}.mr-lg-14{margin-right:4.2rem!important}.mx-lg-14{margin-left:2.1rem!important;margin-right:2.1rem!important}.my-lg-14{margin-top:2.1rem!important;margin-bottom:2.1rem!important}}@media (min-width: 1200px){.m-xl-14{margin:2.1rem!important}.mt-xl-14{margin-top:4.2rem!important}.mb-xl-14{margin-bottom:4.2rem!important}.ml-xl-14{margin-left:4.2rem!important}.mr-xl-14{margin-right:4.2rem!important}.mx-xl-14{margin-left:2.1rem!important;margin-right:2.1rem!important}.my-xl-14{margin-top:2.1rem!important;margin-bottom:2.1rem!important}}.m-15{margin:2.25rem}.mt-15{margin-top:4.5rem}.mb-15{margin-bottom:4.5rem}.ml-15{margin-left:4.5rem}.mr-15{margin-right:4.5rem}.mx-15{margin-left:2.25rem;margin-right:2.25rem}.my-15{margin-top:2.25rem;margin-bottom:2.25rem}@media (min-width: 576px){.m-sm-15{margin:2.25rem!important}.mt-sm-15{margin-top:4.5rem!important}.mb-sm-15{margin-bottom:4.5rem!important}.ml-sm-15{margin-left:4.5rem!important}.mr-sm-15{margin-right:4.5rem!important}.mx-sm-15{margin-left:2.25rem!important;margin-right:2.25rem!important}.my-sm-15{margin-top:2.25rem!important;margin-bottom:2.25rem!important}}@media (min-width: 768px){.m-md-15{margin:2.25rem!important}.mt-md-15{margin-top:4.5rem!important}.mb-md-15{margin-bottom:4.5rem!important}.ml-md-15{margin-left:4.5rem!important}.mr-md-15{margin-right:4.5rem!important}.mx-md-15{margin-left:2.25rem!important;margin-right:2.25rem!important}.my-md-15{margin-top:2.25rem!important;margin-bottom:2.25rem!important}}@media (min-width: 992px){.m-lg-15{margin:2.25rem!important}.mt-lg-15{margin-top:4.5rem!important}.mb-lg-15{margin-bottom:4.5rem!important}.ml-lg-15{margin-left:4.5rem!important}.mr-lg-15{margin-right:4.5rem!important}.mx-lg-15{margin-left:2.25rem!important;margin-right:2.25rem!important}.my-lg-15{margin-top:2.25rem!important;margin-bottom:2.25rem!important}}@media (min-width: 1200px){.m-xl-15{margin:2.25rem!important}.mt-xl-15{margin-top:4.5rem!important}.mb-xl-15{margin-bottom:4.5rem!important}.ml-xl-15{margin-left:4.5rem!important}.mr-xl-15{margin-right:4.5rem!important}.mx-xl-15{margin-left:2.25rem!important;margin-right:2.25rem!important}.my-xl-15{margin-top:2.25rem!important;margin-bottom:2.25rem!important}}.m-16{margin:2.4rem}.mt-16{margin-top:4.8rem}.mb-16{margin-bottom:4.8rem}.ml-16{margin-left:4.8rem}.mr-16{margin-right:4.8rem}.mx-16{margin-left:2.4rem;margin-right:2.4rem}.my-16{margin-top:2.4rem;margin-bottom:2.4rem}@media (min-width: 576px){.m-sm-16{margin:2.4rem!important}.mt-sm-16{margin-top:4.8rem!important}.mb-sm-16{margin-bottom:4.8rem!important}.ml-sm-16{margin-left:4.8rem!important}.mr-sm-16{margin-right:4.8rem!important}.mx-sm-16{margin-left:2.4rem!important;margin-right:2.4rem!important}.my-sm-16{margin-top:2.4rem!important;margin-bottom:2.4rem!important}}@media (min-width: 768px){.m-md-16{margin:2.4rem!important}.mt-md-16{margin-top:4.8rem!important}.mb-md-16{margin-bottom:4.8rem!important}.ml-md-16{margin-left:4.8rem!important}.mr-md-16{margin-right:4.8rem!important}.mx-md-16{margin-left:2.4rem!important;margin-right:2.4rem!important}.my-md-16{margin-top:2.4rem!important;margin-bottom:2.4rem!important}}@media (min-width: 992px){.m-lg-16{margin:2.4rem!important}.mt-lg-16{margin-top:4.8rem!important}.mb-lg-16{margin-bottom:4.8rem!important}.ml-lg-16{margin-left:4.8rem!important}.mr-lg-16{margin-right:4.8rem!important}.mx-lg-16{margin-left:2.4rem!important;margin-right:2.4rem!important}.my-lg-16{margin-top:2.4rem!important;margin-bottom:2.4rem!important}}@media (min-width: 1200px){.m-xl-16{margin:2.4rem!important}.mt-xl-16{margin-top:4.8rem!important}.mb-xl-16{margin-bottom:4.8rem!important}.ml-xl-16{margin-left:4.8rem!important}.mr-xl-16{margin-right:4.8rem!important}.mx-xl-16{margin-left:2.4rem!important;margin-right:2.4rem!important}.my-xl-16{margin-top:2.4rem!important;margin-bottom:2.4rem!important}}.m-17{margin:2.55rem}.mt-17{margin-top:5.1rem}.mb-17{margin-bottom:5.1rem}.ml-17{margin-left:5.1rem}.mr-17{margin-right:5.1rem}.mx-17{margin-left:2.55rem;margin-right:2.55rem}.my-17{margin-top:2.55rem;margin-bottom:2.55rem}@media (min-width: 576px){.m-sm-17{margin:2.55rem!important}.mt-sm-17{margin-top:5.1rem!important}.mb-sm-17{margin-bottom:5.1rem!important}.ml-sm-17{margin-left:5.1rem!important}.mr-sm-17{margin-right:5.1rem!important}.mx-sm-17{margin-left:2.55rem!important;margin-right:2.55rem!important}.my-sm-17{margin-top:2.55rem!important;margin-bottom:2.55rem!important}}@media (min-width: 768px){.m-md-17{margin:2.55rem!important}.mt-md-17{margin-top:5.1rem!important}.mb-md-17{margin-bottom:5.1rem!important}.ml-md-17{margin-left:5.1rem!important}.mr-md-17{margin-right:5.1rem!important}.mx-md-17{margin-left:2.55rem!important;margin-right:2.55rem!important}.my-md-17{margin-top:2.55rem!important;margin-bottom:2.55rem!important}}@media (min-width: 992px){.m-lg-17{margin:2.55rem!important}.mt-lg-17{margin-top:5.1rem!important}.mb-lg-17{margin-bottom:5.1rem!important}.ml-lg-17{margin-left:5.1rem!important}.mr-lg-17{margin-right:5.1rem!important}.mx-lg-17{margin-left:2.55rem!important;margin-right:2.55rem!important}.my-lg-17{margin-top:2.55rem!important;margin-bottom:2.55rem!important}}@media (min-width: 1200px){.m-xl-17{margin:2.55rem!important}.mt-xl-17{margin-top:5.1rem!important}.mb-xl-17{margin-bottom:5.1rem!important}.ml-xl-17{margin-left:5.1rem!important}.mr-xl-17{margin-right:5.1rem!important}.mx-xl-17{margin-left:2.55rem!important;margin-right:2.55rem!important}.my-xl-17{margin-top:2.55rem!important;margin-bottom:2.55rem!important}}.m-18{margin:2.7rem}.mt-18{margin-top:5.4rem}.mb-18{margin-bottom:5.4rem}.ml-18{margin-left:5.4rem}.mr-18{margin-right:5.4rem}.mx-18{margin-left:2.7rem;margin-right:2.7rem}.my-18{margin-top:2.7rem;margin-bottom:2.7rem}@media (min-width: 576px){.m-sm-18{margin:2.7rem!important}.mt-sm-18{margin-top:5.4rem!important}.mb-sm-18{margin-bottom:5.4rem!important}.ml-sm-18{margin-left:5.4rem!important}.mr-sm-18{margin-right:5.4rem!important}.mx-sm-18{margin-left:2.7rem!important;margin-right:2.7rem!important}.my-sm-18{margin-top:2.7rem!important;margin-bottom:2.7rem!important}}@media (min-width: 768px){.m-md-18{margin:2.7rem!important}.mt-md-18{margin-top:5.4rem!important}.mb-md-18{margin-bottom:5.4rem!important}.ml-md-18{margin-left:5.4rem!important}.mr-md-18{margin-right:5.4rem!important}.mx-md-18{margin-left:2.7rem!important;margin-right:2.7rem!important}.my-md-18{margin-top:2.7rem!important;margin-bottom:2.7rem!important}}@media (min-width: 992px){.m-lg-18{margin:2.7rem!important}.mt-lg-18{margin-top:5.4rem!important}.mb-lg-18{margin-bottom:5.4rem!important}.ml-lg-18{margin-left:5.4rem!important}.mr-lg-18{margin-right:5.4rem!important}.mx-lg-18{margin-left:2.7rem!important;margin-right:2.7rem!important}.my-lg-18{margin-top:2.7rem!important;margin-bottom:2.7rem!important}}@media (min-width: 1200px){.m-xl-18{margin:2.7rem!important}.mt-xl-18{margin-top:5.4rem!important}.mb-xl-18{margin-bottom:5.4rem!important}.ml-xl-18{margin-left:5.4rem!important}.mr-xl-18{margin-right:5.4rem!important}.mx-xl-18{margin-left:2.7rem!important;margin-right:2.7rem!important}.my-xl-18{margin-top:2.7rem!important;margin-bottom:2.7rem!important}}.m-19{margin:2.85rem}.mt-19{margin-top:5.7rem}.mb-19{margin-bottom:5.7rem}.ml-19{margin-left:5.7rem}.mr-19{margin-right:5.7rem}.mx-19{margin-left:2.85rem;margin-right:2.85rem}.my-19{margin-top:2.85rem;margin-bottom:2.85rem}@media (min-width: 576px){.m-sm-19{margin:2.85rem!important}.mt-sm-19{margin-top:5.7rem!important}.mb-sm-19{margin-bottom:5.7rem!important}.ml-sm-19{margin-left:5.7rem!important}.mr-sm-19{margin-right:5.7rem!important}.mx-sm-19{margin-left:2.85rem!important;margin-right:2.85rem!important}.my-sm-19{margin-top:2.85rem!important;margin-bottom:2.85rem!important}}@media (min-width: 768px){.m-md-19{margin:2.85rem!important}.mt-md-19{margin-top:5.7rem!important}.mb-md-19{margin-bottom:5.7rem!important}.ml-md-19{margin-left:5.7rem!important}.mr-md-19{margin-right:5.7rem!important}.mx-md-19{margin-left:2.85rem!important;margin-right:2.85rem!important}.my-md-19{margin-top:2.85rem!important;margin-bottom:2.85rem!important}}@media (min-width: 992px){.m-lg-19{margin:2.85rem!important}.mt-lg-19{margin-top:5.7rem!important}.mb-lg-19{margin-bottom:5.7rem!important}.ml-lg-19{margin-left:5.7rem!important}.mr-lg-19{margin-right:5.7rem!important}.mx-lg-19{margin-left:2.85rem!important;margin-right:2.85rem!important}.my-lg-19{margin-top:2.85rem!important;margin-bottom:2.85rem!important}}@media (min-width: 1200px){.m-xl-19{margin:2.85rem!important}.mt-xl-19{margin-top:5.7rem!important}.mb-xl-19{margin-bottom:5.7rem!important}.ml-xl-19{margin-left:5.7rem!important}.mr-xl-19{margin-right:5.7rem!important}.mx-xl-19{margin-left:2.85rem!important;margin-right:2.85rem!important}.my-xl-19{margin-top:2.85rem!important;margin-bottom:2.85rem!important}}.m-20{margin:3rem}.mt-20{margin-top:6rem}.mb-20{margin-bottom:6rem}.ml-20{margin-left:6rem}.mr-20{margin-right:6rem}.mx-20{margin-left:3rem;margin-right:3rem}.my-20{margin-top:3rem;margin-bottom:3rem}@media (min-width: 576px){.m-sm-20{margin:3rem!important}.mt-sm-20{margin-top:6rem!important}.mb-sm-20{margin-bottom:6rem!important}.ml-sm-20{margin-left:6rem!important}.mr-sm-20{margin-right:6rem!important}.mx-sm-20{margin-left:3rem!important;margin-right:3rem!important}.my-sm-20{margin-top:3rem!important;margin-bottom:3rem!important}}@media (min-width: 768px){.m-md-20{margin:3rem!important}.mt-md-20{margin-top:6rem!important}.mb-md-20{margin-bottom:6rem!important}.ml-md-20{margin-left:6rem!important}.mr-md-20{margin-right:6rem!important}.mx-md-20{margin-left:3rem!important;margin-right:3rem!important}.my-md-20{margin-top:3rem!important;margin-bottom:3rem!important}}@media (min-width: 992px){.m-lg-20{margin:3rem!important}.mt-lg-20{margin-top:6rem!important}.mb-lg-20{margin-bottom:6rem!important}.ml-lg-20{margin-left:6rem!important}.mr-lg-20{margin-right:6rem!important}.mx-lg-20{margin-left:3rem!important;margin-right:3rem!important}.my-lg-20{margin-top:3rem!important;margin-bottom:3rem!important}}@media (min-width: 1200px){.m-xl-20{margin:3rem!important}.mt-xl-20{margin-top:6rem!important}.mb-xl-20{margin-bottom:6rem!important}.ml-xl-20{margin-left:6rem!important}.mr-xl-20{margin-right:6rem!important}.mx-xl-20{margin-left:3rem!important;margin-right:3rem!important}.my-xl-20{margin-top:3rem!important;margin-bottom:3rem!important}}.m-21{margin:3.15rem}.mt-21{margin-top:6.3rem}.mb-21{margin-bottom:6.3rem}.ml-21{margin-left:6.3rem}.mr-21{margin-right:6.3rem}.mx-21{margin-left:3.15rem;margin-right:3.15rem}.my-21{margin-top:3.15rem;margin-bottom:3.15rem}@media (min-width: 576px){.m-sm-21{margin:3.15rem!important}.mt-sm-21{margin-top:6.3rem!important}.mb-sm-21{margin-bottom:6.3rem!important}.ml-sm-21{margin-left:6.3rem!important}.mr-sm-21{margin-right:6.3rem!important}.mx-sm-21{margin-left:3.15rem!important;margin-right:3.15rem!important}.my-sm-21{margin-top:3.15rem!important;margin-bottom:3.15rem!important}}@media (min-width: 768px){.m-md-21{margin:3.15rem!important}.mt-md-21{margin-top:6.3rem!important}.mb-md-21{margin-bottom:6.3rem!important}.ml-md-21{margin-left:6.3rem!important}.mr-md-21{margin-right:6.3rem!important}.mx-md-21{margin-left:3.15rem!important;margin-right:3.15rem!important}.my-md-21{margin-top:3.15rem!important;margin-bottom:3.15rem!important}}@media (min-width: 992px){.m-lg-21{margin:3.15rem!important}.mt-lg-21{margin-top:6.3rem!important}.mb-lg-21{margin-bottom:6.3rem!important}.ml-lg-21{margin-left:6.3rem!important}.mr-lg-21{margin-right:6.3rem!important}.mx-lg-21{margin-left:3.15rem!important;margin-right:3.15rem!important}.my-lg-21{margin-top:3.15rem!important;margin-bottom:3.15rem!important}}@media (min-width: 1200px){.m-xl-21{margin:3.15rem!important}.mt-xl-21{margin-top:6.3rem!important}.mb-xl-21{margin-bottom:6.3rem!important}.ml-xl-21{margin-left:6.3rem!important}.mr-xl-21{margin-right:6.3rem!important}.mx-xl-21{margin-left:3.15rem!important;margin-right:3.15rem!important}.my-xl-21{margin-top:3.15rem!important;margin-bottom:3.15rem!important}}.m-22{margin:3.3rem}.mt-22{margin-top:6.6rem}.mb-22{margin-bottom:6.6rem}.ml-22{margin-left:6.6rem}.mr-22{margin-right:6.6rem}.mx-22{margin-left:3.3rem;margin-right:3.3rem}.my-22{margin-top:3.3rem;margin-bottom:3.3rem}@media (min-width: 576px){.m-sm-22{margin:3.3rem!important}.mt-sm-22{margin-top:6.6rem!important}.mb-sm-22{margin-bottom:6.6rem!important}.ml-sm-22{margin-left:6.6rem!important}.mr-sm-22{margin-right:6.6rem!important}.mx-sm-22{margin-left:3.3rem!important;margin-right:3.3rem!important}.my-sm-22{margin-top:3.3rem!important;margin-bottom:3.3rem!important}}@media (min-width: 768px){.m-md-22{margin:3.3rem!important}.mt-md-22{margin-top:6.6rem!important}.mb-md-22{margin-bottom:6.6rem!important}.ml-md-22{margin-left:6.6rem!important}.mr-md-22{margin-right:6.6rem!important}.mx-md-22{margin-left:3.3rem!important;margin-right:3.3rem!important}.my-md-22{margin-top:3.3rem!important;margin-bottom:3.3rem!important}}@media (min-width: 992px){.m-lg-22{margin:3.3rem!important}.mt-lg-22{margin-top:6.6rem!important}.mb-lg-22{margin-bottom:6.6rem!important}.ml-lg-22{margin-left:6.6rem!important}.mr-lg-22{margin-right:6.6rem!important}.mx-lg-22{margin-left:3.3rem!important;margin-right:3.3rem!important}.my-lg-22{margin-top:3.3rem!important;margin-bottom:3.3rem!important}}@media (min-width: 1200px){.m-xl-22{margin:3.3rem!important}.mt-xl-22{margin-top:6.6rem!important}.mb-xl-22{margin-bottom:6.6rem!important}.ml-xl-22{margin-left:6.6rem!important}.mr-xl-22{margin-right:6.6rem!important}.mx-xl-22{margin-left:3.3rem!important;margin-right:3.3rem!important}.my-xl-22{margin-top:3.3rem!important;margin-bottom:3.3rem!important}}.m-23{margin:3.45rem}.mt-23{margin-top:6.9rem}.mb-23{margin-bottom:6.9rem}.ml-23{margin-left:6.9rem}.mr-23{margin-right:6.9rem}.mx-23{margin-left:3.45rem;margin-right:3.45rem}.my-23{margin-top:3.45rem;margin-bottom:3.45rem}@media (min-width: 576px){.m-sm-23{margin:3.45rem!important}.mt-sm-23{margin-top:6.9rem!important}.mb-sm-23{margin-bottom:6.9rem!important}.ml-sm-23{margin-left:6.9rem!important}.mr-sm-23{margin-right:6.9rem!important}.mx-sm-23{margin-left:3.45rem!important;margin-right:3.45rem!important}.my-sm-23{margin-top:3.45rem!important;margin-bottom:3.45rem!important}}@media (min-width: 768px){.m-md-23{margin:3.45rem!important}.mt-md-23{margin-top:6.9rem!important}.mb-md-23{margin-bottom:6.9rem!important}.ml-md-23{margin-left:6.9rem!important}.mr-md-23{margin-right:6.9rem!important}.mx-md-23{margin-left:3.45rem!important;margin-right:3.45rem!important}.my-md-23{margin-top:3.45rem!important;margin-bottom:3.45rem!important}}@media (min-width: 992px){.m-lg-23{margin:3.45rem!important}.mt-lg-23{margin-top:6.9rem!important}.mb-lg-23{margin-bottom:6.9rem!important}.ml-lg-23{margin-left:6.9rem!important}.mr-lg-23{margin-right:6.9rem!important}.mx-lg-23{margin-left:3.45rem!important;margin-right:3.45rem!important}.my-lg-23{margin-top:3.45rem!important;margin-bottom:3.45rem!important}}@media (min-width: 1200px){.m-xl-23{margin:3.45rem!important}.mt-xl-23{margin-top:6.9rem!important}.mb-xl-23{margin-bottom:6.9rem!important}.ml-xl-23{margin-left:6.9rem!important}.mr-xl-23{margin-right:6.9rem!important}.mx-xl-23{margin-left:3.45rem!important;margin-right:3.45rem!important}.my-xl-23{margin-top:3.45rem!important;margin-bottom:3.45rem!important}}.m-24{margin:3.6rem}.mt-24{margin-top:7.2rem}.mb-24{margin-bottom:7.2rem}.ml-24{margin-left:7.2rem}.mr-24{margin-right:7.2rem}.mx-24{margin-left:3.6rem;margin-right:3.6rem}.my-24{margin-top:3.6rem;margin-bottom:3.6rem}@media (min-width: 576px){.m-sm-24{margin:3.6rem!important}.mt-sm-24{margin-top:7.2rem!important}.mb-sm-24{margin-bottom:7.2rem!important}.ml-sm-24{margin-left:7.2rem!important}.mr-sm-24{margin-right:7.2rem!important}.mx-sm-24{margin-left:3.6rem!important;margin-right:3.6rem!important}.my-sm-24{margin-top:3.6rem!important;margin-bottom:3.6rem!important}}@media (min-width: 768px){.m-md-24{margin:3.6rem!important}.mt-md-24{margin-top:7.2rem!important}.mb-md-24{margin-bottom:7.2rem!important}.ml-md-24{margin-left:7.2rem!important}.mr-md-24{margin-right:7.2rem!important}.mx-md-24{margin-left:3.6rem!important;margin-right:3.6rem!important}.my-md-24{margin-top:3.6rem!important;margin-bottom:3.6rem!important}}@media (min-width: 992px){.m-lg-24{margin:3.6rem!important}.mt-lg-24{margin-top:7.2rem!important}.mb-lg-24{margin-bottom:7.2rem!important}.ml-lg-24{margin-left:7.2rem!important}.mr-lg-24{margin-right:7.2rem!important}.mx-lg-24{margin-left:3.6rem!important;margin-right:3.6rem!important}.my-lg-24{margin-top:3.6rem!important;margin-bottom:3.6rem!important}}@media (min-width: 1200px){.m-xl-24{margin:3.6rem!important}.mt-xl-24{margin-top:7.2rem!important}.mb-xl-24{margin-bottom:7.2rem!important}.ml-xl-24{margin-left:7.2rem!important}.mr-xl-24{margin-right:7.2rem!important}.mx-xl-24{margin-left:3.6rem!important;margin-right:3.6rem!important}.my-xl-24{margin-top:3.6rem!important;margin-bottom:3.6rem!important}}.m-25{margin:3.75rem}.mt-25{margin-top:7.5rem}.mb-25{margin-bottom:7.5rem}.ml-25{margin-left:7.5rem}.mr-25{margin-right:7.5rem}.mx-25{margin-left:3.75rem;margin-right:3.75rem}.my-25{margin-top:3.75rem;margin-bottom:3.75rem}@media (min-width: 576px){.m-sm-25{margin:3.75rem!important}.mt-sm-25{margin-top:7.5rem!important}.mb-sm-25{margin-bottom:7.5rem!important}.ml-sm-25{margin-left:7.5rem!important}.mr-sm-25{margin-right:7.5rem!important}.mx-sm-25{margin-left:3.75rem!important;margin-right:3.75rem!important}.my-sm-25{margin-top:3.75rem!important;margin-bottom:3.75rem!important}}@media (min-width: 768px){.m-md-25{margin:3.75rem!important}.mt-md-25{margin-top:7.5rem!important}.mb-md-25{margin-bottom:7.5rem!important}.ml-md-25{margin-left:7.5rem!important}.mr-md-25{margin-right:7.5rem!important}.mx-md-25{margin-left:3.75rem!important;margin-right:3.75rem!important}.my-md-25{margin-top:3.75rem!important;margin-bottom:3.75rem!important}}@media (min-width: 992px){.m-lg-25{margin:3.75rem!important}.mt-lg-25{margin-top:7.5rem!important}.mb-lg-25{margin-bottom:7.5rem!important}.ml-lg-25{margin-left:7.5rem!important}.mr-lg-25{margin-right:7.5rem!important}.mx-lg-25{margin-left:3.75rem!important;margin-right:3.75rem!important}.my-lg-25{margin-top:3.75rem!important;margin-bottom:3.75rem!important}}@media (min-width: 1200px){.m-xl-25{margin:3.75rem!important}.mt-xl-25{margin-top:7.5rem!important}.mb-xl-25{margin-bottom:7.5rem!important}.ml-xl-25{margin-left:7.5rem!important}.mr-xl-25{margin-right:7.5rem!important}.mx-xl-25{margin-left:3.75rem!important;margin-right:3.75rem!important}.my-xl-25{margin-top:3.75rem!important;margin-bottom:3.75rem!important}}.m-26{margin:3.9rem}.mt-26{margin-top:7.8rem}.mb-26{margin-bottom:7.8rem}.ml-26{margin-left:7.8rem}.mr-26{margin-right:7.8rem}.mx-26{margin-left:3.9rem;margin-right:3.9rem}.my-26{margin-top:3.9rem;margin-bottom:3.9rem}@media (min-width: 576px){.m-sm-26{margin:3.9rem!important}.mt-sm-26{margin-top:7.8rem!important}.mb-sm-26{margin-bottom:7.8rem!important}.ml-sm-26{margin-left:7.8rem!important}.mr-sm-26{margin-right:7.8rem!important}.mx-sm-26{margin-left:3.9rem!important;margin-right:3.9rem!important}.my-sm-26{margin-top:3.9rem!important;margin-bottom:3.9rem!important}}@media (min-width: 768px){.m-md-26{margin:3.9rem!important}.mt-md-26{margin-top:7.8rem!important}.mb-md-26{margin-bottom:7.8rem!important}.ml-md-26{margin-left:7.8rem!important}.mr-md-26{margin-right:7.8rem!important}.mx-md-26{margin-left:3.9rem!important;margin-right:3.9rem!important}.my-md-26{margin-top:3.9rem!important;margin-bottom:3.9rem!important}}@media (min-width: 992px){.m-lg-26{margin:3.9rem!important}.mt-lg-26{margin-top:7.8rem!important}.mb-lg-26{margin-bottom:7.8rem!important}.ml-lg-26{margin-left:7.8rem!important}.mr-lg-26{margin-right:7.8rem!important}.mx-lg-26{margin-left:3.9rem!important;margin-right:3.9rem!important}.my-lg-26{margin-top:3.9rem!important;margin-bottom:3.9rem!important}}@media (min-width: 1200px){.m-xl-26{margin:3.9rem!important}.mt-xl-26{margin-top:7.8rem!important}.mb-xl-26{margin-bottom:7.8rem!important}.ml-xl-26{margin-left:7.8rem!important}.mr-xl-26{margin-right:7.8rem!important}.mx-xl-26{margin-left:3.9rem!important;margin-right:3.9rem!important}.my-xl-26{margin-top:3.9rem!important;margin-bottom:3.9rem!important}}.m-27{margin:4.05rem}.mt-27{margin-top:8.1rem}.mb-27{margin-bottom:8.1rem}.ml-27{margin-left:8.1rem}.mr-27{margin-right:8.1rem}.mx-27{margin-left:4.05rem;margin-right:4.05rem}.my-27{margin-top:4.05rem;margin-bottom:4.05rem}@media (min-width: 576px){.m-sm-27{margin:4.05rem!important}.mt-sm-27{margin-top:8.1rem!important}.mb-sm-27{margin-bottom:8.1rem!important}.ml-sm-27{margin-left:8.1rem!important}.mr-sm-27{margin-right:8.1rem!important}.mx-sm-27{margin-left:4.05rem!important;margin-right:4.05rem!important}.my-sm-27{margin-top:4.05rem!important;margin-bottom:4.05rem!important}}@media (min-width: 768px){.m-md-27{margin:4.05rem!important}.mt-md-27{margin-top:8.1rem!important}.mb-md-27{margin-bottom:8.1rem!important}.ml-md-27{margin-left:8.1rem!important}.mr-md-27{margin-right:8.1rem!important}.mx-md-27{margin-left:4.05rem!important;margin-right:4.05rem!important}.my-md-27{margin-top:4.05rem!important;margin-bottom:4.05rem!important}}@media (min-width: 992px){.m-lg-27{margin:4.05rem!important}.mt-lg-27{margin-top:8.1rem!important}.mb-lg-27{margin-bottom:8.1rem!important}.ml-lg-27{margin-left:8.1rem!important}.mr-lg-27{margin-right:8.1rem!important}.mx-lg-27{margin-left:4.05rem!important;margin-right:4.05rem!important}.my-lg-27{margin-top:4.05rem!important;margin-bottom:4.05rem!important}}@media (min-width: 1200px){.m-xl-27{margin:4.05rem!important}.mt-xl-27{margin-top:8.1rem!important}.mb-xl-27{margin-bottom:8.1rem!important}.ml-xl-27{margin-left:8.1rem!important}.mr-xl-27{margin-right:8.1rem!important}.mx-xl-27{margin-left:4.05rem!important;margin-right:4.05rem!important}.my-xl-27{margin-top:4.05rem!important;margin-bottom:4.05rem!important}}.m-28{margin:4.2rem}.mt-28{margin-top:8.4rem}.mb-28{margin-bottom:8.4rem}.ml-28{margin-left:8.4rem}.mr-28{margin-right:8.4rem}.mx-28{margin-left:4.2rem;margin-right:4.2rem}.my-28{margin-top:4.2rem;margin-bottom:4.2rem}@media (min-width: 576px){.m-sm-28{margin:4.2rem!important}.mt-sm-28{margin-top:8.4rem!important}.mb-sm-28{margin-bottom:8.4rem!important}.ml-sm-28{margin-left:8.4rem!important}.mr-sm-28{margin-right:8.4rem!important}.mx-sm-28{margin-left:4.2rem!important;margin-right:4.2rem!important}.my-sm-28{margin-top:4.2rem!important;margin-bottom:4.2rem!important}}@media (min-width: 768px){.m-md-28{margin:4.2rem!important}.mt-md-28{margin-top:8.4rem!important}.mb-md-28{margin-bottom:8.4rem!important}.ml-md-28{margin-left:8.4rem!important}.mr-md-28{margin-right:8.4rem!important}.mx-md-28{margin-left:4.2rem!important;margin-right:4.2rem!important}.my-md-28{margin-top:4.2rem!important;margin-bottom:4.2rem!important}}@media (min-width: 992px){.m-lg-28{margin:4.2rem!important}.mt-lg-28{margin-top:8.4rem!important}.mb-lg-28{margin-bottom:8.4rem!important}.ml-lg-28{margin-left:8.4rem!important}.mr-lg-28{margin-right:8.4rem!important}.mx-lg-28{margin-left:4.2rem!important;margin-right:4.2rem!important}.my-lg-28{margin-top:4.2rem!important;margin-bottom:4.2rem!important}}@media (min-width: 1200px){.m-xl-28{margin:4.2rem!important}.mt-xl-28{margin-top:8.4rem!important}.mb-xl-28{margin-bottom:8.4rem!important}.ml-xl-28{margin-left:8.4rem!important}.mr-xl-28{margin-right:8.4rem!important}.mx-xl-28{margin-left:4.2rem!important;margin-right:4.2rem!important}.my-xl-28{margin-top:4.2rem!important;margin-bottom:4.2rem!important}}.m-29{margin:4.35rem}.mt-29{margin-top:8.7rem}.mb-29{margin-bottom:8.7rem}.ml-29{margin-left:8.7rem}.mr-29{margin-right:8.7rem}.mx-29{margin-left:4.35rem;margin-right:4.35rem}.my-29{margin-top:4.35rem;margin-bottom:4.35rem}@media (min-width: 576px){.m-sm-29{margin:4.35rem!important}.mt-sm-29{margin-top:8.7rem!important}.mb-sm-29{margin-bottom:8.7rem!important}.ml-sm-29{margin-left:8.7rem!important}.mr-sm-29{margin-right:8.7rem!important}.mx-sm-29{margin-left:4.35rem!important;margin-right:4.35rem!important}.my-sm-29{margin-top:4.35rem!important;margin-bottom:4.35rem!important}}@media (min-width: 768px){.m-md-29{margin:4.35rem!important}.mt-md-29{margin-top:8.7rem!important}.mb-md-29{margin-bottom:8.7rem!important}.ml-md-29{margin-left:8.7rem!important}.mr-md-29{margin-right:8.7rem!important}.mx-md-29{margin-left:4.35rem!important;margin-right:4.35rem!important}.my-md-29{margin-top:4.35rem!important;margin-bottom:4.35rem!important}}@media (min-width: 992px){.m-lg-29{margin:4.35rem!important}.mt-lg-29{margin-top:8.7rem!important}.mb-lg-29{margin-bottom:8.7rem!important}.ml-lg-29{margin-left:8.7rem!important}.mr-lg-29{margin-right:8.7rem!important}.mx-lg-29{margin-left:4.35rem!important;margin-right:4.35rem!important}.my-lg-29{margin-top:4.35rem!important;margin-bottom:4.35rem!important}}@media (min-width: 1200px){.m-xl-29{margin:4.35rem!important}.mt-xl-29{margin-top:8.7rem!important}.mb-xl-29{margin-bottom:8.7rem!important}.ml-xl-29{margin-left:8.7rem!important}.mr-xl-29{margin-right:8.7rem!important}.mx-xl-29{margin-left:4.35rem!important;margin-right:4.35rem!important}.my-xl-29{margin-top:4.35rem!important;margin-bottom:4.35rem!important}}.m-30{margin:4.5rem}.mt-30{margin-top:9rem}.mb-30{margin-bottom:9rem}.ml-30{margin-left:9rem}.mr-30{margin-right:9rem}.mx-30{margin-left:4.5rem;margin-right:4.5rem}.my-30{margin-top:4.5rem;margin-bottom:4.5rem}@media (min-width: 576px){.m-sm-30{margin:4.5rem!important}.mt-sm-30{margin-top:9rem!important}.mb-sm-30{margin-bottom:9rem!important}.ml-sm-30{margin-left:9rem!important}.mr-sm-30{margin-right:9rem!important}.mx-sm-30{margin-left:4.5rem!important;margin-right:4.5rem!important}.my-sm-30{margin-top:4.5rem!important;margin-bottom:4.5rem!important}}@media (min-width: 768px){.m-md-30{margin:4.5rem!important}.mt-md-30{margin-top:9rem!important}.mb-md-30{margin-bottom:9rem!important}.ml-md-30{margin-left:9rem!important}.mr-md-30{margin-right:9rem!important}.mx-md-30{margin-left:4.5rem!important;margin-right:4.5rem!important}.my-md-30{margin-top:4.5rem!important;margin-bottom:4.5rem!important}}@media (min-width: 992px){.m-lg-30{margin:4.5rem!important}.mt-lg-30{margin-top:9rem!important}.mb-lg-30{margin-bottom:9rem!important}.ml-lg-30{margin-left:9rem!important}.mr-lg-30{margin-right:9rem!important}.mx-lg-30{margin-left:4.5rem!important;margin-right:4.5rem!important}.my-lg-30{margin-top:4.5rem!important;margin-bottom:4.5rem!important}}@media (min-width: 1200px){.m-xl-30{margin:4.5rem!important}.mt-xl-30{margin-top:9rem!important}.mb-xl-30{margin-bottom:9rem!important}.ml-xl-30{margin-left:9rem!important}.mr-xl-30{margin-right:9rem!important}.mx-xl-30{margin-left:4.5rem!important;margin-right:4.5rem!important}.my-xl-30{margin-top:4.5rem!important;margin-bottom:4.5rem!important}}.p-0{padding:0rem}.pt-0{padding-top:0rem}.pb-0{padding-bottom:0rem}.pl-0{padding-left:0rem}.pr-0{padding-right:0rem}.px-0{padding-left:0rem;padding-right:0rem}.py-0{padding-top:0rem;padding-bottom:0rem}@media (min-width: 576px){.p-sm-0{padding:0rem!important}.pt-sm-0{padding-top:0rem!important}.pb-sm-0{padding-bottom:0rem!important}.pl-sm-0{padding-left:0rem!important}.pr-sm-0{padding-right:0rem!important}.px-sm-0{padding-left:0rem!important;padding-right:0rem!important}.py-sm-0{padding-top:0rem!important;padding-bottom:0rem!important}}@media (min-width: 768px){.p-md-0{padding:0rem!important}.pt-md-0{padding-top:0rem!important}.pb-md-0{padding-bottom:0rem!important}.pl-md-0{padding-left:0rem!important}.pr-md-0{padding-right:0rem!important}.px-md-0{padding-left:0rem!important;padding-right:0rem!important}.py-md-0{padding-top:0rem!important;padding-bottom:0rem!important}}@media (min-width: 992px){.p-lg-0{padding:0rem!important}.pt-lg-0{padding-top:0rem!important}.pb-lg-0{padding-bottom:0rem!important}.pl-lg-0{padding-left:0rem!important}.pr-lg-0{padding-right:0rem!important}.px-lg-0{padding-left:0rem!important;padding-right:0rem!important}.py-lg-0{padding-top:0rem!important;padding-bottom:0rem!important}}@media (min-width: 1200px){.p-xl-0{padding:0rem!important}.pt-xl-0{padding-top:0rem!important}.pb-xl-0{padding-bottom:0rem!important}.pl-xl-0{padding-left:0rem!important}.pr-xl-0{padding-right:0rem!important}.px-xl-0{padding-left:0rem!important;padding-right:0rem!important}.py-xl-0{padding-top:0rem!important;padding-bottom:0rem!important}}.p-1{padding:.15rem}.pt-1{padding-top:.3rem}.pb-1{padding-bottom:.3rem}.pl-1{padding-left:.3rem}.pr-1{padding-right:.3rem}.px-1{padding-left:.15rem;padding-right:.15rem}.py-1{padding-top:.15rem;padding-bottom:.15rem}@media (min-width: 576px){.p-sm-1{padding:.15rem!important}.pt-sm-1{padding-top:.3rem!important}.pb-sm-1{padding-bottom:.3rem!important}.pl-sm-1{padding-left:.3rem!important}.pr-sm-1{padding-right:.3rem!important}.px-sm-1{padding-left:.15rem!important;padding-right:.15rem!important}.py-sm-1{padding-top:.15rem!important;padding-bottom:.15rem!important}}@media (min-width: 768px){.p-md-1{padding:.15rem!important}.pt-md-1{padding-top:.3rem!important}.pb-md-1{padding-bottom:.3rem!important}.pl-md-1{padding-left:.3rem!important}.pr-md-1{padding-right:.3rem!important}.px-md-1{padding-left:.15rem!important;padding-right:.15rem!important}.py-md-1{padding-top:.15rem!important;padding-bottom:.15rem!important}}@media (min-width: 992px){.p-lg-1{padding:.15rem!important}.pt-lg-1{padding-top:.3rem!important}.pb-lg-1{padding-bottom:.3rem!important}.pl-lg-1{padding-left:.3rem!important}.pr-lg-1{padding-right:.3rem!important}.px-lg-1{padding-left:.15rem!important;padding-right:.15rem!important}.py-lg-1{padding-top:.15rem!important;padding-bottom:.15rem!important}}@media (min-width: 1200px){.p-xl-1{padding:.15rem!important}.pt-xl-1{padding-top:.3rem!important}.pb-xl-1{padding-bottom:.3rem!important}.pl-xl-1{padding-left:.3rem!important}.pr-xl-1{padding-right:.3rem!important}.px-xl-1{padding-left:.15rem!important;padding-right:.15rem!important}.py-xl-1{padding-top:.15rem!important;padding-bottom:.15rem!important}}.p-2{padding:.3rem}.pt-2{padding-top:.6rem}.pb-2{padding-bottom:.6rem}.pl-2{padding-left:.6rem}.pr-2{padding-right:.6rem}.px-2{padding-left:.3rem;padding-right:.3rem}.py-2{padding-top:.3rem;padding-bottom:.3rem}@media (min-width: 576px){.p-sm-2{padding:.3rem!important}.pt-sm-2{padding-top:.6rem!important}.pb-sm-2{padding-bottom:.6rem!important}.pl-sm-2{padding-left:.6rem!important}.pr-sm-2{padding-right:.6rem!important}.px-sm-2{padding-left:.3rem!important;padding-right:.3rem!important}.py-sm-2{padding-top:.3rem!important;padding-bottom:.3rem!important}}@media (min-width: 768px){.p-md-2{padding:.3rem!important}.pt-md-2{padding-top:.6rem!important}.pb-md-2{padding-bottom:.6rem!important}.pl-md-2{padding-left:.6rem!important}.pr-md-2{padding-right:.6rem!important}.px-md-2{padding-left:.3rem!important;padding-right:.3rem!important}.py-md-2{padding-top:.3rem!important;padding-bottom:.3rem!important}}@media (min-width: 992px){.p-lg-2{padding:.3rem!important}.pt-lg-2{padding-top:.6rem!important}.pb-lg-2{padding-bottom:.6rem!important}.pl-lg-2{padding-left:.6rem!important}.pr-lg-2{padding-right:.6rem!important}.px-lg-2{padding-left:.3rem!important;padding-right:.3rem!important}.py-lg-2{padding-top:.3rem!important;padding-bottom:.3rem!important}}@media (min-width: 1200px){.p-xl-2{padding:.3rem!important}.pt-xl-2{padding-top:.6rem!important}.pb-xl-2{padding-bottom:.6rem!important}.pl-xl-2{padding-left:.6rem!important}.pr-xl-2{padding-right:.6rem!important}.px-xl-2{padding-left:.3rem!important;padding-right:.3rem!important}.py-xl-2{padding-top:.3rem!important;padding-bottom:.3rem!important}}.p-3{padding:.45rem}.pt-3{padding-top:.9rem}.pb-3{padding-bottom:.9rem}.pl-3{padding-left:.9rem}.pr-3{padding-right:.9rem}.px-3{padding-left:.45rem;padding-right:.45rem}.py-3{padding-top:.45rem;padding-bottom:.45rem}@media (min-width: 576px){.p-sm-3{padding:.45rem!important}.pt-sm-3{padding-top:.9rem!important}.pb-sm-3{padding-bottom:.9rem!important}.pl-sm-3{padding-left:.9rem!important}.pr-sm-3{padding-right:.9rem!important}.px-sm-3{padding-left:.45rem!important;padding-right:.45rem!important}.py-sm-3{padding-top:.45rem!important;padding-bottom:.45rem!important}}@media (min-width: 768px){.p-md-3{padding:.45rem!important}.pt-md-3{padding-top:.9rem!important}.pb-md-3{padding-bottom:.9rem!important}.pl-md-3{padding-left:.9rem!important}.pr-md-3{padding-right:.9rem!important}.px-md-3{padding-left:.45rem!important;padding-right:.45rem!important}.py-md-3{padding-top:.45rem!important;padding-bottom:.45rem!important}}@media (min-width: 992px){.p-lg-3{padding:.45rem!important}.pt-lg-3{padding-top:.9rem!important}.pb-lg-3{padding-bottom:.9rem!important}.pl-lg-3{padding-left:.9rem!important}.pr-lg-3{padding-right:.9rem!important}.px-lg-3{padding-left:.45rem!important;padding-right:.45rem!important}.py-lg-3{padding-top:.45rem!important;padding-bottom:.45rem!important}}@media (min-width: 1200px){.p-xl-3{padding:.45rem!important}.pt-xl-3{padding-top:.9rem!important}.pb-xl-3{padding-bottom:.9rem!important}.pl-xl-3{padding-left:.9rem!important}.pr-xl-3{padding-right:.9rem!important}.px-xl-3{padding-left:.45rem!important;padding-right:.45rem!important}.py-xl-3{padding-top:.45rem!important;padding-bottom:.45rem!important}}.p-4{padding:.6rem}.pt-4{padding-top:1.2rem}.pb-4{padding-bottom:1.2rem}.pl-4{padding-left:1.2rem}.pr-4{padding-right:1.2rem}.px-4{padding-left:.6rem;padding-right:.6rem}.py-4{padding-top:.6rem;padding-bottom:.6rem}@media (min-width: 576px){.p-sm-4{padding:.6rem!important}.pt-sm-4{padding-top:1.2rem!important}.pb-sm-4{padding-bottom:1.2rem!important}.pl-sm-4{padding-left:1.2rem!important}.pr-sm-4{padding-right:1.2rem!important}.px-sm-4{padding-left:.6rem!important;padding-right:.6rem!important}.py-sm-4{padding-top:.6rem!important;padding-bottom:.6rem!important}}@media (min-width: 768px){.p-md-4{padding:.6rem!important}.pt-md-4{padding-top:1.2rem!important}.pb-md-4{padding-bottom:1.2rem!important}.pl-md-4{padding-left:1.2rem!important}.pr-md-4{padding-right:1.2rem!important}.px-md-4{padding-left:.6rem!important;padding-right:.6rem!important}.py-md-4{padding-top:.6rem!important;padding-bottom:.6rem!important}}@media (min-width: 992px){.p-lg-4{padding:.6rem!important}.pt-lg-4{padding-top:1.2rem!important}.pb-lg-4{padding-bottom:1.2rem!important}.pl-lg-4{padding-left:1.2rem!important}.pr-lg-4{padding-right:1.2rem!important}.px-lg-4{padding-left:.6rem!important;padding-right:.6rem!important}.py-lg-4{padding-top:.6rem!important;padding-bottom:.6rem!important}}@media (min-width: 1200px){.p-xl-4{padding:.6rem!important}.pt-xl-4{padding-top:1.2rem!important}.pb-xl-4{padding-bottom:1.2rem!important}.pl-xl-4{padding-left:1.2rem!important}.pr-xl-4{padding-right:1.2rem!important}.px-xl-4{padding-left:.6rem!important;padding-right:.6rem!important}.py-xl-4{padding-top:.6rem!important;padding-bottom:.6rem!important}}.p-5{padding:.75rem}.pt-5{padding-top:1.5rem}.pb-5{padding-bottom:1.5rem}.pl-5{padding-left:1.5rem}.pr-5{padding-right:1.5rem}.px-5{padding-left:.75rem;padding-right:.75rem}.py-5{padding-top:.75rem;padding-bottom:.75rem}@media (min-width: 576px){.p-sm-5{padding:.75rem!important}.pt-sm-5{padding-top:1.5rem!important}.pb-sm-5{padding-bottom:1.5rem!important}.pl-sm-5{padding-left:1.5rem!important}.pr-sm-5{padding-right:1.5rem!important}.px-sm-5{padding-left:.75rem!important;padding-right:.75rem!important}.py-sm-5{padding-top:.75rem!important;padding-bottom:.75rem!important}}@media (min-width: 768px){.p-md-5{padding:.75rem!important}.pt-md-5{padding-top:1.5rem!important}.pb-md-5{padding-bottom:1.5rem!important}.pl-md-5{padding-left:1.5rem!important}.pr-md-5{padding-right:1.5rem!important}.px-md-5{padding-left:.75rem!important;padding-right:.75rem!important}.py-md-5{padding-top:.75rem!important;padding-bottom:.75rem!important}}@media (min-width: 992px){.p-lg-5{padding:.75rem!important}.pt-lg-5{padding-top:1.5rem!important}.pb-lg-5{padding-bottom:1.5rem!important}.pl-lg-5{padding-left:1.5rem!important}.pr-lg-5{padding-right:1.5rem!important}.px-lg-5{padding-left:.75rem!important;padding-right:.75rem!important}.py-lg-5{padding-top:.75rem!important;padding-bottom:.75rem!important}}@media (min-width: 1200px){.p-xl-5{padding:.75rem!important}.pt-xl-5{padding-top:1.5rem!important}.pb-xl-5{padding-bottom:1.5rem!important}.pl-xl-5{padding-left:1.5rem!important}.pr-xl-5{padding-right:1.5rem!important}.px-xl-5{padding-left:.75rem!important;padding-right:.75rem!important}.py-xl-5{padding-top:.75rem!important;padding-bottom:.75rem!important}}.p-6{padding:.9rem}.pt-6{padding-top:1.8rem}.pb-6{padding-bottom:1.8rem}.pl-6{padding-left:1.8rem}.pr-6{padding-right:1.8rem}.px-6{padding-left:.9rem;padding-right:.9rem}.py-6{padding-top:.9rem;padding-bottom:.9rem}@media (min-width: 576px){.p-sm-6{padding:.9rem!important}.pt-sm-6{padding-top:1.8rem!important}.pb-sm-6{padding-bottom:1.8rem!important}.pl-sm-6{padding-left:1.8rem!important}.pr-sm-6{padding-right:1.8rem!important}.px-sm-6{padding-left:.9rem!important;padding-right:.9rem!important}.py-sm-6{padding-top:.9rem!important;padding-bottom:.9rem!important}}@media (min-width: 768px){.p-md-6{padding:.9rem!important}.pt-md-6{padding-top:1.8rem!important}.pb-md-6{padding-bottom:1.8rem!important}.pl-md-6{padding-left:1.8rem!important}.pr-md-6{padding-right:1.8rem!important}.px-md-6{padding-left:.9rem!important;padding-right:.9rem!important}.py-md-6{padding-top:.9rem!important;padding-bottom:.9rem!important}}@media (min-width: 992px){.p-lg-6{padding:.9rem!important}.pt-lg-6{padding-top:1.8rem!important}.pb-lg-6{padding-bottom:1.8rem!important}.pl-lg-6{padding-left:1.8rem!important}.pr-lg-6{padding-right:1.8rem!important}.px-lg-6{padding-left:.9rem!important;padding-right:.9rem!important}.py-lg-6{padding-top:.9rem!important;padding-bottom:.9rem!important}}@media (min-width: 1200px){.p-xl-6{padding:.9rem!important}.pt-xl-6{padding-top:1.8rem!important}.pb-xl-6{padding-bottom:1.8rem!important}.pl-xl-6{padding-left:1.8rem!important}.pr-xl-6{padding-right:1.8rem!important}.px-xl-6{padding-left:.9rem!important;padding-right:.9rem!important}.py-xl-6{padding-top:.9rem!important;padding-bottom:.9rem!important}}.p-7{padding:1.05rem}.pt-7{padding-top:2.1rem}.pb-7{padding-bottom:2.1rem}.pl-7{padding-left:2.1rem}.pr-7{padding-right:2.1rem}.px-7{padding-left:1.05rem;padding-right:1.05rem}.py-7{padding-top:1.05rem;padding-bottom:1.05rem}@media (min-width: 576px){.p-sm-7{padding:1.05rem!important}.pt-sm-7{padding-top:2.1rem!important}.pb-sm-7{padding-bottom:2.1rem!important}.pl-sm-7{padding-left:2.1rem!important}.pr-sm-7{padding-right:2.1rem!important}.px-sm-7{padding-left:1.05rem!important;padding-right:1.05rem!important}.py-sm-7{padding-top:1.05rem!important;padding-bottom:1.05rem!important}}@media (min-width: 768px){.p-md-7{padding:1.05rem!important}.pt-md-7{padding-top:2.1rem!important}.pb-md-7{padding-bottom:2.1rem!important}.pl-md-7{padding-left:2.1rem!important}.pr-md-7{padding-right:2.1rem!important}.px-md-7{padding-left:1.05rem!important;padding-right:1.05rem!important}.py-md-7{padding-top:1.05rem!important;padding-bottom:1.05rem!important}}@media (min-width: 992px){.p-lg-7{padding:1.05rem!important}.pt-lg-7{padding-top:2.1rem!important}.pb-lg-7{padding-bottom:2.1rem!important}.pl-lg-7{padding-left:2.1rem!important}.pr-lg-7{padding-right:2.1rem!important}.px-lg-7{padding-left:1.05rem!important;padding-right:1.05rem!important}.py-lg-7{padding-top:1.05rem!important;padding-bottom:1.05rem!important}}@media (min-width: 1200px){.p-xl-7{padding:1.05rem!important}.pt-xl-7{padding-top:2.1rem!important}.pb-xl-7{padding-bottom:2.1rem!important}.pl-xl-7{padding-left:2.1rem!important}.pr-xl-7{padding-right:2.1rem!important}.px-xl-7{padding-left:1.05rem!important;padding-right:1.05rem!important}.py-xl-7{padding-top:1.05rem!important;padding-bottom:1.05rem!important}}.p-8{padding:1.2rem}.pt-8{padding-top:2.4rem}.pb-8{padding-bottom:2.4rem}.pl-8{padding-left:2.4rem}.pr-8{padding-right:2.4rem}.px-8{padding-left:1.2rem;padding-right:1.2rem}.py-8{padding-top:1.2rem;padding-bottom:1.2rem}@media (min-width: 576px){.p-sm-8{padding:1.2rem!important}.pt-sm-8{padding-top:2.4rem!important}.pb-sm-8{padding-bottom:2.4rem!important}.pl-sm-8{padding-left:2.4rem!important}.pr-sm-8{padding-right:2.4rem!important}.px-sm-8{padding-left:1.2rem!important;padding-right:1.2rem!important}.py-sm-8{padding-top:1.2rem!important;padding-bottom:1.2rem!important}}@media (min-width: 768px){.p-md-8{padding:1.2rem!important}.pt-md-8{padding-top:2.4rem!important}.pb-md-8{padding-bottom:2.4rem!important}.pl-md-8{padding-left:2.4rem!important}.pr-md-8{padding-right:2.4rem!important}.px-md-8{padding-left:1.2rem!important;padding-right:1.2rem!important}.py-md-8{padding-top:1.2rem!important;padding-bottom:1.2rem!important}}@media (min-width: 992px){.p-lg-8{padding:1.2rem!important}.pt-lg-8{padding-top:2.4rem!important}.pb-lg-8{padding-bottom:2.4rem!important}.pl-lg-8{padding-left:2.4rem!important}.pr-lg-8{padding-right:2.4rem!important}.px-lg-8{padding-left:1.2rem!important;padding-right:1.2rem!important}.py-lg-8{padding-top:1.2rem!important;padding-bottom:1.2rem!important}}@media (min-width: 1200px){.p-xl-8{padding:1.2rem!important}.pt-xl-8{padding-top:2.4rem!important}.pb-xl-8{padding-bottom:2.4rem!important}.pl-xl-8{padding-left:2.4rem!important}.pr-xl-8{padding-right:2.4rem!important}.px-xl-8{padding-left:1.2rem!important;padding-right:1.2rem!important}.py-xl-8{padding-top:1.2rem!important;padding-bottom:1.2rem!important}}.p-9{padding:1.35rem}.pt-9{padding-top:2.7rem}.pb-9{padding-bottom:2.7rem}.pl-9{padding-left:2.7rem}.pr-9{padding-right:2.7rem}.px-9{padding-left:1.35rem;padding-right:1.35rem}.py-9{padding-top:1.35rem;padding-bottom:1.35rem}@media (min-width: 576px){.p-sm-9{padding:1.35rem!important}.pt-sm-9{padding-top:2.7rem!important}.pb-sm-9{padding-bottom:2.7rem!important}.pl-sm-9{padding-left:2.7rem!important}.pr-sm-9{padding-right:2.7rem!important}.px-sm-9{padding-left:1.35rem!important;padding-right:1.35rem!important}.py-sm-9{padding-top:1.35rem!important;padding-bottom:1.35rem!important}}@media (min-width: 768px){.p-md-9{padding:1.35rem!important}.pt-md-9{padding-top:2.7rem!important}.pb-md-9{padding-bottom:2.7rem!important}.pl-md-9{padding-left:2.7rem!important}.pr-md-9{padding-right:2.7rem!important}.px-md-9{padding-left:1.35rem!important;padding-right:1.35rem!important}.py-md-9{padding-top:1.35rem!important;padding-bottom:1.35rem!important}}@media (min-width: 992px){.p-lg-9{padding:1.35rem!important}.pt-lg-9{padding-top:2.7rem!important}.pb-lg-9{padding-bottom:2.7rem!important}.pl-lg-9{padding-left:2.7rem!important}.pr-lg-9{padding-right:2.7rem!important}.px-lg-9{padding-left:1.35rem!important;padding-right:1.35rem!important}.py-lg-9{padding-top:1.35rem!important;padding-bottom:1.35rem!important}}@media (min-width: 1200px){.p-xl-9{padding:1.35rem!important}.pt-xl-9{padding-top:2.7rem!important}.pb-xl-9{padding-bottom:2.7rem!important}.pl-xl-9{padding-left:2.7rem!important}.pr-xl-9{padding-right:2.7rem!important}.px-xl-9{padding-left:1.35rem!important;padding-right:1.35rem!important}.py-xl-9{padding-top:1.35rem!important;padding-bottom:1.35rem!important}}.p-10{padding:1.5rem}.pt-10{padding-top:3rem}.pb-10{padding-bottom:3rem}.pl-10{padding-left:3rem}.pr-10{padding-right:3rem}.px-10{padding-left:1.5rem;padding-right:1.5rem}.py-10{padding-top:1.5rem;padding-bottom:1.5rem}@media (min-width: 576px){.p-sm-10{padding:1.5rem!important}.pt-sm-10{padding-top:3rem!important}.pb-sm-10{padding-bottom:3rem!important}.pl-sm-10{padding-left:3rem!important}.pr-sm-10{padding-right:3rem!important}.px-sm-10{padding-left:1.5rem!important;padding-right:1.5rem!important}.py-sm-10{padding-top:1.5rem!important;padding-bottom:1.5rem!important}}@media (min-width: 768px){.p-md-10{padding:1.5rem!important}.pt-md-10{padding-top:3rem!important}.pb-md-10{padding-bottom:3rem!important}.pl-md-10{padding-left:3rem!important}.pr-md-10{padding-right:3rem!important}.px-md-10{padding-left:1.5rem!important;padding-right:1.5rem!important}.py-md-10{padding-top:1.5rem!important;padding-bottom:1.5rem!important}}@media (min-width: 992px){.p-lg-10{padding:1.5rem!important}.pt-lg-10{padding-top:3rem!important}.pb-lg-10{padding-bottom:3rem!important}.pl-lg-10{padding-left:3rem!important}.pr-lg-10{padding-right:3rem!important}.px-lg-10{padding-left:1.5rem!important;padding-right:1.5rem!important}.py-lg-10{padding-top:1.5rem!important;padding-bottom:1.5rem!important}}@media (min-width: 1200px){.p-xl-10{padding:1.5rem!important}.pt-xl-10{padding-top:3rem!important}.pb-xl-10{padding-bottom:3rem!important}.pl-xl-10{padding-left:3rem!important}.pr-xl-10{padding-right:3rem!important}.px-xl-10{padding-left:1.5rem!important;padding-right:1.5rem!important}.py-xl-10{padding-top:1.5rem!important;padding-bottom:1.5rem!important}}.p-11{padding:1.65rem}.pt-11{padding-top:3.3rem}.pb-11{padding-bottom:3.3rem}.pl-11{padding-left:3.3rem}.pr-11{padding-right:3.3rem}.px-11{padding-left:1.65rem;padding-right:1.65rem}.py-11{padding-top:1.65rem;padding-bottom:1.65rem}@media (min-width: 576px){.p-sm-11{padding:1.65rem!important}.pt-sm-11{padding-top:3.3rem!important}.pb-sm-11{padding-bottom:3.3rem!important}.pl-sm-11{padding-left:3.3rem!important}.pr-sm-11{padding-right:3.3rem!important}.px-sm-11{padding-left:1.65rem!important;padding-right:1.65rem!important}.py-sm-11{padding-top:1.65rem!important;padding-bottom:1.65rem!important}}@media (min-width: 768px){.p-md-11{padding:1.65rem!important}.pt-md-11{padding-top:3.3rem!important}.pb-md-11{padding-bottom:3.3rem!important}.pl-md-11{padding-left:3.3rem!important}.pr-md-11{padding-right:3.3rem!important}.px-md-11{padding-left:1.65rem!important;padding-right:1.65rem!important}.py-md-11{padding-top:1.65rem!important;padding-bottom:1.65rem!important}}@media (min-width: 992px){.p-lg-11{padding:1.65rem!important}.pt-lg-11{padding-top:3.3rem!important}.pb-lg-11{padding-bottom:3.3rem!important}.pl-lg-11{padding-left:3.3rem!important}.pr-lg-11{padding-right:3.3rem!important}.px-lg-11{padding-left:1.65rem!important;padding-right:1.65rem!important}.py-lg-11{padding-top:1.65rem!important;padding-bottom:1.65rem!important}}@media (min-width: 1200px){.p-xl-11{padding:1.65rem!important}.pt-xl-11{padding-top:3.3rem!important}.pb-xl-11{padding-bottom:3.3rem!important}.pl-xl-11{padding-left:3.3rem!important}.pr-xl-11{padding-right:3.3rem!important}.px-xl-11{padding-left:1.65rem!important;padding-right:1.65rem!important}.py-xl-11{padding-top:1.65rem!important;padding-bottom:1.65rem!important}}.p-12{padding:1.8rem}.pt-12{padding-top:3.6rem}.pb-12{padding-bottom:3.6rem}.pl-12{padding-left:3.6rem}.pr-12{padding-right:3.6rem}.px-12{padding-left:1.8rem;padding-right:1.8rem}.py-12{padding-top:1.8rem;padding-bottom:1.8rem}@media (min-width: 576px){.p-sm-12{padding:1.8rem!important}.pt-sm-12{padding-top:3.6rem!important}.pb-sm-12{padding-bottom:3.6rem!important}.pl-sm-12{padding-left:3.6rem!important}.pr-sm-12{padding-right:3.6rem!important}.px-sm-12{padding-left:1.8rem!important;padding-right:1.8rem!important}.py-sm-12{padding-top:1.8rem!important;padding-bottom:1.8rem!important}}@media (min-width: 768px){.p-md-12{padding:1.8rem!important}.pt-md-12{padding-top:3.6rem!important}.pb-md-12{padding-bottom:3.6rem!important}.pl-md-12{padding-left:3.6rem!important}.pr-md-12{padding-right:3.6rem!important}.px-md-12{padding-left:1.8rem!important;padding-right:1.8rem!important}.py-md-12{padding-top:1.8rem!important;padding-bottom:1.8rem!important}}@media (min-width: 992px){.p-lg-12{padding:1.8rem!important}.pt-lg-12{padding-top:3.6rem!important}.pb-lg-12{padding-bottom:3.6rem!important}.pl-lg-12{padding-left:3.6rem!important}.pr-lg-12{padding-right:3.6rem!important}.px-lg-12{padding-left:1.8rem!important;padding-right:1.8rem!important}.py-lg-12{padding-top:1.8rem!important;padding-bottom:1.8rem!important}}@media (min-width: 1200px){.p-xl-12{padding:1.8rem!important}.pt-xl-12{padding-top:3.6rem!important}.pb-xl-12{padding-bottom:3.6rem!important}.pl-xl-12{padding-left:3.6rem!important}.pr-xl-12{padding-right:3.6rem!important}.px-xl-12{padding-left:1.8rem!important;padding-right:1.8rem!important}.py-xl-12{padding-top:1.8rem!important;padding-bottom:1.8rem!important}}.p-13{padding:1.95rem}.pt-13{padding-top:3.9rem}.pb-13{padding-bottom:3.9rem}.pl-13{padding-left:3.9rem}.pr-13{padding-right:3.9rem}.px-13{padding-left:1.95rem;padding-right:1.95rem}.py-13{padding-top:1.95rem;padding-bottom:1.95rem}@media (min-width: 576px){.p-sm-13{padding:1.95rem!important}.pt-sm-13{padding-top:3.9rem!important}.pb-sm-13{padding-bottom:3.9rem!important}.pl-sm-13{padding-left:3.9rem!important}.pr-sm-13{padding-right:3.9rem!important}.px-sm-13{padding-left:1.95rem!important;padding-right:1.95rem!important}.py-sm-13{padding-top:1.95rem!important;padding-bottom:1.95rem!important}}@media (min-width: 768px){.p-md-13{padding:1.95rem!important}.pt-md-13{padding-top:3.9rem!important}.pb-md-13{padding-bottom:3.9rem!important}.pl-md-13{padding-left:3.9rem!important}.pr-md-13{padding-right:3.9rem!important}.px-md-13{padding-left:1.95rem!important;padding-right:1.95rem!important}.py-md-13{padding-top:1.95rem!important;padding-bottom:1.95rem!important}}@media (min-width: 992px){.p-lg-13{padding:1.95rem!important}.pt-lg-13{padding-top:3.9rem!important}.pb-lg-13{padding-bottom:3.9rem!important}.pl-lg-13{padding-left:3.9rem!important}.pr-lg-13{padding-right:3.9rem!important}.px-lg-13{padding-left:1.95rem!important;padding-right:1.95rem!important}.py-lg-13{padding-top:1.95rem!important;padding-bottom:1.95rem!important}}@media (min-width: 1200px){.p-xl-13{padding:1.95rem!important}.pt-xl-13{padding-top:3.9rem!important}.pb-xl-13{padding-bottom:3.9rem!important}.pl-xl-13{padding-left:3.9rem!important}.pr-xl-13{padding-right:3.9rem!important}.px-xl-13{padding-left:1.95rem!important;padding-right:1.95rem!important}.py-xl-13{padding-top:1.95rem!important;padding-bottom:1.95rem!important}}.p-14{padding:2.1rem}.pt-14{padding-top:4.2rem}.pb-14{padding-bottom:4.2rem}.pl-14{padding-left:4.2rem}.pr-14{padding-right:4.2rem}.px-14{padding-left:2.1rem;padding-right:2.1rem}.py-14{padding-top:2.1rem;padding-bottom:2.1rem}@media (min-width: 576px){.p-sm-14{padding:2.1rem!important}.pt-sm-14{padding-top:4.2rem!important}.pb-sm-14{padding-bottom:4.2rem!important}.pl-sm-14{padding-left:4.2rem!important}.pr-sm-14{padding-right:4.2rem!important}.px-sm-14{padding-left:2.1rem!important;padding-right:2.1rem!important}.py-sm-14{padding-top:2.1rem!important;padding-bottom:2.1rem!important}}@media (min-width: 768px){.p-md-14{padding:2.1rem!important}.pt-md-14{padding-top:4.2rem!important}.pb-md-14{padding-bottom:4.2rem!important}.pl-md-14{padding-left:4.2rem!important}.pr-md-14{padding-right:4.2rem!important}.px-md-14{padding-left:2.1rem!important;padding-right:2.1rem!important}.py-md-14{padding-top:2.1rem!important;padding-bottom:2.1rem!important}}@media (min-width: 992px){.p-lg-14{padding:2.1rem!important}.pt-lg-14{padding-top:4.2rem!important}.pb-lg-14{padding-bottom:4.2rem!important}.pl-lg-14{padding-left:4.2rem!important}.pr-lg-14{padding-right:4.2rem!important}.px-lg-14{padding-left:2.1rem!important;padding-right:2.1rem!important}.py-lg-14{padding-top:2.1rem!important;padding-bottom:2.1rem!important}}@media (min-width: 1200px){.p-xl-14{padding:2.1rem!important}.pt-xl-14{padding-top:4.2rem!important}.pb-xl-14{padding-bottom:4.2rem!important}.pl-xl-14{padding-left:4.2rem!important}.pr-xl-14{padding-right:4.2rem!important}.px-xl-14{padding-left:2.1rem!important;padding-right:2.1rem!important}.py-xl-14{padding-top:2.1rem!important;padding-bottom:2.1rem!important}}.p-15{padding:2.25rem}.pt-15{padding-top:4.5rem}.pb-15{padding-bottom:4.5rem}.pl-15{padding-left:4.5rem}.pr-15{padding-right:4.5rem}.px-15{padding-left:2.25rem;padding-right:2.25rem}.py-15{padding-top:2.25rem;padding-bottom:2.25rem}@media (min-width: 576px){.p-sm-15{padding:2.25rem!important}.pt-sm-15{padding-top:4.5rem!important}.pb-sm-15{padding-bottom:4.5rem!important}.pl-sm-15{padding-left:4.5rem!important}.pr-sm-15{padding-right:4.5rem!important}.px-sm-15{padding-left:2.25rem!important;padding-right:2.25rem!important}.py-sm-15{padding-top:2.25rem!important;padding-bottom:2.25rem!important}}@media (min-width: 768px){.p-md-15{padding:2.25rem!important}.pt-md-15{padding-top:4.5rem!important}.pb-md-15{padding-bottom:4.5rem!important}.pl-md-15{padding-left:4.5rem!important}.pr-md-15{padding-right:4.5rem!important}.px-md-15{padding-left:2.25rem!important;padding-right:2.25rem!important}.py-md-15{padding-top:2.25rem!important;padding-bottom:2.25rem!important}}@media (min-width: 992px){.p-lg-15{padding:2.25rem!important}.pt-lg-15{padding-top:4.5rem!important}.pb-lg-15{padding-bottom:4.5rem!important}.pl-lg-15{padding-left:4.5rem!important}.pr-lg-15{padding-right:4.5rem!important}.px-lg-15{padding-left:2.25rem!important;padding-right:2.25rem!important}.py-lg-15{padding-top:2.25rem!important;padding-bottom:2.25rem!important}}@media (min-width: 1200px){.p-xl-15{padding:2.25rem!important}.pt-xl-15{padding-top:4.5rem!important}.pb-xl-15{padding-bottom:4.5rem!important}.pl-xl-15{padding-left:4.5rem!important}.pr-xl-15{padding-right:4.5rem!important}.px-xl-15{padding-left:2.25rem!important;padding-right:2.25rem!important}.py-xl-15{padding-top:2.25rem!important;padding-bottom:2.25rem!important}}.p-16{padding:2.4rem}.pt-16{padding-top:4.8rem}.pb-16{padding-bottom:4.8rem}.pl-16{padding-left:4.8rem}.pr-16{padding-right:4.8rem}.px-16{padding-left:2.4rem;padding-right:2.4rem}.py-16{padding-top:2.4rem;padding-bottom:2.4rem}@media (min-width: 576px){.p-sm-16{padding:2.4rem!important}.pt-sm-16{padding-top:4.8rem!important}.pb-sm-16{padding-bottom:4.8rem!important}.pl-sm-16{padding-left:4.8rem!important}.pr-sm-16{padding-right:4.8rem!important}.px-sm-16{padding-left:2.4rem!important;padding-right:2.4rem!important}.py-sm-16{padding-top:2.4rem!important;padding-bottom:2.4rem!important}}@media (min-width: 768px){.p-md-16{padding:2.4rem!important}.pt-md-16{padding-top:4.8rem!important}.pb-md-16{padding-bottom:4.8rem!important}.pl-md-16{padding-left:4.8rem!important}.pr-md-16{padding-right:4.8rem!important}.px-md-16{padding-left:2.4rem!important;padding-right:2.4rem!important}.py-md-16{padding-top:2.4rem!important;padding-bottom:2.4rem!important}}@media (min-width: 992px){.p-lg-16{padding:2.4rem!important}.pt-lg-16{padding-top:4.8rem!important}.pb-lg-16{padding-bottom:4.8rem!important}.pl-lg-16{padding-left:4.8rem!important}.pr-lg-16{padding-right:4.8rem!important}.px-lg-16{padding-left:2.4rem!important;padding-right:2.4rem!important}.py-lg-16{padding-top:2.4rem!important;padding-bottom:2.4rem!important}}@media (min-width: 1200px){.p-xl-16{padding:2.4rem!important}.pt-xl-16{padding-top:4.8rem!important}.pb-xl-16{padding-bottom:4.8rem!important}.pl-xl-16{padding-left:4.8rem!important}.pr-xl-16{padding-right:4.8rem!important}.px-xl-16{padding-left:2.4rem!important;padding-right:2.4rem!important}.py-xl-16{padding-top:2.4rem!important;padding-bottom:2.4rem!important}}.p-17{padding:2.55rem}.pt-17{padding-top:5.1rem}.pb-17{padding-bottom:5.1rem}.pl-17{padding-left:5.1rem}.pr-17{padding-right:5.1rem}.px-17{padding-left:2.55rem;padding-right:2.55rem}.py-17{padding-top:2.55rem;padding-bottom:2.55rem}@media (min-width: 576px){.p-sm-17{padding:2.55rem!important}.pt-sm-17{padding-top:5.1rem!important}.pb-sm-17{padding-bottom:5.1rem!important}.pl-sm-17{padding-left:5.1rem!important}.pr-sm-17{padding-right:5.1rem!important}.px-sm-17{padding-left:2.55rem!important;padding-right:2.55rem!important}.py-sm-17{padding-top:2.55rem!important;padding-bottom:2.55rem!important}}@media (min-width: 768px){.p-md-17{padding:2.55rem!important}.pt-md-17{padding-top:5.1rem!important}.pb-md-17{padding-bottom:5.1rem!important}.pl-md-17{padding-left:5.1rem!important}.pr-md-17{padding-right:5.1rem!important}.px-md-17{padding-left:2.55rem!important;padding-right:2.55rem!important}.py-md-17{padding-top:2.55rem!important;padding-bottom:2.55rem!important}}@media (min-width: 992px){.p-lg-17{padding:2.55rem!important}.pt-lg-17{padding-top:5.1rem!important}.pb-lg-17{padding-bottom:5.1rem!important}.pl-lg-17{padding-left:5.1rem!important}.pr-lg-17{padding-right:5.1rem!important}.px-lg-17{padding-left:2.55rem!important;padding-right:2.55rem!important}.py-lg-17{padding-top:2.55rem!important;padding-bottom:2.55rem!important}}@media (min-width: 1200px){.p-xl-17{padding:2.55rem!important}.pt-xl-17{padding-top:5.1rem!important}.pb-xl-17{padding-bottom:5.1rem!important}.pl-xl-17{padding-left:5.1rem!important}.pr-xl-17{padding-right:5.1rem!important}.px-xl-17{padding-left:2.55rem!important;padding-right:2.55rem!important}.py-xl-17{padding-top:2.55rem!important;padding-bottom:2.55rem!important}}.p-18{padding:2.7rem}.pt-18{padding-top:5.4rem}.pb-18{padding-bottom:5.4rem}.pl-18{padding-left:5.4rem}.pr-18{padding-right:5.4rem}.px-18{padding-left:2.7rem;padding-right:2.7rem}.py-18{padding-top:2.7rem;padding-bottom:2.7rem}@media (min-width: 576px){.p-sm-18{padding:2.7rem!important}.pt-sm-18{padding-top:5.4rem!important}.pb-sm-18{padding-bottom:5.4rem!important}.pl-sm-18{padding-left:5.4rem!important}.pr-sm-18{padding-right:5.4rem!important}.px-sm-18{padding-left:2.7rem!important;padding-right:2.7rem!important}.py-sm-18{padding-top:2.7rem!important;padding-bottom:2.7rem!important}}@media (min-width: 768px){.p-md-18{padding:2.7rem!important}.pt-md-18{padding-top:5.4rem!important}.pb-md-18{padding-bottom:5.4rem!important}.pl-md-18{padding-left:5.4rem!important}.pr-md-18{padding-right:5.4rem!important}.px-md-18{padding-left:2.7rem!important;padding-right:2.7rem!important}.py-md-18{padding-top:2.7rem!important;padding-bottom:2.7rem!important}}@media (min-width: 992px){.p-lg-18{padding:2.7rem!important}.pt-lg-18{padding-top:5.4rem!important}.pb-lg-18{padding-bottom:5.4rem!important}.pl-lg-18{padding-left:5.4rem!important}.pr-lg-18{padding-right:5.4rem!important}.px-lg-18{padding-left:2.7rem!important;padding-right:2.7rem!important}.py-lg-18{padding-top:2.7rem!important;padding-bottom:2.7rem!important}}@media (min-width: 1200px){.p-xl-18{padding:2.7rem!important}.pt-xl-18{padding-top:5.4rem!important}.pb-xl-18{padding-bottom:5.4rem!important}.pl-xl-18{padding-left:5.4rem!important}.pr-xl-18{padding-right:5.4rem!important}.px-xl-18{padding-left:2.7rem!important;padding-right:2.7rem!important}.py-xl-18{padding-top:2.7rem!important;padding-bottom:2.7rem!important}}.p-19{padding:2.85rem}.pt-19{padding-top:5.7rem}.pb-19{padding-bottom:5.7rem}.pl-19{padding-left:5.7rem}.pr-19{padding-right:5.7rem}.px-19{padding-left:2.85rem;padding-right:2.85rem}.py-19{padding-top:2.85rem;padding-bottom:2.85rem}@media (min-width: 576px){.p-sm-19{padding:2.85rem!important}.pt-sm-19{padding-top:5.7rem!important}.pb-sm-19{padding-bottom:5.7rem!important}.pl-sm-19{padding-left:5.7rem!important}.pr-sm-19{padding-right:5.7rem!important}.px-sm-19{padding-left:2.85rem!important;padding-right:2.85rem!important}.py-sm-19{padding-top:2.85rem!important;padding-bottom:2.85rem!important}}@media (min-width: 768px){.p-md-19{padding:2.85rem!important}.pt-md-19{padding-top:5.7rem!important}.pb-md-19{padding-bottom:5.7rem!important}.pl-md-19{padding-left:5.7rem!important}.pr-md-19{padding-right:5.7rem!important}.px-md-19{padding-left:2.85rem!important;padding-right:2.85rem!important}.py-md-19{padding-top:2.85rem!important;padding-bottom:2.85rem!important}}@media (min-width: 992px){.p-lg-19{padding:2.85rem!important}.pt-lg-19{padding-top:5.7rem!important}.pb-lg-19{padding-bottom:5.7rem!important}.pl-lg-19{padding-left:5.7rem!important}.pr-lg-19{padding-right:5.7rem!important}.px-lg-19{padding-left:2.85rem!important;padding-right:2.85rem!important}.py-lg-19{padding-top:2.85rem!important;padding-bottom:2.85rem!important}}@media (min-width: 1200px){.p-xl-19{padding:2.85rem!important}.pt-xl-19{padding-top:5.7rem!important}.pb-xl-19{padding-bottom:5.7rem!important}.pl-xl-19{padding-left:5.7rem!important}.pr-xl-19{padding-right:5.7rem!important}.px-xl-19{padding-left:2.85rem!important;padding-right:2.85rem!important}.py-xl-19{padding-top:2.85rem!important;padding-bottom:2.85rem!important}}.p-20{padding:3rem}.pt-20{padding-top:6rem}.pb-20{padding-bottom:6rem}.pl-20{padding-left:6rem}.pr-20{padding-right:6rem}.px-20{padding-left:3rem;padding-right:3rem}.py-20{padding-top:3rem;padding-bottom:3rem}@media (min-width: 576px){.p-sm-20{padding:3rem!important}.pt-sm-20{padding-top:6rem!important}.pb-sm-20{padding-bottom:6rem!important}.pl-sm-20{padding-left:6rem!important}.pr-sm-20{padding-right:6rem!important}.px-sm-20{padding-left:3rem!important;padding-right:3rem!important}.py-sm-20{padding-top:3rem!important;padding-bottom:3rem!important}}@media (min-width: 768px){.p-md-20{padding:3rem!important}.pt-md-20{padding-top:6rem!important}.pb-md-20{padding-bottom:6rem!important}.pl-md-20{padding-left:6rem!important}.pr-md-20{padding-right:6rem!important}.px-md-20{padding-left:3rem!important;padding-right:3rem!important}.py-md-20{padding-top:3rem!important;padding-bottom:3rem!important}}@media (min-width: 992px){.p-lg-20{padding:3rem!important}.pt-lg-20{padding-top:6rem!important}.pb-lg-20{padding-bottom:6rem!important}.pl-lg-20{padding-left:6rem!important}.pr-lg-20{padding-right:6rem!important}.px-lg-20{padding-left:3rem!important;padding-right:3rem!important}.py-lg-20{padding-top:3rem!important;padding-bottom:3rem!important}}@media (min-width: 1200px){.p-xl-20{padding:3rem!important}.pt-xl-20{padding-top:6rem!important}.pb-xl-20{padding-bottom:6rem!important}.pl-xl-20{padding-left:6rem!important}.pr-xl-20{padding-right:6rem!important}.px-xl-20{padding-left:3rem!important;padding-right:3rem!important}.py-xl-20{padding-top:3rem!important;padding-bottom:3rem!important}}.p-21{padding:3.15rem}.pt-21{padding-top:6.3rem}.pb-21{padding-bottom:6.3rem}.pl-21{padding-left:6.3rem}.pr-21{padding-right:6.3rem}.px-21{padding-left:3.15rem;padding-right:3.15rem}.py-21{padding-top:3.15rem;padding-bottom:3.15rem}@media (min-width: 576px){.p-sm-21{padding:3.15rem!important}.pt-sm-21{padding-top:6.3rem!important}.pb-sm-21{padding-bottom:6.3rem!important}.pl-sm-21{padding-left:6.3rem!important}.pr-sm-21{padding-right:6.3rem!important}.px-sm-21{padding-left:3.15rem!important;padding-right:3.15rem!important}.py-sm-21{padding-top:3.15rem!important;padding-bottom:3.15rem!important}}@media (min-width: 768px){.p-md-21{padding:3.15rem!important}.pt-md-21{padding-top:6.3rem!important}.pb-md-21{padding-bottom:6.3rem!important}.pl-md-21{padding-left:6.3rem!important}.pr-md-21{padding-right:6.3rem!important}.px-md-21{padding-left:3.15rem!important;padding-right:3.15rem!important}.py-md-21{padding-top:3.15rem!important;padding-bottom:3.15rem!important}}@media (min-width: 992px){.p-lg-21{padding:3.15rem!important}.pt-lg-21{padding-top:6.3rem!important}.pb-lg-21{padding-bottom:6.3rem!important}.pl-lg-21{padding-left:6.3rem!important}.pr-lg-21{padding-right:6.3rem!important}.px-lg-21{padding-left:3.15rem!important;padding-right:3.15rem!important}.py-lg-21{padding-top:3.15rem!important;padding-bottom:3.15rem!important}}@media (min-width: 1200px){.p-xl-21{padding:3.15rem!important}.pt-xl-21{padding-top:6.3rem!important}.pb-xl-21{padding-bottom:6.3rem!important}.pl-xl-21{padding-left:6.3rem!important}.pr-xl-21{padding-right:6.3rem!important}.px-xl-21{padding-left:3.15rem!important;padding-right:3.15rem!important}.py-xl-21{padding-top:3.15rem!important;padding-bottom:3.15rem!important}}.p-22{padding:3.3rem}.pt-22{padding-top:6.6rem}.pb-22{padding-bottom:6.6rem}.pl-22{padding-left:6.6rem}.pr-22{padding-right:6.6rem}.px-22{padding-left:3.3rem;padding-right:3.3rem}.py-22{padding-top:3.3rem;padding-bottom:3.3rem}@media (min-width: 576px){.p-sm-22{padding:3.3rem!important}.pt-sm-22{padding-top:6.6rem!important}.pb-sm-22{padding-bottom:6.6rem!important}.pl-sm-22{padding-left:6.6rem!important}.pr-sm-22{padding-right:6.6rem!important}.px-sm-22{padding-left:3.3rem!important;padding-right:3.3rem!important}.py-sm-22{padding-top:3.3rem!important;padding-bottom:3.3rem!important}}@media (min-width: 768px){.p-md-22{padding:3.3rem!important}.pt-md-22{padding-top:6.6rem!important}.pb-md-22{padding-bottom:6.6rem!important}.pl-md-22{padding-left:6.6rem!important}.pr-md-22{padding-right:6.6rem!important}.px-md-22{padding-left:3.3rem!important;padding-right:3.3rem!important}.py-md-22{padding-top:3.3rem!important;padding-bottom:3.3rem!important}}@media (min-width: 992px){.p-lg-22{padding:3.3rem!important}.pt-lg-22{padding-top:6.6rem!important}.pb-lg-22{padding-bottom:6.6rem!important}.pl-lg-22{padding-left:6.6rem!important}.pr-lg-22{padding-right:6.6rem!important}.px-lg-22{padding-left:3.3rem!important;padding-right:3.3rem!important}.py-lg-22{padding-top:3.3rem!important;padding-bottom:3.3rem!important}}@media (min-width: 1200px){.p-xl-22{padding:3.3rem!important}.pt-xl-22{padding-top:6.6rem!important}.pb-xl-22{padding-bottom:6.6rem!important}.pl-xl-22{padding-left:6.6rem!important}.pr-xl-22{padding-right:6.6rem!important}.px-xl-22{padding-left:3.3rem!important;padding-right:3.3rem!important}.py-xl-22{padding-top:3.3rem!important;padding-bottom:3.3rem!important}}.p-23{padding:3.45rem}.pt-23{padding-top:6.9rem}.pb-23{padding-bottom:6.9rem}.pl-23{padding-left:6.9rem}.pr-23{padding-right:6.9rem}.px-23{padding-left:3.45rem;padding-right:3.45rem}.py-23{padding-top:3.45rem;padding-bottom:3.45rem}@media (min-width: 576px){.p-sm-23{padding:3.45rem!important}.pt-sm-23{padding-top:6.9rem!important}.pb-sm-23{padding-bottom:6.9rem!important}.pl-sm-23{padding-left:6.9rem!important}.pr-sm-23{padding-right:6.9rem!important}.px-sm-23{padding-left:3.45rem!important;padding-right:3.45rem!important}.py-sm-23{padding-top:3.45rem!important;padding-bottom:3.45rem!important}}@media (min-width: 768px){.p-md-23{padding:3.45rem!important}.pt-md-23{padding-top:6.9rem!important}.pb-md-23{padding-bottom:6.9rem!important}.pl-md-23{padding-left:6.9rem!important}.pr-md-23{padding-right:6.9rem!important}.px-md-23{padding-left:3.45rem!important;padding-right:3.45rem!important}.py-md-23{padding-top:3.45rem!important;padding-bottom:3.45rem!important}}@media (min-width: 992px){.p-lg-23{padding:3.45rem!important}.pt-lg-23{padding-top:6.9rem!important}.pb-lg-23{padding-bottom:6.9rem!important}.pl-lg-23{padding-left:6.9rem!important}.pr-lg-23{padding-right:6.9rem!important}.px-lg-23{padding-left:3.45rem!important;padding-right:3.45rem!important}.py-lg-23{padding-top:3.45rem!important;padding-bottom:3.45rem!important}}@media (min-width: 1200px){.p-xl-23{padding:3.45rem!important}.pt-xl-23{padding-top:6.9rem!important}.pb-xl-23{padding-bottom:6.9rem!important}.pl-xl-23{padding-left:6.9rem!important}.pr-xl-23{padding-right:6.9rem!important}.px-xl-23{padding-left:3.45rem!important;padding-right:3.45rem!important}.py-xl-23{padding-top:3.45rem!important;padding-bottom:3.45rem!important}}.p-24{padding:3.6rem}.pt-24{padding-top:7.2rem}.pb-24{padding-bottom:7.2rem}.pl-24{padding-left:7.2rem}.pr-24{padding-right:7.2rem}.px-24{padding-left:3.6rem;padding-right:3.6rem}.py-24{padding-top:3.6rem;padding-bottom:3.6rem}@media (min-width: 576px){.p-sm-24{padding:3.6rem!important}.pt-sm-24{padding-top:7.2rem!important}.pb-sm-24{padding-bottom:7.2rem!important}.pl-sm-24{padding-left:7.2rem!important}.pr-sm-24{padding-right:7.2rem!important}.px-sm-24{padding-left:3.6rem!important;padding-right:3.6rem!important}.py-sm-24{padding-top:3.6rem!important;padding-bottom:3.6rem!important}}@media (min-width: 768px){.p-md-24{padding:3.6rem!important}.pt-md-24{padding-top:7.2rem!important}.pb-md-24{padding-bottom:7.2rem!important}.pl-md-24{padding-left:7.2rem!important}.pr-md-24{padding-right:7.2rem!important}.px-md-24{padding-left:3.6rem!important;padding-right:3.6rem!important}.py-md-24{padding-top:3.6rem!important;padding-bottom:3.6rem!important}}@media (min-width: 992px){.p-lg-24{padding:3.6rem!important}.pt-lg-24{padding-top:7.2rem!important}.pb-lg-24{padding-bottom:7.2rem!important}.pl-lg-24{padding-left:7.2rem!important}.pr-lg-24{padding-right:7.2rem!important}.px-lg-24{padding-left:3.6rem!important;padding-right:3.6rem!important}.py-lg-24{padding-top:3.6rem!important;padding-bottom:3.6rem!important}}@media (min-width: 1200px){.p-xl-24{padding:3.6rem!important}.pt-xl-24{padding-top:7.2rem!important}.pb-xl-24{padding-bottom:7.2rem!important}.pl-xl-24{padding-left:7.2rem!important}.pr-xl-24{padding-right:7.2rem!important}.px-xl-24{padding-left:3.6rem!important;padding-right:3.6rem!important}.py-xl-24{padding-top:3.6rem!important;padding-bottom:3.6rem!important}}.p-25{padding:3.75rem}.pt-25{padding-top:7.5rem}.pb-25{padding-bottom:7.5rem}.pl-25{padding-left:7.5rem}.pr-25{padding-right:7.5rem}.px-25{padding-left:3.75rem;padding-right:3.75rem}.py-25{padding-top:3.75rem;padding-bottom:3.75rem}@media (min-width: 576px){.p-sm-25{padding:3.75rem!important}.pt-sm-25{padding-top:7.5rem!important}.pb-sm-25{padding-bottom:7.5rem!important}.pl-sm-25{padding-left:7.5rem!important}.pr-sm-25{padding-right:7.5rem!important}.px-sm-25{padding-left:3.75rem!important;padding-right:3.75rem!important}.py-sm-25{padding-top:3.75rem!important;padding-bottom:3.75rem!important}}@media (min-width: 768px){.p-md-25{padding:3.75rem!important}.pt-md-25{padding-top:7.5rem!important}.pb-md-25{padding-bottom:7.5rem!important}.pl-md-25{padding-left:7.5rem!important}.pr-md-25{padding-right:7.5rem!important}.px-md-25{padding-left:3.75rem!important;padding-right:3.75rem!important}.py-md-25{padding-top:3.75rem!important;padding-bottom:3.75rem!important}}@media (min-width: 992px){.p-lg-25{padding:3.75rem!important}.pt-lg-25{padding-top:7.5rem!important}.pb-lg-25{padding-bottom:7.5rem!important}.pl-lg-25{padding-left:7.5rem!important}.pr-lg-25{padding-right:7.5rem!important}.px-lg-25{padding-left:3.75rem!important;padding-right:3.75rem!important}.py-lg-25{padding-top:3.75rem!important;padding-bottom:3.75rem!important}}@media (min-width: 1200px){.p-xl-25{padding:3.75rem!important}.pt-xl-25{padding-top:7.5rem!important}.pb-xl-25{padding-bottom:7.5rem!important}.pl-xl-25{padding-left:7.5rem!important}.pr-xl-25{padding-right:7.5rem!important}.px-xl-25{padding-left:3.75rem!important;padding-right:3.75rem!important}.py-xl-25{padding-top:3.75rem!important;padding-bottom:3.75rem!important}}.p-26{padding:3.9rem}.pt-26{padding-top:7.8rem}.pb-26{padding-bottom:7.8rem}.pl-26{padding-left:7.8rem}.pr-26{padding-right:7.8rem}.px-26{padding-left:3.9rem;padding-right:3.9rem}.py-26{padding-top:3.9rem;padding-bottom:3.9rem}@media (min-width: 576px){.p-sm-26{padding:3.9rem!important}.pt-sm-26{padding-top:7.8rem!important}.pb-sm-26{padding-bottom:7.8rem!important}.pl-sm-26{padding-left:7.8rem!important}.pr-sm-26{padding-right:7.8rem!important}.px-sm-26{padding-left:3.9rem!important;padding-right:3.9rem!important}.py-sm-26{padding-top:3.9rem!important;padding-bottom:3.9rem!important}}@media (min-width: 768px){.p-md-26{padding:3.9rem!important}.pt-md-26{padding-top:7.8rem!important}.pb-md-26{padding-bottom:7.8rem!important}.pl-md-26{padding-left:7.8rem!important}.pr-md-26{padding-right:7.8rem!important}.px-md-26{padding-left:3.9rem!important;padding-right:3.9rem!important}.py-md-26{padding-top:3.9rem!important;padding-bottom:3.9rem!important}}@media (min-width: 992px){.p-lg-26{padding:3.9rem!important}.pt-lg-26{padding-top:7.8rem!important}.pb-lg-26{padding-bottom:7.8rem!important}.pl-lg-26{padding-left:7.8rem!important}.pr-lg-26{padding-right:7.8rem!important}.px-lg-26{padding-left:3.9rem!important;padding-right:3.9rem!important}.py-lg-26{padding-top:3.9rem!important;padding-bottom:3.9rem!important}}@media (min-width: 1200px){.p-xl-26{padding:3.9rem!important}.pt-xl-26{padding-top:7.8rem!important}.pb-xl-26{padding-bottom:7.8rem!important}.pl-xl-26{padding-left:7.8rem!important}.pr-xl-26{padding-right:7.8rem!important}.px-xl-26{padding-left:3.9rem!important;padding-right:3.9rem!important}.py-xl-26{padding-top:3.9rem!important;padding-bottom:3.9rem!important}}.p-27{padding:4.05rem}.pt-27{padding-top:8.1rem}.pb-27{padding-bottom:8.1rem}.pl-27{padding-left:8.1rem}.pr-27{padding-right:8.1rem}.px-27{padding-left:4.05rem;padding-right:4.05rem}.py-27{padding-top:4.05rem;padding-bottom:4.05rem}@media (min-width: 576px){.p-sm-27{padding:4.05rem!important}.pt-sm-27{padding-top:8.1rem!important}.pb-sm-27{padding-bottom:8.1rem!important}.pl-sm-27{padding-left:8.1rem!important}.pr-sm-27{padding-right:8.1rem!important}.px-sm-27{padding-left:4.05rem!important;padding-right:4.05rem!important}.py-sm-27{padding-top:4.05rem!important;padding-bottom:4.05rem!important}}@media (min-width: 768px){.p-md-27{padding:4.05rem!important}.pt-md-27{padding-top:8.1rem!important}.pb-md-27{padding-bottom:8.1rem!important}.pl-md-27{padding-left:8.1rem!important}.pr-md-27{padding-right:8.1rem!important}.px-md-27{padding-left:4.05rem!important;padding-right:4.05rem!important}.py-md-27{padding-top:4.05rem!important;padding-bottom:4.05rem!important}}@media (min-width: 992px){.p-lg-27{padding:4.05rem!important}.pt-lg-27{padding-top:8.1rem!important}.pb-lg-27{padding-bottom:8.1rem!important}.pl-lg-27{padding-left:8.1rem!important}.pr-lg-27{padding-right:8.1rem!important}.px-lg-27{padding-left:4.05rem!important;padding-right:4.05rem!important}.py-lg-27{padding-top:4.05rem!important;padding-bottom:4.05rem!important}}@media (min-width: 1200px){.p-xl-27{padding:4.05rem!important}.pt-xl-27{padding-top:8.1rem!important}.pb-xl-27{padding-bottom:8.1rem!important}.pl-xl-27{padding-left:8.1rem!important}.pr-xl-27{padding-right:8.1rem!important}.px-xl-27{padding-left:4.05rem!important;padding-right:4.05rem!important}.py-xl-27{padding-top:4.05rem!important;padding-bottom:4.05rem!important}}.p-28{padding:4.2rem}.pt-28{padding-top:8.4rem}.pb-28{padding-bottom:8.4rem}.pl-28{padding-left:8.4rem}.pr-28{padding-right:8.4rem}.px-28{padding-left:4.2rem;padding-right:4.2rem}.py-28{padding-top:4.2rem;padding-bottom:4.2rem}@media (min-width: 576px){.p-sm-28{padding:4.2rem!important}.pt-sm-28{padding-top:8.4rem!important}.pb-sm-28{padding-bottom:8.4rem!important}.pl-sm-28{padding-left:8.4rem!important}.pr-sm-28{padding-right:8.4rem!important}.px-sm-28{padding-left:4.2rem!important;padding-right:4.2rem!important}.py-sm-28{padding-top:4.2rem!important;padding-bottom:4.2rem!important}}@media (min-width: 768px){.p-md-28{padding:4.2rem!important}.pt-md-28{padding-top:8.4rem!important}.pb-md-28{padding-bottom:8.4rem!important}.pl-md-28{padding-left:8.4rem!important}.pr-md-28{padding-right:8.4rem!important}.px-md-28{padding-left:4.2rem!important;padding-right:4.2rem!important}.py-md-28{padding-top:4.2rem!important;padding-bottom:4.2rem!important}}@media (min-width: 992px){.p-lg-28{padding:4.2rem!important}.pt-lg-28{padding-top:8.4rem!important}.pb-lg-28{padding-bottom:8.4rem!important}.pl-lg-28{padding-left:8.4rem!important}.pr-lg-28{padding-right:8.4rem!important}.px-lg-28{padding-left:4.2rem!important;padding-right:4.2rem!important}.py-lg-28{padding-top:4.2rem!important;padding-bottom:4.2rem!important}}@media (min-width: 1200px){.p-xl-28{padding:4.2rem!important}.pt-xl-28{padding-top:8.4rem!important}.pb-xl-28{padding-bottom:8.4rem!important}.pl-xl-28{padding-left:8.4rem!important}.pr-xl-28{padding-right:8.4rem!important}.px-xl-28{padding-left:4.2rem!important;padding-right:4.2rem!important}.py-xl-28{padding-top:4.2rem!important;padding-bottom:4.2rem!important}}.p-29{padding:4.35rem}.pt-29{padding-top:8.7rem}.pb-29{padding-bottom:8.7rem}.pl-29{padding-left:8.7rem}.pr-29{padding-right:8.7rem}.px-29{padding-left:4.35rem;padding-right:4.35rem}.py-29{padding-top:4.35rem;padding-bottom:4.35rem}@media (min-width: 576px){.p-sm-29{padding:4.35rem!important}.pt-sm-29{padding-top:8.7rem!important}.pb-sm-29{padding-bottom:8.7rem!important}.pl-sm-29{padding-left:8.7rem!important}.pr-sm-29{padding-right:8.7rem!important}.px-sm-29{padding-left:4.35rem!important;padding-right:4.35rem!important}.py-sm-29{padding-top:4.35rem!important;padding-bottom:4.35rem!important}}@media (min-width: 768px){.p-md-29{padding:4.35rem!important}.pt-md-29{padding-top:8.7rem!important}.pb-md-29{padding-bottom:8.7rem!important}.pl-md-29{padding-left:8.7rem!important}.pr-md-29{padding-right:8.7rem!important}.px-md-29{padding-left:4.35rem!important;padding-right:4.35rem!important}.py-md-29{padding-top:4.35rem!important;padding-bottom:4.35rem!important}}@media (min-width: 992px){.p-lg-29{padding:4.35rem!important}.pt-lg-29{padding-top:8.7rem!important}.pb-lg-29{padding-bottom:8.7rem!important}.pl-lg-29{padding-left:8.7rem!important}.pr-lg-29{padding-right:8.7rem!important}.px-lg-29{padding-left:4.35rem!important;padding-right:4.35rem!important}.py-lg-29{padding-top:4.35rem!important;padding-bottom:4.35rem!important}}@media (min-width: 1200px){.p-xl-29{padding:4.35rem!important}.pt-xl-29{padding-top:8.7rem!important}.pb-xl-29{padding-bottom:8.7rem!important}.pl-xl-29{padding-left:8.7rem!important}.pr-xl-29{padding-right:8.7rem!important}.px-xl-29{padding-left:4.35rem!important;padding-right:4.35rem!important}.py-xl-29{padding-top:4.35rem!important;padding-bottom:4.35rem!important}}.p-30{padding:4.5rem}.pt-30{padding-top:9rem}.pb-30{padding-bottom:9rem}.pl-30{padding-left:9rem}.pr-30{padding-right:9rem}.px-30{padding-left:4.5rem;padding-right:4.5rem}.py-30{padding-top:4.5rem;padding-bottom:4.5rem}@media (min-width: 576px){.p-sm-30{padding:4.5rem!important}.pt-sm-30{padding-top:9rem!important}.pb-sm-30{padding-bottom:9rem!important}.pl-sm-30{padding-left:9rem!important}.pr-sm-30{padding-right:9rem!important}.px-sm-30{padding-left:4.5rem!important;padding-right:4.5rem!important}.py-sm-30{padding-top:4.5rem!important;padding-bottom:4.5rem!important}}@media (min-width: 768px){.p-md-30{padding:4.5rem!important}.pt-md-30{padding-top:9rem!important}.pb-md-30{padding-bottom:9rem!important}.pl-md-30{padding-left:9rem!important}.pr-md-30{padding-right:9rem!important}.px-md-30{padding-left:4.5rem!important;padding-right:4.5rem!important}.py-md-30{padding-top:4.5rem!important;padding-bottom:4.5rem!important}}@media (min-width: 992px){.p-lg-30{padding:4.5rem!important}.pt-lg-30{padding-top:9rem!important}.pb-lg-30{padding-bottom:9rem!important}.pl-lg-30{padding-left:9rem!important}.pr-lg-30{padding-right:9rem!important}.px-lg-30{padding-left:4.5rem!important;padding-right:4.5rem!important}.py-lg-30{padding-top:4.5rem!important;padding-bottom:4.5rem!important}}@media (min-width: 1200px){.p-xl-30{padding:4.5rem!important}.pt-xl-30{padding-top:9rem!important}.pb-xl-30{padding-bottom:9rem!important}.pl-xl-30{padding-left:9rem!important}.pr-xl-30{padding-right:9rem!important}.px-xl-30{padding-left:4.5rem!important;padding-right:4.5rem!important}.py-xl-30{padding-top:4.5rem!important;padding-bottom:4.5rem!important}}*{margin:0;padding:0;box-sizing:border-box;letter-spacing:normal}button:focus{outline:none}html,body{height:100%}body{margin:0;font-family:Poppins,sans-serif,Helvetica!important}button{font-family:Poppins,sans-serif,Helvetica!important}h1{font-size:40px!important;margin:0;color:#505256}h2{font-size:24px!important;margin:0;color:#505256}h3{font-size:20px!important;margin:0;color:#505256}p{font-size:14px!important;color:#505256}a{color:#505256}.mat-mdc-card{font-family:Poppins,sans-serif,Helvetica!important;font-size:14px}.mat-mdc-card-header{padding:0!important}.mat-mdc-card-header-text{margin:0!important}.mat-mdc-card{box-shadow:none!important}.mat-mdc-card .mat-mdc-card-content:last-child{padding-bottom:0}.inputs-width .mat-mdc-text-field-wrapper{max-height:54px!important}.mdc-text-field--outlined{padding:0 .75em!important}.mat-mdc-form-field{font-family:Poppins,sans-serif,Helvetica!important;font-size:15px!important}body .mdc-text-field--outlined .mat-mdc-form-field-infix,.mdc-text-field--no-label .mat-mdc-form-field-infix{padding-top:18px;padding-bottom:16px}.mat-mdc-form-field .mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__leading{border-color:#0000001f}.mat-mdc-form-field .mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__notch{border-color:#0000001f;border-left:0!important}.mat-mdc-form-field .mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__trailing{border-color:#0000001f}.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-width:2px!important}.mat-mdc-form-field .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading{border-color:#000}.mat-mdc-form-field .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch{border-color:#000}.mat-mdc-form-field .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing{border-color:#000}.mat-mdc-form-field .mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading{border-color:#f44336;border-width:2px}.mat-mdc-form-field .mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch{border-color:#f44336;border-width:2px}.mat-mdc-form-field .mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing{border-color:#f44336;border-width:2px}.mat-mdc-form-field .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-text-field__input{color:#505256}.mat-mdc-form-field .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-floating-label,.mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-floating-label--float-above{color:#0009}body .input-without-padding{font-size:14px}body .input-without-padding .mat-mdc-form-field-subscript-wrapper,body .input-tooltip .mat-mdc-form-field-subscript-wrapper{display:none}body .input-tooltip .mdc-text-field--outlined{height:45px!important}body .input-tooltip .mdc-text-field--outlined .mat-mdc-form-field-infix{min-height:45px!important;padding-top:10px;padding-bottom:5px}body .input-tooltip .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-floating-label{top:50%}body .input-tooltip .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above{top:70%}body .mat-mdc-text-field-wrapper{background:#fff}body .input-tooltip-textarea textarea{width:100%;min-height:70px!important;resize:none!important;font-family:Poppins,sans-serif,Helvetica!important}body .input-tooltip-textarea .mdc-text-field--outlined .mat-mdc-form-field-infix,.mdc-text-field--no-label .mat-mdc-form-field-infix{padding-top:10px;padding-bottom:5px}body .input-tooltip-textarea .mat-mdc-form-field-subscript-wrapper{display:none}.mat-mdc-form-field .mat-mdc-form-field-subscript-wrapper{font-size:75%;top:calc(100% - 1.7916666667em);padding:0 1em;margin-bottom:5px}.mat-mdc-form-field-error{margin-top:-16px}.mat-mdc-form-field-error:before{display:none!important}.mat-mdc-form-field .mat-mdc-form-field-error-wrapper{position:relative;padding:0}.mdc-snackbar{font-family:Poppins,sans-serif,Helvetica!important}.errorSnackBar{margin-bottom:50px!important}.errorSnackBar .mdc-snackbar__surface{background-color:#f23136!important;color:#fff!important;font-size:14px}.errorSnackBar .mdc-snackbar__surface .mat-mdc-button.mat-mdc-snack-bar-action:not(:disabled){color:#fff}body .mat-mdc-snack-bar-container .mdc-snackbar__surface{background:none}.mat-mdc-form-field .mat-mdc-form-field-icon-prefix>.mat-icon,.mat-mdc-form-field .mat-mdc-form-field-icon-suffix>.mat-icon{padding:0;font-size:150%}.btn-tertiary-villa:not(:disabled){color:var(--text-color-btn-tertiary)!important}.btn-secondary-villa:not(:disabled){color:var(--text-color-btn-secondary)!important}.btn-primary-villa:not(:disabled){color:var(--text-color-btn-primary)!important}.btn-primary-villa[disabled],.mat-mdc-button.mat-mdc-button-disabled{color:var(--text-color-btn-disabled-primary)!important}.mdc-button .mdc-button__label{font-weight:500}.mdc-list{padding:0!important}.ng-scroll-content{contain:initial!important;padding:0!important;position:relative;width:auto!important}.mat-expansion-panel{min-width:none}body .logout .mdc-list-item__primary-text,body .logout:hover .mdc-list-item__primary-text{color:#c6c6c6}.mat-mdc-table{font-family:Poppins,sans-serif,Helvetica!important;color:#505256!important}.mat-mdc-header-row{font-family:Poppins,sans-serif,Helvetica!important}body .mat-mdc-header-row{height:20px}.mat-mdc-row{font-family:Poppins,sans-serif,Helvetica!important}.mat-mdc-table .mat-mdc-header-cell{font-size:12px;font-weight:300!important;color:#505256!important;padding:0}.mat-mdc-header-cell:first-of-type{padding-left:10px}.mat-mdc-header-cell:last-of-type{padding-right:24px}.mat-mdc-table .mat-mdc-cell:last-of-type{padding-right:24px}.mat-mdc-table .mat-mdc-cell:first-of-type{padding-left:24px}.mat-mdc-card{padding:16px}.mat-mdc-card .mat-mdc-card-content{padding:0}body .mat-mdc-button{font-size:14px}body .mat-mdc-button .mat-icon{font-size:24px;width:24px;height:24px}body .container__courses__expansion .mat-expansion-panel-header:hover{background:#505256!important}body .mat-content.mat-content-hide-toggle{margin:0}body .mdc-list-item__content{width:100%;display:block;height:100%;align-content:center;padding:0 16px}body .mat-mdc-list-item-unscoped-content{display:flex;align-items:center;white-space:normal}body .mat-mdc-tooltip .mdc-tooltip__surface{font-family:Poppins,sans-serif,Helvetica!important;font-size:10px;border:none}body .tooltip-incorrect .mdc-tooltip__surface{color:#505256;background:#fff;font-size:14px;padding:10px 8px}body .tooltip-incorrect .mdc-tooltip__surface:before{border-radius:4px}body .tooltip-correct .mdc-tooltip__surface{color:#505256;background:#fff;font-size:14px;padding:10px 8px}body .tooltip-correct .mdc-tooltip__surface:before{border-radius:4px}body .tooltip-inwhite .mdc-tooltip__surface{color:#505256;background:#fff;font-size:14px;padding:10px 8px}body .tooltip-inwhite .mdc-tooltip__surface:before{border-radius:4px}body .tooltip-class .mdc-tooltip__surface{font-family:Poppins,sans-serif,Helvetica!important;font-size:12px;padding:0;background-color:#505256;text-align:justify}body .tooltip-class .mdc-tooltip__surface:before{content:none}body .mat-mdc-dialog-container .mat-mdc-dialog-surface{padding:24px}body .modal-flashcard .mat-mdc-dialog-container .mat-mdc-dialog-surface{padding:0}.mat-mdc-checkbox{font-family:Poppins,sans-serif,Helvetica!important;color:#505256}body .mat-mdc-checkbox .mdc-label{color:#505256;font-size:14px}body .mat-mdc-checkbox-checked .mdc-checkbox__background{background-color:#f23136!important;border-color:#f23136!important}body .mdc-checkbox .mdc-checkbox__native-control:focus:checked~.mdc-checkbox__ripple{background:transparent!important}body .mdc-checkbox .mdc-checkbox__native-control:focus~.mdc-checkbox__ripple{background:transparent!important}body .mdc-checkbox .mdc-checkbox__native-control:enabled:focus:focus:not(:checked):not(:indeterminate)~.mdc-checkbox__background{border-color:#0000008a}body .mat-mdc-progress-bar{height:7px;border-radius:10px;padding:0}body .mat-mdc-progress-bar .mdc-linear-progress__buffer{height:7px;border-radius:10px}body .mdc-linear-progress__buffer-bar{background:#e8e8e8}body .mat-mdc-progress-bar .mdc-linear-progress__bar{height:7px;border-radius:10px}body .mdc-linear-progress__bar-inner{border-top-width:7px;border-color:#f23136;border-radius:10px}body .mat-mdc-radio-button .mdc-radio .mdc-radio__native-control:enabled:checked+.mdc-radio__background .mdc-radio__outer-circle{border-color:#f23136}body .mat-mdc-radio-button .mdc-radio .mdc-radio__native-control:enabled+.mdc-radio__background .mdc-radio__inner-circle{border-color:#f23136}body .mat-mdc-radio-button .mdc-radio:hover .mdc-radio__native-control:enabled:checked+.mdc-radio__background .mdc-radio__outer-circle{border-color:#f23136}body .mat-mdc-radio-button .mdc-radio:hover .mdc-radio__native-control:enabled+.mdc-radio__background .mdc-radio__inner-circle{border-color:#f23136}body .mat-mdc-radio-button .mdc-radio:not(:disabled):active .mdc-radio__native-control:enabled:checked+.mdc-radio__background .mdc-radio__outer-circle{border-color:#f23136}body .mat-mdc-radio-button .mdc-radio:not(:disabled):active .mdc-radio__native-control:enabled+.mdc-radio__background .mdc-radio__inner-circle{border-color:#f23136}body .mat-mdc-radio-button.mat-mdc-radio-checked .mdc-radio__background:before{background-color:transparent}body .mat-mdc-radio-button .mdc-radio{padding:0 8px 0 0}body .mat-mdc-radio-button .mdc-radio .mdc-radio__native-control{width:20px;height:20px}body .mat-mdc-radio-button.mat-mdc-radio-checked .mat-ripple-element{background-color:transparent}body mat-slide-toggle .mdc-switch .mdc-switch__track{height:22px}body mat-slide-toggle .mdc-switch .mdc-switch__handle-track{width:16px;height:16px;top:auto;left:2px}body mat-slide-toggle .mdc-switch{width:39px}body mat-slide-toggle .mdc-switch .mdc-switch__track{border-radius:15px}body mat-slide-toggle .mdc-switch:enabled .mdc-switch__track:before{background:#ccc;background-size:29px 29px;background-position:center;background-position-x:14px;background-repeat:no-repeat}body mat-slide-toggle .mdc-switch:enabled:active .mdc-switch__track:before{background:#ccc;background-size:29px 29px;background-position:center;background-position-x:14px;background-repeat:no-repeat}body mat-slide-toggle .mdc-switch:enabled:hover:not(:focus):not(:active) .mdc-switch__track:before{background:#ccc;background-size:29px 29px;background-position:center;background-position-x:14px;background-repeat:no-repeat}body mat-slide-toggle .mdc-switch:enabled:focus:not(:active) .mdc-switch__track:before{background:#ccc;background-size:29px 29px;background-position:center;background-position-x:14px;background-repeat:no-repeat}body mat-slide-toggle .mdc-switch:enabled .mdc-switch__track:after{background-color:#f23136;background-size:20px 13px;background-position:center;background-position-x:0;background-repeat:no-repeat}body mat-slide-toggle .mdc-switch:enabled:active .mdc-switch__track:after{background-color:#f23136;background-size:20px 13px;background-position:center;background-position-x:0;background-repeat:no-repeat}body mat-slide-toggle .mdc-switch:enabled:hover:not(:focus):not(:active) .mdc-switch__track:after{background-color:#f23136;background-size:20px 13px;background-position:center;background-position-x:0;background-repeat:no-repeat}body mat-slide-toggle .mdc-switch:enabled:focus:not(:active) .mdc-switch__track:after{background-color:#f23136;background-size:20px 13px;background-position:center;background-position-x:0;background-repeat:no-repeat}body mat-slide-toggle .mdc-switch .mdc-switch__handle .mdc-switch__icons{width:20px;height:20px}body mat-slide-toggle .mdc-switch__icon{transform:scale(.8)}body mat-slide-toggle .mdc-switch__icon--off>path{d:path("M 507.503438 87.516563 C 480.231563 60.244687 448.528008 38.768086 413.07457 23.939004 C 376.427988 8.428125 337.565566 0.417012 297.51 0.417012 C 257.454434 0.417012 218.592012 8.428125 181.94543 23.939004 C 146.491992 38.768086 114.788438 60.244687 87.516563 87.516563 C 60.244687 114.788438 38.768086 146.491992 23.939004 181.94543 C 8.428125 218.592012 0.417012 257.454434 0.417012 297.51 C 0.417012 337.565566 8.428125 376.427988 23.939004 413.07457 C 38.768086 448.528008 60.244687 480.231563 87.516563 507.503438 C 114.788438 534.775313 146.491992 556.251914 181.94543 571.080996 C 218.592012 586.591875 257.454434 594.602988 297.51 594.602988 C 337.565566 594.602988 376.427988 586.591875 413.07457 571.080996 C 448.528008 556.251914 480.231563 534.775313 507.503438 507.503438 C 534.775313 480.231563 556.251914 448.528008 571.080996 413.07457 C 586.591875 376.427988 594.602988 337.565566 594.602988 297.51 C 594.602988 257.454434 586.591875 218.592012 571.080996 181.94543 C 556.251914 146.491992 534.775313 114.788438 507.503438 87.516563 Z M 297.51 551.649785 C 157.059844 551.649785 43.370215 437.960156 43.370215 297.51 C 43.370215 157.059844 157.059844 43.370215 297.51 43.370215 C 437.960156 43.370215 551.649785 157.059844 551.649785 297.51 C 551.649785 437.960156 437.960156 551.649785 297.51 551.649785 Z M 297.51 551.649785 ");fill-rule:nonzero;fill:#ccc;fill-opacity:1;stroke-width:48.196701;stroke-linecap:butt;stroke-linejoin:miter;stroke:#ccc;stroke-opacity:1;stroke-miterlimit:4;transform:matrix(.0229174,0,0,.0229174,5.181849,5.181849)}body mat-slide-toggle .mdc-switch__icon--on>path{d:path("M 12 19 L 12 5");fill:none;stroke-width:2.4;stroke-linecap:round;stroke-linejoin:round;stroke:#f23136;stroke-opacity:1;stroke-miterlimit:4}body mat-slide-toggle .mdc-switch__handle{width:20px!important;height:20px!important}body mat-slide-toggle .mdc-switch .mdc-switch__handle:before{background:#fff;width:20px;height:20px}body mat-slide-toggle .mdc-switch.mdc-switch--selected:enabled .mdc-switch__handle:after{background:#fff;width:20px;height:20px;border:1px solid #f23136}body mat-slide-toggle .mdc-switch.mdc-switch--unselected:enabled .mdc-switch__handle:after{background:#fff;width:20px;height:20px;border:1px solid #cccccc}body mat-slide-toggle .mdc-switch.mdc-switch--unselected:enabled:focus:not(:active) .mdc-switch__handle:after{background:#fff;width:20px;height:20px}body mat-slide-toggle .mdc-switch.mdc-switch--unselected:enabled:active .mdc-switch__handle:after{background:#fff;width:20px;height:20px}body mat-slide-toggle .mdc-switch.mdc-switch--unselected:enabled:hover:not(:focus):not(:active) .mdc-switch__handle:after{background:#fff}body mat-slide-toggle .mdc-switch.mdc-switch--selected:enabled:hover:not(:focus):not(:active) .mdc-switch__handle:after{background:#fff}body mat-slide-toggle .mdc-switch.mdc-switch--selected:enabled:focus:not(:active) .mdc-switch__handle:after{background:#fff;width:21px;height:21px}body mat-slide-toggle .mdc-switch.mdc-switch--selected:enabled:active .mdc-switch__handle:after{background:#fff;width:21px;height:21px}body mat-slide-toggle .mdc-switch.mdc-switch--selected:enabled:focus .mdc-switch__ripple:after{background-color:#505256}body mat-slide-toggle .mdc-switch:enabled .mdc-switch__shadow{box-shadow:0 2px 1px -1px #0003,0 1px 1px #00000024,0 1px 3px #0000001f}body .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text{color:#505256}body .mat-mdc-option .mdc-list-item__primary-text{color:#505256;font-size:14px}body .mat-pseudo-checkbox-minimal.mat-pseudo-checkbox-checked:after,body .mat-pseudo-checkbox-minimal.mat-pseudo-checkbox-indeterminate:after{color:#505256}body .mdc-checkbox .mdc-checkbox__native-control:enabled:checked~.mdc-checkbox__background,body .mdc-checkbox .mdc-checkbox__native-control:enabled:indeterminate~.mdc-checkbox__background,body .mdc-checkbox .mdc-checkbox__native-control[data-indeterminate=true]:enabled~.mdc-checkbox__background{border-color:#f23136;background-color:#f23136}body .mdc-checkbox:active .mdc-checkbox__native-control:checked~.mdc-checkbox__ripple{background-color:#f23136}body .mat-mdc-optgroup-label{opacity:.5}body .mat-drawer-container{background-color:var(--background-secondary-theme)}body .mat-drawer-side{border-right-color:var(--border-color)}body .mat-datepicker-toggle .mdc-icon-button{padding:0;width:24px;height:24px}body .mat-mdc-tab.mdc-tab--active .mdc-tab__ripple:before,body .mat-mdc-tab.mdc-tab--active .mat-ripple-element{background-color:#505256}body .mat-mdc-tab .mat-ripple-element{background-color:#505256}.w-10{width:10%!important}.w-20{width:20%!important}.w-30{width:30%!important}.w-40{width:40%!important}.w-60{width:60%!important}.w-70{width:70%!important}table{width:100%;box-shadow:none!important}.mat-header-cell{font-size:12px;font-weight:300;color:#505256}.mat-form-field{width:100%}.mat-sort-header-arrow{color:#f23136!important}.mat-paginator-container{justify-content:center!important;background-color:#fafafa!important}.mat-checkbox-layout{white-space:initial!important}.mat-checkbox{font-family:Poppins,sans-serif,Helvetica!important;color:#505256}.mat-checkbox-checked.mat-accent .mat-checkbox-background,.mat-checkbox-indeterminate.mat-accent .mat-checkbox-background{background-color:#f23136!important}.mat-checkbox-inner-container{width:17px!important;height:17px!important}.mat-slide-toggle-thumb{width:18px!important;height:18px!important;transform:translate(6%,22%);display:flex}.mat-slide-toggle-bar{background-color:#b6b6b8;border-radius:22px!important;height:20px!important}.mat-slide-toggle.mat-checked:not(.mat-disabled) .mat-slide-toggle-bar{background-color:#f23136}.mat-slide-toggle-thumb:before{color:#b6b6b8;content:"circle";font:9px Material Icons Outlined;font-weight:700;margin:auto}.mat-slide-toggle.mat-checked:not(.mat-disabled) .mat-slide-toggle-thumb{background-color:#fff;display:flex}.mat-slide-toggle.mat-checked:not(.mat-disabled) .mat-slide-toggle-thumb:before{margin:auto;content:"remove";font:14px Material Icons;font-weight:700;color:#f23136;transform:rotate(90deg)}.mat-dialog-container{padding:17px!important}.mat-radio-button.mat-accent .mat-radio-ripple .mat-ripple-element{opacity:0!important;background-color:#f23136!important}.mat-radio-button.mat-accent .mat-radio-inner-circle{background-color:#f23136!important}.mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle{border-color:#f23136!important}.error-snackbar{background:#f23136}.error-snackbar>*{color:#fff}.textLayer{z-index:2;opacity:1;display:flex;mix-blend-mode:multiply}.annotationLayer{position:absolute;top:0;z-index:3}html body .textLayer>div:not(.PdfHighlighter__highlight-layer):not(.Highlight):not(.Highlight-emoji){opacity:1;mix-blend-mode:multiply}.textLayer ::selection{background:#fce897;mix-blend-mode:multiply}@media all and (-ms-high-contrast: none),(-ms-high-contrast: active){.textLayer{opacity:.5}}@supports (-ms-ime-align: auto){.textLayer{opacity:.5}}.Highlight__parts{opacity:1}.Highlight__part{cursor:pointer;position:absolute;background:#ffe28f;transition:background .3s}.PdfHighlighter__tip-container{z-index:6;position:absolute}.PdfHighlighter--disable-selection{-webkit-user-select:none;user-select:none;pointer-events:none}.scrolledTo .part{background:#ff4141}.emoji{position:absolute;color:#000;opacity:1;font-size:28px}#pdfViewer{width:100%;height:100%}
