@font-face {
  font-family: 'Inter';
  font-style:  normal;
  font-weight: 100;
  font-display: swap;
  src: url(.././Fonts/Inter-Thin.woff2) format("woff2"),
       url(.././Fonts/Inter-Thin.woff) format("woff");
}
@font-face {
  font-family: 'Inter';
  font-style:  italic;
  font-weight: 100;
  font-display: swap;
  src: url(.././Fonts/Inter-ThinItalic.woff2) format("woff2"),
       url(.././Fonts/Inter-ThinItalic.woff) format("woff");
}

@font-face {
  font-family: 'Inter';
  font-style:  normal;
  font-weight: 200;
  font-display: swap;
  src: url(.././Fonts/Inter-ExtraLight.woff2) format("woff2"),
       url(.././Fonts/Inter-ExtraLight.woff) format("woff");
}
@font-face {
  font-family: 'Inter';
  font-style:  italic;
  font-weight: 200;
  font-display: swap;
  src: url(.././Fonts/Inter-ExtraLightItalic.woff2) format("woff2"),
       url(.././Fonts/Inter-ExtraLightItalic.woff) format("woff");
}

@font-face {
  font-family: 'Inter';
  font-style:  normal;
  font-weight: 300;
  font-display: swap;
  src: url(.././Fonts/Inter-Light.woff2) format("woff2"),
       url(.././Fonts/Inter-Light.woff) format("woff");
}
@font-face {
  font-family: 'Inter';
  font-style:  italic;
  font-weight: 300;
  font-display: swap;
  src: url(.././Fonts/Inter-LightItalic.woff2) format("woff2"),
       url(.././Fonts/Inter-LightItalic.woff) format("woff");
}

@font-face {
  font-family: 'Inter';
  font-style:  normal;
  font-weight: 400;
  font-display: swap;
  src: url(.././Fonts/Inter-Regular.woff2) format("woff2"),
       url(.././Fonts/Inter-Regular.woff) format("woff");
}
@font-face {
  font-family: 'Inter';
  font-style:  italic;
  font-weight: 400;
  font-display: swap;
  src: url(.././Fonts/Inter-Italic.woff2) format("woff2"),
       url(.././Fonts/Inter-Italic.woff) format("woff");
}

@font-face {
  font-family: 'Inter';
  font-style:  normal;
  font-weight: 500;
  font-display: swap;
  src: url(.././Fonts/Inter-Medium.woff2) format("woff2"),
       url(.././Fonts/Inter-Medium.woff) format("woff");
}
@font-face {
  font-family: 'Inter';
  font-style:  italic;
  font-weight: 500;
  font-display: swap;
  src: url(.././Fonts/Inter-MediumItalic.woff2) format("woff2"),
       url(.././Fonts/Inter-MediumItalic.woff) format("woff");
}

@font-face {
  font-family: 'Inter';
  font-style:  normal;
  font-weight: 600;
  font-display: swap;
  src: url(.././Fonts/Inter-SemiBold.woff2) format("woff2"),
       url(.././Fonts/Inter-SemiBold.woff) format("woff");
}
@font-face {
  font-family: 'Inter';
  font-style:  italic;
  font-weight: 600;
  font-display: swap;
  src: url(.././Fonts/Inter-SemiBoldItalic.woff2) format("woff2"),
       url(.././Fonts/Inter-SemiBoldItalic.woff) format("woff");
}

@font-face {
  font-family: 'Inter';
  font-style:  normal;
  font-weight: 700;
  font-display: swap;
  src: url(.././Fonts/Inter-Bold.woff2) format("woff2"),
       url(.././Fonts/Inter-Bold.woff) format("woff");
}
@font-face {
  font-family: 'Inter';
  font-style:  italic;
  font-weight: 700;
  font-display: swap;
  src: url(.././Fonts/Inter-BoldItalic.woff2) format("woff2"),
       url(.././Fonts/Inter-BoldItalic.woff) format("woff");
}

@font-face {
  font-family: 'Inter';
  font-style:  normal;
  font-weight: 800;
  font-display: swap;
  src: url(.././Fonts/Inter-ExtraBold.woff2) format("woff2"),
       url(.././Fonts/Inter-ExtraBold.woff) format("woff");
}
@font-face {
  font-family: 'Inter';
  font-style:  italic;
  font-weight: 800;
  font-display: swap;
  src: url(.././Fonts/Inter-ExtraBoldItalic.woff2) format("woff2"),
       url(.././Fonts/Inter-ExtraBoldItalic.woff) format("woff");
}

@font-face {
  font-family: 'Inter';
  font-style:  normal;
  font-weight: 900;
  font-display: swap;
  src: url(.././Fonts/Inter-Black.woff2) format("woff2"),
       url(.././Fonts/Inter-Black.woff) format("woff");
}
@font-face {
  font-family: 'Inter';
  font-style:  italic;
  font-weight: 900;
  font-display: swap;
  src: url(.././Fonts/Inter-BlackItalic.woff2) format("woff2"),
       url(.././Fonts/Inter-BlackItalic.woff) format("woff");
}

/* -------------------------------------------------------
Variable font.
Usage:

  html { font-family: 'Inter', sans-serif; }
  @supports (font-variation-settings: normal) {
    html { font-family: 'Inter var', sans-serif; }
  }
*/
@font-face {
  font-family: 'Inter var';
  font-weight: 100 900;
  font-display: swap;
  font-style: normal;
  font-named-instance: 'Regular';
  src: url(.././Fonts/Inter-roman.var.woff2) format("woff2");
}
@font-face {
  font-family: 'Inter var';
  font-weight: 100 900;
  font-display: swap;
  font-style: italic;
  font-named-instance: 'Italic';
  src: url(.././Fonts/Inter-italic.var.woff2) format("woff2");
}


/* --------------------------------------------------------------------------
[EXPERIMENTAL] Multi-axis, single variable font.

Slant axis is not yet widely supported (as of February 2019) and thus this
multi-axis single variable font is opt-in rather than the default.

When using this, you will probably need to set font-variation-settings
explicitly, e.g.

  * { font-variation-settings: "slnt" 0deg }
  .italic { font-variation-settings: "slnt" 10deg }

*/
@font-face {
  font-family: 'Inter var experimental';
  font-weight: 100 900;
  font-display: swap;
  font-style: oblique 0deg 10deg;
  src: url(.././Fonts/Inter.var.woff2) format("woff2");
}

/**
 * Featherlight - ultra slim jQuery lightbox
 * Version 1.7.14 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2019, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
html.with-featherlight{overflow:hidden}.featherlight{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:2147483647;text-align:center;white-space:nowrap;cursor:pointer;background:#333;background:rgba(0,0,0,0)}.featherlight:last-of-type{background:rgba(0,0,0,.8)}.featherlight:before{content:'';display:inline-block;height:100%;vertical-align:middle}.featherlight .featherlight-content{position:relative;text-align:left;vertical-align:middle;display:inline-block;overflow:auto;padding:25px 25px 0;border-bottom:25px solid transparent;margin-left:5%;margin-right:5%;max-height:95%;background:#fff;cursor:auto;white-space:normal}.featherlight .featherlight-inner{display:block}.featherlight link.featherlight-inner,.featherlight script.featherlight-inner,.featherlight style.featherlight-inner{display:none}.featherlight .featherlight-close-icon{position:absolute;z-index:9999;top:0;right:0;line-height:25px;width:25px;cursor:pointer;text-align:center;font-family:Arial,sans-serif;background:#fff;background:rgba(255,255,255,.3);color:#000;border:0;padding:0}.featherlight .featherlight-close-icon::-moz-focus-inner{border:0;padding:0}.featherlight .featherlight-image{width:100%}.featherlight-iframe .featherlight-content{border-bottom:0;padding:0;-webkit-overflow-scrolling:touch}.featherlight iframe{border:0}.featherlight *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}@media only screen and (max-width:1024px){.featherlight .featherlight-content{margin-left:0;margin-right:0;max-height:98%;padding:10px 10px 0;border-bottom:10px solid transparent}}@media print{html.with-featherlight>*>:not(.featherlight){display:none}}
/**
 * Featherlight Gallery – an extension for the ultra slim jQuery lightbox
 * Version 1.7.14 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2019, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
.featherlight-next,.featherlight-previous{display:block;position:absolute;top:25px;right:25px;bottom:0;left:80%;cursor:pointer;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background:rgba(0,0,0,0)}.featherlight-previous{left:25px;right:80%}.featherlight-next:hover,.featherlight-previous:hover{background:rgba(255,255,255,.25)}.featherlight-next span,.featherlight-previous span{display:none;position:absolute;top:50%;left:5%;width:82%;text-align:center;font-size:80px;line-height:80px;margin-top:-40px;text-shadow:0 0 5px #fff;color:#fff;font-style:normal;font-weight:400}.featherlight-next span{right:5%;left:auto}.featherlight-next:hover span,.featherlight-previous:hover span{display:inline-block}.featherlight-first-slide.featherlight-last-slide .featherlight-next,.featherlight-first-slide.featherlight-last-slide .featherlight-previous,.featherlight-loading .featherlight-next,.featherlight-loading .featherlight-previous,.featherlight-swipe-aware .featherlight-next,.featherlight-swipe-aware .featherlight-previous{display:none}@media only screen and (max-device-width:1024px){.featherlight-next:hover,.featherlight-previous:hover{background:0 0}.featherlight-next span,.featherlight-previous span{display:block}}@media only screen and (max-width:1024px){.featherlight-next,.featherlight-previous{top:10px;right:10px;left:85%}.featherlight-previous{left:10px;right:85%}.featherlight-next span,.featherlight-previous span{margin-top:-30px;font-size:40px}}
@font-face{font-family:"Material Icons";font-style:normal;font-weight:400;font-display:block;src:url(.././Fonts/material-icons.woff2) format("woff2"),url(.././Fonts/material-icons.woff) format("woff")}.material-icons{font-family:"Material Icons";font-weight:normal;font-style:normal;font-size:24px;line-height:1;letter-spacing:normal;text-transform:none;display:inline-block;white-space:nowrap;word-wrap:normal;direction:ltr;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;font-feature-settings:"liga"}@font-face{font-family:"Material Icons Outlined";font-style:normal;font-weight:400;font-display:block;src:url(.././Fonts/material-icons-outlined.woff2) format("woff2"),url(.././Fonts/material-icons-outlined.woff) format("woff")}.material-icons-outlined{font-family:"Material Icons Outlined";font-weight:normal;font-style:normal;font-size:24px;line-height:1;letter-spacing:normal;text-transform:none;display:inline-block;white-space:nowrap;word-wrap:normal;direction:ltr;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;font-feature-settings:"liga"}@font-face{font-family:"Material Icons Round";font-style:normal;font-weight:400;font-display:block;src:url(.././Fonts/material-icons-round.woff2) format("woff2"),url(.././Fonts/material-icons-round.woff) format("woff")}.material-icons-round{font-family:"Material Icons Round";font-weight:normal;font-style:normal;font-size:24px;line-height:1;letter-spacing:normal;text-transform:none;display:inline-block;white-space:nowrap;word-wrap:normal;direction:ltr;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;font-feature-settings:"liga"}@font-face{font-family:"Material Icons Sharp";font-style:normal;font-weight:400;font-display:block;src:url(.././Fonts/material-icons-sharp.woff2) format("woff2"),url(.././Fonts/material-icons-sharp.woff) format("woff")}.material-icons-sharp{font-family:"Material Icons Sharp";font-weight:normal;font-style:normal;font-size:24px;line-height:1;letter-spacing:normal;text-transform:none;display:inline-block;white-space:nowrap;word-wrap:normal;direction:ltr;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;font-feature-settings:"liga"}@font-face{font-family:"Material Icons Two Tone";font-style:normal;font-weight:400;font-display:block;src:url(.././Fonts/material-icons-two-tone.woff2) format("woff2"),url(.././Fonts/material-icons-two-tone.woff) format("woff")}.material-icons-two-tone{font-family:"Material Icons Two Tone";font-weight:normal;font-style:normal;font-size:24px;line-height:1;letter-spacing:normal;text-transform:none;display:inline-block;white-space:nowrap;word-wrap:normal;direction:ltr;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;font-feature-settings:"liga"}:root{--animate-duration: 1s;--animate-delay: 1s;--animate-repeat: 1}:root{--blue: #007bff;--indigo: #6610f2;--purple: #6f42c1;--pink: #e83e8c;--red: #dc3545;--orange: #fd7e14;--yellow: #ffc107;--green: #28a745;--teal: #20c997;--cyan: #17a2b8;--white: #fff;--gray: #6c757d;--gray-dark: #343a40;--primary: #da2126;--secondary: #6c757d;--success: #06c668;--info: #316489;--warning: #ffc107;--danger: #dc3545;--light: #f8f9fa;--dark: #343a40;--lightgrey: #f7f7f7;--middlegrey: #a8a3a3;--darkergrey: #5e5e5e;--darkgrey: #333333;--fruitred: #ff605d;--red: #da2126;--lightblue: #6495ed;--darkblue: #316489;--gold: #dfbd70;--darkgold: #ab8e53;--yellow: #edbc64;--green: #06c668;--orange: #e78e43;--avq-blue: #39a1d4;--breakpoint-xs: 0;--breakpoint-sm: 576px;--breakpoint-md: 768px;--breakpoint-lg: 992px;--breakpoint-xl: 1200px;--font-family-sans-serif: "Inter", sans-serif;--font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace}*,*::before,*::after{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0)}article,aside,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{margin:0;font-family:"Inter",sans-serif;font-size:1.0625rem;font-weight:300;line-height:1.7;color:#404040;text-align:left;background-color:#fff}[tabindex="-1"]:focus:not(:focus-visible){outline:0 !important}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}p{margin-top:0;margin-bottom:1rem}abbr[title],abbr[data-original-title]{text-decoration:underline;text-decoration:underline dotted;cursor:help;border-bottom:0;text-decoration-skip-ink:none}address{margin-bottom:1rem;font-style:normal;line-height:inherit}ol,ul,dl{margin-top:0;margin-bottom:1rem}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:500}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}a{color:#39a1d4;text-decoration:none;background-color:rgba(0,0,0,0)}a:hover{color:rgb(34.346473029,117.4170124481,158.153526971);text-decoration:underline}a:not([href]):not([class]){color:inherit;text-decoration:none}a:not([href]):not([class]):hover{color:inherit;text-decoration:none}pre,code,kbd,samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;font-size:1em}pre{margin-top:0;margin-bottom:1rem;overflow:auto;-ms-overflow-style:scrollbar}figure{margin:0 0 1rem}img{vertical-align:middle;border-style:none}svg{overflow:hidden;vertical-align:middle}table{border-collapse:collapse}caption{padding-top:.75rem;padding-bottom:.75rem;color:#6c757d;text-align:left;caption-side:bottom}th{text-align:inherit;text-align:-webkit-match-parent}label{display:inline-block;margin-bottom:.5rem}button{border-radius:0}button:focus:not(:focus-visible){outline:0}input,button,select,optgroup,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}[role=button]{cursor:pointer}select{word-wrap:normal}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button:not(:disabled),[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled){cursor:pointer}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{padding:0;border-style:none}input[type=radio],input[type=checkbox]{box-sizing:border-box;padding:0}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal}@media(max-width: 1200px){legend{font-size:calc(1.275rem + 0.3vw)}}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item;cursor:pointer}template{display:none}[hidden]{display:none !important}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.table-of-contents .toc-caption,.h4,.h5,.h6{margin-bottom:.5rem;font-weight:300;line-height:1.2;color:#333}h1,.h1{font-size:2.65625rem}@media(max-width: 1200px){h1,.h1{font-size:calc(1.390625rem + 1.6875vw)}}h2,.h2{font-size:1.59375rem}@media(max-width: 1200px){h2,.h2{font-size:calc(1.284375rem + 0.4125vw)}}h3,.h3,.table-of-contents .toc-caption{font-size:1.38125rem}@media(max-width: 1200px){h3,.h3,.table-of-contents .toc-caption{font-size:calc(1.263125rem + 0.1575vw)}}h4,.h4{font-size:1.38125rem}@media(max-width: 1200px){h4,.h4{font-size:calc(1.263125rem + 0.1575vw)}}h5,.h5{font-size:1.275rem}@media(max-width: 1200px){h5,.h5{font-size:calc(1.2525rem + 0.03vw)}}h6,.h6{font-size:1.0625rem}.lead{font-size:1.328125rem;font-weight:300}@media(max-width: 1200px){.lead{font-size:calc(1.2578125rem + 0.09375vw)}}.display-1{font-size:6rem;font-weight:300;line-height:1.2}@media(max-width: 1200px){.display-1{font-size:calc(1.725rem + 5.7vw)}}.display-2{font-size:5.5rem;font-weight:300;line-height:1.2}@media(max-width: 1200px){.display-2{font-size:calc(1.675rem + 5.1vw)}}.display-3{font-size:4.5rem;font-weight:300;line-height:1.2}@media(max-width: 1200px){.display-3{font-size:calc(1.575rem + 3.9vw)}}.display-4{font-size:3.5rem;font-weight:300;line-height:1.2}@media(max-width: 1200px){.display-4{font-size:calc(1.475rem + 2.7vw)}}hr{margin-top:1rem;margin-bottom:1rem;border:0;border-top:1px solid rgba(0,0,0,.1)}small,.small{font-size:0.875em;font-weight:300}mark,.mark{padding:.2em;background-color:#fcf8e3}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:.5rem}.initialism{font-size:90%;text-transform:uppercase}.blockquote{margin-bottom:1rem;font-size:1.328125rem}@media(max-width: 1200px){.blockquote{font-size:calc(1.2578125rem + 0.09375vw)}}.blockquote-footer{display:block;font-size:0.875em;color:#6c757d}.blockquote-footer::before{content:"— "}.img-fluid{max-width:100%;height:auto}.img-thumbnail{padding:.25rem;background-color:#fff;border:1px solid #dee2e6;border-radius:0;max-width:100%;height:auto}.figure{display:inline-block}.figure-img{margin-bottom:.5rem;line-height:1}.figure-caption{font-size:90%;color:#6c757d}code{font-size:87.5%;color:#e83e8c;word-wrap:break-word}a>code{color:inherit}kbd{padding:.2rem .4rem;font-size:87.5%;color:#fff;background-color:#212529;border-radius:0}kbd kbd{padding:0;font-size:100%;font-weight:700}pre{display:block;font-size:87.5%;color:#212529}pre code{font-size:inherit;color:inherit;word-break:normal}.pre-scrollable{max-height:340px;overflow-y:scroll}.container,.container-fluid,.container-xl,.container-lg,.container-md,.container-sm{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media(min-width: 576px){.container-sm,.container{max-width:540px}}@media(min-width: 768px){.container-md,.container-sm,.container{max-width:720px}}@media(min-width: 992px){.container-lg,.container-md,.container-sm,.container{max-width:960px}}@media(min-width: 1200px){.container-xl,.container-lg,.container-md,.container-sm,.container{max-width:1140px}}.row{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.no-gutters{margin-right:0;margin-left:0}.no-gutters>.col,.no-gutters>[class*=col-]{padding-right:0;padding-left:0}.col-xl,.col-xl-auto,.col-xl-12,.col-xl-11,.col-xl-10,.col-xl-9,.col-xl-8,.col-xl-7,.col-xl-6,.col-xl-5,.col-xl-4,.col-xl-3,.col-xl-2,.col-xl-1,.col-lg,.col-lg-auto,.col-lg-12,.col-lg-11,.col-lg-10,.col-lg-9,.col-lg-8,.col-lg-7,.col-lg-6,.col-lg-5,.col-lg-4,.col-lg-3,.col-lg-2,.col-lg-1,.col-md,.col-md-auto,.col-md-12,.col-md-11,.col-md-10,.col-md-9,.col-md-8,.col-md-7,.col-md-6,.col-md-5,.col-md-4,.col-md-3,.col-md-2,.col-md-1,.col-sm,.col-sm-auto,.col-sm-12,.col-sm-11,.col-sm-10,.col-sm-9,.col-sm-8,.col-sm-7,.col-sm-6,.col-sm-5,.col-sm-4,.col-sm-3,.col-sm-2,.col-sm-1,.col,.col-auto,.col-12,.col-11,.col-10,.col-9,.col-8,.col-7,.col-6,.col-5,.col-4,.col-3,.col-2,.col-1{position:relative;width:100%;padding-right:15px;padding-left:15px}.col{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-1>*{flex:0 0 100%;max-width:100%}.row-cols-2>*{flex:0 0 50%;max-width:50%}.row-cols-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-4>*{flex:0 0 25%;max-width:25%}.row-cols-5>*{flex:0 0 20%;max-width:20%}.row-cols-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-auto{flex:0 0 auto;width:auto;max-width:100%}.col-1{flex:0 0 8.33333333%;max-width:8.33333333%}.col-2{flex:0 0 16.66666667%;max-width:16.66666667%}.col-3{flex:0 0 25%;max-width:25%}.col-4{flex:0 0 33.33333333%;max-width:33.33333333%}.col-5{flex:0 0 41.66666667%;max-width:41.66666667%}.col-6{flex:0 0 50%;max-width:50%}.col-7{flex:0 0 58.33333333%;max-width:58.33333333%}.col-8{flex:0 0 66.66666667%;max-width:66.66666667%}.col-9{flex:0 0 75%;max-width:75%}.col-10{flex:0 0 83.33333333%;max-width:83.33333333%}.col-11{flex:0 0 91.66666667%;max-width:91.66666667%}.col-12{flex:0 0 100%;max-width:100%}.order-first{order:-1}.order-last{order:13}.order-0{order:0}.order-1{order:1}.order-2{order:2}.order-3{order:3}.order-4{order:4}.order-5{order:5}.order-6{order:6}.order-7{order:7}.order-8{order:8}.order-9{order:9}.order-10{order:10}.order-11{order:11}.order-12{order:12}.offset-1{margin-left:8.33333333%}.offset-2{margin-left:16.66666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.33333333%}.offset-5{margin-left:41.66666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.33333333%}.offset-8{margin-left:66.66666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.33333333%}.offset-11{margin-left:91.66666667%}@media(min-width: 576px){.col-sm{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-sm-1>*{flex:0 0 100%;max-width:100%}.row-cols-sm-2>*{flex:0 0 50%;max-width:50%}.row-cols-sm-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-sm-4>*{flex:0 0 25%;max-width:25%}.row-cols-sm-5>*{flex:0 0 20%;max-width:20%}.row-cols-sm-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-sm-auto{flex:0 0 auto;width:auto;max-width:100%}.col-sm-1{flex:0 0 8.33333333%;max-width:8.33333333%}.col-sm-2{flex:0 0 16.66666667%;max-width:16.66666667%}.col-sm-3{flex:0 0 25%;max-width:25%}.col-sm-4{flex:0 0 33.33333333%;max-width:33.33333333%}.col-sm-5{flex:0 0 41.66666667%;max-width:41.66666667%}.col-sm-6{flex:0 0 50%;max-width:50%}.col-sm-7{flex:0 0 58.33333333%;max-width:58.33333333%}.col-sm-8{flex:0 0 66.66666667%;max-width:66.66666667%}.col-sm-9{flex:0 0 75%;max-width:75%}.col-sm-10{flex:0 0 83.33333333%;max-width:83.33333333%}.col-sm-11{flex:0 0 91.66666667%;max-width:91.66666667%}.col-sm-12{flex:0 0 100%;max-width:100%}.order-sm-first{order:-1}.order-sm-last{order:13}.order-sm-0{order:0}.order-sm-1{order:1}.order-sm-2{order:2}.order-sm-3{order:3}.order-sm-4{order:4}.order-sm-5{order:5}.order-sm-6{order:6}.order-sm-7{order:7}.order-sm-8{order:8}.order-sm-9{order:9}.order-sm-10{order:10}.order-sm-11{order:11}.order-sm-12{order:12}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.33333333%}.offset-sm-2{margin-left:16.66666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.33333333%}.offset-sm-5{margin-left:41.66666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.33333333%}.offset-sm-8{margin-left:66.66666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.33333333%}.offset-sm-11{margin-left:91.66666667%}}@media(min-width: 768px){.col-md{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-md-1>*{flex:0 0 100%;max-width:100%}.row-cols-md-2>*{flex:0 0 50%;max-width:50%}.row-cols-md-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-md-4>*{flex:0 0 25%;max-width:25%}.row-cols-md-5>*{flex:0 0 20%;max-width:20%}.row-cols-md-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-md-auto{flex:0 0 auto;width:auto;max-width:100%}.col-md-1{flex:0 0 8.33333333%;max-width:8.33333333%}.col-md-2{flex:0 0 16.66666667%;max-width:16.66666667%}.col-md-3{flex:0 0 25%;max-width:25%}.col-md-4{flex:0 0 33.33333333%;max-width:33.33333333%}.col-md-5{flex:0 0 41.66666667%;max-width:41.66666667%}.col-md-6{flex:0 0 50%;max-width:50%}.col-md-7{flex:0 0 58.33333333%;max-width:58.33333333%}.col-md-8{flex:0 0 66.66666667%;max-width:66.66666667%}.col-md-9{flex:0 0 75%;max-width:75%}.col-md-10{flex:0 0 83.33333333%;max-width:83.33333333%}.col-md-11{flex:0 0 91.66666667%;max-width:91.66666667%}.col-md-12{flex:0 0 100%;max-width:100%}.order-md-first{order:-1}.order-md-last{order:13}.order-md-0{order:0}.order-md-1{order:1}.order-md-2{order:2}.order-md-3{order:3}.order-md-4{order:4}.order-md-5{order:5}.order-md-6{order:6}.order-md-7{order:7}.order-md-8{order:8}.order-md-9{order:9}.order-md-10{order:10}.order-md-11{order:11}.order-md-12{order:12}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.33333333%}.offset-md-2{margin-left:16.66666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.33333333%}.offset-md-5{margin-left:41.66666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.33333333%}.offset-md-8{margin-left:66.66666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.33333333%}.offset-md-11{margin-left:91.66666667%}}@media(min-width: 992px){.col-lg{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-lg-1>*{flex:0 0 100%;max-width:100%}.row-cols-lg-2>*{flex:0 0 50%;max-width:50%}.row-cols-lg-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-lg-4>*{flex:0 0 25%;max-width:25%}.row-cols-lg-5>*{flex:0 0 20%;max-width:20%}.row-cols-lg-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-lg-auto{flex:0 0 auto;width:auto;max-width:100%}.col-lg-1{flex:0 0 8.33333333%;max-width:8.33333333%}.col-lg-2{flex:0 0 16.66666667%;max-width:16.66666667%}.col-lg-3{flex:0 0 25%;max-width:25%}.col-lg-4{flex:0 0 33.33333333%;max-width:33.33333333%}.col-lg-5{flex:0 0 41.66666667%;max-width:41.66666667%}.col-lg-6{flex:0 0 50%;max-width:50%}.col-lg-7{flex:0 0 58.33333333%;max-width:58.33333333%}.col-lg-8{flex:0 0 66.66666667%;max-width:66.66666667%}.col-lg-9{flex:0 0 75%;max-width:75%}.col-lg-10{flex:0 0 83.33333333%;max-width:83.33333333%}.col-lg-11{flex:0 0 91.66666667%;max-width:91.66666667%}.col-lg-12{flex:0 0 100%;max-width:100%}.order-lg-first{order:-1}.order-lg-last{order:13}.order-lg-0{order:0}.order-lg-1{order:1}.order-lg-2{order:2}.order-lg-3{order:3}.order-lg-4{order:4}.order-lg-5{order:5}.order-lg-6{order:6}.order-lg-7{order:7}.order-lg-8{order:8}.order-lg-9{order:9}.order-lg-10{order:10}.order-lg-11{order:11}.order-lg-12{order:12}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.33333333%}.offset-lg-2{margin-left:16.66666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.33333333%}.offset-lg-5{margin-left:41.66666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.33333333%}.offset-lg-8{margin-left:66.66666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.33333333%}.offset-lg-11{margin-left:91.66666667%}}@media(min-width: 1200px){.col-xl{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-xl-1>*{flex:0 0 100%;max-width:100%}.row-cols-xl-2>*{flex:0 0 50%;max-width:50%}.row-cols-xl-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-xl-4>*{flex:0 0 25%;max-width:25%}.row-cols-xl-5>*{flex:0 0 20%;max-width:20%}.row-cols-xl-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-xl-auto{flex:0 0 auto;width:auto;max-width:100%}.col-xl-1{flex:0 0 8.33333333%;max-width:8.33333333%}.col-xl-2{flex:0 0 16.66666667%;max-width:16.66666667%}.col-xl-3{flex:0 0 25%;max-width:25%}.col-xl-4{flex:0 0 33.33333333%;max-width:33.33333333%}.col-xl-5{flex:0 0 41.66666667%;max-width:41.66666667%}.col-xl-6{flex:0 0 50%;max-width:50%}.col-xl-7{flex:0 0 58.33333333%;max-width:58.33333333%}.col-xl-8{flex:0 0 66.66666667%;max-width:66.66666667%}.col-xl-9{flex:0 0 75%;max-width:75%}.col-xl-10{flex:0 0 83.33333333%;max-width:83.33333333%}.col-xl-11{flex:0 0 91.66666667%;max-width:91.66666667%}.col-xl-12{flex:0 0 100%;max-width:100%}.order-xl-first{order:-1}.order-xl-last{order:13}.order-xl-0{order:0}.order-xl-1{order:1}.order-xl-2{order:2}.order-xl-3{order:3}.order-xl-4{order:4}.order-xl-5{order:5}.order-xl-6{order:6}.order-xl-7{order:7}.order-xl-8{order:8}.order-xl-9{order:9}.order-xl-10{order:10}.order-xl-11{order:11}.order-xl-12{order:12}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.33333333%}.offset-xl-2{margin-left:16.66666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.33333333%}.offset-xl-5{margin-left:41.66666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.33333333%}.offset-xl-8{margin-left:66.66666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.33333333%}.offset-xl-11{margin-left:91.66666667%}}.table,.pdfforge-shop-table{width:100%;margin-bottom:1rem;color:#404040}.table th,.pdfforge-shop-table th,.table td,.pdfforge-shop-table td{padding:.75rem;vertical-align:top;border-top:1px solid #dee2e6}.table thead th,.pdfforge-shop-table thead th{vertical-align:bottom;border-bottom:2px solid #dee2e6}.table tbody+tbody,.pdfforge-shop-table tbody+tbody{border-top:2px solid #dee2e6}.table-sm th,.table-sm td{padding:.3rem}.table-bordered{border:1px solid #dee2e6}.table-bordered th,.table-bordered td{border:1px solid #dee2e6}.table-bordered thead th,.table-bordered thead td{border-bottom-width:2px}.table-borderless th,.pdfforge-shop-table th,.table-borderless td,.pdfforge-shop-table td,.table-borderless thead th,.table-borderless tbody+tbody,.pdfforge-shop-table tbody+tbody{border:0}.table-striped tbody tr:nth-of-type(odd){background-color:rgba(0,0,0,.05)}.table-hover tbody tr:hover{color:#404040;background-color:rgba(0,0,0,.075)}.table-primary,.table-primary>th,.table-primary>td{background-color:rgb(244.64,192.84,194.24)}.table-primary th,.table-primary td,.table-primary thead th,.table-primary tbody+tbody{border-color:rgb(235.76,139.56,142.16)}.table-hover .table-primary:hover{background-color:rgb(240.9971428571,170.9828571429,172.8751351351)}.table-hover .table-primary:hover>td,.table-hover .table-primary:hover>th{background-color:rgb(240.9971428571,170.9828571429,172.8751351351)}.table-secondary,.table-secondary>th,.table-secondary>td{background-color:rgb(213.84,216.36,218.6)}.table-secondary th,.table-secondary td,.table-secondary thead th,.table-secondary tbody+tbody{border-color:rgb(178.56,183.24,187.4)}.table-hover .table-secondary:hover{background-color:hsl(208.2352941176,6.1371841155%,79.7921568627%)}.table-hover .table-secondary:hover>td,.table-hover .table-secondary:hover>th{background-color:hsl(208.2352941176,6.1371841155%,79.7921568627%)}.table-success,.table-success>th,.table-success>td{background-color:rgb(185.28,239.04,212.72)}.table-success th,.table-success td,.table-success thead th,.table-success tbody+tbody{border-color:rgb(125.52,225.36,176.48)}.table-hover .table-success:hover{background-color:rgb(164.53,234.29,200.1366666667)}.table-hover .table-success:hover>td,.table-hover .table-success:hover>th{background-color:rgb(164.53,234.29,200.1366666667)}.table-info,.table-info>th,.table-info>td{background-color:rgb(197.32,211.6,221.96)}.table-info th,.table-info td,.table-info thead th,.table-info tbody+tbody{border-color:rgb(147.88,174.4,193.64)}.table-hover .table-info:hover{background-color:rgb(181.107037037,199.4009259259,212.672962963)}.table-hover .table-info:hover>td,.table-hover .table-info:hover>th{background-color:rgb(181.107037037,199.4009259259,212.672962963)}.table-warning,.table-warning>th,.table-warning>td{background-color:rgb(255,237.64,185.56)}.table-warning th,.table-warning td,.table-warning thead th,.table-warning tbody+tbody{border-color:rgb(255,222.76,126.04)}.table-hover .table-warning:hover{background-color:rgb(255,231.265,160.06)}.table-hover .table-warning:hover>td,.table-hover .table-warning:hover>th{background-color:rgb(255,231.265,160.06)}.table-danger,.table-danger>th,.table-danger>td{background-color:rgb(245.2,198.44,202.92)}.table-danger th,.table-danger td,.table-danger thead th,.table-danger tbody+tbody{border-color:rgb(236.8,149.96,158.28)}.table-hover .table-danger:hover{background-color:hsl(354.251497006,70.4641350211%,81.9882352941%)}.table-hover .table-danger:hover>td,.table-hover .table-danger:hover>th{background-color:hsl(354.251497006,70.4641350211%,81.9882352941%)}.table-light,.table-light>th,.table-light>td{background-color:rgb(253.04,253.32,253.6)}.table-light th,.table-light td,.table-light thead th,.table-light tbody+tbody{border-color:rgb(251.36,251.88,252.4)}.table-hover .table-light:hover{background-color:rgb(238.165,240.57,242.975)}.table-hover .table-light:hover>td,.table-hover .table-light:hover>th{background-color:rgb(238.165,240.57,242.975)}.table-dark,.table-dark>th,.table-dark>td{background-color:rgb(198.16,199.84,201.52)}.table-dark th,.table-dark td,.table-dark thead th,.table-dark tbody+tbody{border-color:rgb(149.44,152.56,155.68)}.table-hover .table-dark:hover{background-color:hsl(210,3.0456852792%,73.368627451%)}.table-hover .table-dark:hover>td,.table-hover .table-dark:hover>th{background-color:hsl(210,3.0456852792%,73.368627451%)}.table-lightgrey,.table-lightgrey>th,.table-lightgrey>td{background-color:hsl(0,0%,99.1215686275%)}.table-lightgrey th,.table-lightgrey td,.table-lightgrey thead th,.table-lightgrey tbody+tbody{border-color:hsl(0,0%,98.368627451%)}.table-hover .table-lightgrey:hover{background-color:hsl(0,0%,94.1215686275%)}.table-hover .table-lightgrey:hover>td,.table-hover .table-lightgrey:hover>th{background-color:hsl(0,0%,94.1215686275%)}.table-middlegrey,.table-middlegrey>th,.table-middlegrey>td{background-color:rgb(230.64,229.24,229.24)}.table-middlegrey th,.table-middlegrey td,.table-middlegrey thead th,.table-middlegrey tbody+tbody{border-color:rgb(209.76,207.16,207.16)}.table-hover .table-middlegrey:hover{background-color:hsl(0,2.7932960894%,85.1725490196%)}.table-hover .table-middlegrey:hover>td,.table-hover .table-middlegrey:hover>th{background-color:hsl(0,2.7932960894%,85.1725490196%)}.table-darkergrey,.table-darkergrey>th,.table-darkergrey>td{background-color:hsl(0,0%,82.3215686275%)}.table-darkergrey th,.table-darkergrey td,.table-darkergrey thead th,.table-darkergrey tbody+tbody{border-color:hsl(0,0%,67.168627451%)}.table-hover .table-darkergrey:hover{background-color:hsl(0,0%,77.3215686275%)}.table-hover .table-darkergrey:hover>td,.table-hover .table-darkergrey:hover>th{background-color:hsl(0,0%,77.3215686275%)}.table-darkgrey,.table-darkgrey>th,.table-darkgrey>td{background-color:hsl(0,0%,77.6%)}.table-darkgrey th,.table-darkgrey td,.table-darkgrey thead th,.table-darkgrey tbody+tbody{border-color:hsl(0,0%,58.4%)}.table-hover .table-darkgrey:hover{background-color:hsl(0,0%,72.6%)}.table-hover .table-darkgrey:hover>td,.table-hover .table-darkgrey:hover>th{background-color:hsl(0,0%,72.6%)}.table-fruitred,.table-fruitred>th,.table-fruitred>td{background-color:rgb(255,210.48,209.64)}.table-fruitred th,.table-fruitred td,.table-fruitred thead th,.table-fruitred tbody+tbody{border-color:rgb(255,172.32,170.76)}.table-hover .table-fruitred:hover{background-color:rgb(255,185.4522222222,184.14)}.table-hover .table-fruitred:hover>td,.table-hover .table-fruitred:hover>th{background-color:rgb(255,185.4522222222,184.14)}.table-red,.table-red>th,.table-red>td{background-color:rgb(244.64,192.84,194.24)}.table-red th,.table-red td,.table-red thead th,.table-red tbody+tbody{border-color:rgb(235.76,139.56,142.16)}.table-hover .table-red:hover{background-color:rgb(240.9971428571,170.9828571429,172.8751351351)}.table-hover .table-red:hover>td,.table-hover .table-red:hover>th{background-color:rgb(240.9971428571,170.9828571429,172.8751351351)}.table-lightblue,.table-lightblue>th,.table-lightblue>td{background-color:rgb(211.6,225.32,249.96)}.table-lightblue th,.table-lightblue td,.table-lightblue thead th,.table-lightblue tbody+tbody{border-color:rgb(174.4,199.88,245.64)}.table-hover .table-lightblue:hover{background-color:rgb(188.7531791908,209.6957225434,247.3068208092)}.table-hover .table-lightblue:hover>td,.table-hover .table-lightblue:hover>th{background-color:rgb(188.7531791908,209.6957225434,247.3068208092)}.table-darkblue,.table-darkblue>th,.table-darkblue>td{background-color:rgb(197.32,211.6,221.96)}.table-darkblue th,.table-darkblue td,.table-darkblue thead th,.table-darkblue tbody+tbody{border-color:rgb(147.88,174.4,193.64)}.table-hover .table-darkblue:hover{background-color:rgb(181.107037037,199.4009259259,212.672962963)}.table-hover .table-darkblue:hover>td,.table-hover .table-darkblue:hover>th{background-color:rgb(181.107037037,199.4009259259,212.672962963)}.table-gold,.table-gold>th,.table-gold>td{background-color:rgb(246.04,236.52,214.96)}.table-gold th,.table-gold td,.table-gold thead th,.table-gold tbody+tbody{border-color:rgb(238.36,220.68,180.64)}.table-hover .table-gold:hover{background-color:hsl(41.6216216216,63.4285714286%,85.3921568627%)}.table-hover .table-gold:hover>td,.table-hover .table-gold:hover>th{background-color:hsl(41.6216216216,63.4285714286%,85.3921568627%)}.table-darkgold,.table-darkgold>th,.table-darkgold>td{background-color:rgb(231.48,223.36,206.84)}.table-darkgold th,.table-darkgold td,.table-darkgold thead th,.table-darkgold tbody+tbody{border-color:rgb(211.32,196.24,165.56)}.table-hover .table-darkgold:hover{background-color:hsl(40.2272727273,34.375%,80.9450980392%)}.table-hover .table-darkgold:hover>td,.table-hover .table-darkgold:hover>th{background-color:hsl(40.2272727273,34.375%,80.9450980392%)}.table-yellow,.table-yellow>th,.table-yellow>td{background-color:rgb(249.96,236.24,211.6)}.table-yellow th,.table-yellow td,.table-yellow thead th,.table-yellow tbody+tbody{border-color:rgb(245.64,220.16,174.4)}.table-hover .table-yellow:hover{background-color:hsl(38.5401459854,79.1907514451%,85.5019607843%)}.table-hover .table-yellow:hover>td,.table-hover .table-yellow:hover>th{background-color:hsl(38.5401459854,79.1907514451%,85.5019607843%)}.table-green,.table-green>th,.table-green>td{background-color:rgb(185.28,239.04,212.72)}.table-green th,.table-green td,.table-green thead th,.table-green tbody+tbody{border-color:rgb(125.52,225.36,176.48)}.table-hover .table-green:hover{background-color:rgb(164.53,234.29,200.1366666667)}.table-hover .table-green:hover>td,.table-hover .table-green:hover>th{background-color:rgb(164.53,234.29,200.1366666667)}.table-orange,.table-orange>th,.table-orange>td{background-color:rgb(248.28,223.36,202.36)}.table-orange th,.table-orange td,.table-orange thead th,.table-orange tbody+tbody{border-color:rgb(242.52,196.24,157.24)}.table-hover .table-orange:hover{background-color:hsl(27.4390243902,77.358490566%,83.3607843137%)}.table-hover .table-orange:hover>td,.table-hover .table-orange:hover>th{background-color:hsl(27.4390243902,77.358490566%,83.3607843137%)}.table-avq-blue,.table-avq-blue>th,.table-avq-blue>td{background-color:rgb(199.56,228.68,242.96)}.table-avq-blue th,.table-avq-blue td,.table-avq-blue thead th,.table-avq-blue tbody+tbody{border-color:rgb(152.04,206.12,232.64)}.table-hover .table-avq-blue:hover{background-color:hsl(199.7419354839,64.3153526971%,81.768627451%)}.table-hover .table-avq-blue:hover>td,.table-hover .table-avq-blue:hover>th{background-color:hsl(199.7419354839,64.3153526971%,81.768627451%)}.table-active,.table-active>th,.table-active>td{background-color:rgba(0,0,0,.075)}.table-hover .table-active:hover{background-color:rgba(0,0,0,.075)}.table-hover .table-active:hover>td,.table-hover .table-active:hover>th{background-color:rgba(0,0,0,.075)}.table .thead-dark th,.pdfforge-shop-table .thead-dark th{color:#fff;background-color:#343a40;border-color:hsl(210,10.3448275862%,30.2450980392%)}.table .thead-light th,.pdfforge-shop-table .thead-light th{color:#495057;background-color:#e9ecef;border-color:#dee2e6}.table-dark{color:#fff;background-color:#343a40}.table-dark th,.table-dark td,.table-dark thead th{border-color:hsl(210,10.3448275862%,30.2450980392%)}.table-dark.table-bordered{border:0}.table-dark.table-striped tbody tr:nth-of-type(odd){background-color:hsla(0,0%,100%,.05)}.table-dark.table-hover tbody tr:hover{color:#fff;background-color:hsla(0,0%,100%,.075)}@media(max-width: 575.98px){.table-responsive-sm{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-sm>.table-bordered{border:0}}@media(max-width: 767.98px){.table-responsive-md{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-md>.table-bordered{border:0}}@media(max-width: 991.98px){.table-responsive-lg{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-lg>.table-bordered{border:0}}@media(max-width: 1199.98px){.table-responsive-xl{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-xl>.table-bordered{border:0}}.table-responsive{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive>.table-bordered{border:0}.form-control,.form-builder-form textarea,.form-builder-form .form-control,.form-builder-form textarea{display:block;width:100%;height:calc(1.7em + 0.75rem + 2px);padding:.375rem .75rem;font-size:1.0625rem;font-weight:300;line-height:1.7;color:#495057;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;border-radius:0;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion: reduce){.form-control,.form-builder-form textarea,.form-builder-form .form-control,.form-builder-form textarea{transition:none}}.form-control::-ms-expand,.form-builder-form textarea::-ms-expand,.form-builder-form .form-control::-ms-expand,.form-builder-form textarea::-ms-expand{background-color:rgba(0,0,0,0);border:0}.form-control:focus,.form-builder-form textarea:focus{color:#495057;background-color:#fff;border-color:rgb(237.7111553785,140.7888446215,143.4083665339);outline:0;box-shadow:0 0 0 .2rem rgba(218,33,38,.25)}.form-control::placeholder,.form-builder-form textarea::placeholder,.form-builder-form .form-control::placeholder,.form-builder-form textarea::placeholder{color:#6c757d;opacity:1}.form-control:disabled,.form-builder-form textarea:disabled,.form-control[readonly],.form-builder-form textarea[readonly]{background-color:#e9ecef;opacity:1}input[type=date].form-control,input[type=time].form-control,input[type=datetime-local].form-control,input[type=month].form-control{appearance:none}select.form-control:-moz-focusring{color:rgba(0,0,0,0);text-shadow:0 0 0 #495057}select.form-control:focus::-ms-value{color:#495057;background-color:#fff}.form-control-file,.form-control-range{display:block;width:100%}.col-form-label{padding-top:calc(0.375rem + 1px);padding-bottom:calc(0.375rem + 1px);margin-bottom:0;font-size:inherit;line-height:1.7}.col-form-label-lg{padding-top:calc(0.5rem + 1px);padding-bottom:calc(0.5rem + 1px);font-size:1.328125rem;line-height:1.5}@media(max-width: 1200px){.col-form-label-lg{font-size:calc(1.2578125rem + 0.09375vw)}}.col-form-label-sm{padding-top:calc(0.25rem + 1px);padding-bottom:calc(0.25rem + 1px);font-size:0.9296875rem;line-height:1.5}.form-control-plaintext{display:block;width:100%;padding:.375rem 0;margin-bottom:0;font-size:1.0625rem;line-height:1.7;color:#404040;background-color:rgba(0,0,0,0);border:solid rgba(0,0,0,0);border-width:1px 0}.form-control-plaintext.form-control-sm,.form-control-plaintext.form-control-lg{padding-right:0;padding-left:0}.form-control-sm{height:calc(1.5em + 0.5rem + 2px);padding:.25rem .5rem;font-size:0.9296875rem;line-height:1.5;border-radius:0}.form-control-lg{height:calc(1.5em + 1rem + 2px);padding:.5rem 1rem;font-size:1.328125rem;line-height:1.5;border-radius:0}@media(max-width: 1200px){.form-control-lg{font-size:calc(1.2578125rem + 0.09375vw)}}select.form-control[size],select.form-control[multiple]{height:auto}textarea.form-control,.form-builder-form textarea,.form-builder-form textarea.form-control,.form-builder-form textarea{height:auto}.form-group{margin-bottom:1rem}.form-text{display:block;margin-top:.25rem}.form-row{display:flex;flex-wrap:wrap;margin-right:-5px;margin-left:-5px}.form-row>.col,.form-row>[class*=col-]{padding-right:5px;padding-left:5px}.form-check{position:relative;display:block;padding-left:1.25rem}.form-check-input{position:absolute;margin-top:.3rem;margin-left:-1.25rem}.form-check-input[disabled]~.form-check-label,.form-check-input:disabled~.form-check-label{color:#6c757d}.form-check-label{margin-bottom:0}.form-check-inline{display:inline-flex;align-items:center;padding-left:0;margin-right:.75rem}.form-check-inline .form-check-input{position:static;margin-top:0;margin-right:.3125rem;margin-left:0}.valid-feedback{display:none;width:100%;margin-top:.25rem;font-size:0.875em;color:#06c668}.valid-tooltip{position:absolute;top:100%;left:0;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:0.9296875rem;line-height:1.7;color:#fff;background-color:rgba(6,198,104,.9);border-radius:0}.form-row>.col>.valid-tooltip,.form-row>[class*=col-]>.valid-tooltip{left:5px}.was-validated :valid~.valid-feedback,.was-validated :valid~.valid-tooltip,.is-valid~.valid-feedback,.is-valid~.valid-tooltip{display:block}.was-validated .form-control:valid,.was-validated .form-builder-form textarea:valid,.form-builder-form .was-validated textarea:valid,.form-control.is-valid,.form-builder-form textarea.is-valid{border-color:#06c668;padding-right:calc(1.7em + 0.75rem) !important;background-image:url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%278%27 height=%278%27 viewBox=%270 0 8 8%27%3e%3cpath fill=%27%2306c668%27 d=%27M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z%27/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(0.425em + 0.1875rem) center;background-size:calc(0.85em + 0.375rem) calc(0.85em + 0.375rem)}.was-validated .form-control:valid:focus,.was-validated .form-builder-form textarea:valid:focus,.form-builder-form .was-validated textarea:valid:focus,.form-control.is-valid:focus,.form-builder-form textarea.is-valid:focus{border-color:#06c668;box-shadow:0 0 0 .2rem rgba(6,198,104,.25)}.was-validated select.form-control:valid,select.form-control.is-valid{padding-right:3rem !important;background-position:right 1.5rem center}.was-validated textarea.form-control:valid,.was-validated .form-builder-form textarea:valid,.form-builder-form .was-validated textarea:valid,textarea.form-control.is-valid,.form-builder-form textarea.is-valid{padding-right:calc(1.7em + 0.75rem);background-position:top calc(0.425em + 0.1875rem) right calc(0.425em + 0.1875rem)}.was-validated .custom-select:valid,.custom-select.is-valid{border-color:#06c668;padding-right:calc(0.75em + 2.3125rem) !important;background:url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%274%27 height=%275%27 viewBox=%270 0 4 5%27%3e%3cpath fill=%27%23343a40%27 d=%27M2 0L0 2h4zm0 5L0 3h4z%27/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat,#fff url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%278%27 height=%278%27 viewBox=%270 0 8 8%27%3e%3cpath fill=%27%2306c668%27 d=%27M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z%27/%3e%3c/svg%3e") center right 1.75rem/calc(0.85em + 0.375rem) calc(0.85em + 0.375rem) no-repeat}.was-validated .custom-select:valid:focus,.custom-select.is-valid:focus{border-color:#06c668;box-shadow:0 0 0 .2rem rgba(6,198,104,.25)}.was-validated .form-check-input:valid~.form-check-label,.form-check-input.is-valid~.form-check-label{color:#06c668}.was-validated .form-check-input:valid~.valid-feedback,.was-validated .form-check-input:valid~.valid-tooltip,.form-check-input.is-valid~.valid-feedback,.form-check-input.is-valid~.valid-tooltip{display:block}.was-validated .custom-control-input:valid~.custom-control-label,.custom-control-input.is-valid~.custom-control-label{color:#06c668}.was-validated .custom-control-input:valid~.custom-control-label::before,.custom-control-input.is-valid~.custom-control-label::before{border-color:#06c668}.was-validated .custom-control-input:valid:checked~.custom-control-label::before,.custom-control-input.is-valid:checked~.custom-control-label::before{border-color:rgb(7.5,247.5,130);background-color:rgb(7.5,247.5,130)}.was-validated .custom-control-input:valid:focus~.custom-control-label::before,.custom-control-input.is-valid:focus~.custom-control-label::before{box-shadow:0 0 0 .2rem rgba(6,198,104,.25)}.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label::before,.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label::before{border-color:#06c668}.was-validated .custom-file-input:valid~.custom-file-label,.custom-file-input.is-valid~.custom-file-label{border-color:#06c668}.was-validated .custom-file-input:valid:focus~.custom-file-label,.custom-file-input.is-valid:focus~.custom-file-label{border-color:#06c668;box-shadow:0 0 0 .2rem rgba(6,198,104,.25)}.invalid-feedback{display:none;width:100%;margin-top:.25rem;font-size:0.875em;color:#dc3545}.invalid-tooltip{position:absolute;top:100%;left:0;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:0.9296875rem;line-height:1.7;color:#fff;background-color:rgba(220,53,69,.9);border-radius:0}.form-row>.col>.invalid-tooltip,.form-row>[class*=col-]>.invalid-tooltip{left:5px}.was-validated :invalid~.invalid-feedback,.was-validated :invalid~.invalid-tooltip,.is-invalid~.invalid-feedback,.is-invalid~.invalid-tooltip{display:block}.was-validated .form-control:invalid,.was-validated .form-builder-form textarea:invalid,.form-builder-form .was-validated textarea:invalid,.form-control.is-invalid,.form-builder-form textarea.is-invalid{border-color:#dc3545;padding-right:calc(1.7em + 0.75rem) !important;background-image:url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2712%27 height=%2712%27 fill=%27none%27 stroke=%27%23dc3545%27 viewBox=%270 0 12 12%27%3e%3ccircle cx=%276%27 cy=%276%27 r=%274.5%27/%3e%3cpath stroke-linejoin=%27round%27 d=%27M5.8 3.6h.4L6 6.5z%27/%3e%3ccircle cx=%276%27 cy=%278.2%27 r=%27.6%27 fill=%27%23dc3545%27 stroke=%27none%27/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(0.425em + 0.1875rem) center;background-size:calc(0.85em + 0.375rem) calc(0.85em + 0.375rem)}.was-validated .form-control:invalid:focus,.was-validated .form-builder-form textarea:invalid:focus,.form-builder-form .was-validated textarea:invalid:focus,.form-control.is-invalid:focus,.form-builder-form textarea.is-invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.was-validated select.form-control:invalid,select.form-control.is-invalid{padding-right:3rem !important;background-position:right 1.5rem center}.was-validated textarea.form-control:invalid,.was-validated .form-builder-form textarea:invalid,.form-builder-form .was-validated textarea:invalid,textarea.form-control.is-invalid,.form-builder-form textarea.is-invalid{padding-right:calc(1.7em + 0.75rem);background-position:top calc(0.425em + 0.1875rem) right calc(0.425em + 0.1875rem)}.was-validated .custom-select:invalid,.custom-select.is-invalid{border-color:#dc3545;padding-right:calc(0.75em + 2.3125rem) !important;background:url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%274%27 height=%275%27 viewBox=%270 0 4 5%27%3e%3cpath fill=%27%23343a40%27 d=%27M2 0L0 2h4zm0 5L0 3h4z%27/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat,#fff url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2712%27 height=%2712%27 fill=%27none%27 stroke=%27%23dc3545%27 viewBox=%270 0 12 12%27%3e%3ccircle cx=%276%27 cy=%276%27 r=%274.5%27/%3e%3cpath stroke-linejoin=%27round%27 d=%27M5.8 3.6h.4L6 6.5z%27/%3e%3ccircle cx=%276%27 cy=%278.2%27 r=%27.6%27 fill=%27%23dc3545%27 stroke=%27none%27/%3e%3c/svg%3e") center right 1.75rem/calc(0.85em + 0.375rem) calc(0.85em + 0.375rem) no-repeat}.was-validated .custom-select:invalid:focus,.custom-select.is-invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.was-validated .form-check-input:invalid~.form-check-label,.form-check-input.is-invalid~.form-check-label{color:#dc3545}.was-validated .form-check-input:invalid~.invalid-feedback,.was-validated .form-check-input:invalid~.invalid-tooltip,.form-check-input.is-invalid~.invalid-feedback,.form-check-input.is-invalid~.invalid-tooltip{display:block}.was-validated .custom-control-input:invalid~.custom-control-label,.custom-control-input.is-invalid~.custom-control-label{color:#dc3545}.was-validated .custom-control-input:invalid~.custom-control-label::before,.custom-control-input.is-invalid~.custom-control-label::before{border-color:#dc3545}.was-validated .custom-control-input:invalid:checked~.custom-control-label::before,.custom-control-input.is-invalid:checked~.custom-control-label::before{border-color:rgb(227.5316455696,96.4683544304,109.0253164557);background-color:rgb(227.5316455696,96.4683544304,109.0253164557)}.was-validated .custom-control-input:invalid:focus~.custom-control-label::before,.custom-control-input.is-invalid:focus~.custom-control-label::before{box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label::before,.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label::before{border-color:#dc3545}.was-validated .custom-file-input:invalid~.custom-file-label,.custom-file-input.is-invalid~.custom-file-label{border-color:#dc3545}.was-validated .custom-file-input:invalid:focus~.custom-file-label,.custom-file-input.is-invalid:focus~.custom-file-label{border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.form-inline{display:flex;flex-flow:row wrap;align-items:center}.form-inline .form-check{width:100%}@media(min-width: 576px){.form-inline label{display:flex;align-items:center;justify-content:center;margin-bottom:0}.form-inline .form-group{display:flex;flex:0 0 auto;flex-flow:row wrap;align-items:center;margin-bottom:0}.form-inline .form-control,.form-inline .form-builder-form textarea,.form-builder-form .form-inline textarea{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-plaintext{display:inline-block}.form-inline .input-group,.form-inline .custom-select{width:auto}.form-inline .form-check{display:flex;align-items:center;justify-content:center;width:auto;padding-left:0}.form-inline .form-check-input{position:relative;flex-shrink:0;margin-top:0;margin-right:.25rem;margin-left:0}.form-inline .custom-control{align-items:center;justify-content:center}.form-inline .custom-control-label{margin-bottom:0}}.btn,#gdpr-cc-btn-accept,#gdpr-cc-btn-save{display:inline-block;font-weight:300;color:#404040;text-align:center;vertical-align:middle;user-select:none;background-color:rgba(0,0,0,0);border:1px solid rgba(0,0,0,0);padding:.375rem .75rem;font-size:1.0625rem;line-height:1.7;border-radius:0;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion: reduce){.btn,#gdpr-cc-btn-accept,#gdpr-cc-btn-save{transition:none}}.btn:hover,#gdpr-cc-btn-accept:hover,#gdpr-cc-btn-save:hover{color:#404040;text-decoration:none}.btn:focus,#gdpr-cc-btn-accept:focus,#gdpr-cc-btn-save:focus,.btn.focus,.focus#gdpr-cc-btn-accept,.focus#gdpr-cc-btn-save{outline:0;box-shadow:0 0 0 .2rem rgba(218,33,38,.25)}.btn.disabled,.disabled#gdpr-cc-btn-accept,.disabled#gdpr-cc-btn-save,.btn:disabled,#gdpr-cc-btn-accept:disabled,#gdpr-cc-btn-save:disabled{opacity:.65}.btn:not(:disabled):not(.disabled),#gdpr-cc-btn-accept:not(:disabled):not(.disabled),#gdpr-cc-btn-save:not(:disabled):not(.disabled){cursor:pointer}a.btn.disabled,a.disabled#gdpr-cc-btn-accept,a.disabled#gdpr-cc-btn-save,fieldset:disabled a.btn,fieldset:disabled a#gdpr-cc-btn-accept,fieldset:disabled a#gdpr-cc-btn-save{pointer-events:none}.btn-primary,#gdpr-cc-btn-accept,#gdpr-cc-btn-save,.btn-transition-primary{color:#fff;background-color:#da2126;border-color:#da2126}.btn-primary:hover,#gdpr-cc-btn-accept:hover,#gdpr-cc-btn-save:hover,.btn-transition-primary:hover{color:#fff;background-color:rgb(184.7788844622,27.9711155378,32.2091633466);border-color:rgb(173.7051792829,26.2948207171,30.2788844622)}.btn-primary:focus,#gdpr-cc-btn-accept:focus,#gdpr-cc-btn-save:focus,.btn-transition-primary:focus,.btn-primary.focus,.focus#gdpr-cc-btn-accept,.focus#gdpr-cc-btn-save,.focus.btn-transition-primary{color:#fff;background-color:rgb(184.7788844622,27.9711155378,32.2091633466);border-color:rgb(173.7051792829,26.2948207171,30.2788844622);box-shadow:0 0 0 .2rem rgba(223.55,66.3,70.55,.5)}.btn-primary.disabled,.disabled#gdpr-cc-btn-accept,.disabled#gdpr-cc-btn-save,.disabled.btn-transition-primary,.btn-primary:disabled,#gdpr-cc-btn-accept:disabled,#gdpr-cc-btn-save:disabled,.btn-transition-primary:disabled{color:#fff;background-color:#da2126;border-color:#da2126}.btn-primary:not(:disabled):not(.disabled):active,#gdpr-cc-btn-accept:not(:disabled):not(.disabled):active,#gdpr-cc-btn-save:not(:disabled):not(.disabled):active,.btn-transition-primary:not(:disabled):not(.disabled):active,.btn-primary:not(:disabled):not(.disabled).active,.btn-primary.active-tabbed:not(:disabled):not(.disabled),.nav-tabs .btn-primary.navtab-link:not(:disabled):not(.disabled):hover,.btn-primary.tab-active:not(:disabled):not(.disabled),.btn-primary.toc-active:not(:disabled):not(.disabled),#gdpr-cc-btn-accept:not(:disabled):not(.disabled).active,#gdpr-cc-btn-accept.active-tabbed:not(:disabled):not(.disabled),.nav-tabs #gdpr-cc-btn-accept.navtab-link:not(:disabled):not(.disabled):hover,#gdpr-cc-btn-accept.tab-active:not(:disabled):not(.disabled),#gdpr-cc-btn-accept.toc-active:not(:disabled):not(.disabled),#gdpr-cc-btn-save:not(:disabled):not(.disabled).active,#gdpr-cc-btn-save.active-tabbed:not(:disabled):not(.disabled),.nav-tabs #gdpr-cc-btn-save.navtab-link:not(:disabled):not(.disabled):hover,#gdpr-cc-btn-save.tab-active:not(:disabled):not(.disabled),#gdpr-cc-btn-save.toc-active:not(:disabled):not(.disabled),.btn-transition-primary:not(:disabled):not(.disabled).active,.btn-transition-primary.active-tabbed:not(:disabled):not(.disabled),.nav-tabs .btn-transition-primary.navtab-link:not(:disabled):not(.disabled):hover,.btn-transition-primary.tab-active:not(:disabled):not(.disabled),.btn-transition-primary.toc-active:not(:disabled):not(.disabled),.show>.btn-primary.dropdown-toggle,.show>.dropdown-toggle#gdpr-cc-btn-accept,.show>.dropdown-toggle#gdpr-cc-btn-save,.show>.dropdown-toggle.btn-transition-primary{color:#fff;background-color:rgb(173.7051792829,26.2948207171,30.2788844622);border-color:rgb(162.6314741036,24.6185258964,28.3486055777)}.btn-primary:not(:disabled):not(.disabled):active:focus,#gdpr-cc-btn-accept:not(:disabled):not(.disabled):active:focus,#gdpr-cc-btn-save:not(:disabled):not(.disabled):active:focus,.btn-transition-primary:not(:disabled):not(.disabled):active:focus,.btn-primary:not(:disabled):not(.disabled).active:focus,.btn-primary.active-tabbed:not(:disabled):not(.disabled):focus,.nav-tabs .btn-primary.navtab-link:not(:disabled):not(.disabled):focus:hover,.btn-primary.tab-active:not(:disabled):not(.disabled):focus,.btn-primary.toc-active:not(:disabled):not(.disabled):focus,#gdpr-cc-btn-accept:not(:disabled):not(.disabled).active:focus,#gdpr-cc-btn-accept.active-tabbed:not(:disabled):not(.disabled):focus,.nav-tabs #gdpr-cc-btn-accept.navtab-link:not(:disabled):not(.disabled):focus:hover,#gdpr-cc-btn-accept.tab-active:not(:disabled):not(.disabled):focus,#gdpr-cc-btn-accept.toc-active:not(:disabled):not(.disabled):focus,#gdpr-cc-btn-save:not(:disabled):not(.disabled).active:focus,#gdpr-cc-btn-save.active-tabbed:not(:disabled):not(.disabled):focus,.nav-tabs #gdpr-cc-btn-save.navtab-link:not(:disabled):not(.disabled):focus:hover,#gdpr-cc-btn-save.tab-active:not(:disabled):not(.disabled):focus,#gdpr-cc-btn-save.toc-active:not(:disabled):not(.disabled):focus,.btn-transition-primary:not(:disabled):not(.disabled).active:focus,.btn-transition-primary.active-tabbed:not(:disabled):not(.disabled):focus,.nav-tabs .btn-transition-primary.navtab-link:not(:disabled):not(.disabled):focus:hover,.btn-transition-primary.tab-active:not(:disabled):not(.disabled):focus,.btn-transition-primary.toc-active:not(:disabled):not(.disabled):focus,.show>.btn-primary.dropdown-toggle:focus,.show>.dropdown-toggle#gdpr-cc-btn-accept:focus,.show>.dropdown-toggle#gdpr-cc-btn-save:focus,.show>.dropdown-toggle.btn-transition-primary:focus{box-shadow:0 0 0 .2rem rgba(223.55,66.3,70.55,.5)}.btn-secondary{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-secondary:hover{color:#fff;background-color:rgb(90.2703862661,97.7929184549,104.4796137339);border-color:rgb(84.3605150215,91.3905579399,97.6394849785)}.btn-secondary:focus,.btn-secondary.focus{color:#fff;background-color:rgb(90.2703862661,97.7929184549,104.4796137339);border-color:rgb(84.3605150215,91.3905579399,97.6394849785);box-shadow:0 0 0 .2rem rgba(130.05,137.7,144.5,.5)}.btn-secondary.disabled,.btn-secondary:disabled{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-secondary:not(:disabled):not(.disabled):active,.btn-secondary:not(:disabled):not(.disabled).active,.btn-secondary.active-tabbed:not(:disabled):not(.disabled),.nav-tabs .btn-secondary.navtab-link:not(:disabled):not(.disabled):hover,.btn-secondary.tab-active:not(:disabled):not(.disabled),.btn-secondary.toc-active:not(:disabled):not(.disabled),.show>.btn-secondary.dropdown-toggle{color:#fff;background-color:rgb(84.3605150215,91.3905579399,97.6394849785);border-color:rgb(78.4506437768,84.9881974249,90.7993562232)}.btn-secondary:not(:disabled):not(.disabled):active:focus,.btn-secondary:not(:disabled):not(.disabled).active:focus,.btn-secondary.active-tabbed:not(:disabled):not(.disabled):focus,.nav-tabs .btn-secondary.navtab-link:not(:disabled):not(.disabled):focus:hover,.btn-secondary.tab-active:not(:disabled):not(.disabled):focus,.btn-secondary.toc-active:not(:disabled):not(.disabled):focus,.show>.btn-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(130.05,137.7,144.5,.5)}.btn-success,.btn-transition-success{color:#fff;background-color:#06c668;border-color:#06c668}.btn-success:hover,.btn-transition-success:hover{color:#fff;background-color:rgb(4.875,160.875,84.5);border-color:rgb(4.5,148.5,78)}.btn-success:focus,.btn-transition-success:focus,.btn-success.focus,.focus.btn-transition-success{color:#fff;background-color:rgb(4.875,160.875,84.5);border-color:rgb(4.5,148.5,78);box-shadow:0 0 0 .2rem rgba(43.35,206.55,126.65,.5)}.btn-success.disabled,.disabled.btn-transition-success,.btn-success:disabled,.btn-transition-success:disabled{color:#fff;background-color:#06c668;border-color:#06c668}.btn-success:not(:disabled):not(.disabled):active,.btn-transition-success:not(:disabled):not(.disabled):active,.btn-success:not(:disabled):not(.disabled).active,.btn-success.active-tabbed:not(:disabled):not(.disabled),.nav-tabs .btn-success.navtab-link:not(:disabled):not(.disabled):hover,.btn-success.tab-active:not(:disabled):not(.disabled),.btn-success.toc-active:not(:disabled):not(.disabled),.btn-transition-success:not(:disabled):not(.disabled).active,.btn-transition-success.active-tabbed:not(:disabled):not(.disabled),.nav-tabs .btn-transition-success.navtab-link:not(:disabled):not(.disabled):hover,.btn-transition-success.tab-active:not(:disabled):not(.disabled),.btn-transition-success.toc-active:not(:disabled):not(.disabled),.show>.btn-success.dropdown-toggle,.show>.dropdown-toggle.btn-transition-success{color:#fff;background-color:rgb(4.5,148.5,78);border-color:rgb(4.125,136.125,71.5)}.btn-success:not(:disabled):not(.disabled):active:focus,.btn-transition-success:not(:disabled):not(.disabled):active:focus,.btn-success:not(:disabled):not(.disabled).active:focus,.btn-success.active-tabbed:not(:disabled):not(.disabled):focus,.nav-tabs .btn-success.navtab-link:not(:disabled):not(.disabled):focus:hover,.btn-success.tab-active:not(:disabled):not(.disabled):focus,.btn-success.toc-active:not(:disabled):not(.disabled):focus,.btn-transition-success:not(:disabled):not(.disabled).active:focus,.btn-transition-success.active-tabbed:not(:disabled):not(.disabled):focus,.nav-tabs .btn-transition-success.navtab-link:not(:disabled):not(.disabled):focus:hover,.btn-transition-success.tab-active:not(:disabled):not(.disabled):focus,.btn-transition-success.toc-active:not(:disabled):not(.disabled):focus,.show>.btn-success.dropdown-toggle:focus,.show>.dropdown-toggle.btn-transition-success:focus{box-shadow:0 0 0 .2rem rgba(43.35,206.55,126.65,.5)}.btn-info,.btn-transition-info{color:#fff;background-color:#316489;border-color:#316489}.btn-info:hover,.btn-transition-info:hover{color:#fff;background-color:rgb(38.9233870968,79.435483871,108.8266129032);border-color:rgb(35.564516129,72.5806451613,99.435483871)}.btn-info:focus,.btn-transition-info:focus,.btn-info.focus,.focus.btn-transition-info{color:#fff;background-color:rgb(38.9233870968,79.435483871,108.8266129032);border-color:rgb(35.564516129,72.5806451613,99.435483871);box-shadow:0 0 0 .2rem rgba(79.9,123.25,154.7,.5)}.btn-info.disabled,.disabled.btn-transition-info,.btn-info:disabled,.btn-transition-info:disabled{color:#fff;background-color:#316489;border-color:#316489}.btn-info:not(:disabled):not(.disabled):active,.btn-transition-info:not(:disabled):not(.disabled):active,.btn-info:not(:disabled):not(.disabled).active,.btn-info.active-tabbed:not(:disabled):not(.disabled),.nav-tabs .btn-info.navtab-link:not(:disabled):not(.disabled):hover,.btn-info.tab-active:not(:disabled):not(.disabled),.btn-info.toc-active:not(:disabled):not(.disabled),.btn-transition-info:not(:disabled):not(.disabled).active,.btn-transition-info.active-tabbed:not(:disabled):not(.disabled),.nav-tabs .btn-transition-info.navtab-link:not(:disabled):not(.disabled):hover,.btn-transition-info.tab-active:not(:disabled):not(.disabled),.btn-transition-info.toc-active:not(:disabled):not(.disabled),.show>.btn-info.dropdown-toggle,.show>.dropdown-toggle.btn-transition-info{color:#fff;background-color:rgb(35.564516129,72.5806451613,99.435483871);border-color:rgb(32.2056451613,65.7258064516,90.0443548387)}.btn-info:not(:disabled):not(.disabled):active:focus,.btn-transition-info:not(:disabled):not(.disabled):active:focus,.btn-info:not(:disabled):not(.disabled).active:focus,.btn-info.active-tabbed:not(:disabled):not(.disabled):focus,.nav-tabs .btn-info.navtab-link:not(:disabled):not(.disabled):focus:hover,.btn-info.tab-active:not(:disabled):not(.disabled):focus,.btn-info.toc-active:not(:disabled):not(.disabled):focus,.btn-transition-info:not(:disabled):not(.disabled).active:focus,.btn-transition-info.active-tabbed:not(:disabled):not(.disabled):focus,.nav-tabs .btn-transition-info.navtab-link:not(:disabled):not(.disabled):focus:hover,.btn-transition-info.tab-active:not(:disabled):not(.disabled):focus,.btn-transition-info.toc-active:not(:disabled):not(.disabled):focus,.show>.btn-info.dropdown-toggle:focus,.show>.dropdown-toggle.btn-transition-info:focus{box-shadow:0 0 0 .2rem rgba(79.9,123.25,154.7,.5)}.btn-warning{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-warning:hover{color:#212529;background-color:rgb(223.75,167.8125,0);border-color:rgb(211,158.25,0)}.btn-warning:focus,.btn-warning.focus{color:#212529;background-color:rgb(223.75,167.8125,0);border-color:rgb(211,158.25,0);box-shadow:0 0 0 .2rem rgba(221.7,169.6,12.1,.5)}.btn-warning.disabled,.btn-warning:disabled{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-warning:not(:disabled):not(.disabled):active,.btn-warning:not(:disabled):not(.disabled).active,.btn-warning.active-tabbed:not(:disabled):not(.disabled),.nav-tabs .btn-warning.navtab-link:not(:disabled):not(.disabled):hover,.btn-warning.tab-active:not(:disabled):not(.disabled),.btn-warning.toc-active:not(:disabled):not(.disabled),.show>.btn-warning.dropdown-toggle{color:#212529;background-color:rgb(211,158.25,0);border-color:rgb(198.25,148.6875,0)}.btn-warning:not(:disabled):not(.disabled):active:focus,.btn-warning:not(:disabled):not(.disabled).active:focus,.btn-warning.active-tabbed:not(:disabled):not(.disabled):focus,.nav-tabs .btn-warning.navtab-link:not(:disabled):not(.disabled):focus:hover,.btn-warning.tab-active:not(:disabled):not(.disabled):focus,.btn-warning.toc-active:not(:disabled):not(.disabled):focus,.show>.btn-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(221.7,169.6,12.1,.5)}.btn-danger{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-danger:hover{color:#fff;background-color:rgb(200.082278481,34.667721519,50.5158227848);border-color:rgb(189.2151898734,32.7848101266,47.7721518987)}.btn-danger:focus,.btn-danger.focus{color:#fff;background-color:rgb(200.082278481,34.667721519,50.5158227848);border-color:rgb(189.2151898734,32.7848101266,47.7721518987);box-shadow:0 0 0 .2rem rgba(225.25,83.3,96.9,.5)}.btn-danger.disabled,.btn-danger:disabled{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-danger:not(:disabled):not(.disabled):active,.btn-danger:not(:disabled):not(.disabled).active,.btn-danger.active-tabbed:not(:disabled):not(.disabled),.nav-tabs .btn-danger.navtab-link:not(:disabled):not(.disabled):hover,.btn-danger.tab-active:not(:disabled):not(.disabled),.btn-danger.toc-active:not(:disabled):not(.disabled),.show>.btn-danger.dropdown-toggle{color:#fff;background-color:rgb(189.2151898734,32.7848101266,47.7721518987);border-color:rgb(178.3481012658,30.9018987342,45.0284810127)}.btn-danger:not(:disabled):not(.disabled):active:focus,.btn-danger:not(:disabled):not(.disabled).active:focus,.btn-danger.active-tabbed:not(:disabled):not(.disabled):focus,.nav-tabs .btn-danger.navtab-link:not(:disabled):not(.disabled):focus:hover,.btn-danger.tab-active:not(:disabled):not(.disabled):focus,.btn-danger.toc-active:not(:disabled):not(.disabled):focus,.show>.btn-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(225.25,83.3,96.9,.5)}.btn-light{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-light:hover{color:#212529;background-color:rgb(225.6875,229.875,234.0625);border-color:rgb(218.25,223.5,228.75)}.btn-light:focus,.btn-light.focus{color:#212529;background-color:rgb(225.6875,229.875,234.0625);border-color:rgb(218.25,223.5,228.75);box-shadow:0 0 0 .2rem rgba(215.75,217.2,218.65,.5)}.btn-light.disabled,.btn-light:disabled{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-light:not(:disabled):not(.disabled):active,.btn-light:not(:disabled):not(.disabled).active,.btn-light.active-tabbed:not(:disabled):not(.disabled),.nav-tabs .btn-light.navtab-link:not(:disabled):not(.disabled):hover,.btn-light.tab-active:not(:disabled):not(.disabled),.btn-light.toc-active:not(:disabled):not(.disabled),.show>.btn-light.dropdown-toggle{color:#212529;background-color:rgb(218.25,223.5,228.75);border-color:rgb(210.8125,217.125,223.4375)}.btn-light:not(:disabled):not(.disabled):active:focus,.btn-light:not(:disabled):not(.disabled).active:focus,.btn-light.active-tabbed:not(:disabled):not(.disabled):focus,.nav-tabs .btn-light.navtab-link:not(:disabled):not(.disabled):focus:hover,.btn-light.tab-active:not(:disabled):not(.disabled):focus,.btn-light.toc-active:not(:disabled):not(.disabled):focus,.show>.btn-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(215.75,217.2,218.65,.5)}.btn-dark{color:#fff;background-color:#343a40;border-color:#343a40}.btn-dark:hover{color:#fff;background-color:hsl(210,10.3448275862%,15.2450980392%);border-color:rgb(29.1379310345,32.5,35.8620689655)}.btn-dark:focus,.btn-dark.focus{color:#fff;background-color:hsl(210,10.3448275862%,15.2450980392%);border-color:rgb(29.1379310345,32.5,35.8620689655);box-shadow:0 0 0 .2rem rgba(82.45,87.55,92.65,.5)}.btn-dark.disabled,.btn-dark:disabled{color:#fff;background-color:#343a40;border-color:#343a40}.btn-dark:not(:disabled):not(.disabled):active,.btn-dark:not(:disabled):not(.disabled).active,.btn-dark.active-tabbed:not(:disabled):not(.disabled),.nav-tabs .btn-dark.navtab-link:not(:disabled):not(.disabled):hover,.btn-dark.tab-active:not(:disabled):not(.disabled),.btn-dark.toc-active:not(:disabled):not(.disabled),.show>.btn-dark.dropdown-toggle{color:#fff;background-color:rgb(29.1379310345,32.5,35.8620689655);border-color:hsl(210,10.3448275862%,10.2450980392%)}.btn-dark:not(:disabled):not(.disabled):active:focus,.btn-dark:not(:disabled):not(.disabled).active:focus,.btn-dark.active-tabbed:not(:disabled):not(.disabled):focus,.nav-tabs .btn-dark.navtab-link:not(:disabled):not(.disabled):focus:hover,.btn-dark.tab-active:not(:disabled):not(.disabled):focus,.btn-dark.toc-active:not(:disabled):not(.disabled):focus,.show>.btn-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(82.45,87.55,92.65,.5)}.btn-lightgrey,.btn-transition-lightgrey{color:#212529;background-color:#f7f7f7;border-color:#f7f7f7}.btn-lightgrey:hover,.btn-transition-lightgrey:hover{color:#212529;background-color:hsl(0,0%,89.362745098%);border-color:rgb(221.5,221.5,221.5)}.btn-lightgrey:focus,.btn-transition-lightgrey:focus,.btn-lightgrey.focus,.focus.btn-transition-lightgrey{color:#212529;background-color:hsl(0,0%,89.362745098%);border-color:rgb(221.5,221.5,221.5);box-shadow:0 0 0 .2rem rgba(214.9,215.5,216.1,.5)}.btn-lightgrey.disabled,.disabled.btn-transition-lightgrey,.btn-lightgrey:disabled,.btn-transition-lightgrey:disabled{color:#212529;background-color:#f7f7f7;border-color:#f7f7f7}.btn-lightgrey:not(:disabled):not(.disabled):active,.btn-transition-lightgrey:not(:disabled):not(.disabled):active,.btn-lightgrey:not(:disabled):not(.disabled).active,.btn-lightgrey.active-tabbed:not(:disabled):not(.disabled),.nav-tabs .btn-lightgrey.navtab-link:not(:disabled):not(.disabled):hover,.btn-lightgrey.tab-active:not(:disabled):not(.disabled),.btn-lightgrey.toc-active:not(:disabled):not(.disabled),.btn-transition-lightgrey:not(:disabled):not(.disabled).active,.btn-transition-lightgrey.active-tabbed:not(:disabled):not(.disabled),.nav-tabs .btn-transition-lightgrey.navtab-link:not(:disabled):not(.disabled):hover,.btn-transition-lightgrey.tab-active:not(:disabled):not(.disabled),.btn-transition-lightgrey.toc-active:not(:disabled):not(.disabled),.show>.btn-lightgrey.dropdown-toggle,.show>.dropdown-toggle.btn-transition-lightgrey{color:#212529;background-color:rgb(221.5,221.5,221.5);border-color:hsl(0,0%,84.362745098%)}.btn-lightgrey:not(:disabled):not(.disabled):active:focus,.btn-transition-lightgrey:not(:disabled):not(.disabled):active:focus,.btn-lightgrey:not(:disabled):not(.disabled).active:focus,.btn-lightgrey.active-tabbed:not(:disabled):not(.disabled):focus,.nav-tabs .btn-lightgrey.navtab-link:not(:disabled):not(.disabled):focus:hover,.btn-lightgrey.tab-active:not(:disabled):not(.disabled):focus,.btn-lightgrey.toc-active:not(:disabled):not(.disabled):focus,.btn-transition-lightgrey:not(:disabled):not(.disabled).active:focus,.btn-transition-lightgrey.active-tabbed:not(:disabled):not(.disabled):focus,.nav-tabs .btn-transition-lightgrey.navtab-link:not(:disabled):not(.disabled):focus:hover,.btn-transition-lightgrey.tab-active:not(:disabled):not(.disabled):focus,.btn-transition-lightgrey.toc-active:not(:disabled):not(.disabled):focus,.show>.btn-lightgrey.dropdown-toggle:focus,.show>.dropdown-toggle.btn-transition-lightgrey:focus{box-shadow:0 0 0 .2rem rgba(214.9,215.5,216.1,.5)}.btn-middlegrey,.btn-transition-middlegrey{color:#212529;background-color:#a8a3a3;border-color:#a8a3a3}.btn-middlegrey:hover,.btn-transition-middlegrey:hover{color:#fff;background-color:hsl(0,2.7932960894%,57.4019607843%);border-color:hsl(0,2.7932960894%,54.9019607843%)}.btn-middlegrey:focus,.btn-transition-middlegrey:focus,.btn-middlegrey.focus,.focus.btn-transition-middlegrey{color:#fff;background-color:hsl(0,2.7932960894%,57.4019607843%);border-color:hsl(0,2.7932960894%,54.9019607843%);box-shadow:0 0 0 .2rem rgba(147.75,144.1,144.7,.5)}.btn-middlegrey.disabled,.disabled.btn-transition-middlegrey,.btn-middlegrey:disabled,.btn-transition-middlegrey:disabled{color:#212529;background-color:#a8a3a3;border-color:#a8a3a3}.btn-middlegrey:not(:disabled):not(.disabled):active,.btn-transition-middlegrey:not(:disabled):not(.disabled):active,.btn-middlegrey:not(:disabled):not(.disabled).active,.btn-middlegrey.active-tabbed:not(:disabled):not(.disabled),.nav-tabs .btn-middlegrey.navtab-link:not(:disabled):not(.disabled):hover,.btn-middlegrey.tab-active:not(:disabled):not(.disabled),.btn-middlegrey.toc-active:not(:disabled):not(.disabled),.btn-transition-middlegrey:not(:disabled):not(.disabled).active,.btn-transition-middlegrey.active-tabbed:not(:disabled):not(.disabled),.nav-tabs .btn-transition-middlegrey.navtab-link:not(:disabled):not(.disabled):hover,.btn-transition-middlegrey.tab-active:not(:disabled):not(.disabled),.btn-transition-middlegrey.toc-active:not(:disabled):not(.disabled),.show>.btn-middlegrey.dropdown-toggle,.show>.dropdown-toggle.btn-transition-middlegrey{color:#fff;background-color:hsl(0,2.7932960894%,54.9019607843%);border-color:hsl(0,2.7932960894%,52.4019607843%)}.btn-middlegrey:not(:disabled):not(.disabled):active:focus,.btn-transition-middlegrey:not(:disabled):not(.disabled):active:focus,.btn-middlegrey:not(:disabled):not(.disabled).active:focus,.btn-middlegrey.active-tabbed:not(:disabled):not(.disabled):focus,.nav-tabs .btn-middlegrey.navtab-link:not(:disabled):not(.disabled):focus:hover,.btn-middlegrey.tab-active:not(:disabled):not(.disabled):focus,.btn-middlegrey.toc-active:not(:disabled):not(.disabled):focus,.btn-transition-middlegrey:not(:disabled):not(.disabled).active:focus,.btn-transition-middlegrey.active-tabbed:not(:disabled):not(.disabled):focus,.nav-tabs .btn-transition-middlegrey.navtab-link:not(:disabled):not(.disabled):focus:hover,.btn-transition-middlegrey.tab-active:not(:disabled):not(.disabled):focus,.btn-transition-middlegrey.toc-active:not(:disabled):not(.disabled):focus,.show>.btn-middlegrey.dropdown-toggle:focus,.show>.dropdown-toggle.btn-transition-middlegrey:focus{box-shadow:0 0 0 .2rem rgba(147.75,144.1,144.7,.5)}.btn-darkergrey,.btn-transition-darkergrey{color:#fff;background-color:#5e5e5e;border-color:#5e5e5e}.btn-darkergrey:hover,.btn-transition-darkergrey:hover{color:#fff;background-color:hsl(0,0%,29.362745098%);border-color:rgb(68.5,68.5,68.5)}.btn-darkergrey:focus,.btn-transition-darkergrey:focus,.btn-darkergrey.focus,.focus.btn-transition-darkergrey{color:#fff;background-color:hsl(0,0%,29.362745098%);border-color:rgb(68.5,68.5,68.5);box-shadow:0 0 0 .2rem hsla(0,0%,46.3333333333%,.5)}.btn-darkergrey.disabled,.disabled.btn-transition-darkergrey,.btn-darkergrey:disabled,.btn-transition-darkergrey:disabled{color:#fff;background-color:#5e5e5e;border-color:#5e5e5e}.btn-darkergrey:not(:disabled):not(.disabled):active,.btn-transition-darkergrey:not(:disabled):not(.disabled):active,.btn-darkergrey:not(:disabled):not(.disabled).active,.btn-darkergrey.active-tabbed:not(:disabled):not(.disabled),.nav-tabs .btn-darkergrey.navtab-link:not(:disabled):not(.disabled):hover,.btn-darkergrey.tab-active:not(:disabled):not(.disabled),.btn-darkergrey.toc-active:not(:disabled):not(.disabled),.btn-transition-darkergrey:not(:disabled):not(.disabled).active,.btn-transition-darkergrey.active-tabbed:not(:disabled):not(.disabled),.nav-tabs .btn-transition-darkergrey.navtab-link:not(:disabled):not(.disabled):hover,.btn-transition-darkergrey.tab-active:not(:disabled):not(.disabled),.btn-transition-darkergrey.toc-active:not(:disabled):not(.disabled),.show>.btn-darkergrey.dropdown-toggle,.show>.dropdown-toggle.btn-transition-darkergrey{color:#fff;background-color:rgb(68.5,68.5,68.5);border-color:hsl(0,0%,24.362745098%)}.btn-darkergrey:not(:disabled):not(.disabled):active:focus,.btn-transition-darkergrey:not(:disabled):not(.disabled):active:focus,.btn-darkergrey:not(:disabled):not(.disabled).active:focus,.btn-darkergrey.active-tabbed:not(:disabled):not(.disabled):focus,.nav-tabs .btn-darkergrey.navtab-link:not(:disabled):not(.disabled):focus:hover,.btn-darkergrey.tab-active:not(:disabled):not(.disabled):focus,.btn-darkergrey.toc-active:not(:disabled):not(.disabled):focus,.btn-transition-darkergrey:not(:disabled):not(.disabled).active:focus,.btn-transition-darkergrey.active-tabbed:not(:disabled):not(.disabled):focus,.nav-tabs .btn-transition-darkergrey.navtab-link:not(:disabled):not(.disabled):focus:hover,.btn-transition-darkergrey.tab-active:not(:disabled):not(.disabled):focus,.btn-transition-darkergrey.toc-active:not(:disabled):not(.disabled):focus,.show>.btn-darkergrey.dropdown-toggle:focus,.show>.dropdown-toggle.btn-transition-darkergrey:focus{box-shadow:0 0 0 .2rem hsla(0,0%,46.3333333333%,.5)}.btn-darkgrey,.btn-transition-darkgrey{color:#fff;background-color:#333;border-color:#333}.btn-darkgrey:hover,.btn-transition-darkgrey:hover{color:#fff;background-color:hsl(0,0%,12.5%);border-color:hsl(0,0%,10%)}.btn-darkgrey:focus,.btn-transition-darkgrey:focus,.btn-darkgrey.focus,.focus.btn-transition-darkgrey{color:#fff;background-color:hsl(0,0%,12.5%);border-color:hsl(0,0%,10%);box-shadow:0 0 0 .2rem hsla(0,0%,32%,.5)}.btn-darkgrey.disabled,.disabled.btn-transition-darkgrey,.btn-darkgrey:disabled,.btn-transition-darkgrey:disabled{color:#fff;background-color:#333;border-color:#333}.btn-darkgrey:not(:disabled):not(.disabled):active,.btn-transition-darkgrey:not(:disabled):not(.disabled):active,.btn-darkgrey:not(:disabled):not(.disabled).active,.btn-darkgrey.active-tabbed:not(:disabled):not(.disabled),.nav-tabs .btn-darkgrey.navtab-link:not(:disabled):not(.disabled):hover,.btn-darkgrey.tab-active:not(:disabled):not(.disabled),.btn-darkgrey.toc-active:not(:disabled):not(.disabled),.btn-transition-darkgrey:not(:disabled):not(.disabled).active,.btn-transition-darkgrey.active-tabbed:not(:disabled):not(.disabled),.nav-tabs .btn-transition-darkgrey.navtab-link:not(:disabled):not(.disabled):hover,.btn-transition-darkgrey.tab-active:not(:disabled):not(.disabled),.btn-transition-darkgrey.toc-active:not(:disabled):not(.disabled),.show>.btn-darkgrey.dropdown-toggle,.show>.dropdown-toggle.btn-transition-darkgrey{color:#fff;background-color:hsl(0,0%,10%);border-color:hsl(0,0%,7.5%)}.btn-darkgrey:not(:disabled):not(.disabled):active:focus,.btn-transition-darkgrey:not(:disabled):not(.disabled):active:focus,.btn-darkgrey:not(:disabled):not(.disabled).active:focus,.btn-darkgrey.active-tabbed:not(:disabled):not(.disabled):focus,.nav-tabs .btn-darkgrey.navtab-link:not(:disabled):not(.disabled):focus:hover,.btn-darkgrey.tab-active:not(:disabled):not(.disabled):focus,.btn-darkgrey.toc-active:not(:disabled):not(.disabled):focus,.btn-transition-darkgrey:not(:disabled):not(.disabled).active:focus,.btn-transition-darkgrey.active-tabbed:not(:disabled):not(.disabled):focus,.nav-tabs .btn-transition-darkgrey.navtab-link:not(:disabled):not(.disabled):focus:hover,.btn-transition-darkgrey.tab-active:not(:disabled):not(.disabled):focus,.btn-transition-darkgrey.toc-active:not(:disabled):not(.disabled):focus,.show>.btn-darkgrey.dropdown-toggle:focus,.show>.dropdown-toggle.btn-transition-darkgrey:focus{box-shadow:0 0 0 .2rem hsla(0,0%,32%,.5)}.btn-fruitred,.btn-transition-fruitred{color:#fff;background-color:#ff605d;border-color:#ff605d}.btn-fruitred:hover,.btn-transition-fruitred:hover{color:#fff;background-color:rgb(255,58.4583333333,54.75);border-color:rgb(255,45.9444444444,42)}.btn-fruitred:focus,.btn-transition-fruitred:focus,.btn-fruitred.focus,.focus.btn-transition-fruitred{color:#fff;background-color:rgb(255,58.4583333333,54.75);border-color:rgb(255,45.9444444444,42);box-shadow:0 0 0 .2rem rgba(255,119.85,117.3,.5)}.btn-fruitred.disabled,.disabled.btn-transition-fruitred,.btn-fruitred:disabled,.btn-transition-fruitred:disabled{color:#fff;background-color:#ff605d;border-color:#ff605d}.btn-fruitred:not(:disabled):not(.disabled):active,.btn-transition-fruitred:not(:disabled):not(.disabled):active,.btn-fruitred:not(:disabled):not(.disabled).active,.btn-fruitred.active-tabbed:not(:disabled):not(.disabled),.nav-tabs .btn-fruitred.navtab-link:not(:disabled):not(.disabled):hover,.btn-fruitred.tab-active:not(:disabled):not(.disabled),.btn-fruitred.toc-active:not(:disabled):not(.disabled),.btn-transition-fruitred:not(:disabled):not(.disabled).active,.btn-transition-fruitred.active-tabbed:not(:disabled):not(.disabled),.nav-tabs .btn-transition-fruitred.navtab-link:not(:disabled):not(.disabled):hover,.btn-transition-fruitred.tab-active:not(:disabled):not(.disabled),.btn-transition-fruitred.toc-active:not(:disabled):not(.disabled),.show>.btn-fruitred.dropdown-toggle,.show>.dropdown-toggle.btn-transition-fruitred{color:#fff;background-color:rgb(255,45.9444444444,42);border-color:rgb(255,33.4305555556,29.25)}.btn-fruitred:not(:disabled):not(.disabled):active:focus,.btn-transition-fruitred:not(:disabled):not(.disabled):active:focus,.btn-fruitred:not(:disabled):not(.disabled).active:focus,.btn-fruitred.active-tabbed:not(:disabled):not(.disabled):focus,.nav-tabs .btn-fruitred.navtab-link:not(:disabled):not(.disabled):focus:hover,.btn-fruitred.tab-active:not(:disabled):not(.disabled):focus,.btn-fruitred.toc-active:not(:disabled):not(.disabled):focus,.btn-transition-fruitred:not(:disabled):not(.disabled).active:focus,.btn-transition-fruitred.active-tabbed:not(:disabled):not(.disabled):focus,.nav-tabs .btn-transition-fruitred.navtab-link:not(:disabled):not(.disabled):focus:hover,.btn-transition-fruitred.tab-active:not(:disabled):not(.disabled):focus,.btn-transition-fruitred.toc-active:not(:disabled):not(.disabled):focus,.show>.btn-fruitred.dropdown-toggle:focus,.show>.dropdown-toggle.btn-transition-fruitred:focus{box-shadow:0 0 0 .2rem rgba(255,119.85,117.3,.5)}.btn-red,.btn-transition-red{color:#fff;background-color:#da2126;border-color:#da2126}.btn-red:hover,.btn-transition-red:hover{color:#fff;background-color:rgb(184.7788844622,27.9711155378,32.2091633466);border-color:rgb(173.7051792829,26.2948207171,30.2788844622)}.btn-red:focus,.btn-transition-red:focus,.btn-red.focus,.focus.btn-transition-red{color:#fff;background-color:rgb(184.7788844622,27.9711155378,32.2091633466);border-color:rgb(173.7051792829,26.2948207171,30.2788844622);box-shadow:0 0 0 .2rem rgba(223.55,66.3,70.55,.5)}.btn-red.disabled,.disabled.btn-transition-red,.btn-red:disabled,.btn-transition-red:disabled{color:#fff;background-color:#da2126;border-color:#da2126}.btn-red:not(:disabled):not(.disabled):active,.btn-transition-red:not(:disabled):not(.disabled):active,.btn-red:not(:disabled):not(.disabled).active,.btn-red.active-tabbed:not(:disabled):not(.disabled),.nav-tabs .btn-red.navtab-link:not(:disabled):not(.disabled):hover,.btn-red.tab-active:not(:disabled):not(.disabled),.btn-red.toc-active:not(:disabled):not(.disabled),.btn-transition-red:not(:disabled):not(.disabled).active,.btn-transition-red.active-tabbed:not(:disabled):not(.disabled),.nav-tabs .btn-transition-red.navtab-link:not(:disabled):not(.disabled):hover,.btn-transition-red.tab-active:not(:disabled):not(.disabled),.btn-transition-red.toc-active:not(:disabled):not(.disabled),.show>.btn-red.dropdown-toggle,.show>.dropdown-toggle.btn-transition-red{color:#fff;background-color:rgb(173.7051792829,26.2948207171,30.2788844622);border-color:rgb(162.6314741036,24.6185258964,28.3486055777)}.btn-red:not(:disabled):not(.disabled):active:focus,.btn-transition-red:not(:disabled):not(.disabled):active:focus,.btn-red:not(:disabled):not(.disabled).active:focus,.btn-red.active-tabbed:not(:disabled):not(.disabled):focus,.nav-tabs .btn-red.navtab-link:not(:disabled):not(.disabled):focus:hover,.btn-red.tab-active:not(:disabled):not(.disabled):focus,.btn-red.toc-active:not(:disabled):not(.disabled):focus,.btn-transition-red:not(:disabled):not(.disabled).active:focus,.btn-transition-red.active-tabbed:not(:disabled):not(.disabled):focus,.nav-tabs .btn-transition-red.navtab-link:not(:disabled):not(.disabled):focus:hover,.btn-transition-red.tab-active:not(:disabled):not(.disabled):focus,.btn-transition-red.toc-active:not(:disabled):not(.disabled):focus,.show>.btn-red.dropdown-toggle:focus,.show>.dropdown-toggle.btn-transition-red:focus{box-shadow:0 0 0 .2rem rgba(223.55,66.3,70.55,.5)}.btn-lightblue,.btn-transition-lightblue{color:#fff;background-color:#6495ed;border-color:#6495ed}.btn-lightblue:hover,.btn-transition-lightblue:hover{color:#fff;background-color:rgb(65.7297687861,125.563583815,233.0202312139);border-color:rgb(54.3063583815,117.7514450867,231.6936416185)}.btn-lightblue:focus,.btn-transition-lightblue:focus,.btn-lightblue.focus,.focus.btn-transition-lightblue{color:#fff;background-color:rgb(65.7297687861,125.563583815,233.0202312139);border-color:rgb(54.3063583815,117.7514450867,231.6936416185);box-shadow:0 0 0 .2rem rgba(123.25,164.9,239.7,.5)}.btn-lightblue.disabled,.disabled.btn-transition-lightblue,.btn-lightblue:disabled,.btn-transition-lightblue:disabled{color:#fff;background-color:#6495ed;border-color:#6495ed}.btn-lightblue:not(:disabled):not(.disabled):active,.btn-transition-lightblue:not(:disabled):not(.disabled):active,.btn-lightblue:not(:disabled):not(.disabled).active,.btn-lightblue.active-tabbed:not(:disabled):not(.disabled),.nav-tabs .btn-lightblue.navtab-link:not(:disabled):not(.disabled):hover,.btn-lightblue.tab-active:not(:disabled):not(.disabled),.btn-lightblue.toc-active:not(:disabled):not(.disabled),.btn-transition-lightblue:not(:disabled):not(.disabled).active,.btn-transition-lightblue.active-tabbed:not(:disabled):not(.disabled),.nav-tabs .btn-transition-lightblue.navtab-link:not(:disabled):not(.disabled):hover,.btn-transition-lightblue.tab-active:not(:disabled):not(.disabled),.btn-transition-lightblue.toc-active:not(:disabled):not(.disabled),.show>.btn-lightblue.dropdown-toggle,.show>.dropdown-toggle.btn-transition-lightblue{color:#fff;background-color:rgb(54.3063583815,117.7514450867,231.6936416185);border-color:rgb(42.8829479769,109.9393063584,230.3670520231)}.btn-lightblue:not(:disabled):not(.disabled):active:focus,.btn-transition-lightblue:not(:disabled):not(.disabled):active:focus,.btn-lightblue:not(:disabled):not(.disabled).active:focus,.btn-lightblue.active-tabbed:not(:disabled):not(.disabled):focus,.nav-tabs .btn-lightblue.navtab-link:not(:disabled):not(.disabled):focus:hover,.btn-lightblue.tab-active:not(:disabled):not(.disabled):focus,.btn-lightblue.toc-active:not(:disabled):not(.disabled):focus,.btn-transition-lightblue:not(:disabled):not(.disabled).active:focus,.btn-transition-lightblue.active-tabbed:not(:disabled):not(.disabled):focus,.nav-tabs .btn-transition-lightblue.navtab-link:not(:disabled):not(.disabled):focus:hover,.btn-transition-lightblue.tab-active:not(:disabled):not(.disabled):focus,.btn-transition-lightblue.toc-active:not(:disabled):not(.disabled):focus,.show>.btn-lightblue.dropdown-toggle:focus,.show>.dropdown-toggle.btn-transition-lightblue:focus{box-shadow:0 0 0 .2rem rgba(123.25,164.9,239.7,.5)}.btn-darkblue,.btn-transition-darkblue{color:#fff;background-color:#316489;border-color:#316489}.btn-darkblue:hover,.btn-transition-darkblue:hover{color:#fff;background-color:rgb(38.9233870968,79.435483871,108.8266129032);border-color:rgb(35.564516129,72.5806451613,99.435483871)}.btn-darkblue:focus,.btn-transition-darkblue:focus,.btn-darkblue.focus,.focus.btn-transition-darkblue{color:#fff;background-color:rgb(38.9233870968,79.435483871,108.8266129032);border-color:rgb(35.564516129,72.5806451613,99.435483871);box-shadow:0 0 0 .2rem rgba(79.9,123.25,154.7,.5)}.btn-darkblue.disabled,.disabled.btn-transition-darkblue,.btn-darkblue:disabled,.btn-transition-darkblue:disabled{color:#fff;background-color:#316489;border-color:#316489}.btn-darkblue:not(:disabled):not(.disabled):active,.btn-transition-darkblue:not(:disabled):not(.disabled):active,.btn-darkblue:not(:disabled):not(.disabled).active,.btn-darkblue.active-tabbed:not(:disabled):not(.disabled),.nav-tabs .btn-darkblue.navtab-link:not(:disabled):not(.disabled):hover,.btn-darkblue.tab-active:not(:disabled):not(.disabled),.btn-darkblue.toc-active:not(:disabled):not(.disabled),.btn-transition-darkblue:not(:disabled):not(.disabled).active,.btn-transition-darkblue.active-tabbed:not(:disabled):not(.disabled),.nav-tabs .btn-transition-darkblue.navtab-link:not(:disabled):not(.disabled):hover,.btn-transition-darkblue.tab-active:not(:disabled):not(.disabled),.btn-transition-darkblue.toc-active:not(:disabled):not(.disabled),.show>.btn-darkblue.dropdown-toggle,.show>.dropdown-toggle.btn-transition-darkblue{color:#fff;background-color:rgb(35.564516129,72.5806451613,99.435483871);border-color:rgb(32.2056451613,65.7258064516,90.0443548387)}.btn-darkblue:not(:disabled):not(.disabled):active:focus,.btn-transition-darkblue:not(:disabled):not(.disabled):active:focus,.btn-darkblue:not(:disabled):not(.disabled).active:focus,.btn-darkblue.active-tabbed:not(:disabled):not(.disabled):focus,.nav-tabs .btn-darkblue.navtab-link:not(:disabled):not(.disabled):focus:hover,.btn-darkblue.tab-active:not(:disabled):not(.disabled):focus,.btn-darkblue.toc-active:not(:disabled):not(.disabled):focus,.btn-transition-darkblue:not(:disabled):not(.disabled).active:focus,.btn-transition-darkblue.active-tabbed:not(:disabled):not(.disabled):focus,.nav-tabs .btn-transition-darkblue.navtab-link:not(:disabled):not(.disabled):focus:hover,.btn-transition-darkblue.tab-active:not(:disabled):not(.disabled):focus,.btn-transition-darkblue.toc-active:not(:disabled):not(.disabled):focus,.show>.btn-darkblue.dropdown-toggle:focus,.show>.dropdown-toggle.btn-transition-darkblue:focus{box-shadow:0 0 0 .2rem rgba(79.9,123.25,154.7,.5)}.btn-gold,.btn-transition-gold{color:#212529;background-color:#dfbd70;border-color:#dfbd70}.btn-gold:hover,.btn-transition-gold:hover{color:#212529;background-color:rgb(216.0057142857,174.5742857143,80.7442857143);border-color:rgb(213.6742857143,169.7657142857,70.3257142857)}.btn-gold:focus,.btn-transition-gold:focus,.btn-gold.focus,.focus.btn-transition-gold{color:#212529;background-color:rgb(216.0057142857,174.5742857143,80.7442857143);border-color:rgb(213.6742857143,169.7657142857,70.3257142857);box-shadow:0 0 0 .2rem rgba(194.5,166.2,101.35,.5)}.btn-gold.disabled,.disabled.btn-transition-gold,.btn-gold:disabled,.btn-transition-gold:disabled{color:#212529;background-color:#dfbd70;border-color:#dfbd70}.btn-gold:not(:disabled):not(.disabled):active,.btn-transition-gold:not(:disabled):not(.disabled):active,.btn-gold:not(:disabled):not(.disabled).active,.btn-gold.active-tabbed:not(:disabled):not(.disabled),.nav-tabs .btn-gold.navtab-link:not(:disabled):not(.disabled):hover,.btn-gold.tab-active:not(:disabled):not(.disabled),.btn-gold.toc-active:not(:disabled):not(.disabled),.btn-transition-gold:not(:disabled):not(.disabled).active,.btn-transition-gold.active-tabbed:not(:disabled):not(.disabled),.nav-tabs .btn-transition-gold.navtab-link:not(:disabled):not(.disabled):hover,.btn-transition-gold.tab-active:not(:disabled):not(.disabled),.btn-transition-gold.toc-active:not(:disabled):not(.disabled),.show>.btn-gold.dropdown-toggle,.show>.dropdown-toggle.btn-transition-gold{color:#212529;background-color:rgb(213.6742857143,169.7657142857,70.3257142857);border-color:rgb(211.3428571429,164.9571428571,59.9071428571)}.btn-gold:not(:disabled):not(.disabled):active:focus,.btn-transition-gold:not(:disabled):not(.disabled):active:focus,.btn-gold:not(:disabled):not(.disabled).active:focus,.btn-gold.active-tabbed:not(:disabled):not(.disabled):focus,.nav-tabs .btn-gold.navtab-link:not(:disabled):not(.disabled):focus:hover,.btn-gold.tab-active:not(:disabled):not(.disabled):focus,.btn-gold.toc-active:not(:disabled):not(.disabled):focus,.btn-transition-gold:not(:disabled):not(.disabled).active:focus,.btn-transition-gold.active-tabbed:not(:disabled):not(.disabled):focus,.nav-tabs .btn-transition-gold.navtab-link:not(:disabled):not(.disabled):focus:hover,.btn-transition-gold.tab-active:not(:disabled):not(.disabled):focus,.btn-transition-gold.toc-active:not(:disabled):not(.disabled):focus,.show>.btn-gold.dropdown-toggle:focus,.show>.dropdown-toggle.btn-transition-gold:focus{box-shadow:0 0 0 .2rem rgba(194.5,166.2,101.35,.5)}.btn-darkgold,.btn-transition-darkgold{color:#fff;background-color:#ab8e53;border-color:#ab8e53}.btn-darkgold:hover,.btn-transition-darkgold:hover{color:#fff;background-color:rgb(145.249015748,120.6161417323,70.500984252);border-color:rgb(136.6653543307,113.4881889764,66.3346456693)}.btn-darkgold:focus,.btn-transition-darkgold:focus,.btn-darkgold.focus,.focus.btn-transition-darkgold{color:#fff;background-color:rgb(145.249015748,120.6161417323,70.500984252);border-color:rgb(136.6653543307,113.4881889764,66.3346456693);box-shadow:0 0 0 .2rem rgba(183.6,158.95,108.8,.5)}.btn-darkgold.disabled,.disabled.btn-transition-darkgold,.btn-darkgold:disabled,.btn-transition-darkgold:disabled{color:#fff;background-color:#ab8e53;border-color:#ab8e53}.btn-darkgold:not(:disabled):not(.disabled):active,.btn-transition-darkgold:not(:disabled):not(.disabled):active,.btn-darkgold:not(:disabled):not(.disabled).active,.btn-darkgold.active-tabbed:not(:disabled):not(.disabled),.nav-tabs .btn-darkgold.navtab-link:not(:disabled):not(.disabled):hover,.btn-darkgold.tab-active:not(:disabled):not(.disabled),.btn-darkgold.toc-active:not(:disabled):not(.disabled),.btn-transition-darkgold:not(:disabled):not(.disabled).active,.btn-transition-darkgold.active-tabbed:not(:disabled):not(.disabled),.nav-tabs .btn-transition-darkgold.navtab-link:not(:disabled):not(.disabled):hover,.btn-transition-darkgold.tab-active:not(:disabled):not(.disabled),.btn-transition-darkgold.toc-active:not(:disabled):not(.disabled),.show>.btn-darkgold.dropdown-toggle,.show>.dropdown-toggle.btn-transition-darkgold{color:#fff;background-color:rgb(136.6653543307,113.4881889764,66.3346456693);border-color:rgb(128.0816929134,106.3602362205,62.1683070866)}.btn-darkgold:not(:disabled):not(.disabled):active:focus,.btn-transition-darkgold:not(:disabled):not(.disabled):active:focus,.btn-darkgold:not(:disabled):not(.disabled).active:focus,.btn-darkgold.active-tabbed:not(:disabled):not(.disabled):focus,.nav-tabs .btn-darkgold.navtab-link:not(:disabled):not(.disabled):focus:hover,.btn-darkgold.tab-active:not(:disabled):not(.disabled):focus,.btn-darkgold.toc-active:not(:disabled):not(.disabled):focus,.btn-transition-darkgold:not(:disabled):not(.disabled).active:focus,.btn-transition-darkgold.active-tabbed:not(:disabled):not(.disabled):focus,.nav-tabs .btn-transition-darkgold.navtab-link:not(:disabled):not(.disabled):focus:hover,.btn-transition-darkgold.tab-active:not(:disabled):not(.disabled):focus,.btn-transition-darkgold.toc-active:not(:disabled):not(.disabled):focus,.show>.btn-darkgold.dropdown-toggle:focus,.show>.dropdown-toggle.btn-transition-darkgold:focus{box-shadow:0 0 0 .2rem rgba(183.6,158.95,108.8,.5)}.btn-yellow,.btn-transition-yellow{color:#212529;background-color:#edbc64;border-color:#edbc64}.btn-yellow:hover,.btn-transition-yellow:hover{color:#212529;background-color:rgb(233.0202312139,173.186416185,65.7297687861);border-color:rgb(231.6936416185,168.2485549133,54.3063583815)}.btn-yellow:focus,.btn-transition-yellow:focus,.btn-yellow.focus,.focus.btn-transition-yellow{color:#212529;background-color:rgb(233.0202312139,173.186416185,65.7297687861);border-color:rgb(231.6936416185,168.2485549133,54.3063583815);box-shadow:0 0 0 .2rem rgba(206.4,165.35,91.15,.5)}.btn-yellow.disabled,.disabled.btn-transition-yellow,.btn-yellow:disabled,.btn-transition-yellow:disabled{color:#212529;background-color:#edbc64;border-color:#edbc64}.btn-yellow:not(:disabled):not(.disabled):active,.btn-transition-yellow:not(:disabled):not(.disabled):active,.btn-yellow:not(:disabled):not(.disabled).active,.btn-yellow.active-tabbed:not(:disabled):not(.disabled),.nav-tabs .btn-yellow.navtab-link:not(:disabled):not(.disabled):hover,.btn-yellow.tab-active:not(:disabled):not(.disabled),.btn-yellow.toc-active:not(:disabled):not(.disabled),.btn-transition-yellow:not(:disabled):not(.disabled).active,.btn-transition-yellow.active-tabbed:not(:disabled):not(.disabled),.nav-tabs .btn-transition-yellow.navtab-link:not(:disabled):not(.disabled):hover,.btn-transition-yellow.tab-active:not(:disabled):not(.disabled),.btn-transition-yellow.toc-active:not(:disabled):not(.disabled),.show>.btn-yellow.dropdown-toggle,.show>.dropdown-toggle.btn-transition-yellow{color:#212529;background-color:rgb(231.6936416185,168.2485549133,54.3063583815);border-color:rgb(230.3670520231,163.3106936416,42.8829479769)}.btn-yellow:not(:disabled):not(.disabled):active:focus,.btn-transition-yellow:not(:disabled):not(.disabled):active:focus,.btn-yellow:not(:disabled):not(.disabled).active:focus,.btn-yellow.active-tabbed:not(:disabled):not(.disabled):focus,.nav-tabs .btn-yellow.navtab-link:not(:disabled):not(.disabled):focus:hover,.btn-yellow.tab-active:not(:disabled):not(.disabled):focus,.btn-yellow.toc-active:not(:disabled):not(.disabled):focus,.btn-transition-yellow:not(:disabled):not(.disabled).active:focus,.btn-transition-yellow.active-tabbed:not(:disabled):not(.disabled):focus,.nav-tabs .btn-transition-yellow.navtab-link:not(:disabled):not(.disabled):focus:hover,.btn-transition-yellow.tab-active:not(:disabled):not(.disabled):focus,.btn-transition-yellow.toc-active:not(:disabled):not(.disabled):focus,.show>.btn-yellow.dropdown-toggle:focus,.show>.dropdown-toggle.btn-transition-yellow:focus{box-shadow:0 0 0 .2rem rgba(206.4,165.35,91.15,.5)}.btn-green,.btn-transition-green{color:#fff;background-color:#06c668;border-color:#06c668}.btn-green:hover,.btn-transition-green:hover{color:#fff;background-color:rgb(4.875,160.875,84.5);border-color:rgb(4.5,148.5,78)}.btn-green:focus,.btn-transition-green:focus,.btn-green.focus,.focus.btn-transition-green{color:#fff;background-color:rgb(4.875,160.875,84.5);border-color:rgb(4.5,148.5,78);box-shadow:0 0 0 .2rem rgba(43.35,206.55,126.65,.5)}.btn-green.disabled,.disabled.btn-transition-green,.btn-green:disabled,.btn-transition-green:disabled{color:#fff;background-color:#06c668;border-color:#06c668}.btn-green:not(:disabled):not(.disabled):active,.btn-transition-green:not(:disabled):not(.disabled):active,.btn-green:not(:disabled):not(.disabled).active,.btn-green.active-tabbed:not(:disabled):not(.disabled),.nav-tabs .btn-green.navtab-link:not(:disabled):not(.disabled):hover,.btn-green.tab-active:not(:disabled):not(.disabled),.btn-green.toc-active:not(:disabled):not(.disabled),.btn-transition-green:not(:disabled):not(.disabled).active,.btn-transition-green.active-tabbed:not(:disabled):not(.disabled),.nav-tabs .btn-transition-green.navtab-link:not(:disabled):not(.disabled):hover,.btn-transition-green.tab-active:not(:disabled):not(.disabled),.btn-transition-green.toc-active:not(:disabled):not(.disabled),.show>.btn-green.dropdown-toggle,.show>.dropdown-toggle.btn-transition-green{color:#fff;background-color:rgb(4.5,148.5,78);border-color:rgb(4.125,136.125,71.5)}.btn-green:not(:disabled):not(.disabled):active:focus,.btn-transition-green:not(:disabled):not(.disabled):active:focus,.btn-green:not(:disabled):not(.disabled).active:focus,.btn-green.active-tabbed:not(:disabled):not(.disabled):focus,.nav-tabs .btn-green.navtab-link:not(:disabled):not(.disabled):focus:hover,.btn-green.tab-active:not(:disabled):not(.disabled):focus,.btn-green.toc-active:not(:disabled):not(.disabled):focus,.btn-transition-green:not(:disabled):not(.disabled).active:focus,.btn-transition-green.active-tabbed:not(:disabled):not(.disabled):focus,.nav-tabs .btn-transition-green.navtab-link:not(:disabled):not(.disabled):focus:hover,.btn-transition-green.tab-active:not(:disabled):not(.disabled):focus,.btn-transition-green.toc-active:not(:disabled):not(.disabled):focus,.show>.btn-green.dropdown-toggle:focus,.show>.dropdown-toggle.btn-transition-green:focus{box-shadow:0 0 0 .2rem rgba(43.35,206.55,126.65,.5)}.btn-orange,.btn-transition-orange{color:#212529;background-color:#e78e43;border-color:#e78e43}.btn-orange:hover,.btn-transition-orange:hover{color:#fff;background-color:hsl(27.4390243902,77.358490566%,50.931372549%);border-color:hsl(27.4390243902,77.358490566%,48.431372549%)}.btn-orange:focus,.btn-transition-orange:focus,.btn-orange.focus,.focus.btn-transition-orange{color:#fff;background-color:hsl(27.4390243902,77.358490566%,50.931372549%);border-color:hsl(27.4390243902,77.358490566%,48.431372549%);box-shadow:0 0 0 .2rem rgba(201.3,126.25,63.1,.5)}.btn-orange.disabled,.disabled.btn-transition-orange,.btn-orange:disabled,.btn-transition-orange:disabled{color:#212529;background-color:#e78e43;border-color:#e78e43}.btn-orange:not(:disabled):not(.disabled):active,.btn-transition-orange:not(:disabled):not(.disabled):active,.btn-orange:not(:disabled):not(.disabled).active,.btn-orange.active-tabbed:not(:disabled):not(.disabled),.nav-tabs .btn-orange.navtab-link:not(:disabled):not(.disabled):hover,.btn-orange.tab-active:not(:disabled):not(.disabled),.btn-orange.toc-active:not(:disabled):not(.disabled),.btn-transition-orange:not(:disabled):not(.disabled).active,.btn-transition-orange.active-tabbed:not(:disabled):not(.disabled),.nav-tabs .btn-transition-orange.navtab-link:not(:disabled):not(.disabled):hover,.btn-transition-orange.tab-active:not(:disabled):not(.disabled),.btn-transition-orange.toc-active:not(:disabled):not(.disabled),.show>.btn-orange.dropdown-toggle,.show>.dropdown-toggle.btn-transition-orange{color:#fff;background-color:hsl(27.4390243902,77.358490566%,48.431372549%);border-color:hsl(27.4390243902,77.358490566%,45.931372549%)}.btn-orange:not(:disabled):not(.disabled):active:focus,.btn-transition-orange:not(:disabled):not(.disabled):active:focus,.btn-orange:not(:disabled):not(.disabled).active:focus,.btn-orange.active-tabbed:not(:disabled):not(.disabled):focus,.nav-tabs .btn-orange.navtab-link:not(:disabled):not(.disabled):focus:hover,.btn-orange.tab-active:not(:disabled):not(.disabled):focus,.btn-orange.toc-active:not(:disabled):not(.disabled):focus,.btn-transition-orange:not(:disabled):not(.disabled).active:focus,.btn-transition-orange.active-tabbed:not(:disabled):not(.disabled):focus,.nav-tabs .btn-transition-orange.navtab-link:not(:disabled):not(.disabled):focus:hover,.btn-transition-orange.tab-active:not(:disabled):not(.disabled):focus,.btn-transition-orange.toc-active:not(:disabled):not(.disabled):focus,.show>.btn-orange.dropdown-toggle:focus,.show>.dropdown-toggle.btn-transition-orange:focus{box-shadow:0 0 0 .2rem rgba(201.3,126.25,63.1,.5)}.btn-avq-blue,.btn-transition-avq-blue{color:#fff;background-color:#39a1d4;border-color:#39a1d4}.btn-avq-blue:hover,.btn-transition-avq-blue:hover{color:#fff;background-color:rgb(41.1711618257,140.7479253112,189.5788381743);border-color:rgb(38.8962655602,132.9709543568,179.1037344398)}.btn-avq-blue:focus,.btn-transition-avq-blue:focus,.btn-avq-blue.focus,.focus.btn-transition-avq-blue{color:#fff;background-color:rgb(41.1711618257,140.7479253112,189.5788381743);border-color:rgb(38.8962655602,132.9709543568,179.1037344398);box-shadow:0 0 0 .2rem rgba(86.7,175.1,218.45,.5)}.btn-avq-blue.disabled,.disabled.btn-transition-avq-blue,.btn-avq-blue:disabled,.btn-transition-avq-blue:disabled{color:#fff;background-color:#39a1d4;border-color:#39a1d4}.btn-avq-blue:not(:disabled):not(.disabled):active,.btn-transition-avq-blue:not(:disabled):not(.disabled):active,.btn-avq-blue:not(:disabled):not(.disabled).active,.btn-avq-blue.active-tabbed:not(:disabled):not(.disabled),.nav-tabs .btn-avq-blue.navtab-link:not(:disabled):not(.disabled):hover,.btn-avq-blue.tab-active:not(:disabled):not(.disabled),.btn-avq-blue.toc-active:not(:disabled):not(.disabled),.btn-transition-avq-blue:not(:disabled):not(.disabled).active,.btn-transition-avq-blue.active-tabbed:not(:disabled):not(.disabled),.nav-tabs .btn-transition-avq-blue.navtab-link:not(:disabled):not(.disabled):hover,.btn-transition-avq-blue.tab-active:not(:disabled):not(.disabled),.btn-transition-avq-blue.toc-active:not(:disabled):not(.disabled),.show>.btn-avq-blue.dropdown-toggle,.show>.dropdown-toggle.btn-transition-avq-blue{color:#fff;background-color:rgb(38.8962655602,132.9709543568,179.1037344398);border-color:rgb(36.6213692946,125.1939834025,168.6286307054)}.btn-avq-blue:not(:disabled):not(.disabled):active:focus,.btn-transition-avq-blue:not(:disabled):not(.disabled):active:focus,.btn-avq-blue:not(:disabled):not(.disabled).active:focus,.btn-avq-blue.active-tabbed:not(:disabled):not(.disabled):focus,.nav-tabs .btn-avq-blue.navtab-link:not(:disabled):not(.disabled):focus:hover,.btn-avq-blue.tab-active:not(:disabled):not(.disabled):focus,.btn-avq-blue.toc-active:not(:disabled):not(.disabled):focus,.btn-transition-avq-blue:not(:disabled):not(.disabled).active:focus,.btn-transition-avq-blue.active-tabbed:not(:disabled):not(.disabled):focus,.nav-tabs .btn-transition-avq-blue.navtab-link:not(:disabled):not(.disabled):focus:hover,.btn-transition-avq-blue.tab-active:not(:disabled):not(.disabled):focus,.btn-transition-avq-blue.toc-active:not(:disabled):not(.disabled):focus,.show>.btn-avq-blue.dropdown-toggle:focus,.show>.dropdown-toggle.btn-transition-avq-blue:focus{box-shadow:0 0 0 .2rem rgba(86.7,175.1,218.45,.5)}.btn-outline-primary{color:#da2126;border-color:#da2126}.btn-outline-primary:hover{color:#fff;background-color:#da2126;border-color:#da2126}.btn-outline-primary:focus,.btn-outline-primary.focus{box-shadow:0 0 0 .2rem rgba(218,33,38,.5)}.btn-outline-primary.disabled,.btn-outline-primary:disabled{color:#da2126;background-color:rgba(0,0,0,0)}.btn-outline-primary:not(:disabled):not(.disabled):active,.btn-outline-primary:not(:disabled):not(.disabled).active,.btn-outline-primary.active-tabbed:not(:disabled):not(.disabled),.nav-tabs .btn-outline-primary.navtab-link:not(:disabled):not(.disabled):hover,.btn-outline-primary.tab-active:not(:disabled):not(.disabled),.btn-outline-primary.toc-active:not(:disabled):not(.disabled),.show>.btn-outline-primary.dropdown-toggle{color:#fff;background-color:#da2126;border-color:#da2126}.btn-outline-primary:not(:disabled):not(.disabled):active:focus,.btn-outline-primary:not(:disabled):not(.disabled).active:focus,.btn-outline-primary.active-tabbed:not(:disabled):not(.disabled):focus,.nav-tabs .btn-outline-primary.navtab-link:not(:disabled):not(.disabled):focus:hover,.btn-outline-primary.tab-active:not(:disabled):not(.disabled):focus,.btn-outline-primary.toc-active:not(:disabled):not(.disabled):focus,.show>.btn-outline-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(218,33,38,.5)}.btn-outline-secondary,.btn-clipboard{color:#6c757d;border-color:#6c757d}.btn-outline-secondary:hover,.btn-clipboard:hover{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-outline-secondary:focus,.btn-clipboard:focus,.btn-outline-secondary.focus,.focus.btn-clipboard{box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.btn-outline-secondary.disabled,.disabled.btn-clipboard,.btn-outline-secondary:disabled,.btn-clipboard:disabled{color:#6c757d;background-color:rgba(0,0,0,0)}.btn-outline-secondary:not(:disabled):not(.disabled):active,.btn-clipboard:not(:disabled):not(.disabled):active,.btn-outline-secondary:not(:disabled):not(.disabled).active,.btn-outline-secondary.active-tabbed:not(:disabled):not(.disabled),.nav-tabs .btn-outline-secondary.navtab-link:not(:disabled):not(.disabled):hover,.btn-outline-secondary.tab-active:not(:disabled):not(.disabled),.btn-outline-secondary.toc-active:not(:disabled):not(.disabled),.btn-clipboard:not(:disabled):not(.disabled).active,.btn-clipboard.active-tabbed:not(:disabled):not(.disabled),.nav-tabs .btn-clipboard.navtab-link:not(:disabled):not(.disabled):hover,.btn-clipboard.tab-active:not(:disabled):not(.disabled),.btn-clipboard.toc-active:not(:disabled):not(.disabled),.show>.btn-outline-secondary.dropdown-toggle,.show>.dropdown-toggle.btn-clipboard{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,.btn-clipboard:not(:disabled):not(.disabled):active:focus,.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,.btn-outline-secondary.active-tabbed:not(:disabled):not(.disabled):focus,.nav-tabs .btn-outline-secondary.navtab-link:not(:disabled):not(.disabled):focus:hover,.btn-outline-secondary.tab-active:not(:disabled):not(.disabled):focus,.btn-outline-secondary.toc-active:not(:disabled):not(.disabled):focus,.btn-clipboard:not(:disabled):not(.disabled).active:focus,.btn-clipboard.active-tabbed:not(:disabled):not(.disabled):focus,.nav-tabs .btn-clipboard.navtab-link:not(:disabled):not(.disabled):focus:hover,.btn-clipboard.tab-active:not(:disabled):not(.disabled):focus,.btn-clipboard.toc-active:not(:disabled):not(.disabled):focus,.show>.btn-outline-secondary.dropdown-toggle:focus,.show>.dropdown-toggle.btn-clipboard:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.btn-outline-success{color:#06c668;border-color:#06c668}.btn-outline-success:hover{color:#fff;background-color:#06c668;border-color:#06c668}.btn-outline-success:focus,.btn-outline-success.focus{box-shadow:0 0 0 .2rem rgba(6,198,104,.5)}.btn-outline-success.disabled,.btn-outline-success:disabled{color:#06c668;background-color:rgba(0,0,0,0)}.btn-outline-success:not(:disabled):not(.disabled):active,.btn-outline-success:not(:disabled):not(.disabled).active,.btn-outline-success.active-tabbed:not(:disabled):not(.disabled),.nav-tabs .btn-outline-success.navtab-link:not(:disabled):not(.disabled):hover,.btn-outline-success.tab-active:not(:disabled):not(.disabled),.btn-outline-success.toc-active:not(:disabled):not(.disabled),.show>.btn-outline-success.dropdown-toggle{color:#fff;background-color:#06c668;border-color:#06c668}.btn-outline-success:not(:disabled):not(.disabled):active:focus,.btn-outline-success:not(:disabled):not(.disabled).active:focus,.btn-outline-success.active-tabbed:not(:disabled):not(.disabled):focus,.nav-tabs .btn-outline-success.navtab-link:not(:disabled):not(.disabled):focus:hover,.btn-outline-success.tab-active:not(:disabled):not(.disabled):focus,.btn-outline-success.toc-active:not(:disabled):not(.disabled):focus,.show>.btn-outline-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(6,198,104,.5)}.btn-outline-info{color:#316489;border-color:#316489}.btn-outline-info:hover{color:#fff;background-color:#316489;border-color:#316489}.btn-outline-info:focus,.btn-outline-info.focus{box-shadow:0 0 0 .2rem rgba(49,100,137,.5)}.btn-outline-info.disabled,.btn-outline-info:disabled{color:#316489;background-color:rgba(0,0,0,0)}.btn-outline-info:not(:disabled):not(.disabled):active,.btn-outline-info:not(:disabled):not(.disabled).active,.btn-outline-info.active-tabbed:not(:disabled):not(.disabled),.nav-tabs .btn-outline-info.navtab-link:not(:disabled):not(.disabled):hover,.btn-outline-info.tab-active:not(:disabled):not(.disabled),.btn-outline-info.toc-active:not(:disabled):not(.disabled),.show>.btn-outline-info.dropdown-toggle{color:#fff;background-color:#316489;border-color:#316489}.btn-outline-info:not(:disabled):not(.disabled):active:focus,.btn-outline-info:not(:disabled):not(.disabled).active:focus,.btn-outline-info.active-tabbed:not(:disabled):not(.disabled):focus,.nav-tabs .btn-outline-info.navtab-link:not(:disabled):not(.disabled):focus:hover,.btn-outline-info.tab-active:not(:disabled):not(.disabled):focus,.btn-outline-info.toc-active:not(:disabled):not(.disabled):focus,.show>.btn-outline-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(49,100,137,.5)}.btn-outline-warning{color:#ffc107;border-color:#ffc107}.btn-outline-warning:hover{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-outline-warning:focus,.btn-outline-warning.focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.btn-outline-warning.disabled,.btn-outline-warning:disabled{color:#ffc107;background-color:rgba(0,0,0,0)}.btn-outline-warning:not(:disabled):not(.disabled):active,.btn-outline-warning:not(:disabled):not(.disabled).active,.btn-outline-warning.active-tabbed:not(:disabled):not(.disabled),.nav-tabs .btn-outline-warning.navtab-link:not(:disabled):not(.disabled):hover,.btn-outline-warning.tab-active:not(:disabled):not(.disabled),.btn-outline-warning.toc-active:not(:disabled):not(.disabled),.show>.btn-outline-warning.dropdown-toggle{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-outline-warning:not(:disabled):not(.disabled):active:focus,.btn-outline-warning:not(:disabled):not(.disabled).active:focus,.btn-outline-warning.active-tabbed:not(:disabled):not(.disabled):focus,.nav-tabs .btn-outline-warning.navtab-link:not(:disabled):not(.disabled):focus:hover,.btn-outline-warning.tab-active:not(:disabled):not(.disabled):focus,.btn-outline-warning.toc-active:not(:disabled):not(.disabled):focus,.show>.btn-outline-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.btn-outline-danger{color:#dc3545;border-color:#dc3545}.btn-outline-danger:hover{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-outline-danger:focus,.btn-outline-danger.focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.btn-outline-danger.disabled,.btn-outline-danger:disabled{color:#dc3545;background-color:rgba(0,0,0,0)}.btn-outline-danger:not(:disabled):not(.disabled):active,.btn-outline-danger:not(:disabled):not(.disabled).active,.btn-outline-danger.active-tabbed:not(:disabled):not(.disabled),.nav-tabs .btn-outline-danger.navtab-link:not(:disabled):not(.disabled):hover,.btn-outline-danger.tab-active:not(:disabled):not(.disabled),.btn-outline-danger.toc-active:not(:disabled):not(.disabled),.show>.btn-outline-danger.dropdown-toggle{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-outline-danger:not(:disabled):not(.disabled):active:focus,.btn-outline-danger:not(:disabled):not(.disabled).active:focus,.btn-outline-danger.active-tabbed:not(:disabled):not(.disabled):focus,.nav-tabs .btn-outline-danger.navtab-link:not(:disabled):not(.disabled):focus:hover,.btn-outline-danger.tab-active:not(:disabled):not(.disabled):focus,.btn-outline-danger.toc-active:not(:disabled):not(.disabled):focus,.show>.btn-outline-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.btn-outline-light{color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light:hover{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light:focus,.btn-outline-light.focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.btn-outline-light.disabled,.btn-outline-light:disabled{color:#f8f9fa;background-color:rgba(0,0,0,0)}.btn-outline-light:not(:disabled):not(.disabled):active,.btn-outline-light:not(:disabled):not(.disabled).active,.btn-outline-light.active-tabbed:not(:disabled):not(.disabled),.nav-tabs .btn-outline-light.navtab-link:not(:disabled):not(.disabled):hover,.btn-outline-light.tab-active:not(:disabled):not(.disabled),.btn-outline-light.toc-active:not(:disabled):not(.disabled),.show>.btn-outline-light.dropdown-toggle{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light:not(:disabled):not(.disabled):active:focus,.btn-outline-light:not(:disabled):not(.disabled).active:focus,.btn-outline-light.active-tabbed:not(:disabled):not(.disabled):focus,.nav-tabs .btn-outline-light.navtab-link:not(:disabled):not(.disabled):focus:hover,.btn-outline-light.tab-active:not(:disabled):not(.disabled):focus,.btn-outline-light.toc-active:not(:disabled):not(.disabled):focus,.show>.btn-outline-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.btn-outline-dark{color:#343a40;border-color:#343a40}.btn-outline-dark:hover{color:#fff;background-color:#343a40;border-color:#343a40}.btn-outline-dark:focus,.btn-outline-dark.focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.btn-outline-dark.disabled,.btn-outline-dark:disabled{color:#343a40;background-color:rgba(0,0,0,0)}.btn-outline-dark:not(:disabled):not(.disabled):active,.btn-outline-dark:not(:disabled):not(.disabled).active,.btn-outline-dark.active-tabbed:not(:disabled):not(.disabled),.nav-tabs .btn-outline-dark.navtab-link:not(:disabled):not(.disabled):hover,.btn-outline-dark.tab-active:not(:disabled):not(.disabled),.btn-outline-dark.toc-active:not(:disabled):not(.disabled),.show>.btn-outline-dark.dropdown-toggle{color:#fff;background-color:#343a40;border-color:#343a40}.btn-outline-dark:not(:disabled):not(.disabled):active:focus,.btn-outline-dark:not(:disabled):not(.disabled).active:focus,.btn-outline-dark.active-tabbed:not(:disabled):not(.disabled):focus,.nav-tabs .btn-outline-dark.navtab-link:not(:disabled):not(.disabled):focus:hover,.btn-outline-dark.tab-active:not(:disabled):not(.disabled):focus,.btn-outline-dark.toc-active:not(:disabled):not(.disabled):focus,.show>.btn-outline-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.btn-outline-lightgrey{color:#f7f7f7;border-color:#f7f7f7}.btn-outline-lightgrey:hover{color:#212529;background-color:#f7f7f7;border-color:#f7f7f7}.btn-outline-lightgrey:focus,.btn-outline-lightgrey.focus{box-shadow:0 0 0 .2rem rgba(247,247,247,.5)}.btn-outline-lightgrey.disabled,.btn-outline-lightgrey:disabled{color:#f7f7f7;background-color:rgba(0,0,0,0)}.btn-outline-lightgrey:not(:disabled):not(.disabled):active,.btn-outline-lightgrey:not(:disabled):not(.disabled).active,.btn-outline-lightgrey.active-tabbed:not(:disabled):not(.disabled),.nav-tabs .btn-outline-lightgrey.navtab-link:not(:disabled):not(.disabled):hover,.btn-outline-lightgrey.tab-active:not(:disabled):not(.disabled),.btn-outline-lightgrey.toc-active:not(:disabled):not(.disabled),.show>.btn-outline-lightgrey.dropdown-toggle{color:#212529;background-color:#f7f7f7;border-color:#f7f7f7}.btn-outline-lightgrey:not(:disabled):not(.disabled):active:focus,.btn-outline-lightgrey:not(:disabled):not(.disabled).active:focus,.btn-outline-lightgrey.active-tabbed:not(:disabled):not(.disabled):focus,.nav-tabs .btn-outline-lightgrey.navtab-link:not(:disabled):not(.disabled):focus:hover,.btn-outline-lightgrey.tab-active:not(:disabled):not(.disabled):focus,.btn-outline-lightgrey.toc-active:not(:disabled):not(.disabled):focus,.show>.btn-outline-lightgrey.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(247,247,247,.5)}.btn-outline-middlegrey{color:#a8a3a3;border-color:#a8a3a3}.btn-outline-middlegrey:hover{color:#212529;background-color:#a8a3a3;border-color:#a8a3a3}.btn-outline-middlegrey:focus,.btn-outline-middlegrey.focus{box-shadow:0 0 0 .2rem rgba(168,163,163,.5)}.btn-outline-middlegrey.disabled,.btn-outline-middlegrey:disabled{color:#a8a3a3;background-color:rgba(0,0,0,0)}.btn-outline-middlegrey:not(:disabled):not(.disabled):active,.btn-outline-middlegrey:not(:disabled):not(.disabled).active,.btn-outline-middlegrey.active-tabbed:not(:disabled):not(.disabled),.nav-tabs .btn-outline-middlegrey.navtab-link:not(:disabled):not(.disabled):hover,.btn-outline-middlegrey.tab-active:not(:disabled):not(.disabled),.btn-outline-middlegrey.toc-active:not(:disabled):not(.disabled),.show>.btn-outline-middlegrey.dropdown-toggle{color:#212529;background-color:#a8a3a3;border-color:#a8a3a3}.btn-outline-middlegrey:not(:disabled):not(.disabled):active:focus,.btn-outline-middlegrey:not(:disabled):not(.disabled).active:focus,.btn-outline-middlegrey.active-tabbed:not(:disabled):not(.disabled):focus,.nav-tabs .btn-outline-middlegrey.navtab-link:not(:disabled):not(.disabled):focus:hover,.btn-outline-middlegrey.tab-active:not(:disabled):not(.disabled):focus,.btn-outline-middlegrey.toc-active:not(:disabled):not(.disabled):focus,.show>.btn-outline-middlegrey.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(168,163,163,.5)}.btn-outline-darkergrey{color:#5e5e5e;border-color:#5e5e5e}.btn-outline-darkergrey:hover{color:#fff;background-color:#5e5e5e;border-color:#5e5e5e}.btn-outline-darkergrey:focus,.btn-outline-darkergrey.focus{box-shadow:0 0 0 .2rem rgba(94,94,94,.5)}.btn-outline-darkergrey.disabled,.btn-outline-darkergrey:disabled{color:#5e5e5e;background-color:rgba(0,0,0,0)}.btn-outline-darkergrey:not(:disabled):not(.disabled):active,.btn-outline-darkergrey:not(:disabled):not(.disabled).active,.btn-outline-darkergrey.active-tabbed:not(:disabled):not(.disabled),.nav-tabs .btn-outline-darkergrey.navtab-link:not(:disabled):not(.disabled):hover,.btn-outline-darkergrey.tab-active:not(:disabled):not(.disabled),.btn-outline-darkergrey.toc-active:not(:disabled):not(.disabled),.show>.btn-outline-darkergrey.dropdown-toggle{color:#fff;background-color:#5e5e5e;border-color:#5e5e5e}.btn-outline-darkergrey:not(:disabled):not(.disabled):active:focus,.btn-outline-darkergrey:not(:disabled):not(.disabled).active:focus,.btn-outline-darkergrey.active-tabbed:not(:disabled):not(.disabled):focus,.nav-tabs .btn-outline-darkergrey.navtab-link:not(:disabled):not(.disabled):focus:hover,.btn-outline-darkergrey.tab-active:not(:disabled):not(.disabled):focus,.btn-outline-darkergrey.toc-active:not(:disabled):not(.disabled):focus,.show>.btn-outline-darkergrey.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(94,94,94,.5)}.btn-outline-darkgrey{color:#333;border-color:#333}.btn-outline-darkgrey:hover{color:#fff;background-color:#333;border-color:#333}.btn-outline-darkgrey:focus,.btn-outline-darkgrey.focus{box-shadow:0 0 0 .2rem rgba(51,51,51,.5)}.btn-outline-darkgrey.disabled,.btn-outline-darkgrey:disabled{color:#333;background-color:rgba(0,0,0,0)}.btn-outline-darkgrey:not(:disabled):not(.disabled):active,.btn-outline-darkgrey:not(:disabled):not(.disabled).active,.btn-outline-darkgrey.active-tabbed:not(:disabled):not(.disabled),.nav-tabs .btn-outline-darkgrey.navtab-link:not(:disabled):not(.disabled):hover,.btn-outline-darkgrey.tab-active:not(:disabled):not(.disabled),.btn-outline-darkgrey.toc-active:not(:disabled):not(.disabled),.show>.btn-outline-darkgrey.dropdown-toggle{color:#fff;background-color:#333;border-color:#333}.btn-outline-darkgrey:not(:disabled):not(.disabled):active:focus,.btn-outline-darkgrey:not(:disabled):not(.disabled).active:focus,.btn-outline-darkgrey.active-tabbed:not(:disabled):not(.disabled):focus,.nav-tabs .btn-outline-darkgrey.navtab-link:not(:disabled):not(.disabled):focus:hover,.btn-outline-darkgrey.tab-active:not(:disabled):not(.disabled):focus,.btn-outline-darkgrey.toc-active:not(:disabled):not(.disabled):focus,.show>.btn-outline-darkgrey.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(51,51,51,.5)}.btn-outline-fruitred{color:#ff605d;border-color:#ff605d}.btn-outline-fruitred:hover{color:#fff;background-color:#ff605d;border-color:#ff605d}.btn-outline-fruitred:focus,.btn-outline-fruitred.focus{box-shadow:0 0 0 .2rem rgba(255,96,93,.5)}.btn-outline-fruitred.disabled,.btn-outline-fruitred:disabled{color:#ff605d;background-color:rgba(0,0,0,0)}.btn-outline-fruitred:not(:disabled):not(.disabled):active,.btn-outline-fruitred:not(:disabled):not(.disabled).active,.btn-outline-fruitred.active-tabbed:not(:disabled):not(.disabled),.nav-tabs .btn-outline-fruitred.navtab-link:not(:disabled):not(.disabled):hover,.btn-outline-fruitred.tab-active:not(:disabled):not(.disabled),.btn-outline-fruitred.toc-active:not(:disabled):not(.disabled),.show>.btn-outline-fruitred.dropdown-toggle{color:#fff;background-color:#ff605d;border-color:#ff605d}.btn-outline-fruitred:not(:disabled):not(.disabled):active:focus,.btn-outline-fruitred:not(:disabled):not(.disabled).active:focus,.btn-outline-fruitred.active-tabbed:not(:disabled):not(.disabled):focus,.nav-tabs .btn-outline-fruitred.navtab-link:not(:disabled):not(.disabled):focus:hover,.btn-outline-fruitred.tab-active:not(:disabled):not(.disabled):focus,.btn-outline-fruitred.toc-active:not(:disabled):not(.disabled):focus,.show>.btn-outline-fruitred.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(255,96,93,.5)}.btn-outline-red{color:#da2126;border-color:#da2126}.btn-outline-red:hover{color:#fff;background-color:#da2126;border-color:#da2126}.btn-outline-red:focus,.btn-outline-red.focus{box-shadow:0 0 0 .2rem rgba(218,33,38,.5)}.btn-outline-red.disabled,.btn-outline-red:disabled{color:#da2126;background-color:rgba(0,0,0,0)}.btn-outline-red:not(:disabled):not(.disabled):active,.btn-outline-red:not(:disabled):not(.disabled).active,.btn-outline-red.active-tabbed:not(:disabled):not(.disabled),.nav-tabs .btn-outline-red.navtab-link:not(:disabled):not(.disabled):hover,.btn-outline-red.tab-active:not(:disabled):not(.disabled),.btn-outline-red.toc-active:not(:disabled):not(.disabled),.show>.btn-outline-red.dropdown-toggle{color:#fff;background-color:#da2126;border-color:#da2126}.btn-outline-red:not(:disabled):not(.disabled):active:focus,.btn-outline-red:not(:disabled):not(.disabled).active:focus,.btn-outline-red.active-tabbed:not(:disabled):not(.disabled):focus,.nav-tabs .btn-outline-red.navtab-link:not(:disabled):not(.disabled):focus:hover,.btn-outline-red.tab-active:not(:disabled):not(.disabled):focus,.btn-outline-red.toc-active:not(:disabled):not(.disabled):focus,.show>.btn-outline-red.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(218,33,38,.5)}.btn-outline-lightblue{color:#6495ed;border-color:#6495ed}.btn-outline-lightblue:hover{color:#fff;background-color:#6495ed;border-color:#6495ed}.btn-outline-lightblue:focus,.btn-outline-lightblue.focus{box-shadow:0 0 0 .2rem rgba(100,149,237,.5)}.btn-outline-lightblue.disabled,.btn-outline-lightblue:disabled{color:#6495ed;background-color:rgba(0,0,0,0)}.btn-outline-lightblue:not(:disabled):not(.disabled):active,.btn-outline-lightblue:not(:disabled):not(.disabled).active,.btn-outline-lightblue.active-tabbed:not(:disabled):not(.disabled),.nav-tabs .btn-outline-lightblue.navtab-link:not(:disabled):not(.disabled):hover,.btn-outline-lightblue.tab-active:not(:disabled):not(.disabled),.btn-outline-lightblue.toc-active:not(:disabled):not(.disabled),.show>.btn-outline-lightblue.dropdown-toggle{color:#fff;background-color:#6495ed;border-color:#6495ed}.btn-outline-lightblue:not(:disabled):not(.disabled):active:focus,.btn-outline-lightblue:not(:disabled):not(.disabled).active:focus,.btn-outline-lightblue.active-tabbed:not(:disabled):not(.disabled):focus,.nav-tabs .btn-outline-lightblue.navtab-link:not(:disabled):not(.disabled):focus:hover,.btn-outline-lightblue.tab-active:not(:disabled):not(.disabled):focus,.btn-outline-lightblue.toc-active:not(:disabled):not(.disabled):focus,.show>.btn-outline-lightblue.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(100,149,237,.5)}.btn-outline-darkblue{color:#316489;border-color:#316489}.btn-outline-darkblue:hover{color:#fff;background-color:#316489;border-color:#316489}.btn-outline-darkblue:focus,.btn-outline-darkblue.focus{box-shadow:0 0 0 .2rem rgba(49,100,137,.5)}.btn-outline-darkblue.disabled,.btn-outline-darkblue:disabled{color:#316489;background-color:rgba(0,0,0,0)}.btn-outline-darkblue:not(:disabled):not(.disabled):active,.btn-outline-darkblue:not(:disabled):not(.disabled).active,.btn-outline-darkblue.active-tabbed:not(:disabled):not(.disabled),.nav-tabs .btn-outline-darkblue.navtab-link:not(:disabled):not(.disabled):hover,.btn-outline-darkblue.tab-active:not(:disabled):not(.disabled),.btn-outline-darkblue.toc-active:not(:disabled):not(.disabled),.show>.btn-outline-darkblue.dropdown-toggle{color:#fff;background-color:#316489;border-color:#316489}.btn-outline-darkblue:not(:disabled):not(.disabled):active:focus,.btn-outline-darkblue:not(:disabled):not(.disabled).active:focus,.btn-outline-darkblue.active-tabbed:not(:disabled):not(.disabled):focus,.nav-tabs .btn-outline-darkblue.navtab-link:not(:disabled):not(.disabled):focus:hover,.btn-outline-darkblue.tab-active:not(:disabled):not(.disabled):focus,.btn-outline-darkblue.toc-active:not(:disabled):not(.disabled):focus,.show>.btn-outline-darkblue.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(49,100,137,.5)}.btn-outline-gold{color:#dfbd70;border-color:#dfbd70}.btn-outline-gold:hover{color:#212529;background-color:#dfbd70;border-color:#dfbd70}.btn-outline-gold:focus,.btn-outline-gold.focus{box-shadow:0 0 0 .2rem rgba(223,189,112,.5)}.btn-outline-gold.disabled,.btn-outline-gold:disabled{color:#dfbd70;background-color:rgba(0,0,0,0)}.btn-outline-gold:not(:disabled):not(.disabled):active,.btn-outline-gold:not(:disabled):not(.disabled).active,.btn-outline-gold.active-tabbed:not(:disabled):not(.disabled),.nav-tabs .btn-outline-gold.navtab-link:not(:disabled):not(.disabled):hover,.btn-outline-gold.tab-active:not(:disabled):not(.disabled),.btn-outline-gold.toc-active:not(:disabled):not(.disabled),.show>.btn-outline-gold.dropdown-toggle{color:#212529;background-color:#dfbd70;border-color:#dfbd70}.btn-outline-gold:not(:disabled):not(.disabled):active:focus,.btn-outline-gold:not(:disabled):not(.disabled).active:focus,.btn-outline-gold.active-tabbed:not(:disabled):not(.disabled):focus,.nav-tabs .btn-outline-gold.navtab-link:not(:disabled):not(.disabled):focus:hover,.btn-outline-gold.tab-active:not(:disabled):not(.disabled):focus,.btn-outline-gold.toc-active:not(:disabled):not(.disabled):focus,.show>.btn-outline-gold.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(223,189,112,.5)}.btn-outline-darkgold{color:#ab8e53;border-color:#ab8e53}.btn-outline-darkgold:hover{color:#fff;background-color:#ab8e53;border-color:#ab8e53}.btn-outline-darkgold:focus,.btn-outline-darkgold.focus{box-shadow:0 0 0 .2rem rgba(171,142,83,.5)}.btn-outline-darkgold.disabled,.btn-outline-darkgold:disabled{color:#ab8e53;background-color:rgba(0,0,0,0)}.btn-outline-darkgold:not(:disabled):not(.disabled):active,.btn-outline-darkgold:not(:disabled):not(.disabled).active,.btn-outline-darkgold.active-tabbed:not(:disabled):not(.disabled),.nav-tabs .btn-outline-darkgold.navtab-link:not(:disabled):not(.disabled):hover,.btn-outline-darkgold.tab-active:not(:disabled):not(.disabled),.btn-outline-darkgold.toc-active:not(:disabled):not(.disabled),.show>.btn-outline-darkgold.dropdown-toggle{color:#fff;background-color:#ab8e53;border-color:#ab8e53}.btn-outline-darkgold:not(:disabled):not(.disabled):active:focus,.btn-outline-darkgold:not(:disabled):not(.disabled).active:focus,.btn-outline-darkgold.active-tabbed:not(:disabled):not(.disabled):focus,.nav-tabs .btn-outline-darkgold.navtab-link:not(:disabled):not(.disabled):focus:hover,.btn-outline-darkgold.tab-active:not(:disabled):not(.disabled):focus,.btn-outline-darkgold.toc-active:not(:disabled):not(.disabled):focus,.show>.btn-outline-darkgold.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(171,142,83,.5)}.btn-outline-yellow{color:#edbc64;border-color:#edbc64}.btn-outline-yellow:hover{color:#212529;background-color:#edbc64;border-color:#edbc64}.btn-outline-yellow:focus,.btn-outline-yellow.focus{box-shadow:0 0 0 .2rem rgba(237,188,100,.5)}.btn-outline-yellow.disabled,.btn-outline-yellow:disabled{color:#edbc64;background-color:rgba(0,0,0,0)}.btn-outline-yellow:not(:disabled):not(.disabled):active,.btn-outline-yellow:not(:disabled):not(.disabled).active,.btn-outline-yellow.active-tabbed:not(:disabled):not(.disabled),.nav-tabs .btn-outline-yellow.navtab-link:not(:disabled):not(.disabled):hover,.btn-outline-yellow.tab-active:not(:disabled):not(.disabled),.btn-outline-yellow.toc-active:not(:disabled):not(.disabled),.show>.btn-outline-yellow.dropdown-toggle{color:#212529;background-color:#edbc64;border-color:#edbc64}.btn-outline-yellow:not(:disabled):not(.disabled):active:focus,.btn-outline-yellow:not(:disabled):not(.disabled).active:focus,.btn-outline-yellow.active-tabbed:not(:disabled):not(.disabled):focus,.nav-tabs .btn-outline-yellow.navtab-link:not(:disabled):not(.disabled):focus:hover,.btn-outline-yellow.tab-active:not(:disabled):not(.disabled):focus,.btn-outline-yellow.toc-active:not(:disabled):not(.disabled):focus,.show>.btn-outline-yellow.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(237,188,100,.5)}.btn-outline-green{color:#06c668;border-color:#06c668}.btn-outline-green:hover{color:#fff;background-color:#06c668;border-color:#06c668}.btn-outline-green:focus,.btn-outline-green.focus{box-shadow:0 0 0 .2rem rgba(6,198,104,.5)}.btn-outline-green.disabled,.btn-outline-green:disabled{color:#06c668;background-color:rgba(0,0,0,0)}.btn-outline-green:not(:disabled):not(.disabled):active,.btn-outline-green:not(:disabled):not(.disabled).active,.btn-outline-green.active-tabbed:not(:disabled):not(.disabled),.nav-tabs .btn-outline-green.navtab-link:not(:disabled):not(.disabled):hover,.btn-outline-green.tab-active:not(:disabled):not(.disabled),.btn-outline-green.toc-active:not(:disabled):not(.disabled),.show>.btn-outline-green.dropdown-toggle{color:#fff;background-color:#06c668;border-color:#06c668}.btn-outline-green:not(:disabled):not(.disabled):active:focus,.btn-outline-green:not(:disabled):not(.disabled).active:focus,.btn-outline-green.active-tabbed:not(:disabled):not(.disabled):focus,.nav-tabs .btn-outline-green.navtab-link:not(:disabled):not(.disabled):focus:hover,.btn-outline-green.tab-active:not(:disabled):not(.disabled):focus,.btn-outline-green.toc-active:not(:disabled):not(.disabled):focus,.show>.btn-outline-green.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(6,198,104,.5)}.btn-outline-orange{color:#e78e43;border-color:#e78e43}.btn-outline-orange:hover{color:#212529;background-color:#e78e43;border-color:#e78e43}.btn-outline-orange:focus,.btn-outline-orange.focus{box-shadow:0 0 0 .2rem rgba(231,142,67,.5)}.btn-outline-orange.disabled,.btn-outline-orange:disabled{color:#e78e43;background-color:rgba(0,0,0,0)}.btn-outline-orange:not(:disabled):not(.disabled):active,.btn-outline-orange:not(:disabled):not(.disabled).active,.btn-outline-orange.active-tabbed:not(:disabled):not(.disabled),.nav-tabs .btn-outline-orange.navtab-link:not(:disabled):not(.disabled):hover,.btn-outline-orange.tab-active:not(:disabled):not(.disabled),.btn-outline-orange.toc-active:not(:disabled):not(.disabled),.show>.btn-outline-orange.dropdown-toggle{color:#212529;background-color:#e78e43;border-color:#e78e43}.btn-outline-orange:not(:disabled):not(.disabled):active:focus,.btn-outline-orange:not(:disabled):not(.disabled).active:focus,.btn-outline-orange.active-tabbed:not(:disabled):not(.disabled):focus,.nav-tabs .btn-outline-orange.navtab-link:not(:disabled):not(.disabled):focus:hover,.btn-outline-orange.tab-active:not(:disabled):not(.disabled):focus,.btn-outline-orange.toc-active:not(:disabled):not(.disabled):focus,.show>.btn-outline-orange.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(231,142,67,.5)}.btn-outline-avq-blue{color:#39a1d4;border-color:#39a1d4}.btn-outline-avq-blue:hover{color:#fff;background-color:#39a1d4;border-color:#39a1d4}.btn-outline-avq-blue:focus,.btn-outline-avq-blue.focus{box-shadow:0 0 0 .2rem rgba(57,161,212,.5)}.btn-outline-avq-blue.disabled,.btn-outline-avq-blue:disabled{color:#39a1d4;background-color:rgba(0,0,0,0)}.btn-outline-avq-blue:not(:disabled):not(.disabled):active,.btn-outline-avq-blue:not(:disabled):not(.disabled).active,.btn-outline-avq-blue.active-tabbed:not(:disabled):not(.disabled),.nav-tabs .btn-outline-avq-blue.navtab-link:not(:disabled):not(.disabled):hover,.btn-outline-avq-blue.tab-active:not(:disabled):not(.disabled),.btn-outline-avq-blue.toc-active:not(:disabled):not(.disabled),.show>.btn-outline-avq-blue.dropdown-toggle{color:#fff;background-color:#39a1d4;border-color:#39a1d4}.btn-outline-avq-blue:not(:disabled):not(.disabled):active:focus,.btn-outline-avq-blue:not(:disabled):not(.disabled).active:focus,.btn-outline-avq-blue.active-tabbed:not(:disabled):not(.disabled):focus,.nav-tabs .btn-outline-avq-blue.navtab-link:not(:disabled):not(.disabled):focus:hover,.btn-outline-avq-blue.tab-active:not(:disabled):not(.disabled):focus,.btn-outline-avq-blue.toc-active:not(:disabled):not(.disabled):focus,.show>.btn-outline-avq-blue.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(57,161,212,.5)}.btn-link{font-weight:300;color:#39a1d4;text-decoration:none}.btn-link:hover{color:rgb(34.346473029,117.4170124481,158.153526971);text-decoration:underline}.btn-link:focus,.btn-link.focus{text-decoration:underline}.btn-link:disabled,.btn-link.disabled{color:#6c757d;pointer-events:none}.btn-lg,.btn-group-lg>.btn,.btn-group-lg>#gdpr-cc-btn-accept,.btn-group-lg>#gdpr-cc-btn-save{padding:.5rem 1rem;font-size:1.328125rem;line-height:1.5;border-radius:0}@media(max-width: 1200px){.btn-lg,.btn-group-lg>.btn,.btn-group-lg>#gdpr-cc-btn-accept,.btn-group-lg>#gdpr-cc-btn-save{font-size:calc(1.2578125rem + 0.09375vw)}}.btn-sm,.btn-group-sm>.btn,.btn-group-sm>#gdpr-cc-btn-accept,.btn-group-sm>#gdpr-cc-btn-save{padding:.25rem .5rem;font-size:0.9296875rem;line-height:1.5;border-radius:0}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:.5rem}input[type=submit].btn-block,input[type=reset].btn-block,input[type=button].btn-block{width:100%}.fade{transition:opacity .15s linear}@media(prefers-reduced-motion: reduce){.fade{transition:none}}.fade:not(.show){opacity:0}.collapse:not(.show){display:none}.collapsing{position:relative;height:0;overflow:hidden;transition:height .35s ease}@media(prefers-reduced-motion: reduce){.collapsing{transition:none}}.collapsing.width{width:0;height:auto;transition:width .35s ease}@media(prefers-reduced-motion: reduce){.collapsing.width{transition:none}}.dropup,.dropright,.dropdown,.dropleft{position:relative}.dropdown-toggle{white-space:nowrap}.dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid;border-right:.3em solid rgba(0,0,0,0);border-bottom:0;border-left:.3em solid rgba(0,0,0,0)}.dropdown-toggle:empty::after{margin-left:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:10rem;padding:.5rem 0;margin:.125rem 0 0;font-size:1.0625rem;color:#404040;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.15);border-radius:0}.dropdown-menu-left{right:auto;left:0}.dropdown-menu-right{right:0;left:auto}@media(min-width: 576px){.dropdown-menu-sm-left{right:auto;left:0}.dropdown-menu-sm-right{right:0;left:auto}}@media(min-width: 768px){.dropdown-menu-md-left{right:auto;left:0}.dropdown-menu-md-right{right:0;left:auto}}@media(min-width: 992px){.dropdown-menu-lg-left{right:auto;left:0}.dropdown-menu-lg-right{right:0;left:auto}}@media(min-width: 1200px){.dropdown-menu-xl-left{right:auto;left:0}.dropdown-menu-xl-right{right:0;left:auto}}.dropup .dropdown-menu{top:auto;bottom:100%;margin-top:0;margin-bottom:.125rem}.dropup .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:0;border-right:.3em solid rgba(0,0,0,0);border-bottom:.3em solid;border-left:.3em solid rgba(0,0,0,0)}.dropup .dropdown-toggle:empty::after{margin-left:0}.dropright .dropdown-menu{top:0;right:auto;left:100%;margin-top:0;margin-left:.125rem}.dropright .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid rgba(0,0,0,0);border-right:0;border-bottom:.3em solid rgba(0,0,0,0);border-left:.3em solid}.dropright .dropdown-toggle:empty::after{margin-left:0}.dropright .dropdown-toggle::after{vertical-align:0}.dropleft .dropdown-menu{top:0;right:100%;left:auto;margin-top:0;margin-right:.125rem}.dropleft .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:""}.dropleft .dropdown-toggle::after{display:none}.dropleft .dropdown-toggle::before{display:inline-block;margin-right:.255em;vertical-align:.255em;content:"";border-top:.3em solid rgba(0,0,0,0);border-right:.3em solid;border-bottom:.3em solid rgba(0,0,0,0)}.dropleft .dropdown-toggle:empty::after{margin-left:0}.dropleft .dropdown-toggle::before{vertical-align:0}.dropdown-menu[x-placement^=top],.dropdown-menu[x-placement^=right],.dropdown-menu[x-placement^=bottom],.dropdown-menu[x-placement^=left]{right:auto;bottom:auto}.dropdown-divider{height:0;margin:.5rem 0;overflow:hidden;border-top:1px solid #e9ecef}.dropdown-item{display:block;width:100%;padding:.25rem 1.5rem;clear:both;font-weight:300;color:#212529;text-align:inherit;white-space:nowrap;background-color:rgba(0,0,0,0);border:0}.dropdown-item:hover,.dropdown-item:focus{color:hsl(210,10.8108108108%,9.5098039216%);text-decoration:none;background-color:#e9ecef}.dropdown-item.active,.dropdown-item.active-tabbed,.nav-tabs .dropdown-item.navtab-link:hover,.dropdown-item.tab-active,.dropdown-item.toc-active,.dropdown-item:active{color:#fff;text-decoration:none;background-color:#da2126}.dropdown-item.disabled,.dropdown-item:disabled{color:#adb5bd;pointer-events:none;background-color:rgba(0,0,0,0)}.dropdown-menu.show{display:block}.dropdown-header{display:block;padding:.5rem 1.5rem;margin-bottom:0;font-size:0.9296875rem;color:#6c757d;white-space:nowrap}.dropdown-item-text{display:block;padding:.25rem 1.5rem;color:#212529}.btn-group,.btn-group-vertical{position:relative;display:inline-flex;vertical-align:middle}.btn-group>.btn,.btn-group>#gdpr-cc-btn-accept,.btn-group>#gdpr-cc-btn-save,.btn-group-vertical>.btn,.btn-group-vertical>#gdpr-cc-btn-accept,.btn-group-vertical>#gdpr-cc-btn-save{position:relative;flex:1 1 auto}.btn-group>.btn:hover,.btn-group>#gdpr-cc-btn-accept:hover,.btn-group>#gdpr-cc-btn-save:hover,.btn-group-vertical>.btn:hover,.btn-group-vertical>#gdpr-cc-btn-accept:hover,.btn-group-vertical>#gdpr-cc-btn-save:hover{z-index:1}.btn-group>.btn:focus,.btn-group>#gdpr-cc-btn-accept:focus,.btn-group>#gdpr-cc-btn-save:focus,.btn-group>.btn:active,.btn-group>#gdpr-cc-btn-accept:active,.btn-group>#gdpr-cc-btn-save:active,.btn-group>.btn.active,.btn-group>.btn.active-tabbed,.nav-tabs .btn-group>.btn.navtab-link:hover,.btn-group>.btn.tab-active,.btn-group>.btn.toc-active,.btn-group>.active#gdpr-cc-btn-accept,.btn-group>#gdpr-cc-btn-accept.active-tabbed,.nav-tabs .btn-group>#gdpr-cc-btn-accept.navtab-link:hover,.btn-group>#gdpr-cc-btn-accept.tab-active,.btn-group>#gdpr-cc-btn-accept.toc-active,.btn-group>.active#gdpr-cc-btn-save,.btn-group>#gdpr-cc-btn-save.active-tabbed,.nav-tabs .btn-group>#gdpr-cc-btn-save.navtab-link:hover,.btn-group>#gdpr-cc-btn-save.tab-active,.btn-group>#gdpr-cc-btn-save.toc-active,.btn-group-vertical>.btn:focus,.btn-group-vertical>#gdpr-cc-btn-accept:focus,.btn-group-vertical>#gdpr-cc-btn-save:focus,.btn-group-vertical>.btn:active,.btn-group-vertical>#gdpr-cc-btn-accept:active,.btn-group-vertical>#gdpr-cc-btn-save:active,.btn-group-vertical>.btn.active,.btn-group-vertical>.btn.active-tabbed,.nav-tabs .btn-group-vertical>.btn.navtab-link:hover,.btn-group-vertical>.btn.tab-active,.btn-group-vertical>.btn.toc-active,.btn-group-vertical>.active#gdpr-cc-btn-accept,.btn-group-vertical>#gdpr-cc-btn-accept.active-tabbed,.nav-tabs .btn-group-vertical>#gdpr-cc-btn-accept.navtab-link:hover,.btn-group-vertical>#gdpr-cc-btn-accept.tab-active,.btn-group-vertical>#gdpr-cc-btn-accept.toc-active,.btn-group-vertical>.active#gdpr-cc-btn-save,.btn-group-vertical>#gdpr-cc-btn-save.active-tabbed,.nav-tabs .btn-group-vertical>#gdpr-cc-btn-save.navtab-link:hover,.btn-group-vertical>#gdpr-cc-btn-save.tab-active,.btn-group-vertical>#gdpr-cc-btn-save.toc-active{z-index:1}.btn-toolbar{display:flex;flex-wrap:wrap;justify-content:flex-start}.btn-toolbar .input-group{width:auto}.btn-group>.btn:not(:first-child),.btn-group>#gdpr-cc-btn-accept:not(:first-child),.btn-group>#gdpr-cc-btn-save:not(:first-child),.btn-group>.btn-group:not(:first-child){margin-left:-1px}.btn-group>.btn:not(:last-child):not(.dropdown-toggle),.btn-group>#gdpr-cc-btn-accept:not(:last-child):not(.dropdown-toggle),.btn-group>#gdpr-cc-btn-save:not(:last-child):not(.dropdown-toggle),.btn-group>.btn-group:not(:last-child)>.btn,.btn-group>.btn-group:not(:last-child)>#gdpr-cc-btn-accept,.btn-group>.btn-group:not(:last-child)>#gdpr-cc-btn-save{border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn:not(:first-child),.btn-group>#gdpr-cc-btn-accept:not(:first-child),.btn-group>#gdpr-cc-btn-save:not(:first-child),.btn-group>.btn-group:not(:first-child)>.btn,.btn-group>.btn-group:not(:first-child)>#gdpr-cc-btn-accept,.btn-group>.btn-group:not(:first-child)>#gdpr-cc-btn-save{border-top-left-radius:0;border-bottom-left-radius:0}.dropdown-toggle-split{padding-right:.5625rem;padding-left:.5625rem}.dropdown-toggle-split::after,.dropup .dropdown-toggle-split::after,.dropright .dropdown-toggle-split::after{margin-left:0}.dropleft .dropdown-toggle-split::before{margin-right:0}.btn-sm+.dropdown-toggle-split,.btn-group-sm>.btn+.dropdown-toggle-split,.btn-group-sm>#gdpr-cc-btn-accept+.dropdown-toggle-split,.btn-group-sm>#gdpr-cc-btn-save+.dropdown-toggle-split{padding-right:.375rem;padding-left:.375rem}.btn-lg+.dropdown-toggle-split,.btn-group-lg>.btn+.dropdown-toggle-split,.btn-group-lg>#gdpr-cc-btn-accept+.dropdown-toggle-split,.btn-group-lg>#gdpr-cc-btn-save+.dropdown-toggle-split{padding-right:.75rem;padding-left:.75rem}.btn-group-vertical{flex-direction:column;align-items:flex-start;justify-content:center}.btn-group-vertical>.btn,.btn-group-vertical>#gdpr-cc-btn-accept,.btn-group-vertical>#gdpr-cc-btn-save,.btn-group-vertical>.btn-group{width:100%}.btn-group-vertical>.btn:not(:first-child),.btn-group-vertical>#gdpr-cc-btn-accept:not(:first-child),.btn-group-vertical>#gdpr-cc-btn-save:not(:first-child),.btn-group-vertical>.btn-group:not(:first-child){margin-top:-1px}.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle),.btn-group-vertical>#gdpr-cc-btn-accept:not(:last-child):not(.dropdown-toggle),.btn-group-vertical>#gdpr-cc-btn-save:not(:last-child):not(.dropdown-toggle),.btn-group-vertical>.btn-group:not(:last-child)>.btn,.btn-group-vertical>.btn-group:not(:last-child)>#gdpr-cc-btn-accept,.btn-group-vertical>.btn-group:not(:last-child)>#gdpr-cc-btn-save{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn:not(:first-child),.btn-group-vertical>#gdpr-cc-btn-accept:not(:first-child),.btn-group-vertical>#gdpr-cc-btn-save:not(:first-child),.btn-group-vertical>.btn-group:not(:first-child)>.btn,.btn-group-vertical>.btn-group:not(:first-child)>#gdpr-cc-btn-accept,.btn-group-vertical>.btn-group:not(:first-child)>#gdpr-cc-btn-save{border-top-left-radius:0;border-top-right-radius:0}.btn-group-toggle>.btn,.btn-group-toggle>#gdpr-cc-btn-accept,.btn-group-toggle>#gdpr-cc-btn-save,.btn-group-toggle>.btn-group>.btn,.btn-group-toggle>.btn-group>#gdpr-cc-btn-accept,.btn-group-toggle>.btn-group>#gdpr-cc-btn-save{margin-bottom:0}.btn-group-toggle>.btn input[type=radio],.btn-group-toggle>#gdpr-cc-btn-accept input[type=radio],.btn-group-toggle>#gdpr-cc-btn-save input[type=radio],.btn-group-toggle>.btn input[type=checkbox],.btn-group-toggle>#gdpr-cc-btn-accept input[type=checkbox],.btn-group-toggle>#gdpr-cc-btn-save input[type=checkbox],.btn-group-toggle>.btn-group>.btn input[type=radio],.btn-group-toggle>.btn-group>#gdpr-cc-btn-accept input[type=radio],.btn-group-toggle>.btn-group>#gdpr-cc-btn-save input[type=radio],.btn-group-toggle>.btn-group>.btn input[type=checkbox],.btn-group-toggle>.btn-group>#gdpr-cc-btn-accept input[type=checkbox],.btn-group-toggle>.btn-group>#gdpr-cc-btn-save input[type=checkbox]{position:absolute;clip:rect(0, 0, 0, 0);pointer-events:none}.input-group{position:relative;display:flex;flex-wrap:wrap;align-items:stretch;width:100%}.input-group>.form-control,.form-builder-form .input-group>textarea,.input-group>.form-control-plaintext,.input-group>.custom-select,.input-group>.custom-file{position:relative;flex:1 1 auto;width:1%;min-width:0;margin-bottom:0}.input-group>.form-control+.form-control,.form-builder-form .input-group>textarea+.form-control,.form-builder-form .input-group>.form-control+textarea,.form-builder-form .input-group>textarea+textarea,.input-group>.form-control+.custom-select,.form-builder-form .input-group>textarea+.custom-select,.input-group>.form-control+.custom-file,.form-builder-form .input-group>textarea+.custom-file,.input-group>.form-control-plaintext+.form-control,.form-builder-form .input-group>.form-control-plaintext+textarea,.input-group>.form-control-plaintext+.custom-select,.input-group>.form-control-plaintext+.custom-file,.input-group>.custom-select+.form-control,.form-builder-form .input-group>.custom-select+textarea,.input-group>.custom-select+.custom-select,.input-group>.custom-select+.custom-file,.input-group>.custom-file+.form-control,.form-builder-form .input-group>.custom-file+textarea,.input-group>.custom-file+.custom-select,.input-group>.custom-file+.custom-file{margin-left:-1px}.input-group>.form-control:focus,.form-builder-form .input-group>textarea:focus,.input-group>.custom-select:focus,.input-group>.custom-file .custom-file-input:focus~.custom-file-label{z-index:3}.input-group>.custom-file .custom-file-input:focus{z-index:4}.input-group>.form-control:not(:first-child),.form-builder-form .input-group>textarea:not(:first-child),.input-group>.custom-select:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.input-group>.custom-file{display:flex;align-items:center}.input-group>.custom-file:not(:last-child) .custom-file-label,.input-group>.custom-file:not(:last-child) .custom-file-label::after{border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.custom-file:not(:first-child) .custom-file-label{border-top-left-radius:0;border-bottom-left-radius:0}.input-group:not(.has-validation)>.form-control:not(:last-child),.form-builder-form .input-group:not(.has-validation)>textarea:not(:last-child),.input-group:not(.has-validation)>.custom-select:not(:last-child),.input-group:not(.has-validation)>.custom-file:not(:last-child) .custom-file-label,.input-group:not(.has-validation)>.custom-file:not(:last-child) .custom-file-label::after{border-top-right-radius:0;border-bottom-right-radius:0}.input-group.has-validation>.form-control:nth-last-child(n+3),.form-builder-form .input-group.has-validation>textarea:nth-last-child(n+3),.input-group.has-validation>.custom-select:nth-last-child(n+3),.input-group.has-validation>.custom-file:nth-last-child(n+3) .custom-file-label,.input-group.has-validation>.custom-file:nth-last-child(n+3) .custom-file-label::after{border-top-right-radius:0;border-bottom-right-radius:0}.input-group-prepend,.input-group-append{display:flex}.input-group-prepend .btn,.input-group-prepend #gdpr-cc-btn-accept,.input-group-prepend #gdpr-cc-btn-save,.input-group-append .btn,.input-group-append #gdpr-cc-btn-accept,.input-group-append #gdpr-cc-btn-save{position:relative;z-index:2}.input-group-prepend .btn:focus,.input-group-prepend #gdpr-cc-btn-accept:focus,.input-group-prepend #gdpr-cc-btn-save:focus,.input-group-append .btn:focus,.input-group-append #gdpr-cc-btn-accept:focus,.input-group-append #gdpr-cc-btn-save:focus{z-index:3}.input-group-prepend .btn+.btn,.input-group-prepend #gdpr-cc-btn-accept+.btn,.input-group-prepend #gdpr-cc-btn-save+.btn,.input-group-prepend .btn+#gdpr-cc-btn-accept,.input-group-prepend #gdpr-cc-btn-accept+#gdpr-cc-btn-accept,.input-group-prepend #gdpr-cc-btn-save+#gdpr-cc-btn-accept,.input-group-prepend .btn+#gdpr-cc-btn-save,.input-group-prepend #gdpr-cc-btn-accept+#gdpr-cc-btn-save,.input-group-prepend #gdpr-cc-btn-save+#gdpr-cc-btn-save,.input-group-prepend .btn+.input-group-text,.input-group-prepend #gdpr-cc-btn-accept+.input-group-text,.input-group-prepend #gdpr-cc-btn-save+.input-group-text,.input-group-prepend .input-group-text+.input-group-text,.input-group-prepend .input-group-text+.btn,.input-group-prepend .input-group-text+#gdpr-cc-btn-accept,.input-group-prepend .input-group-text+#gdpr-cc-btn-save,.input-group-append .btn+.btn,.input-group-append #gdpr-cc-btn-accept+.btn,.input-group-append #gdpr-cc-btn-save+.btn,.input-group-append .btn+#gdpr-cc-btn-accept,.input-group-append #gdpr-cc-btn-accept+#gdpr-cc-btn-accept,.input-group-append #gdpr-cc-btn-save+#gdpr-cc-btn-accept,.input-group-append .btn+#gdpr-cc-btn-save,.input-group-append #gdpr-cc-btn-accept+#gdpr-cc-btn-save,.input-group-append #gdpr-cc-btn-save+#gdpr-cc-btn-save,.input-group-append .btn+.input-group-text,.input-group-append #gdpr-cc-btn-accept+.input-group-text,.input-group-append #gdpr-cc-btn-save+.input-group-text,.input-group-append .input-group-text+.input-group-text,.input-group-append .input-group-text+.btn,.input-group-append .input-group-text+#gdpr-cc-btn-accept,.input-group-append .input-group-text+#gdpr-cc-btn-save{margin-left:-1px}.input-group-prepend{margin-right:-1px}.input-group-append{margin-left:-1px}.input-group-text{display:flex;align-items:center;padding:.375rem .75rem;margin-bottom:0;font-size:1.0625rem;font-weight:300;line-height:1.7;color:#495057;text-align:center;white-space:nowrap;background-color:#e9ecef;border:1px solid #ced4da;border-radius:0}.input-group-text input[type=radio],.input-group-text input[type=checkbox]{margin-top:0}.input-group-lg>.form-control:not(textarea),.form-builder-form .input-group-lg>textarea:not(textarea),.input-group-lg>.custom-select{height:calc(1.5em + 1rem + 2px)}.input-group-lg>.form-control,.form-builder-form .input-group-lg>textarea,.input-group-lg>.custom-select,.input-group-lg>.input-group-prepend>.input-group-text,.input-group-lg>.input-group-append>.input-group-text,.input-group-lg>.input-group-prepend>.btn,.input-group-lg>.input-group-prepend>#gdpr-cc-btn-accept,.input-group-lg>.input-group-prepend>#gdpr-cc-btn-save,.input-group-lg>.input-group-append>.btn,.input-group-lg>.input-group-append>#gdpr-cc-btn-accept,.input-group-lg>.input-group-append>#gdpr-cc-btn-save{padding:.5rem 1rem;font-size:1.328125rem;line-height:1.5;border-radius:0}@media(max-width: 1200px){.input-group-lg>.form-control,.form-builder-form .input-group-lg>textarea,.input-group-lg>.custom-select,.input-group-lg>.input-group-prepend>.input-group-text,.input-group-lg>.input-group-append>.input-group-text,.input-group-lg>.input-group-prepend>.btn,.input-group-lg>.input-group-prepend>#gdpr-cc-btn-accept,.input-group-lg>.input-group-prepend>#gdpr-cc-btn-save,.input-group-lg>.input-group-append>.btn,.input-group-lg>.input-group-append>#gdpr-cc-btn-accept,.input-group-lg>.input-group-append>#gdpr-cc-btn-save{font-size:calc(1.2578125rem + 0.09375vw)}}.input-group-sm>.form-control:not(textarea),.form-builder-form .input-group-sm>textarea:not(textarea),.input-group-sm>.custom-select{height:calc(1.5em + 0.5rem + 2px)}.input-group-sm>.form-control,.form-builder-form .input-group-sm>textarea,.input-group-sm>.custom-select,.input-group-sm>.input-group-prepend>.input-group-text,.input-group-sm>.input-group-append>.input-group-text,.input-group-sm>.input-group-prepend>.btn,.input-group-sm>.input-group-prepend>#gdpr-cc-btn-accept,.input-group-sm>.input-group-prepend>#gdpr-cc-btn-save,.input-group-sm>.input-group-append>.btn,.input-group-sm>.input-group-append>#gdpr-cc-btn-accept,.input-group-sm>.input-group-append>#gdpr-cc-btn-save{padding:.25rem .5rem;font-size:0.9296875rem;line-height:1.5;border-radius:0}.input-group-lg>.custom-select,.input-group-sm>.custom-select{padding-right:1.75rem}.input-group>.input-group-prepend>.btn,.input-group>.input-group-prepend>#gdpr-cc-btn-accept,.input-group>.input-group-prepend>#gdpr-cc-btn-save,.input-group>.input-group-prepend>.input-group-text,.input-group:not(.has-validation)>.input-group-append:not(:last-child)>.btn,.input-group:not(.has-validation)>.input-group-append:not(:last-child)>#gdpr-cc-btn-accept,.input-group:not(.has-validation)>.input-group-append:not(:last-child)>#gdpr-cc-btn-save,.input-group:not(.has-validation)>.input-group-append:not(:last-child)>.input-group-text,.input-group.has-validation>.input-group-append:nth-last-child(n+3)>.btn,.input-group.has-validation>.input-group-append:nth-last-child(n+3)>#gdpr-cc-btn-accept,.input-group.has-validation>.input-group-append:nth-last-child(n+3)>#gdpr-cc-btn-save,.input-group.has-validation>.input-group-append:nth-last-child(n+3)>.input-group-text,.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group>.input-group-append:last-child>#gdpr-cc-btn-accept:not(:last-child):not(.dropdown-toggle),.input-group>.input-group-append:last-child>#gdpr-cc-btn-save:not(:last-child):not(.dropdown-toggle),.input-group>.input-group-append:last-child>.input-group-text:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.input-group-append>.btn,.input-group>.input-group-append>#gdpr-cc-btn-accept,.input-group>.input-group-append>#gdpr-cc-btn-save,.input-group>.input-group-append>.input-group-text,.input-group>.input-group-prepend:not(:first-child)>.btn,.input-group>.input-group-prepend:not(:first-child)>#gdpr-cc-btn-accept,.input-group>.input-group-prepend:not(:first-child)>#gdpr-cc-btn-save,.input-group>.input-group-prepend:not(:first-child)>.input-group-text,.input-group>.input-group-prepend:first-child>.btn:not(:first-child),.input-group>.input-group-prepend:first-child>#gdpr-cc-btn-accept:not(:first-child),.input-group>.input-group-prepend:first-child>#gdpr-cc-btn-save:not(:first-child),.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.nav{display:flex;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.nav-link,.tab-nav-link,.mobile-menu a{display:block;padding:.5rem 1rem}.nav-link:hover,.tab-nav-link:hover,.mobile-menu a:hover,.nav-link:focus,.tab-nav-link:focus,.mobile-menu a:focus{text-decoration:none}.nav-link.disabled,.disabled.tab-nav-link,.mobile-menu a.disabled{color:#6c757d;pointer-events:none;cursor:default}.nav-tabs{border-bottom:1px solid #dee2e6}.nav-tabs .nav-link,.nav-tabs .tab-nav-link,.nav-tabs .mobile-menu a,.mobile-menu .nav-tabs a{margin-bottom:-1px;background-color:rgba(0,0,0,0);border:1px solid rgba(0,0,0,0);border-top-left-radius:0;border-top-right-radius:0}.nav-tabs .nav-link:hover,.nav-tabs .tab-nav-link:hover,.nav-tabs .mobile-menu a:hover,.mobile-menu .nav-tabs a:hover,.nav-tabs .nav-link:focus,.nav-tabs .tab-nav-link:focus,.nav-tabs .mobile-menu a:focus,.mobile-menu .nav-tabs a:focus{isolation:isolate;border-color:#e9ecef #e9ecef #dee2e6}.nav-tabs .nav-link.disabled,.nav-tabs .disabled.tab-nav-link,.nav-tabs .mobile-menu a.disabled,.mobile-menu .nav-tabs a.disabled{color:#6c757d;background-color:rgba(0,0,0,0);border-color:rgba(0,0,0,0)}.nav-tabs .nav-link.active,.nav-tabs .nav-link.active-tabbed,.nav-tabs .nav-link.navtab-link:hover,.nav-tabs .active.tab-nav-link,.nav-tabs .tab-nav-link.active-tabbed,.nav-tabs .tab-nav-link.navtab-link:hover,.nav-tabs .nav-link.tab-active,.nav-tabs .tab-active.tab-nav-link,.nav-tabs .nav-link.toc-active,.nav-tabs .toc-active.tab-nav-link,.nav-tabs .mobile-menu a.active,.nav-tabs .mobile-menu a.active-tabbed,.nav-tabs .mobile-menu a.navtab-link:hover,.nav-tabs .mobile-menu a.tab-active,.nav-tabs .mobile-menu a.toc-active,.mobile-menu .nav-tabs a.active,.mobile-menu .nav-tabs a.active-tabbed,.mobile-menu .nav-tabs a.navtab-link:hover,.mobile-menu .nav-tabs a.tab-active,.mobile-menu .nav-tabs a.toc-active,.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-item.show .tab-nav-link,.nav-tabs .show.tab-nav-item .nav-link,.nav-tabs .show.tab-nav-item .tab-nav-link,.nav-tabs .nav-item.show .mobile-menu a,.nav-tabs .show.tab-nav-item .mobile-menu a,.mobile-menu .nav-tabs .nav-item.show a,.mobile-menu .nav-tabs .show.tab-nav-item a,.nav-tabs .mobile-menu li.show .nav-link,.nav-tabs .mobile-menu li.show .tab-nav-link,.nav-tabs .mobile-menu li.show a,.mobile-menu .nav-tabs li.show .nav-link,.mobile-menu .nav-tabs li.show .tab-nav-link,.mobile-menu .nav-tabs li.show a{color:#495057;background-color:#fff;border-color:#dee2e6 #dee2e6 #fff}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.nav-pills .nav-link,.nav-pills .tab-nav-link,.nav-pills .mobile-menu a,.mobile-menu .nav-pills a{background:none;border:0;border-radius:0}.nav-pills .nav-link.active,.nav-pills .nav-link.active-tabbed,.nav-pills .nav-tabs .nav-link.navtab-link:hover,.nav-tabs .nav-pills .nav-link.navtab-link:hover,.nav-pills .active.tab-nav-link,.nav-pills .tab-nav-link.active-tabbed,.nav-pills .nav-tabs .tab-nav-link.navtab-link:hover,.nav-tabs .nav-pills .tab-nav-link.navtab-link:hover,.nav-pills .nav-link.tab-active,.nav-pills .tab-active.tab-nav-link,.nav-pills .nav-link.toc-active,.nav-pills .toc-active.tab-nav-link,.nav-pills .mobile-menu a.active,.nav-pills .mobile-menu a.active-tabbed,.nav-pills .mobile-menu .nav-tabs a.navtab-link:hover,.nav-tabs .nav-pills .mobile-menu a.navtab-link:hover,.nav-pills .mobile-menu a.tab-active,.nav-pills .mobile-menu a.toc-active,.mobile-menu .nav-pills a.active,.mobile-menu .nav-pills a.active-tabbed,.mobile-menu .nav-pills .nav-tabs a.navtab-link:hover,.nav-tabs .mobile-menu .nav-pills a.navtab-link:hover,.mobile-menu .nav-pills a.tab-active,.mobile-menu .nav-pills a.toc-active,.nav-pills .show>.nav-link,.nav-pills .show>.tab-nav-link,.nav-pills .mobile-menu .show>a,.mobile-menu .nav-pills .show>a{color:#fff;background-color:#da2126}.nav-fill>.nav-link,.nav-fill>.tab-nav-link,.mobile-menu .nav-fill>a,.nav-fill .nav-item,.nav-fill .tab-nav-item,.nav-fill .mobile-menu li,.mobile-menu .nav-fill li{flex:1 1 auto;text-align:center}.nav-justified>.nav-link,.nav-justified>.tab-nav-link,.mobile-menu .nav-justified>a,.nav-justified .nav-item,.nav-justified .tab-nav-item,.nav-justified .mobile-menu li,.mobile-menu .nav-justified li{flex-basis:0;flex-grow:1;text-align:center}.tab-content>.tab-pane{display:none}.tab-content>.active,.tab-content>.active-tabbed,.nav-tabs .tab-content>.navtab-link:hover,.tab-content>.tab-active,.tab-content>.toc-active{display:block}.navbar{position:relative;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;padding:.5rem 1rem}.navbar .container,.navbar .container-fluid,.navbar .container-sm,.navbar .container-md,.navbar .container-lg,.navbar .container-xl{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between}.navbar-brand{display:inline-block;padding-top:.27421875rem;padding-bottom:.27421875rem;margin-right:1rem;font-size:1.328125rem;line-height:inherit;white-space:nowrap}@media(max-width: 1200px){.navbar-brand{font-size:calc(1.2578125rem + 0.09375vw)}}.navbar-brand:hover,.navbar-brand:focus{text-decoration:none}.navbar-nav,.mobile-menu ul,.mobile-menu ul>div,.navbar-nav>div,.mobile-menu ul>div>div{display:flex;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none}.navbar-nav .nav-link,.navbar-nav .tab-nav-link,.navbar-nav .mobile-menu a,.mobile-menu .navbar-nav a,.mobile-menu ul .nav-link,.mobile-menu ul .tab-nav-link,.mobile-menu ul a{padding-right:0;padding-left:0}.navbar-nav .dropdown-menu,.mobile-menu ul .dropdown-menu{position:static;float:none}.navbar-text{display:inline-block;padding-top:.5rem;padding-bottom:.5rem}.navbar-collapse{flex-basis:100%;flex-grow:1;align-items:center}.navbar-toggler{padding:.25rem .75rem;font-size:1.328125rem;line-height:1;background-color:rgba(0,0,0,0);border:1px solid rgba(0,0,0,0);border-radius:0}@media(max-width: 1200px){.navbar-toggler{font-size:calc(1.2578125rem + 0.09375vw)}}.navbar-toggler:hover,.navbar-toggler:focus{text-decoration:none}.navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;content:"";background:50%/100% 100% no-repeat}.navbar-nav-scroll{max-height:75vh;overflow-y:auto}@media(max-width: 575.98px){.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid,.navbar-expand-sm>.container-sm,.navbar-expand-sm>.container-md,.navbar-expand-sm>.container-lg,.navbar-expand-sm>.container-xl{padding-right:0;padding-left:0}}@media(min-width: 576px){.navbar-expand-sm{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand-sm .navbar-nav,.navbar-expand-sm .mobile-menu ul,.mobile-menu .navbar-expand-sm ul,.navbar-expand-sm .mobile-menu ul>div,.mobile-menu .navbar-expand-sm ul>div,.navbar-expand-sm .navbar-nav>div,.navbar-expand-sm .mobile-menu ul>div>div,.mobile-menu .navbar-expand-sm ul>div>div{flex-direction:row}.navbar-expand-sm .navbar-nav .dropdown-menu,.navbar-expand-sm .mobile-menu ul .dropdown-menu,.mobile-menu .navbar-expand-sm ul .dropdown-menu{position:absolute}.navbar-expand-sm .navbar-nav .nav-link,.navbar-expand-sm .navbar-nav .tab-nav-link,.navbar-expand-sm .navbar-nav .mobile-menu a,.mobile-menu .navbar-expand-sm .navbar-nav a,.navbar-expand-sm .mobile-menu ul .nav-link,.navbar-expand-sm .mobile-menu ul .tab-nav-link,.navbar-expand-sm .mobile-menu ul a,.mobile-menu .navbar-expand-sm ul .nav-link,.mobile-menu .navbar-expand-sm ul .tab-nav-link,.mobile-menu .navbar-expand-sm ul a{padding-right:.5rem;padding-left:.5rem}.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid,.navbar-expand-sm>.container-sm,.navbar-expand-sm>.container-md,.navbar-expand-sm>.container-lg,.navbar-expand-sm>.container-xl{flex-wrap:nowrap}.navbar-expand-sm .navbar-nav-scroll{overflow:visible}.navbar-expand-sm .navbar-collapse{display:flex !important;flex-basis:auto}.navbar-expand-sm .navbar-toggler{display:none}}@media(max-width: 767.98px){.navbar-expand-md>.container,.navbar-expand-md>.container-fluid,.navbar-expand-md>.container-sm,.navbar-expand-md>.container-md,.navbar-expand-md>.container-lg,.navbar-expand-md>.container-xl{padding-right:0;padding-left:0}}@media(min-width: 768px){.navbar-expand-md{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand-md .navbar-nav,.navbar-expand-md .mobile-menu ul,.mobile-menu .navbar-expand-md ul,.navbar-expand-md .mobile-menu ul>div,.mobile-menu .navbar-expand-md ul>div,.navbar-expand-md .navbar-nav>div,.navbar-expand-md .mobile-menu ul>div>div,.mobile-menu .navbar-expand-md ul>div>div{flex-direction:row}.navbar-expand-md .navbar-nav .dropdown-menu,.navbar-expand-md .mobile-menu ul .dropdown-menu,.mobile-menu .navbar-expand-md ul .dropdown-menu{position:absolute}.navbar-expand-md .navbar-nav .nav-link,.navbar-expand-md .navbar-nav .tab-nav-link,.navbar-expand-md .navbar-nav .mobile-menu a,.mobile-menu .navbar-expand-md .navbar-nav a,.navbar-expand-md .mobile-menu ul .nav-link,.navbar-expand-md .mobile-menu ul .tab-nav-link,.navbar-expand-md .mobile-menu ul a,.mobile-menu .navbar-expand-md ul .nav-link,.mobile-menu .navbar-expand-md ul .tab-nav-link,.mobile-menu .navbar-expand-md ul a{padding-right:.5rem;padding-left:.5rem}.navbar-expand-md>.container,.navbar-expand-md>.container-fluid,.navbar-expand-md>.container-sm,.navbar-expand-md>.container-md,.navbar-expand-md>.container-lg,.navbar-expand-md>.container-xl{flex-wrap:nowrap}.navbar-expand-md .navbar-nav-scroll{overflow:visible}.navbar-expand-md .navbar-collapse{display:flex !important;flex-basis:auto}.navbar-expand-md .navbar-toggler{display:none}}@media(max-width: 991.98px){.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid,.navbar-expand-lg>.container-sm,.navbar-expand-lg>.container-md,.navbar-expand-lg>.container-lg,.navbar-expand-lg>.container-xl{padding-right:0;padding-left:0}}@media(min-width: 992px){.navbar-expand-lg{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand-lg .navbar-nav,.navbar-expand-lg .mobile-menu ul,.mobile-menu .navbar-expand-lg ul,.navbar-expand-lg .mobile-menu ul>div,.mobile-menu .navbar-expand-lg ul>div,.navbar-expand-lg .navbar-nav>div,.navbar-expand-lg .mobile-menu ul>div>div,.mobile-menu .navbar-expand-lg ul>div>div{flex-direction:row}.navbar-expand-lg .navbar-nav .dropdown-menu,.navbar-expand-lg .mobile-menu ul .dropdown-menu,.mobile-menu .navbar-expand-lg ul .dropdown-menu{position:absolute}.navbar-expand-lg .navbar-nav .nav-link,.navbar-expand-lg .navbar-nav .tab-nav-link,.navbar-expand-lg .navbar-nav .mobile-menu a,.mobile-menu .navbar-expand-lg .navbar-nav a,.navbar-expand-lg .mobile-menu ul .nav-link,.navbar-expand-lg .mobile-menu ul .tab-nav-link,.navbar-expand-lg .mobile-menu ul a,.mobile-menu .navbar-expand-lg ul .nav-link,.mobile-menu .navbar-expand-lg ul .tab-nav-link,.mobile-menu .navbar-expand-lg ul a{padding-right:.5rem;padding-left:.5rem}.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid,.navbar-expand-lg>.container-sm,.navbar-expand-lg>.container-md,.navbar-expand-lg>.container-lg,.navbar-expand-lg>.container-xl{flex-wrap:nowrap}.navbar-expand-lg .navbar-nav-scroll{overflow:visible}.navbar-expand-lg .navbar-collapse{display:flex !important;flex-basis:auto}.navbar-expand-lg .navbar-toggler{display:none}}@media(max-width: 1199.98px){.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid,.navbar-expand-xl>.container-sm,.navbar-expand-xl>.container-md,.navbar-expand-xl>.container-lg,.navbar-expand-xl>.container-xl{padding-right:0;padding-left:0}}@media(min-width: 1200px){.navbar-expand-xl{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand-xl .navbar-nav,.navbar-expand-xl .mobile-menu ul,.mobile-menu .navbar-expand-xl ul,.navbar-expand-xl .mobile-menu ul>div,.mobile-menu .navbar-expand-xl ul>div,.navbar-expand-xl .navbar-nav>div,.navbar-expand-xl .mobile-menu ul>div>div,.mobile-menu .navbar-expand-xl ul>div>div{flex-direction:row}.navbar-expand-xl .navbar-nav .dropdown-menu,.navbar-expand-xl .mobile-menu ul .dropdown-menu,.mobile-menu .navbar-expand-xl ul .dropdown-menu{position:absolute}.navbar-expand-xl .navbar-nav .nav-link,.navbar-expand-xl .navbar-nav .tab-nav-link,.navbar-expand-xl .navbar-nav .mobile-menu a,.mobile-menu .navbar-expand-xl .navbar-nav a,.navbar-expand-xl .mobile-menu ul .nav-link,.navbar-expand-xl .mobile-menu ul .tab-nav-link,.navbar-expand-xl .mobile-menu ul a,.mobile-menu .navbar-expand-xl ul .nav-link,.mobile-menu .navbar-expand-xl ul .tab-nav-link,.mobile-menu .navbar-expand-xl ul a{padding-right:.5rem;padding-left:.5rem}.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid,.navbar-expand-xl>.container-sm,.navbar-expand-xl>.container-md,.navbar-expand-xl>.container-lg,.navbar-expand-xl>.container-xl{flex-wrap:nowrap}.navbar-expand-xl .navbar-nav-scroll{overflow:visible}.navbar-expand-xl .navbar-collapse{display:flex !important;flex-basis:auto}.navbar-expand-xl .navbar-toggler{display:none}}.navbar-expand{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand>.container,.navbar-expand>.container-fluid,.navbar-expand>.container-sm,.navbar-expand>.container-md,.navbar-expand>.container-lg,.navbar-expand>.container-xl{padding-right:0;padding-left:0}.navbar-expand .navbar-nav,.navbar-expand .mobile-menu ul,.mobile-menu .navbar-expand ul,.navbar-expand .mobile-menu ul>div,.mobile-menu .navbar-expand ul>div,.navbar-expand .navbar-nav>div,.navbar-expand .mobile-menu ul>div>div,.mobile-menu .navbar-expand ul>div>div{flex-direction:row}.navbar-expand .navbar-nav .dropdown-menu,.navbar-expand .mobile-menu ul .dropdown-menu,.mobile-menu .navbar-expand ul .dropdown-menu{position:absolute}.navbar-expand .navbar-nav .nav-link,.navbar-expand .navbar-nav .tab-nav-link,.navbar-expand .navbar-nav .mobile-menu a,.mobile-menu .navbar-expand .navbar-nav a,.navbar-expand .mobile-menu ul .nav-link,.navbar-expand .mobile-menu ul .tab-nav-link,.navbar-expand .mobile-menu ul a,.mobile-menu .navbar-expand ul .nav-link,.mobile-menu .navbar-expand ul .tab-nav-link,.mobile-menu .navbar-expand ul a{padding-right:.5rem;padding-left:.5rem}.navbar-expand>.container,.navbar-expand>.container-fluid,.navbar-expand>.container-sm,.navbar-expand>.container-md,.navbar-expand>.container-lg,.navbar-expand>.container-xl{flex-wrap:nowrap}.navbar-expand .navbar-nav-scroll{overflow:visible}.navbar-expand .navbar-collapse{display:flex !important;flex-basis:auto}.navbar-expand .navbar-toggler{display:none}.navbar-light .navbar-brand{color:rgba(0,0,0,.9)}.navbar-light .navbar-brand:hover,.navbar-light .navbar-brand:focus{color:rgba(0,0,0,.9)}.navbar-light .navbar-nav .nav-link,.navbar-light .navbar-nav .tab-nav-link,.navbar-light .navbar-nav .mobile-menu a,.mobile-menu .navbar-light .navbar-nav a,.navbar-light .mobile-menu ul .nav-link,.navbar-light .mobile-menu ul .tab-nav-link,.navbar-light .mobile-menu ul a,.mobile-menu .navbar-light ul .nav-link,.mobile-menu .navbar-light ul .tab-nav-link,.mobile-menu .navbar-light ul a{color:rgba(0,0,0,.5)}.navbar-light .navbar-nav .nav-link:hover,.navbar-light .navbar-nav .tab-nav-link:hover,.navbar-light .navbar-nav .mobile-menu a:hover,.mobile-menu .navbar-light .navbar-nav a:hover,.navbar-light .mobile-menu ul .nav-link:hover,.navbar-light .mobile-menu ul .tab-nav-link:hover,.navbar-light .mobile-menu ul a:hover,.mobile-menu .navbar-light ul .nav-link:hover,.mobile-menu .navbar-light ul .tab-nav-link:hover,.mobile-menu .navbar-light ul a:hover,.navbar-light .navbar-nav .nav-link:focus,.navbar-light .navbar-nav .tab-nav-link:focus,.navbar-light .navbar-nav .mobile-menu a:focus,.mobile-menu .navbar-light .navbar-nav a:focus,.navbar-light .mobile-menu ul .nav-link:focus,.navbar-light .mobile-menu ul .tab-nav-link:focus,.navbar-light .mobile-menu ul a:focus,.mobile-menu .navbar-light ul .nav-link:focus,.mobile-menu .navbar-light ul .tab-nav-link:focus,.mobile-menu .navbar-light ul a:focus{color:rgba(0,0,0,.7)}.navbar-light .navbar-nav .nav-link.disabled,.navbar-light .navbar-nav .disabled.tab-nav-link,.navbar-light .navbar-nav .mobile-menu a.disabled,.mobile-menu .navbar-light .navbar-nav a.disabled,.navbar-light .mobile-menu ul .nav-link.disabled,.navbar-light .mobile-menu ul .disabled.tab-nav-link,.navbar-light .mobile-menu ul a.disabled,.mobile-menu .navbar-light ul .nav-link.disabled,.mobile-menu .navbar-light ul .disabled.tab-nav-link,.mobile-menu .navbar-light ul a.disabled{color:rgba(0,0,0,.3)}.navbar-light .navbar-nav .show>.nav-link,.navbar-light .navbar-nav .show>.tab-nav-link,.navbar-light .navbar-nav .mobile-menu .show>a,.mobile-menu .navbar-light .navbar-nav .show>a,.navbar-light .mobile-menu ul .show>.nav-link,.navbar-light .mobile-menu ul .show>.tab-nav-link,.navbar-light .mobile-menu ul .show>a,.mobile-menu .navbar-light ul .show>.nav-link,.mobile-menu .navbar-light ul .show>.tab-nav-link,.mobile-menu .navbar-light ul .show>a,.navbar-light .navbar-nav .active>.nav-link,.navbar-light .navbar-nav .active-tabbed>.nav-link,.navbar-light .navbar-nav .nav-tabs .navtab-link:hover>.nav-link,.nav-tabs .navbar-light .navbar-nav .navtab-link:hover>.nav-link,.navbar-light .navbar-nav .active>.tab-nav-link,.navbar-light .navbar-nav .active-tabbed>.tab-nav-link,.navbar-light .navbar-nav .nav-tabs .navtab-link:hover>.tab-nav-link,.nav-tabs .navbar-light .navbar-nav .navtab-link:hover>.tab-nav-link,.navbar-light .navbar-nav .tab-active>.nav-link,.navbar-light .navbar-nav .tab-active>.tab-nav-link,.navbar-light .navbar-nav .toc-active>.nav-link,.navbar-light .navbar-nav .toc-active>.tab-nav-link,.navbar-light .navbar-nav .mobile-menu .active>a,.navbar-light .navbar-nav .mobile-menu .active-tabbed>a,.navbar-light .navbar-nav .mobile-menu .nav-tabs .navtab-link:hover>a,.nav-tabs .navbar-light .navbar-nav .mobile-menu .navtab-link:hover>a,.navbar-light .navbar-nav .mobile-menu .tab-active>a,.navbar-light .navbar-nav .mobile-menu .toc-active>a,.mobile-menu .navbar-light .navbar-nav .active>a,.mobile-menu .navbar-light .navbar-nav .active-tabbed>a,.mobile-menu .navbar-light .navbar-nav .nav-tabs .navtab-link:hover>a,.nav-tabs .mobile-menu .navbar-light .navbar-nav .navtab-link:hover>a,.mobile-menu .navbar-light .navbar-nav .tab-active>a,.mobile-menu .navbar-light .navbar-nav .toc-active>a,.navbar-light .mobile-menu ul .active>.nav-link,.navbar-light .mobile-menu ul .active-tabbed>.nav-link,.navbar-light .mobile-menu ul .nav-tabs .navtab-link:hover>.nav-link,.nav-tabs .navbar-light .mobile-menu ul .navtab-link:hover>.nav-link,.navbar-light .mobile-menu ul .active>.tab-nav-link,.navbar-light .mobile-menu ul .active-tabbed>.tab-nav-link,.navbar-light .mobile-menu ul .nav-tabs .navtab-link:hover>.tab-nav-link,.nav-tabs .navbar-light .mobile-menu ul .navtab-link:hover>.tab-nav-link,.navbar-light .mobile-menu ul .tab-active>.nav-link,.navbar-light .mobile-menu ul .tab-active>.tab-nav-link,.navbar-light .mobile-menu ul .toc-active>.nav-link,.navbar-light .mobile-menu ul .toc-active>.tab-nav-link,.navbar-light .mobile-menu ul .active>a,.navbar-light .mobile-menu ul .active-tabbed>a,.navbar-light .mobile-menu ul .nav-tabs .navtab-link:hover>a,.nav-tabs .navbar-light .mobile-menu ul .navtab-link:hover>a,.navbar-light .mobile-menu ul .tab-active>a,.navbar-light .mobile-menu ul .toc-active>a,.mobile-menu .navbar-light ul .active>.nav-link,.mobile-menu .navbar-light ul .active-tabbed>.nav-link,.mobile-menu .navbar-light ul .nav-tabs .navtab-link:hover>.nav-link,.nav-tabs .mobile-menu .navbar-light ul .navtab-link:hover>.nav-link,.mobile-menu .navbar-light ul .active>.tab-nav-link,.mobile-menu .navbar-light ul .active-tabbed>.tab-nav-link,.mobile-menu .navbar-light ul .nav-tabs .navtab-link:hover>.tab-nav-link,.nav-tabs .mobile-menu .navbar-light ul .navtab-link:hover>.tab-nav-link,.mobile-menu .navbar-light ul .tab-active>.nav-link,.mobile-menu .navbar-light ul .tab-active>.tab-nav-link,.mobile-menu .navbar-light ul .toc-active>.nav-link,.mobile-menu .navbar-light ul .toc-active>.tab-nav-link,.mobile-menu .navbar-light ul .active>a,.mobile-menu .navbar-light ul .active-tabbed>a,.mobile-menu .navbar-light ul .nav-tabs .navtab-link:hover>a,.nav-tabs .mobile-menu .navbar-light ul .navtab-link:hover>a,.mobile-menu .navbar-light ul .tab-active>a,.mobile-menu .navbar-light ul .toc-active>a,.navbar-light .navbar-nav .nav-link.show,.navbar-light .navbar-nav .show.tab-nav-link,.navbar-light .navbar-nav .mobile-menu a.show,.mobile-menu .navbar-light .navbar-nav a.show,.navbar-light .mobile-menu ul .nav-link.show,.navbar-light .mobile-menu ul .show.tab-nav-link,.navbar-light .mobile-menu ul a.show,.mobile-menu .navbar-light ul .nav-link.show,.mobile-menu .navbar-light ul .show.tab-nav-link,.mobile-menu .navbar-light ul a.show,.navbar-light .navbar-nav .nav-link.active,.navbar-light .navbar-nav .nav-link.active-tabbed,.navbar-light .navbar-nav .nav-tabs .nav-link.navtab-link:hover,.nav-tabs .navbar-light .navbar-nav .nav-link.navtab-link:hover,.navbar-light .navbar-nav .active.tab-nav-link,.navbar-light .navbar-nav .tab-nav-link.active-tabbed,.navbar-light .navbar-nav .nav-tabs .tab-nav-link.navtab-link:hover,.nav-tabs .navbar-light .navbar-nav .tab-nav-link.navtab-link:hover,.navbar-light .navbar-nav .nav-link.tab-active,.navbar-light .navbar-nav .tab-active.tab-nav-link,.navbar-light .navbar-nav .nav-link.toc-active,.navbar-light .navbar-nav .toc-active.tab-nav-link,.navbar-light .navbar-nav .mobile-menu a.active,.navbar-light .navbar-nav .mobile-menu a.active-tabbed,.navbar-light .navbar-nav .mobile-menu .nav-tabs a.navtab-link:hover,.nav-tabs .navbar-light .navbar-nav .mobile-menu a.navtab-link:hover,.navbar-light .navbar-nav .mobile-menu a.tab-active,.navbar-light .navbar-nav .mobile-menu a.toc-active,.mobile-menu .navbar-light .navbar-nav a.active,.mobile-menu .navbar-light .navbar-nav a.active-tabbed,.mobile-menu .navbar-light .navbar-nav .nav-tabs a.navtab-link:hover,.nav-tabs .mobile-menu .navbar-light .navbar-nav a.navtab-link:hover,.mobile-menu .navbar-light .navbar-nav a.tab-active,.mobile-menu .navbar-light .navbar-nav a.toc-active,.navbar-light .mobile-menu ul .nav-link.active,.navbar-light .mobile-menu ul .nav-link.active-tabbed,.navbar-light .mobile-menu ul .nav-tabs .nav-link.navtab-link:hover,.nav-tabs .navbar-light .mobile-menu ul .nav-link.navtab-link:hover,.navbar-light .mobile-menu ul .active.tab-nav-link,.navbar-light .mobile-menu ul .tab-nav-link.active-tabbed,.navbar-light .mobile-menu ul .nav-tabs .tab-nav-link.navtab-link:hover,.nav-tabs .navbar-light .mobile-menu ul .tab-nav-link.navtab-link:hover,.navbar-light .mobile-menu ul .nav-link.tab-active,.navbar-light .mobile-menu ul .tab-active.tab-nav-link,.navbar-light .mobile-menu ul .nav-link.toc-active,.navbar-light .mobile-menu ul .toc-active.tab-nav-link,.navbar-light .mobile-menu ul a.active,.navbar-light .mobile-menu ul a.active-tabbed,.navbar-light .mobile-menu ul .nav-tabs a.navtab-link:hover,.nav-tabs .navbar-light .mobile-menu ul a.navtab-link:hover,.navbar-light .mobile-menu ul a.tab-active,.navbar-light .mobile-menu ul a.toc-active,.mobile-menu .navbar-light ul .nav-link.active,.mobile-menu .navbar-light ul .nav-link.active-tabbed,.mobile-menu .navbar-light ul .nav-tabs .nav-link.navtab-link:hover,.nav-tabs .mobile-menu .navbar-light ul .nav-link.navtab-link:hover,.mobile-menu .navbar-light ul .active.tab-nav-link,.mobile-menu .navbar-light ul .tab-nav-link.active-tabbed,.mobile-menu .navbar-light ul .nav-tabs .tab-nav-link.navtab-link:hover,.nav-tabs .mobile-menu .navbar-light ul .tab-nav-link.navtab-link:hover,.mobile-menu .navbar-light ul .nav-link.tab-active,.mobile-menu .navbar-light ul .tab-active.tab-nav-link,.mobile-menu .navbar-light ul .nav-link.toc-active,.mobile-menu .navbar-light ul .toc-active.tab-nav-link,.mobile-menu .navbar-light ul a.active,.mobile-menu .navbar-light ul a.active-tabbed,.mobile-menu .navbar-light ul .nav-tabs a.navtab-link:hover,.nav-tabs .mobile-menu .navbar-light ul a.navtab-link:hover,.mobile-menu .navbar-light ul a.tab-active,.mobile-menu .navbar-light ul a.toc-active{color:rgba(0,0,0,.9)}.navbar-light .navbar-toggler{color:rgba(0,0,0,.5);border-color:rgba(0,0,0,.1)}.navbar-light .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2730%27 height=%2730%27 viewBox=%270 0 30 30%27%3e%3cpath stroke=%27rgba%280, 0, 0, 0.5%29%27 stroke-linecap=%27round%27 stroke-miterlimit=%2710%27 stroke-width=%272%27 d=%27M4 7h22M4 15h22M4 23h22%27/%3e%3c/svg%3e")}.navbar-light .navbar-text{color:rgba(0,0,0,.5)}.navbar-light .navbar-text a{color:rgba(0,0,0,.9)}.navbar-light .navbar-text a:hover,.navbar-light .navbar-text a:focus{color:rgba(0,0,0,.9)}.navbar-dark .navbar-brand{color:#fff}.navbar-dark .navbar-brand:hover,.navbar-dark .navbar-brand:focus{color:#fff}.navbar-dark .navbar-nav .nav-link,.navbar-dark .navbar-nav .tab-nav-link,.navbar-dark .navbar-nav .mobile-menu a,.mobile-menu .navbar-dark .navbar-nav a,.navbar-dark .mobile-menu ul .nav-link,.navbar-dark .mobile-menu ul .tab-nav-link,.navbar-dark .mobile-menu ul a,.mobile-menu .navbar-dark ul .nav-link,.mobile-menu .navbar-dark ul .tab-nav-link,.mobile-menu .navbar-dark ul a{color:hsla(0,0%,100%,.5)}.navbar-dark .navbar-nav .nav-link:hover,.navbar-dark .navbar-nav .tab-nav-link:hover,.navbar-dark .navbar-nav .mobile-menu a:hover,.mobile-menu .navbar-dark .navbar-nav a:hover,.navbar-dark .mobile-menu ul .nav-link:hover,.navbar-dark .mobile-menu ul .tab-nav-link:hover,.navbar-dark .mobile-menu ul a:hover,.mobile-menu .navbar-dark ul .nav-link:hover,.mobile-menu .navbar-dark ul .tab-nav-link:hover,.mobile-menu .navbar-dark ul a:hover,.navbar-dark .navbar-nav .nav-link:focus,.navbar-dark .navbar-nav .tab-nav-link:focus,.navbar-dark .navbar-nav .mobile-menu a:focus,.mobile-menu .navbar-dark .navbar-nav a:focus,.navbar-dark .mobile-menu ul .nav-link:focus,.navbar-dark .mobile-menu ul .tab-nav-link:focus,.navbar-dark .mobile-menu ul a:focus,.mobile-menu .navbar-dark ul .nav-link:focus,.mobile-menu .navbar-dark ul .tab-nav-link:focus,.mobile-menu .navbar-dark ul a:focus{color:hsla(0,0%,100%,.75)}.navbar-dark .navbar-nav .nav-link.disabled,.navbar-dark .navbar-nav .disabled.tab-nav-link,.navbar-dark .navbar-nav .mobile-menu a.disabled,.mobile-menu .navbar-dark .navbar-nav a.disabled,.navbar-dark .mobile-menu ul .nav-link.disabled,.navbar-dark .mobile-menu ul .disabled.tab-nav-link,.navbar-dark .mobile-menu ul a.disabled,.mobile-menu .navbar-dark ul .nav-link.disabled,.mobile-menu .navbar-dark ul .disabled.tab-nav-link,.mobile-menu .navbar-dark ul a.disabled{color:hsla(0,0%,100%,.25)}.navbar-dark .navbar-nav .show>.nav-link,.navbar-dark .navbar-nav .show>.tab-nav-link,.navbar-dark .navbar-nav .mobile-menu .show>a,.mobile-menu .navbar-dark .navbar-nav .show>a,.navbar-dark .mobile-menu ul .show>.nav-link,.navbar-dark .mobile-menu ul .show>.tab-nav-link,.navbar-dark .mobile-menu ul .show>a,.mobile-menu .navbar-dark ul .show>.nav-link,.mobile-menu .navbar-dark ul .show>.tab-nav-link,.mobile-menu .navbar-dark ul .show>a,.navbar-dark .navbar-nav .active>.nav-link,.navbar-dark .navbar-nav .active-tabbed>.nav-link,.navbar-dark .navbar-nav .nav-tabs .navtab-link:hover>.nav-link,.nav-tabs .navbar-dark .navbar-nav .navtab-link:hover>.nav-link,.navbar-dark .navbar-nav .active>.tab-nav-link,.navbar-dark .navbar-nav .active-tabbed>.tab-nav-link,.navbar-dark .navbar-nav .nav-tabs .navtab-link:hover>.tab-nav-link,.nav-tabs .navbar-dark .navbar-nav .navtab-link:hover>.tab-nav-link,.navbar-dark .navbar-nav .tab-active>.nav-link,.navbar-dark .navbar-nav .tab-active>.tab-nav-link,.navbar-dark .navbar-nav .toc-active>.nav-link,.navbar-dark .navbar-nav .toc-active>.tab-nav-link,.navbar-dark .navbar-nav .mobile-menu .active>a,.navbar-dark .navbar-nav .mobile-menu .active-tabbed>a,.navbar-dark .navbar-nav .mobile-menu .nav-tabs .navtab-link:hover>a,.nav-tabs .navbar-dark .navbar-nav .mobile-menu .navtab-link:hover>a,.navbar-dark .navbar-nav .mobile-menu .tab-active>a,.navbar-dark .navbar-nav .mobile-menu .toc-active>a,.mobile-menu .navbar-dark .navbar-nav .active>a,.mobile-menu .navbar-dark .navbar-nav .active-tabbed>a,.mobile-menu .navbar-dark .navbar-nav .nav-tabs .navtab-link:hover>a,.nav-tabs .mobile-menu .navbar-dark .navbar-nav .navtab-link:hover>a,.mobile-menu .navbar-dark .navbar-nav .tab-active>a,.mobile-menu .navbar-dark .navbar-nav .toc-active>a,.navbar-dark .mobile-menu ul .active>.nav-link,.navbar-dark .mobile-menu ul .active-tabbed>.nav-link,.navbar-dark .mobile-menu ul .nav-tabs .navtab-link:hover>.nav-link,.nav-tabs .navbar-dark .mobile-menu ul .navtab-link:hover>.nav-link,.navbar-dark .mobile-menu ul .active>.tab-nav-link,.navbar-dark .mobile-menu ul .active-tabbed>.tab-nav-link,.navbar-dark .mobile-menu ul .nav-tabs .navtab-link:hover>.tab-nav-link,.nav-tabs .navbar-dark .mobile-menu ul .navtab-link:hover>.tab-nav-link,.navbar-dark .mobile-menu ul .tab-active>.nav-link,.navbar-dark .mobile-menu ul .tab-active>.tab-nav-link,.navbar-dark .mobile-menu ul .toc-active>.nav-link,.navbar-dark .mobile-menu ul .toc-active>.tab-nav-link,.navbar-dark .mobile-menu ul .active>a,.navbar-dark .mobile-menu ul .active-tabbed>a,.navbar-dark .mobile-menu ul .nav-tabs .navtab-link:hover>a,.nav-tabs .navbar-dark .mobile-menu ul .navtab-link:hover>a,.navbar-dark .mobile-menu ul .tab-active>a,.navbar-dark .mobile-menu ul .toc-active>a,.mobile-menu .navbar-dark ul .active>.nav-link,.mobile-menu .navbar-dark ul .active-tabbed>.nav-link,.mobile-menu .navbar-dark ul .nav-tabs .navtab-link:hover>.nav-link,.nav-tabs .mobile-menu .navbar-dark ul .navtab-link:hover>.nav-link,.mobile-menu .navbar-dark ul .active>.tab-nav-link,.mobile-menu .navbar-dark ul .active-tabbed>.tab-nav-link,.mobile-menu .navbar-dark ul .nav-tabs .navtab-link:hover>.tab-nav-link,.nav-tabs .mobile-menu .navbar-dark ul .navtab-link:hover>.tab-nav-link,.mobile-menu .navbar-dark ul .tab-active>.nav-link,.mobile-menu .navbar-dark ul .tab-active>.tab-nav-link,.mobile-menu .navbar-dark ul .toc-active>.nav-link,.mobile-menu .navbar-dark ul .toc-active>.tab-nav-link,.mobile-menu .navbar-dark ul .active>a,.mobile-menu .navbar-dark ul .active-tabbed>a,.mobile-menu .navbar-dark ul .nav-tabs .navtab-link:hover>a,.nav-tabs .mobile-menu .navbar-dark ul .navtab-link:hover>a,.mobile-menu .navbar-dark ul .tab-active>a,.mobile-menu .navbar-dark ul .toc-active>a,.navbar-dark .navbar-nav .nav-link.show,.navbar-dark .navbar-nav .show.tab-nav-link,.navbar-dark .navbar-nav .mobile-menu a.show,.mobile-menu .navbar-dark .navbar-nav a.show,.navbar-dark .mobile-menu ul .nav-link.show,.navbar-dark .mobile-menu ul .show.tab-nav-link,.navbar-dark .mobile-menu ul a.show,.mobile-menu .navbar-dark ul .nav-link.show,.mobile-menu .navbar-dark ul .show.tab-nav-link,.mobile-menu .navbar-dark ul a.show,.navbar-dark .navbar-nav .nav-link.active,.navbar-dark .navbar-nav .nav-link.active-tabbed,.navbar-dark .navbar-nav .nav-tabs .nav-link.navtab-link:hover,.nav-tabs .navbar-dark .navbar-nav .nav-link.navtab-link:hover,.navbar-dark .navbar-nav .active.tab-nav-link,.navbar-dark .navbar-nav .tab-nav-link.active-tabbed,.navbar-dark .navbar-nav .nav-tabs .tab-nav-link.navtab-link:hover,.nav-tabs .navbar-dark .navbar-nav .tab-nav-link.navtab-link:hover,.navbar-dark .navbar-nav .nav-link.tab-active,.navbar-dark .navbar-nav .tab-active.tab-nav-link,.navbar-dark .navbar-nav .nav-link.toc-active,.navbar-dark .navbar-nav .toc-active.tab-nav-link,.navbar-dark .navbar-nav .mobile-menu a.active,.navbar-dark .navbar-nav .mobile-menu a.active-tabbed,.navbar-dark .navbar-nav .mobile-menu .nav-tabs a.navtab-link:hover,.nav-tabs .navbar-dark .navbar-nav .mobile-menu a.navtab-link:hover,.navbar-dark .navbar-nav .mobile-menu a.tab-active,.navbar-dark .navbar-nav .mobile-menu a.toc-active,.mobile-menu .navbar-dark .navbar-nav a.active,.mobile-menu .navbar-dark .navbar-nav a.active-tabbed,.mobile-menu .navbar-dark .navbar-nav .nav-tabs a.navtab-link:hover,.nav-tabs .mobile-menu .navbar-dark .navbar-nav a.navtab-link:hover,.mobile-menu .navbar-dark .navbar-nav a.tab-active,.mobile-menu .navbar-dark .navbar-nav a.toc-active,.navbar-dark .mobile-menu ul .nav-link.active,.navbar-dark .mobile-menu ul .nav-link.active-tabbed,.navbar-dark .mobile-menu ul .nav-tabs .nav-link.navtab-link:hover,.nav-tabs .navbar-dark .mobile-menu ul .nav-link.navtab-link:hover,.navbar-dark .mobile-menu ul .active.tab-nav-link,.navbar-dark .mobile-menu ul .tab-nav-link.active-tabbed,.navbar-dark .mobile-menu ul .nav-tabs .tab-nav-link.navtab-link:hover,.nav-tabs .navbar-dark .mobile-menu ul .tab-nav-link.navtab-link:hover,.navbar-dark .mobile-menu ul .nav-link.tab-active,.navbar-dark .mobile-menu ul .tab-active.tab-nav-link,.navbar-dark .mobile-menu ul .nav-link.toc-active,.navbar-dark .mobile-menu ul .toc-active.tab-nav-link,.navbar-dark .mobile-menu ul a.active,.navbar-dark .mobile-menu ul a.active-tabbed,.navbar-dark .mobile-menu ul .nav-tabs a.navtab-link:hover,.nav-tabs .navbar-dark .mobile-menu ul a.navtab-link:hover,.navbar-dark .mobile-menu ul a.tab-active,.navbar-dark .mobile-menu ul a.toc-active,.mobile-menu .navbar-dark ul .nav-link.active,.mobile-menu .navbar-dark ul .nav-link.active-tabbed,.mobile-menu .navbar-dark ul .nav-tabs .nav-link.navtab-link:hover,.nav-tabs .mobile-menu .navbar-dark ul .nav-link.navtab-link:hover,.mobile-menu .navbar-dark ul .active.tab-nav-link,.mobile-menu .navbar-dark ul .tab-nav-link.active-tabbed,.mobile-menu .navbar-dark ul .nav-tabs .tab-nav-link.navtab-link:hover,.nav-tabs .mobile-menu .navbar-dark ul .tab-nav-link.navtab-link:hover,.mobile-menu .navbar-dark ul .nav-link.tab-active,.mobile-menu .navbar-dark ul .tab-active.tab-nav-link,.mobile-menu .navbar-dark ul .nav-link.toc-active,.mobile-menu .navbar-dark ul .toc-active.tab-nav-link,.mobile-menu .navbar-dark ul a.active,.mobile-menu .navbar-dark ul a.active-tabbed,.mobile-menu .navbar-dark ul .nav-tabs a.navtab-link:hover,.nav-tabs .mobile-menu .navbar-dark ul a.navtab-link:hover,.mobile-menu .navbar-dark ul a.tab-active,.mobile-menu .navbar-dark ul a.toc-active{color:#fff}.navbar-dark .navbar-toggler{color:hsla(0,0%,100%,.5);border-color:hsla(0,0%,100%,.1)}.navbar-dark .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2730%27 height=%2730%27 viewBox=%270 0 30 30%27%3e%3cpath stroke=%27rgba%28255, 255, 255, 0.5%29%27 stroke-linecap=%27round%27 stroke-miterlimit=%2710%27 stroke-width=%272%27 d=%27M4 7h22M4 15h22M4 23h22%27/%3e%3c/svg%3e")}.navbar-dark .navbar-text{color:hsla(0,0%,100%,.5)}.navbar-dark .navbar-text a{color:#fff}.navbar-dark .navbar-text a:hover,.navbar-dark .navbar-text a:focus{color:#fff}.card{position:relative;display:flex;flex-direction:column;min-width:0;word-wrap:break-word;background-color:#fff;background-clip:border-box;border:1px solid rgba(0,0,0,.125);border-radius:0}.card>hr{margin-right:0;margin-left:0}.card>.list-group{border-top:inherit;border-bottom:inherit}.card>.list-group:first-child{border-top-width:0;border-top-left-radius:0;border-top-right-radius:0}.card>.list-group:last-child{border-bottom-width:0;border-bottom-right-radius:0;border-bottom-left-radius:0}.card>.card-header+.list-group,.card>.list-group+.card-footer{border-top:0}.card-body{flex:1 1 auto;min-height:1px;padding:1.25rem}.card-title{margin-bottom:.75rem}.card-subtitle{margin-top:-0.375rem;margin-bottom:0}.card-text:last-child{margin-bottom:0}.card-link:hover{text-decoration:none}.card-link+.card-link{margin-left:1.25rem}.card-header{padding:.75rem 1.25rem;margin-bottom:0;background-color:rgba(0,0,0,.03);border-bottom:1px solid rgba(0,0,0,.125)}.card-header:first-child{border-radius:0 0 0 0}.card-footer{padding:.75rem 1.25rem;background-color:rgba(0,0,0,.03);border-top:1px solid rgba(0,0,0,.125)}.card-footer:last-child{border-radius:0 0 0 0}.card-header-tabs{margin-right:-0.625rem;margin-bottom:-0.75rem;margin-left:-0.625rem;border-bottom:0}.card-header-pills{margin-right:-0.625rem;margin-left:-0.625rem}.card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:1.25rem;border-radius:0}.card-img,.card-img-top,.card-img-bottom{flex-shrink:0;width:100%}.card-img,.card-img-top{border-top-left-radius:0;border-top-right-radius:0}.card-img,.card-img-bottom{border-bottom-right-radius:0;border-bottom-left-radius:0}.card-deck .card{margin-bottom:15px}@media(min-width: 576px){.card-deck{display:flex;flex-flow:row wrap;margin-right:-15px;margin-left:-15px}.card-deck .card{flex:1 0 0%;margin-right:15px;margin-bottom:0;margin-left:15px}}.card-group>.card{margin-bottom:15px}@media(min-width: 576px){.card-group{display:flex;flex-flow:row wrap}.card-group>.card{flex:1 0 0%;margin-bottom:0}.card-group>.card+.card{margin-left:0;border-left:0}.card-group>.card:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.card-group>.card:not(:last-child) .card-img-top,.card-group>.card:not(:last-child) .card-header{border-top-right-radius:0}.card-group>.card:not(:last-child) .card-img-bottom,.card-group>.card:not(:last-child) .card-footer{border-bottom-right-radius:0}.card-group>.card:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.card-group>.card:not(:first-child) .card-img-top,.card-group>.card:not(:first-child) .card-header{border-top-left-radius:0}.card-group>.card:not(:first-child) .card-img-bottom,.card-group>.card:not(:first-child) .card-footer{border-bottom-left-radius:0}}.card-columns .card{margin-bottom:.75rem}@media(min-width: 576px){.card-columns{column-count:3;column-gap:1.25rem;orphans:1;widows:1}.card-columns .card{display:inline-block;width:100%}}.accordion{overflow-anchor:none}.accordion>.card{overflow:hidden}.accordion>.card:not(:last-of-type){border-bottom:0;border-bottom-right-radius:0;border-bottom-left-radius:0}.accordion>.card:not(:first-of-type){border-top-left-radius:0;border-top-right-radius:0}.accordion>.card>.card-header{border-radius:0;margin-bottom:-1px}.pagination{display:flex;padding-left:0;list-style:none;border-radius:0}.page-link{position:relative;display:block;padding:.5rem .75rem;margin-left:-1px;line-height:1.25;color:#39a1d4;background-color:#fff;border:1px solid #dee2e6}.page-link:hover{z-index:2;color:rgb(34.346473029,117.4170124481,158.153526971);text-decoration:none;background-color:#e9ecef;border-color:#dee2e6}.page-link:focus{z-index:3;outline:0;box-shadow:0 0 0 .2rem rgba(218,33,38,.25)}.page-item:first-child .page-link{margin-left:0;border-top-left-radius:0;border-bottom-left-radius:0}.page-item:last-child .page-link{border-top-right-radius:0;border-bottom-right-radius:0}.page-item.active .page-link,.page-item.active-tabbed .page-link,.nav-tabs .page-item.navtab-link:hover .page-link,.page-item.tab-active .page-link,.page-item.toc-active .page-link{z-index:3;color:#fff;background-color:#da2126;border-color:#da2126}.page-item.disabled .page-link{color:#6c757d;pointer-events:none;cursor:auto;background-color:#fff;border-color:#dee2e6}.pagination-lg .page-link{padding:.75rem 1.5rem;font-size:1.328125rem;line-height:1.5}@media(max-width: 1200px){.pagination-lg .page-link{font-size:calc(1.2578125rem + 0.09375vw)}}.pagination-lg .page-item:first-child .page-link{border-top-left-radius:0;border-bottom-left-radius:0}.pagination-lg .page-item:last-child .page-link{border-top-right-radius:0;border-bottom-right-radius:0}.pagination-sm .page-link{padding:.25rem .5rem;font-size:0.9296875rem;line-height:1.5}.pagination-sm .page-item:first-child .page-link{border-top-left-radius:0;border-bottom-left-radius:0}.pagination-sm .page-item:last-child .page-link{border-top-right-radius:0;border-bottom-right-radius:0}.badge{display:inline-block;padding:.25em .4em;font-size:75%;font-weight:700;line-height:1;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:0;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion: reduce){.badge{transition:none}}a.badge:hover,a.badge:focus{text-decoration:none}.badge:empty{display:none}.btn .badge,#gdpr-cc-btn-accept .badge,#gdpr-cc-btn-save .badge{position:relative;top:-1px}.badge-pill{padding-right:.6em;padding-left:.6em;border-radius:10rem}.badge-primary{color:#fff;background-color:#da2126}a.badge-primary:hover,a.badge-primary:focus{color:#fff;background-color:rgb(173.7051792829,26.2948207171,30.2788844622)}a.badge-primary:focus,a.badge-primary.focus{outline:0;box-shadow:0 0 0 .2rem rgba(218,33,38,.5)}.badge-secondary{color:#fff;background-color:#6c757d}a.badge-secondary:hover,a.badge-secondary:focus{color:#fff;background-color:rgb(84.3605150215,91.3905579399,97.6394849785)}a.badge-secondary:focus,a.badge-secondary.focus{outline:0;box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.badge-success{color:#fff;background-color:#06c668}a.badge-success:hover,a.badge-success:focus{color:#fff;background-color:rgb(4.5,148.5,78)}a.badge-success:focus,a.badge-success.focus{outline:0;box-shadow:0 0 0 .2rem rgba(6,198,104,.5)}.badge-info{color:#fff;background-color:#316489}a.badge-info:hover,a.badge-info:focus{color:#fff;background-color:rgb(35.564516129,72.5806451613,99.435483871)}a.badge-info:focus,a.badge-info.focus{outline:0;box-shadow:0 0 0 .2rem rgba(49,100,137,.5)}.badge-warning{color:#212529;background-color:#ffc107}a.badge-warning:hover,a.badge-warning:focus{color:#212529;background-color:rgb(211,158.25,0)}a.badge-warning:focus,a.badge-warning.focus{outline:0;box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.badge-danger{color:#fff;background-color:#dc3545}a.badge-danger:hover,a.badge-danger:focus{color:#fff;background-color:rgb(189.2151898734,32.7848101266,47.7721518987)}a.badge-danger:focus,a.badge-danger.focus{outline:0;box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.badge-light{color:#212529;background-color:#f8f9fa}a.badge-light:hover,a.badge-light:focus{color:#212529;background-color:rgb(218.25,223.5,228.75)}a.badge-light:focus,a.badge-light.focus{outline:0;box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.badge-dark{color:#fff;background-color:#343a40}a.badge-dark:hover,a.badge-dark:focus{color:#fff;background-color:rgb(29.1379310345,32.5,35.8620689655)}a.badge-dark:focus,a.badge-dark.focus{outline:0;box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.badge-lightgrey{color:#212529;background-color:#f7f7f7}a.badge-lightgrey:hover,a.badge-lightgrey:focus{color:#212529;background-color:rgb(221.5,221.5,221.5)}a.badge-lightgrey:focus,a.badge-lightgrey.focus{outline:0;box-shadow:0 0 0 .2rem rgba(247,247,247,.5)}.badge-middlegrey{color:#212529;background-color:#a8a3a3}a.badge-middlegrey:hover,a.badge-middlegrey:focus{color:#212529;background-color:hsl(0,2.7932960894%,54.9019607843%)}a.badge-middlegrey:focus,a.badge-middlegrey.focus{outline:0;box-shadow:0 0 0 .2rem rgba(168,163,163,.5)}.badge-darkergrey{color:#fff;background-color:#5e5e5e}a.badge-darkergrey:hover,a.badge-darkergrey:focus{color:#fff;background-color:rgb(68.5,68.5,68.5)}a.badge-darkergrey:focus,a.badge-darkergrey.focus{outline:0;box-shadow:0 0 0 .2rem rgba(94,94,94,.5)}.badge-darkgrey{color:#fff;background-color:#333}a.badge-darkgrey:hover,a.badge-darkgrey:focus{color:#fff;background-color:hsl(0,0%,10%)}a.badge-darkgrey:focus,a.badge-darkgrey.focus{outline:0;box-shadow:0 0 0 .2rem rgba(51,51,51,.5)}.badge-fruitred{color:#fff;background-color:#ff605d}a.badge-fruitred:hover,a.badge-fruitred:focus{color:#fff;background-color:rgb(255,45.9444444444,42)}a.badge-fruitred:focus,a.badge-fruitred.focus{outline:0;box-shadow:0 0 0 .2rem rgba(255,96,93,.5)}.badge-red{color:#fff;background-color:#da2126}a.badge-red:hover,a.badge-red:focus{color:#fff;background-color:rgb(173.7051792829,26.2948207171,30.2788844622)}a.badge-red:focus,a.badge-red.focus{outline:0;box-shadow:0 0 0 .2rem rgba(218,33,38,.5)}.badge-lightblue{color:#fff;background-color:#6495ed}a.badge-lightblue:hover,a.badge-lightblue:focus{color:#fff;background-color:rgb(54.3063583815,117.7514450867,231.6936416185)}a.badge-lightblue:focus,a.badge-lightblue.focus{outline:0;box-shadow:0 0 0 .2rem rgba(100,149,237,.5)}.badge-darkblue{color:#fff;background-color:#316489}a.badge-darkblue:hover,a.badge-darkblue:focus{color:#fff;background-color:rgb(35.564516129,72.5806451613,99.435483871)}a.badge-darkblue:focus,a.badge-darkblue.focus{outline:0;box-shadow:0 0 0 .2rem rgba(49,100,137,.5)}.badge-gold{color:#212529;background-color:#dfbd70}a.badge-gold:hover,a.badge-gold:focus{color:#212529;background-color:rgb(213.6742857143,169.7657142857,70.3257142857)}a.badge-gold:focus,a.badge-gold.focus{outline:0;box-shadow:0 0 0 .2rem rgba(223,189,112,.5)}.badge-darkgold{color:#fff;background-color:#ab8e53}a.badge-darkgold:hover,a.badge-darkgold:focus{color:#fff;background-color:rgb(136.6653543307,113.4881889764,66.3346456693)}a.badge-darkgold:focus,a.badge-darkgold.focus{outline:0;box-shadow:0 0 0 .2rem rgba(171,142,83,.5)}.badge-yellow{color:#212529;background-color:#edbc64}a.badge-yellow:hover,a.badge-yellow:focus{color:#212529;background-color:rgb(231.6936416185,168.2485549133,54.3063583815)}a.badge-yellow:focus,a.badge-yellow.focus{outline:0;box-shadow:0 0 0 .2rem rgba(237,188,100,.5)}.badge-green{color:#fff;background-color:#06c668}a.badge-green:hover,a.badge-green:focus{color:#fff;background-color:rgb(4.5,148.5,78)}a.badge-green:focus,a.badge-green.focus{outline:0;box-shadow:0 0 0 .2rem rgba(6,198,104,.5)}.badge-orange{color:#212529;background-color:#e78e43}a.badge-orange:hover,a.badge-orange:focus{color:#212529;background-color:hsl(27.4390243902,77.358490566%,48.431372549%)}a.badge-orange:focus,a.badge-orange.focus{outline:0;box-shadow:0 0 0 .2rem rgba(231,142,67,.5)}.badge-avq-blue{color:#fff;background-color:#39a1d4}a.badge-avq-blue:hover,a.badge-avq-blue:focus{color:#fff;background-color:rgb(38.8962655602,132.9709543568,179.1037344398)}a.badge-avq-blue:focus,a.badge-avq-blue.focus{outline:0;box-shadow:0 0 0 .2rem rgba(57,161,212,.5)}.alert{position:relative;padding:.75rem 1.25rem;margin-bottom:1rem;border:1px solid rgba(0,0,0,0);border-radius:0}.alert-heading{color:inherit}.alert-link{font-weight:700}.alert-dismissible{padding-right:4.09375rem}.alert-dismissible .close{position:absolute;top:0;right:0;z-index:2;padding:.75rem 1.25rem;color:inherit}.alert-primary{color:rgb(113.36,17.16,19.76);background-color:rgb(247.6,210.6,211.6);border-color:rgb(244.64,192.84,194.24)}.alert-primary hr{border-top-color:rgb(240.9971428571,170.9828571429,172.8751351351)}.alert-primary .alert-link{color:rgb(69.0651792829,10.4548207171,12.0388844622)}.alert-secondary{color:rgb(56.16,60.84,65);background-color:rgb(225.6,227.4,229);border-color:rgb(213.84,216.36,218.6)}.alert-secondary hr{border-top-color:hsl(208.2352941176,6.1371841155%,79.7921568627%)}.alert-secondary .alert-link{color:rgb(32.5205150215,35.2305579399,37.6394849785)}.alert-success{color:rgb(3.12,102.96,54.08);background-color:rgb(205.2,243.6,224.8);border-color:rgb(185.28,239.04,212.72)}.alert-success hr{border-top-color:rgb(164.53,234.29,200.1366666667)}.alert-success .alert-link{color:rgb(1.62,53.46,28.08)}.alert-info{color:rgb(25.48,52,71.24);background-color:rgb(213.8,224,231.4);border-color:rgb(197.32,211.6,221.96)}.alert-info hr{border-top-color:rgb(181.107037037,199.4009259259,212.672962963)}.alert-info .alert-link{color:rgb(12.044516129,24.5806451613,33.675483871)}.alert-warning{color:rgb(132.6,100.36,3.64);background-color:rgb(255,242.6,205.4);border-color:rgb(255,237.64,185.56)}.alert-warning hr{border-top-color:rgb(255,231.265,160.06)}.alert-warning .alert-link{color:hsl(45,94.6564885496%,16.7137254902%)}.alert-danger{color:rgb(114.4,27.56,35.88);background-color:rgb(248,214.6,217.8);border-color:rgb(245.2,198.44,202.92)}.alert-danger hr{border-top-color:hsl(354.251497006,70.4641350211%,81.9882352941%)}.alert-danger .alert-link{color:rgb(73.3010989011,17.6589010989,22.9898901099)}.alert-light{color:rgb(128.96,129.48,130);background-color:rgb(253.6,253.8,254);border-color:rgb(253.04,253.32,253.6)}.alert-light hr{border-top-color:rgb(238.165,240.57,242.975)}.alert-light .alert-link{color:hsl(210,.4142766093%,40.7764705882%)}.alert-dark{color:rgb(27.04,30.16,33.28);background-color:rgb(214.4,215.6,216.8);border-color:rgb(198.16,199.84,201.52)}.alert-dark hr{border-top-color:hsl(210,3.0456852792%,73.368627451%)}.alert-dark .alert-link{color:rgb(4.1779310345,4.66,5.1420689655)}.alert-lightgrey{color:hsl(0,0%,50.368627451%);background-color:rgb(253.4,253.4,253.4);border-color:hsl(0,0%,99.1215686275%)}.alert-lightgrey hr{border-top-color:hsl(0,0%,94.1215686275%)}.alert-lightgrey .alert-link{color:hsl(0,0%,40.368627451%)}.alert-middlegrey{color:rgb(87.36,84.76,84.76);background-color:rgb(237.6,236.6,236.6);border-color:rgb(230.64,229.24,229.24)}.alert-middlegrey hr{border-top-color:hsl(0,2.7932960894%,85.1725490196%)}.alert-middlegrey .alert-link{color:hsl(0,1.5105740181%,23.7490196078%)}.alert-darkergrey{color:rgb(48.88,48.88,48.88);background-color:rgb(222.8,222.8,222.8);border-color:hsl(0,0%,82.3215686275%)}.alert-darkergrey hr{border-top-color:hsl(0,0%,77.3215686275%)}.alert-darkergrey .alert-link{color:rgb(23.38,23.38,23.38)}.alert-darkgrey{color:hsl(0,0%,10.4%);background-color:hsl(0,0%,84%);border-color:hsl(0,0%,77.6%)}.alert-darkgrey hr{border-top-color:hsl(0,0%,72.6%)}.alert-darkgrey .alert-link{color:hsl(0,0%,.4%)}.alert-fruitred{color:rgb(132.6,49.92,48.36);background-color:rgb(255,223.2,222.6);border-color:rgb(255,210.48,209.64)}.alert-fruitred hr{border-top-color:rgb(255,185.4522222222,184.14)}.alert-fruitred .alert-link{color:rgb(95.2293103448,35.8510344828,34.7306896552)}.alert-red{color:rgb(113.36,17.16,19.76);background-color:rgb(247.6,210.6,211.6);border-color:rgb(244.64,192.84,194.24)}.alert-red hr{border-top-color:rgb(240.9971428571,170.9828571429,172.8751351351)}.alert-red .alert-link{color:rgb(69.0651792829,10.4548207171,12.0388844622)}.alert-lightblue{color:rgb(52,77.48,123.24);background-color:rgb(224,233.8,251.4);border-color:rgb(211.6,225.32,249.96)}.alert-lightblue hr{border-top-color:rgb(188.7531791908,209.6957225434,247.3068208092)}.alert-lightblue .alert-link{color:rgb(36.8664688427,54.9310385757,87.3735311573)}.alert-darkblue{color:rgb(25.48,52,71.24);background-color:rgb(213.8,224,231.4);border-color:rgb(197.32,211.6,221.96)}.alert-darkblue hr{border-top-color:rgb(181.107037037,199.4009259259,212.672962963)}.alert-darkblue .alert-link{color:rgb(12.044516129,24.5806451613,33.675483871)}.alert-gold{color:rgb(115.96,98.28,58.24);background-color:rgb(248.6,241.8,226.4);border-color:rgb(246.04,236.52,214.96)}.alert-gold hr{border-top-color:hsl(41.6216216216,63.4285714286%,85.3921568627%)}.alert-gold .alert-link{color:rgb(82.0107462687,69.5068656716,41.1892537313)}.alert-darkgold{color:rgb(88.92,73.84,43.16);background-color:rgb(238.2,232.4,220.6);border-color:rgb(231.48,223.36,206.84)}.alert-darkgold hr{border-top-color:hsl(40.2272727273,34.375%,80.9450980392%)}.alert-darkgold .alert-link{color:rgb(54.5853543307,45.3281889764,26.4946456693)}.alert-yellow{color:rgb(123.24,97.76,52);background-color:rgb(251.4,241.6,224);border-color:rgb(249.96,236.24,211.6)}.alert-yellow hr{border-top-color:hsl(38.5401459854,79.1907514451%,85.5019607843%)}.alert-yellow .alert-link{color:rgb(87.3735311573,69.3089614243,36.8664688427)}.alert-green{color:rgb(3.12,102.96,54.08);background-color:rgb(205.2,243.6,224.8);border-color:rgb(185.28,239.04,212.72)}.alert-green hr{border-top-color:rgb(164.53,234.29,200.1366666667)}.alert-green .alert-link{color:rgb(1.62,53.46,28.08)}.alert-orange{color:rgb(120.12,73.84,34.84);background-color:rgb(250.2,232.4,217.4);border-color:rgb(248.28,223.36,202.36)}.alert-orange hr{border-top-color:hsl(27.4390243902,77.358490566%,83.3607843137%)}.alert-orange .alert-link{color:rgb(80.586442953,49.5379865772,23.373557047)}.alert-avq-blue{color:rgb(29.64,83.72,110.24);background-color:rgb(215.4,236.2,246.4);border-color:rgb(199.56,228.68,242.96)}.alert-avq-blue hr{border-top-color:hsl(199.7419354839,64.3153526971%,81.768627451%)}.alert-avq-blue .alert-link{color:rgb(18.8333085502,53.1958364312,70.0466914498)}@keyframes progress-bar-stripes{from{background-position:1rem 0}to{background-position:0 0}}.progress{display:flex;height:1rem;overflow:hidden;line-height:0;font-size:0.796875rem;background-color:#e9ecef;border-radius:0}.progress-bar{display:flex;flex-direction:column;justify-content:center;overflow:hidden;color:#fff;text-align:center;white-space:nowrap;background-color:#da2126;transition:width .6s ease}@media(prefers-reduced-motion: reduce){.progress-bar{transition:none}}.progress-bar-striped{background-image:linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-size:1rem 1rem}.progress-bar-animated{animation:1s linear infinite progress-bar-stripes}@media(prefers-reduced-motion: reduce){.progress-bar-animated{animation:none}}.list-group{display:flex;flex-direction:column;padding-left:0;margin-bottom:0;border-radius:0}.list-group-item-action{width:100%;color:#495057;text-align:inherit}.list-group-item-action:hover,.list-group-item-action:focus{z-index:1;color:#495057;text-decoration:none;background-color:#f8f9fa}.list-group-item-action:active{color:#404040;background-color:#e9ecef}.list-group-item{position:relative;display:block;padding:.75rem 1.25rem;background-color:#fff;border:1px solid rgba(0,0,0,.125)}.list-group-item:first-child{border-top-left-radius:inherit;border-top-right-radius:inherit}.list-group-item:last-child{border-bottom-right-radius:inherit;border-bottom-left-radius:inherit}.list-group-item.disabled,.list-group-item:disabled{color:#6c757d;pointer-events:none;background-color:#fff}.list-group-item.active,.list-group-item.active-tabbed,.nav-tabs .list-group-item.navtab-link:hover,.list-group-item.tab-active,.list-group-item.toc-active{z-index:2;color:#fff;background-color:#da2126;border-color:#da2126}.list-group-item+.list-group-item{border-top-width:0}.list-group-item+.list-group-item.active,.list-group-item+.list-group-item.active-tabbed,.nav-tabs .list-group-item+.list-group-item.navtab-link:hover,.list-group-item+.list-group-item.tab-active,.list-group-item+.list-group-item.toc-active{margin-top:-1px;border-top-width:1px}.list-group-horizontal{flex-direction:row}.list-group-horizontal>.list-group-item:first-child{border-bottom-left-radius:0;border-top-right-radius:0}.list-group-horizontal>.list-group-item:last-child{border-top-right-radius:0;border-bottom-left-radius:0}.list-group-horizontal>.list-group-item.active,.list-group-horizontal>.list-group-item.active-tabbed,.nav-tabs .list-group-horizontal>.list-group-item.navtab-link:hover,.list-group-horizontal>.list-group-item.tab-active,.list-group-horizontal>.list-group-item.toc-active{margin-top:0}.list-group-horizontal>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal>.list-group-item+.list-group-item.active,.list-group-horizontal>.list-group-item+.list-group-item.active-tabbed,.nav-tabs .list-group-horizontal>.list-group-item+.list-group-item.navtab-link:hover,.list-group-horizontal>.list-group-item+.list-group-item.tab-active,.list-group-horizontal>.list-group-item+.list-group-item.toc-active{margin-left:-1px;border-left-width:1px}@media(min-width: 576px){.list-group-horizontal-sm{flex-direction:row}.list-group-horizontal-sm>.list-group-item:first-child{border-bottom-left-radius:0;border-top-right-radius:0}.list-group-horizontal-sm>.list-group-item:last-child{border-top-right-radius:0;border-bottom-left-radius:0}.list-group-horizontal-sm>.list-group-item.active,.list-group-horizontal-sm>.list-group-item.active-tabbed,.nav-tabs .list-group-horizontal-sm>.list-group-item.navtab-link:hover,.list-group-horizontal-sm>.list-group-item.tab-active,.list-group-horizontal-sm>.list-group-item.toc-active{margin-top:0}.list-group-horizontal-sm>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-sm>.list-group-item+.list-group-item.active,.list-group-horizontal-sm>.list-group-item+.list-group-item.active-tabbed,.nav-tabs .list-group-horizontal-sm>.list-group-item+.list-group-item.navtab-link:hover,.list-group-horizontal-sm>.list-group-item+.list-group-item.tab-active,.list-group-horizontal-sm>.list-group-item+.list-group-item.toc-active{margin-left:-1px;border-left-width:1px}}@media(min-width: 768px){.list-group-horizontal-md{flex-direction:row}.list-group-horizontal-md>.list-group-item:first-child{border-bottom-left-radius:0;border-top-right-radius:0}.list-group-horizontal-md>.list-group-item:last-child{border-top-right-radius:0;border-bottom-left-radius:0}.list-group-horizontal-md>.list-group-item.active,.list-group-horizontal-md>.list-group-item.active-tabbed,.nav-tabs .list-group-horizontal-md>.list-group-item.navtab-link:hover,.list-group-horizontal-md>.list-group-item.tab-active,.list-group-horizontal-md>.list-group-item.toc-active{margin-top:0}.list-group-horizontal-md>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-md>.list-group-item+.list-group-item.active,.list-group-horizontal-md>.list-group-item+.list-group-item.active-tabbed,.nav-tabs .list-group-horizontal-md>.list-group-item+.list-group-item.navtab-link:hover,.list-group-horizontal-md>.list-group-item+.list-group-item.tab-active,.list-group-horizontal-md>.list-group-item+.list-group-item.toc-active{margin-left:-1px;border-left-width:1px}}@media(min-width: 992px){.list-group-horizontal-lg{flex-direction:row}.list-group-horizontal-lg>.list-group-item:first-child{border-bottom-left-radius:0;border-top-right-radius:0}.list-group-horizontal-lg>.list-group-item:last-child{border-top-right-radius:0;border-bottom-left-radius:0}.list-group-horizontal-lg>.list-group-item.active,.list-group-horizontal-lg>.list-group-item.active-tabbed,.nav-tabs .list-group-horizontal-lg>.list-group-item.navtab-link:hover,.list-group-horizontal-lg>.list-group-item.tab-active,.list-group-horizontal-lg>.list-group-item.toc-active{margin-top:0}.list-group-horizontal-lg>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-lg>.list-group-item+.list-group-item.active,.list-group-horizontal-lg>.list-group-item+.list-group-item.active-tabbed,.nav-tabs .list-group-horizontal-lg>.list-group-item+.list-group-item.navtab-link:hover,.list-group-horizontal-lg>.list-group-item+.list-group-item.tab-active,.list-group-horizontal-lg>.list-group-item+.list-group-item.toc-active{margin-left:-1px;border-left-width:1px}}@media(min-width: 1200px){.list-group-horizontal-xl{flex-direction:row}.list-group-horizontal-xl>.list-group-item:first-child{border-bottom-left-radius:0;border-top-right-radius:0}.list-group-horizontal-xl>.list-group-item:last-child{border-top-right-radius:0;border-bottom-left-radius:0}.list-group-horizontal-xl>.list-group-item.active,.list-group-horizontal-xl>.list-group-item.active-tabbed,.nav-tabs .list-group-horizontal-xl>.list-group-item.navtab-link:hover,.list-group-horizontal-xl>.list-group-item.tab-active,.list-group-horizontal-xl>.list-group-item.toc-active{margin-top:0}.list-group-horizontal-xl>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-xl>.list-group-item+.list-group-item.active,.list-group-horizontal-xl>.list-group-item+.list-group-item.active-tabbed,.nav-tabs .list-group-horizontal-xl>.list-group-item+.list-group-item.navtab-link:hover,.list-group-horizontal-xl>.list-group-item+.list-group-item.tab-active,.list-group-horizontal-xl>.list-group-item+.list-group-item.toc-active{margin-left:-1px;border-left-width:1px}}.list-group-flush{border-radius:0}.list-group-flush>.list-group-item{border-width:0 0 1px}.list-group-flush>.list-group-item:last-child{border-bottom-width:0}.list-group-item-primary{color:rgb(113.36,17.16,19.76);background-color:rgb(244.64,192.84,194.24)}.list-group-item-primary.list-group-item-action:hover,.list-group-item-primary.list-group-item-action:focus{color:rgb(113.36,17.16,19.76);background-color:rgb(240.9971428571,170.9828571429,172.8751351351)}.list-group-item-primary.list-group-item-action.active,.list-group-item-primary.list-group-item-action.active-tabbed,.nav-tabs .list-group-item-primary.list-group-item-action.navtab-link:hover,.list-group-item-primary.list-group-item-action.tab-active,.list-group-item-primary.list-group-item-action.toc-active{color:#fff;background-color:rgb(113.36,17.16,19.76);border-color:rgb(113.36,17.16,19.76)}.list-group-item-secondary{color:rgb(56.16,60.84,65);background-color:rgb(213.84,216.36,218.6)}.list-group-item-secondary.list-group-item-action:hover,.list-group-item-secondary.list-group-item-action:focus{color:rgb(56.16,60.84,65);background-color:hsl(208.2352941176,6.1371841155%,79.7921568627%)}.list-group-item-secondary.list-group-item-action.active,.list-group-item-secondary.list-group-item-action.active-tabbed,.nav-tabs .list-group-item-secondary.list-group-item-action.navtab-link:hover,.list-group-item-secondary.list-group-item-action.tab-active,.list-group-item-secondary.list-group-item-action.toc-active{color:#fff;background-color:rgb(56.16,60.84,65);border-color:rgb(56.16,60.84,65)}.list-group-item-success{color:rgb(3.12,102.96,54.08);background-color:rgb(185.28,239.04,212.72)}.list-group-item-success.list-group-item-action:hover,.list-group-item-success.list-group-item-action:focus{color:rgb(3.12,102.96,54.08);background-color:rgb(164.53,234.29,200.1366666667)}.list-group-item-success.list-group-item-action.active,.list-group-item-success.list-group-item-action.active-tabbed,.nav-tabs .list-group-item-success.list-group-item-action.navtab-link:hover,.list-group-item-success.list-group-item-action.tab-active,.list-group-item-success.list-group-item-action.toc-active{color:#fff;background-color:rgb(3.12,102.96,54.08);border-color:rgb(3.12,102.96,54.08)}.list-group-item-info{color:rgb(25.48,52,71.24);background-color:rgb(197.32,211.6,221.96)}.list-group-item-info.list-group-item-action:hover,.list-group-item-info.list-group-item-action:focus{color:rgb(25.48,52,71.24);background-color:rgb(181.107037037,199.4009259259,212.672962963)}.list-group-item-info.list-group-item-action.active,.list-group-item-info.list-group-item-action.active-tabbed,.nav-tabs .list-group-item-info.list-group-item-action.navtab-link:hover,.list-group-item-info.list-group-item-action.tab-active,.list-group-item-info.list-group-item-action.toc-active{color:#fff;background-color:rgb(25.48,52,71.24);border-color:rgb(25.48,52,71.24)}.list-group-item-warning{color:rgb(132.6,100.36,3.64);background-color:rgb(255,237.64,185.56)}.list-group-item-warning.list-group-item-action:hover,.list-group-item-warning.list-group-item-action:focus{color:rgb(132.6,100.36,3.64);background-color:rgb(255,231.265,160.06)}.list-group-item-warning.list-group-item-action.active,.list-group-item-warning.list-group-item-action.active-tabbed,.nav-tabs .list-group-item-warning.list-group-item-action.navtab-link:hover,.list-group-item-warning.list-group-item-action.tab-active,.list-group-item-warning.list-group-item-action.toc-active{color:#fff;background-color:rgb(132.6,100.36,3.64);border-color:rgb(132.6,100.36,3.64)}.list-group-item-danger{color:rgb(114.4,27.56,35.88);background-color:rgb(245.2,198.44,202.92)}.list-group-item-danger.list-group-item-action:hover,.list-group-item-danger.list-group-item-action:focus{color:rgb(114.4,27.56,35.88);background-color:hsl(354.251497006,70.4641350211%,81.9882352941%)}.list-group-item-danger.list-group-item-action.active,.list-group-item-danger.list-group-item-action.active-tabbed,.nav-tabs .list-group-item-danger.list-group-item-action.navtab-link:hover,.list-group-item-danger.list-group-item-action.tab-active,.list-group-item-danger.list-group-item-action.toc-active{color:#fff;background-color:rgb(114.4,27.56,35.88);border-color:rgb(114.4,27.56,35.88)}.list-group-item-light{color:rgb(128.96,129.48,130);background-color:rgb(253.04,253.32,253.6)}.list-group-item-light.list-group-item-action:hover,.list-group-item-light.list-group-item-action:focus{color:rgb(128.96,129.48,130);background-color:rgb(238.165,240.57,242.975)}.list-group-item-light.list-group-item-action.active,.list-group-item-light.list-group-item-action.active-tabbed,.nav-tabs .list-group-item-light.list-group-item-action.navtab-link:hover,.list-group-item-light.list-group-item-action.tab-active,.list-group-item-light.list-group-item-action.toc-active{color:#fff;background-color:rgb(128.96,129.48,130);border-color:rgb(128.96,129.48,130)}.list-group-item-dark{color:rgb(27.04,30.16,33.28);background-color:rgb(198.16,199.84,201.52)}.list-group-item-dark.list-group-item-action:hover,.list-group-item-dark.list-group-item-action:focus{color:rgb(27.04,30.16,33.28);background-color:hsl(210,3.0456852792%,73.368627451%)}.list-group-item-dark.list-group-item-action.active,.list-group-item-dark.list-group-item-action.active-tabbed,.nav-tabs .list-group-item-dark.list-group-item-action.navtab-link:hover,.list-group-item-dark.list-group-item-action.tab-active,.list-group-item-dark.list-group-item-action.toc-active{color:#fff;background-color:rgb(27.04,30.16,33.28);border-color:rgb(27.04,30.16,33.28)}.list-group-item-lightgrey{color:hsl(0,0%,50.368627451%);background-color:hsl(0,0%,99.1215686275%)}.list-group-item-lightgrey.list-group-item-action:hover,.list-group-item-lightgrey.list-group-item-action:focus{color:hsl(0,0%,50.368627451%);background-color:hsl(0,0%,94.1215686275%)}.list-group-item-lightgrey.list-group-item-action.active,.list-group-item-lightgrey.list-group-item-action.active-tabbed,.nav-tabs .list-group-item-lightgrey.list-group-item-action.navtab-link:hover,.list-group-item-lightgrey.list-group-item-action.tab-active,.list-group-item-lightgrey.list-group-item-action.toc-active{color:#fff;background-color:hsl(0,0%,50.368627451%);border-color:hsl(0,0%,50.368627451%)}.list-group-item-middlegrey{color:rgb(87.36,84.76,84.76);background-color:rgb(230.64,229.24,229.24)}.list-group-item-middlegrey.list-group-item-action:hover,.list-group-item-middlegrey.list-group-item-action:focus{color:rgb(87.36,84.76,84.76);background-color:hsl(0,2.7932960894%,85.1725490196%)}.list-group-item-middlegrey.list-group-item-action.active,.list-group-item-middlegrey.list-group-item-action.active-tabbed,.nav-tabs .list-group-item-middlegrey.list-group-item-action.navtab-link:hover,.list-group-item-middlegrey.list-group-item-action.tab-active,.list-group-item-middlegrey.list-group-item-action.toc-active{color:#fff;background-color:rgb(87.36,84.76,84.76);border-color:rgb(87.36,84.76,84.76)}.list-group-item-darkergrey{color:rgb(48.88,48.88,48.88);background-color:hsl(0,0%,82.3215686275%)}.list-group-item-darkergrey.list-group-item-action:hover,.list-group-item-darkergrey.list-group-item-action:focus{color:rgb(48.88,48.88,48.88);background-color:hsl(0,0%,77.3215686275%)}.list-group-item-darkergrey.list-group-item-action.active,.list-group-item-darkergrey.list-group-item-action.active-tabbed,.nav-tabs .list-group-item-darkergrey.list-group-item-action.navtab-link:hover,.list-group-item-darkergrey.list-group-item-action.tab-active,.list-group-item-darkergrey.list-group-item-action.toc-active{color:#fff;background-color:rgb(48.88,48.88,48.88);border-color:rgb(48.88,48.88,48.88)}.list-group-item-darkgrey{color:hsl(0,0%,10.4%);background-color:hsl(0,0%,77.6%)}.list-group-item-darkgrey.list-group-item-action:hover,.list-group-item-darkgrey.list-group-item-action:focus{color:hsl(0,0%,10.4%);background-color:hsl(0,0%,72.6%)}.list-group-item-darkgrey.list-group-item-action.active,.list-group-item-darkgrey.list-group-item-action.active-tabbed,.nav-tabs .list-group-item-darkgrey.list-group-item-action.navtab-link:hover,.list-group-item-darkgrey.list-group-item-action.tab-active,.list-group-item-darkgrey.list-group-item-action.toc-active{color:#fff;background-color:hsl(0,0%,10.4%);border-color:hsl(0,0%,10.4%)}.list-group-item-fruitred{color:rgb(132.6,49.92,48.36);background-color:rgb(255,210.48,209.64)}.list-group-item-fruitred.list-group-item-action:hover,.list-group-item-fruitred.list-group-item-action:focus{color:rgb(132.6,49.92,48.36);background-color:rgb(255,185.4522222222,184.14)}.list-group-item-fruitred.list-group-item-action.active,.list-group-item-fruitred.list-group-item-action.active-tabbed,.nav-tabs .list-group-item-fruitred.list-group-item-action.navtab-link:hover,.list-group-item-fruitred.list-group-item-action.tab-active,.list-group-item-fruitred.list-group-item-action.toc-active{color:#fff;background-color:rgb(132.6,49.92,48.36);border-color:rgb(132.6,49.92,48.36)}.list-group-item-red{color:rgb(113.36,17.16,19.76);background-color:rgb(244.64,192.84,194.24)}.list-group-item-red.list-group-item-action:hover,.list-group-item-red.list-group-item-action:focus{color:rgb(113.36,17.16,19.76);background-color:rgb(240.9971428571,170.9828571429,172.8751351351)}.list-group-item-red.list-group-item-action.active,.list-group-item-red.list-group-item-action.active-tabbed,.nav-tabs .list-group-item-red.list-group-item-action.navtab-link:hover,.list-group-item-red.list-group-item-action.tab-active,.list-group-item-red.list-group-item-action.toc-active{color:#fff;background-color:rgb(113.36,17.16,19.76);border-color:rgb(113.36,17.16,19.76)}.list-group-item-lightblue{color:rgb(52,77.48,123.24);background-color:rgb(211.6,225.32,249.96)}.list-group-item-lightblue.list-group-item-action:hover,.list-group-item-lightblue.list-group-item-action:focus{color:rgb(52,77.48,123.24);background-color:rgb(188.7531791908,209.6957225434,247.3068208092)}.list-group-item-lightblue.list-group-item-action.active,.list-group-item-lightblue.list-group-item-action.active-tabbed,.nav-tabs .list-group-item-lightblue.list-group-item-action.navtab-link:hover,.list-group-item-lightblue.list-group-item-action.tab-active,.list-group-item-lightblue.list-group-item-action.toc-active{color:#fff;background-color:rgb(52,77.48,123.24);border-color:rgb(52,77.48,123.24)}.list-group-item-darkblue{color:rgb(25.48,52,71.24);background-color:rgb(197.32,211.6,221.96)}.list-group-item-darkblue.list-group-item-action:hover,.list-group-item-darkblue.list-group-item-action:focus{color:rgb(25.48,52,71.24);background-color:rgb(181.107037037,199.4009259259,212.672962963)}.list-group-item-darkblue.list-group-item-action.active,.list-group-item-darkblue.list-group-item-action.active-tabbed,.nav-tabs .list-group-item-darkblue.list-group-item-action.navtab-link:hover,.list-group-item-darkblue.list-group-item-action.tab-active,.list-group-item-darkblue.list-group-item-action.toc-active{color:#fff;background-color:rgb(25.48,52,71.24);border-color:rgb(25.48,52,71.24)}.list-group-item-gold{color:rgb(115.96,98.28,58.24);background-color:rgb(246.04,236.52,214.96)}.list-group-item-gold.list-group-item-action:hover,.list-group-item-gold.list-group-item-action:focus{color:rgb(115.96,98.28,58.24);background-color:hsl(41.6216216216,63.4285714286%,85.3921568627%)}.list-group-item-gold.list-group-item-action.active,.list-group-item-gold.list-group-item-action.active-tabbed,.nav-tabs .list-group-item-gold.list-group-item-action.navtab-link:hover,.list-group-item-gold.list-group-item-action.tab-active,.list-group-item-gold.list-group-item-action.toc-active{color:#fff;background-color:rgb(115.96,98.28,58.24);border-color:rgb(115.96,98.28,58.24)}.list-group-item-darkgold{color:rgb(88.92,73.84,43.16);background-color:rgb(231.48,223.36,206.84)}.list-group-item-darkgold.list-group-item-action:hover,.list-group-item-darkgold.list-group-item-action:focus{color:rgb(88.92,73.84,43.16);background-color:hsl(40.2272727273,34.375%,80.9450980392%)}.list-group-item-darkgold.list-group-item-action.active,.list-group-item-darkgold.list-group-item-action.active-tabbed,.nav-tabs .list-group-item-darkgold.list-group-item-action.navtab-link:hover,.list-group-item-darkgold.list-group-item-action.tab-active,.list-group-item-darkgold.list-group-item-action.toc-active{color:#fff;background-color:rgb(88.92,73.84,43.16);border-color:rgb(88.92,73.84,43.16)}.list-group-item-yellow{color:rgb(123.24,97.76,52);background-color:rgb(249.96,236.24,211.6)}.list-group-item-yellow.list-group-item-action:hover,.list-group-item-yellow.list-group-item-action:focus{color:rgb(123.24,97.76,52);background-color:hsl(38.5401459854,79.1907514451%,85.5019607843%)}.list-group-item-yellow.list-group-item-action.active,.list-group-item-yellow.list-group-item-action.active-tabbed,.nav-tabs .list-group-item-yellow.list-group-item-action.navtab-link:hover,.list-group-item-yellow.list-group-item-action.tab-active,.list-group-item-yellow.list-group-item-action.toc-active{color:#fff;background-color:rgb(123.24,97.76,52);border-color:rgb(123.24,97.76,52)}.list-group-item-green{color:rgb(3.12,102.96,54.08);background-color:rgb(185.28,239.04,212.72)}.list-group-item-green.list-group-item-action:hover,.list-group-item-green.list-group-item-action:focus{color:rgb(3.12,102.96,54.08);background-color:rgb(164.53,234.29,200.1366666667)}.list-group-item-green.list-group-item-action.active,.list-group-item-green.list-group-item-action.active-tabbed,.nav-tabs .list-group-item-green.list-group-item-action.navtab-link:hover,.list-group-item-green.list-group-item-action.tab-active,.list-group-item-green.list-group-item-action.toc-active{color:#fff;background-color:rgb(3.12,102.96,54.08);border-color:rgb(3.12,102.96,54.08)}.list-group-item-orange{color:rgb(120.12,73.84,34.84);background-color:rgb(248.28,223.36,202.36)}.list-group-item-orange.list-group-item-action:hover,.list-group-item-orange.list-group-item-action:focus{color:rgb(120.12,73.84,34.84);background-color:hsl(27.4390243902,77.358490566%,83.3607843137%)}.list-group-item-orange.list-group-item-action.active,.list-group-item-orange.list-group-item-action.active-tabbed,.nav-tabs .list-group-item-orange.list-group-item-action.navtab-link:hover,.list-group-item-orange.list-group-item-action.tab-active,.list-group-item-orange.list-group-item-action.toc-active{color:#fff;background-color:rgb(120.12,73.84,34.84);border-color:rgb(120.12,73.84,34.84)}.list-group-item-avq-blue{color:rgb(29.64,83.72,110.24);background-color:rgb(199.56,228.68,242.96)}.list-group-item-avq-blue.list-group-item-action:hover,.list-group-item-avq-blue.list-group-item-action:focus{color:rgb(29.64,83.72,110.24);background-color:hsl(199.7419354839,64.3153526971%,81.768627451%)}.list-group-item-avq-blue.list-group-item-action.active,.list-group-item-avq-blue.list-group-item-action.active-tabbed,.nav-tabs .list-group-item-avq-blue.list-group-item-action.navtab-link:hover,.list-group-item-avq-blue.list-group-item-action.tab-active,.list-group-item-avq-blue.list-group-item-action.toc-active{color:#fff;background-color:rgb(29.64,83.72,110.24);border-color:rgb(29.64,83.72,110.24)}.modal-open{overflow:hidden}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal{position:fixed;top:0;left:0;z-index:1050;display:none;width:100%;height:100%;overflow:hidden;outline:0}.modal-dialog{position:relative;width:auto;margin:.5rem;pointer-events:none}.modal.fade .modal-dialog{transition:transform .3s ease-out;transform:translate(0, -50px)}@media(prefers-reduced-motion: reduce){.modal.fade .modal-dialog{transition:none}}.modal.show .modal-dialog{transform:none}.modal.modal-static .modal-dialog{transform:scale(1.02)}.modal-dialog-scrollable{display:flex;max-height:calc(100% - 1rem)}.modal-dialog-scrollable .modal-content{max-height:calc(100vh - 1rem);overflow:hidden}.modal-dialog-scrollable .modal-header,.modal-dialog-scrollable .modal-footer{flex-shrink:0}.modal-dialog-scrollable .modal-body{overflow-y:auto}.modal-dialog-centered{display:flex;align-items:center;min-height:calc(100% - 1rem)}.modal-dialog-centered::before{display:block;height:calc(100vh - 1rem);height:min-content;content:""}.modal-dialog-centered.modal-dialog-scrollable{flex-direction:column;justify-content:center;height:100%}.modal-dialog-centered.modal-dialog-scrollable .modal-content{max-height:none}.modal-dialog-centered.modal-dialog-scrollable::before{content:none}.modal-content{position:relative;display:flex;flex-direction:column;width:100%;pointer-events:auto;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:0;outline:0}.modal-backdrop{position:fixed;top:0;left:0;z-index:1040;width:100vw;height:100vh;background-color:#000}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:.5}.modal-header{display:flex;align-items:flex-start;justify-content:space-between;padding:1rem 1rem;border-bottom:1px solid #dee2e6;border-top-left-radius:0;border-top-right-radius:0}.modal-header .close{padding:1rem 1rem;margin:-1rem -1rem -1rem auto}.modal-title{margin-bottom:0;line-height:1.7}.modal-body{position:relative;flex:1 1 auto;padding:1rem}.modal-footer{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;padding:.75rem;border-top:1px solid #dee2e6;border-bottom-right-radius:0;border-bottom-left-radius:0}.modal-footer>*{margin:.25rem}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media(min-width: 576px){.modal-dialog{max-width:500px;margin:1.75rem auto}.modal-dialog-scrollable{max-height:calc(100% - 3.5rem)}.modal-dialog-scrollable .modal-content{max-height:calc(100vh - 3.5rem)}.modal-dialog-centered{min-height:calc(100% - 3.5rem)}.modal-dialog-centered::before{height:calc(100vh - 3.5rem);height:min-content}.modal-sm{max-width:300px}}@media(min-width: 992px){.modal-lg,.modal-xl{max-width:800px}}@media(min-width: 1200px){.modal-xl{max-width:1140px}}.tooltip{position:absolute;z-index:1070;display:block;margin:0;font-family:"Inter",sans-serif;font-style:normal;font-weight:300;line-height:1.7;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;white-space:normal;word-spacing:normal;line-break:auto;font-size:0.9296875rem;word-wrap:break-word;opacity:0}.tooltip.show{opacity:.9}.tooltip .arrow{position:absolute;display:block;width:.8rem;height:.4rem}.tooltip .arrow::before{position:absolute;content:"";border-color:rgba(0,0,0,0);border-style:solid}.bs-tooltip-top,.bs-tooltip-auto[x-placement^=top]{padding:.4rem 0}.bs-tooltip-top .arrow,.bs-tooltip-auto[x-placement^=top] .arrow{bottom:0}.bs-tooltip-top .arrow::before,.bs-tooltip-auto[x-placement^=top] .arrow::before{top:0;border-width:.4rem .4rem 0;border-top-color:#000}.bs-tooltip-right,.bs-tooltip-auto[x-placement^=right]{padding:0 .4rem}.bs-tooltip-right .arrow,.bs-tooltip-auto[x-placement^=right] .arrow{left:0;width:.4rem;height:.8rem}.bs-tooltip-right .arrow::before,.bs-tooltip-auto[x-placement^=right] .arrow::before{right:0;border-width:.4rem .4rem .4rem 0;border-right-color:#000}.bs-tooltip-bottom,.bs-tooltip-auto[x-placement^=bottom]{padding:.4rem 0}.bs-tooltip-bottom .arrow,.bs-tooltip-auto[x-placement^=bottom] .arrow{top:0}.bs-tooltip-bottom .arrow::before,.bs-tooltip-auto[x-placement^=bottom] .arrow::before{bottom:0;border-width:0 .4rem .4rem;border-bottom-color:#000}.bs-tooltip-left,.bs-tooltip-auto[x-placement^=left]{padding:0 .4rem}.bs-tooltip-left .arrow,.bs-tooltip-auto[x-placement^=left] .arrow{right:0;width:.4rem;height:.8rem}.bs-tooltip-left .arrow::before,.bs-tooltip-auto[x-placement^=left] .arrow::before{left:0;border-width:.4rem 0 .4rem .4rem;border-left-color:#000}.tooltip-inner{max-width:200px;padding:.25rem .5rem;color:#fff;text-align:center;background-color:#000;border-radius:0}.carousel{position:relative}.carousel.pointer-event{touch-action:pan-y}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner::after{display:block;clear:both;content:""}.carousel-item{position:relative;display:none;float:left;width:100%;margin-right:-100%;backface-visibility:hidden;transition:transform .6s ease-in-out}@media(prefers-reduced-motion: reduce){.carousel-item{transition:none}}.carousel-item.active,.carousel-item.active-tabbed,.nav-tabs .carousel-item.navtab-link:hover,.carousel-item.tab-active,.carousel-item.toc-active,.carousel-item-next,.carousel-item-prev{display:block}.carousel-item-next:not(.carousel-item-left),.active.carousel-item-right,.carousel-item-right.active-tabbed,.nav-tabs .carousel-item-right.navtab-link:hover,.carousel-item-right.tab-active,.carousel-item-right.toc-active{transform:translateX(100%)}.carousel-item-prev:not(.carousel-item-right),.active.carousel-item-left,.carousel-item-left.active-tabbed,.nav-tabs .carousel-item-left.navtab-link:hover,.carousel-item-left.tab-active,.carousel-item-left.toc-active{transform:translateX(-100%)}.carousel-fade .carousel-item{opacity:0;transition-property:opacity;transform:none}.carousel-fade .carousel-item.active,.carousel-fade .carousel-item.active-tabbed,.carousel-fade .nav-tabs .carousel-item.navtab-link:hover,.nav-tabs .carousel-fade .carousel-item.navtab-link:hover,.carousel-fade .carousel-item.tab-active,.carousel-fade .carousel-item.toc-active,.carousel-fade .carousel-item-next.carousel-item-left,.carousel-fade .carousel-item-prev.carousel-item-right{z-index:1;opacity:1}.carousel-fade .active.carousel-item-left,.carousel-fade .carousel-item-left.active-tabbed,.carousel-fade .nav-tabs .carousel-item-left.navtab-link:hover,.nav-tabs .carousel-fade .carousel-item-left.navtab-link:hover,.carousel-fade .carousel-item-left.tab-active,.carousel-fade .carousel-item-left.toc-active,.carousel-fade .active.carousel-item-right,.carousel-fade .carousel-item-right.active-tabbed,.carousel-fade .nav-tabs .carousel-item-right.navtab-link:hover,.nav-tabs .carousel-fade .carousel-item-right.navtab-link:hover,.carousel-fade .carousel-item-right.tab-active,.carousel-fade .carousel-item-right.toc-active{z-index:0;opacity:0;transition:opacity 0s .6s}@media(prefers-reduced-motion: reduce){.carousel-fade .active.carousel-item-left,.carousel-fade .carousel-item-left.active-tabbed,.carousel-fade .nav-tabs .carousel-item-left.navtab-link:hover,.nav-tabs .carousel-fade .carousel-item-left.navtab-link:hover,.carousel-fade .carousel-item-left.tab-active,.carousel-fade .carousel-item-left.toc-active,.carousel-fade .active.carousel-item-right,.carousel-fade .carousel-item-right.active-tabbed,.carousel-fade .nav-tabs .carousel-item-right.navtab-link:hover,.nav-tabs .carousel-fade .carousel-item-right.navtab-link:hover,.carousel-fade .carousel-item-right.tab-active,.carousel-fade .carousel-item-right.toc-active{transition:none}}.carousel-control-prev,.carousel-control-next{position:absolute;top:0;bottom:0;z-index:1;display:flex;align-items:center;justify-content:center;width:15%;padding:0;color:#fff;text-align:center;background:none;border:0;opacity:.5;transition:opacity .15s ease}@media(prefers-reduced-motion: reduce){.carousel-control-prev,.carousel-control-next{transition:none}}.carousel-control-prev:hover,.carousel-control-prev:focus,.carousel-control-next:hover,.carousel-control-next:focus{color:#fff;text-decoration:none;outline:0;opacity:.9}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-prev-icon,.carousel-control-next-icon{display:inline-block;width:20px;height:20px;background:50%/100% 100% no-repeat}.carousel-control-prev-icon{background-image:url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%23fff%27 width=%278%27 height=%278%27 viewBox=%270 0 8 8%27%3e%3cpath d=%27M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z%27/%3e%3c/svg%3e")}.carousel-control-next-icon{background-image:url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%23fff%27 width=%278%27 height=%278%27 viewBox=%270 0 8 8%27%3e%3cpath d=%27M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z%27/%3e%3c/svg%3e")}.carousel-indicators{position:absolute;right:0;bottom:0;left:0;z-index:15;display:flex;justify-content:center;padding-left:0;margin-right:15%;margin-left:15%;list-style:none}.carousel-indicators li{box-sizing:content-box;flex:0 1 auto;width:30px;height:3px;margin-right:3px;margin-left:3px;text-indent:-999px;cursor:pointer;background-color:#a8a3a3;background-clip:padding-box;border-top:10px solid rgba(0,0,0,0);border-bottom:10px solid rgba(0,0,0,0);opacity:.5;transition:opacity .6s ease}@media(prefers-reduced-motion: reduce){.carousel-indicators li{transition:none}}.carousel-indicators .active,.carousel-indicators .active-tabbed,.carousel-indicators .nav-tabs .navtab-link:hover,.nav-tabs .carousel-indicators .navtab-link:hover,.carousel-indicators .tab-active,.carousel-indicators .toc-active{opacity:1}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center}@keyframes spinner-border{to{transform:rotate(360deg)}}.spinner-border{display:inline-block;width:2rem;height:2rem;vertical-align:-0.125em;border:.25em solid currentcolor;border-right-color:rgba(0,0,0,0);border-radius:50%;animation:.75s linear infinite spinner-border}.spinner-border-sm{width:1rem;height:1rem;border-width:.2em}@keyframes spinner-grow{0%{transform:scale(0)}50%{opacity:1;transform:none}}.spinner-grow{display:inline-block;width:2rem;height:2rem;vertical-align:-0.125em;background-color:currentcolor;border-radius:50%;opacity:0;animation:.75s linear infinite spinner-grow}.spinner-grow-sm{width:1rem;height:1rem}@media(prefers-reduced-motion: reduce){.spinner-border,.spinner-grow{animation-duration:1.5s}}.align-baseline{vertical-align:baseline !important}.align-top{vertical-align:top !important}.align-middle{vertical-align:middle !important}.align-bottom{vertical-align:bottom !important}.align-text-bottom{vertical-align:text-bottom !important}.align-text-top{vertical-align:text-top !important}.bg-primary{background-color:#da2126 !important}a.bg-primary:hover,a.bg-primary:focus,button.bg-primary:hover,button.bg-primary:focus{background-color:rgb(173.7051792829,26.2948207171,30.2788844622) !important}.bg-secondary{background-color:#6c757d !important}a.bg-secondary:hover,a.bg-secondary:focus,button.bg-secondary:hover,button.bg-secondary:focus{background-color:rgb(84.3605150215,91.3905579399,97.6394849785) !important}.bg-success{background-color:#06c668 !important}a.bg-success:hover,a.bg-success:focus,button.bg-success:hover,button.bg-success:focus{background-color:rgb(4.5,148.5,78) !important}.bg-info{background-color:#316489 !important}a.bg-info:hover,a.bg-info:focus,button.bg-info:hover,button.bg-info:focus{background-color:rgb(35.564516129,72.5806451613,99.435483871) !important}.bg-warning{background-color:#ffc107 !important}a.bg-warning:hover,a.bg-warning:focus,button.bg-warning:hover,button.bg-warning:focus{background-color:rgb(211,158.25,0) !important}.bg-danger{background-color:#dc3545 !important}a.bg-danger:hover,a.bg-danger:focus,button.bg-danger:hover,button.bg-danger:focus{background-color:rgb(189.2151898734,32.7848101266,47.7721518987) !important}.bg-light{background-color:#f8f9fa !important}a.bg-light:hover,a.bg-light:focus,button.bg-light:hover,button.bg-light:focus{background-color:rgb(218.25,223.5,228.75) !important}.bg-dark{background-color:#343a40 !important}a.bg-dark:hover,a.bg-dark:focus,button.bg-dark:hover,button.bg-dark:focus{background-color:rgb(29.1379310345,32.5,35.8620689655) !important}.bg-lightgrey{background-color:#f7f7f7 !important}a.bg-lightgrey:hover,a.bg-lightgrey:focus,button.bg-lightgrey:hover,button.bg-lightgrey:focus{background-color:rgb(221.5,221.5,221.5) !important}.bg-middlegrey{background-color:#a8a3a3 !important}a.bg-middlegrey:hover,a.bg-middlegrey:focus,button.bg-middlegrey:hover,button.bg-middlegrey:focus{background-color:hsl(0,2.7932960894%,54.9019607843%) !important}.bg-darkergrey{background-color:#5e5e5e !important}a.bg-darkergrey:hover,a.bg-darkergrey:focus,button.bg-darkergrey:hover,button.bg-darkergrey:focus{background-color:rgb(68.5,68.5,68.5) !important}.bg-darkgrey{background-color:#333 !important}a.bg-darkgrey:hover,a.bg-darkgrey:focus,button.bg-darkgrey:hover,button.bg-darkgrey:focus{background-color:hsl(0,0%,10%) !important}.bg-fruitred{background-color:#ff605d !important}a.bg-fruitred:hover,a.bg-fruitred:focus,button.bg-fruitred:hover,button.bg-fruitred:focus{background-color:rgb(255,45.9444444444,42) !important}.bg-red{background-color:#da2126 !important}a.bg-red:hover,a.bg-red:focus,button.bg-red:hover,button.bg-red:focus{background-color:rgb(173.7051792829,26.2948207171,30.2788844622) !important}.bg-lightblue{background-color:#6495ed !important}a.bg-lightblue:hover,a.bg-lightblue:focus,button.bg-lightblue:hover,button.bg-lightblue:focus{background-color:rgb(54.3063583815,117.7514450867,231.6936416185) !important}.bg-darkblue{background-color:#316489 !important}a.bg-darkblue:hover,a.bg-darkblue:focus,button.bg-darkblue:hover,button.bg-darkblue:focus{background-color:rgb(35.564516129,72.5806451613,99.435483871) !important}.bg-gold{background-color:#dfbd70 !important}a.bg-gold:hover,a.bg-gold:focus,button.bg-gold:hover,button.bg-gold:focus{background-color:rgb(213.6742857143,169.7657142857,70.3257142857) !important}.bg-darkgold{background-color:#ab8e53 !important}a.bg-darkgold:hover,a.bg-darkgold:focus,button.bg-darkgold:hover,button.bg-darkgold:focus{background-color:rgb(136.6653543307,113.4881889764,66.3346456693) !important}.bg-yellow{background-color:#edbc64 !important}a.bg-yellow:hover,a.bg-yellow:focus,button.bg-yellow:hover,button.bg-yellow:focus{background-color:rgb(231.6936416185,168.2485549133,54.3063583815) !important}.bg-green{background-color:#06c668 !important}a.bg-green:hover,a.bg-green:focus,button.bg-green:hover,button.bg-green:focus{background-color:rgb(4.5,148.5,78) !important}.bg-orange{background-color:#e78e43 !important}a.bg-orange:hover,a.bg-orange:focus,button.bg-orange:hover,button.bg-orange:focus{background-color:hsl(27.4390243902,77.358490566%,48.431372549%) !important}.bg-avq-blue{background-color:#39a1d4 !important}a.bg-avq-blue:hover,a.bg-avq-blue:focus,button.bg-avq-blue:hover,button.bg-avq-blue:focus{background-color:rgb(38.8962655602,132.9709543568,179.1037344398) !important}.bg-white{background-color:#fff !important}.bg-transparent{background-color:rgba(0,0,0,0) !important}.border{border:1px solid #dee2e6 !important}.border-top{border-top:1px solid #dee2e6 !important}.border-right{border-right:1px solid #dee2e6 !important}.border-bottom{border-bottom:1px solid #dee2e6 !important}.border-left{border-left:1px solid #dee2e6 !important}.border-0{border:0 !important}.border-top-0{border-top:0 !important}.border-right-0{border-right:0 !important}.border-bottom-0{border-bottom:0 !important}.border-left-0{border-left:0 !important}.border-primary{border-color:#da2126 !important}.border-secondary{border-color:#6c757d !important}.border-success{border-color:#06c668 !important}.border-info{border-color:#316489 !important}.border-warning{border-color:#ffc107 !important}.border-danger{border-color:#dc3545 !important}.border-light{border-color:#f8f9fa !important}.border-dark{border-color:#343a40 !important}.border-lightgrey{border-color:#f7f7f7 !important}.border-middlegrey{border-color:#a8a3a3 !important}.border-darkergrey{border-color:#5e5e5e !important}.border-darkgrey{border-color:#333 !important}.border-fruitred{border-color:#ff605d !important}.border-red{border-color:#da2126 !important}.border-lightblue{border-color:#6495ed !important}.border-darkblue{border-color:#316489 !important}.border-gold{border-color:#dfbd70 !important}.border-darkgold{border-color:#ab8e53 !important}.border-yellow{border-color:#edbc64 !important}.border-green{border-color:#06c668 !important}.border-orange{border-color:#e78e43 !important}.border-avq-blue{border-color:#39a1d4 !important}.border-white{border-color:#fff !important}.rounded-sm{border-radius:0 !important}.rounded{border-radius:0 !important}.rounded-top{border-top-left-radius:0 !important;border-top-right-radius:0 !important}.rounded-right{border-top-right-radius:0 !important;border-bottom-right-radius:0 !important}.rounded-bottom{border-bottom-right-radius:0 !important;border-bottom-left-radius:0 !important}.rounded-left{border-top-left-radius:0 !important;border-bottom-left-radius:0 !important}.rounded-lg{border-radius:0 !important}.rounded-circle{border-radius:50% !important}.rounded-pill{border-radius:50rem !important}.rounded-0{border-radius:0 !important}.clearfix::after{display:block;clear:both;content:""}.d-none{display:none !important}.d-inline,.mobile-menu li{display:inline !important}.d-inline-block{display:inline-block !important}.d-block{display:block !important}.d-table{display:table !important}.d-table-row{display:table-row !important}.d-table-cell{display:table-cell !important}.d-flex{display:flex !important}.d-inline-flex{display:inline-flex !important}@media(min-width: 576px){.d-sm-none{display:none !important}.d-sm-inline{display:inline !important}.d-sm-inline-block{display:inline-block !important}.d-sm-block{display:block !important}.d-sm-table{display:table !important}.d-sm-table-row{display:table-row !important}.d-sm-table-cell{display:table-cell !important}.d-sm-flex{display:flex !important}.d-sm-inline-flex{display:inline-flex !important}}@media(min-width: 768px){.d-md-none{display:none !important}.d-md-inline{display:inline !important}.d-md-inline-block{display:inline-block !important}.d-md-block{display:block !important}.d-md-table{display:table !important}.d-md-table-row{display:table-row !important}.d-md-table-cell{display:table-cell !important}.d-md-flex{display:flex !important}.d-md-inline-flex{display:inline-flex !important}}@media(min-width: 992px){.d-lg-none{display:none !important}.d-lg-inline{display:inline !important}.d-lg-inline-block{display:inline-block !important}.d-lg-block{display:block !important}.d-lg-table{display:table !important}.d-lg-table-row{display:table-row !important}.d-lg-table-cell{display:table-cell !important}.d-lg-flex{display:flex !important}.d-lg-inline-flex{display:inline-flex !important}}@media(min-width: 1200px){.d-xl-none{display:none !important}.d-xl-inline{display:inline !important}.d-xl-inline-block{display:inline-block !important}.d-xl-block{display:block !important}.d-xl-table{display:table !important}.d-xl-table-row{display:table-row !important}.d-xl-table-cell{display:table-cell !important}.d-xl-flex{display:flex !important}.d-xl-inline-flex{display:inline-flex !important}}@media print{.d-print-none{display:none !important}.d-print-inline{display:inline !important}.d-print-inline-block{display:inline-block !important}.d-print-block{display:block !important}.d-print-table{display:table !important}.d-print-table-row{display:table-row !important}.d-print-table-cell{display:table-cell !important}.d-print-flex{display:flex !important}.d-print-inline-flex{display:inline-flex !important}}.embed-responsive{position:relative;display:block;width:100%;padding:0;overflow:hidden}.embed-responsive::before{display:block;content:""}.embed-responsive .embed-responsive-item,.embed-responsive iframe,.embed-responsive embed,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive-21by9::before{padding-top:42.85714286%}.embed-responsive-16by9::before{padding-top:56.25%}.embed-responsive-4by3::before{padding-top:75%}.embed-responsive-1by1::before{padding-top:100%}.flex-row{flex-direction:row !important}.flex-column{flex-direction:column !important}.flex-row-reverse{flex-direction:row-reverse !important}.flex-column-reverse{flex-direction:column-reverse !important}.flex-wrap{flex-wrap:wrap !important}.flex-nowrap,.navbar-nav>div,.mobile-menu ul>div,.mobile-menu ul>div>div,.navbar-nav>div>div,.mobile-menu ul>div>div>div{flex-wrap:nowrap !important}.flex-wrap-reverse{flex-wrap:wrap-reverse !important}.flex-fill{flex:1 1 auto !important}.flex-grow-0{flex-grow:0 !important}.flex-grow-1{flex-grow:1 !important}.flex-shrink-0{flex-shrink:0 !important}.flex-shrink-1{flex-shrink:1 !important}.justify-content-start{justify-content:flex-start !important}.justify-content-end{justify-content:flex-end !important}.justify-content-center{justify-content:center !important}.justify-content-between{justify-content:space-between !important}.justify-content-around{justify-content:space-around !important}.align-items-start{align-items:flex-start !important}.align-items-end{align-items:flex-end !important}.align-items-center{align-items:center !important}.align-items-baseline{align-items:baseline !important}.align-items-stretch{align-items:stretch !important}.align-content-start{align-content:flex-start !important}.align-content-end{align-content:flex-end !important}.align-content-center{align-content:center !important}.align-content-between{align-content:space-between !important}.align-content-around{align-content:space-around !important}.align-content-stretch{align-content:stretch !important}.align-self-auto{align-self:auto !important}.align-self-start{align-self:flex-start !important}.align-self-end{align-self:flex-end !important}.align-self-center{align-self:center !important}.align-self-baseline{align-self:baseline !important}.align-self-stretch{align-self:stretch !important}@media(min-width: 576px){.flex-sm-row{flex-direction:row !important}.flex-sm-column{flex-direction:column !important}.flex-sm-row-reverse{flex-direction:row-reverse !important}.flex-sm-column-reverse{flex-direction:column-reverse !important}.flex-sm-wrap{flex-wrap:wrap !important}.flex-sm-nowrap{flex-wrap:nowrap !important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse !important}.flex-sm-fill{flex:1 1 auto !important}.flex-sm-grow-0{flex-grow:0 !important}.flex-sm-grow-1{flex-grow:1 !important}.flex-sm-shrink-0{flex-shrink:0 !important}.flex-sm-shrink-1{flex-shrink:1 !important}.justify-content-sm-start{justify-content:flex-start !important}.justify-content-sm-end{justify-content:flex-end !important}.justify-content-sm-center{justify-content:center !important}.justify-content-sm-between{justify-content:space-between !important}.justify-content-sm-around{justify-content:space-around !important}.align-items-sm-start{align-items:flex-start !important}.align-items-sm-end{align-items:flex-end !important}.align-items-sm-center{align-items:center !important}.align-items-sm-baseline{align-items:baseline !important}.align-items-sm-stretch{align-items:stretch !important}.align-content-sm-start{align-content:flex-start !important}.align-content-sm-end{align-content:flex-end !important}.align-content-sm-center{align-content:center !important}.align-content-sm-between{align-content:space-between !important}.align-content-sm-around{align-content:space-around !important}.align-content-sm-stretch{align-content:stretch !important}.align-self-sm-auto{align-self:auto !important}.align-self-sm-start{align-self:flex-start !important}.align-self-sm-end{align-self:flex-end !important}.align-self-sm-center{align-self:center !important}.align-self-sm-baseline{align-self:baseline !important}.align-self-sm-stretch{align-self:stretch !important}}@media(min-width: 768px){.flex-md-row{flex-direction:row !important}.flex-md-column{flex-direction:column !important}.flex-md-row-reverse{flex-direction:row-reverse !important}.flex-md-column-reverse{flex-direction:column-reverse !important}.flex-md-wrap{flex-wrap:wrap !important}.flex-md-nowrap{flex-wrap:nowrap !important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse !important}.flex-md-fill{flex:1 1 auto !important}.flex-md-grow-0{flex-grow:0 !important}.flex-md-grow-1{flex-grow:1 !important}.flex-md-shrink-0{flex-shrink:0 !important}.flex-md-shrink-1{flex-shrink:1 !important}.justify-content-md-start{justify-content:flex-start !important}.justify-content-md-end{justify-content:flex-end !important}.justify-content-md-center{justify-content:center !important}.justify-content-md-between{justify-content:space-between !important}.justify-content-md-around{justify-content:space-around !important}.align-items-md-start{align-items:flex-start !important}.align-items-md-end{align-items:flex-end !important}.align-items-md-center{align-items:center !important}.align-items-md-baseline{align-items:baseline !important}.align-items-md-stretch{align-items:stretch !important}.align-content-md-start{align-content:flex-start !important}.align-content-md-end{align-content:flex-end !important}.align-content-md-center{align-content:center !important}.align-content-md-between{align-content:space-between !important}.align-content-md-around{align-content:space-around !important}.align-content-md-stretch{align-content:stretch !important}.align-self-md-auto{align-self:auto !important}.align-self-md-start{align-self:flex-start !important}.align-self-md-end{align-self:flex-end !important}.align-self-md-center{align-self:center !important}.align-self-md-baseline{align-self:baseline !important}.align-self-md-stretch{align-self:stretch !important}}@media(min-width: 992px){.flex-lg-row{flex-direction:row !important}.flex-lg-column{flex-direction:column !important}.flex-lg-row-reverse{flex-direction:row-reverse !important}.flex-lg-column-reverse{flex-direction:column-reverse !important}.flex-lg-wrap{flex-wrap:wrap !important}.flex-lg-nowrap{flex-wrap:nowrap !important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse !important}.flex-lg-fill{flex:1 1 auto !important}.flex-lg-grow-0{flex-grow:0 !important}.flex-lg-grow-1{flex-grow:1 !important}.flex-lg-shrink-0{flex-shrink:0 !important}.flex-lg-shrink-1{flex-shrink:1 !important}.justify-content-lg-start{justify-content:flex-start !important}.justify-content-lg-end{justify-content:flex-end !important}.justify-content-lg-center{justify-content:center !important}.justify-content-lg-between{justify-content:space-between !important}.justify-content-lg-around{justify-content:space-around !important}.align-items-lg-start{align-items:flex-start !important}.align-items-lg-end{align-items:flex-end !important}.align-items-lg-center{align-items:center !important}.align-items-lg-baseline{align-items:baseline !important}.align-items-lg-stretch{align-items:stretch !important}.align-content-lg-start{align-content:flex-start !important}.align-content-lg-end{align-content:flex-end !important}.align-content-lg-center{align-content:center !important}.align-content-lg-between{align-content:space-between !important}.align-content-lg-around{align-content:space-around !important}.align-content-lg-stretch{align-content:stretch !important}.align-self-lg-auto{align-self:auto !important}.align-self-lg-start{align-self:flex-start !important}.align-self-lg-end{align-self:flex-end !important}.align-self-lg-center{align-self:center !important}.align-self-lg-baseline{align-self:baseline !important}.align-self-lg-stretch{align-self:stretch !important}}@media(min-width: 1200px){.flex-xl-row{flex-direction:row !important}.flex-xl-column{flex-direction:column !important}.flex-xl-row-reverse{flex-direction:row-reverse !important}.flex-xl-column-reverse{flex-direction:column-reverse !important}.flex-xl-wrap{flex-wrap:wrap !important}.flex-xl-nowrap{flex-wrap:nowrap !important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse !important}.flex-xl-fill{flex:1 1 auto !important}.flex-xl-grow-0{flex-grow:0 !important}.flex-xl-grow-1{flex-grow:1 !important}.flex-xl-shrink-0{flex-shrink:0 !important}.flex-xl-shrink-1{flex-shrink:1 !important}.justify-content-xl-start{justify-content:flex-start !important}.justify-content-xl-end{justify-content:flex-end !important}.justify-content-xl-center{justify-content:center !important}.justify-content-xl-between{justify-content:space-between !important}.justify-content-xl-around{justify-content:space-around !important}.align-items-xl-start{align-items:flex-start !important}.align-items-xl-end{align-items:flex-end !important}.align-items-xl-center{align-items:center !important}.align-items-xl-baseline{align-items:baseline !important}.align-items-xl-stretch{align-items:stretch !important}.align-content-xl-start{align-content:flex-start !important}.align-content-xl-end{align-content:flex-end !important}.align-content-xl-center{align-content:center !important}.align-content-xl-between{align-content:space-between !important}.align-content-xl-around{align-content:space-around !important}.align-content-xl-stretch{align-content:stretch !important}.align-self-xl-auto{align-self:auto !important}.align-self-xl-start{align-self:flex-start !important}.align-self-xl-end{align-self:flex-end !important}.align-self-xl-center{align-self:center !important}.align-self-xl-baseline{align-self:baseline !important}.align-self-xl-stretch{align-self:stretch !important}}.float-left{float:left !important}.float-right{float:right !important}.float-none{float:none !important}@media(min-width: 576px){.float-sm-left{float:left !important}.float-sm-right{float:right !important}.float-sm-none{float:none !important}}@media(min-width: 768px){.float-md-left{float:left !important}.float-md-right{float:right !important}.float-md-none{float:none !important}}@media(min-width: 992px){.float-lg-left{float:left !important}.float-lg-right{float:right !important}.float-lg-none{float:none !important}}@media(min-width: 1200px){.float-xl-left{float:left !important}.float-xl-right{float:right !important}.float-xl-none{float:none !important}}.user-select-all{user-select:all !important}.user-select-auto{user-select:auto !important}.user-select-none{user-select:none !important}.overflow-auto{overflow:auto !important}.overflow-hidden{overflow:hidden !important}.position-static{position:static !important}.position-relative{position:relative !important}.position-absolute{position:absolute !important}.position-fixed{position:fixed !important}.position-sticky{position:sticky !important}.fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030}.fixed-bottom{position:fixed;right:0;bottom:0;left:0;z-index:1030}@supports(position: sticky){.sticky-top{position:sticky;top:0;z-index:1020}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;overflow:visible;clip:auto;white-space:normal}.shadow-sm{box-shadow:0 .125rem .25rem rgba(0,0,0,.075) !important}.shadow{box-shadow:0 0 10px -3px rgba(0,0,0,.15) !important}.shadow-lg{box-shadow:0 1rem 3rem rgba(0,0,0,.175) !important}.shadow-none{box-shadow:none !important}.w-25{width:25% !important}.w-50{width:50% !important}.w-75{width:75% !important}.w-100{width:100% !important}.w-auto{width:auto !important}.h-25{height:25% !important}.h-50{height:50% !important}.h-75{height:75% !important}.h-100{height:100% !important}.h-auto{height:auto !important}.mw-100{max-width:100% !important}.mh-100{max-height:100% !important}.min-vw-100{min-width:100vw !important}.min-vh-100{min-height:100vh !important}.vw-100{width:100vw !important}.vh-100{height:100vh !important}.m-0{margin:0 !important}.mt-0,.my-0{margin-top:0 !important}.mr-0,.mx-0{margin-right:0 !important}.mb-0,.my-0{margin-bottom:0 !important}.ml-0,.mx-0{margin-left:0 !important}.m-1{margin:.25rem !important}.mt-1,.my-1{margin-top:.25rem !important}.mr-1,.mx-1{margin-right:.25rem !important}.mb-1,.my-1{margin-bottom:.25rem !important}.ml-1,.mx-1{margin-left:.25rem !important}.m-2{margin:.5rem !important}.mt-2,.my-2{margin-top:.5rem !important}.mr-2,.mx-2{margin-right:.5rem !important}.mb-2,.my-2{margin-bottom:.5rem !important}.ml-2,.mx-2{margin-left:.5rem !important}.m-3{margin:1rem !important}.mt-3,.my-3{margin-top:1rem !important}.mr-3,.mx-3{margin-right:1rem !important}.mb-3,.my-3{margin-bottom:1rem !important}.ml-3,.mx-3{margin-left:1rem !important}.m-4{margin:1.5rem !important}.mt-4,.my-4{margin-top:1.5rem !important}.mr-4,.mobile-menu li,.mx-4{margin-right:1.5rem !important}.mb-4,.my-4{margin-bottom:1.5rem !important}.ml-4,.mx-4{margin-left:1.5rem !important}.m-5{margin:3rem !important}.mt-5,.my-5{margin-top:3rem !important}.mr-5,.mx-5{margin-right:3rem !important}.mb-5,.my-5{margin-bottom:3rem !important}.ml-5,.mx-5{margin-left:3rem !important}.m-6{margin:4.5rem !important}.mt-6,.my-6{margin-top:4.5rem !important}.mr-6,.mx-6{margin-right:4.5rem !important}.mb-6,.my-6{margin-bottom:4.5rem !important}.ml-6,.mx-6{margin-left:4.5rem !important}.m-7{margin:6rem !important}.mt-7,.my-7{margin-top:6rem !important}.mr-7,.mx-7{margin-right:6rem !important}.mb-7,.my-7{margin-bottom:6rem !important}.ml-7,.mx-7{margin-left:6rem !important}.m-8{margin:7.5rem !important}.mt-8,.my-8{margin-top:7.5rem !important}.mr-8,.mx-8{margin-right:7.5rem !important}.mb-8,.my-8{margin-bottom:7.5rem !important}.ml-8,.mx-8{margin-left:7.5rem !important}.p-0{padding:0 !important}.pt-0,.py-0{padding-top:0 !important}.pr-0,.px-0{padding-right:0 !important}.pb-0,.py-0{padding-bottom:0 !important}.pl-0,.px-0{padding-left:0 !important}.p-1{padding:.25rem !important}.pt-1,.py-1{padding-top:.25rem !important}.pr-1,.px-1{padding-right:.25rem !important}.pb-1,.py-1{padding-bottom:.25rem !important}.pl-1,.pdfforge-website-content-imagebutton.cpl-1 figcaption,.px-1{padding-left:.25rem !important}.p-2{padding:.5rem !important}.pt-2,.py-2{padding-top:.5rem !important}.pr-2,.px-2{padding-right:.5rem !important}.pb-2,.py-2{padding-bottom:.5rem !important}.pl-2,.pdfforge-website-content-imagebutton.cpl-2 figcaption,.px-2{padding-left:.5rem !important}.p-3{padding:1rem !important}.pt-3,.py-3{padding-top:1rem !important}.pr-3,.px-3{padding-right:1rem !important}.pb-3,.py-3{padding-bottom:1rem !important}.pl-3,.pdfforge-website-content-imagebutton.cpl-3 figcaption,.px-3{padding-left:1rem !important}.p-4{padding:1.5rem !important}.pt-4,.py-4{padding-top:1.5rem !important}.pr-4,.px-4{padding-right:1.5rem !important}.pb-4,.py-4{padding-bottom:1.5rem !important}.pl-4,.pdfforge-website-content-imagebutton.cpl-4 figcaption,.px-4{padding-left:1.5rem !important}.p-5{padding:3rem !important}.pt-5,.py-5{padding-top:3rem !important}.pr-5,.px-5{padding-right:3rem !important}.pb-5,.py-5{padding-bottom:3rem !important}.pl-5,.pdfforge-website-content-imagebutton.cpl-5 figcaption,.px-5{padding-left:3rem !important}.p-6{padding:4.5rem !important}.pt-6,.py-6{padding-top:4.5rem !important}.pr-6,.px-6{padding-right:4.5rem !important}.pb-6,.py-6{padding-bottom:4.5rem !important}.pl-6,.px-6{padding-left:4.5rem !important}.p-7{padding:6rem !important}.pt-7,.py-7{padding-top:6rem !important}.pr-7,.px-7{padding-right:6rem !important}.pb-7,.py-7{padding-bottom:6rem !important}.pl-7,.px-7{padding-left:6rem !important}.p-8{padding:7.5rem !important}.pt-8,.py-8{padding-top:7.5rem !important}.pr-8,.px-8{padding-right:7.5rem !important}.pb-8,.py-8{padding-bottom:7.5rem !important}.pl-8,.px-8{padding-left:7.5rem !important}.m-n1{margin:-0.25rem !important}.mt-n1,.my-n1{margin-top:-0.25rem !important}.mr-n1,.mx-n1{margin-right:-0.25rem !important}.mb-n1,.my-n1{margin-bottom:-0.25rem !important}.ml-n1,.mx-n1{margin-left:-0.25rem !important}.m-n2{margin:-0.5rem !important}.mt-n2,.my-n2{margin-top:-0.5rem !important}.mr-n2,.mx-n2{margin-right:-0.5rem !important}.mb-n2,.my-n2{margin-bottom:-0.5rem !important}.ml-n2,.mx-n2{margin-left:-0.5rem !important}.m-n3{margin:-1rem !important}.mt-n3,.my-n3{margin-top:-1rem !important}.mr-n3,.mx-n3{margin-right:-1rem !important}.mb-n3,.my-n3{margin-bottom:-1rem !important}.ml-n3,.mx-n3{margin-left:-1rem !important}.m-n4{margin:-1.5rem !important}.mt-n4,.my-n4{margin-top:-1.5rem !important}.mr-n4,.mx-n4{margin-right:-1.5rem !important}.mb-n4,.my-n4{margin-bottom:-1.5rem !important}.ml-n4,.mx-n4{margin-left:-1.5rem !important}.m-n5{margin:-3rem !important}.mt-n5,.my-n5{margin-top:-3rem !important}.mr-n5,.mx-n5{margin-right:-3rem !important}.mb-n5,.my-n5{margin-bottom:-3rem !important}.ml-n5,.mx-n5{margin-left:-3rem !important}.m-n6{margin:-4.5rem !important}.mt-n6,.my-n6{margin-top:-4.5rem !important}.mr-n6,.mx-n6{margin-right:-4.5rem !important}.mb-n6,.my-n6{margin-bottom:-4.5rem !important}.ml-n6,.mx-n6{margin-left:-4.5rem !important}.m-n7{margin:-6rem !important}.mt-n7,.my-n7{margin-top:-6rem !important}.mr-n7,.mx-n7{margin-right:-6rem !important}.mb-n7,.my-n7{margin-bottom:-6rem !important}.ml-n7,.mx-n7{margin-left:-6rem !important}.m-n8{margin:-7.5rem !important}.mt-n8,.my-n8{margin-top:-7.5rem !important}.mr-n8,.mx-n8{margin-right:-7.5rem !important}.mb-n8,.my-n8{margin-bottom:-7.5rem !important}.ml-n8,.mx-n8{margin-left:-7.5rem !important}.m-auto{margin:auto !important}.mt-auto,.my-auto{margin-top:auto !important}.mr-auto,.mx-auto{margin-right:auto !important}.mb-auto,.my-auto{margin-bottom:auto !important}.ml-auto,.navbar-nav>div,.mobile-menu ul>div,.mobile-menu ul>div>div,.navbar-nav>div>div,.mobile-menu ul>div>div>div,.mx-auto{margin-left:auto !important}@media(min-width: 576px){.m-sm-0{margin:0 !important}.mt-sm-0,.my-sm-0{margin-top:0 !important}.mr-sm-0,.mx-sm-0{margin-right:0 !important}.mb-sm-0,.my-sm-0{margin-bottom:0 !important}.ml-sm-0,.mx-sm-0{margin-left:0 !important}.m-sm-1{margin:.25rem !important}.mt-sm-1,.my-sm-1{margin-top:.25rem !important}.mr-sm-1,.mx-sm-1{margin-right:.25rem !important}.mb-sm-1,.my-sm-1{margin-bottom:.25rem !important}.ml-sm-1,.mx-sm-1{margin-left:.25rem !important}.m-sm-2{margin:.5rem !important}.mt-sm-2,.my-sm-2{margin-top:.5rem !important}.mr-sm-2,.mx-sm-2{margin-right:.5rem !important}.mb-sm-2,.my-sm-2{margin-bottom:.5rem !important}.ml-sm-2,.mx-sm-2{margin-left:.5rem !important}.m-sm-3{margin:1rem !important}.mt-sm-3,.my-sm-3{margin-top:1rem !important}.mr-sm-3,.mx-sm-3{margin-right:1rem !important}.mb-sm-3,.my-sm-3{margin-bottom:1rem !important}.ml-sm-3,.mx-sm-3{margin-left:1rem !important}.m-sm-4{margin:1.5rem !important}.mt-sm-4,.my-sm-4{margin-top:1.5rem !important}.mr-sm-4,.mx-sm-4{margin-right:1.5rem !important}.mb-sm-4,.my-sm-4{margin-bottom:1.5rem !important}.ml-sm-4,.mx-sm-4{margin-left:1.5rem !important}.m-sm-5{margin:3rem !important}.mt-sm-5,.my-sm-5{margin-top:3rem !important}.mr-sm-5,.mx-sm-5{margin-right:3rem !important}.mb-sm-5,.my-sm-5{margin-bottom:3rem !important}.ml-sm-5,.mx-sm-5{margin-left:3rem !important}.m-sm-6{margin:4.5rem !important}.mt-sm-6,.my-sm-6{margin-top:4.5rem !important}.mr-sm-6,.mx-sm-6{margin-right:4.5rem !important}.mb-sm-6,.my-sm-6{margin-bottom:4.5rem !important}.ml-sm-6,.mx-sm-6{margin-left:4.5rem !important}.m-sm-7{margin:6rem !important}.mt-sm-7,.my-sm-7{margin-top:6rem !important}.mr-sm-7,.mx-sm-7{margin-right:6rem !important}.mb-sm-7,.my-sm-7{margin-bottom:6rem !important}.ml-sm-7,.mx-sm-7{margin-left:6rem !important}.m-sm-8{margin:7.5rem !important}.mt-sm-8,.my-sm-8{margin-top:7.5rem !important}.mr-sm-8,.mx-sm-8{margin-right:7.5rem !important}.mb-sm-8,.my-sm-8{margin-bottom:7.5rem !important}.ml-sm-8,.mx-sm-8{margin-left:7.5rem !important}.p-sm-0{padding:0 !important}.pt-sm-0,.py-sm-0{padding-top:0 !important}.pr-sm-0,.px-sm-0{padding-right:0 !important}.pb-sm-0,.py-sm-0{padding-bottom:0 !important}.pl-sm-0,.px-sm-0{padding-left:0 !important}.p-sm-1{padding:.25rem !important}.pt-sm-1,.py-sm-1{padding-top:.25rem !important}.pr-sm-1,.px-sm-1{padding-right:.25rem !important}.pb-sm-1,.py-sm-1{padding-bottom:.25rem !important}.pl-sm-1,.px-sm-1{padding-left:.25rem !important}.p-sm-2{padding:.5rem !important}.pt-sm-2,.py-sm-2{padding-top:.5rem !important}.pr-sm-2,.px-sm-2{padding-right:.5rem !important}.pb-sm-2,.py-sm-2{padding-bottom:.5rem !important}.pl-sm-2,.px-sm-2{padding-left:.5rem !important}.p-sm-3{padding:1rem !important}.pt-sm-3,.py-sm-3{padding-top:1rem !important}.pr-sm-3,.px-sm-3{padding-right:1rem !important}.pb-sm-3,.py-sm-3{padding-bottom:1rem !important}.pl-sm-3,.px-sm-3{padding-left:1rem !important}.p-sm-4{padding:1.5rem !important}.pt-sm-4,.py-sm-4{padding-top:1.5rem !important}.pr-sm-4,.px-sm-4{padding-right:1.5rem !important}.pb-sm-4,.py-sm-4{padding-bottom:1.5rem !important}.pl-sm-4,.px-sm-4{padding-left:1.5rem !important}.p-sm-5{padding:3rem !important}.pt-sm-5,.py-sm-5{padding-top:3rem !important}.pr-sm-5,.px-sm-5{padding-right:3rem !important}.pb-sm-5,.py-sm-5{padding-bottom:3rem !important}.pl-sm-5,.px-sm-5{padding-left:3rem !important}.p-sm-6{padding:4.5rem !important}.pt-sm-6,.py-sm-6{padding-top:4.5rem !important}.pr-sm-6,.px-sm-6{padding-right:4.5rem !important}.pb-sm-6,.py-sm-6{padding-bottom:4.5rem !important}.pl-sm-6,.px-sm-6{padding-left:4.5rem !important}.p-sm-7{padding:6rem !important}.pt-sm-7,.py-sm-7{padding-top:6rem !important}.pr-sm-7,.px-sm-7{padding-right:6rem !important}.pb-sm-7,.py-sm-7{padding-bottom:6rem !important}.pl-sm-7,.px-sm-7{padding-left:6rem !important}.p-sm-8{padding:7.5rem !important}.pt-sm-8,.py-sm-8{padding-top:7.5rem !important}.pr-sm-8,.px-sm-8{padding-right:7.5rem !important}.pb-sm-8,.py-sm-8{padding-bottom:7.5rem !important}.pl-sm-8,.px-sm-8{padding-left:7.5rem !important}.m-sm-n1{margin:-0.25rem !important}.mt-sm-n1,.my-sm-n1{margin-top:-0.25rem !important}.mr-sm-n1,.mx-sm-n1{margin-right:-0.25rem !important}.mb-sm-n1,.my-sm-n1{margin-bottom:-0.25rem !important}.ml-sm-n1,.mx-sm-n1{margin-left:-0.25rem !important}.m-sm-n2{margin:-0.5rem !important}.mt-sm-n2,.my-sm-n2{margin-top:-0.5rem !important}.mr-sm-n2,.mx-sm-n2{margin-right:-0.5rem !important}.mb-sm-n2,.my-sm-n2{margin-bottom:-0.5rem !important}.ml-sm-n2,.mx-sm-n2{margin-left:-0.5rem !important}.m-sm-n3{margin:-1rem !important}.mt-sm-n3,.my-sm-n3{margin-top:-1rem !important}.mr-sm-n3,.mx-sm-n3{margin-right:-1rem !important}.mb-sm-n3,.my-sm-n3{margin-bottom:-1rem !important}.ml-sm-n3,.mx-sm-n3{margin-left:-1rem !important}.m-sm-n4{margin:-1.5rem !important}.mt-sm-n4,.my-sm-n4{margin-top:-1.5rem !important}.mr-sm-n4,.mx-sm-n4{margin-right:-1.5rem !important}.mb-sm-n4,.my-sm-n4{margin-bottom:-1.5rem !important}.ml-sm-n4,.mx-sm-n4{margin-left:-1.5rem !important}.m-sm-n5{margin:-3rem !important}.mt-sm-n5,.my-sm-n5{margin-top:-3rem !important}.mr-sm-n5,.mx-sm-n5{margin-right:-3rem !important}.mb-sm-n5,.my-sm-n5{margin-bottom:-3rem !important}.ml-sm-n5,.mx-sm-n5{margin-left:-3rem !important}.m-sm-n6{margin:-4.5rem !important}.mt-sm-n6,.my-sm-n6{margin-top:-4.5rem !important}.mr-sm-n6,.mx-sm-n6{margin-right:-4.5rem !important}.mb-sm-n6,.my-sm-n6{margin-bottom:-4.5rem !important}.ml-sm-n6,.mx-sm-n6{margin-left:-4.5rem !important}.m-sm-n7{margin:-6rem !important}.mt-sm-n7,.my-sm-n7{margin-top:-6rem !important}.mr-sm-n7,.mx-sm-n7{margin-right:-6rem !important}.mb-sm-n7,.my-sm-n7{margin-bottom:-6rem !important}.ml-sm-n7,.mx-sm-n7{margin-left:-6rem !important}.m-sm-n8{margin:-7.5rem !important}.mt-sm-n8,.my-sm-n8{margin-top:-7.5rem !important}.mr-sm-n8,.mx-sm-n8{margin-right:-7.5rem !important}.mb-sm-n8,.my-sm-n8{margin-bottom:-7.5rem !important}.ml-sm-n8,.mx-sm-n8{margin-left:-7.5rem !important}.m-sm-auto{margin:auto !important}.mt-sm-auto,.my-sm-auto{margin-top:auto !important}.mr-sm-auto,.mx-sm-auto{margin-right:auto !important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto !important}.ml-sm-auto,.mx-sm-auto{margin-left:auto !important}}@media(min-width: 768px){.m-md-0{margin:0 !important}.mt-md-0,.my-md-0{margin-top:0 !important}.mr-md-0,.mx-md-0{margin-right:0 !important}.mb-md-0,.my-md-0{margin-bottom:0 !important}.ml-md-0,.mx-md-0{margin-left:0 !important}.m-md-1{margin:.25rem !important}.mt-md-1,.my-md-1{margin-top:.25rem !important}.mr-md-1,.mx-md-1{margin-right:.25rem !important}.mb-md-1,.my-md-1{margin-bottom:.25rem !important}.ml-md-1,.mx-md-1{margin-left:.25rem !important}.m-md-2{margin:.5rem !important}.mt-md-2,.my-md-2{margin-top:.5rem !important}.mr-md-2,.mx-md-2{margin-right:.5rem !important}.mb-md-2,.my-md-2{margin-bottom:.5rem !important}.ml-md-2,.mx-md-2{margin-left:.5rem !important}.m-md-3{margin:1rem !important}.mt-md-3,.my-md-3{margin-top:1rem !important}.mr-md-3,.mx-md-3{margin-right:1rem !important}.mb-md-3,.my-md-3{margin-bottom:1rem !important}.ml-md-3,.mx-md-3{margin-left:1rem !important}.m-md-4{margin:1.5rem !important}.mt-md-4,.my-md-4{margin-top:1.5rem !important}.mr-md-4,.mx-md-4{margin-right:1.5rem !important}.mb-md-4,.my-md-4{margin-bottom:1.5rem !important}.ml-md-4,.mx-md-4{margin-left:1.5rem !important}.m-md-5{margin:3rem !important}.mt-md-5,.my-md-5{margin-top:3rem !important}.mr-md-5,.mx-md-5{margin-right:3rem !important}.mb-md-5,.my-md-5{margin-bottom:3rem !important}.ml-md-5,.mx-md-5{margin-left:3rem !important}.m-md-6{margin:4.5rem !important}.mt-md-6,.my-md-6{margin-top:4.5rem !important}.mr-md-6,.mx-md-6{margin-right:4.5rem !important}.mb-md-6,.my-md-6{margin-bottom:4.5rem !important}.ml-md-6,.mx-md-6{margin-left:4.5rem !important}.m-md-7{margin:6rem !important}.mt-md-7,.my-md-7{margin-top:6rem !important}.mr-md-7,.mx-md-7{margin-right:6rem !important}.mb-md-7,.my-md-7{margin-bottom:6rem !important}.ml-md-7,.mx-md-7{margin-left:6rem !important}.m-md-8{margin:7.5rem !important}.mt-md-8,.my-md-8{margin-top:7.5rem !important}.mr-md-8,.mx-md-8{margin-right:7.5rem !important}.mb-md-8,.my-md-8{margin-bottom:7.5rem !important}.ml-md-8,.mx-md-8{margin-left:7.5rem !important}.p-md-0{padding:0 !important}.pt-md-0,.py-md-0{padding-top:0 !important}.pr-md-0,.px-md-0{padding-right:0 !important}.pb-md-0,.py-md-0{padding-bottom:0 !important}.pl-md-0,.px-md-0{padding-left:0 !important}.p-md-1{padding:.25rem !important}.pt-md-1,.py-md-1{padding-top:.25rem !important}.pr-md-1,.px-md-1{padding-right:.25rem !important}.pb-md-1,.py-md-1{padding-bottom:.25rem !important}.pl-md-1,.px-md-1{padding-left:.25rem !important}.p-md-2{padding:.5rem !important}.pt-md-2,.py-md-2{padding-top:.5rem !important}.pr-md-2,.px-md-2{padding-right:.5rem !important}.pb-md-2,.py-md-2{padding-bottom:.5rem !important}.pl-md-2,.px-md-2{padding-left:.5rem !important}.p-md-3{padding:1rem !important}.pt-md-3,.py-md-3{padding-top:1rem !important}.pr-md-3,.px-md-3{padding-right:1rem !important}.pb-md-3,.py-md-3{padding-bottom:1rem !important}.pl-md-3,.px-md-3{padding-left:1rem !important}.p-md-4{padding:1.5rem !important}.pt-md-4,.py-md-4{padding-top:1.5rem !important}.pr-md-4,.px-md-4{padding-right:1.5rem !important}.pb-md-4,.py-md-4{padding-bottom:1.5rem !important}.pl-md-4,.px-md-4{padding-left:1.5rem !important}.p-md-5{padding:3rem !important}.pt-md-5,.py-md-5{padding-top:3rem !important}.pr-md-5,.px-md-5{padding-right:3rem !important}.pb-md-5,.py-md-5{padding-bottom:3rem !important}.pl-md-5,.px-md-5{padding-left:3rem !important}.p-md-6{padding:4.5rem !important}.pt-md-6,.py-md-6{padding-top:4.5rem !important}.pr-md-6,.px-md-6{padding-right:4.5rem !important}.pb-md-6,.py-md-6{padding-bottom:4.5rem !important}.pl-md-6,.px-md-6{padding-left:4.5rem !important}.p-md-7{padding:6rem !important}.pt-md-7,.py-md-7{padding-top:6rem !important}.pr-md-7,.px-md-7{padding-right:6rem !important}.pb-md-7,.py-md-7{padding-bottom:6rem !important}.pl-md-7,.px-md-7{padding-left:6rem !important}.p-md-8{padding:7.5rem !important}.pt-md-8,.py-md-8{padding-top:7.5rem !important}.pr-md-8,.px-md-8{padding-right:7.5rem !important}.pb-md-8,.py-md-8{padding-bottom:7.5rem !important}.pl-md-8,.px-md-8{padding-left:7.5rem !important}.m-md-n1{margin:-0.25rem !important}.mt-md-n1,.my-md-n1{margin-top:-0.25rem !important}.mr-md-n1,.mx-md-n1{margin-right:-0.25rem !important}.mb-md-n1,.my-md-n1{margin-bottom:-0.25rem !important}.ml-md-n1,.mx-md-n1{margin-left:-0.25rem !important}.m-md-n2{margin:-0.5rem !important}.mt-md-n2,.my-md-n2{margin-top:-0.5rem !important}.mr-md-n2,.mx-md-n2{margin-right:-0.5rem !important}.mb-md-n2,.my-md-n2{margin-bottom:-0.5rem !important}.ml-md-n2,.mx-md-n2{margin-left:-0.5rem !important}.m-md-n3{margin:-1rem !important}.mt-md-n3,.my-md-n3{margin-top:-1rem !important}.mr-md-n3,.mx-md-n3{margin-right:-1rem !important}.mb-md-n3,.my-md-n3{margin-bottom:-1rem !important}.ml-md-n3,.mx-md-n3{margin-left:-1rem !important}.m-md-n4{margin:-1.5rem !important}.mt-md-n4,.my-md-n4{margin-top:-1.5rem !important}.mr-md-n4,.mx-md-n4{margin-right:-1.5rem !important}.mb-md-n4,.my-md-n4{margin-bottom:-1.5rem !important}.ml-md-n4,.mx-md-n4{margin-left:-1.5rem !important}.m-md-n5{margin:-3rem !important}.mt-md-n5,.my-md-n5{margin-top:-3rem !important}.mr-md-n5,.mx-md-n5{margin-right:-3rem !important}.mb-md-n5,.my-md-n5{margin-bottom:-3rem !important}.ml-md-n5,.mx-md-n5{margin-left:-3rem !important}.m-md-n6{margin:-4.5rem !important}.mt-md-n6,.my-md-n6{margin-top:-4.5rem !important}.mr-md-n6,.mx-md-n6{margin-right:-4.5rem !important}.mb-md-n6,.my-md-n6{margin-bottom:-4.5rem !important}.ml-md-n6,.mx-md-n6{margin-left:-4.5rem !important}.m-md-n7{margin:-6rem !important}.mt-md-n7,.my-md-n7{margin-top:-6rem !important}.mr-md-n7,.mx-md-n7{margin-right:-6rem !important}.mb-md-n7,.my-md-n7{margin-bottom:-6rem !important}.ml-md-n7,.mx-md-n7{margin-left:-6rem !important}.m-md-n8{margin:-7.5rem !important}.mt-md-n8,.my-md-n8{margin-top:-7.5rem !important}.mr-md-n8,.mx-md-n8{margin-right:-7.5rem !important}.mb-md-n8,.my-md-n8{margin-bottom:-7.5rem !important}.ml-md-n8,.mx-md-n8{margin-left:-7.5rem !important}.m-md-auto{margin:auto !important}.mt-md-auto,.my-md-auto{margin-top:auto !important}.mr-md-auto,.mx-md-auto{margin-right:auto !important}.mb-md-auto,.my-md-auto{margin-bottom:auto !important}.ml-md-auto,.mx-md-auto{margin-left:auto !important}}@media(min-width: 992px){.m-lg-0{margin:0 !important}.mt-lg-0,.my-lg-0{margin-top:0 !important}.mr-lg-0,.mx-lg-0{margin-right:0 !important}.mb-lg-0,.my-lg-0{margin-bottom:0 !important}.ml-lg-0,.mx-lg-0{margin-left:0 !important}.m-lg-1{margin:.25rem !important}.mt-lg-1,.my-lg-1{margin-top:.25rem !important}.mr-lg-1,.mx-lg-1{margin-right:.25rem !important}.mb-lg-1,.my-lg-1{margin-bottom:.25rem !important}.ml-lg-1,.mx-lg-1{margin-left:.25rem !important}.m-lg-2{margin:.5rem !important}.mt-lg-2,.my-lg-2{margin-top:.5rem !important}.mr-lg-2,.mx-lg-2{margin-right:.5rem !important}.mb-lg-2,.my-lg-2{margin-bottom:.5rem !important}.ml-lg-2,.mx-lg-2{margin-left:.5rem !important}.m-lg-3{margin:1rem !important}.mt-lg-3,.my-lg-3{margin-top:1rem !important}.mr-lg-3,.mx-lg-3{margin-right:1rem !important}.mb-lg-3,.my-lg-3{margin-bottom:1rem !important}.ml-lg-3,.mx-lg-3{margin-left:1rem !important}.m-lg-4{margin:1.5rem !important}.mt-lg-4,.my-lg-4{margin-top:1.5rem !important}.mr-lg-4,.mx-lg-4{margin-right:1.5rem !important}.mb-lg-4,.my-lg-4{margin-bottom:1.5rem !important}.ml-lg-4,.mx-lg-4{margin-left:1.5rem !important}.m-lg-5{margin:3rem !important}.mt-lg-5,.my-lg-5{margin-top:3rem !important}.mr-lg-5,.mx-lg-5{margin-right:3rem !important}.mb-lg-5,.my-lg-5{margin-bottom:3rem !important}.ml-lg-5,.mx-lg-5{margin-left:3rem !important}.m-lg-6{margin:4.5rem !important}.mt-lg-6,.my-lg-6{margin-top:4.5rem !important}.mr-lg-6,.mx-lg-6{margin-right:4.5rem !important}.mb-lg-6,.my-lg-6{margin-bottom:4.5rem !important}.ml-lg-6,.mx-lg-6{margin-left:4.5rem !important}.m-lg-7{margin:6rem !important}.mt-lg-7,.my-lg-7{margin-top:6rem !important}.mr-lg-7,.mx-lg-7{margin-right:6rem !important}.mb-lg-7,.my-lg-7{margin-bottom:6rem !important}.ml-lg-7,.mx-lg-7{margin-left:6rem !important}.m-lg-8{margin:7.5rem !important}.mt-lg-8,.my-lg-8{margin-top:7.5rem !important}.mr-lg-8,.mx-lg-8{margin-right:7.5rem !important}.mb-lg-8,.my-lg-8{margin-bottom:7.5rem !important}.ml-lg-8,.mx-lg-8{margin-left:7.5rem !important}.p-lg-0{padding:0 !important}.pt-lg-0,.py-lg-0{padding-top:0 !important}.pr-lg-0,.px-lg-0{padding-right:0 !important}.pb-lg-0,.py-lg-0{padding-bottom:0 !important}.pl-lg-0,.px-lg-0{padding-left:0 !important}.p-lg-1{padding:.25rem !important}.pt-lg-1,.py-lg-1{padding-top:.25rem !important}.pr-lg-1,.px-lg-1{padding-right:.25rem !important}.pb-lg-1,.py-lg-1{padding-bottom:.25rem !important}.pl-lg-1,.px-lg-1{padding-left:.25rem !important}.p-lg-2{padding:.5rem !important}.pt-lg-2,.py-lg-2{padding-top:.5rem !important}.pr-lg-2,.px-lg-2{padding-right:.5rem !important}.pb-lg-2,.py-lg-2{padding-bottom:.5rem !important}.pl-lg-2,.px-lg-2{padding-left:.5rem !important}.p-lg-3{padding:1rem !important}.pt-lg-3,.py-lg-3{padding-top:1rem !important}.pr-lg-3,.px-lg-3{padding-right:1rem !important}.pb-lg-3,.py-lg-3{padding-bottom:1rem !important}.pl-lg-3,.px-lg-3{padding-left:1rem !important}.p-lg-4{padding:1.5rem !important}.pt-lg-4,.py-lg-4{padding-top:1.5rem !important}.pr-lg-4,.px-lg-4{padding-right:1.5rem !important}.pb-lg-4,.py-lg-4{padding-bottom:1.5rem !important}.pl-lg-4,.px-lg-4{padding-left:1.5rem !important}.p-lg-5{padding:3rem !important}.pt-lg-5,.py-lg-5{padding-top:3rem !important}.pr-lg-5,.px-lg-5{padding-right:3rem !important}.pb-lg-5,.py-lg-5{padding-bottom:3rem !important}.pl-lg-5,.px-lg-5{padding-left:3rem !important}.p-lg-6{padding:4.5rem !important}.pt-lg-6,.py-lg-6{padding-top:4.5rem !important}.pr-lg-6,.px-lg-6{padding-right:4.5rem !important}.pb-lg-6,.py-lg-6{padding-bottom:4.5rem !important}.pl-lg-6,.px-lg-6{padding-left:4.5rem !important}.p-lg-7{padding:6rem !important}.pt-lg-7,.py-lg-7{padding-top:6rem !important}.pr-lg-7,.px-lg-7{padding-right:6rem !important}.pb-lg-7,.py-lg-7{padding-bottom:6rem !important}.pl-lg-7,.px-lg-7{padding-left:6rem !important}.p-lg-8{padding:7.5rem !important}.pt-lg-8,.py-lg-8{padding-top:7.5rem !important}.pr-lg-8,.px-lg-8{padding-right:7.5rem !important}.pb-lg-8,.py-lg-8{padding-bottom:7.5rem !important}.pl-lg-8,.px-lg-8{padding-left:7.5rem !important}.m-lg-n1{margin:-0.25rem !important}.mt-lg-n1,.my-lg-n1{margin-top:-0.25rem !important}.mr-lg-n1,.mx-lg-n1{margin-right:-0.25rem !important}.mb-lg-n1,.my-lg-n1{margin-bottom:-0.25rem !important}.ml-lg-n1,.mx-lg-n1{margin-left:-0.25rem !important}.m-lg-n2{margin:-0.5rem !important}.mt-lg-n2,.my-lg-n2{margin-top:-0.5rem !important}.mr-lg-n2,.mx-lg-n2{margin-right:-0.5rem !important}.mb-lg-n2,.my-lg-n2{margin-bottom:-0.5rem !important}.ml-lg-n2,.mx-lg-n2{margin-left:-0.5rem !important}.m-lg-n3{margin:-1rem !important}.mt-lg-n3,.my-lg-n3{margin-top:-1rem !important}.mr-lg-n3,.mx-lg-n3{margin-right:-1rem !important}.mb-lg-n3,.my-lg-n3{margin-bottom:-1rem !important}.ml-lg-n3,.mx-lg-n3{margin-left:-1rem !important}.m-lg-n4{margin:-1.5rem !important}.mt-lg-n4,.my-lg-n4{margin-top:-1.5rem !important}.mr-lg-n4,.mx-lg-n4{margin-right:-1.5rem !important}.mb-lg-n4,.my-lg-n4{margin-bottom:-1.5rem !important}.ml-lg-n4,.mx-lg-n4{margin-left:-1.5rem !important}.m-lg-n5{margin:-3rem !important}.mt-lg-n5,.my-lg-n5{margin-top:-3rem !important}.mr-lg-n5,.mx-lg-n5{margin-right:-3rem !important}.mb-lg-n5,.my-lg-n5{margin-bottom:-3rem !important}.ml-lg-n5,.mx-lg-n5{margin-left:-3rem !important}.m-lg-n6{margin:-4.5rem !important}.mt-lg-n6,.my-lg-n6{margin-top:-4.5rem !important}.mr-lg-n6,.mx-lg-n6{margin-right:-4.5rem !important}.mb-lg-n6,.my-lg-n6{margin-bottom:-4.5rem !important}.ml-lg-n6,.mx-lg-n6{margin-left:-4.5rem !important}.m-lg-n7{margin:-6rem !important}.mt-lg-n7,.my-lg-n7{margin-top:-6rem !important}.mr-lg-n7,.mx-lg-n7{margin-right:-6rem !important}.mb-lg-n7,.my-lg-n7{margin-bottom:-6rem !important}.ml-lg-n7,.mx-lg-n7{margin-left:-6rem !important}.m-lg-n8{margin:-7.5rem !important}.mt-lg-n8,.my-lg-n8{margin-top:-7.5rem !important}.mr-lg-n8,.mx-lg-n8{margin-right:-7.5rem !important}.mb-lg-n8,.my-lg-n8{margin-bottom:-7.5rem !important}.ml-lg-n8,.mx-lg-n8{margin-left:-7.5rem !important}.m-lg-auto{margin:auto !important}.mt-lg-auto,.my-lg-auto{margin-top:auto !important}.mr-lg-auto,.mx-lg-auto{margin-right:auto !important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto !important}.ml-lg-auto,.mx-lg-auto{margin-left:auto !important}}@media(min-width: 1200px){.m-xl-0{margin:0 !important}.mt-xl-0,.my-xl-0{margin-top:0 !important}.mr-xl-0,.mx-xl-0{margin-right:0 !important}.mb-xl-0,.my-xl-0{margin-bottom:0 !important}.ml-xl-0,.mx-xl-0{margin-left:0 !important}.m-xl-1{margin:.25rem !important}.mt-xl-1,.my-xl-1{margin-top:.25rem !important}.mr-xl-1,.mx-xl-1{margin-right:.25rem !important}.mb-xl-1,.my-xl-1{margin-bottom:.25rem !important}.ml-xl-1,.mx-xl-1{margin-left:.25rem !important}.m-xl-2{margin:.5rem !important}.mt-xl-2,.my-xl-2{margin-top:.5rem !important}.mr-xl-2,.mx-xl-2{margin-right:.5rem !important}.mb-xl-2,.my-xl-2{margin-bottom:.5rem !important}.ml-xl-2,.mx-xl-2{margin-left:.5rem !important}.m-xl-3{margin:1rem !important}.mt-xl-3,.my-xl-3{margin-top:1rem !important}.mr-xl-3,.mx-xl-3{margin-right:1rem !important}.mb-xl-3,.my-xl-3{margin-bottom:1rem !important}.ml-xl-3,.mx-xl-3{margin-left:1rem !important}.m-xl-4{margin:1.5rem !important}.mt-xl-4,.my-xl-4{margin-top:1.5rem !important}.mr-xl-4,.mx-xl-4{margin-right:1.5rem !important}.mb-xl-4,.my-xl-4{margin-bottom:1.5rem !important}.ml-xl-4,.mx-xl-4{margin-left:1.5rem !important}.m-xl-5{margin:3rem !important}.mt-xl-5,.my-xl-5{margin-top:3rem !important}.mr-xl-5,.mx-xl-5{margin-right:3rem !important}.mb-xl-5,.my-xl-5{margin-bottom:3rem !important}.ml-xl-5,.mx-xl-5{margin-left:3rem !important}.m-xl-6{margin:4.5rem !important}.mt-xl-6,.my-xl-6{margin-top:4.5rem !important}.mr-xl-6,.mx-xl-6{margin-right:4.5rem !important}.mb-xl-6,.my-xl-6{margin-bottom:4.5rem !important}.ml-xl-6,.mx-xl-6{margin-left:4.5rem !important}.m-xl-7{margin:6rem !important}.mt-xl-7,.my-xl-7{margin-top:6rem !important}.mr-xl-7,.mx-xl-7{margin-right:6rem !important}.mb-xl-7,.my-xl-7{margin-bottom:6rem !important}.ml-xl-7,.mx-xl-7{margin-left:6rem !important}.m-xl-8{margin:7.5rem !important}.mt-xl-8,.my-xl-8{margin-top:7.5rem !important}.mr-xl-8,.mx-xl-8{margin-right:7.5rem !important}.mb-xl-8,.my-xl-8{margin-bottom:7.5rem !important}.ml-xl-8,.mx-xl-8{margin-left:7.5rem !important}.p-xl-0{padding:0 !important}.pt-xl-0,.py-xl-0{padding-top:0 !important}.pr-xl-0,.px-xl-0{padding-right:0 !important}.pb-xl-0,.py-xl-0{padding-bottom:0 !important}.pl-xl-0,.px-xl-0{padding-left:0 !important}.p-xl-1{padding:.25rem !important}.pt-xl-1,.py-xl-1{padding-top:.25rem !important}.pr-xl-1,.px-xl-1{padding-right:.25rem !important}.pb-xl-1,.py-xl-1{padding-bottom:.25rem !important}.pl-xl-1,.px-xl-1{padding-left:.25rem !important}.p-xl-2{padding:.5rem !important}.pt-xl-2,.py-xl-2{padding-top:.5rem !important}.pr-xl-2,.px-xl-2{padding-right:.5rem !important}.pb-xl-2,.py-xl-2{padding-bottom:.5rem !important}.pl-xl-2,.px-xl-2{padding-left:.5rem !important}.p-xl-3{padding:1rem !important}.pt-xl-3,.py-xl-3{padding-top:1rem !important}.pr-xl-3,.px-xl-3{padding-right:1rem !important}.pb-xl-3,.py-xl-3{padding-bottom:1rem !important}.pl-xl-3,.px-xl-3{padding-left:1rem !important}.p-xl-4{padding:1.5rem !important}.pt-xl-4,.py-xl-4{padding-top:1.5rem !important}.pr-xl-4,.px-xl-4{padding-right:1.5rem !important}.pb-xl-4,.py-xl-4{padding-bottom:1.5rem !important}.pl-xl-4,.px-xl-4{padding-left:1.5rem !important}.p-xl-5{padding:3rem !important}.pt-xl-5,.py-xl-5{padding-top:3rem !important}.pr-xl-5,.px-xl-5{padding-right:3rem !important}.pb-xl-5,.py-xl-5{padding-bottom:3rem !important}.pl-xl-5,.px-xl-5{padding-left:3rem !important}.p-xl-6{padding:4.5rem !important}.pt-xl-6,.py-xl-6{padding-top:4.5rem !important}.pr-xl-6,.px-xl-6{padding-right:4.5rem !important}.pb-xl-6,.py-xl-6{padding-bottom:4.5rem !important}.pl-xl-6,.px-xl-6{padding-left:4.5rem !important}.p-xl-7{padding:6rem !important}.pt-xl-7,.py-xl-7{padding-top:6rem !important}.pr-xl-7,.px-xl-7{padding-right:6rem !important}.pb-xl-7,.py-xl-7{padding-bottom:6rem !important}.pl-xl-7,.px-xl-7{padding-left:6rem !important}.p-xl-8{padding:7.5rem !important}.pt-xl-8,.py-xl-8{padding-top:7.5rem !important}.pr-xl-8,.px-xl-8{padding-right:7.5rem !important}.pb-xl-8,.py-xl-8{padding-bottom:7.5rem !important}.pl-xl-8,.px-xl-8{padding-left:7.5rem !important}.m-xl-n1{margin:-0.25rem !important}.mt-xl-n1,.my-xl-n1{margin-top:-0.25rem !important}.mr-xl-n1,.mx-xl-n1{margin-right:-0.25rem !important}.mb-xl-n1,.my-xl-n1{margin-bottom:-0.25rem !important}.ml-xl-n1,.mx-xl-n1{margin-left:-0.25rem !important}.m-xl-n2{margin:-0.5rem !important}.mt-xl-n2,.my-xl-n2{margin-top:-0.5rem !important}.mr-xl-n2,.mx-xl-n2{margin-right:-0.5rem !important}.mb-xl-n2,.my-xl-n2{margin-bottom:-0.5rem !important}.ml-xl-n2,.mx-xl-n2{margin-left:-0.5rem !important}.m-xl-n3{margin:-1rem !important}.mt-xl-n3,.my-xl-n3{margin-top:-1rem !important}.mr-xl-n3,.mx-xl-n3{margin-right:-1rem !important}.mb-xl-n3,.my-xl-n3{margin-bottom:-1rem !important}.ml-xl-n3,.mx-xl-n3{margin-left:-1rem !important}.m-xl-n4{margin:-1.5rem !important}.mt-xl-n4,.my-xl-n4{margin-top:-1.5rem !important}.mr-xl-n4,.mx-xl-n4{margin-right:-1.5rem !important}.mb-xl-n4,.my-xl-n4{margin-bottom:-1.5rem !important}.ml-xl-n4,.mx-xl-n4{margin-left:-1.5rem !important}.m-xl-n5{margin:-3rem !important}.mt-xl-n5,.my-xl-n5{margin-top:-3rem !important}.mr-xl-n5,.mx-xl-n5{margin-right:-3rem !important}.mb-xl-n5,.my-xl-n5{margin-bottom:-3rem !important}.ml-xl-n5,.mx-xl-n5{margin-left:-3rem !important}.m-xl-n6{margin:-4.5rem !important}.mt-xl-n6,.my-xl-n6{margin-top:-4.5rem !important}.mr-xl-n6,.mx-xl-n6{margin-right:-4.5rem !important}.mb-xl-n6,.my-xl-n6{margin-bottom:-4.5rem !important}.ml-xl-n6,.mx-xl-n6{margin-left:-4.5rem !important}.m-xl-n7{margin:-6rem !important}.mt-xl-n7,.my-xl-n7{margin-top:-6rem !important}.mr-xl-n7,.mx-xl-n7{margin-right:-6rem !important}.mb-xl-n7,.my-xl-n7{margin-bottom:-6rem !important}.ml-xl-n7,.mx-xl-n7{margin-left:-6rem !important}.m-xl-n8{margin:-7.5rem !important}.mt-xl-n8,.my-xl-n8{margin-top:-7.5rem !important}.mr-xl-n8,.mx-xl-n8{margin-right:-7.5rem !important}.mb-xl-n8,.my-xl-n8{margin-bottom:-7.5rem !important}.ml-xl-n8,.mx-xl-n8{margin-left:-7.5rem !important}.m-xl-auto{margin:auto !important}.mt-xl-auto,.my-xl-auto{margin-top:auto !important}.mr-xl-auto,.mx-xl-auto{margin-right:auto !important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto !important}.ml-xl-auto,.mx-xl-auto{margin-left:auto !important}}.stretched-link::after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:auto;content:"";background-color:rgba(0,0,0,0)}.text-monospace{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace !important}.text-justify{text-align:justify !important}.text-wrap{white-space:normal !important}.text-nowrap{white-space:nowrap !important}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-left{text-align:left !important}.text-right{text-align:right !important}.text-center{text-align:center !important}@media(min-width: 576px){.text-sm-left{text-align:left !important}.text-sm-right{text-align:right !important}.text-sm-center{text-align:center !important}}@media(min-width: 768px){.text-md-left{text-align:left !important}.text-md-right{text-align:right !important}.text-md-center{text-align:center !important}}@media(min-width: 992px){.text-lg-left{text-align:left !important}.text-lg-right{text-align:right !important}.text-lg-center{text-align:center !important}}@media(min-width: 1200px){.text-xl-left{text-align:left !important}.text-xl-right{text-align:right !important}.text-xl-center{text-align:center !important}}.text-lowercase{text-transform:lowercase !important}.text-uppercase{text-transform:uppercase !important}.text-capitalize{text-transform:capitalize !important}.font-weight-light{font-weight:300 !important}.font-weight-lighter{font-weight:lighter !important}.font-weight-normal{font-weight:300 !important}.font-weight-bold{font-weight:700 !important}.font-weight-bolder{font-weight:500 !important}.font-italic{font-style:italic !important}.text-white{color:#fff !important}.text-primary{color:#da2126 !important}a.text-primary:hover,a.text-primary:focus{color:rgb(151.5577689243,22.9422310757,26.4183266932) !important}.text-secondary{color:#6c757d !important}a.text-secondary:hover,a.text-secondary:focus{color:rgb(72.5407725322,78.5858369099,83.9592274678) !important}.text-success{color:#06c668 !important}a.text-success:hover,a.text-success:focus{color:rgb(3.75,123.75,65) !important}.text-info{color:#316489 !important}a.text-info:hover,a.text-info:focus{color:rgb(28.8467741935,58.8709677419,80.6532258065) !important}.text-warning{color:#ffc107 !important}a.text-warning:hover,a.text-warning:focus{color:rgb(185.5,139.125,0) !important}.text-danger{color:#dc3545 !important}a.text-danger:hover,a.text-danger:focus{color:rgb(167.4810126582,29.0189873418,42.2848101266) !important}.text-light{color:#f8f9fa !important}a.text-light:hover,a.text-light:focus{color:rgb(203.375,210.75,218.125) !important}.text-dark{color:#343a40 !important}a.text-dark:hover,a.text-dark:focus{color:hsl(210,10.3448275862%,7.7450980392%) !important}.text-lightgrey{color:#f7f7f7 !important}a.text-lightgrey:hover,a.text-lightgrey:focus{color:hsl(0,0%,81.862745098%) !important}.text-middlegrey{color:#a8a3a3 !important}a.text-middlegrey:hover,a.text-middlegrey:focus{color:hsl(0,2.7932960894%,49.9019607843%) !important}.text-darkergrey{color:#5e5e5e !important}a.text-darkergrey:hover,a.text-darkergrey:focus{color:rgb(55.75,55.75,55.75) !important}.text-darkgrey{color:#333 !important}a.text-darkgrey:hover,a.text-darkgrey:focus{color:hsl(0,0%,5%) !important}.text-fruitred{color:#ff605d !important}a.text-fruitred:hover,a.text-fruitred:focus{color:rgb(255,20.9166666667,16.5) !important}.text-red{color:#da2126 !important}a.text-red:hover,a.text-red:focus{color:rgb(151.5577689243,22.9422310757,26.4183266932) !important}.text-lightblue{color:#6495ed !important}a.text-lightblue:hover,a.text-lightblue:focus{color:rgb(31.4595375723,102.1271676301,229.0404624277) !important}.text-darkblue{color:#316489 !important}a.text-darkblue:hover,a.text-darkblue:focus{color:rgb(28.8467741935,58.8709677419,80.6532258065) !important}.text-gold{color:#dfbd70 !important}a.text-gold:hover,a.text-gold:focus{color:rgb(209.0114285714,160.1485714286,49.4885714286) !important}.text-darkgold{color:#ab8e53 !important}a.text-darkgold:hover,a.text-darkgold:focus{color:rgb(119.4980314961,99.2322834646,58.0019685039) !important}.text-yellow{color:#edbc64 !important}a.text-yellow:hover,a.text-yellow:focus{color:rgb(229.0404624277,158.3728323699,31.4595375723) !important}.text-green{color:#06c668 !important}a.text-green:hover,a.text-green:focus{color:rgb(3.75,123.75,65) !important}.text-orange{color:#e78e43 !important}a.text-orange:hover,a.text-orange:focus{color:hsl(27.4390243902,77.358490566%,43.431372549%) !important}.text-avq-blue{color:#39a1d4 !important}a.text-avq-blue:hover,a.text-avq-blue:focus{color:rgb(34.346473029,117.4170124481,158.153526971) !important}.text-body{color:#404040 !important}.text-muted{color:#6c757d !important}.text-black-50{color:rgba(0,0,0,.5) !important}.text-white-50{color:hsla(0,0%,100%,.5) !important}.text-hide{font:0/0 a;color:rgba(0,0,0,0);text-shadow:none;background-color:rgba(0,0,0,0);border:0}.text-decoration-none{text-decoration:none !important}.text-break{word-break:break-word !important;word-wrap:break-word !important}.text-reset{color:inherit !important}.visible{visibility:visible !important}.invisible{visibility:hidden !important}:root{--animate-duration: 1s;--animate-delay: 1s;--animate-repeat: 1}html{scroll-behavior:smooth;overflow-x:hidden}a{font-weight:500}i.material-icons{vertical-align:middle}i.material-icons h1,i.material-icons h2,i.material-icons h3,i.material-icons h4,i.material-icons h5,i.material-icons h6{margin:0}.product-feature{height:100%;display:flex;flex-direction:column}.product-feature div.btn-group{margin-top:auto}.product-feature div:first-child{margin-bottom:1.38125rem}.product-feature div:first-child *{margin-top:0;margin-bottom:0}img[data-sizes=auto]{display:block;width:100%}[v-cloak]{visibility:hidden}.pdfforge-shop-table{text-align:center}.pdfforge-shop-table th{font-weight:300}.pdfforge-shop-table td{border-bottom:#a8a3a3;border-bottom-style:solid;border-bottom-width:thin}.column-inner{height:100%}.background-drop{background:hsla(0,0%,100%,.4) !important}@media(min-width: 576px){.background-drop .featherlight-content{max-width:60%;background:rgba(0,0,0,0)}.background-drop .featherlight-close-icon{transition:background-color .2s;color:#fff;background-color:#ff605d}.background-drop .featherlight-close-icon:hover{background-color:rgb(255,45.9444444444,42)}.background-drop .featherlight-close-icon:focus{outline:none;background-color:rgb(255,45.9444444444,42)}}.place-content-center{place-content:center !important}.place-items-center{place-items:center !important}.place-self-center{place-self:center !important}.remove-last-p-mb>div p:last-child{margin-bottom:0}.full-bg{position:relative}.full-before,.full-width:before,.full-bg:before{content:"";background-color:inherit;background-size:inherit;background-image:inherit;background-position:inherit;background-repeat:inherit;position:absolute;top:0;left:50%;transform:translateX(-50%);height:100%;width:100vw;z-index:-1}.full-width{position:relative;z-index:0}:root{--animate-duration: 1s;--animate-delay: 1s;--animate-repeat: 1}.nav-container{background-color:#f7f7f7;height:100px;transition:height .2s,margin-top .2s;-webkit-transition:height .2s,margin-top .2s;-moz-transition:height .2s,margin-top .2s}.nav-container .nav-logo{height:40px;transition:height .2s;-webkit-transition:height .2s;-moz-transition:height .2s}.navbar-brand{opacity:1;transition:opacity .2s;-webkit-transition:opacity .2s;-moz-transition:opacity .2s}@media(max-width: 767.98px){.navbar-brand.transparent{opacity:0}}.fixed-top{position:fixed;top:0;z-index:1020}.top-large{top:100px}.top-small{top:calc(100px*.65)}.nav-small{height:calc(100px*.65)}.nav-small .nav-logo{height:calc(40px*.65)}.main-margin-top-large{margin-top:100px;transition:margin-top .2s;-webkit-transition:margin-top .2s;-moz-transition:margin-top .2s}.main-margin-top-small{margin-top:calc(100px*.65);transition:margin .2s;-webkit-transition:margin .2s;-moz-transition:margin .2s}#mainNav .nav-link,#mainNav .tab-nav-link,#mainNav .mobile-menu a,.mobile-menu #mainNav a{padding:0;font-size:1.2em;font-weight:300;color:#666;transition:color .3s ease-out}#mainNav .nav-link:hover,#mainNav .tab-nav-link:hover,#mainNav .mobile-menu a:hover,.mobile-menu #mainNav a:hover{color:#333}nav button:focus{box-shadow:none !important}nav button #search-icon,nav button i{font-size:1.6em}.main-menu-wrapper{position:fixed;left:0;z-index:100;transition:.2s}.main-menu{box-shadow:0 5px 8px -8px gray;z-index:100;width:100vw;background-color:#fff;display:none;overflow-y:scroll}.main-menu a{font-weight:300}.main-menu.open{display:block;transition:.2s}.main-menu ul{padding-left:0}.main-menu ul li{list-style:none;margin:1em 0}.main-menu ul li a{color:#000}.main-menu ul li a:hover{font-weight:400;text-decoration:none;border-bottom:1.5px solid #316489}.search-and-button{margin-left:auto}.mobile-menu li{margin-top:1em}.nav.nav-tabs .nav-item .nav-link,.nav.nav-tabs .nav-item .tab-nav-link,.nav.nav-tabs .tab-nav-item .nav-link,.nav.nav-tabs .tab-nav-item .tab-nav-link,.nav.nav-tabs .mobile-menu li .nav-link,.nav.nav-tabs .mobile-menu li .tab-nav-link,.mobile-menu .nav.nav-tabs li .nav-link,.mobile-menu .nav.nav-tabs li .tab-nav-link,.nav.nav-tabs .nav-item .mobile-menu a,.nav.nav-tabs .tab-nav-item .mobile-menu a,.mobile-menu .nav.nav-tabs .nav-item a,.mobile-menu .nav.nav-tabs .tab-nav-item a,.nav.nav-tabs .mobile-menu li a,.mobile-menu .nav.nav-tabs li a{font-weight:300}.nav.nav-tabs .nav-item .nav-link.active,.nav.nav-tabs .nav-item .nav-link.active-tabbed,.nav.nav-tabs .nav-item .nav-link.navtab-link:hover,.nav.nav-tabs .nav-item .active.tab-nav-link,.nav.nav-tabs .nav-item .tab-nav-link.active-tabbed,.nav.nav-tabs .nav-item .tab-nav-link.navtab-link:hover,.nav.nav-tabs .nav-item .nav-link.tab-active,.nav.nav-tabs .nav-item .tab-active.tab-nav-link,.nav.nav-tabs .tab-nav-item .nav-link.active,.nav.nav-tabs .tab-nav-item .nav-link.active-tabbed,.nav.nav-tabs .tab-nav-item .nav-link.navtab-link:hover,.nav.nav-tabs .tab-nav-item .active.tab-nav-link,.nav.nav-tabs .tab-nav-item .tab-nav-link.active-tabbed,.nav.nav-tabs .tab-nav-item .tab-nav-link.navtab-link:hover,.nav.nav-tabs .tab-nav-item .nav-link.tab-active,.nav.nav-tabs .tab-nav-item .tab-active.tab-nav-link,.nav.nav-tabs .nav-item .nav-link.toc-active,.nav.nav-tabs .nav-item .toc-active.tab-nav-link,.nav.nav-tabs .tab-nav-item .nav-link.toc-active,.nav.nav-tabs .tab-nav-item .toc-active.tab-nav-link,.nav.nav-tabs .mobile-menu li .nav-link.active,.nav.nav-tabs .mobile-menu li .nav-link.active-tabbed,.nav.nav-tabs .mobile-menu li .nav-link.navtab-link:hover,.nav.nav-tabs .mobile-menu li .active.tab-nav-link,.nav.nav-tabs .mobile-menu li .tab-nav-link.active-tabbed,.nav.nav-tabs .mobile-menu li .tab-nav-link.navtab-link:hover,.nav.nav-tabs .mobile-menu li .nav-link.tab-active,.nav.nav-tabs .mobile-menu li .tab-active.tab-nav-link,.nav.nav-tabs .mobile-menu li .nav-link.toc-active,.nav.nav-tabs .mobile-menu li .toc-active.tab-nav-link,.mobile-menu .nav.nav-tabs li .nav-link.active,.mobile-menu .nav.nav-tabs li .nav-link.active-tabbed,.mobile-menu .nav.nav-tabs li .nav-link.navtab-link:hover,.mobile-menu .nav.nav-tabs li .active.tab-nav-link,.mobile-menu .nav.nav-tabs li .tab-nav-link.active-tabbed,.mobile-menu .nav.nav-tabs li .tab-nav-link.navtab-link:hover,.mobile-menu .nav.nav-tabs li .nav-link.tab-active,.mobile-menu .nav.nav-tabs li .tab-active.tab-nav-link,.mobile-menu .nav.nav-tabs li .nav-link.toc-active,.mobile-menu .nav.nav-tabs li .toc-active.tab-nav-link,.nav.nav-tabs .nav-item .mobile-menu a.active,.nav.nav-tabs .nav-item .mobile-menu a.active-tabbed,.nav.nav-tabs .nav-item .mobile-menu a.navtab-link:hover,.nav.nav-tabs .nav-item .mobile-menu a.tab-active,.nav.nav-tabs .tab-nav-item .mobile-menu a.active,.nav.nav-tabs .tab-nav-item .mobile-menu a.active-tabbed,.nav.nav-tabs .tab-nav-item .mobile-menu a.navtab-link:hover,.nav.nav-tabs .tab-nav-item .mobile-menu a.tab-active,.nav.nav-tabs .nav-item .mobile-menu a.toc-active,.nav.nav-tabs .tab-nav-item .mobile-menu a.toc-active,.mobile-menu .nav.nav-tabs .nav-item a.active,.mobile-menu .nav.nav-tabs .nav-item a.active-tabbed,.mobile-menu .nav.nav-tabs .nav-item a.navtab-link:hover,.mobile-menu .nav.nav-tabs .nav-item a.tab-active,.mobile-menu .nav.nav-tabs .tab-nav-item a.active,.mobile-menu .nav.nav-tabs .tab-nav-item a.active-tabbed,.mobile-menu .nav.nav-tabs .tab-nav-item a.navtab-link:hover,.mobile-menu .nav.nav-tabs .tab-nav-item a.tab-active,.mobile-menu .nav.nav-tabs .nav-item a.toc-active,.mobile-menu .nav.nav-tabs .tab-nav-item a.toc-active,.nav.nav-tabs .mobile-menu li a.active,.nav.nav-tabs .mobile-menu li a.active-tabbed,.nav.nav-tabs .mobile-menu li a.navtab-link:hover,.nav.nav-tabs .mobile-menu li a.tab-active,.nav.nav-tabs .mobile-menu li a.toc-active,.mobile-menu .nav.nav-tabs li a.active,.mobile-menu .nav.nav-tabs li a.active-tabbed,.mobile-menu .nav.nav-tabs li a.navtab-link:hover,.mobile-menu .nav.nav-tabs li a.tab-active,.mobile-menu .nav.nav-tabs li a.toc-active{font-weight:400}.tab-collection .nav-item,.tab-collection .tab-nav-item,.tab-tab-collection .nav-item,.tab-tab-collection .tab-nav-item,.tab-collection .mobile-menu li,.tab-tab-collection .mobile-menu li,.mobile-menu .tab-collection li,.mobile-menu .tab-tab-collection li{flex:1 1 0}.nav-pills-transition .nav-link,.nav-pills-transition .tab-nav-link,.nav-pills-green .nav-link,.nav-pills-green .tab-nav-link,.nav-pills-fruitred .nav-link,.nav-pills-fruitred .tab-nav-link,.nav-pills-darkblue .nav-link,.nav-pills-darkblue .tab-nav-link,.nav-pills-transition .mobile-menu a,.nav-pills-green .mobile-menu a,.nav-pills-fruitred .mobile-menu a,.nav-pills-darkblue .mobile-menu a,.mobile-menu .nav-pills-transition a,.mobile-menu .nav-pills-green a,.mobile-menu .nav-pills-fruitred a,.mobile-menu .nav-pills-darkblue a{transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}.nav-pills-darkblue .nav-link,.nav-pills-darkblue .tab-nav-link,.nav-pills-darkblue .mobile-menu a,.mobile-menu .nav-pills-darkblue a{color:#fff;background-color:#316489}.nav-pills-darkblue .nav-link:hover,.nav-pills-darkblue .tab-nav-link:hover,.nav-pills-darkblue .mobile-menu a:hover,.mobile-menu .nav-pills-darkblue a:hover{background-color:rgb(35.564516129,72.5806451613,99.435483871)}.nav-pills-darkblue .nav-link.active,.nav-pills-darkblue .nav-link.active-tabbed,.nav-pills-darkblue .nav-tabs .nav-link.navtab-link:hover,.nav-tabs .nav-pills-darkblue .nav-link.navtab-link:hover,.nav-pills-darkblue .active.tab-nav-link,.nav-pills-darkblue .tab-nav-link.active-tabbed,.nav-pills-darkblue .nav-tabs .tab-nav-link.navtab-link:hover,.nav-tabs .nav-pills-darkblue .tab-nav-link.navtab-link:hover,.nav-pills-darkblue .nav-link.tab-active,.nav-pills-darkblue .tab-active.tab-nav-link,.nav-pills-darkblue .nav-link.toc-active,.nav-pills-darkblue .toc-active.tab-nav-link,.nav-pills-darkblue .mobile-menu a.active,.nav-pills-darkblue .mobile-menu a.active-tabbed,.nav-pills-darkblue .mobile-menu .nav-tabs a.navtab-link:hover,.nav-tabs .nav-pills-darkblue .mobile-menu a.navtab-link:hover,.nav-pills-darkblue .mobile-menu a.tab-active,.nav-pills-darkblue .mobile-menu a.toc-active,.mobile-menu .nav-pills-darkblue a.active,.mobile-menu .nav-pills-darkblue a.active-tabbed,.mobile-menu .nav-pills-darkblue .nav-tabs a.navtab-link:hover,.nav-tabs .mobile-menu .nav-pills-darkblue a.navtab-link:hover,.mobile-menu .nav-pills-darkblue a.tab-active,.mobile-menu .nav-pills-darkblue a.toc-active{background-color:#fff;color:#316489}.nav-pills-fruitred .nav-link,.nav-pills-fruitred .tab-nav-link,.nav-pills-fruitred .mobile-menu a,.mobile-menu .nav-pills-fruitred a{color:#fff;background-color:#ff605d}.nav-pills-fruitred .nav-link:hover,.nav-pills-fruitred .tab-nav-link:hover,.nav-pills-fruitred .mobile-menu a:hover,.mobile-menu .nav-pills-fruitred a:hover{background-color:rgb(255,45.9444444444,42)}.nav-pills-fruitred .nav-link.active,.nav-pills-fruitred .nav-link.active-tabbed,.nav-pills-fruitred .nav-tabs .nav-link.navtab-link:hover,.nav-tabs .nav-pills-fruitred .nav-link.navtab-link:hover,.nav-pills-fruitred .active.tab-nav-link,.nav-pills-fruitred .tab-nav-link.active-tabbed,.nav-pills-fruitred .nav-tabs .tab-nav-link.navtab-link:hover,.nav-tabs .nav-pills-fruitred .tab-nav-link.navtab-link:hover,.nav-pills-fruitred .nav-link.tab-active,.nav-pills-fruitred .tab-active.tab-nav-link,.nav-pills-fruitred .nav-link.toc-active,.nav-pills-fruitred .toc-active.tab-nav-link,.nav-pills-fruitred .mobile-menu a.active,.nav-pills-fruitred .mobile-menu a.active-tabbed,.nav-pills-fruitred .mobile-menu .nav-tabs a.navtab-link:hover,.nav-tabs .nav-pills-fruitred .mobile-menu a.navtab-link:hover,.nav-pills-fruitred .mobile-menu a.tab-active,.nav-pills-fruitred .mobile-menu a.toc-active,.mobile-menu .nav-pills-fruitred a.active,.mobile-menu .nav-pills-fruitred a.active-tabbed,.mobile-menu .nav-pills-fruitred .nav-tabs a.navtab-link:hover,.nav-tabs .mobile-menu .nav-pills-fruitred a.navtab-link:hover,.mobile-menu .nav-pills-fruitred a.tab-active,.mobile-menu .nav-pills-fruitred a.toc-active{background-color:#fff;color:#ff605d}.nav-pills-green .nav-link,.nav-pills-green .tab-nav-link,.nav-pills-green .mobile-menu a,.mobile-menu .nav-pills-green a{color:#fff;background-color:#06c668}.nav-pills-green .nav-link:hover,.nav-pills-green .tab-nav-link:hover,.nav-pills-green .mobile-menu a:hover,.mobile-menu .nav-pills-green a:hover{background-color:rgb(4.5,148.5,78)}.nav-pills-green .nav-link.active,.nav-pills-green .nav-link.active-tabbed,.nav-pills-green .nav-tabs .nav-link.navtab-link:hover,.nav-tabs .nav-pills-green .nav-link.navtab-link:hover,.nav-pills-green .active.tab-nav-link,.nav-pills-green .tab-nav-link.active-tabbed,.nav-pills-green .nav-tabs .tab-nav-link.navtab-link:hover,.nav-tabs .nav-pills-green .tab-nav-link.navtab-link:hover,.nav-pills-green .nav-link.tab-active,.nav-pills-green .tab-active.tab-nav-link,.nav-pills-green .nav-link.toc-active,.nav-pills-green .toc-active.tab-nav-link,.nav-pills-green .mobile-menu a.active,.nav-pills-green .mobile-menu a.active-tabbed,.nav-pills-green .mobile-menu .nav-tabs a.navtab-link:hover,.nav-tabs .nav-pills-green .mobile-menu a.navtab-link:hover,.nav-pills-green .mobile-menu a.tab-active,.nav-pills-green .mobile-menu a.toc-active,.mobile-menu .nav-pills-green a.active,.mobile-menu .nav-pills-green a.active-tabbed,.mobile-menu .nav-pills-green .nav-tabs a.navtab-link:hover,.nav-tabs .mobile-menu .nav-pills-green a.navtab-link:hover,.mobile-menu .nav-pills-green a.tab-active,.mobile-menu .nav-pills-green a.toc-active{background-color:#fff;color:#06c668}.home-card{border:0;background:#f2f2f2}.home-card .card-body{min-height:auto}.home-card .card-title-back{background-color:#f2f2f2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);margin:-1.25rem;padding:1.25rem 1.25rem .5rem}.home-card .card-header{background-color:hsla(0,0%,100%,.3);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-color:rgba(0,0,0,0);transition:background 400ms 0ms}.home-card .img-start,.home-card .card-header,.home-card .logo-overlay{transition:opacity 400ms 0ms;opacity:1}.home-card .logo-overlay{font-weight:500;color:#444}.home-card .card-footer{border-top:none;flex-grow:1}.home-card .card-content{display:flex;flex-direction:column;opacity:0;transition:height 0ms 0ms,opacity 400ms 0ms}.home-card.home-card-hover:hover .card-content{opacity:1;z-index:2;background-color:#f2f2f2;position:absolute;right:0;left:0}.home-card.home-card-hover:hover .card-header,.home-card.home-card-hover:hover .card-title-back{background:#f2f2f2}.home-card.home-card-hover:hover .img-start,.home-card.home-card-hover:hover .logo-overlay{opacity:0}.home-card .logo-overlay{padding-right:15px;background-color:#f2f2f2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding-top:15px;padding-bottom:15px}.home-card .logo-overlay img{max-height:35px;max-width:100%}.home-card .hide-element,.home-card .card-content{height:0;overflow:hidden;position:absolute}.home-card .show-element,.home-card.home-card-hover:hover .card-content{clip:auto;height:auto;overflow:visible}@media(max-width: 991.98px){.home-card .card-content{padding:0 1.25em 1.25em 1.25em}}@media(min-width: 992px){.home-card .card-content{padding:0 2.25em 2.25em 2.25em}}:root{--animate-duration: 1s;--animate-delay: 1s;--animate-repeat: 1}table.feature-grid{border-collapse:collapse;width:100%;font-size:1.1em;font-weight:600;table-layout:fixed}table.feature-grid td{vertical-align:middle}table.feature-grid thead tr th{vertical-align:middle}table.feature-grid thead tr th{border:none;padding:1em 0;text-align:center;background-color:#fff}table.feature-grid thead tr th p{margin:0;padding:.4em 1.1em}table.feature-grid thead tr th:first-child{background-color:#316489;color:#fff;text-align:left;padding-left:.6em}table.feature-grid thead tr th:first-child p{margin:0;padding:.4em 1.1em;font-weight:bold}table.feature-grid thead tr:hover th:first-child{background-color:#316489;color:#fff !important}table.feature-grid thead tr:hover th{background-color:#fff;color:#404040 !important}table.feature-grid thead tr:hover th div i{color:#404040 !important}table.feature-grid tbody tr.dropdown-tr td{border:none}table.feature-grid tbody tr td{text-align:center}table.feature-grid tbody tr td p{margin:0;padding:.4em 1.1em}table.feature-grid tbody tr td:first-child{background-color:#f7f7f7;text-align:left}table.feature-grid tbody tr:hover td:first-child{transition:.1s;background-color:#929292;color:#fff}table.feature-grid tbody tr:hover td:first-child p{font-weight:400}table.feature-grid tbody tr:hover td{transition:.1s;background-color:#efefef;color:#444}table.feature-grid .hidden-td{padding:0 !important;text-align:revert}table.feature-grid .col-div{padding:0 1.1em;-webkit-transition:.2s;-moz-transition:.2s;-o-transition:.2s;transition:.2s}table.feature-grid .col-div.show{padding:.4em 1.1em}table.feature-grid ul{padding-left:revert}table.feature-grid .clickable:hover{cursor:pointer}@media(min-width: 768px){.header-fixed-md tr th{position:sticky;top:calc(100px*.65);z-index:5}}:root{--animate-duration: 1s;--animate-delay: 1s;--animate-repeat: 1}.footer-container{margin-top:4.5rem !important;color:#a8a3a3;text-decoration-color:#a8a3a3;font-size:1rem}.footer-container a{font-weight:300}.footer-container__content{padding-left:0;padding-right:0}.footer-container__subtitle{font-weight:300;font-size:1rem}.footer-container__subtitle img{height:1.95rem}.footer-container__column h4,.footer-container__column .h4{font-size:1rem;margin-bottom:1.4rem;color:#a8a3a3;font-weight:400}.footer-container__column a{color:#a8a3a3}.footer-container__column__min a{font-weight:200;color:#a8a3a3}.footer-container ul{padding-left:0;list-style:none}.footer-container ul li{margin:.4rem 0 .4rem 0;font-weight:200;color:#a8a3a3}.footer-container__seperator{border:0;height:1px;background-image:linear-gradient(to right, rgba(145, 145, 145, 0.3), rgba(145, 145, 145, 0.75), rgba(145, 145, 145, 0.3));width:100%}.footer-container__socialmedia{flex-direction:row;display:flex}.footer-container__socialmedia_iconcontainer{background-color:#a8a3a3}.footer-container__socialmedia a div{width:1.4em;height:1.4em;align-items:center;justify-content:center;display:flex;border-radius:50%}.footer-container__socialmedia a div img{height:1em}:root{--animate-duration: 1s;--animate-delay: 1s;--animate-repeat: 1}.product-box{height:100%;padding-top:35px}.product-box a{font-weight:bold;color:#da2126}.product-box-inner{height:100%;padding:1em;position:relative}.product-box-inner h3{color:#a8a3a3;text-transform:uppercase}.product-box-inner:hover{background-color:#da2126;color:#fff;transition:.2s}.product-box-inner:hover h3{color:#fff;transition:.2s;font-weight:600}.product-box-inner:hover a{color:#fff;transition:.2s}.product-box-highlight-text{position:absolute;right:0;top:-35px;font-size:.9em;font-weight:600;padding:.2em 2em;background-color:#6495ed;color:#fff}.product-box-spacer{box-shadow:26px 25px 0px -25px #ccc}:root{--animate-duration: 1s;--animate-delay: 1s;--animate-repeat: 1}.price-before-point{margin-right:.08em;font-weight:500;font-size:6.5rem;letter-spacing:-0.1em;line-height:.8em}.price-before-point-lg{font-size:6.5rem;min-height:6.5rem}.currency-symbol-lg{font-size:larger;line-height:1.2em}.currency-symbol-xl{font-size:x-large;line-height:1.2em}.currency-symbol-xxl{font-size:xx-large;line-height:1.2em}.price-after-point-lg{line-height:1.3em}.price-before-point-md{font-size:4.875rem;min-height:4.875rem}.currency-symbol-md{font-size:larger;line-height:1.1em}.price-after-point-md{line-height:1.2em}.price-before-point-sm{font-size:3.25rem;min-height:3.25rem}.currency-symbol-sm{line-height:1em}.price-after-point-sm{line-height:.9em}.edition-badge{padding:.05em .3em;font-size:1.0625rem;font-weight:300;text-transform:uppercase}.diagonal-line-h2::before{content:"";position:absolute;bottom:50%;border-top:4px solid;width:3.984375rem;transform:rotate(170deg)}.diagonal-line-after-price-h2::before{content:"";position:absolute;bottom:50%;border-top:4px solid;width:5.41875rem;transform:rotate(170deg)}.diagonal-line-h1::before{content:"";position:absolute;bottom:50%;border-top:4px solid;width:5.578125rem;transform:rotate(160deg)}.card{border-radius:4px}.card__background-transparent{background:rgba(0,0,0,0);box-shadow:none !important;border:none !important}.card__keyfeatures .card-header{background-color:rgba(0,0,0,0);border-bottom:none;padding-top:1.5rem}.card__keyfeatures .card-header .card-header-icon{padding-right:8px}.card__keyfeatures .card-header .card-header-icon i{font-size:1.6em;margin-top:-4px;margin-bottom:8px}.card__keyfeatures .card-img{margin-bottom:1rem}.card__extended{border:1px solid rgba(0,0,0,0);transition:box-shadow .3s ease-in-out,background-color .3s ease-in-out}.card__extended .card-header{background-color:rgba(0,0,0,0)}.card__extended .card-header{border-radius:4px 4px 0 0;opacity:.5}.card__extended:hover,.card__extended.card_active{box-shadow:0 0 3px #e4e4e4;border:1px solid #f7f7f7}.card__extended:hover .card-header,.card__extended.card_active .card-header{opacity:1}.card__extended .card-header{min-height:4rem !important;font-weight:700;border-bottom:none !important;padding-top:1.15rem !important;transition:all .3s ease-in-out}.card__extended .card-footer{border-radius:0 0 4px 4px}.card__extended .card-footer_background-white{background:#fff}.card__extended .card-footer_background-transparent{background:rgba(0,0,0,0)}.card__extended .card-footer_background-no-border-top{border-top:none}@media(max-width: 991.98px){.custom-card-deck{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;align-content:center}.custom-card-deck .card{width:50%;margin-bottom:15px}}@media(max-width: 991.98px)and (max-width: 767.98px){.custom-card-deck .card{width:100%}}.form-navigation ul{list-style:none;padding-left:0}.form-navigation ul li{display:inline}.form-control:focus,.form-builder-form textarea:focus{box-shadow:none}.form-builder-form .form-control,.form-builder-form textarea{border:none;background-color:#f7f7f7;padding-right:3rem}.form-builder-form .form-control:focus,.form-builder-form textarea:focus{background-color:#a8a3a3;border:none;box-shadow:none}.form-builder-form select.form-control{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M0 0h24v24H0z\" fill=\"none\"/><path d=\"M7 10l5 5 5-5z\"/></svg>");background-position:center right 18px;background-size:1.59375rem;background-repeat:no-repeat}.form-builder-form textarea{width:100%;background-image:url("data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M0 0h24v24H0z\" fill=\"none\"/><path d=\"M3 17.25V21h3.75L17.81 9.94l-3.75-3.75L3 17.25zM20.71 7.04c.39-.39.39-1.02 0-1.41l-2.34-2.34c-.39-.39-1.02-.39-1.41 0l-1.83 1.83 3.75 3.75 1.83-1.83z\"/></svg>");background-position:top 18px right 18px;background-size:1.0625rem;background-repeat:no-repeat}.form-builder-form .single-line-form-button{width:100%}@media(min-width: 768px){.form-builder-form .single-line-form-button{width:25%}}.contact-form .single-line-form-input,.contact-form .form-builder-form .form-control,.form-builder-form .contact-form .form-control,.contact-form .form-builder-form textarea,.form-builder-form .contact-form textarea{width:100%}@media(min-width: 768px){.contact-form .single-line-form-input,.contact-form .form-builder-form .form-control,.form-builder-form .contact-form .form-control,.contact-form .form-builder-form textarea,.form-builder-form .contact-form textarea{width:54%}}.hidden-form-input{background-color:rgba(0,0,0,0) !important;border:none;pointer-events:none}.changed-data-field{font-weight:bolder;color:#6495ed}.form-check-input{margin-top:.45rem}.img-rounded{border-radius:.25rem !important}figure{margin-bottom:0}figure.img-fluid img{max-width:100%;height:auto}figure.img-rounded img{border-radius:.25rem !important}figure.img-rounded-right img{border-bottom-right-radius:35px;border-top-right-radius:35px}figure.img-rounded-left img{border-bottom-left-radius:35px;border-top-left-radius:35px}figure.img-thumbnail{padding:inherit;background-color:rgba(0,0,0,0);border:inherit;border-radius:inherit;box-shadow:inherit}figure.img-thumbnail img{padding:.25rem;background-color:#fff;border:1px solid #dee2e6;border-radius:0;max-width:100%;height:auto}.horizontal-line{border-top:2px #f7f7f7 solid;width:100%}.menu-buttons{position:absolute;right:0;bottom:-34px;z-index:3;display:flex;opacity:1;visibility:visible;transition:visibility 0s linear 0s,opacity .2s;-webkit-transition:visibility 0s linear 0s,opacity .2s;-moz-transition:visibility 0s linear 0s,opacity .2s}.menu-buttons div{margin-left:.5em}.menu-buttons__hidden{opacity:0;visibility:hidden;transition:visibility 0s linear .2s,opacity .2s;-webkit-transition:visibility 0s linear .2s,opacity .2s;-moz-transition:visibility 0s linear .2s,opacity .2s}.lang-switcher>a{color:#fff}.lang-switcher>a:hover{color:#a8a3a3}.lang-switcher .dropdown-toggle::after{display:none}.lang-switcher .btn,.lang-switcher #gdpr-cc-btn-accept,.lang-switcher #gdpr-cc-btn-save{background-color:#316489;border-color:#316489}.account-switch{font-size:initial}.account-switch>a{color:#fff}.account-switch>a:hover{color:#a8a3a3}.account-switch .dropdown-toggle::after{display:none}.account-switch .btn,.account-switch #gdpr-cc-btn-accept,.account-switch #gdpr-cc-btn-save{background-color:#06c668;border-color:#06c668}.off-canvas-switch{font-size:initial}.off-canvas-switch>a{color:#fff}.off-canvas-switch>a:hover{color:#a8a3a3}.off-canvas-switch .dropdown-toggle::after{display:none}.off-canvas-switch .btn,.off-canvas-switch #gdpr-cc-btn-accept,.off-canvas-switch #gdpr-cc-btn-save{background-color:#6495ed;border-color:#6495ed}.top-dropdown-menu,#languageMenu{min-width:12rem}.top-dropdown-menu ul,#languageMenu ul{list-style:none;padding:0 8px 0 8px;margin-bottom:0}.top-dropdown-menu ul li,#languageMenu ul li{padding-left:.8em;line-height:2.4em;border-top:1px solid #f1f1f1;margin-top:6px;padding-top:6px}.top-dropdown-menu ul li a:hover,#languageMenu ul li a:hover{text-decoration:none}.top-dropdown-menu ul li.current a,#languageMenu ul li.current a{color:#404040;cursor:default}.top-dropdown-menu ul li.current a:after,#languageMenu ul li.current a:after{content:var(--lang-current-content)}.top-dropdown-menu ul li.normal a,#languageMenu ul li.normal a{color:#316489;font-weight:500}.top-dropdown-menu ul li:first-child,#languageMenu ul li:first-child{border-top:none;margin-top:0;padding-top:0}@media only screen and (max-width: 1400px){.lang-switcher .show{top:0;right:100%;left:auto;margin-top:0;margin-right:-0.55rem}}.grey-fond{background-color:#f2f2f2}.remove-headline-mt h1,.remove-headline-mt h2,.remove-headline-mt h3,.remove-headline-mt h4,.remove-headline-mt h5,.remove-headline-mt .h1,.remove-headline-mt .h2,.remove-headline-mt .h3,.remove-headline-mt .table-of-contents .toc-caption,.table-of-contents .remove-headline-mt .toc-caption,.remove-headline-mt .h4,.remove-headline-mt .h5{margin-top:0 !important}.extended-bg{position:relative;border-radius:0 35px 35px 0}.extended-bg:before{content:"";background-color:inherit;position:absolute;top:0;bottom:0;left:-50vw;width:55vw;z-index:-1}:root{--animate-duration: 1s;--animate-delay: 1s;--animate-repeat: 1}.topic-page-menu .card-header{overflow:hidden}.topic-page-menu .blog-teaser-title{margin:0;padding:20px;text-align:center;color:#fff;vertical-align:middle;position:relative;top:50%;-ms-transform:translateY(-50%);transform:translateY(-50%);transition:all .5s ease-in-out}.topic-page-menu .card-img-background{text-decoration:none;display:block;background-repeat:no-repeat;background-position:50%;background-size:cover;height:100px;width:100%;transform:scale(1);transition:all .5s ease-in-out}.topic-page-menu .card-img-background:hover{text-decoration:none;transition:all .5s ease-in-out;transform:scale(1.2);background-position:52%}.topic-page-menu .overlay{background:linear-gradient(123deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.2));display:block;height:100%;border-radius:2px 2px 0 0}.topic-page-menu .card-body{padding-top:.625rem;padding-bottom:.625rem}.topic-page-menu .card-footer{padding-top:.625rem;padding-bottom:.625rem}.topic-page-menu .card-text p{margin-bottom:0;font-size:.9296875rem}:root{--animate-duration: 1s;--animate-delay: 1s;--animate-repeat: 1}.headerImage{background-position:top center;background-size:cover;height:290px;text-align:center}.headerImage.parallax{background-attachment:fixed;background-position:top center;background-repeat:no-repeat;background-size:contain}.headerImage h1{margin:0;font-size:3rem;font-weight:500}.headerImage h1.header-title-black{color:#333}.headerImage h1.header-title-black-shadow{text-shadow:0 0 3px #afafaf,0 0 16px #acacac}.headerImage h1.header-title-white{color:#fff}.headerImage h1.header-title-white-shadow{text-shadow:0 0 3px dimgray,0 0 16px #9c9c9c}.page-header h1,.page-header .h1{margin:4rem 0 !important}.page-header h2,.page-header .h2{margin:1.59375rem 0 !important}.page-header h3,.page-header .h3,.page-header .table-of-contents .toc-caption,.table-of-contents .page-header .toc-caption{margin:1.38125rem 0 !important}.no-mt h1,.no-mt .h1,.no-mt h1,.no-mt.h1{margin:0 0 1.328125rem 0 !important}.no-mt h2,.no-mt .h2,.no-mt h2,.no-mt.h2{margin:0 0 .796875rem 0 !important}.no-mt h3,.no-mt .h3,.no-mt .table-of-contents .toc-caption,.table-of-contents .no-mt .toc-caption,.no-mt h3,.no-mt.h3,.table-of-contents .no-mt.toc-caption{margin:0 0 .690625rem 0 !important}.no-mb h1,.no-mb .h1,.no-mb.h1,.no-mb h2,.no-mb .h2,.no-mb.h2,.no-mb h3,.no-mb .h3,.no-mb .table-of-contents .toc-caption,.table-of-contents .no-mb .toc-caption,.no-mb h3,.no-mb.h3,.table-of-contents .no-mb.toc-caption{margin-bottom:0 !important}h1,.h1{margin:2.921875rem 0 1.328125rem 0}h2,.h2{margin:1.753125rem 0 .796875rem 0}h3,.h3,.table-of-contents .toc-caption{margin:1.519375rem 0 .690625rem 0}.h1 h1,.h1 h2,.h1 h3{font-size:2.65625rem}.h2 h1,.h2 h2,.h2 h3{font-size:1.59375rem}.h3 h1,.table-of-contents .toc-caption h1,.h3 h2,.table-of-contents .toc-caption h2,.h3 h3,.table-of-contents .toc-caption h3{font-size:1.38125rem}.text-regular{font-size:1rem}.text-smaller{font-size:.9rem;font-weight:300}.text-small{font-size:.8rem;font-weight:300}.font-weight-100{font-weight:100}.font-weight-200{font-weight:200}.font-weight-300{font-weight:300}.font-weight-400{font-weight:400}.font-weight-500{font-weight:500}.font-weight-600{font-weight:600}.font-weight-700{font-weight:700}.font-weight-800{font-weight:800}.font-weight-900{font-weight:900}.line-height-1{line-height:1}.line-height-1-1{line-height:1.1}.line-height-1-2{line-height:1.2}.line-height-larger{line-height:1.3}.line-height-large{line-height:1.4}.line-height-x-large{line-height:1.6}.line-height-xx-large{line-height:1.8}:root{--animate-duration: 1s;--animate-delay: 1s;--animate-repeat: 1}.btn-xs{padding:.2rem .4rem;font-size:0.74375rem;line-height:1.2;border-radius:0}.cta-button{margin-top:1.5rem;margin-bottom:1.5rem}.btn-gold,.btn-transition-gold{color:#fff}.btn-gold:hover,.btn-transition-gold:hover{color:#fff}.btn-orange,.btn-transition-orange{color:#fff}.btn-orange:hover,.btn-transition-orange:hover{color:#fff}.btn-rounded{border-radius:25px}.btn-link:hover,.btn-link:focus{text-decoration:none;box-shadow:none}.btn-transition-primary{background-image:linear-gradient(to right, #da2126, rgb(227.6533864542, 74.3466135458, 78.4900398406));border:none}.btn-transition-primary:hover{background-image:linear-gradient(to right, rgb(173.7051792829, 26.2948207171, 30.2788844622), #da2126)}.btn-transition-info{background-image:linear-gradient(to right, #316489, rgb(62.435483871, 127.4193548387, 174.564516129));border:none}.btn-transition-info:hover{background-image:linear-gradient(to right, rgb(35.564516129, 72.5806451613, 99.435483871), #316489)}.btn-transition-success{background-image:linear-gradient(to right, #06c668, rgb(7.5, 247.5, 130));border:none}.btn-transition-success:hover{background-image:linear-gradient(to right, rgb(4.5, 148.5, 78), #06c668)}.btn-transition-lightgrey{background-image:linear-gradient(to right, #f7f7f7, white);border:none}.btn-transition-lightgrey:hover{background-image:linear-gradient(to right, rgb(221.5, 221.5, 221.5), rgb(229.5, 229.5, 229.5))}.btn-transition-middlegrey{background-image:linear-gradient(to right, #a8a3a3, rgb(192.7877094972, 189.2122905028, 189.2122905028));border:none}.btn-transition-middlegrey:hover{background-image:linear-gradient(to right, rgb(143.2122905028, 136.7877094972, 136.7877094972), #a8a3a3)}.btn-transition-darkergrey{background-image:linear-gradient(to right, #5e5e5e, rgb(119.5, 119.5, 119.5));border:none}.btn-transition-darkergrey:hover{background-image:linear-gradient(to right, rgb(68.5, 68.5, 68.5), #5e5e5e)}.btn-transition-darkgrey{background-image:linear-gradient(to right, #333333, rgb(76.5, 76.5, 76.5));border:none}.btn-transition-darkgrey:hover{background-image:linear-gradient(to right, rgb(25.5, 25.5, 25.5), #333333)}.btn-transition-fruitred{background-image:linear-gradient(to right, #ff605d, rgb(255, 146.0555555556, 144));border:none}.btn-transition-fruitred:hover{background-image:linear-gradient(to right, rgb(255, 45.9444444444, 42), #ff605d)}.btn-transition-red{background-image:linear-gradient(to right, #da2126, rgb(227.6533864542, 74.3466135458, 78.4900398406));border:none}.btn-transition-red:hover{background-image:linear-gradient(to right, rgb(173.7051792829, 26.2948207171, 30.2788844622), #da2126)}.btn-transition-lightblue{background-image:linear-gradient(to right, #6495ed, rgb(145.6936416185, 180.2485549133, 242.3063583815));border:none}.btn-transition-lightblue:hover{background-image:linear-gradient(to right, rgb(54.3063583815, 117.7514450867, 231.6936416185), cornflowerblue)}.btn-transition-darkblue{background-image:linear-gradient(to right, #316489, rgb(62.435483871, 127.4193548387, 174.564516129));border:none}.btn-transition-darkblue:hover{background-image:linear-gradient(to right, rgb(35.564516129, 72.5806451613, 99.435483871), #316489)}.btn-transition-gold{background-image:linear-gradient(to right, #dfbd70, rgb(232.3257142857, 208.2342857143, 153.6742857143));border:none}.btn-transition-gold:hover{background-image:linear-gradient(to right, rgb(213.6742857143, 169.7657142857, 70.3257142857), #dfbd70)}.btn-transition-darkgold{background-image:linear-gradient(to right, #ab8e53, rgb(188.0118110236, 164.6062992126, 116.9881889764));border:none}.btn-transition-darkgold:hover{background-image:linear-gradient(to right, rgb(136.6653543307, 113.4881889764, 66.3346456693), #ab8e53)}.btn-transition-yellow{background-image:linear-gradient(to right, #edbc64, rgb(242.3063583815, 207.7514450867, 145.6936416185));border:none}.btn-transition-yellow:hover{background-image:linear-gradient(to right, rgb(231.6936416185, 168.2485549133, 54.3063583815), #edbc64)}.btn-transition-green{background-image:linear-gradient(to right, #06c668, rgb(7.5, 247.5, 130));border:none}.btn-transition-green:hover{background-image:linear-gradient(to right, rgb(4.5, 148.5, 78), #06c668)}.btn-transition-orange{background-image:linear-gradient(to right, #e78e43, rgb(236.7735849057, 169.1839622642, 112.2264150943));border:none}.btn-transition-orange:hover{background-image:linear-gradient(to right, rgb(219.0377358491, 115.3443396226, 27.9622641509), #e78e43)}.btn-transition-avq-blue{background-image:linear-gradient(to right, #39a1d4, rgb(98.9004149378, 180.8921161826, 221.0995850622));border:none}.btn-transition-avq-blue:hover{background-image:linear-gradient(to right, rgb(38.8962655602, 132.9709543568, 179.1037344398), #39a1d4)}.btn-clipboard{position:relative;background-color:hsla(0,0%,100%,.8);height:2rem;width:2rem;bottom:calc(2rem + 1px);left:1px;z-index:10;display:flex;place-content:center;font-size:80%;border:none;box-shadow:none}.btn-clipboard:focus{box-shadow:none}.btn-outline-primary{color:#da2126;border-color:#da2126;background-color:#fff}.btn-outline-primary:hover{color:#fff;background-color:#da2126;border-color:#da2126}.btn-outline-primary:focus,.btn-outline-primary.focus{box-shadow:0 0 0 .2rem rgba(218,33,38,.5)}.btn-outline-primary.disabled,.btn-outline-primary:disabled{color:#da2126;background-color:rgba(0,0,0,0)}.btn-outline-primary:not(:disabled):not(.disabled):active,.btn-outline-primary:not(:disabled):not(.disabled).active,.btn-outline-primary.active-tabbed:not(:disabled):not(.disabled),.nav-tabs .btn-outline-primary.navtab-link:not(:disabled):not(.disabled):hover,.btn-outline-primary.tab-active:not(:disabled):not(.disabled),.btn-outline-primary.toc-active:not(:disabled):not(.disabled),.show>.btn-outline-primary.dropdown-toggle{color:#fff;background-color:#da2126;border-color:#da2126}.btn-outline-primary:not(:disabled):not(.disabled):active:focus,.btn-outline-primary:not(:disabled):not(.disabled).active:focus,.btn-outline-primary.active-tabbed:not(:disabled):not(.disabled):focus,.nav-tabs .btn-outline-primary.navtab-link:not(:disabled):not(.disabled):focus:hover,.btn-outline-primary.tab-active:not(:disabled):not(.disabled):focus,.btn-outline-primary.toc-active:not(:disabled):not(.disabled):focus,.show>.btn-outline-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(218,33,38,.5)}.btn-outline-info{color:#316489;border-color:#316489;background-color:#fff}.btn-outline-info:hover{color:#fff;background-color:#316489;border-color:#316489}.btn-outline-info:focus,.btn-outline-info.focus{box-shadow:0 0 0 .2rem rgba(49,100,137,.5)}.btn-outline-info.disabled,.btn-outline-info:disabled{color:#316489;background-color:rgba(0,0,0,0)}.btn-outline-info:not(:disabled):not(.disabled):active,.btn-outline-info:not(:disabled):not(.disabled).active,.btn-outline-info.active-tabbed:not(:disabled):not(.disabled),.nav-tabs .btn-outline-info.navtab-link:not(:disabled):not(.disabled):hover,.btn-outline-info.tab-active:not(:disabled):not(.disabled),.btn-outline-info.toc-active:not(:disabled):not(.disabled),.show>.btn-outline-info.dropdown-toggle{color:#fff;background-color:#316489;border-color:#316489}.btn-outline-info:not(:disabled):not(.disabled):active:focus,.btn-outline-info:not(:disabled):not(.disabled).active:focus,.btn-outline-info.active-tabbed:not(:disabled):not(.disabled):focus,.nav-tabs .btn-outline-info.navtab-link:not(:disabled):not(.disabled):focus:hover,.btn-outline-info.tab-active:not(:disabled):not(.disabled):focus,.btn-outline-info.toc-active:not(:disabled):not(.disabled):focus,.show>.btn-outline-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(49,100,137,.5)}.btn-outline-success{color:#06c668;border-color:#06c668;background-color:#fff}.btn-outline-success:hover{color:#fff;background-color:#06c668;border-color:#06c668}.btn-outline-success:focus,.btn-outline-success.focus{box-shadow:0 0 0 .2rem rgba(6,198,104,.5)}.btn-outline-success.disabled,.btn-outline-success:disabled{color:#06c668;background-color:rgba(0,0,0,0)}.btn-outline-success:not(:disabled):not(.disabled):active,.btn-outline-success:not(:disabled):not(.disabled).active,.btn-outline-success.active-tabbed:not(:disabled):not(.disabled),.nav-tabs .btn-outline-success.navtab-link:not(:disabled):not(.disabled):hover,.btn-outline-success.tab-active:not(:disabled):not(.disabled),.btn-outline-success.toc-active:not(:disabled):not(.disabled),.show>.btn-outline-success.dropdown-toggle{color:#fff;background-color:#06c668;border-color:#06c668}.btn-outline-success:not(:disabled):not(.disabled):active:focus,.btn-outline-success:not(:disabled):not(.disabled).active:focus,.btn-outline-success.active-tabbed:not(:disabled):not(.disabled):focus,.nav-tabs .btn-outline-success.navtab-link:not(:disabled):not(.disabled):focus:hover,.btn-outline-success.tab-active:not(:disabled):not(.disabled):focus,.btn-outline-success.toc-active:not(:disabled):not(.disabled):focus,.show>.btn-outline-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(6,198,104,.5)}.btn-outline-lightgrey{color:#f7f7f7;border-color:#f7f7f7;background-color:#fff}.btn-outline-lightgrey:hover{color:#212529;background-color:#f7f7f7;border-color:#f7f7f7}.btn-outline-lightgrey:focus,.btn-outline-lightgrey.focus{box-shadow:0 0 0 .2rem rgba(247,247,247,.5)}.btn-outline-lightgrey.disabled,.btn-outline-lightgrey:disabled{color:#f7f7f7;background-color:rgba(0,0,0,0)}.btn-outline-lightgrey:not(:disabled):not(.disabled):active,.btn-outline-lightgrey:not(:disabled):not(.disabled).active,.btn-outline-lightgrey.active-tabbed:not(:disabled):not(.disabled),.nav-tabs .btn-outline-lightgrey.navtab-link:not(:disabled):not(.disabled):hover,.btn-outline-lightgrey.tab-active:not(:disabled):not(.disabled),.btn-outline-lightgrey.toc-active:not(:disabled):not(.disabled),.show>.btn-outline-lightgrey.dropdown-toggle{color:#212529;background-color:#f7f7f7;border-color:#f7f7f7}.btn-outline-lightgrey:not(:disabled):not(.disabled):active:focus,.btn-outline-lightgrey:not(:disabled):not(.disabled).active:focus,.btn-outline-lightgrey.active-tabbed:not(:disabled):not(.disabled):focus,.nav-tabs .btn-outline-lightgrey.navtab-link:not(:disabled):not(.disabled):focus:hover,.btn-outline-lightgrey.tab-active:not(:disabled):not(.disabled):focus,.btn-outline-lightgrey.toc-active:not(:disabled):not(.disabled):focus,.show>.btn-outline-lightgrey.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(247,247,247,.5)}.btn-outline-middlegrey{color:#a8a3a3;border-color:#a8a3a3;background-color:#fff}.btn-outline-middlegrey:hover{color:#212529;background-color:#a8a3a3;border-color:#a8a3a3}.btn-outline-middlegrey:focus,.btn-outline-middlegrey.focus{box-shadow:0 0 0 .2rem rgba(168,163,163,.5)}.btn-outline-middlegrey.disabled,.btn-outline-middlegrey:disabled{color:#a8a3a3;background-color:rgba(0,0,0,0)}.btn-outline-middlegrey:not(:disabled):not(.disabled):active,.btn-outline-middlegrey:not(:disabled):not(.disabled).active,.btn-outline-middlegrey.active-tabbed:not(:disabled):not(.disabled),.nav-tabs .btn-outline-middlegrey.navtab-link:not(:disabled):not(.disabled):hover,.btn-outline-middlegrey.tab-active:not(:disabled):not(.disabled),.btn-outline-middlegrey.toc-active:not(:disabled):not(.disabled),.show>.btn-outline-middlegrey.dropdown-toggle{color:#212529;background-color:#a8a3a3;border-color:#a8a3a3}.btn-outline-middlegrey:not(:disabled):not(.disabled):active:focus,.btn-outline-middlegrey:not(:disabled):not(.disabled).active:focus,.btn-outline-middlegrey.active-tabbed:not(:disabled):not(.disabled):focus,.nav-tabs .btn-outline-middlegrey.navtab-link:not(:disabled):not(.disabled):focus:hover,.btn-outline-middlegrey.tab-active:not(:disabled):not(.disabled):focus,.btn-outline-middlegrey.toc-active:not(:disabled):not(.disabled):focus,.show>.btn-outline-middlegrey.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(168,163,163,.5)}.btn-outline-darkergrey{color:#5e5e5e;border-color:#5e5e5e;background-color:#fff}.btn-outline-darkergrey:hover{color:#fff;background-color:#5e5e5e;border-color:#5e5e5e}.btn-outline-darkergrey:focus,.btn-outline-darkergrey.focus{box-shadow:0 0 0 .2rem rgba(94,94,94,.5)}.btn-outline-darkergrey.disabled,.btn-outline-darkergrey:disabled{color:#5e5e5e;background-color:rgba(0,0,0,0)}.btn-outline-darkergrey:not(:disabled):not(.disabled):active,.btn-outline-darkergrey:not(:disabled):not(.disabled).active,.btn-outline-darkergrey.active-tabbed:not(:disabled):not(.disabled),.nav-tabs .btn-outline-darkergrey.navtab-link:not(:disabled):not(.disabled):hover,.btn-outline-darkergrey.tab-active:not(:disabled):not(.disabled),.btn-outline-darkergrey.toc-active:not(:disabled):not(.disabled),.show>.btn-outline-darkergrey.dropdown-toggle{color:#fff;background-color:#5e5e5e;border-color:#5e5e5e}.btn-outline-darkergrey:not(:disabled):not(.disabled):active:focus,.btn-outline-darkergrey:not(:disabled):not(.disabled).active:focus,.btn-outline-darkergrey.active-tabbed:not(:disabled):not(.disabled):focus,.nav-tabs .btn-outline-darkergrey.navtab-link:not(:disabled):not(.disabled):focus:hover,.btn-outline-darkergrey.tab-active:not(:disabled):not(.disabled):focus,.btn-outline-darkergrey.toc-active:not(:disabled):not(.disabled):focus,.show>.btn-outline-darkergrey.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(94,94,94,.5)}.btn-outline-darkgrey{color:#333;border-color:#333;background-color:#fff}.btn-outline-darkgrey:hover{color:#fff;background-color:#333;border-color:#333}.btn-outline-darkgrey:focus,.btn-outline-darkgrey.focus{box-shadow:0 0 0 .2rem rgba(51,51,51,.5)}.btn-outline-darkgrey.disabled,.btn-outline-darkgrey:disabled{color:#333;background-color:rgba(0,0,0,0)}.btn-outline-darkgrey:not(:disabled):not(.disabled):active,.btn-outline-darkgrey:not(:disabled):not(.disabled).active,.btn-outline-darkgrey.active-tabbed:not(:disabled):not(.disabled),.nav-tabs .btn-outline-darkgrey.navtab-link:not(:disabled):not(.disabled):hover,.btn-outline-darkgrey.tab-active:not(:disabled):not(.disabled),.btn-outline-darkgrey.toc-active:not(:disabled):not(.disabled),.show>.btn-outline-darkgrey.dropdown-toggle{color:#fff;background-color:#333;border-color:#333}.btn-outline-darkgrey:not(:disabled):not(.disabled):active:focus,.btn-outline-darkgrey:not(:disabled):not(.disabled).active:focus,.btn-outline-darkgrey.active-tabbed:not(:disabled):not(.disabled):focus,.nav-tabs .btn-outline-darkgrey.navtab-link:not(:disabled):not(.disabled):focus:hover,.btn-outline-darkgrey.tab-active:not(:disabled):not(.disabled):focus,.btn-outline-darkgrey.toc-active:not(:disabled):not(.disabled):focus,.show>.btn-outline-darkgrey.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(51,51,51,.5)}.btn-outline-fruitred{color:#ff605d;border-color:#ff605d;background-color:#fff}.btn-outline-fruitred:hover{color:#fff;background-color:#ff605d;border-color:#ff605d}.btn-outline-fruitred:focus,.btn-outline-fruitred.focus{box-shadow:0 0 0 .2rem rgba(255,96,93,.5)}.btn-outline-fruitred.disabled,.btn-outline-fruitred:disabled{color:#ff605d;background-color:rgba(0,0,0,0)}.btn-outline-fruitred:not(:disabled):not(.disabled):active,.btn-outline-fruitred:not(:disabled):not(.disabled).active,.btn-outline-fruitred.active-tabbed:not(:disabled):not(.disabled),.nav-tabs .btn-outline-fruitred.navtab-link:not(:disabled):not(.disabled):hover,.btn-outline-fruitred.tab-active:not(:disabled):not(.disabled),.btn-outline-fruitred.toc-active:not(:disabled):not(.disabled),.show>.btn-outline-fruitred.dropdown-toggle{color:#fff;background-color:#ff605d;border-color:#ff605d}.btn-outline-fruitred:not(:disabled):not(.disabled):active:focus,.btn-outline-fruitred:not(:disabled):not(.disabled).active:focus,.btn-outline-fruitred.active-tabbed:not(:disabled):not(.disabled):focus,.nav-tabs .btn-outline-fruitred.navtab-link:not(:disabled):not(.disabled):focus:hover,.btn-outline-fruitred.tab-active:not(:disabled):not(.disabled):focus,.btn-outline-fruitred.toc-active:not(:disabled):not(.disabled):focus,.show>.btn-outline-fruitred.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(255,96,93,.5)}.btn-outline-red{color:#da2126;border-color:#da2126;background-color:#fff}.btn-outline-red:hover{color:#fff;background-color:#da2126;border-color:#da2126}.btn-outline-red:focus,.btn-outline-red.focus{box-shadow:0 0 0 .2rem rgba(218,33,38,.5)}.btn-outline-red.disabled,.btn-outline-red:disabled{color:#da2126;background-color:rgba(0,0,0,0)}.btn-outline-red:not(:disabled):not(.disabled):active,.btn-outline-red:not(:disabled):not(.disabled).active,.btn-outline-red.active-tabbed:not(:disabled):not(.disabled),.nav-tabs .btn-outline-red.navtab-link:not(:disabled):not(.disabled):hover,.btn-outline-red.tab-active:not(:disabled):not(.disabled),.btn-outline-red.toc-active:not(:disabled):not(.disabled),.show>.btn-outline-red.dropdown-toggle{color:#fff;background-color:#da2126;border-color:#da2126}.btn-outline-red:not(:disabled):not(.disabled):active:focus,.btn-outline-red:not(:disabled):not(.disabled).active:focus,.btn-outline-red.active-tabbed:not(:disabled):not(.disabled):focus,.nav-tabs .btn-outline-red.navtab-link:not(:disabled):not(.disabled):focus:hover,.btn-outline-red.tab-active:not(:disabled):not(.disabled):focus,.btn-outline-red.toc-active:not(:disabled):not(.disabled):focus,.show>.btn-outline-red.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(218,33,38,.5)}.btn-outline-lightblue{color:#6495ed;border-color:#6495ed;background-color:#fff}.btn-outline-lightblue:hover{color:#fff;background-color:#6495ed;border-color:#6495ed}.btn-outline-lightblue:focus,.btn-outline-lightblue.focus{box-shadow:0 0 0 .2rem rgba(100,149,237,.5)}.btn-outline-lightblue.disabled,.btn-outline-lightblue:disabled{color:#6495ed;background-color:rgba(0,0,0,0)}.btn-outline-lightblue:not(:disabled):not(.disabled):active,.btn-outline-lightblue:not(:disabled):not(.disabled).active,.btn-outline-lightblue.active-tabbed:not(:disabled):not(.disabled),.nav-tabs .btn-outline-lightblue.navtab-link:not(:disabled):not(.disabled):hover,.btn-outline-lightblue.tab-active:not(:disabled):not(.disabled),.btn-outline-lightblue.toc-active:not(:disabled):not(.disabled),.show>.btn-outline-lightblue.dropdown-toggle{color:#fff;background-color:#6495ed;border-color:#6495ed}.btn-outline-lightblue:not(:disabled):not(.disabled):active:focus,.btn-outline-lightblue:not(:disabled):not(.disabled).active:focus,.btn-outline-lightblue.active-tabbed:not(:disabled):not(.disabled):focus,.nav-tabs .btn-outline-lightblue.navtab-link:not(:disabled):not(.disabled):focus:hover,.btn-outline-lightblue.tab-active:not(:disabled):not(.disabled):focus,.btn-outline-lightblue.toc-active:not(:disabled):not(.disabled):focus,.show>.btn-outline-lightblue.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(100,149,237,.5)}.btn-outline-darkblue{color:#316489;border-color:#316489;background-color:#fff}.btn-outline-darkblue:hover{color:#fff;background-color:#316489;border-color:#316489}.btn-outline-darkblue:focus,.btn-outline-darkblue.focus{box-shadow:0 0 0 .2rem rgba(49,100,137,.5)}.btn-outline-darkblue.disabled,.btn-outline-darkblue:disabled{color:#316489;background-color:rgba(0,0,0,0)}.btn-outline-darkblue:not(:disabled):not(.disabled):active,.btn-outline-darkblue:not(:disabled):not(.disabled).active,.btn-outline-darkblue.active-tabbed:not(:disabled):not(.disabled),.nav-tabs .btn-outline-darkblue.navtab-link:not(:disabled):not(.disabled):hover,.btn-outline-darkblue.tab-active:not(:disabled):not(.disabled),.btn-outline-darkblue.toc-active:not(:disabled):not(.disabled),.show>.btn-outline-darkblue.dropdown-toggle{color:#fff;background-color:#316489;border-color:#316489}.btn-outline-darkblue:not(:disabled):not(.disabled):active:focus,.btn-outline-darkblue:not(:disabled):not(.disabled).active:focus,.btn-outline-darkblue.active-tabbed:not(:disabled):not(.disabled):focus,.nav-tabs .btn-outline-darkblue.navtab-link:not(:disabled):not(.disabled):focus:hover,.btn-outline-darkblue.tab-active:not(:disabled):not(.disabled):focus,.btn-outline-darkblue.toc-active:not(:disabled):not(.disabled):focus,.show>.btn-outline-darkblue.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(49,100,137,.5)}.btn-outline-gold{color:#dfbd70;border-color:#dfbd70;background-color:#fff}.btn-outline-gold:hover{color:#212529;background-color:#dfbd70;border-color:#dfbd70}.btn-outline-gold:focus,.btn-outline-gold.focus{box-shadow:0 0 0 .2rem rgba(223,189,112,.5)}.btn-outline-gold.disabled,.btn-outline-gold:disabled{color:#dfbd70;background-color:rgba(0,0,0,0)}.btn-outline-gold:not(:disabled):not(.disabled):active,.btn-outline-gold:not(:disabled):not(.disabled).active,.btn-outline-gold.active-tabbed:not(:disabled):not(.disabled),.nav-tabs .btn-outline-gold.navtab-link:not(:disabled):not(.disabled):hover,.btn-outline-gold.tab-active:not(:disabled):not(.disabled),.btn-outline-gold.toc-active:not(:disabled):not(.disabled),.show>.btn-outline-gold.dropdown-toggle{color:#212529;background-color:#dfbd70;border-color:#dfbd70}.btn-outline-gold:not(:disabled):not(.disabled):active:focus,.btn-outline-gold:not(:disabled):not(.disabled).active:focus,.btn-outline-gold.active-tabbed:not(:disabled):not(.disabled):focus,.nav-tabs .btn-outline-gold.navtab-link:not(:disabled):not(.disabled):focus:hover,.btn-outline-gold.tab-active:not(:disabled):not(.disabled):focus,.btn-outline-gold.toc-active:not(:disabled):not(.disabled):focus,.show>.btn-outline-gold.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(223,189,112,.5)}.btn-outline-darkgold{color:#ab8e53;border-color:#ab8e53;background-color:#fff}.btn-outline-darkgold:hover{color:#fff;background-color:#ab8e53;border-color:#ab8e53}.btn-outline-darkgold:focus,.btn-outline-darkgold.focus{box-shadow:0 0 0 .2rem rgba(171,142,83,.5)}.btn-outline-darkgold.disabled,.btn-outline-darkgold:disabled{color:#ab8e53;background-color:rgba(0,0,0,0)}.btn-outline-darkgold:not(:disabled):not(.disabled):active,.btn-outline-darkgold:not(:disabled):not(.disabled).active,.btn-outline-darkgold.active-tabbed:not(:disabled):not(.disabled),.nav-tabs .btn-outline-darkgold.navtab-link:not(:disabled):not(.disabled):hover,.btn-outline-darkgold.tab-active:not(:disabled):not(.disabled),.btn-outline-darkgold.toc-active:not(:disabled):not(.disabled),.show>.btn-outline-darkgold.dropdown-toggle{color:#fff;background-color:#ab8e53;border-color:#ab8e53}.btn-outline-darkgold:not(:disabled):not(.disabled):active:focus,.btn-outline-darkgold:not(:disabled):not(.disabled).active:focus,.btn-outline-darkgold.active-tabbed:not(:disabled):not(.disabled):focus,.nav-tabs .btn-outline-darkgold.navtab-link:not(:disabled):not(.disabled):focus:hover,.btn-outline-darkgold.tab-active:not(:disabled):not(.disabled):focus,.btn-outline-darkgold.toc-active:not(:disabled):not(.disabled):focus,.show>.btn-outline-darkgold.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(171,142,83,.5)}.btn-outline-yellow{color:#edbc64;border-color:#edbc64;background-color:#fff}.btn-outline-yellow:hover{color:#212529;background-color:#edbc64;border-color:#edbc64}.btn-outline-yellow:focus,.btn-outline-yellow.focus{box-shadow:0 0 0 .2rem rgba(237,188,100,.5)}.btn-outline-yellow.disabled,.btn-outline-yellow:disabled{color:#edbc64;background-color:rgba(0,0,0,0)}.btn-outline-yellow:not(:disabled):not(.disabled):active,.btn-outline-yellow:not(:disabled):not(.disabled).active,.btn-outline-yellow.active-tabbed:not(:disabled):not(.disabled),.nav-tabs .btn-outline-yellow.navtab-link:not(:disabled):not(.disabled):hover,.btn-outline-yellow.tab-active:not(:disabled):not(.disabled),.btn-outline-yellow.toc-active:not(:disabled):not(.disabled),.show>.btn-outline-yellow.dropdown-toggle{color:#212529;background-color:#edbc64;border-color:#edbc64}.btn-outline-yellow:not(:disabled):not(.disabled):active:focus,.btn-outline-yellow:not(:disabled):not(.disabled).active:focus,.btn-outline-yellow.active-tabbed:not(:disabled):not(.disabled):focus,.nav-tabs .btn-outline-yellow.navtab-link:not(:disabled):not(.disabled):focus:hover,.btn-outline-yellow.tab-active:not(:disabled):not(.disabled):focus,.btn-outline-yellow.toc-active:not(:disabled):not(.disabled):focus,.show>.btn-outline-yellow.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(237,188,100,.5)}.btn-outline-green{color:#06c668;border-color:#06c668;background-color:#fff}.btn-outline-green:hover{color:#fff;background-color:#06c668;border-color:#06c668}.btn-outline-green:focus,.btn-outline-green.focus{box-shadow:0 0 0 .2rem rgba(6,198,104,.5)}.btn-outline-green.disabled,.btn-outline-green:disabled{color:#06c668;background-color:rgba(0,0,0,0)}.btn-outline-green:not(:disabled):not(.disabled):active,.btn-outline-green:not(:disabled):not(.disabled).active,.btn-outline-green.active-tabbed:not(:disabled):not(.disabled),.nav-tabs .btn-outline-green.navtab-link:not(:disabled):not(.disabled):hover,.btn-outline-green.tab-active:not(:disabled):not(.disabled),.btn-outline-green.toc-active:not(:disabled):not(.disabled),.show>.btn-outline-green.dropdown-toggle{color:#fff;background-color:#06c668;border-color:#06c668}.btn-outline-green:not(:disabled):not(.disabled):active:focus,.btn-outline-green:not(:disabled):not(.disabled).active:focus,.btn-outline-green.active-tabbed:not(:disabled):not(.disabled):focus,.nav-tabs .btn-outline-green.navtab-link:not(:disabled):not(.disabled):focus:hover,.btn-outline-green.tab-active:not(:disabled):not(.disabled):focus,.btn-outline-green.toc-active:not(:disabled):not(.disabled):focus,.show>.btn-outline-green.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(6,198,104,.5)}.btn-outline-orange{color:#e78e43;border-color:#e78e43;background-color:#fff}.btn-outline-orange:hover{color:#212529;background-color:#e78e43;border-color:#e78e43}.btn-outline-orange:focus,.btn-outline-orange.focus{box-shadow:0 0 0 .2rem rgba(231,142,67,.5)}.btn-outline-orange.disabled,.btn-outline-orange:disabled{color:#e78e43;background-color:rgba(0,0,0,0)}.btn-outline-orange:not(:disabled):not(.disabled):active,.btn-outline-orange:not(:disabled):not(.disabled).active,.btn-outline-orange.active-tabbed:not(:disabled):not(.disabled),.nav-tabs .btn-outline-orange.navtab-link:not(:disabled):not(.disabled):hover,.btn-outline-orange.tab-active:not(:disabled):not(.disabled),.btn-outline-orange.toc-active:not(:disabled):not(.disabled),.show>.btn-outline-orange.dropdown-toggle{color:#212529;background-color:#e78e43;border-color:#e78e43}.btn-outline-orange:not(:disabled):not(.disabled):active:focus,.btn-outline-orange:not(:disabled):not(.disabled).active:focus,.btn-outline-orange.active-tabbed:not(:disabled):not(.disabled):focus,.nav-tabs .btn-outline-orange.navtab-link:not(:disabled):not(.disabled):focus:hover,.btn-outline-orange.tab-active:not(:disabled):not(.disabled):focus,.btn-outline-orange.toc-active:not(:disabled):not(.disabled):focus,.show>.btn-outline-orange.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(231,142,67,.5)}.btn-outline-avq-blue{color:#39a1d4;border-color:#39a1d4;background-color:#fff}.btn-outline-avq-blue:hover{color:#fff;background-color:#39a1d4;border-color:#39a1d4}.btn-outline-avq-blue:focus,.btn-outline-avq-blue.focus{box-shadow:0 0 0 .2rem rgba(57,161,212,.5)}.btn-outline-avq-blue.disabled,.btn-outline-avq-blue:disabled{color:#39a1d4;background-color:rgba(0,0,0,0)}.btn-outline-avq-blue:not(:disabled):not(.disabled):active,.btn-outline-avq-blue:not(:disabled):not(.disabled).active,.btn-outline-avq-blue.active-tabbed:not(:disabled):not(.disabled),.nav-tabs .btn-outline-avq-blue.navtab-link:not(:disabled):not(.disabled):hover,.btn-outline-avq-blue.tab-active:not(:disabled):not(.disabled),.btn-outline-avq-blue.toc-active:not(:disabled):not(.disabled),.show>.btn-outline-avq-blue.dropdown-toggle{color:#fff;background-color:#39a1d4;border-color:#39a1d4}.btn-outline-avq-blue:not(:disabled):not(.disabled):active:focus,.btn-outline-avq-blue:not(:disabled):not(.disabled).active:focus,.btn-outline-avq-blue.active-tabbed:not(:disabled):not(.disabled):focus,.nav-tabs .btn-outline-avq-blue.navtab-link:not(:disabled):not(.disabled):focus:hover,.btn-outline-avq-blue.tab-active:not(:disabled):not(.disabled):focus,.btn-outline-avq-blue.toc-active:not(:disabled):not(.disabled):focus,.show>.btn-outline-avq-blue.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(57,161,212,.5)}ul{padding-left:1.15rem}@keyframes fadeInDown{from{opacity:0;transform:translate3d(0, -100%, 0)}to{opacity:1;transform:translate3d(0, 0, 0)}}@keyframes fadeOutDown{0%{opacity:1}99%{opacity:0;transform:translate3d(0, 100%, 0)}100%{opacity:0;transform:translate3d(0, 100%, 0)}}@keyframes fadeInUp{from{opacity:0;transform:translate3d(0, 100%, 0)}to{opacity:1;transform:translate3d(0, 0, 0)}}.animated{animation-duration:var(--animate-duration);animation-fill-mode:both}.animated.faster{animation-duration:calc(var(--animate-duration)*.4)}.animated.fast{animation-duration:calc(var(--animate-duration)*.8)}.animated.slow{animation-duration:calc(var(--animate-duration)*2)}.animated.slower{animation-duration:calc(var(--animate-duration)*3)}.fadeInDown{animation-name:fadeInDown}.fadeOutDown{animation-name:fadeOutDown}.fadeInUp{animation-name:fadeInUp}:root{--animate-duration: 1s;--animate-delay: 1s;--animate-repeat: 1}.gdpr-cookieconsent-settings h2{margin:0}.gdpr-cookieconsent-settings a{color:#316489 !important}.gdpr-cookieconsent-settings a:hover{color:rgb(35.564516129,72.5806451613,99.435483871) !important}.gdpr-cookieconsent-switch input:checked+.gdpr-cookieconsent-switch__slider{background-color:#06c668 !important}.gdpr-cookieconsent-setting-group__headline{color:#316489 !important;font-weight:normal !important}/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */.hamburger{padding:0px 0px;display:inline-block;cursor:pointer;transition-property:opacity,filter;transition-duration:.15s;transition-timing-function:linear;font:inherit;color:inherit;text-transform:none;background-color:rgba(0,0,0,0);border:0;margin:0;overflow:visible}.hamburger:hover{color:#666}.hamburger:hover .hamburger-inner{background-color:#666}.hamburger:hover .hamburger-inner::before,.hamburger:hover .hamburger-inner::after{background-color:#666}.hamburger:focus{outline:none}.hamburger.is-active:hover{color:#666}.hamburger.is-active .hamburger-inner,.hamburger.is-active .hamburger-inner::before,.hamburger.is-active .hamburger-inner::after{background-color:#848484}.hamburger-box{width:20px;height:14px;display:inline-block;position:relative}.hamburger-inner{display:block;top:50%;margin-top:-1px}.hamburger-inner:hover::before,.hamburger-inner:hover::after{background-color:#666}.hamburger-inner,.hamburger-inner::before,.hamburger-inner::after{width:20px;height:2px;background-color:#848484;border-radius:4px;position:absolute;transition-property:transform;transition-duration:.15s;transition-timing-function:ease}.hamburger-inner::before,.hamburger-inner::after{content:"";display:block}.hamburger-inner::before{top:-6px}.hamburger-inner::after{bottom:-6px}.hamburger--squeeze .hamburger-inner{transition-duration:.075s;transition-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}.hamburger--squeeze .hamburger-inner::before{transition:top .075s .12s ease,opacity .075s ease}.hamburger--squeeze .hamburger-inner::after{transition:bottom .075s .12s ease,transform .075s cubic-bezier(0.55, 0.055, 0.675, 0.19)}.hamburger--squeeze.is-active .hamburger-inner{transform:rotate(45deg);transition-delay:.12s;transition-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}.hamburger--squeeze.is-active .hamburger-inner::before{top:0;opacity:0;transition:top .075s ease,opacity .075s .12s ease}.hamburger--squeeze.is-active .hamburger-inner::after{bottom:0;transform:rotate(-90deg);transition:bottom .075s ease,transform .075s .12s cubic-bezier(0.215, 0.61, 0.355, 1)}.scrollDownArrow{position:absolute;width:50px;margin:0 5vw 0 auto;top:95vh;height:50px;left:0;right:0}.scrollDownArrow span{position:absolute;bottom:2em;left:50%;width:64px;height:64px;margin-left:-23px;border-radius:100%;box-sizing:border-box;background:rgba(108,117,125,.9);box-shadow:0 10px 80px -10px #2c365c}.scrollDownArrow span::after{position:absolute;top:10%;right:34%;content:"";width:20px;height:20px;border-left:2px solid #f7f7f7;border-bottom:2px solid #f7f7f7;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-animation:sdb05 2s infinite;animation:sdb05 2s infinite;box-sizing:border-box}.scrollDownArrow span::before{position:absolute;top:0;left:0;z-index:-1;content:"";width:44px;height:44px;box-shadow:0 0 0 0 hsla(0,0%,100%,.1);border-radius:100%;opacity:0;box-sizing:border-box}.scrollDownArrow button{background:none;border:none;color:rgba(0,0,0,0);outline:none}@-webkit-keyframes sdb05{0%{-webkit-transform:rotate(-45deg) translate(0, 0);opacity:0}50%{opacity:1}75%{opacity:.2}100%{-webkit-transform:rotate(-45deg) translate(-16px, 16px);opacity:0}}@keyframes sdb05{0%{transform:rotate(-45deg) translate(0, 0);opacity:0}50%{opacity:1}75%{opacity:.2}100%{transform:rotate(-45deg) translate(-16px, 16px);opacity:0}}:root{--animate-duration: 1s;--animate-delay: 1s;--animate-repeat: 1}.price-grid{font-weight:600;text-align:center;font-size:.9em}.price-grid .col>div{height:100%}.price-grid .row{margin:0}.price-grid .row .col:first-of-type>div,.price-grid .row [class*=col-]:first-of-type>div{margin-right:.5em}.price-grid .col,.price-grid [class*=col-]{padding:0}.price-grid .col>div,.price-grid [class*=col-]>div{padding:.75em}.price-grid .ppl,.price-grid .nol,.price-grid .amount{background-color:#f7f7f7}.price-grid .contact{background-color:#316489;color:#fff}.price-grid .contact a{text-decoration:underline;color:#fff}.price-grid .contact a:hover{color:#fff}.price-grid .product-name{font-size:1.2em}.price-grid .row:nth-of-type(3) .amount{padding-top:1.25em}.price-grid .row:not(:nth-last-of-type(4)) .amount::before{content:"";position:absolute;left:14%;bottom:0;height:1px;width:70%;border-bottom:1px solid #000}.price-grid div:not(:nth-last-of-type(4))>.col>.price{border-bottom:1px solid #000}.price-grid div.col:not(:last-child)>.price{border-right:1px solid #000}.price-grid .cart-meta{text-align:left;padding:.5em;background-color:#f7f7f7;width:100%}.price-grid .cart-meta span{font-weight:600}.price-grid #buy-button,.price-grid #contact-button{font-weight:600}.price-grid .order-amount{font-weight:600;text-align:center;font-size:inherit}.price-grid .cart-items{list-style:none;padding-left:0;margin-bottom:0}.price-grid .cart-items li{font-weight:600}.price-grid .cart-items li.e-sign{color:#39a1d4}.price-grid #esign-button{background-color:#a8a3a3;font-weight:600;font-size:inherit;color:#fff;border:0}.price-grid #esign-button #esign-button-check{display:none}.price-grid #esign-button #add-esign-help{color:#39a1d4;font-weight:600}.price-grid #esign-button.active,.price-grid #esign-button.active-tabbed,.price-grid .nav-tabs #esign-button.navtab-link:hover,.nav-tabs .price-grid #esign-button.navtab-link:hover,.price-grid #esign-button.tab-active,.price-grid #esign-button.toc-active{background-color:hsl(0,2.7932960894%,74.9019607843%);font-size:inherit}.price-grid #esign-button.active #esign-button-check,.price-grid #esign-button.active-tabbed #esign-button-check,.price-grid .nav-tabs #esign-button.navtab-link:hover #esign-button-check,.nav-tabs .price-grid #esign-button.navtab-link:hover #esign-button-check,.price-grid #esign-button.tab-active #esign-button-check,.price-grid #esign-button.toc-active #esign-button-check{display:inline-block;font-size:3em;position:absolute;right:40px;top:4px}@media(max-width: 991.98px){.price-grid #esign-button.active #esign-button-check,.price-grid #esign-button.active-tabbed #esign-button-check,.price-grid .nav-tabs #esign-button.navtab-link:hover #esign-button-check,.nav-tabs .price-grid #esign-button.navtab-link:hover #esign-button-check,.price-grid #esign-button.tab-active #esign-button-check,.price-grid #esign-button.toc-active #esign-button-check{right:5px}}.share-twitter{background-color:#1da1f2;color:#fff !important}.share-twitter:hover{background-color:rgb(11.9665271967,133.4728033473,208.0334728033)}.share-facebook{background-color:#3b5998;color:#fff !important}.share-facebook:hover{background-color:rgb(44.7393364929,67.4881516588,115.2606635071)}.share-button img{height:1.2em;margin:0 7px 4px 0}.ribbon{width:150px;height:150px;overflow:hidden;position:absolute;z-index:1}.ribbon::before,.ribbon::after{position:absolute;z-index:-1;content:"";display:block;border:5px solid #2980b9}.ribbon span{position:absolute;display:block;width:225px;padding:15px 0;background:linear-gradient(#3498db 0%, #377ccb 100%);box-shadow:0 5px 10px rgba(0,0,0,.1);color:#fff;font:700 18px/1 "Lato",sans-serif;text-align:center}.ribbon.ribbon-primary::before,.ribbon.ribbon-primary::after{border-color:rgb(151.5577689243,22.9422310757,26.4183266932)}.ribbon.ribbon-primary span{background:linear-gradient(#da2126, rgb(173.7051792829, 26.2948207171, 30.2788844622))}.ribbon.ribbon-info::before,.ribbon.ribbon-info::after{border-color:rgb(28.8467741935,58.8709677419,80.6532258065)}.ribbon.ribbon-info span{background:linear-gradient(#316489, rgb(35.564516129, 72.5806451613, 99.435483871))}.ribbon.ribbon-success::before,.ribbon.ribbon-success::after{border-color:rgb(3.75,123.75,65)}.ribbon.ribbon-success span{background:linear-gradient(#06c668, rgb(4.5, 148.5, 78))}.ribbon.ribbon-lightgrey::before,.ribbon.ribbon-lightgrey::after{border-color:hsl(0,0%,81.862745098%)}.ribbon.ribbon-lightgrey span{color:#404040;background:linear-gradient(#f7f7f7, rgb(221.5, 221.5, 221.5))}.ribbon.ribbon-middlegrey::before,.ribbon.ribbon-middlegrey::after{border-color:hsl(0,2.7932960894%,49.9019607843%)}.ribbon.ribbon-middlegrey span{background:linear-gradient(#a8a3a3, rgb(143.2122905028, 136.7877094972, 136.7877094972))}.ribbon.ribbon-darkergrey::before,.ribbon.ribbon-darkergrey::after{border-color:rgb(55.75,55.75,55.75)}.ribbon.ribbon-darkergrey span{background:linear-gradient(#5e5e5e, rgb(68.5, 68.5, 68.5))}.ribbon.ribbon-darkgrey::before,.ribbon.ribbon-darkgrey::after{border-color:hsl(0,0%,5%)}.ribbon.ribbon-darkgrey span{background:linear-gradient(#333333, rgb(25.5, 25.5, 25.5))}.ribbon.ribbon-fruitred::before,.ribbon.ribbon-fruitred::after{border-color:rgb(255,20.9166666667,16.5)}.ribbon.ribbon-fruitred span{background:linear-gradient(#ff605d, rgb(255, 45.9444444444, 42))}.ribbon.ribbon-red::before,.ribbon.ribbon-red::after{border-color:rgb(151.5577689243,22.9422310757,26.4183266932)}.ribbon.ribbon-red span{background:linear-gradient(#da2126, rgb(173.7051792829, 26.2948207171, 30.2788844622))}.ribbon.ribbon-lightblue::before,.ribbon.ribbon-lightblue::after{border-color:rgb(31.4595375723,102.1271676301,229.0404624277)}.ribbon.ribbon-lightblue span{background:linear-gradient(#6495ed, rgb(54.3063583815, 117.7514450867, 231.6936416185))}.ribbon.ribbon-darkblue::before,.ribbon.ribbon-darkblue::after{border-color:rgb(28.8467741935,58.8709677419,80.6532258065)}.ribbon.ribbon-darkblue span{background:linear-gradient(#316489, rgb(35.564516129, 72.5806451613, 99.435483871))}.ribbon.ribbon-gold::before,.ribbon.ribbon-gold::after{border-color:rgb(209.0114285714,160.1485714286,49.4885714286)}.ribbon.ribbon-gold span{background:linear-gradient(#dfbd70, rgb(213.6742857143, 169.7657142857, 70.3257142857))}.ribbon.ribbon-darkgold::before,.ribbon.ribbon-darkgold::after{border-color:rgb(119.4980314961,99.2322834646,58.0019685039)}.ribbon.ribbon-darkgold span{background:linear-gradient(#ab8e53, rgb(136.6653543307, 113.4881889764, 66.3346456693))}.ribbon.ribbon-yellow::before,.ribbon.ribbon-yellow::after{border-color:rgb(229.0404624277,158.3728323699,31.4595375723)}.ribbon.ribbon-yellow span{background:linear-gradient(#edbc64, rgb(231.6936416185, 168.2485549133, 54.3063583815))}.ribbon.ribbon-green::before,.ribbon.ribbon-green::after{border-color:rgb(3.75,123.75,65)}.ribbon.ribbon-green span{background:linear-gradient(#06c668, rgb(4.5, 148.5, 78))}.ribbon.ribbon-orange::before,.ribbon.ribbon-orange::after{border-color:hsl(27.4390243902,77.358490566%,43.431372549%)}.ribbon.ribbon-orange span{background:linear-gradient(#e78e43, rgb(219.0377358491, 115.3443396226, 27.9622641509))}.ribbon.ribbon-avq-blue::before,.ribbon.ribbon-avq-blue::after{border-color:rgb(34.346473029,117.4170124481,158.153526971)}.ribbon.ribbon-avq-blue span{background:linear-gradient(#39a1d4, rgb(38.8962655602, 132.9709543568, 179.1037344398))}.ribbon-sm span{font:700 14px/1 "Lato",sans-serif}.ribbon-lg span{font:700 24px/1 "Lato",sans-serif}.ribbon-xl span{font:700 28px/1 "Lato",sans-serif}.ribbon-top-left{top:-10px;left:-10px}.ribbon-top-left::before,.ribbon-top-left::after{border-top-color:rgba(0,0,0,0);border-left-color:rgba(0,0,0,0)}.ribbon-top-left::before{top:0;right:0}.ribbon-top-left::after{bottom:0;left:0}.ribbon-top-left span{right:-25px;top:30px;transform:rotate(-45deg)}.ribbon-top-right{top:-10px;right:-10px}.ribbon-top-right::before,.ribbon-top-right::after{border-top-color:rgba(0,0,0,0);border-right-color:rgba(0,0,0,0)}.ribbon-top-right::before{top:0;left:0}.ribbon-top-right::after{bottom:0;right:0}.ribbon-top-right span{left:-25px;top:30px;transform:rotate(45deg)}.ribbon-bottom-left{bottom:-10px;left:-10px}.ribbon-bottom-left::before,.ribbon-bottom-left::after{border-bottom-color:rgba(0,0,0,0);border-left-color:rgba(0,0,0,0)}.ribbon-bottom-left::before{bottom:0;right:0}.ribbon-bottom-left::after{top:0;left:0}.ribbon-bottom-left span{right:-25px;bottom:30px;transform:rotate(225deg)}.ribbon-bottom-right{bottom:-10px;right:-10px}.ribbon-bottom-right::before,.ribbon-bottom-right::after{border-bottom-color:rgba(0,0,0,0);border-right-color:rgba(0,0,0,0)}.ribbon-bottom-right::before{bottom:0;left:0}.ribbon-bottom-right::after{top:0;right:0}.ribbon-bottom-right span{left:-25px;bottom:30px;transform:rotate(-225deg)}table.image-grid table,table.image-grid td,table.image-grid tbody{border:none}.star-rating{--star-color: #BAD0E3;--star-background: #ED4446;--percent: calc(var(--rating) / 5 * 100%);display:inline-block;line-height:1}.star-rating::before{content:"★★★★★";background:linear-gradient(90deg, var(--star-background) var(--percent), var(--star-color) var(--percent));-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}:root{--animate-duration: 1s;--animate-delay: 1s;--animate-repeat: 1}table.customer-center-price-table{border-collapse:collapse;table-layout:fixed}table.customer-center-price-table td{vertical-align:middle;overflow-wrap:break-word}table.customer-center-price-table thead tr th{border:none;padding:1em 1.1em;text-align:center;background-color:#fff;font-weight:300}table.customer-center-price-table thead tr th:first-child{background-color:#316489;color:#fff;text-align:left;font-weight:500;width:20%}table.customer-center-price-table thead tr th:last-child{width:30%}table.customer-center-price-table tbody tr td{text-align:center;padding:.6em 1.1em}table.customer-center-price-table tbody tr td:first-child{text-align:left;background-color:#f7f7f7}table.customer-center-price-table tbody tr:hover td:first-child{transition:.1s;background-color:#929292;color:#fff}table.customer-center-price-table tbody tr:hover td:first-child p{font-weight:400}table.customer-center-price-table tbody tr:hover td{transition:.1s;background-color:#efefef;color:#444}.or-0{margin-right:0}.or-1{margin-right:8.333333%}.or-2{margin-right:16.666667%}.or-3{margin-right:25%}.or-4{margin-right:33.333333%}.or-5{margin-right:41.666667%}.or-6{margin-right:50%}@media(min-width: 576px){.w-sm-100{width:100% !important}.w-sm-75{width:75% !important}.w-sm-50{width:50% !important}.w-sm-25{width:25% !important}.h-sm-100{height:100% !important}.h-sm-75{height:75% !important}.h-sm-50{height:50% !important}.h-sm-25{height:25% !important}.or-sm-0{margin-right:0}.or-sm-1{margin-right:8.333333%}.or-sm-2{margin-right:16.666667%}.or-sm-3{margin-right:25%}.or-sm-4{margin-right:33.333333%}.or-sm-5{margin-right:41.666667%}.or-sm-6{margin-right:50%}.position-sm-absolute{position:absolute !important}.position-sm-relative{position:relative !important}}@media(min-width: 768px){.w-md-100{width:100% !important}.w-md-75{width:75% !important}.w-md-50{width:50% !important}.w-md-25{width:25% !important}.h-md-100{height:100% !important}.h-md-75{height:75% !important}.h-md-50{height:50% !important}.h-md-25{height:25% !important}.or-md-0{margin-right:0}.or-md-1{margin-right:8.333333%}.or-md-2{margin-right:16.666667%}.or-md-3{margin-right:25%}.or-md-4{margin-right:33.333333%}.or-md-5{margin-right:41.666667%}.or-md-6{margin-right:50%}.position-md-absolute{position:absolute !important}.position-md-relative{position:relative !important}}@media(min-width: 992px){.w-lg-100{width:100% !important}.w-lg-75{width:75% !important}.w-lg-50{width:50% !important}.w-lg-25{width:25% !important}.h-lg-100{height:100% !important}.h-lg-75{height:75% !important}.h-lg-50{height:50% !important}.h-lg-25{height:25% !important}.or-lg-0{margin-right:0}.or-lg-1{margin-right:8.333333%}.or-lg-2{margin-right:16.666667%}.or-lg-3{margin-right:25%}.or-lg-4{margin-right:33.333333%}.or-lg-5{margin-right:41.666667%}.or-lg-6{margin-right:50%}.position-lg-absolute{position:absolute !important}.position-lg-relative{position:relative !important}}@media(min-width: 1200px){.w-xl-100{width:100% !important}.w-xl-75{width:75% !important}.w-xl-50{width:50% !important}.w-xl-25{width:25% !important}.h-xl-100{height:100% !important}.h-xl-75{height:75% !important}.h-xl-50{height:50% !important}.h-xl-25{height:25% !important}.or-xl-0{margin-right:0}.or-xl-1{margin-right:8.333333%}.or-xl-2{margin-right:16.666667%}.or-xl-3{margin-right:25%}.or-xl-4{margin-right:33.333333%}.or-xl-5{margin-right:41.666667%}.or-xl-6{margin-right:50%}.position-xl-absolute{position:absolute !important}.position-xl-relative{position:relative !important}}:root{--animate-duration: 1s;--animate-delay: 1s;--animate-repeat: 1}.offcanvas-collapse{position:fixed;top:0;bottom:0;right:-100%;width:100%;padding-top:50px;padding-right:1rem;padding-left:1rem;overflow-y:auto;visibility:hidden;background-color:#f7f7f7;transition:all .2s;-webkit-transition:all .2s;-moz-transition:all .2s}@media(min-width: 576px){.offcanvas-collapse{width:60%}}@media(min-width: 768px){.offcanvas-collapse{width:60%}}@media(min-width: 992px){.offcanvas-collapse{width:40%}}@media(min-width: 1200px){.offcanvas-collapse{width:25%}}.offcanvas-collapse{align-items:start;-moz-background-clip:padding;-webkit-background-clip:padding;background-clip:padding-box}.offcanvas-collapse.open{right:0;visibility:visible;z-index:10}.cart h4,.cart .h4{font-weight:200}.cart p.item-description{line-height:1em;margin-bottom:.2em;color:#515a5f}.cart .prodTotal p{padding-top:.4em;font-weight:500;color:#404040}.cart .remove-cart-button{font-size:1.2em;cursor:pointer;line-height:1em;color:#333}#cart-buttons div,#cart-buttons form{padding-left:7px;padding-right:7px}@media(max-width: 1199.98px){#cart-buttons div,#cart-buttons form{padding-left:0;padding-right:0}}.btn-cart-modal-close{font-size:x-large;line-height:1}.cart-modal-content{min-height:595px;transition:min-height .1s}.cart-modal-content label,.cart-modal-content input,.cart-modal-content p{font-weight:300 !important}.cart-modal-content.short{min-height:200px}.custom-switch{line-height:12px}.custom-switch .custom-switch-input{position:absolute;z-index:-1;opacity:0}.custom-switch .custom-switch-input,.custom-switch .custom-switch-input:after,.custom-switch .custom-switch-input:before,.custom-switch .custom-switch-input *,.custom-switch .custom-switch-input *:after,.custom-switch .custom-switch-input *:before,.custom-switch .custom-switch-input+.custom-switch-btn{box-sizing:border-box}.custom-switch .custom-switch-input::selection,.custom-switch .custom-switch-input:after::selection,.custom-switch .custom-switch-input:before::selection,.custom-switch .custom-switch-input *::selection,.custom-switch .custom-switch-input *:after::selection,.custom-switch .custom-switch-input *:before::selection,.custom-switch .custom-switch-input+.custom-switch-btn::selection{background:none}.custom-switch .custom-switch-input+.custom-switch-btn{outline:0;display:inline-block;position:relative;user-select:none;cursor:pointer;width:68px;height:38px;margin:0;padding:4px;background:#adb5bd;border-radius:2px;transition:all 150ms ease}.custom-switch .custom-switch-input+.custom-switch-btn:after,.custom-switch .custom-switch-input+.custom-switch-btn:before{position:relative;display:block;content:"";width:29px;height:29px}.custom-switch .custom-switch-input+.custom-switch-btn:after{left:2px;border-radius:2px;background:#fff;transition:all 150ms ease}.custom-switch .custom-switch-input+.custom-switch-btn:before{display:none}.custom-switch .custom-switch-input+.custom-switch-btn.text-hide{top:-0.8rem}.custom-switch .custom-switch-input:checked+.custom-switch-btn{background:#06c668}.custom-switch .custom-switch-input:checked+.custom-switch-btn:after{left:30px}.custom-switch .custom-switch-input:checked+.custom-switch-btn~.custom-switch-content-checked{opacity:1;height:auto}.custom-switch .custom-switch-input:checked+.custom-switch-btn~.custom-switch-content-unchecked{display:none;opacity:0;height:0}.custom-switch .custom-switch-input:not(:checked)+.custom-switch-btn~.custom-switch-content-checked{display:none;opacity:0;height:0}.custom-switch .custom-switch-input:not(:checked)+.custom-switch-btn~.custom-switch-content-unchecked{opacity:1;height:auto}.custom-switch .custom-switch-input[disabled]+.custom-switch-btn{background:rgba(173,181,189,.6);cursor:default}.custom-switch .custom-switch-input[disabled]:checked+.custom-switch-btn{background:rgba(6,198,104,.4)}.custom-switch .custom-switch-input:not([disabled]):focus~.custom-switch-btn{box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 0 .25rem rgba(56,123,189,.25)}.custom-switch .custom-switch-input[required]~.custom-switch-btn{box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 0 .125rem rgba(220,53,69,.5)}.custom-switch .custom-switch-form-text{display:inline-block;height:38px;margin-left:.5rem;line-height:38px;vertical-align:top}.custom-switch.custom-switch-label-io .custom-switch-input+.custom-switch-btn{background-image:url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2768%27 height=%2738%27%3E%3Ctext x=%2742.5%27 y=%2723.75%27 font-size=%2712px%27 font-family=%27Inter, sans-serif%27 fill=%27%23fff%27%3EO%3C/text%3E%3C/svg%3E")}.custom-switch.custom-switch-label-io .custom-switch-input:checked+.custom-switch-btn{background-image:url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2768%27 height=%2738%27%3E%3Ctext x=%2718.1333333333%27 y=%2723.75%27 font-size=%2712px%27 font-family=%27Inter, sans-serif%27 fill=%27%23fff%27%3EI%3C/text%3E%3C/svg%3E")}.custom-switch.custom-switch-label-onoff .custom-switch-input+.custom-switch-btn{background-image:url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2768%27 height=%2738%27%3E%3Ctext x=%2738.8571428571%27 y=%2723.75%27 font-size=%2712px%27 font-family=%27Inter, sans-serif%27 fill=%27%23fff%27%3EOff%3C/text%3E%3C/svg%3E")}.custom-switch.custom-switch-label-onoff .custom-switch-input:checked+.custom-switch-btn{background-image:url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2768%27 height=%2738%27%3E%3Ctext x=%279.7142857143%27 y=%2723.75%27 font-size=%2712px%27 font-family=%27Inter, sans-serif%27 fill=%27%23fff%27%3EOn%3C/text%3E%3C/svg%3E")}.custom-switch.custom-switch-label-yesno .custom-switch-input+.custom-switch-btn{background-image:url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2768%27 height=%2738%27%3E%3Ctext x=%2738.8571428571%27 y=%2723.75%27 font-size=%2712px%27 font-family=%27Inter, sans-serif%27 fill=%27%23fff%27%3ENo%3C/text%3E%3C/svg%3E")}.custom-switch.custom-switch-label-yesno .custom-switch-input:checked+.custom-switch-btn{background-image:url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2768%27 height=%2738%27%3E%3Ctext x=%279.7142857143%27 y=%2723.75%27 font-size=%2712px%27 font-family=%27Inter, sans-serif%27 fill=%27%23fff%27%3EYes%3C/text%3E%3C/svg%3E")}.custom-switch.custom-switch-label-status .custom-switch-input+.custom-switch-btn{width:96px;background-image:url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2796%27 height=%2738%27%3E%3Ctext x=%2738.8571428571%27 y=%2723.75%27 font-size=%2712px%27 font-family=%27Inter, sans-serif%27 fill=%27%23fff%27%3EDisabled%3C/text%3E%3C/svg%3E")}.custom-switch.custom-switch-label-status .custom-switch-input:checked+.custom-switch-btn{background-image:url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2796%27 height=%2738%27%3E%3Ctext x=%279.7142857143%27 y=%2723.75%27 font-size=%2712px%27 font-family=%27Inter, sans-serif%27 fill=%27%23fff%27%3EEnabled%3C/text%3E%3C/svg%3E")}.custom-switch.custom-switch-label-status .custom-switch-input:checked+.custom-switch-btn:after{left:58px}.custom-switch-sm{line-height:11px}.custom-switch-sm .custom-switch-input+.custom-switch-btn{width:60px;height:31px;padding:3px;border-radius:2px}.custom-switch-sm .custom-switch-input+.custom-switch-btn:after,.custom-switch-sm .custom-switch-input+.custom-switch-btn:before{width:23px;height:23px}.custom-switch-sm .custom-switch-input+.custom-switch-btn:after{left:2px}.custom-switch-sm .custom-switch-input:checked+.custom-switch-btn:after{left:29px}.custom-switch-sm .custom-switch-form-text{height:31px;margin-left:.5rem;line-height:31px}.custom-switch-sm.custom-switch-label-io .custom-switch-input+.custom-switch-btn{background-image:url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2760%27 height=%2731%27%3E%3Ctext x=%2737.5%27 y=%2719.375%27 font-size=%2711px%27 font-family=%27Inter, sans-serif%27 fill=%27%23fff%27%3EO%3C/text%3E%3C/svg%3E")}.custom-switch-sm.custom-switch-label-io .custom-switch-input:checked+.custom-switch-btn{background-image:url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2760%27 height=%2731%27%3E%3Ctext x=%2716%27 y=%2719.375%27 font-size=%2711px%27 font-family=%27Inter, sans-serif%27 fill=%27%23fff%27%3EI%3C/text%3E%3C/svg%3E")}.custom-switch-sm.custom-switch-label-onoff .custom-switch-input+.custom-switch-btn{background-image:url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2760%27 height=%2731%27%3E%3Ctext x=%2732.8767123288%27 y=%2719.375%27 font-size=%2711px%27 font-family=%27Inter, sans-serif%27 fill=%27%23fff%27%3EOff%3C/text%3E%3C/svg%3E")}.custom-switch-sm.custom-switch-label-onoff .custom-switch-input:checked+.custom-switch-btn{background-image:url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2760%27 height=%2731%27%3E%3Ctext x=%278.5714285714%27 y=%2719.375%27 font-size=%2711px%27 font-family=%27Inter, sans-serif%27 fill=%27%23fff%27%3EOn%3C/text%3E%3C/svg%3E")}.custom-switch-sm.custom-switch-label-yesno .custom-switch-input+.custom-switch-btn{background-image:url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2760%27 height=%2731%27%3E%3Ctext x=%2732.8767123288%27 y=%2719.375%27 font-size=%2711px%27 font-family=%27Inter, sans-serif%27 fill=%27%23fff%27%3ENo%3C/text%3E%3C/svg%3E")}.custom-switch-sm.custom-switch-label-yesno .custom-switch-input:checked+.custom-switch-btn{background-image:url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2760%27 height=%2731%27%3E%3Ctext x=%278.5714285714%27 y=%2719.375%27 font-size=%2711px%27 font-family=%27Inter, sans-serif%27 fill=%27%23fff%27%3EYes%3C/text%3E%3C/svg%3E")}.custom-switch-sm.custom-switch-label-status .custom-switch-input+.custom-switch-btn{width:88px;background-image:url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2788%27 height=%2731%27%3E%3Ctext x=%2732.8767123288%27 y=%2719.375%27 font-size=%2711px%27 font-family=%27Inter, sans-serif%27 fill=%27%23fff%27%3EDisabled%3C/text%3E%3C/svg%3E")}.custom-switch-sm.custom-switch-label-status .custom-switch-input:checked+.custom-switch-btn{background-image:url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2788%27 height=%2731%27%3E%3Ctext x=%278.5714285714%27 y=%2719.375%27 font-size=%2711px%27 font-family=%27Inter, sans-serif%27 fill=%27%23fff%27%3EEnabled%3C/text%3E%3C/svg%3E")}.custom-switch-sm.custom-switch-label-status .custom-switch-input:checked+.custom-switch-btn:after{left:57px}.custom-switch-xs{line-height:10px}.custom-switch-xs .custom-switch-input+.custom-switch-btn{width:48px;height:24px;padding:3px;border-radius:2px}.custom-switch-xs .custom-switch-input+.custom-switch-btn:after,.custom-switch-xs .custom-switch-input+.custom-switch-btn:before{width:18px;height:18px}.custom-switch-xs .custom-switch-input+.custom-switch-btn:after{left:1px}.custom-switch-xs .custom-switch-input:checked+.custom-switch-btn:after{left:24px}.custom-switch-xs .custom-switch-form-text{height:24px;margin-left:.5rem;line-height:24px}.custom-switch-xs.custom-switch-label-io .custom-switch-input+.custom-switch-btn{background-image:url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2748%27 height=%2724%27%3E%3Ctext x=%2727.4285714286%27 y=%2715%27 font-size=%2710px%27 font-family=%27Inter, sans-serif%27 fill=%27%23fff%27%3EO%3C/text%3E%3C/svg%3E")}.custom-switch-xs.custom-switch-label-io .custom-switch-input:checked+.custom-switch-btn{background-image:url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2748%27 height=%2724%27%3E%3Ctext x=%2712.8%27 y=%2715%27 font-size=%2710px%27 font-family=%27Inter, sans-serif%27 fill=%27%23fff%27%3EI%3C/text%3E%3C/svg%3E")}.custom-switch-xs.custom-switch-label-onoff .custom-switch-input+.custom-switch-btn{background-image:url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2748%27 height=%2724%27%3E%3Ctext x=%2725.6%27 y=%2715%27 font-size=%2710px%27 font-family=%27Inter, sans-serif%27 fill=%27%23fff%27%3EOff%3C/text%3E%3C/svg%3E")}.custom-switch-xs.custom-switch-label-onoff .custom-switch-input:checked+.custom-switch-btn{background-image:url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2748%27 height=%2724%27%3E%3Ctext x=%276.8571428571%27 y=%2715%27 font-size=%2710px%27 font-family=%27Inter, sans-serif%27 fill=%27%23fff%27%3EOn%3C/text%3E%3C/svg%3E")}.custom-switch-xs.custom-switch-label-yesno .custom-switch-input+.custom-switch-btn{background-image:url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2748%27 height=%2724%27%3E%3Ctext x=%2725.6%27 y=%2715%27 font-size=%2710px%27 font-family=%27Inter, sans-serif%27 fill=%27%23fff%27%3ENo%3C/text%3E%3C/svg%3E")}.custom-switch-xs.custom-switch-label-yesno .custom-switch-input:checked+.custom-switch-btn{background-image:url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2748%27 height=%2724%27%3E%3Ctext x=%276.8571428571%27 y=%2715%27 font-size=%2710px%27 font-family=%27Inter, sans-serif%27 fill=%27%23fff%27%3EYes%3C/text%3E%3C/svg%3E")}.custom-switch-xs.custom-switch-label-status .custom-switch-input+.custom-switch-btn{width:76px;background-image:url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2776%27 height=%2724%27%3E%3Ctext x=%2725.6%27 y=%2715%27 font-size=%2710px%27 font-family=%27Inter, sans-serif%27 fill=%27%23fff%27%3EDisabled%3C/text%3E%3C/svg%3E")}.custom-switch-xs.custom-switch-label-status .custom-switch-input:checked+.custom-switch-btn{background-image:url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2776%27 height=%2724%27%3E%3Ctext x=%276.8571428571%27 y=%2715%27 font-size=%2710px%27 font-family=%27Inter, sans-serif%27 fill=%27%23fff%27%3EEnabled%3C/text%3E%3C/svg%3E")}.custom-switch-xs.custom-switch-label-status .custom-switch-input:checked+.custom-switch-btn:after{left:52px}.is-invalid .custom-switch .custom-switch-input~.custom-switch-btn,.was-validated .custom-switch:invalid .custom-switch-input~.custom-switch-btn{box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 0 .25rem #dc3545}.deal-card{font-size:medium}.deal-card .btn-deal-checkout{font-size:medium;font-weight:bolder}.deal-card p,.deal-card span{font-weight:300}.deal-card .card-header{border-bottom:none !important}.deal-card .card-body,.deal-card .card-footer,.deal-card .additional-header-row{background-color:rgba(0,0,0,.03);border:none}.deal-card .cart-gross-container{padding-right:15px;padding-left:0}@media(min-width: 768px){.deal-card .cart-gross-container{padding-right:0;margin-right:16.666667%}}.deal-card .deal-footer-button-row>a{margin-right:.5rem}.deal-card .deal-footer-button-row>a:last-child{margin-right:0}.deal-card__hidden .card-body,.deal-card__hidden .card-footer{display:none !important}.deal-details p{margin-bottom:0}.deal-item{padding-bottom:1rem}.deal-table td{text-align:right}:root{--animate-duration: 1s;--animate-delay: 1s;--animate-repeat: 1}.machine-pagination{align-items:stretch;margin-bottom:0}.machine-pagination .page-item .page-link .control-arrow a{color:#333}.machine-pagination .form-control,.machine-pagination .form-builder-form textarea,.form-builder-form .machine-pagination textarea{border-color:#dee2e6;border-left:none}.machine-pagination .form-control:first-child,.machine-pagination .form-builder-form textarea:first-child,.form-builder-form .machine-pagination textarea:first-child{border-left:1px solid #dee2e6}.machine-pagination .form-control a,.machine-pagination .form-builder-form textarea a,.form-builder-form .machine-pagination textarea a{color:unset}.machine-pagination .form-control.active,.machine-pagination .form-control.active-tabbed,.machine-pagination .nav-tabs .form-control.navtab-link:hover,.nav-tabs .machine-pagination .form-control.navtab-link:hover,.machine-pagination .form-control.tab-active,.machine-pagination .form-control.toc-active,.machine-pagination .form-builder-form textarea.active,.machine-pagination .form-builder-form textarea.active-tabbed,.machine-pagination .form-builder-form .nav-tabs textarea.navtab-link:hover,.nav-tabs .machine-pagination .form-builder-form textarea.navtab-link:hover,.machine-pagination .form-builder-form textarea.tab-active,.machine-pagination .form-builder-form textarea.toc-active,.form-builder-form .machine-pagination textarea.active,.form-builder-form .machine-pagination textarea.active-tabbed,.form-builder-form .machine-pagination .nav-tabs textarea.navtab-link:hover,.nav-tabs .form-builder-form .machine-pagination textarea.navtab-link:hover,.form-builder-form .machine-pagination textarea.tab-active,.form-builder-form .machine-pagination textarea.toc-active{color:#fff;background-color:#333;border-color:#333}.machine-pagination .form-control .control-arrow span,.machine-pagination .form-builder-form textarea .control-arrow span,.form-builder-form .machine-pagination textarea .control-arrow span{font-weight:500}.machine-limit-input-group select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M0 0h24v24H0z\" fill=\"none\"/><path d=\"M7 10l5 5 5-5z\"/></svg>");background-position:center right 18px;background-size:1.38125rem;background-repeat:no-repeat}.machine-limit-input-group select,.machine-limit-input-group label{border:solid 1px #dee2e6}.filter-nav a{color:unset;text-decoration:none;font-weight:300}.badge-yellow,.badge-middlegrey{color:#fff}.pdfforge-website-content-imagebutton figure{display:flex;align-items:center}.pdfforge-website-content-imagebutton figure figcaption p{margin:0}.previews-container .page-preview{border-bottom:1px solid rgba(0,0,0,.1)}.previews-container .page-preview:last-child{border:none}.page-preview .h3:hover,.page-preview .table-of-contents .toc-caption:hover,.table-of-contents .page-preview .toc-caption:hover{color:hsl(0,0%,30%)}.table-of-contents{display:flex;padding:24px;flex-direction:column;align-items:flex-start;flex:1 0 0;float:right;border-radius:4px;background-color:#f7f7f7;margin-top:2rem;margin-left:48px;width:calc(50% - 48px)}@media(max-width: 767.98px){.table-of-contents{float:none;margin-left:0;margin-bottom:3em;width:100%}}.table-of-contents .toc-caption{font-weight:500;line-height:normal;font-style:normal;color:#316489;margin:0}.table-of-contents .toc-hr{margin:16px 0;border-top:1px solid #e6e6e6;width:100%}.table-of-contents .toc-item{color:#404040;font-size:16px;font-style:normal;font-weight:400;line-height:24px;text-decoration-line:underline;text-decoration-style:solid;text-decoration-skip-ink:none;text-decoration-thickness:auto;text-underline-offset:auto;text-underline-position:from-font}.table-of-contents ul{margin:0}#headline-article-main{scroll-margin:7em}.toc-active{background-color:rgba(0,0,0,0);color:#39a1d4 !important}.banner-ribbon{--f: .25em;--r: .8em;position:absolute;z-index:10;right:20px;width:fit-content;top:calc(-1*var(--f));padding:.2em;border:solid rgba(0,0,0,0);border-width:0 0 var(--r) calc(2*var(--f));background:radial-gradient(50% 100% at bottom, rgba(0, 0, 0, 0.3333333333) 98%, rgba(0, 0, 0, 0) 101%) 0 0/calc(2 * var(--f)) var(--f) no-repeat border-box;border-radius:var(--f) var(--f) 0 0;clip-path:polygon(0 0, 100% 0, 100% 100%, calc(50% + var(--f)) calc(100% - var(--r)), calc(2 * var(--f)) 100%, calc(2 * var(--f)) var(--f), 0 var(--f))}.ribbon-wrap{z-index:10;filter:drop-shadow(-1px 6px 3px rgba(50, 50, 0, 0.5))}.accordion .card .card-header .btn-link:after{content:"";font-family:"Material Icons";font-size:24px;color:#39a1d4;float:right;transition:.15s transform ease-in-out}.accordion .card .card-header .btn-link.collapsed:after{transform:rotate(180deg)}.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:rgba(0,0,0,0)}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0, 0, 0);-moz-transform:translate3d(0, 0, 0);-ms-transform:translate3d(0, 0, 0);-o-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:before,.slick-track:after{display:table;content:""}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid rgba(0,0,0,0)}.slick-arrow.slick-hidden{display:none}.tab-tab-collection{margin-left:7em;margin-right:7em}.tab-nav-item{border-top-left-radius:10px !important;border-top-right-radius:10px !important;background-color:#d2d2d2;color:#404040 !important;margin-right:1em;border:2px solid #e0e0e0 !important;height:auto !important;display:block !important}.tab-active{background-color:#fff !important;color:#404040 !important;border-top-left-radius:10px !important;border-top-right-radius:10px !important}.tab-nav-link{color:#404040 !important}@media only screen and (max-width: 768px){.tab-tab-collection{margin-left:1em;margin-right:1em}.tab-nav-item{max-width:7em;margin-right:.2em}}.mobile-main-menu{background-color:#f7f7f7;box-shadow:none !important;border-bottom:#e6e6e6 solid 1px !important}.dropdown-menu .dropdown-item:active,#mobile-menu .dropdown-item:active{color:#fff !important;text-decoration:none;background-color:#39a1d4 !important}.mobile-card-header{background-color:rgba(0,0,0,0) !important;border-bottom:none !important;padding-left:0 !important;padding-right:0 !important}.mobile-card{border:none !important}.mobile-btn-link{background-color:#f7f7f7 !important;color:#4b4b4b !important;line-height:2rem !important}.mobile-btn-link:after{color:#4b4b4b !important;font-weight:lighter !important;font-size:1.2rem !important}#mobile-menu{background-color:#f7f7f7 !important;padding-top:20px}.menu-image{Height:28px}.mobile-divider{background-color:#e6e6e6;margin:0}#mobile-menu .dropdown-item{line-height:2rem !important}.nav-item,.mobile-menu li,.tab-nav-item{display:flex;flex-wrap:wrap;align-content:center;height:100px;transform:translateZ(0);transition:height .2s;-webkit-transition:height .2s;-moz-transition:height .2s}.nav-small .nav-item,.nav-small .mobile-menu li,.mobile-menu .nav-small li,.nav-small .tab-nav-item{height:60px;transition:height .2s;-webkit-transition:height .2s;-moz-transition:height .2s}.dropdown-menu{left:-1rem;border:none;box-shadow:0 25px 23px -16px rgba(0,0,0,.4)}#mainNav{white-space:nowrap}.gradient-rainbow{background:linear-gradient(45deg, #ff0000, #00ff00, #0000ff);-webkit-background-clip:text;background-clip:text;color:rgba(0,0,0,0)}.gradient-avq-blue-green{background:linear-gradient(7deg, #316489 1%, #06C668 100.66%);-webkit-background-clip:text;background-clip:text;color:rgba(0,0,0,0)}.navtab-link{color:#333;font-weight:500}.navtab-link:hover{color:#333;text-decoration:underline;text-decoration-color:#39a1d4;text-decoration-thickness:3px;text-underline-offset:10px}.active-link{color:#333;text-decoration:underline;text-decoration-color:#39a1d4;text-decoration-thickness:3px;text-underline-offset:10px}.nav-tabs .navtab-link{color:#4b4b4b;background-color:#d2d2d2}.nav-tabs{color:#333 !important;margin-top:-45px}@-moz-document url-prefix(){.nav-tabs{margin-top:-43px}}.nav-tabs .navtab-link{text-decoration:none !important;text-decoration-color:initial !important;text-decoration-thickness:initial !important;text-underline-offset:initial !important;font-weight:400 !important;font-size:1rem !important;border-radius:4px;padding-left:34px;padding-right:34px;margin-right:10px}.active-tabbed,.nav-tabs .navtab-link:hover{color:#333 !important}@media only screen and (max-width: 768px){.nav-tabs .navtab-link{padding-left:15px;padding-right:15px;margin-right:10px;flex:1 1 auto;text-align:center}}.nav-pills li a,.nav-pills li span{text-decoration:none !important;border-radius:4px !important}.nav-pills li a.active-pilled,.nav-pills li a.active-pilled:hover,.nav-pills li a:hover,.nav-pills li span.active-pilled,.nav-pills li span.active-pilled:hover,.nav-pills li span:hover{background-color:#39a1d4;color:#fff !important}
