:root{--bs-blue: #0d6efd;--bs-indigo: #6610f2;--bs-purple: #6f42c1;--bs-pink: #d63384;--bs-red: #dc3545;--bs-orange: #fd7e14;--bs-yellow: #ffc107;--bs-green: #198754;--bs-teal: #20c997;--bs-cyan: #0dcaf0;--bs-black: #000;--bs-white: #fff;--bs-gray: #6c757d;--bs-gray-dark: #343a40;--bs-gray-100: #f8f9fa;--bs-gray-200: #e9ecef;--bs-gray-300: #dee2e6;--bs-gray-400: #ced4da;--bs-gray-500: #adb5bd;--bs-gray-600: #6c757d;--bs-gray-700: #495057;--bs-gray-800: #343a40;--bs-gray-900: #212529;--bs-primary: #0d6efd;--bs-secondary: #6c757d;--bs-success: #198754;--bs-info: #0dcaf0;--bs-warning: #ffc107;--bs-danger: #dc3545;--bs-light: #f8f9fa;--bs-dark: #212529;--bs-primary-rgb: 13, 110, 253;--bs-secondary-rgb: 108, 117, 125;--bs-success-rgb: 25, 135, 84;--bs-info-rgb: 13, 202, 240;--bs-warning-rgb: 255, 193, 7;--bs-danger-rgb: 220, 53, 69;--bs-light-rgb: 248, 249, 250;--bs-dark-rgb: 33, 37, 41;--bs-white-rgb: 255, 255, 255;--bs-black-rgb: 0, 0, 0;--bs-body-color-rgb: 33, 37, 41;--bs-body-bg-rgb: 255, 255, 255;--bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));--bs-body-font-family: var(--bs-font-sans-serif);--bs-body-font-size:1rem;--bs-body-font-weight: 400;--bs-body-line-height: 1.5;--bs-body-color: #212529;--bs-body-bg: #fff;--bs-border-width: 1px;--bs-border-style: solid;--bs-border-color: #dee2e6;--bs-border-color-translucent: rgba(0, 0, 0, 0.175);--bs-border-radius: 0.375rem;--bs-border-radius-sm: 0.25rem;--bs-border-radius-lg: 0.5rem;--bs-border-radius-xl: 1rem;--bs-border-radius-2xl: 2rem;--bs-border-radius-pill: 50rem;--bs-link-color: #0d6efd;--bs-link-hover-color: #0a58ca;--bs-code-color: #d63384;--bs-highlight-bg: #fff3cd}*,*::before,*::after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}@media(prefers-reduced-motion: no-preference){:root{scroll-behavior:smooth}}body{margin:0;font-family:var(--bs-body-font-family);font-size:var(--bs-body-font-size);font-weight:var(--bs-body-font-weight);line-height:var(--bs-body-line-height);color:var(--bs-body-color);text-align:var(--bs-body-text-align);background-color:var(--bs-body-bg);-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0)}hr{margin:1rem 0;color:inherit;border:0;border-top:1px solid;opacity:.25}h6,.h6,h5,.h5,h4,.h4,h3,.h3,h2,.h2,h1,.h1{margin-top:0;margin-bottom:.5rem;font-weight:500;line-height:1.2}h1,.h1{font-size:-webkit-calc(1.375rem + 1.5vw);font-size:-moz-calc(1.375rem + 1.5vw);font-size:calc(1.375rem + 1.5vw)}@media(min-width: 1200px){h1,.h1{font-size:2.5rem}}h2,.h2{font-size:-webkit-calc(1.325rem + 0.9vw);font-size:-moz-calc(1.325rem + 0.9vw);font-size:calc(1.325rem + 0.9vw)}@media(min-width: 1200px){h2,.h2{font-size:2rem}}h3,.h3{font-size:-webkit-calc(1.3rem + 0.6vw);font-size:-moz-calc(1.3rem + 0.6vw);font-size:calc(1.3rem + 0.6vw)}@media(min-width: 1200px){h3,.h3{font-size:1.75rem}}h4,.h4{font-size:-webkit-calc(1.275rem + 0.3vw);font-size:-moz-calc(1.275rem + 0.3vw);font-size:calc(1.275rem + 0.3vw)}@media(min-width: 1200px){h4,.h4{font-size:1.5rem}}h5,.h5{font-size:1.25rem}h6,.h6{font-size:1rem}p{margin-top:0;margin-bottom:1rem}abbr[title]{-webkit-text-decoration:underline dotted;-moz-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}address{margin-bottom:1rem;font-style:normal;line-height:inherit}ol,ul{padding-left:2rem}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:bolder}small,.small{font-size:0.875em}mark,.mark{padding:.1875em;background-color:var(--bs-highlight-bg)}sub,sup{position:relative;font-size:0.75em;line-height:0;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}a{color:var(--bs-link-color);text-decoration:underline}a:hover{color:var(--bs-link-hover-color)}a:not([href]):not([class]),a:not([href]):not([class]):hover{color:inherit;text-decoration:none}pre,code,kbd,samp{font-family:var(--bs-font-monospace);font-size:1em}pre{display:block;margin-top:0;margin-bottom:1rem;overflow:auto;font-size:0.875em}pre code{font-size:inherit;color:inherit;word-break:normal}code{font-size:0.875em;color:var(--bs-code-color);word-wrap:break-word}a>code{color:inherit}kbd{padding:.1875rem .375rem;font-size:0.875em;color:var(--bs-body-bg);background-color:var(--bs-body-color);-webkit-border-radius:.25rem;-moz-border-radius:.25rem;border-radius:.25rem}kbd kbd{padding:0;font-size:1em}figure{margin:0 0 1rem}img,svg{vertical-align:middle}table{caption-side:bottom;border-collapse:collapse}caption{padding-top:.5rem;padding-bottom:.5rem;color:#6c757d;text-align:left}th{text-align:inherit;text-align:-webkit-match-parent}thead,tbody,tfoot,tr,td,th{border-color:inherit;border-style:solid;border-width:0}label{display:inline-block}button{-webkit-border-radius:0;-moz-border-radius:0;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,select{text-transform:none}[role=button]{cursor:pointer}select{word-wrap:normal}select:disabled{opacity:1}[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator{display:none !important}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}::-moz-focus-inner{padding:0;border-style:none}textarea{resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{float:left;width:100%;padding:0;margin-bottom:.5rem;font-size:-webkit-calc(1.275rem + 0.3vw);font-size:-moz-calc(1.275rem + 0.3vw);font-size:calc(1.275rem + 0.3vw);line-height:inherit}@media(min-width: 1200px){legend{font-size:1.5rem}}legend+*{clear:left}::-webkit-datetime-edit-fields-wrapper,::-webkit-datetime-edit-text,::-webkit-datetime-edit-minute,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-year-field{padding:0}::-webkit-inner-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:textfield}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-color-swatch-wrapper{padding:0}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}::file-selector-button{font:inherit;-webkit-appearance:button}output{display:inline-block}iframe{border:0}summary{display:list-item;cursor:pointer}progress{vertical-align:baseline}[hidden]{display:none !important}.lead{font-size:1.25rem;font-weight:300}.display-1{font-size:-webkit-calc(1.625rem + 4.5vw);font-size:-moz-calc(1.625rem + 4.5vw);font-size:calc(1.625rem + 4.5vw);font-weight:300;line-height:1.2}@media(min-width: 1200px){.display-1{font-size:5rem}}.display-2{font-size:-webkit-calc(1.575rem + 3.9vw);font-size:-moz-calc(1.575rem + 3.9vw);font-size:calc(1.575rem + 3.9vw);font-weight:300;line-height:1.2}@media(min-width: 1200px){.display-2{font-size:4.5rem}}.display-3{font-size:-webkit-calc(1.525rem + 3.3vw);font-size:-moz-calc(1.525rem + 3.3vw);font-size:calc(1.525rem + 3.3vw);font-weight:300;line-height:1.2}@media(min-width: 1200px){.display-3{font-size:4rem}}.display-4{font-size:-webkit-calc(1.475rem + 2.7vw);font-size:-moz-calc(1.475rem + 2.7vw);font-size:calc(1.475rem + 2.7vw);font-weight:300;line-height:1.2}@media(min-width: 1200px){.display-4{font-size:3.5rem}}.display-5{font-size:-webkit-calc(1.425rem + 2.1vw);font-size:-moz-calc(1.425rem + 2.1vw);font-size:calc(1.425rem + 2.1vw);font-weight:300;line-height:1.2}@media(min-width: 1200px){.display-5{font-size:3rem}}.display-6{font-size:-webkit-calc(1.375rem + 1.5vw);font-size:-moz-calc(1.375rem + 1.5vw);font-size:calc(1.375rem + 1.5vw);font-weight:300;line-height:1.2}@media(min-width: 1200px){.display-6{font-size:2.5rem}}.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:0.875em;text-transform:uppercase}.blockquote{margin-bottom:1rem;font-size:1.25rem}.blockquote>:last-child{margin-bottom:0}.blockquote-footer{margin-top:-1rem;margin-bottom:1rem;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 var(--bs-border-color);-webkit-border-radius:.375rem;-moz-border-radius:.375rem;border-radius:.375rem;max-width:100%;height:auto}.figure{display:inline-block}.figure-img{margin-bottom:.5rem;line-height:1}.figure-caption{font-size:0.875em;color:#6c757d}.container,.container-fluid,.container-xxl,.container-xl,.container-lg,.container-md,.container-sm{--bs-gutter-x: 1.5rem;--bs-gutter-y: 0;width:100%;padding-right:-webkit-calc(var(--bs-gutter-x)*.5);padding-right:-moz-calc(var(--bs-gutter-x)*.5);padding-right:calc(var(--bs-gutter-x)*.5);padding-left:-webkit-calc(var(--bs-gutter-x)*.5);padding-left:-moz-calc(var(--bs-gutter-x)*.5);padding-left:calc(var(--bs-gutter-x)*.5);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}}@media(min-width: 1400px){.container-xxl,.container-xl,.container-lg,.container-md,.container-sm,.container{max-width:1320px}}.row{--bs-gutter-x: 1.5rem;--bs-gutter-y: 0;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;margin-top:-webkit-calc(-1*var(--bs-gutter-y));margin-top:-moz-calc(-1*var(--bs-gutter-y));margin-top:calc(-1*var(--bs-gutter-y));margin-right:-webkit-calc(-0.5*var(--bs-gutter-x));margin-right:-moz-calc(-0.5*var(--bs-gutter-x));margin-right:calc(-0.5*var(--bs-gutter-x));margin-left:-webkit-calc(-0.5*var(--bs-gutter-x));margin-left:-moz-calc(-0.5*var(--bs-gutter-x));margin-left:calc(-0.5*var(--bs-gutter-x))}.row>*{-webkit-flex-shrink:0;flex-shrink:0;width:100%;max-width:100%;padding-right:-webkit-calc(var(--bs-gutter-x)*.5);padding-right:-moz-calc(var(--bs-gutter-x)*.5);padding-right:calc(var(--bs-gutter-x)*.5);padding-left:-webkit-calc(var(--bs-gutter-x)*.5);padding-left:-moz-calc(var(--bs-gutter-x)*.5);padding-left:calc(var(--bs-gutter-x)*.5);margin-top:var(--bs-gutter-y)}.col{-webkit-box-flex:1;-webkit-flex:1 0 0%;-moz-box-flex:1;flex:1 0 0%}.row-cols-auto>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;-moz-box-flex:0;flex:0 0 auto;width:auto}.row-cols-1>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;-moz-box-flex:0;flex:0 0 auto;width:100%}.row-cols-2>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;-moz-box-flex:0;flex:0 0 auto;width:50%}.row-cols-3>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;-moz-box-flex:0;flex:0 0 auto;width:33.3333333333%}.row-cols-4>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;-moz-box-flex:0;flex:0 0 auto;width:25%}.row-cols-5>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;-moz-box-flex:0;flex:0 0 auto;width:20%}.row-cols-6>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;-moz-box-flex:0;flex:0 0 auto;width:16.6666666667%}.col-auto{-webkit-box-flex:0;-webkit-flex:0 0 auto;-moz-box-flex:0;flex:0 0 auto;width:auto}.col-1{-webkit-box-flex:0;-webkit-flex:0 0 auto;-moz-box-flex:0;flex:0 0 auto;width:8.33333333%}.col-2{-webkit-box-flex:0;-webkit-flex:0 0 auto;-moz-box-flex:0;flex:0 0 auto;width:16.66666667%}.col-3{-webkit-box-flex:0;-webkit-flex:0 0 auto;-moz-box-flex:0;flex:0 0 auto;width:25%}.col-4{-webkit-box-flex:0;-webkit-flex:0 0 auto;-moz-box-flex:0;flex:0 0 auto;width:33.33333333%}.col-5{-webkit-box-flex:0;-webkit-flex:0 0 auto;-moz-box-flex:0;flex:0 0 auto;width:41.66666667%}.col-6{-webkit-box-flex:0;-webkit-flex:0 0 auto;-moz-box-flex:0;flex:0 0 auto;width:50%}.col-7{-webkit-box-flex:0;-webkit-flex:0 0 auto;-moz-box-flex:0;flex:0 0 auto;width:58.33333333%}.col-8{-webkit-box-flex:0;-webkit-flex:0 0 auto;-moz-box-flex:0;flex:0 0 auto;width:66.66666667%}.col-9{-webkit-box-flex:0;-webkit-flex:0 0 auto;-moz-box-flex:0;flex:0 0 auto;width:75%}.col-10{-webkit-box-flex:0;-webkit-flex:0 0 auto;-moz-box-flex:0;flex:0 0 auto;width:83.33333333%}.col-11{-webkit-box-flex:0;-webkit-flex:0 0 auto;-moz-box-flex:0;flex:0 0 auto;width:91.66666667%}.col-12{-webkit-box-flex:0;-webkit-flex:0 0 auto;-moz-box-flex:0;flex:0 0 auto;width:100%}.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%}.g-0,.gx-0{--bs-gutter-x: 0}.g-0,.gy-0{--bs-gutter-y: 0}.g-1,.gx-1{--bs-gutter-x: 0.25rem}.g-1,.gy-1{--bs-gutter-y: 0.25rem}.g-2,.gx-2{--bs-gutter-x: 0.5rem}.g-2,.gy-2{--bs-gutter-y: 0.5rem}.g-3,.gx-3{--bs-gutter-x: 1rem}.g-3,.gy-3{--bs-gutter-y: 1rem}.g-4,.gx-4{--bs-gutter-x: 1.5rem}.g-4,.gy-4{--bs-gutter-y: 1.5rem}.g-5,.gx-5{--bs-gutter-x: 3rem}.g-5,.gy-5{--bs-gutter-y: 3rem}@media(min-width: 576px){.col-sm{-webkit-box-flex:1;-webkit-flex:1 0 0%;-moz-box-flex:1;flex:1 0 0%}.row-cols-sm-auto>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;-moz-box-flex:0;flex:0 0 auto;width:auto}.row-cols-sm-1>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;-moz-box-flex:0;flex:0 0 auto;width:100%}.row-cols-sm-2>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;-moz-box-flex:0;flex:0 0 auto;width:50%}.row-cols-sm-3>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;-moz-box-flex:0;flex:0 0 auto;width:33.3333333333%}.row-cols-sm-4>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;-moz-box-flex:0;flex:0 0 auto;width:25%}.row-cols-sm-5>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;-moz-box-flex:0;flex:0 0 auto;width:20%}.row-cols-sm-6>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;-moz-box-flex:0;flex:0 0 auto;width:16.6666666667%}.col-sm-auto{-webkit-box-flex:0;-webkit-flex:0 0 auto;-moz-box-flex:0;flex:0 0 auto;width:auto}.col-sm-1{-webkit-box-flex:0;-webkit-flex:0 0 auto;-moz-box-flex:0;flex:0 0 auto;width:8.33333333%}.col-sm-2{-webkit-box-flex:0;-webkit-flex:0 0 auto;-moz-box-flex:0;flex:0 0 auto;width:16.66666667%}.col-sm-3{-webkit-box-flex:0;-webkit-flex:0 0 auto;-moz-box-flex:0;flex:0 0 auto;width:25%}.col-sm-4{-webkit-box-flex:0;-webkit-flex:0 0 auto;-moz-box-flex:0;flex:0 0 auto;width:33.33333333%}.col-sm-5{-webkit-box-flex:0;-webkit-flex:0 0 auto;-moz-box-flex:0;flex:0 0 auto;width:41.66666667%}.col-sm-6{-webkit-box-flex:0;-webkit-flex:0 0 auto;-moz-box-flex:0;flex:0 0 auto;width:50%}.col-sm-7{-webkit-box-flex:0;-webkit-flex:0 0 auto;-moz-box-flex:0;flex:0 0 auto;width:58.33333333%}.col-sm-8{-webkit-box-flex:0;-webkit-flex:0 0 auto;-moz-box-flex:0;flex:0 0 auto;width:66.66666667%}.col-sm-9{-webkit-box-flex:0;-webkit-flex:0 0 auto;-moz-box-flex:0;flex:0 0 auto;width:75%}.col-sm-10{-webkit-box-flex:0;-webkit-flex:0 0 auto;-moz-box-flex:0;flex:0 0 auto;width:83.33333333%}.col-sm-11{-webkit-box-flex:0;-webkit-flex:0 0 auto;-moz-box-flex:0;flex:0 0 auto;width:91.66666667%}.col-sm-12{-webkit-box-flex:0;-webkit-flex:0 0 auto;-moz-box-flex:0;flex:0 0 auto;width:100%}.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%}.g-sm-0,.gx-sm-0{--bs-gutter-x: 0}.g-sm-0,.gy-sm-0{--bs-gutter-y: 0}.g-sm-1,.gx-sm-1{--bs-gutter-x: 0.25rem}.g-sm-1,.gy-sm-1{--bs-gutter-y: 0.25rem}.g-sm-2,.gx-sm-2{--bs-gutter-x: 0.5rem}.g-sm-2,.gy-sm-2{--bs-gutter-y: 0.5rem}.g-sm-3,.gx-sm-3{--bs-gutter-x: 1rem}.g-sm-3,.gy-sm-3{--bs-gutter-y: 1rem}.g-sm-4,.gx-sm-4{--bs-gutter-x: 1.5rem}.g-sm-4,.gy-sm-4{--bs-gutter-y: 1.5rem}.g-sm-5,.gx-sm-5{--bs-gutter-x: 3rem}.g-sm-5,.gy-sm-5{--bs-gutter-y: 3rem}}@media(min-width: 768px){.col-md{-webkit-box-flex:1;-webkit-flex:1 0 0%;-moz-box-flex:1;flex:1 0 0%}.row-cols-md-auto>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;-moz-box-flex:0;flex:0 0 auto;width:auto}.row-cols-md-1>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;-moz-box-flex:0;flex:0 0 auto;width:100%}.row-cols-md-2>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;-moz-box-flex:0;flex:0 0 auto;width:50%}.row-cols-md-3>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;-moz-box-flex:0;flex:0 0 auto;width:33.3333333333%}.row-cols-md-4>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;-moz-box-flex:0;flex:0 0 auto;width:25%}.row-cols-md-5>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;-moz-box-flex:0;flex:0 0 auto;width:20%}.row-cols-md-6>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;-moz-box-flex:0;flex:0 0 auto;width:16.6666666667%}.col-md-auto{-webkit-box-flex:0;-webkit-flex:0 0 auto;-moz-box-flex:0;flex:0 0 auto;width:auto}.col-md-1{-webkit-box-flex:0;-webkit-flex:0 0 auto;-moz-box-flex:0;flex:0 0 auto;width:8.33333333%}.col-md-2{-webkit-box-flex:0;-webkit-flex:0 0 auto;-moz-box-flex:0;flex:0 0 auto;width:16.66666667%}.col-md-3{-webkit-box-flex:0;-webkit-flex:0 0 auto;-moz-box-flex:0;flex:0 0 auto;width:25%}.col-md-4{-webkit-box-flex:0;-webkit-flex:0 0 auto;-moz-box-flex:0;flex:0 0 auto;width:33.33333333%}.col-md-5{-webkit-box-flex:0;-webkit-flex:0 0 auto;-moz-box-flex:0;flex:0 0 auto;width:41.66666667%}.col-md-6{-webkit-box-flex:0;-webkit-flex:0 0 auto;-moz-box-flex:0;flex:0 0 auto;width:50%}.col-md-7{-webkit-box-flex:0;-webkit-flex:0 0 auto;-moz-box-flex:0;flex:0 0 auto;width:58.33333333%}.col-md-8{-webkit-box-flex:0;-webkit-flex:0 0 auto;-moz-box-flex:0;flex:0 0 auto;width:66.66666667%}.col-md-9{-webkit-box-flex:0;-webkit-flex:0 0 auto;-moz-box-flex:0;flex:0 0 auto;width:75%}.col-md-10{-webkit-box-flex:0;-webkit-flex:0 0 auto;-moz-box-flex:0;flex:0 0 auto;width:83.33333333%}.col-md-11{-webkit-box-flex:0;-webkit-flex:0 0 auto;-moz-box-flex:0;flex:0 0 auto;width:91.66666667%}.col-md-12{-webkit-box-flex:0;-webkit-flex:0 0 auto;-moz-box-flex:0;flex:0 0 auto;width:100%}.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%}.g-md-0,.gx-md-0{--bs-gutter-x: 0}.g-md-0,.gy-md-0{--bs-gutter-y: 0}.g-md-1,.gx-md-1{--bs-gutter-x: 0.25rem}.g-md-1,.gy-md-1{--bs-gutter-y: 0.25rem}.g-md-2,.gx-md-2{--bs-gutter-x: 0.5rem}.g-md-2,.gy-md-2{--bs-gutter-y: 0.5rem}.g-md-3,.gx-md-3{--bs-gutter-x: 1rem}.g-md-3,.gy-md-3{--bs-gutter-y: 1rem}.g-md-4,.gx-md-4{--bs-gutter-x: 1.5rem}.g-md-4,.gy-md-4{--bs-gutter-y: 1.5rem}.g-md-5,.gx-md-5{--bs-gutter-x: 3rem}.g-md-5,.gy-md-5{--bs-gutter-y: 3rem}}@media(min-width: 992px){.col-lg{-webkit-box-flex:1;-webkit-flex:1 0 0%;-moz-box-flex:1;flex:1 0 0%}.row-cols-lg-auto>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;-moz-box-flex:0;flex:0 0 auto;width:auto}.row-cols-lg-1>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;-moz-box-flex:0;flex:0 0 auto;width:100%}.row-cols-lg-2>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;-moz-box-flex:0;flex:0 0 auto;width:50%}.row-cols-lg-3>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;-moz-box-flex:0;flex:0 0 auto;width:33.3333333333%}.row-cols-lg-4>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;-moz-box-flex:0;flex:0 0 auto;width:25%}.row-cols-lg-5>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;-moz-box-flex:0;flex:0 0 auto;width:20%}.row-cols-lg-6>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;-moz-box-flex:0;flex:0 0 auto;width:16.6666666667%}.col-lg-auto{-webkit-box-flex:0;-webkit-flex:0 0 auto;-moz-box-flex:0;flex:0 0 auto;width:auto}.col-lg-1{-webkit-box-flex:0;-webkit-flex:0 0 auto;-moz-box-flex:0;flex:0 0 auto;width:8.33333333%}.col-lg-2{-webkit-box-flex:0;-webkit-flex:0 0 auto;-moz-box-flex:0;flex:0 0 auto;width:16.66666667%}.col-lg-3{-webkit-box-flex:0;-webkit-flex:0 0 auto;-moz-box-flex:0;flex:0 0 auto;width:25%}.col-lg-4{-webkit-box-flex:0;-webkit-flex:0 0 auto;-moz-box-flex:0;flex:0 0 auto;width:33.33333333%}.col-lg-5{-webkit-box-flex:0;-webkit-flex:0 0 auto;-moz-box-flex:0;flex:0 0 auto;width:41.66666667%}.col-lg-6{-webkit-box-flex:0;-webkit-flex:0 0 auto;-moz-box-flex:0;flex:0 0 auto;width:50%}.col-lg-7{-webkit-box-flex:0;-webkit-flex:0 0 auto;-moz-box-flex:0;flex:0 0 auto;width:58.33333333%}.col-lg-8{-webkit-box-flex:0;-webkit-flex:0 0 auto;-moz-box-flex:0;flex:0 0 auto;width:66.66666667%}.col-lg-9{-webkit-box-flex:0;-webkit-flex:0 0 auto;-moz-box-flex:0;flex:0 0 auto;width:75%}.col-lg-10{-webkit-box-flex:0;-webkit-flex:0 0 auto;-moz-box-flex:0;flex:0 0 auto;width:83.33333333%}.col-lg-11{-webkit-box-flex:0;-webkit-flex:0 0 auto;-moz-box-flex:0;flex:0 0 auto;width:91.66666667%}.col-lg-12{-webkit-box-flex:0;-webkit-flex:0 0 auto;-moz-box-flex:0;flex:0 0 auto;width:100%}.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%}.g-lg-0,.gx-lg-0{--bs-gutter-x: 0}.g-lg-0,.gy-lg-0{--bs-gutter-y: 0}.g-lg-1,.gx-lg-1{--bs-gutter-x: 0.25rem}.g-lg-1,.gy-lg-1{--bs-gutter-y: 0.25rem}.g-lg-2,.gx-lg-2{--bs-gutter-x: 0.5rem}.g-lg-2,.gy-lg-2{--bs-gutter-y: 0.5rem}.g-lg-3,.gx-lg-3{--bs-gutter-x: 1rem}.g-lg-3,.gy-lg-3{--bs-gutter-y: 1rem}.g-lg-4,.gx-lg-4{--bs-gutter-x: 1.5rem}.g-lg-4,.gy-lg-4{--bs-gutter-y: 1.5rem}.g-lg-5,.gx-lg-5{--bs-gutter-x: 3rem}.g-lg-5,.gy-lg-5{--bs-gutter-y: 3rem}}@media(min-width: 1200px){.col-xl{-webkit-box-flex:1;-webkit-flex:1 0 0%;-moz-box-flex:1;flex:1 0 0%}.row-cols-xl-auto>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;-moz-box-flex:0;flex:0 0 auto;width:auto}.row-cols-xl-1>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;-moz-box-flex:0;flex:0 0 auto;width:100%}.row-cols-xl-2>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;-moz-box-flex:0;flex:0 0 auto;width:50%}.row-cols-xl-3>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;-moz-box-flex:0;flex:0 0 auto;width:33.3333333333%}.row-cols-xl-4>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;-moz-box-flex:0;flex:0 0 auto;width:25%}.row-cols-xl-5>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;-moz-box-flex:0;flex:0 0 auto;width:20%}.row-cols-xl-6>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;-moz-box-flex:0;flex:0 0 auto;width:16.6666666667%}.col-xl-auto{-webkit-box-flex:0;-webkit-flex:0 0 auto;-moz-box-flex:0;flex:0 0 auto;width:auto}.col-xl-1{-webkit-box-flex:0;-webkit-flex:0 0 auto;-moz-box-flex:0;flex:0 0 auto;width:8.33333333%}.col-xl-2{-webkit-box-flex:0;-webkit-flex:0 0 auto;-moz-box-flex:0;flex:0 0 auto;width:16.66666667%}.col-xl-3{-webkit-box-flex:0;-webkit-flex:0 0 auto;-moz-box-flex:0;flex:0 0 auto;width:25%}.col-xl-4{-webkit-box-flex:0;-webkit-flex:0 0 auto;-moz-box-flex:0;flex:0 0 auto;width:33.33333333%}.col-xl-5{-webkit-box-flex:0;-webkit-flex:0 0 auto;-moz-box-flex:0;flex:0 0 auto;width:41.66666667%}.col-xl-6{-webkit-box-flex:0;-webkit-flex:0 0 auto;-moz-box-flex:0;flex:0 0 auto;width:50%}.col-xl-7{-webkit-box-flex:0;-webkit-flex:0 0 auto;-moz-box-flex:0;flex:0 0 auto;width:58.33333333%}.col-xl-8{-webkit-box-flex:0;-webkit-flex:0 0 auto;-moz-box-flex:0;flex:0 0 auto;width:66.66666667%}.col-xl-9{-webkit-box-flex:0;-webkit-flex:0 0 auto;-moz-box-flex:0;flex:0 0 auto;width:75%}.col-xl-10{-webkit-box-flex:0;-webkit-flex:0 0 auto;-moz-box-flex:0;flex:0 0 auto;width:83.33333333%}.col-xl-11{-webkit-box-flex:0;-webkit-flex:0 0 auto;-moz-box-flex:0;flex:0 0 auto;width:91.66666667%}.col-xl-12{-webkit-box-flex:0;-webkit-flex:0 0 auto;-moz-box-flex:0;flex:0 0 auto;width:100%}.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%}.g-xl-0,.gx-xl-0{--bs-gutter-x: 0}.g-xl-0,.gy-xl-0{--bs-gutter-y: 0}.g-xl-1,.gx-xl-1{--bs-gutter-x: 0.25rem}.g-xl-1,.gy-xl-1{--bs-gutter-y: 0.25rem}.g-xl-2,.gx-xl-2{--bs-gutter-x: 0.5rem}.g-xl-2,.gy-xl-2{--bs-gutter-y: 0.5rem}.g-xl-3,.gx-xl-3{--bs-gutter-x: 1rem}.g-xl-3,.gy-xl-3{--bs-gutter-y: 1rem}.g-xl-4,.gx-xl-4{--bs-gutter-x: 1.5rem}.g-xl-4,.gy-xl-4{--bs-gutter-y: 1.5rem}.g-xl-5,.gx-xl-5{--bs-gutter-x: 3rem}.g-xl-5,.gy-xl-5{--bs-gutter-y: 3rem}}@media(min-width: 1400px){.col-xxl{-webkit-box-flex:1;-webkit-flex:1 0 0%;-moz-box-flex:1;flex:1 0 0%}.row-cols-xxl-auto>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;-moz-box-flex:0;flex:0 0 auto;width:auto}.row-cols-xxl-1>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;-moz-box-flex:0;flex:0 0 auto;width:100%}.row-cols-xxl-2>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;-moz-box-flex:0;flex:0 0 auto;width:50%}.row-cols-xxl-3>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;-moz-box-flex:0;flex:0 0 auto;width:33.3333333333%}.row-cols-xxl-4>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;-moz-box-flex:0;flex:0 0 auto;width:25%}.row-cols-xxl-5>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;-moz-box-flex:0;flex:0 0 auto;width:20%}.row-cols-xxl-6>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;-moz-box-flex:0;flex:0 0 auto;width:16.6666666667%}.col-xxl-auto{-webkit-box-flex:0;-webkit-flex:0 0 auto;-moz-box-flex:0;flex:0 0 auto;width:auto}.col-xxl-1{-webkit-box-flex:0;-webkit-flex:0 0 auto;-moz-box-flex:0;flex:0 0 auto;width:8.33333333%}.col-xxl-2{-webkit-box-flex:0;-webkit-flex:0 0 auto;-moz-box-flex:0;flex:0 0 auto;width:16.66666667%}.col-xxl-3{-webkit-box-flex:0;-webkit-flex:0 0 auto;-moz-box-flex:0;flex:0 0 auto;width:25%}.col-xxl-4{-webkit-box-flex:0;-webkit-flex:0 0 auto;-moz-box-flex:0;flex:0 0 auto;width:33.33333333%}.col-xxl-5{-webkit-box-flex:0;-webkit-flex:0 0 auto;-moz-box-flex:0;flex:0 0 auto;width:41.66666667%}.col-xxl-6{-webkit-box-flex:0;-webkit-flex:0 0 auto;-moz-box-flex:0;flex:0 0 auto;width:50%}.col-xxl-7{-webkit-box-flex:0;-webkit-flex:0 0 auto;-moz-box-flex:0;flex:0 0 auto;width:58.33333333%}.col-xxl-8{-webkit-box-flex:0;-webkit-flex:0 0 auto;-moz-box-flex:0;flex:0 0 auto;width:66.66666667%}.col-xxl-9{-webkit-box-flex:0;-webkit-flex:0 0 auto;-moz-box-flex:0;flex:0 0 auto;width:75%}.col-xxl-10{-webkit-box-flex:0;-webkit-flex:0 0 auto;-moz-box-flex:0;flex:0 0 auto;width:83.33333333%}.col-xxl-11{-webkit-box-flex:0;-webkit-flex:0 0 auto;-moz-box-flex:0;flex:0 0 auto;width:91.66666667%}.col-xxl-12{-webkit-box-flex:0;-webkit-flex:0 0 auto;-moz-box-flex:0;flex:0 0 auto;width:100%}.offset-xxl-0{margin-left:0}.offset-xxl-1{margin-left:8.33333333%}.offset-xxl-2{margin-left:16.66666667%}.offset-xxl-3{margin-left:25%}.offset-xxl-4{margin-left:33.33333333%}.offset-xxl-5{margin-left:41.66666667%}.offset-xxl-6{margin-left:50%}.offset-xxl-7{margin-left:58.33333333%}.offset-xxl-8{margin-left:66.66666667%}.offset-xxl-9{margin-left:75%}.offset-xxl-10{margin-left:83.33333333%}.offset-xxl-11{margin-left:91.66666667%}.g-xxl-0,.gx-xxl-0{--bs-gutter-x: 0}.g-xxl-0,.gy-xxl-0{--bs-gutter-y: 0}.g-xxl-1,.gx-xxl-1{--bs-gutter-x: 0.25rem}.g-xxl-1,.gy-xxl-1{--bs-gutter-y: 0.25rem}.g-xxl-2,.gx-xxl-2{--bs-gutter-x: 0.5rem}.g-xxl-2,.gy-xxl-2{--bs-gutter-y: 0.5rem}.g-xxl-3,.gx-xxl-3{--bs-gutter-x: 1rem}.g-xxl-3,.gy-xxl-3{--bs-gutter-y: 1rem}.g-xxl-4,.gx-xxl-4{--bs-gutter-x: 1.5rem}.g-xxl-4,.gy-xxl-4{--bs-gutter-y: 1.5rem}.g-xxl-5,.gx-xxl-5{--bs-gutter-x: 3rem}.g-xxl-5,.gy-xxl-5{--bs-gutter-y: 3rem}}.btn-close{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;width:1em;height:1em;padding:.25em .25em;color:#000;background:rgba(0,0,0,0) url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;border:0;-webkit-border-radius:.375rem;-moz-border-radius:.375rem;border-radius:.375rem;opacity:.5}.btn-close:hover{color:#000;text-decoration:none;opacity:.75}.btn-close:focus{outline:0;-webkit-box-shadow:0 0 0 .25rem rgba(13,110,253,.25);-moz-box-shadow:0 0 0 .25rem rgba(13,110,253,.25);box-shadow:0 0 0 .25rem rgba(13,110,253,.25);opacity:1}.btn-close:disabled,.btn-close.disabled{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;opacity:.25}.btn-close-white{-webkit-filter:invert(1) grayscale(100%) brightness(200%);filter:invert(1) grayscale(100%) brightness(200%)}.modal{--bs-modal-zindex: 1055;--bs-modal-width: 500px;--bs-modal-padding: 1rem;--bs-modal-margin: 0.5rem;--bs-modal-color: ;--bs-modal-bg: #fff;--bs-modal-border-color: var(--bs-border-color-translucent);--bs-modal-border-width: 1px;--bs-modal-border-radius: 0.5rem;--bs-modal-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);--bs-modal-inner-border-radius: -webkit-calc(0.5rem - 1px);--bs-modal-inner-border-radius: -moz-calc(0.5rem - 1px);--bs-modal-inner-border-radius: calc(0.5rem - 1px);--bs-modal-header-padding-x: 1rem;--bs-modal-header-padding-y: 1rem;--bs-modal-header-padding: 1rem 1rem;--bs-modal-header-border-color: var(--bs-border-color);--bs-modal-header-border-width: 1px;--bs-modal-title-line-height: 1.5;--bs-modal-footer-gap: 0.5rem;--bs-modal-footer-bg: ;--bs-modal-footer-border-color: var(--bs-border-color);--bs-modal-footer-border-width: 1px;position:fixed;top:0;left:0;z-index:var(--bs-modal-zindex);display:none;width:100%;height:100%;overflow-x:hidden;overflow-y:auto;outline:0}.modal-dialog{position:relative;width:auto;margin:var(--bs-modal-margin);pointer-events:none}.modal.fade .modal-dialog{-webkit-transition:-webkit-transform .3s ease-out;transition:-webkit-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;-moz-transition:transform .3s ease-out, -moz-transform .3s ease-out;transition:transform .3s ease-out;transition:transform .3s ease-out, -webkit-transform .3s ease-out, -moz-transform .3s ease-out, -o-transform .3s ease-out;-webkit-transform:translate(0, -50px);-moz-transform:translate(0, -50px);-o-transform:translate(0, -50px);transform:translate(0, -50px)}@media(prefers-reduced-motion: reduce){.modal.fade .modal-dialog{-webkit-transition:none;-o-transition:none;-moz-transition:none;transition:none}}.modal.show .modal-dialog{-webkit-transform:none;-moz-transform:none;-o-transform:none;transform:none}.modal.modal-static .modal-dialog{-webkit-transform:scale(1.02);-moz-transform:scale(1.02);-o-transform:scale(1.02);transform:scale(1.02)}.modal-dialog-scrollable{height:-webkit-calc(100% - var(--bs-modal-margin)*2);height:-moz-calc(100% - var(--bs-modal-margin)*2);height:calc(100% - var(--bs-modal-margin)*2)}.modal-dialog-scrollable .modal-content{max-height:100%;overflow:hidden}.modal-dialog-scrollable .modal-body{overflow-y:auto}.modal-dialog-centered{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center;min-height:-webkit-calc(100% - var(--bs-modal-margin)*2);min-height:-moz-calc(100% - var(--bs-modal-margin)*2);min-height:calc(100% - var(--bs-modal-margin)*2)}.modal-content{position:relative;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;width:100%;color:var(--bs-modal-color);pointer-events:auto;background-color:var(--bs-modal-bg);background-clip:padding-box;border:var(--bs-modal-border-width) solid var(--bs-modal-border-color);-webkit-border-radius:var(--bs-modal-border-radius);-moz-border-radius:var(--bs-modal-border-radius);border-radius:var(--bs-modal-border-radius);outline:0}.modal-backdrop{--bs-backdrop-zindex: 1050;--bs-backdrop-bg: #000;--bs-backdrop-opacity: 0.5;position:fixed;top:0;left:0;z-index:var(--bs-backdrop-zindex);width:100vw;height:100vh;background-color:var(--bs-backdrop-bg)}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:var(--bs-backdrop-opacity)}.modal-header{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-flex-shrink:0;flex-shrink:0;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;justify-content:space-between;padding:var(--bs-modal-header-padding);border-bottom:var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);-webkit-border-top-left-radius:var(--bs-modal-inner-border-radius);-moz-border-radius-topleft:var(--bs-modal-inner-border-radius);border-top-left-radius:var(--bs-modal-inner-border-radius);-webkit-border-top-right-radius:var(--bs-modal-inner-border-radius);-moz-border-radius-topright:var(--bs-modal-inner-border-radius);border-top-right-radius:var(--bs-modal-inner-border-radius)}.modal-header .btn-close{padding:-webkit-calc(var(--bs-modal-header-padding-y)*.5) -webkit-calc(var(--bs-modal-header-padding-x)*.5);padding:-moz-calc(var(--bs-modal-header-padding-y)*.5) -moz-calc(var(--bs-modal-header-padding-x)*.5);padding:calc(var(--bs-modal-header-padding-y)*.5) calc(var(--bs-modal-header-padding-x)*.5);margin:-webkit-calc(var(--bs-modal-header-padding-y)*-0.5) -webkit-calc(var(--bs-modal-header-padding-x)*-0.5) -webkit-calc(var(--bs-modal-header-padding-y)*-0.5) auto;margin:-moz-calc(var(--bs-modal-header-padding-y)*-0.5) -moz-calc(var(--bs-modal-header-padding-x)*-0.5) -moz-calc(var(--bs-modal-header-padding-y)*-0.5) auto;margin:calc(var(--bs-modal-header-padding-y)*-0.5) calc(var(--bs-modal-header-padding-x)*-0.5) calc(var(--bs-modal-header-padding-y)*-0.5) auto}.modal-title{margin-bottom:0;line-height:var(--bs-modal-title-line-height)}.modal-body{position:relative;-webkit-box-flex:1;-webkit-flex:1 1 auto;-moz-box-flex:1;flex:1 1 auto;padding:var(--bs-modal-padding)}.modal-footer{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-flex-shrink:0;flex-shrink:0;-webkit-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center;-webkit-box-pack:end;-webkit-justify-content:flex-end;-moz-box-pack:end;justify-content:flex-end;padding:-webkit-calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap)*.5);padding:-moz-calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap)*.5);padding:calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap)*.5);background-color:var(--bs-modal-footer-bg);border-top:var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);-webkit-border-bottom-right-radius:var(--bs-modal-inner-border-radius);-moz-border-radius-bottomright:var(--bs-modal-inner-border-radius);border-bottom-right-radius:var(--bs-modal-inner-border-radius);-webkit-border-bottom-left-radius:var(--bs-modal-inner-border-radius);-moz-border-radius-bottomleft:var(--bs-modal-inner-border-radius);border-bottom-left-radius:var(--bs-modal-inner-border-radius)}.modal-footer>*{margin:-webkit-calc(var(--bs-modal-footer-gap)*.5);margin:-moz-calc(var(--bs-modal-footer-gap)*.5);margin:calc(var(--bs-modal-footer-gap)*.5)}@media(min-width: 576px){.modal{--bs-modal-margin: 1.75rem;--bs-modal-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15)}.modal-dialog{max-width:var(--bs-modal-width);margin-right:auto;margin-left:auto}.modal-sm{--bs-modal-width: 300px}}@media(min-width: 992px){.modal-lg,.modal-xl{--bs-modal-width: 800px}}@media(min-width: 1200px){.modal-xl{--bs-modal-width: 1140px}}.modal-fullscreen{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen .modal-content{height:100%;border:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.modal-fullscreen .modal-header,.modal-fullscreen .modal-footer{-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.modal-fullscreen .modal-body{overflow-y:auto}@media(max-width: 575.98px){.modal-fullscreen-sm-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-sm-down .modal-content{height:100%;border:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.modal-fullscreen-sm-down .modal-header,.modal-fullscreen-sm-down .modal-footer{-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.modal-fullscreen-sm-down .modal-body{overflow-y:auto}}@media(max-width: 767.98px){.modal-fullscreen-md-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-md-down .modal-content{height:100%;border:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.modal-fullscreen-md-down .modal-header,.modal-fullscreen-md-down .modal-footer{-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.modal-fullscreen-md-down .modal-body{overflow-y:auto}}@media(max-width: 991.98px){.modal-fullscreen-lg-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-lg-down .modal-content{height:100%;border:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.modal-fullscreen-lg-down .modal-header,.modal-fullscreen-lg-down .modal-footer{-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.modal-fullscreen-lg-down .modal-body{overflow-y:auto}}@media(max-width: 1199.98px){.modal-fullscreen-xl-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-xl-down .modal-content{height:100%;border:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.modal-fullscreen-xl-down .modal-header,.modal-fullscreen-xl-down .modal-footer{-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.modal-fullscreen-xl-down .modal-body{overflow-y:auto}}@media(max-width: 1399.98px){.modal-fullscreen-xxl-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-xxl-down .modal-content{height:100%;border:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.modal-fullscreen-xxl-down .modal-header,.modal-fullscreen-xxl-down .modal-footer{-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.modal-fullscreen-xxl-down .modal-body{overflow-y:auto}}.clearfix::after{display:block;clear:both;content:""}.text-bg-primary{color:#fff !important;background-color:RGBA(13, 110, 253, var(--bs-bg-opacity, 1)) !important}.text-bg-secondary{color:#fff !important;background-color:RGBA(108, 117, 125, var(--bs-bg-opacity, 1)) !important}.text-bg-success{color:#fff !important;background-color:RGBA(25, 135, 84, var(--bs-bg-opacity, 1)) !important}.text-bg-info{color:#000 !important;background-color:RGBA(13, 202, 240, var(--bs-bg-opacity, 1)) !important}.text-bg-warning{color:#000 !important;background-color:RGBA(255, 193, 7, var(--bs-bg-opacity, 1)) !important}.text-bg-danger{color:#fff !important;background-color:RGBA(220, 53, 69, var(--bs-bg-opacity, 1)) !important}.text-bg-light{color:#000 !important;background-color:RGBA(248, 249, 250, var(--bs-bg-opacity, 1)) !important}.text-bg-dark{color:#fff !important;background-color:RGBA(33, 37, 41, var(--bs-bg-opacity, 1)) !important}.link-primary{color:#0d6efd !important}.link-primary:hover,.link-primary:focus{color:#0a58ca !important}.link-secondary{color:#6c757d !important}.link-secondary:hover,.link-secondary:focus{color:#565e64 !important}.link-success{color:#198754 !important}.link-success:hover,.link-success:focus{color:#146c43 !important}.link-info{color:#0dcaf0 !important}.link-info:hover,.link-info:focus{color:#3dd5f3 !important}.link-warning{color:#ffc107 !important}.link-warning:hover,.link-warning:focus{color:#ffcd39 !important}.link-danger{color:#dc3545 !important}.link-danger:hover,.link-danger:focus{color:#b02a37 !important}.link-light{color:#f8f9fa !important}.link-light:hover,.link-light:focus{color:#f9fafb !important}.link-dark{color:#212529 !important}.link-dark:hover,.link-dark:focus{color:#1a1e21 !important}.ratio{position:relative;width:100%}.ratio::before{display:block;padding-top:var(--bs-aspect-ratio);content:""}.ratio>*{position:absolute;top:0;left:0;width:100%;height:100%}.ratio-1x1{--bs-aspect-ratio: 100%}.ratio-4x3{--bs-aspect-ratio: 75%}.ratio-16x9{--bs-aspect-ratio: 56.25%}.ratio-21x9{--bs-aspect-ratio: 42.8571428571%}.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}.sticky-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}.sticky-bottom{position:-webkit-sticky;position:sticky;bottom:0;z-index:1020}@media(min-width: 576px){.sticky-sm-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}.sticky-sm-bottom{position:-webkit-sticky;position:sticky;bottom:0;z-index:1020}}@media(min-width: 768px){.sticky-md-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}.sticky-md-bottom{position:-webkit-sticky;position:sticky;bottom:0;z-index:1020}}@media(min-width: 992px){.sticky-lg-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}.sticky-lg-bottom{position:-webkit-sticky;position:sticky;bottom:0;z-index:1020}}@media(min-width: 1200px){.sticky-xl-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}.sticky-xl-bottom{position:-webkit-sticky;position:sticky;bottom:0;z-index:1020}}@media(min-width: 1400px){.sticky-xxl-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}.sticky-xxl-bottom{position:-webkit-sticky;position:sticky;bottom:0;z-index:1020}}.hstack{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;flex-direction:row;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center;-webkit-align-self:stretch;align-self:stretch}.vstack{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-flex:1;-webkit-flex:1 1 auto;-moz-box-flex:1;flex:1 1 auto;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;-webkit-align-self:stretch;align-self:stretch}.visually-hidden,.visually-hidden-focusable:not(:focus):not(:focus-within){position:absolute !important;width:1px !important;height:1px !important;padding:0 !important;margin:-1px !important;overflow:hidden !important;clip:rect(0, 0, 0, 0) !important;white-space:nowrap !important;border:0 !important}.stretched-link::after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;content:""}.text-truncate{overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap}.vr{display:inline-block;-webkit-align-self:stretch;align-self:stretch;width:1px;min-height:1em;background-color:currentcolor;opacity:.25}.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}.float-start{float:left !important}.float-end{float:right !important}.float-none{float:none !important}.opacity-0{opacity:0 !important}.opacity-25{opacity:.25 !important}.opacity-50{opacity:.5 !important}.opacity-75{opacity:.75 !important}.opacity-100{opacity:1 !important}.overflow-auto{overflow:auto !important}.overflow-hidden{overflow:hidden !important}.overflow-visible{overflow:visible !important}.overflow-scroll{overflow:scroll !important}.d-inline{display:inline !important}.d-inline-block{display:inline-block !important}.d-block{display:block !important}.d-grid{display:grid !important}.d-table{display:table !important}.d-table-row{display:table-row !important}.d-table-cell{display:table-cell !important}.d-flex{display:-webkit-box !important;display:-webkit-flex !important;display:-moz-box !important;display:flex !important}.d-inline-flex{display:-webkit-inline-box !important;display:-webkit-inline-flex !important;display:-moz-inline-box !important;display:inline-flex !important}.d-none{display:none !important}.shadow{-webkit-box-shadow:0 .5rem 1rem rgba(0,0,0,.15) !important;-moz-box-shadow:0 .5rem 1rem rgba(0,0,0,.15) !important;box-shadow:0 .5rem 1rem rgba(0,0,0,.15) !important}.shadow-sm{-webkit-box-shadow:0 .125rem .25rem rgba(0,0,0,.075) !important;-moz-box-shadow:0 .125rem .25rem rgba(0,0,0,.075) !important;box-shadow:0 .125rem .25rem rgba(0,0,0,.075) !important}.shadow-lg{-webkit-box-shadow:0 1rem 3rem rgba(0,0,0,.175) !important;-moz-box-shadow:0 1rem 3rem rgba(0,0,0,.175) !important;box-shadow:0 1rem 3rem rgba(0,0,0,.175) !important}.shadow-none{-webkit-box-shadow:none !important;-moz-box-shadow:none !important;box-shadow:none !important}.position-static{position:static !important}.position-relative{position:relative !important}.position-absolute{position:absolute !important}.position-fixed{position:fixed !important}.position-sticky{position:-webkit-sticky !important;position:sticky !important}.top-0{top:0 !important}.top-50{top:50% !important}.top-100{top:100% !important}.bottom-0{bottom:0 !important}.bottom-50{bottom:50% !important}.bottom-100{bottom:100% !important}.start-0{left:0 !important}.start-50{left:50% !important}.start-100{left:100% !important}.end-0{right:0 !important}.end-50{right:50% !important}.end-100{right:100% !important}.translate-middle{-webkit-transform:translate(-50%, -50%) !important;-moz-transform:translate(-50%, -50%) !important;-o-transform:translate(-50%, -50%) !important;transform:translate(-50%, -50%) !important}.translate-middle-x{-webkit-transform:translateX(-50%) !important;-moz-transform:translateX(-50%) !important;-o-transform:translateX(-50%) !important;transform:translateX(-50%) !important}.translate-middle-y{-webkit-transform:translateY(-50%) !important;-moz-transform:translateY(-50%) !important;-o-transform:translateY(-50%) !important;transform:translateY(-50%) !important}.border{border:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important}.border-0{border:0 !important}.border-top{border-top:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important}.border-top-0{border-top:0 !important}.border-end{border-right:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important}.border-end-0{border-right:0 !important}.border-bottom{border-bottom:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important}.border-bottom-0{border-bottom:0 !important}.border-start{border-left:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important}.border-start-0{border-left:0 !important}.border-primary{--bs-border-opacity: 1;border-color:rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important}.border-secondary{--bs-border-opacity: 1;border-color:rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important}.border-success{--bs-border-opacity: 1;border-color:rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important}.border-info{--bs-border-opacity: 1;border-color:rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important}.border-warning{--bs-border-opacity: 1;border-color:rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important}.border-danger{--bs-border-opacity: 1;border-color:rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important}.border-light{--bs-border-opacity: 1;border-color:rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important}.border-dark{--bs-border-opacity: 1;border-color:rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important}.border-white{--bs-border-opacity: 1;border-color:rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important}.border-1{--bs-border-width: 1px}.border-2{--bs-border-width: 2px}.border-3{--bs-border-width: 3px}.border-4{--bs-border-width: 4px}.border-5{--bs-border-width: 5px}.border-opacity-10{--bs-border-opacity: 0.1}.border-opacity-25{--bs-border-opacity: 0.25}.border-opacity-50{--bs-border-opacity: 0.5}.border-opacity-75{--bs-border-opacity: 0.75}.border-opacity-100{--bs-border-opacity: 1}.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}.mw-100{max-width:100% !important}.vw-100{width:100vw !important}.min-vw-100{min-width:100vw !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}.mh-100{max-height:100% !important}.vh-100{height:100vh !important}.min-vh-100{min-height:100vh !important}.flex-fill{-webkit-box-flex:1 !important;-webkit-flex:1 1 auto !important;-moz-box-flex:1 !important;flex:1 1 auto !important}.flex-row{-webkit-box-orient:horizontal !important;-webkit-box-direction:normal !important;-webkit-flex-direction:row !important;-moz-box-orient:horizontal !important;-moz-box-direction:normal !important;flex-direction:row !important}.flex-column{-webkit-box-orient:vertical !important;-webkit-box-direction:normal !important;-webkit-flex-direction:column !important;-moz-box-orient:vertical !important;-moz-box-direction:normal !important;flex-direction:column !important}.flex-row-reverse{-webkit-box-orient:horizontal !important;-webkit-box-direction:reverse !important;-webkit-flex-direction:row-reverse !important;-moz-box-orient:horizontal !important;-moz-box-direction:reverse !important;flex-direction:row-reverse !important}.flex-column-reverse{-webkit-box-orient:vertical !important;-webkit-box-direction:reverse !important;-webkit-flex-direction:column-reverse !important;-moz-box-orient:vertical !important;-moz-box-direction:reverse !important;flex-direction:column-reverse !important}.flex-grow-0{-webkit-box-flex:0 !important;-webkit-flex-grow:0 !important;-moz-box-flex:0 !important;flex-grow:0 !important}.flex-grow-1{-webkit-box-flex:1 !important;-webkit-flex-grow:1 !important;-moz-box-flex:1 !important;flex-grow:1 !important}.flex-shrink-0{-webkit-flex-shrink:0 !important;flex-shrink:0 !important}.flex-shrink-1{-webkit-flex-shrink:1 !important;flex-shrink:1 !important}.flex-wrap{-webkit-flex-wrap:wrap !important;flex-wrap:wrap !important}.flex-nowrap{-webkit-flex-wrap:nowrap !important;flex-wrap:nowrap !important}.flex-wrap-reverse{-webkit-flex-wrap:wrap-reverse !important;flex-wrap:wrap-reverse !important}.justify-content-start{-webkit-box-pack:start !important;-webkit-justify-content:flex-start !important;-moz-box-pack:start !important;justify-content:flex-start !important}.justify-content-end{-webkit-box-pack:end !important;-webkit-justify-content:flex-end !important;-moz-box-pack:end !important;justify-content:flex-end !important}.justify-content-center{-webkit-box-pack:center !important;-webkit-justify-content:center !important;-moz-box-pack:center !important;justify-content:center !important}.justify-content-between{-webkit-box-pack:justify !important;-webkit-justify-content:space-between !important;-moz-box-pack:justify !important;justify-content:space-between !important}.justify-content-around{-webkit-justify-content:space-around !important;justify-content:space-around !important}.justify-content-evenly{-webkit-box-pack:space-evenly !important;-webkit-justify-content:space-evenly !important;-moz-box-pack:space-evenly !important;justify-content:space-evenly !important}.align-items-start{-webkit-box-align:start !important;-webkit-align-items:flex-start !important;-moz-box-align:start !important;align-items:flex-start !important}.align-items-end{-webkit-box-align:end !important;-webkit-align-items:flex-end !important;-moz-box-align:end !important;align-items:flex-end !important}.align-items-center{-webkit-box-align:center !important;-webkit-align-items:center !important;-moz-box-align:center !important;align-items:center !important}.align-items-baseline{-webkit-box-align:baseline !important;-webkit-align-items:baseline !important;-moz-box-align:baseline !important;align-items:baseline !important}.align-items-stretch{-webkit-box-align:stretch !important;-webkit-align-items:stretch !important;-moz-box-align:stretch !important;align-items:stretch !important}.align-content-start{-webkit-align-content:flex-start !important;align-content:flex-start !important}.align-content-end{-webkit-align-content:flex-end !important;align-content:flex-end !important}.align-content-center{-webkit-align-content:center !important;align-content:center !important}.align-content-between{-webkit-align-content:space-between !important;align-content:space-between !important}.align-content-around{-webkit-align-content:space-around !important;align-content:space-around !important}.align-content-stretch{-webkit-align-content:stretch !important;align-content:stretch !important}.align-self-auto{-webkit-align-self:auto !important;align-self:auto !important}.align-self-start{-webkit-align-self:flex-start !important;align-self:flex-start !important}.align-self-end{-webkit-align-self:flex-end !important;align-self:flex-end !important}.align-self-center{-webkit-align-self:center !important;align-self:center !important}.align-self-baseline{-webkit-align-self:baseline !important;align-self:baseline !important}.align-self-stretch{-webkit-align-self:stretch !important;align-self:stretch !important}.order-first{-webkit-box-ordinal-group:0 !important;-webkit-order:-1 !important;-moz-box-ordinal-group:0 !important;order:-1 !important}.order-0{-webkit-box-ordinal-group:1 !important;-webkit-order:0 !important;-moz-box-ordinal-group:1 !important;order:0 !important}.order-1{-webkit-box-ordinal-group:2 !important;-webkit-order:1 !important;-moz-box-ordinal-group:2 !important;order:1 !important}.order-2{-webkit-box-ordinal-group:3 !important;-webkit-order:2 !important;-moz-box-ordinal-group:3 !important;order:2 !important}.order-3{-webkit-box-ordinal-group:4 !important;-webkit-order:3 !important;-moz-box-ordinal-group:4 !important;order:3 !important}.order-4{-webkit-box-ordinal-group:5 !important;-webkit-order:4 !important;-moz-box-ordinal-group:5 !important;order:4 !important}.order-5{-webkit-box-ordinal-group:6 !important;-webkit-order:5 !important;-moz-box-ordinal-group:6 !important;order:5 !important}.order-last{-webkit-box-ordinal-group:7 !important;-webkit-order:6 !important;-moz-box-ordinal-group:7 !important;order:6 !important}.m-0{margin:0 !important}.m-1{margin:.25rem !important}.m-2{margin:.5rem !important}.m-3{margin:1rem !important}.m-4{margin:1.5rem !important}.m-5{margin:3rem !important}.m-auto{margin:auto !important}.mx-0{margin-right:0 !important;margin-left:0 !important}.mx-1{margin-right:.25rem !important;margin-left:.25rem !important}.mx-2{margin-right:.5rem !important;margin-left:.5rem !important}.mx-3{margin-right:1rem !important;margin-left:1rem !important}.mx-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-5{margin-right:3rem !important;margin-left:3rem !important}.mx-auto{margin-right:auto !important;margin-left:auto !important}.my-0{margin-top:0 !important;margin-bottom:0 !important}.my-1{margin-top:.25rem !important;margin-bottom:.25rem !important}.my-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.my-3{margin-top:1rem !important;margin-bottom:1rem !important}.my-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-5{margin-top:3rem !important;margin-bottom:3rem !important}.my-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-0{margin-top:0 !important}.mt-1{margin-top:.25rem !important}.mt-2{margin-top:.5rem !important}.mt-3{margin-top:1rem !important}.mt-4{margin-top:1.5rem !important}.mt-5{margin-top:3rem !important}.mt-auto{margin-top:auto !important}.me-0{margin-right:0 !important}.me-1{margin-right:.25rem !important}.me-2{margin-right:.5rem !important}.me-3{margin-right:1rem !important}.me-4{margin-right:1.5rem !important}.me-5{margin-right:3rem !important}.me-auto{margin-right:auto !important}.mb-0{margin-bottom:0 !important}.mb-1{margin-bottom:.25rem !important}.mb-2{margin-bottom:.5rem !important}.mb-3{margin-bottom:1rem !important}.mb-4{margin-bottom:1.5rem !important}.mb-5{margin-bottom:3rem !important}.mb-auto{margin-bottom:auto !important}.ms-0{margin-left:0 !important}.ms-1{margin-left:.25rem !important}.ms-2{margin-left:.5rem !important}.ms-3{margin-left:1rem !important}.ms-4{margin-left:1.5rem !important}.ms-5{margin-left:3rem !important}.ms-auto{margin-left:auto !important}.p-0{padding:0 !important}.p-1{padding:.25rem !important}.p-2{padding:.5rem !important}.p-3{padding:1rem !important}.p-4{padding:1.5rem !important}.p-5{padding:3rem !important}.px-0{padding-right:0 !important;padding-left:0 !important}.px-1{padding-right:.25rem !important;padding-left:.25rem !important}.px-2{padding-right:.5rem !important;padding-left:.5rem !important}.px-3{padding-right:1rem !important;padding-left:1rem !important}.px-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-5{padding-right:3rem !important;padding-left:3rem !important}.py-0{padding-top:0 !important;padding-bottom:0 !important}.py-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.py-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.py-3{padding-top:1rem !important;padding-bottom:1rem !important}.py-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-5{padding-top:3rem !important;padding-bottom:3rem !important}.pt-0{padding-top:0 !important}.pt-1{padding-top:.25rem !important}.pt-2{padding-top:.5rem !important}.pt-3{padding-top:1rem !important}.pt-4{padding-top:1.5rem !important}.pt-5{padding-top:3rem !important}.pe-0{padding-right:0 !important}.pe-1{padding-right:.25rem !important}.pe-2{padding-right:.5rem !important}.pe-3{padding-right:1rem !important}.pe-4{padding-right:1.5rem !important}.pe-5{padding-right:3rem !important}.pb-0{padding-bottom:0 !important}.pb-1{padding-bottom:.25rem !important}.pb-2{padding-bottom:.5rem !important}.pb-3{padding-bottom:1rem !important}.pb-4{padding-bottom:1.5rem !important}.pb-5{padding-bottom:3rem !important}.ps-0{padding-left:0 !important}.ps-1{padding-left:.25rem !important}.ps-2{padding-left:.5rem !important}.ps-3{padding-left:1rem !important}.ps-4{padding-left:1.5rem !important}.ps-5{padding-left:3rem !important}.gap-0{gap:0 !important}.gap-1{gap:.25rem !important}.gap-2{gap:.5rem !important}.gap-3{gap:1rem !important}.gap-4{gap:1.5rem !important}.gap-5{gap:3rem !important}.font-monospace{font-family:var(--bs-font-monospace) !important}.fs-1{font-size:-webkit-calc(1.375rem + 1.5vw) !important;font-size:-moz-calc(1.375rem + 1.5vw) !important;font-size:calc(1.375rem + 1.5vw) !important}.fs-2{font-size:-webkit-calc(1.325rem + 0.9vw) !important;font-size:-moz-calc(1.325rem + 0.9vw) !important;font-size:calc(1.325rem + 0.9vw) !important}.fs-3{font-size:-webkit-calc(1.3rem + 0.6vw) !important;font-size:-moz-calc(1.3rem + 0.6vw) !important;font-size:calc(1.3rem + 0.6vw) !important}.fs-4{font-size:-webkit-calc(1.275rem + 0.3vw) !important;font-size:-moz-calc(1.275rem + 0.3vw) !important;font-size:calc(1.275rem + 0.3vw) !important}.fs-5{font-size:1.25rem !important}.fs-6{font-size:1rem !important}.fst-italic{font-style:italic !important}.fst-normal{font-style:normal !important}.fw-light{font-weight:300 !important}.fw-lighter{font-weight:lighter !important}.fw-normal{font-weight:400 !important}.fw-bold{font-weight:700 !important}.fw-semibold{font-weight:600 !important}.fw-bolder{font-weight:bolder !important}.lh-1{line-height:1 !important}.lh-sm{line-height:1.25 !important}.lh-base{line-height:1.5 !important}.lh-lg{line-height:2 !important}.text-start{text-align:left !important}.text-end{text-align:right !important}.text-center{text-align:center !important}.text-decoration-none{text-decoration:none !important}.text-decoration-underline{text-decoration:underline !important}.text-decoration-line-through{text-decoration:line-through !important}.text-lowercase{text-transform:lowercase !important}.text-uppercase{text-transform:uppercase !important}.text-capitalize{text-transform:capitalize !important}.text-wrap{white-space:normal !important}.text-nowrap{white-space:nowrap !important}.text-break{word-wrap:break-word !important;word-break:break-word !important}.text-primary{--bs-text-opacity: 1;color:rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important}.text-secondary{--bs-text-opacity: 1;color:rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important}.text-success{--bs-text-opacity: 1;color:rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important}.text-info{--bs-text-opacity: 1;color:rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important}.text-warning{--bs-text-opacity: 1;color:rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important}.text-danger{--bs-text-opacity: 1;color:rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important}.text-light{--bs-text-opacity: 1;color:rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important}.text-dark{--bs-text-opacity: 1;color:rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important}.text-black{--bs-text-opacity: 1;color:rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important}.text-white{--bs-text-opacity: 1;color:rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important}.text-body{--bs-text-opacity: 1;color:rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important}.text-muted{--bs-text-opacity: 1;color:#6c757d !important}.text-black-50{--bs-text-opacity: 1;color:rgba(0,0,0,.5) !important}.text-white-50{--bs-text-opacity: 1;color:rgba(255,255,255,.5) !important}.text-reset{--bs-text-opacity: 1;color:inherit !important}.text-opacity-25{--bs-text-opacity: 0.25}.text-opacity-50{--bs-text-opacity: 0.5}.text-opacity-75{--bs-text-opacity: 0.75}.text-opacity-100{--bs-text-opacity: 1}.bg-primary{--bs-bg-opacity: 1;background-color:rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important}.bg-secondary{--bs-bg-opacity: 1;background-color:rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important}.bg-success{--bs-bg-opacity: 1;background-color:rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important}.bg-info{--bs-bg-opacity: 1;background-color:rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important}.bg-warning{--bs-bg-opacity: 1;background-color:rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important}.bg-danger{--bs-bg-opacity: 1;background-color:rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important}.bg-light{--bs-bg-opacity: 1;background-color:rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important}.bg-dark{--bs-bg-opacity: 1;background-color:rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important}.bg-black{--bs-bg-opacity: 1;background-color:rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important}.bg-white{--bs-bg-opacity: 1;background-color:rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important}.bg-body{--bs-bg-opacity: 1;background-color:rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important}.bg-transparent{--bs-bg-opacity: 1;background-color:rgba(0,0,0,0) !important}.bg-opacity-10{--bs-bg-opacity: 0.1}.bg-opacity-25{--bs-bg-opacity: 0.25}.bg-opacity-50{--bs-bg-opacity: 0.5}.bg-opacity-75{--bs-bg-opacity: 0.75}.bg-opacity-100{--bs-bg-opacity: 1}.bg-gradient{background-image:var(--bs-gradient) !important}.user-select-all{-webkit-user-select:all !important;-moz-user-select:all !important;user-select:all !important}.user-select-auto{-webkit-user-select:auto !important;-moz-user-select:auto !important;-ms-user-select:auto !important;user-select:auto !important}.user-select-none{-webkit-user-select:none !important;-moz-user-select:none !important;-ms-user-select:none !important;user-select:none !important}.pe-none{pointer-events:none !important}.pe-auto{pointer-events:auto !important}.rounded{-webkit-border-radius:var(--bs-border-radius) !important;-moz-border-radius:var(--bs-border-radius) !important;border-radius:var(--bs-border-radius) !important}.rounded-0{-webkit-border-radius:0 !important;-moz-border-radius:0 !important;border-radius:0 !important}.rounded-1{-webkit-border-radius:var(--bs-border-radius-sm) !important;-moz-border-radius:var(--bs-border-radius-sm) !important;border-radius:var(--bs-border-radius-sm) !important}.rounded-2{-webkit-border-radius:var(--bs-border-radius) !important;-moz-border-radius:var(--bs-border-radius) !important;border-radius:var(--bs-border-radius) !important}.rounded-3{-webkit-border-radius:var(--bs-border-radius-lg) !important;-moz-border-radius:var(--bs-border-radius-lg) !important;border-radius:var(--bs-border-radius-lg) !important}.rounded-4{-webkit-border-radius:var(--bs-border-radius-xl) !important;-moz-border-radius:var(--bs-border-radius-xl) !important;border-radius:var(--bs-border-radius-xl) !important}.rounded-5{-webkit-border-radius:var(--bs-border-radius-2xl) !important;-moz-border-radius:var(--bs-border-radius-2xl) !important;border-radius:var(--bs-border-radius-2xl) !important}.rounded-circle{-webkit-border-radius:50% !important;-moz-border-radius:50% !important;border-radius:50% !important}.rounded-pill{-webkit-border-radius:var(--bs-border-radius-pill) !important;-moz-border-radius:var(--bs-border-radius-pill) !important;border-radius:var(--bs-border-radius-pill) !important}.rounded-top{-webkit-border-top-left-radius:var(--bs-border-radius) !important;-moz-border-radius-topleft:var(--bs-border-radius) !important;border-top-left-radius:var(--bs-border-radius) !important;-webkit-border-top-right-radius:var(--bs-border-radius) !important;-moz-border-radius-topright:var(--bs-border-radius) !important;border-top-right-radius:var(--bs-border-radius) !important}.rounded-end{-webkit-border-top-right-radius:var(--bs-border-radius) !important;-moz-border-radius-topright:var(--bs-border-radius) !important;border-top-right-radius:var(--bs-border-radius) !important;-webkit-border-bottom-right-radius:var(--bs-border-radius) !important;-moz-border-radius-bottomright:var(--bs-border-radius) !important;border-bottom-right-radius:var(--bs-border-radius) !important}.rounded-bottom{-webkit-border-bottom-right-radius:var(--bs-border-radius) !important;-moz-border-radius-bottomright:var(--bs-border-radius) !important;border-bottom-right-radius:var(--bs-border-radius) !important;-webkit-border-bottom-left-radius:var(--bs-border-radius) !important;-moz-border-radius-bottomleft:var(--bs-border-radius) !important;border-bottom-left-radius:var(--bs-border-radius) !important}.rounded-start{-webkit-border-bottom-left-radius:var(--bs-border-radius) !important;-moz-border-radius-bottomleft:var(--bs-border-radius) !important;border-bottom-left-radius:var(--bs-border-radius) !important;-webkit-border-top-left-radius:var(--bs-border-radius) !important;-moz-border-radius-topleft:var(--bs-border-radius) !important;border-top-left-radius:var(--bs-border-radius) !important}.visible{visibility:visible !important}.invisible{visibility:hidden !important}@media(min-width: 576px){.float-sm-start{float:left !important}.float-sm-end{float:right !important}.float-sm-none{float:none !important}.d-sm-inline{display:inline !important}.d-sm-inline-block{display:inline-block !important}.d-sm-block{display:block !important}.d-sm-grid{display:grid !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:-webkit-box !important;display:-webkit-flex !important;display:-moz-box !important;display:flex !important}.d-sm-inline-flex{display:-webkit-inline-box !important;display:-webkit-inline-flex !important;display:-moz-inline-box !important;display:inline-flex !important}.d-sm-none{display:none !important}.flex-sm-fill{-webkit-box-flex:1 !important;-webkit-flex:1 1 auto !important;-moz-box-flex:1 !important;flex:1 1 auto !important}.flex-sm-row{-webkit-box-orient:horizontal !important;-webkit-box-direction:normal !important;-webkit-flex-direction:row !important;-moz-box-orient:horizontal !important;-moz-box-direction:normal !important;flex-direction:row !important}.flex-sm-column{-webkit-box-orient:vertical !important;-webkit-box-direction:normal !important;-webkit-flex-direction:column !important;-moz-box-orient:vertical !important;-moz-box-direction:normal !important;flex-direction:column !important}.flex-sm-row-reverse{-webkit-box-orient:horizontal !important;-webkit-box-direction:reverse !important;-webkit-flex-direction:row-reverse !important;-moz-box-orient:horizontal !important;-moz-box-direction:reverse !important;flex-direction:row-reverse !important}.flex-sm-column-reverse{-webkit-box-orient:vertical !important;-webkit-box-direction:reverse !important;-webkit-flex-direction:column-reverse !important;-moz-box-orient:vertical !important;-moz-box-direction:reverse !important;flex-direction:column-reverse !important}.flex-sm-grow-0{-webkit-box-flex:0 !important;-webkit-flex-grow:0 !important;-moz-box-flex:0 !important;flex-grow:0 !important}.flex-sm-grow-1{-webkit-box-flex:1 !important;-webkit-flex-grow:1 !important;-moz-box-flex:1 !important;flex-grow:1 !important}.flex-sm-shrink-0{-webkit-flex-shrink:0 !important;flex-shrink:0 !important}.flex-sm-shrink-1{-webkit-flex-shrink:1 !important;flex-shrink:1 !important}.flex-sm-wrap{-webkit-flex-wrap:wrap !important;flex-wrap:wrap !important}.flex-sm-nowrap{-webkit-flex-wrap:nowrap !important;flex-wrap:nowrap !important}.flex-sm-wrap-reverse{-webkit-flex-wrap:wrap-reverse !important;flex-wrap:wrap-reverse !important}.justify-content-sm-start{-webkit-box-pack:start !important;-webkit-justify-content:flex-start !important;-moz-box-pack:start !important;justify-content:flex-start !important}.justify-content-sm-end{-webkit-box-pack:end !important;-webkit-justify-content:flex-end !important;-moz-box-pack:end !important;justify-content:flex-end !important}.justify-content-sm-center{-webkit-box-pack:center !important;-webkit-justify-content:center !important;-moz-box-pack:center !important;justify-content:center !important}.justify-content-sm-between{-webkit-box-pack:justify !important;-webkit-justify-content:space-between !important;-moz-box-pack:justify !important;justify-content:space-between !important}.justify-content-sm-around{-webkit-justify-content:space-around !important;justify-content:space-around !important}.justify-content-sm-evenly{-webkit-box-pack:space-evenly !important;-webkit-justify-content:space-evenly !important;-moz-box-pack:space-evenly !important;justify-content:space-evenly !important}.align-items-sm-start{-webkit-box-align:start !important;-webkit-align-items:flex-start !important;-moz-box-align:start !important;align-items:flex-start !important}.align-items-sm-end{-webkit-box-align:end !important;-webkit-align-items:flex-end !important;-moz-box-align:end !important;align-items:flex-end !important}.align-items-sm-center{-webkit-box-align:center !important;-webkit-align-items:center !important;-moz-box-align:center !important;align-items:center !important}.align-items-sm-baseline{-webkit-box-align:baseline !important;-webkit-align-items:baseline !important;-moz-box-align:baseline !important;align-items:baseline !important}.align-items-sm-stretch{-webkit-box-align:stretch !important;-webkit-align-items:stretch !important;-moz-box-align:stretch !important;align-items:stretch !important}.align-content-sm-start{-webkit-align-content:flex-start !important;align-content:flex-start !important}.align-content-sm-end{-webkit-align-content:flex-end !important;align-content:flex-end !important}.align-content-sm-center{-webkit-align-content:center !important;align-content:center !important}.align-content-sm-between{-webkit-align-content:space-between !important;align-content:space-between !important}.align-content-sm-around{-webkit-align-content:space-around !important;align-content:space-around !important}.align-content-sm-stretch{-webkit-align-content:stretch !important;align-content:stretch !important}.align-self-sm-auto{-webkit-align-self:auto !important;align-self:auto !important}.align-self-sm-start{-webkit-align-self:flex-start !important;align-self:flex-start !important}.align-self-sm-end{-webkit-align-self:flex-end !important;align-self:flex-end !important}.align-self-sm-center{-webkit-align-self:center !important;align-self:center !important}.align-self-sm-baseline{-webkit-align-self:baseline !important;align-self:baseline !important}.align-self-sm-stretch{-webkit-align-self:stretch !important;align-self:stretch !important}.order-sm-first{-webkit-box-ordinal-group:0 !important;-webkit-order:-1 !important;-moz-box-ordinal-group:0 !important;order:-1 !important}.order-sm-0{-webkit-box-ordinal-group:1 !important;-webkit-order:0 !important;-moz-box-ordinal-group:1 !important;order:0 !important}.order-sm-1{-webkit-box-ordinal-group:2 !important;-webkit-order:1 !important;-moz-box-ordinal-group:2 !important;order:1 !important}.order-sm-2{-webkit-box-ordinal-group:3 !important;-webkit-order:2 !important;-moz-box-ordinal-group:3 !important;order:2 !important}.order-sm-3{-webkit-box-ordinal-group:4 !important;-webkit-order:3 !important;-moz-box-ordinal-group:4 !important;order:3 !important}.order-sm-4{-webkit-box-ordinal-group:5 !important;-webkit-order:4 !important;-moz-box-ordinal-group:5 !important;order:4 !important}.order-sm-5{-webkit-box-ordinal-group:6 !important;-webkit-order:5 !important;-moz-box-ordinal-group:6 !important;order:5 !important}.order-sm-last{-webkit-box-ordinal-group:7 !important;-webkit-order:6 !important;-moz-box-ordinal-group:7 !important;order:6 !important}.m-sm-0{margin:0 !important}.m-sm-1{margin:.25rem !important}.m-sm-2{margin:.5rem !important}.m-sm-3{margin:1rem !important}.m-sm-4{margin:1.5rem !important}.m-sm-5{margin:3rem !important}.m-sm-auto{margin:auto !important}.mx-sm-0{margin-right:0 !important;margin-left:0 !important}.mx-sm-1{margin-right:.25rem !important;margin-left:.25rem !important}.mx-sm-2{margin-right:.5rem !important;margin-left:.5rem !important}.mx-sm-3{margin-right:1rem !important;margin-left:1rem !important}.mx-sm-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-sm-5{margin-right:3rem !important;margin-left:3rem !important}.mx-sm-auto{margin-right:auto !important;margin-left:auto !important}.my-sm-0{margin-top:0 !important;margin-bottom:0 !important}.my-sm-1{margin-top:.25rem !important;margin-bottom:.25rem !important}.my-sm-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.my-sm-3{margin-top:1rem !important;margin-bottom:1rem !important}.my-sm-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-sm-5{margin-top:3rem !important;margin-bottom:3rem !important}.my-sm-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-sm-0{margin-top:0 !important}.mt-sm-1{margin-top:.25rem !important}.mt-sm-2{margin-top:.5rem !important}.mt-sm-3{margin-top:1rem !important}.mt-sm-4{margin-top:1.5rem !important}.mt-sm-5{margin-top:3rem !important}.mt-sm-auto{margin-top:auto !important}.me-sm-0{margin-right:0 !important}.me-sm-1{margin-right:.25rem !important}.me-sm-2{margin-right:.5rem !important}.me-sm-3{margin-right:1rem !important}.me-sm-4{margin-right:1.5rem !important}.me-sm-5{margin-right:3rem !important}.me-sm-auto{margin-right:auto !important}.mb-sm-0{margin-bottom:0 !important}.mb-sm-1{margin-bottom:.25rem !important}.mb-sm-2{margin-bottom:.5rem !important}.mb-sm-3{margin-bottom:1rem !important}.mb-sm-4{margin-bottom:1.5rem !important}.mb-sm-5{margin-bottom:3rem !important}.mb-sm-auto{margin-bottom:auto !important}.ms-sm-0{margin-left:0 !important}.ms-sm-1{margin-left:.25rem !important}.ms-sm-2{margin-left:.5rem !important}.ms-sm-3{margin-left:1rem !important}.ms-sm-4{margin-left:1.5rem !important}.ms-sm-5{margin-left:3rem !important}.ms-sm-auto{margin-left:auto !important}.p-sm-0{padding:0 !important}.p-sm-1{padding:.25rem !important}.p-sm-2{padding:.5rem !important}.p-sm-3{padding:1rem !important}.p-sm-4{padding:1.5rem !important}.p-sm-5{padding:3rem !important}.px-sm-0{padding-right:0 !important;padding-left:0 !important}.px-sm-1{padding-right:.25rem !important;padding-left:.25rem !important}.px-sm-2{padding-right:.5rem !important;padding-left:.5rem !important}.px-sm-3{padding-right:1rem !important;padding-left:1rem !important}.px-sm-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-sm-5{padding-right:3rem !important;padding-left:3rem !important}.py-sm-0{padding-top:0 !important;padding-bottom:0 !important}.py-sm-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.py-sm-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.py-sm-3{padding-top:1rem !important;padding-bottom:1rem !important}.py-sm-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-sm-5{padding-top:3rem !important;padding-bottom:3rem !important}.pt-sm-0{padding-top:0 !important}.pt-sm-1{padding-top:.25rem !important}.pt-sm-2{padding-top:.5rem !important}.pt-sm-3{padding-top:1rem !important}.pt-sm-4{padding-top:1.5rem !important}.pt-sm-5{padding-top:3rem !important}.pe-sm-0{padding-right:0 !important}.pe-sm-1{padding-right:.25rem !important}.pe-sm-2{padding-right:.5rem !important}.pe-sm-3{padding-right:1rem !important}.pe-sm-4{padding-right:1.5rem !important}.pe-sm-5{padding-right:3rem !important}.pb-sm-0{padding-bottom:0 !important}.pb-sm-1{padding-bottom:.25rem !important}.pb-sm-2{padding-bottom:.5rem !important}.pb-sm-3{padding-bottom:1rem !important}.pb-sm-4{padding-bottom:1.5rem !important}.pb-sm-5{padding-bottom:3rem !important}.ps-sm-0{padding-left:0 !important}.ps-sm-1{padding-left:.25rem !important}.ps-sm-2{padding-left:.5rem !important}.ps-sm-3{padding-left:1rem !important}.ps-sm-4{padding-left:1.5rem !important}.ps-sm-5{padding-left:3rem !important}.gap-sm-0{gap:0 !important}.gap-sm-1{gap:.25rem !important}.gap-sm-2{gap:.5rem !important}.gap-sm-3{gap:1rem !important}.gap-sm-4{gap:1.5rem !important}.gap-sm-5{gap:3rem !important}.text-sm-start{text-align:left !important}.text-sm-end{text-align:right !important}.text-sm-center{text-align:center !important}}@media(min-width: 768px){.float-md-start{float:left !important}.float-md-end{float:right !important}.float-md-none{float:none !important}.d-md-inline{display:inline !important}.d-md-inline-block{display:inline-block !important}.d-md-block{display:block !important}.d-md-grid{display:grid !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:-webkit-box !important;display:-webkit-flex !important;display:-moz-box !important;display:flex !important}.d-md-inline-flex{display:-webkit-inline-box !important;display:-webkit-inline-flex !important;display:-moz-inline-box !important;display:inline-flex !important}.d-md-none{display:none !important}.flex-md-fill{-webkit-box-flex:1 !important;-webkit-flex:1 1 auto !important;-moz-box-flex:1 !important;flex:1 1 auto !important}.flex-md-row{-webkit-box-orient:horizontal !important;-webkit-box-direction:normal !important;-webkit-flex-direction:row !important;-moz-box-orient:horizontal !important;-moz-box-direction:normal !important;flex-direction:row !important}.flex-md-column{-webkit-box-orient:vertical !important;-webkit-box-direction:normal !important;-webkit-flex-direction:column !important;-moz-box-orient:vertical !important;-moz-box-direction:normal !important;flex-direction:column !important}.flex-md-row-reverse{-webkit-box-orient:horizontal !important;-webkit-box-direction:reverse !important;-webkit-flex-direction:row-reverse !important;-moz-box-orient:horizontal !important;-moz-box-direction:reverse !important;flex-direction:row-reverse !important}.flex-md-column-reverse{-webkit-box-orient:vertical !important;-webkit-box-direction:reverse !important;-webkit-flex-direction:column-reverse !important;-moz-box-orient:vertical !important;-moz-box-direction:reverse !important;flex-direction:column-reverse !important}.flex-md-grow-0{-webkit-box-flex:0 !important;-webkit-flex-grow:0 !important;-moz-box-flex:0 !important;flex-grow:0 !important}.flex-md-grow-1{-webkit-box-flex:1 !important;-webkit-flex-grow:1 !important;-moz-box-flex:1 !important;flex-grow:1 !important}.flex-md-shrink-0{-webkit-flex-shrink:0 !important;flex-shrink:0 !important}.flex-md-shrink-1{-webkit-flex-shrink:1 !important;flex-shrink:1 !important}.flex-md-wrap{-webkit-flex-wrap:wrap !important;flex-wrap:wrap !important}.flex-md-nowrap{-webkit-flex-wrap:nowrap !important;flex-wrap:nowrap !important}.flex-md-wrap-reverse{-webkit-flex-wrap:wrap-reverse !important;flex-wrap:wrap-reverse !important}.justify-content-md-start{-webkit-box-pack:start !important;-webkit-justify-content:flex-start !important;-moz-box-pack:start !important;justify-content:flex-start !important}.justify-content-md-end{-webkit-box-pack:end !important;-webkit-justify-content:flex-end !important;-moz-box-pack:end !important;justify-content:flex-end !important}.justify-content-md-center{-webkit-box-pack:center !important;-webkit-justify-content:center !important;-moz-box-pack:center !important;justify-content:center !important}.justify-content-md-between{-webkit-box-pack:justify !important;-webkit-justify-content:space-between !important;-moz-box-pack:justify !important;justify-content:space-between !important}.justify-content-md-around{-webkit-justify-content:space-around !important;justify-content:space-around !important}.justify-content-md-evenly{-webkit-box-pack:space-evenly !important;-webkit-justify-content:space-evenly !important;-moz-box-pack:space-evenly !important;justify-content:space-evenly !important}.align-items-md-start{-webkit-box-align:start !important;-webkit-align-items:flex-start !important;-moz-box-align:start !important;align-items:flex-start !important}.align-items-md-end{-webkit-box-align:end !important;-webkit-align-items:flex-end !important;-moz-box-align:end !important;align-items:flex-end !important}.align-items-md-center{-webkit-box-align:center !important;-webkit-align-items:center !important;-moz-box-align:center !important;align-items:center !important}.align-items-md-baseline{-webkit-box-align:baseline !important;-webkit-align-items:baseline !important;-moz-box-align:baseline !important;align-items:baseline !important}.align-items-md-stretch{-webkit-box-align:stretch !important;-webkit-align-items:stretch !important;-moz-box-align:stretch !important;align-items:stretch !important}.align-content-md-start{-webkit-align-content:flex-start !important;align-content:flex-start !important}.align-content-md-end{-webkit-align-content:flex-end !important;align-content:flex-end !important}.align-content-md-center{-webkit-align-content:center !important;align-content:center !important}.align-content-md-between{-webkit-align-content:space-between !important;align-content:space-between !important}.align-content-md-around{-webkit-align-content:space-around !important;align-content:space-around !important}.align-content-md-stretch{-webkit-align-content:stretch !important;align-content:stretch !important}.align-self-md-auto{-webkit-align-self:auto !important;align-self:auto !important}.align-self-md-start{-webkit-align-self:flex-start !important;align-self:flex-start !important}.align-self-md-end{-webkit-align-self:flex-end !important;align-self:flex-end !important}.align-self-md-center{-webkit-align-self:center !important;align-self:center !important}.align-self-md-baseline{-webkit-align-self:baseline !important;align-self:baseline !important}.align-self-md-stretch{-webkit-align-self:stretch !important;align-self:stretch !important}.order-md-first{-webkit-box-ordinal-group:0 !important;-webkit-order:-1 !important;-moz-box-ordinal-group:0 !important;order:-1 !important}.order-md-0{-webkit-box-ordinal-group:1 !important;-webkit-order:0 !important;-moz-box-ordinal-group:1 !important;order:0 !important}.order-md-1{-webkit-box-ordinal-group:2 !important;-webkit-order:1 !important;-moz-box-ordinal-group:2 !important;order:1 !important}.order-md-2{-webkit-box-ordinal-group:3 !important;-webkit-order:2 !important;-moz-box-ordinal-group:3 !important;order:2 !important}.order-md-3{-webkit-box-ordinal-group:4 !important;-webkit-order:3 !important;-moz-box-ordinal-group:4 !important;order:3 !important}.order-md-4{-webkit-box-ordinal-group:5 !important;-webkit-order:4 !important;-moz-box-ordinal-group:5 !important;order:4 !important}.order-md-5{-webkit-box-ordinal-group:6 !important;-webkit-order:5 !important;-moz-box-ordinal-group:6 !important;order:5 !important}.order-md-last{-webkit-box-ordinal-group:7 !important;-webkit-order:6 !important;-moz-box-ordinal-group:7 !important;order:6 !important}.m-md-0{margin:0 !important}.m-md-1{margin:.25rem !important}.m-md-2{margin:.5rem !important}.m-md-3{margin:1rem !important}.m-md-4{margin:1.5rem !important}.m-md-5{margin:3rem !important}.m-md-auto{margin:auto !important}.mx-md-0{margin-right:0 !important;margin-left:0 !important}.mx-md-1{margin-right:.25rem !important;margin-left:.25rem !important}.mx-md-2{margin-right:.5rem !important;margin-left:.5rem !important}.mx-md-3{margin-right:1rem !important;margin-left:1rem !important}.mx-md-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-md-5{margin-right:3rem !important;margin-left:3rem !important}.mx-md-auto{margin-right:auto !important;margin-left:auto !important}.my-md-0{margin-top:0 !important;margin-bottom:0 !important}.my-md-1{margin-top:.25rem !important;margin-bottom:.25rem !important}.my-md-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.my-md-3{margin-top:1rem !important;margin-bottom:1rem !important}.my-md-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-md-5{margin-top:3rem !important;margin-bottom:3rem !important}.my-md-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-md-0{margin-top:0 !important}.mt-md-1{margin-top:.25rem !important}.mt-md-2{margin-top:.5rem !important}.mt-md-3{margin-top:1rem !important}.mt-md-4{margin-top:1.5rem !important}.mt-md-5{margin-top:3rem !important}.mt-md-auto{margin-top:auto !important}.me-md-0{margin-right:0 !important}.me-md-1{margin-right:.25rem !important}.me-md-2{margin-right:.5rem !important}.me-md-3{margin-right:1rem !important}.me-md-4{margin-right:1.5rem !important}.me-md-5{margin-right:3rem !important}.me-md-auto{margin-right:auto !important}.mb-md-0{margin-bottom:0 !important}.mb-md-1{margin-bottom:.25rem !important}.mb-md-2{margin-bottom:.5rem !important}.mb-md-3{margin-bottom:1rem !important}.mb-md-4{margin-bottom:1.5rem !important}.mb-md-5{margin-bottom:3rem !important}.mb-md-auto{margin-bottom:auto !important}.ms-md-0{margin-left:0 !important}.ms-md-1{margin-left:.25rem !important}.ms-md-2{margin-left:.5rem !important}.ms-md-3{margin-left:1rem !important}.ms-md-4{margin-left:1.5rem !important}.ms-md-5{margin-left:3rem !important}.ms-md-auto{margin-left:auto !important}.p-md-0{padding:0 !important}.p-md-1{padding:.25rem !important}.p-md-2{padding:.5rem !important}.p-md-3{padding:1rem !important}.p-md-4{padding:1.5rem !important}.p-md-5{padding:3rem !important}.px-md-0{padding-right:0 !important;padding-left:0 !important}.px-md-1{padding-right:.25rem !important;padding-left:.25rem !important}.px-md-2{padding-right:.5rem !important;padding-left:.5rem !important}.px-md-3{padding-right:1rem !important;padding-left:1rem !important}.px-md-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-md-5{padding-right:3rem !important;padding-left:3rem !important}.py-md-0{padding-top:0 !important;padding-bottom:0 !important}.py-md-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.py-md-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.py-md-3{padding-top:1rem !important;padding-bottom:1rem !important}.py-md-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-md-5{padding-top:3rem !important;padding-bottom:3rem !important}.pt-md-0{padding-top:0 !important}.pt-md-1{padding-top:.25rem !important}.pt-md-2{padding-top:.5rem !important}.pt-md-3{padding-top:1rem !important}.pt-md-4{padding-top:1.5rem !important}.pt-md-5{padding-top:3rem !important}.pe-md-0{padding-right:0 !important}.pe-md-1{padding-right:.25rem !important}.pe-md-2{padding-right:.5rem !important}.pe-md-3{padding-right:1rem !important}.pe-md-4{padding-right:1.5rem !important}.pe-md-5{padding-right:3rem !important}.pb-md-0{padding-bottom:0 !important}.pb-md-1{padding-bottom:.25rem !important}.pb-md-2{padding-bottom:.5rem !important}.pb-md-3{padding-bottom:1rem !important}.pb-md-4{padding-bottom:1.5rem !important}.pb-md-5{padding-bottom:3rem !important}.ps-md-0{padding-left:0 !important}.ps-md-1{padding-left:.25rem !important}.ps-md-2{padding-left:.5rem !important}.ps-md-3{padding-left:1rem !important}.ps-md-4{padding-left:1.5rem !important}.ps-md-5{padding-left:3rem !important}.gap-md-0{gap:0 !important}.gap-md-1{gap:.25rem !important}.gap-md-2{gap:.5rem !important}.gap-md-3{gap:1rem !important}.gap-md-4{gap:1.5rem !important}.gap-md-5{gap:3rem !important}.text-md-start{text-align:left !important}.text-md-end{text-align:right !important}.text-md-center{text-align:center !important}}@media(min-width: 992px){.float-lg-start{float:left !important}.float-lg-end{float:right !important}.float-lg-none{float:none !important}.d-lg-inline{display:inline !important}.d-lg-inline-block{display:inline-block !important}.d-lg-block{display:block !important}.d-lg-grid{display:grid !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:-webkit-box !important;display:-webkit-flex !important;display:-moz-box !important;display:flex !important}.d-lg-inline-flex{display:-webkit-inline-box !important;display:-webkit-inline-flex !important;display:-moz-inline-box !important;display:inline-flex !important}.d-lg-none{display:none !important}.flex-lg-fill{-webkit-box-flex:1 !important;-webkit-flex:1 1 auto !important;-moz-box-flex:1 !important;flex:1 1 auto !important}.flex-lg-row{-webkit-box-orient:horizontal !important;-webkit-box-direction:normal !important;-webkit-flex-direction:row !important;-moz-box-orient:horizontal !important;-moz-box-direction:normal !important;flex-direction:row !important}.flex-lg-column{-webkit-box-orient:vertical !important;-webkit-box-direction:normal !important;-webkit-flex-direction:column !important;-moz-box-orient:vertical !important;-moz-box-direction:normal !important;flex-direction:column !important}.flex-lg-row-reverse{-webkit-box-orient:horizontal !important;-webkit-box-direction:reverse !important;-webkit-flex-direction:row-reverse !important;-moz-box-orient:horizontal !important;-moz-box-direction:reverse !important;flex-direction:row-reverse !important}.flex-lg-column-reverse{-webkit-box-orient:vertical !important;-webkit-box-direction:reverse !important;-webkit-flex-direction:column-reverse !important;-moz-box-orient:vertical !important;-moz-box-direction:reverse !important;flex-direction:column-reverse !important}.flex-lg-grow-0{-webkit-box-flex:0 !important;-webkit-flex-grow:0 !important;-moz-box-flex:0 !important;flex-grow:0 !important}.flex-lg-grow-1{-webkit-box-flex:1 !important;-webkit-flex-grow:1 !important;-moz-box-flex:1 !important;flex-grow:1 !important}.flex-lg-shrink-0{-webkit-flex-shrink:0 !important;flex-shrink:0 !important}.flex-lg-shrink-1{-webkit-flex-shrink:1 !important;flex-shrink:1 !important}.flex-lg-wrap{-webkit-flex-wrap:wrap !important;flex-wrap:wrap !important}.flex-lg-nowrap{-webkit-flex-wrap:nowrap !important;flex-wrap:nowrap !important}.flex-lg-wrap-reverse{-webkit-flex-wrap:wrap-reverse !important;flex-wrap:wrap-reverse !important}.justify-content-lg-start{-webkit-box-pack:start !important;-webkit-justify-content:flex-start !important;-moz-box-pack:start !important;justify-content:flex-start !important}.justify-content-lg-end{-webkit-box-pack:end !important;-webkit-justify-content:flex-end !important;-moz-box-pack:end !important;justify-content:flex-end !important}.justify-content-lg-center{-webkit-box-pack:center !important;-webkit-justify-content:center !important;-moz-box-pack:center !important;justify-content:center !important}.justify-content-lg-between{-webkit-box-pack:justify !important;-webkit-justify-content:space-between !important;-moz-box-pack:justify !important;justify-content:space-between !important}.justify-content-lg-around{-webkit-justify-content:space-around !important;justify-content:space-around !important}.justify-content-lg-evenly{-webkit-box-pack:space-evenly !important;-webkit-justify-content:space-evenly !important;-moz-box-pack:space-evenly !important;justify-content:space-evenly !important}.align-items-lg-start{-webkit-box-align:start !important;-webkit-align-items:flex-start !important;-moz-box-align:start !important;align-items:flex-start !important}.align-items-lg-end{-webkit-box-align:end !important;-webkit-align-items:flex-end !important;-moz-box-align:end !important;align-items:flex-end !important}.align-items-lg-center{-webkit-box-align:center !important;-webkit-align-items:center !important;-moz-box-align:center !important;align-items:center !important}.align-items-lg-baseline{-webkit-box-align:baseline !important;-webkit-align-items:baseline !important;-moz-box-align:baseline !important;align-items:baseline !important}.align-items-lg-stretch{-webkit-box-align:stretch !important;-webkit-align-items:stretch !important;-moz-box-align:stretch !important;align-items:stretch !important}.align-content-lg-start{-webkit-align-content:flex-start !important;align-content:flex-start !important}.align-content-lg-end{-webkit-align-content:flex-end !important;align-content:flex-end !important}.align-content-lg-center{-webkit-align-content:center !important;align-content:center !important}.align-content-lg-between{-webkit-align-content:space-between !important;align-content:space-between !important}.align-content-lg-around{-webkit-align-content:space-around !important;align-content:space-around !important}.align-content-lg-stretch{-webkit-align-content:stretch !important;align-content:stretch !important}.align-self-lg-auto{-webkit-align-self:auto !important;align-self:auto !important}.align-self-lg-start{-webkit-align-self:flex-start !important;align-self:flex-start !important}.align-self-lg-end{-webkit-align-self:flex-end !important;align-self:flex-end !important}.align-self-lg-center{-webkit-align-self:center !important;align-self:center !important}.align-self-lg-baseline{-webkit-align-self:baseline !important;align-self:baseline !important}.align-self-lg-stretch{-webkit-align-self:stretch !important;align-self:stretch !important}.order-lg-first{-webkit-box-ordinal-group:0 !important;-webkit-order:-1 !important;-moz-box-ordinal-group:0 !important;order:-1 !important}.order-lg-0{-webkit-box-ordinal-group:1 !important;-webkit-order:0 !important;-moz-box-ordinal-group:1 !important;order:0 !important}.order-lg-1{-webkit-box-ordinal-group:2 !important;-webkit-order:1 !important;-moz-box-ordinal-group:2 !important;order:1 !important}.order-lg-2{-webkit-box-ordinal-group:3 !important;-webkit-order:2 !important;-moz-box-ordinal-group:3 !important;order:2 !important}.order-lg-3{-webkit-box-ordinal-group:4 !important;-webkit-order:3 !important;-moz-box-ordinal-group:4 !important;order:3 !important}.order-lg-4{-webkit-box-ordinal-group:5 !important;-webkit-order:4 !important;-moz-box-ordinal-group:5 !important;order:4 !important}.order-lg-5{-webkit-box-ordinal-group:6 !important;-webkit-order:5 !important;-moz-box-ordinal-group:6 !important;order:5 !important}.order-lg-last{-webkit-box-ordinal-group:7 !important;-webkit-order:6 !important;-moz-box-ordinal-group:7 !important;order:6 !important}.m-lg-0{margin:0 !important}.m-lg-1{margin:.25rem !important}.m-lg-2{margin:.5rem !important}.m-lg-3{margin:1rem !important}.m-lg-4{margin:1.5rem !important}.m-lg-5{margin:3rem !important}.m-lg-auto{margin:auto !important}.mx-lg-0{margin-right:0 !important;margin-left:0 !important}.mx-lg-1{margin-right:.25rem !important;margin-left:.25rem !important}.mx-lg-2{margin-right:.5rem !important;margin-left:.5rem !important}.mx-lg-3{margin-right:1rem !important;margin-left:1rem !important}.mx-lg-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-lg-5{margin-right:3rem !important;margin-left:3rem !important}.mx-lg-auto{margin-right:auto !important;margin-left:auto !important}.my-lg-0{margin-top:0 !important;margin-bottom:0 !important}.my-lg-1{margin-top:.25rem !important;margin-bottom:.25rem !important}.my-lg-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.my-lg-3{margin-top:1rem !important;margin-bottom:1rem !important}.my-lg-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-lg-5{margin-top:3rem !important;margin-bottom:3rem !important}.my-lg-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-lg-0{margin-top:0 !important}.mt-lg-1{margin-top:.25rem !important}.mt-lg-2{margin-top:.5rem !important}.mt-lg-3{margin-top:1rem !important}.mt-lg-4{margin-top:1.5rem !important}.mt-lg-5{margin-top:3rem !important}.mt-lg-auto{margin-top:auto !important}.me-lg-0{margin-right:0 !important}.me-lg-1{margin-right:.25rem !important}.me-lg-2{margin-right:.5rem !important}.me-lg-3{margin-right:1rem !important}.me-lg-4{margin-right:1.5rem !important}.me-lg-5{margin-right:3rem !important}.me-lg-auto{margin-right:auto !important}.mb-lg-0{margin-bottom:0 !important}.mb-lg-1{margin-bottom:.25rem !important}.mb-lg-2{margin-bottom:.5rem !important}.mb-lg-3{margin-bottom:1rem !important}.mb-lg-4{margin-bottom:1.5rem !important}.mb-lg-5{margin-bottom:3rem !important}.mb-lg-auto{margin-bottom:auto !important}.ms-lg-0{margin-left:0 !important}.ms-lg-1{margin-left:.25rem !important}.ms-lg-2{margin-left:.5rem !important}.ms-lg-3{margin-left:1rem !important}.ms-lg-4{margin-left:1.5rem !important}.ms-lg-5{margin-left:3rem !important}.ms-lg-auto{margin-left:auto !important}.p-lg-0{padding:0 !important}.p-lg-1{padding:.25rem !important}.p-lg-2{padding:.5rem !important}.p-lg-3{padding:1rem !important}.p-lg-4{padding:1.5rem !important}.p-lg-5{padding:3rem !important}.px-lg-0{padding-right:0 !important;padding-left:0 !important}.px-lg-1{padding-right:.25rem !important;padding-left:.25rem !important}.px-lg-2{padding-right:.5rem !important;padding-left:.5rem !important}.px-lg-3{padding-right:1rem !important;padding-left:1rem !important}.px-lg-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-lg-5{padding-right:3rem !important;padding-left:3rem !important}.py-lg-0{padding-top:0 !important;padding-bottom:0 !important}.py-lg-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.py-lg-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.py-lg-3{padding-top:1rem !important;padding-bottom:1rem !important}.py-lg-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-lg-5{padding-top:3rem !important;padding-bottom:3rem !important}.pt-lg-0{padding-top:0 !important}.pt-lg-1{padding-top:.25rem !important}.pt-lg-2{padding-top:.5rem !important}.pt-lg-3{padding-top:1rem !important}.pt-lg-4{padding-top:1.5rem !important}.pt-lg-5{padding-top:3rem !important}.pe-lg-0{padding-right:0 !important}.pe-lg-1{padding-right:.25rem !important}.pe-lg-2{padding-right:.5rem !important}.pe-lg-3{padding-right:1rem !important}.pe-lg-4{padding-right:1.5rem !important}.pe-lg-5{padding-right:3rem !important}.pb-lg-0{padding-bottom:0 !important}.pb-lg-1{padding-bottom:.25rem !important}.pb-lg-2{padding-bottom:.5rem !important}.pb-lg-3{padding-bottom:1rem !important}.pb-lg-4{padding-bottom:1.5rem !important}.pb-lg-5{padding-bottom:3rem !important}.ps-lg-0{padding-left:0 !important}.ps-lg-1{padding-left:.25rem !important}.ps-lg-2{padding-left:.5rem !important}.ps-lg-3{padding-left:1rem !important}.ps-lg-4{padding-left:1.5rem !important}.ps-lg-5{padding-left:3rem !important}.gap-lg-0{gap:0 !important}.gap-lg-1{gap:.25rem !important}.gap-lg-2{gap:.5rem !important}.gap-lg-3{gap:1rem !important}.gap-lg-4{gap:1.5rem !important}.gap-lg-5{gap:3rem !important}.text-lg-start{text-align:left !important}.text-lg-end{text-align:right !important}.text-lg-center{text-align:center !important}}@media(min-width: 1200px){.float-xl-start{float:left !important}.float-xl-end{float:right !important}.float-xl-none{float:none !important}.d-xl-inline{display:inline !important}.d-xl-inline-block{display:inline-block !important}.d-xl-block{display:block !important}.d-xl-grid{display:grid !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:-webkit-box !important;display:-webkit-flex !important;display:-moz-box !important;display:flex !important}.d-xl-inline-flex{display:-webkit-inline-box !important;display:-webkit-inline-flex !important;display:-moz-inline-box !important;display:inline-flex !important}.d-xl-none{display:none !important}.flex-xl-fill{-webkit-box-flex:1 !important;-webkit-flex:1 1 auto !important;-moz-box-flex:1 !important;flex:1 1 auto !important}.flex-xl-row{-webkit-box-orient:horizontal !important;-webkit-box-direction:normal !important;-webkit-flex-direction:row !important;-moz-box-orient:horizontal !important;-moz-box-direction:normal !important;flex-direction:row !important}.flex-xl-column{-webkit-box-orient:vertical !important;-webkit-box-direction:normal !important;-webkit-flex-direction:column !important;-moz-box-orient:vertical !important;-moz-box-direction:normal !important;flex-direction:column !important}.flex-xl-row-reverse{-webkit-box-orient:horizontal !important;-webkit-box-direction:reverse !important;-webkit-flex-direction:row-reverse !important;-moz-box-orient:horizontal !important;-moz-box-direction:reverse !important;flex-direction:row-reverse !important}.flex-xl-column-reverse{-webkit-box-orient:vertical !important;-webkit-box-direction:reverse !important;-webkit-flex-direction:column-reverse !important;-moz-box-orient:vertical !important;-moz-box-direction:reverse !important;flex-direction:column-reverse !important}.flex-xl-grow-0{-webkit-box-flex:0 !important;-webkit-flex-grow:0 !important;-moz-box-flex:0 !important;flex-grow:0 !important}.flex-xl-grow-1{-webkit-box-flex:1 !important;-webkit-flex-grow:1 !important;-moz-box-flex:1 !important;flex-grow:1 !important}.flex-xl-shrink-0{-webkit-flex-shrink:0 !important;flex-shrink:0 !important}.flex-xl-shrink-1{-webkit-flex-shrink:1 !important;flex-shrink:1 !important}.flex-xl-wrap{-webkit-flex-wrap:wrap !important;flex-wrap:wrap !important}.flex-xl-nowrap{-webkit-flex-wrap:nowrap !important;flex-wrap:nowrap !important}.flex-xl-wrap-reverse{-webkit-flex-wrap:wrap-reverse !important;flex-wrap:wrap-reverse !important}.justify-content-xl-start{-webkit-box-pack:start !important;-webkit-justify-content:flex-start !important;-moz-box-pack:start !important;justify-content:flex-start !important}.justify-content-xl-end{-webkit-box-pack:end !important;-webkit-justify-content:flex-end !important;-moz-box-pack:end !important;justify-content:flex-end !important}.justify-content-xl-center{-webkit-box-pack:center !important;-webkit-justify-content:center !important;-moz-box-pack:center !important;justify-content:center !important}.justify-content-xl-between{-webkit-box-pack:justify !important;-webkit-justify-content:space-between !important;-moz-box-pack:justify !important;justify-content:space-between !important}.justify-content-xl-around{-webkit-justify-content:space-around !important;justify-content:space-around !important}.justify-content-xl-evenly{-webkit-box-pack:space-evenly !important;-webkit-justify-content:space-evenly !important;-moz-box-pack:space-evenly !important;justify-content:space-evenly !important}.align-items-xl-start{-webkit-box-align:start !important;-webkit-align-items:flex-start !important;-moz-box-align:start !important;align-items:flex-start !important}.align-items-xl-end{-webkit-box-align:end !important;-webkit-align-items:flex-end !important;-moz-box-align:end !important;align-items:flex-end !important}.align-items-xl-center{-webkit-box-align:center !important;-webkit-align-items:center !important;-moz-box-align:center !important;align-items:center !important}.align-items-xl-baseline{-webkit-box-align:baseline !important;-webkit-align-items:baseline !important;-moz-box-align:baseline !important;align-items:baseline !important}.align-items-xl-stretch{-webkit-box-align:stretch !important;-webkit-align-items:stretch !important;-moz-box-align:stretch !important;align-items:stretch !important}.align-content-xl-start{-webkit-align-content:flex-start !important;align-content:flex-start !important}.align-content-xl-end{-webkit-align-content:flex-end !important;align-content:flex-end !important}.align-content-xl-center{-webkit-align-content:center !important;align-content:center !important}.align-content-xl-between{-webkit-align-content:space-between !important;align-content:space-between !important}.align-content-xl-around{-webkit-align-content:space-around !important;align-content:space-around !important}.align-content-xl-stretch{-webkit-align-content:stretch !important;align-content:stretch !important}.align-self-xl-auto{-webkit-align-self:auto !important;align-self:auto !important}.align-self-xl-start{-webkit-align-self:flex-start !important;align-self:flex-start !important}.align-self-xl-end{-webkit-align-self:flex-end !important;align-self:flex-end !important}.align-self-xl-center{-webkit-align-self:center !important;align-self:center !important}.align-self-xl-baseline{-webkit-align-self:baseline !important;align-self:baseline !important}.align-self-xl-stretch{-webkit-align-self:stretch !important;align-self:stretch !important}.order-xl-first{-webkit-box-ordinal-group:0 !important;-webkit-order:-1 !important;-moz-box-ordinal-group:0 !important;order:-1 !important}.order-xl-0{-webkit-box-ordinal-group:1 !important;-webkit-order:0 !important;-moz-box-ordinal-group:1 !important;order:0 !important}.order-xl-1{-webkit-box-ordinal-group:2 !important;-webkit-order:1 !important;-moz-box-ordinal-group:2 !important;order:1 !important}.order-xl-2{-webkit-box-ordinal-group:3 !important;-webkit-order:2 !important;-moz-box-ordinal-group:3 !important;order:2 !important}.order-xl-3{-webkit-box-ordinal-group:4 !important;-webkit-order:3 !important;-moz-box-ordinal-group:4 !important;order:3 !important}.order-xl-4{-webkit-box-ordinal-group:5 !important;-webkit-order:4 !important;-moz-box-ordinal-group:5 !important;order:4 !important}.order-xl-5{-webkit-box-ordinal-group:6 !important;-webkit-order:5 !important;-moz-box-ordinal-group:6 !important;order:5 !important}.order-xl-last{-webkit-box-ordinal-group:7 !important;-webkit-order:6 !important;-moz-box-ordinal-group:7 !important;order:6 !important}.m-xl-0{margin:0 !important}.m-xl-1{margin:.25rem !important}.m-xl-2{margin:.5rem !important}.m-xl-3{margin:1rem !important}.m-xl-4{margin:1.5rem !important}.m-xl-5{margin:3rem !important}.m-xl-auto{margin:auto !important}.mx-xl-0{margin-right:0 !important;margin-left:0 !important}.mx-xl-1{margin-right:.25rem !important;margin-left:.25rem !important}.mx-xl-2{margin-right:.5rem !important;margin-left:.5rem !important}.mx-xl-3{margin-right:1rem !important;margin-left:1rem !important}.mx-xl-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-xl-5{margin-right:3rem !important;margin-left:3rem !important}.mx-xl-auto{margin-right:auto !important;margin-left:auto !important}.my-xl-0{margin-top:0 !important;margin-bottom:0 !important}.my-xl-1{margin-top:.25rem !important;margin-bottom:.25rem !important}.my-xl-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.my-xl-3{margin-top:1rem !important;margin-bottom:1rem !important}.my-xl-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-xl-5{margin-top:3rem !important;margin-bottom:3rem !important}.my-xl-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-xl-0{margin-top:0 !important}.mt-xl-1{margin-top:.25rem !important}.mt-xl-2{margin-top:.5rem !important}.mt-xl-3{margin-top:1rem !important}.mt-xl-4{margin-top:1.5rem !important}.mt-xl-5{margin-top:3rem !important}.mt-xl-auto{margin-top:auto !important}.me-xl-0{margin-right:0 !important}.me-xl-1{margin-right:.25rem !important}.me-xl-2{margin-right:.5rem !important}.me-xl-3{margin-right:1rem !important}.me-xl-4{margin-right:1.5rem !important}.me-xl-5{margin-right:3rem !important}.me-xl-auto{margin-right:auto !important}.mb-xl-0{margin-bottom:0 !important}.mb-xl-1{margin-bottom:.25rem !important}.mb-xl-2{margin-bottom:.5rem !important}.mb-xl-3{margin-bottom:1rem !important}.mb-xl-4{margin-bottom:1.5rem !important}.mb-xl-5{margin-bottom:3rem !important}.mb-xl-auto{margin-bottom:auto !important}.ms-xl-0{margin-left:0 !important}.ms-xl-1{margin-left:.25rem !important}.ms-xl-2{margin-left:.5rem !important}.ms-xl-3{margin-left:1rem !important}.ms-xl-4{margin-left:1.5rem !important}.ms-xl-5{margin-left:3rem !important}.ms-xl-auto{margin-left:auto !important}.p-xl-0{padding:0 !important}.p-xl-1{padding:.25rem !important}.p-xl-2{padding:.5rem !important}.p-xl-3{padding:1rem !important}.p-xl-4{padding:1.5rem !important}.p-xl-5{padding:3rem !important}.px-xl-0{padding-right:0 !important;padding-left:0 !important}.px-xl-1{padding-right:.25rem !important;padding-left:.25rem !important}.px-xl-2{padding-right:.5rem !important;padding-left:.5rem !important}.px-xl-3{padding-right:1rem !important;padding-left:1rem !important}.px-xl-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-xl-5{padding-right:3rem !important;padding-left:3rem !important}.py-xl-0{padding-top:0 !important;padding-bottom:0 !important}.py-xl-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.py-xl-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.py-xl-3{padding-top:1rem !important;padding-bottom:1rem !important}.py-xl-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-xl-5{padding-top:3rem !important;padding-bottom:3rem !important}.pt-xl-0{padding-top:0 !important}.pt-xl-1{padding-top:.25rem !important}.pt-xl-2{padding-top:.5rem !important}.pt-xl-3{padding-top:1rem !important}.pt-xl-4{padding-top:1.5rem !important}.pt-xl-5{padding-top:3rem !important}.pe-xl-0{padding-right:0 !important}.pe-xl-1{padding-right:.25rem !important}.pe-xl-2{padding-right:.5rem !important}.pe-xl-3{padding-right:1rem !important}.pe-xl-4{padding-right:1.5rem !important}.pe-xl-5{padding-right:3rem !important}.pb-xl-0{padding-bottom:0 !important}.pb-xl-1{padding-bottom:.25rem !important}.pb-xl-2{padding-bottom:.5rem !important}.pb-xl-3{padding-bottom:1rem !important}.pb-xl-4{padding-bottom:1.5rem !important}.pb-xl-5{padding-bottom:3rem !important}.ps-xl-0{padding-left:0 !important}.ps-xl-1{padding-left:.25rem !important}.ps-xl-2{padding-left:.5rem !important}.ps-xl-3{padding-left:1rem !important}.ps-xl-4{padding-left:1.5rem !important}.ps-xl-5{padding-left:3rem !important}.gap-xl-0{gap:0 !important}.gap-xl-1{gap:.25rem !important}.gap-xl-2{gap:.5rem !important}.gap-xl-3{gap:1rem !important}.gap-xl-4{gap:1.5rem !important}.gap-xl-5{gap:3rem !important}.text-xl-start{text-align:left !important}.text-xl-end{text-align:right !important}.text-xl-center{text-align:center !important}}@media(min-width: 1400px){.float-xxl-start{float:left !important}.float-xxl-end{float:right !important}.float-xxl-none{float:none !important}.d-xxl-inline{display:inline !important}.d-xxl-inline-block{display:inline-block !important}.d-xxl-block{display:block !important}.d-xxl-grid{display:grid !important}.d-xxl-table{display:table !important}.d-xxl-table-row{display:table-row !important}.d-xxl-table-cell{display:table-cell !important}.d-xxl-flex{display:-webkit-box !important;display:-webkit-flex !important;display:-moz-box !important;display:flex !important}.d-xxl-inline-flex{display:-webkit-inline-box !important;display:-webkit-inline-flex !important;display:-moz-inline-box !important;display:inline-flex !important}.d-xxl-none{display:none !important}.flex-xxl-fill{-webkit-box-flex:1 !important;-webkit-flex:1 1 auto !important;-moz-box-flex:1 !important;flex:1 1 auto !important}.flex-xxl-row{-webkit-box-orient:horizontal !important;-webkit-box-direction:normal !important;-webkit-flex-direction:row !important;-moz-box-orient:horizontal !important;-moz-box-direction:normal !important;flex-direction:row !important}.flex-xxl-column{-webkit-box-orient:vertical !important;-webkit-box-direction:normal !important;-webkit-flex-direction:column !important;-moz-box-orient:vertical !important;-moz-box-direction:normal !important;flex-direction:column !important}.flex-xxl-row-reverse{-webkit-box-orient:horizontal !important;-webkit-box-direction:reverse !important;-webkit-flex-direction:row-reverse !important;-moz-box-orient:horizontal !important;-moz-box-direction:reverse !important;flex-direction:row-reverse !important}.flex-xxl-column-reverse{-webkit-box-orient:vertical !important;-webkit-box-direction:reverse !important;-webkit-flex-direction:column-reverse !important;-moz-box-orient:vertical !important;-moz-box-direction:reverse !important;flex-direction:column-reverse !important}.flex-xxl-grow-0{-webkit-box-flex:0 !important;-webkit-flex-grow:0 !important;-moz-box-flex:0 !important;flex-grow:0 !important}.flex-xxl-grow-1{-webkit-box-flex:1 !important;-webkit-flex-grow:1 !important;-moz-box-flex:1 !important;flex-grow:1 !important}.flex-xxl-shrink-0{-webkit-flex-shrink:0 !important;flex-shrink:0 !important}.flex-xxl-shrink-1{-webkit-flex-shrink:1 !important;flex-shrink:1 !important}.flex-xxl-wrap{-webkit-flex-wrap:wrap !important;flex-wrap:wrap !important}.flex-xxl-nowrap{-webkit-flex-wrap:nowrap !important;flex-wrap:nowrap !important}.flex-xxl-wrap-reverse{-webkit-flex-wrap:wrap-reverse !important;flex-wrap:wrap-reverse !important}.justify-content-xxl-start{-webkit-box-pack:start !important;-webkit-justify-content:flex-start !important;-moz-box-pack:start !important;justify-content:flex-start !important}.justify-content-xxl-end{-webkit-box-pack:end !important;-webkit-justify-content:flex-end !important;-moz-box-pack:end !important;justify-content:flex-end !important}.justify-content-xxl-center{-webkit-box-pack:center !important;-webkit-justify-content:center !important;-moz-box-pack:center !important;justify-content:center !important}.justify-content-xxl-between{-webkit-box-pack:justify !important;-webkit-justify-content:space-between !important;-moz-box-pack:justify !important;justify-content:space-between !important}.justify-content-xxl-around{-webkit-justify-content:space-around !important;justify-content:space-around !important}.justify-content-xxl-evenly{-webkit-box-pack:space-evenly !important;-webkit-justify-content:space-evenly !important;-moz-box-pack:space-evenly !important;justify-content:space-evenly !important}.align-items-xxl-start{-webkit-box-align:start !important;-webkit-align-items:flex-start !important;-moz-box-align:start !important;align-items:flex-start !important}.align-items-xxl-end{-webkit-box-align:end !important;-webkit-align-items:flex-end !important;-moz-box-align:end !important;align-items:flex-end !important}.align-items-xxl-center{-webkit-box-align:center !important;-webkit-align-items:center !important;-moz-box-align:center !important;align-items:center !important}.align-items-xxl-baseline{-webkit-box-align:baseline !important;-webkit-align-items:baseline !important;-moz-box-align:baseline !important;align-items:baseline !important}.align-items-xxl-stretch{-webkit-box-align:stretch !important;-webkit-align-items:stretch !important;-moz-box-align:stretch !important;align-items:stretch !important}.align-content-xxl-start{-webkit-align-content:flex-start !important;align-content:flex-start !important}.align-content-xxl-end{-webkit-align-content:flex-end !important;align-content:flex-end !important}.align-content-xxl-center{-webkit-align-content:center !important;align-content:center !important}.align-content-xxl-between{-webkit-align-content:space-between !important;align-content:space-between !important}.align-content-xxl-around{-webkit-align-content:space-around !important;align-content:space-around !important}.align-content-xxl-stretch{-webkit-align-content:stretch !important;align-content:stretch !important}.align-self-xxl-auto{-webkit-align-self:auto !important;align-self:auto !important}.align-self-xxl-start{-webkit-align-self:flex-start !important;align-self:flex-start !important}.align-self-xxl-end{-webkit-align-self:flex-end !important;align-self:flex-end !important}.align-self-xxl-center{-webkit-align-self:center !important;align-self:center !important}.align-self-xxl-baseline{-webkit-align-self:baseline !important;align-self:baseline !important}.align-self-xxl-stretch{-webkit-align-self:stretch !important;align-self:stretch !important}.order-xxl-first{-webkit-box-ordinal-group:0 !important;-webkit-order:-1 !important;-moz-box-ordinal-group:0 !important;order:-1 !important}.order-xxl-0{-webkit-box-ordinal-group:1 !important;-webkit-order:0 !important;-moz-box-ordinal-group:1 !important;order:0 !important}.order-xxl-1{-webkit-box-ordinal-group:2 !important;-webkit-order:1 !important;-moz-box-ordinal-group:2 !important;order:1 !important}.order-xxl-2{-webkit-box-ordinal-group:3 !important;-webkit-order:2 !important;-moz-box-ordinal-group:3 !important;order:2 !important}.order-xxl-3{-webkit-box-ordinal-group:4 !important;-webkit-order:3 !important;-moz-box-ordinal-group:4 !important;order:3 !important}.order-xxl-4{-webkit-box-ordinal-group:5 !important;-webkit-order:4 !important;-moz-box-ordinal-group:5 !important;order:4 !important}.order-xxl-5{-webkit-box-ordinal-group:6 !important;-webkit-order:5 !important;-moz-box-ordinal-group:6 !important;order:5 !important}.order-xxl-last{-webkit-box-ordinal-group:7 !important;-webkit-order:6 !important;-moz-box-ordinal-group:7 !important;order:6 !important}.m-xxl-0{margin:0 !important}.m-xxl-1{margin:.25rem !important}.m-xxl-2{margin:.5rem !important}.m-xxl-3{margin:1rem !important}.m-xxl-4{margin:1.5rem !important}.m-xxl-5{margin:3rem !important}.m-xxl-auto{margin:auto !important}.mx-xxl-0{margin-right:0 !important;margin-left:0 !important}.mx-xxl-1{margin-right:.25rem !important;margin-left:.25rem !important}.mx-xxl-2{margin-right:.5rem !important;margin-left:.5rem !important}.mx-xxl-3{margin-right:1rem !important;margin-left:1rem !important}.mx-xxl-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-xxl-5{margin-right:3rem !important;margin-left:3rem !important}.mx-xxl-auto{margin-right:auto !important;margin-left:auto !important}.my-xxl-0{margin-top:0 !important;margin-bottom:0 !important}.my-xxl-1{margin-top:.25rem !important;margin-bottom:.25rem !important}.my-xxl-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.my-xxl-3{margin-top:1rem !important;margin-bottom:1rem !important}.my-xxl-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-xxl-5{margin-top:3rem !important;margin-bottom:3rem !important}.my-xxl-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-xxl-0{margin-top:0 !important}.mt-xxl-1{margin-top:.25rem !important}.mt-xxl-2{margin-top:.5rem !important}.mt-xxl-3{margin-top:1rem !important}.mt-xxl-4{margin-top:1.5rem !important}.mt-xxl-5{margin-top:3rem !important}.mt-xxl-auto{margin-top:auto !important}.me-xxl-0{margin-right:0 !important}.me-xxl-1{margin-right:.25rem !important}.me-xxl-2{margin-right:.5rem !important}.me-xxl-3{margin-right:1rem !important}.me-xxl-4{margin-right:1.5rem !important}.me-xxl-5{margin-right:3rem !important}.me-xxl-auto{margin-right:auto !important}.mb-xxl-0{margin-bottom:0 !important}.mb-xxl-1{margin-bottom:.25rem !important}.mb-xxl-2{margin-bottom:.5rem !important}.mb-xxl-3{margin-bottom:1rem !important}.mb-xxl-4{margin-bottom:1.5rem !important}.mb-xxl-5{margin-bottom:3rem !important}.mb-xxl-auto{margin-bottom:auto !important}.ms-xxl-0{margin-left:0 !important}.ms-xxl-1{margin-left:.25rem !important}.ms-xxl-2{margin-left:.5rem !important}.ms-xxl-3{margin-left:1rem !important}.ms-xxl-4{margin-left:1.5rem !important}.ms-xxl-5{margin-left:3rem !important}.ms-xxl-auto{margin-left:auto !important}.p-xxl-0{padding:0 !important}.p-xxl-1{padding:.25rem !important}.p-xxl-2{padding:.5rem !important}.p-xxl-3{padding:1rem !important}.p-xxl-4{padding:1.5rem !important}.p-xxl-5{padding:3rem !important}.px-xxl-0{padding-right:0 !important;padding-left:0 !important}.px-xxl-1{padding-right:.25rem !important;padding-left:.25rem !important}.px-xxl-2{padding-right:.5rem !important;padding-left:.5rem !important}.px-xxl-3{padding-right:1rem !important;padding-left:1rem !important}.px-xxl-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-xxl-5{padding-right:3rem !important;padding-left:3rem !important}.py-xxl-0{padding-top:0 !important;padding-bottom:0 !important}.py-xxl-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.py-xxl-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.py-xxl-3{padding-top:1rem !important;padding-bottom:1rem !important}.py-xxl-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-xxl-5{padding-top:3rem !important;padding-bottom:3rem !important}.pt-xxl-0{padding-top:0 !important}.pt-xxl-1{padding-top:.25rem !important}.pt-xxl-2{padding-top:.5rem !important}.pt-xxl-3{padding-top:1rem !important}.pt-xxl-4{padding-top:1.5rem !important}.pt-xxl-5{padding-top:3rem !important}.pe-xxl-0{padding-right:0 !important}.pe-xxl-1{padding-right:.25rem !important}.pe-xxl-2{padding-right:.5rem !important}.pe-xxl-3{padding-right:1rem !important}.pe-xxl-4{padding-right:1.5rem !important}.pe-xxl-5{padding-right:3rem !important}.pb-xxl-0{padding-bottom:0 !important}.pb-xxl-1{padding-bottom:.25rem !important}.pb-xxl-2{padding-bottom:.5rem !important}.pb-xxl-3{padding-bottom:1rem !important}.pb-xxl-4{padding-bottom:1.5rem !important}.pb-xxl-5{padding-bottom:3rem !important}.ps-xxl-0{padding-left:0 !important}.ps-xxl-1{padding-left:.25rem !important}.ps-xxl-2{padding-left:.5rem !important}.ps-xxl-3{padding-left:1rem !important}.ps-xxl-4{padding-left:1.5rem !important}.ps-xxl-5{padding-left:3rem !important}.gap-xxl-0{gap:0 !important}.gap-xxl-1{gap:.25rem !important}.gap-xxl-2{gap:.5rem !important}.gap-xxl-3{gap:1rem !important}.gap-xxl-4{gap:1.5rem !important}.gap-xxl-5{gap:3rem !important}.text-xxl-start{text-align:left !important}.text-xxl-end{text-align:right !important}.text-xxl-center{text-align:center !important}}@media(min-width: 1200px){.fs-1{font-size:2.5rem !important}.fs-2{font-size:2rem !important}.fs-3{font-size:1.75rem !important}.fs-4{font-size:1.5rem !important}}@media print{.d-print-inline{display:inline !important}.d-print-inline-block{display:inline-block !important}.d-print-block{display:block !important}.d-print-grid{display:grid !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:-webkit-box !important;display:-webkit-flex !important;display:-moz-box !important;display:flex !important}.d-print-inline-flex{display:-webkit-inline-box !important;display:-webkit-inline-flex !important;display:-moz-inline-box !important;display:inline-flex !important}.d-print-none{display:none !important}}.flag{width:32px;height:32px;background-image:url("../img/flags.avif");background-repeat:no-repeat;background-position:0 0;border:none;font-size:0;line-height:0}.flag--none{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;justify-content:center;background:none;font-family:"Nanocons" !important;speak:never;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.flag--none::before{content:"󩀁";font-size:28px}.flag--ad{background-position:-32px 0}.flag--ae{background-position:-64px 0}.flag--af{background-position:-96px 0}.flag--ag{background-position:-128px 0}.flag--ai{background-position:-160px 0}.flag--al{background-position:-192px 0}.flag--am{background-position:-224px 0}.flag--an{background-position:-256px 0}.flag--ao{background-position:-288px 0}.flag--ar{background-position:-320px 0}.flag--as{background-position:-352px 0}.flag--at{background-position:-384px 0}.flag--au{background-position:-416px 0}.flag--aw{background-position:-448px 0}.flag--az{background-position:0 -32px}.flag--ba{background-position:-32px -32px}.flag--bb{background-position:-64px -32px}.flag--bd{background-position:-96px -32px}.flag--be{background-position:-128px -32px}.flag--bf{background-position:-160px -32px}.flag--bg{background-position:-192px -32px}.flag--bh{background-position:-224px -32px}.flag--bi{background-position:-256px -32px}.flag--bj{background-position:-288px -32px}.flag--bm{background-position:-320px -32px}.flag--bn{background-position:-352px -32px}.flag--bo{background-position:-384px -32px}.flag--br{background-position:-416px -32px}.flag--bs{background-position:-448px -32px}.flag--bt{background-position:0 -64px}.flag--bw{background-position:-32px -64px}.flag--by{background-position:-64px -64px}.flag--bz{background-position:-96px -64px}.flag--ca{background-position:-128px -64px}.flag--cd{background-position:-160px -64px}.flag--cf{background-position:-192px -64px}.flag--cg{background-position:-224px -64px}.flag--ch{background-position:-256px -64px}.flag--ci{background-position:-288px -64px}.flag--ck{background-position:-320px -64px}.flag--cl{background-position:-352px -64px}.flag--cm{background-position:-384px -64px}.flag--cn{background-position:-416px -64px}.flag--co{background-position:-448px -64px}.flag--cr{background-position:0 -96px}.flag--cu{background-position:-32px -96px}.flag--cv{background-position:-64px -96px}.flag--cy{background-position:-96px -96px}.flag--cz{background-position:-128px -96px}.flag--de{background-position:-160px -96px}.flag--dj{background-position:-192px -96px}.flag--dk{background-position:-224px -96px}.flag--dm{background-position:-256px -96px}.flag--do{background-position:-288px -96px}.flag--dz{background-position:-320px -96px}.flag--ec{background-position:-352px -96px}.flag--ee{background-position:-384px -96px}.flag--eg{background-position:-416px -96px}.flag--eh{background-position:-448px -96px}.flag--er{background-position:0 -128px}.flag--es{background-position:-32px -128px}.flag--et{background-position:-64px -128px}.flag--fi{background-position:-96px -128px}.flag--fj{background-position:-128px -128px}.flag--fm{background-position:-160px -128px}.flag--fo{background-position:-192px -128px}.flag--fr{background-position:-224px -128px}.flag--ga{background-position:-256px -128px}.flag--gb{background-position:-288px -128px}.flag--gd{background-position:-320px -128px}.flag--ge{background-position:-352px -128px}.flag--gg{background-position:-384px -128px}.flag--gh{background-position:-416px -128px}.flag--gi{background-position:-448px -128px}.flag--gl{background-position:0 -160px}.flag--gm{background-position:-32px -160px}.flag--gn{background-position:-64px -160px}.flag--gp{background-position:-96px -160px}.flag--gq{background-position:-128px -160px}.flag--gr{background-position:-160px -160px}.flag--gt{background-position:-192px -160px}.flag--gu{background-position:-224px -160px}.flag--gw{background-position:-256px -160px}.flag--gy{background-position:-288px -160px}.flag--hk{background-position:-320px -160px}.flag--hn{background-position:-352px -160px}.flag--hr{background-position:-384px -160px}.flag--ht{background-position:-416px -160px}.flag--hu{background-position:-448px -160px}.flag--id{background-position:0 -192px}.flag--ie{background-position:-32px -192px}.flag--il{background-position:-64px -192px}.flag--im{background-position:-96px -192px}.flag--in{background-position:-128px -192px}.flag--iq{background-position:-160px -192px}.flag--ir{background-position:-192px -192px}.flag--is{background-position:-224px -192px}.flag--it{background-position:-256px -192px}.flag--je{background-position:-288px -192px}.flag--jm{background-position:-320px -192px}.flag--jo{background-position:-352px -192px}.flag--jp{background-position:-384px -192px}.flag--ke{background-position:-416px -192px}.flag--kg{background-position:-448px -192px}.flag--kh{background-position:0 -224px}.flag--ki{background-position:-32px -224px}.flag--km{background-position:-64px -224px}.flag--kn{background-position:-96px -224px}.flag--kp{background-position:-128px -224px}.flag--kr{background-position:-160px -224px}.flag--kw{background-position:-192px -224px}.flag--ky{background-position:-224px -224px}.flag--kz{background-position:-256px -224px}.flag--la{background-position:-288px -224px}.flag--lb{background-position:-320px -224px}.flag--lc{background-position:-352px -224px}.flag--li{background-position:-384px -224px}.flag--lk{background-position:-416px -224px}.flag--lr{background-position:-448px -224px}.flag--ls{background-position:0 -256px}.flag--lt{background-position:-32px -256px}.flag--lu{background-position:-64px -256px}.flag--lv{background-position:-96px -256px}.flag--ly{background-position:-128px -256px}.flag--ma{background-position:-160px -256px}.flag--mc{background-position:-192px -256px}.flag--md{background-position:-224px -256px}.flag--me{background-position:-256px -256px}.flag--mg{background-position:-288px -256px}.flag--mh{background-position:-320px -256px}.flag--mk{background-position:-352px -256px}.flag--ml{background-position:-384px -256px}.flag--mm{background-position:-416px -256px}.flag--mn{background-position:-448px -256px}.flag--mo{background-position:0 -288px}.flag--mq{background-position:-32px -288px}.flag--mr{background-position:-64px -288px}.flag--ms{background-position:-96px -288px}.flag--mt{background-position:-128px -288px}.flag--mu{background-position:-160px -288px}.flag--mv{background-position:-192px -288px}.flag--mw{background-position:-224px -288px}.flag--mx{background-position:-256px -288px}.flag--my{background-position:-288px -288px}.flag--mz{background-position:-320px -288px}.flag--na{background-position:-352px -288px}.flag--nc{background-position:-384px -288px}.flag--ne{background-position:-416px -288px}.flag--ng{background-position:-448px -288px}.flag--ni{background-position:0 -320px}.flag--nl{background-position:-32px -320px}.flag--no{background-position:-64px -320px}.flag--np{background-position:-96px -320px}.flag--nr{background-position:-128px -320px}.flag--nz{background-position:-160px -320px}.flag--om{background-position:-192px -320px}.flag--pa{background-position:-224px -320px}.flag--pe{background-position:-256px -320px}.flag--pf{background-position:-288px -320px}.flag--pg{background-position:-320px -320px}.flag--ph{background-position:-352px -320px}.flag--pk{background-position:-384px -320px}.flag--pl{background-position:-416px -320px}.flag--pr{background-position:-448px -320px}.flag--ps{background-position:0 -352px}.flag--pt{background-position:-32px -352px}.flag--pw{background-position:-64px -352px}.flag--py{background-position:-96px -352px}.flag--qa{background-position:-128px -352px}.flag--re{background-position:-160px -352px}.flag--ro{background-position:-192px -352px}.flag--rs{background-position:-224px -352px}.flag--ru{background-position:-256px -352px}.flag--rw{background-position:-288px -352px}.flag--sa{background-position:-320px -352px}.flag--sb{background-position:-352px -352px}.flag--sc{background-position:-384px -352px}.flag--sd{background-position:-416px -352px}.flag--se{background-position:-448px -352px}.flag--sg{background-position:0 -384px}.flag--si{background-position:-32px -384px}.flag--sk{background-position:-64px -384px}.flag--sl{background-position:-96px -384px}.flag--sm{background-position:-128px -384px}.flag--sn{background-position:-160px -384px}.flag--so{background-position:-192px -384px}.flag--sr{background-position:-224px -384px}.flag--st{background-position:-256px -384px}.flag--sv{background-position:-288px -384px}.flag--sy{background-position:-320px -384px}.flag--sz{background-position:-352px -384px}.flag--tc{background-position:-384px -384px}.flag--td{background-position:-416px -384px}.flag--tg{background-position:-448px -384px}.flag--th{background-position:0 -416px}.flag--tj{background-position:-32px -416px}.flag--tl{background-position:-64px -416px}.flag--tm{background-position:-96px -416px}.flag--tn{background-position:-128px -416px}.flag--to{background-position:-160px -416px}.flag--tr{background-position:-192px -416px}.flag--tt{background-position:-224px -416px}.flag--tv{background-position:-256px -416px}.flag--tw{background-position:-288px -416px}.flag--tz{background-position:-320px -416px}.flag--ua{background-position:-352px -416px}.flag--ug{background-position:-384px -416px}.flag--us{background-position:-416px -416px}.flag--uy{background-position:-448px -416px}.flag--uz{background-position:0 -448px}.flag--va{background-position:-32px -448px}.flag--vc{background-position:-64px -448px}.flag--ve{background-position:-96px -448px}.flag--vg{background-position:-128px -448px}.flag--vi{background-position:-160px -448px}.flag--vn{background-position:-192px -448px}.flag--vu{background-position:-224px -448px}.flag--ws{background-position:-256px -448px}.flag--ye{background-position:-288px -448px}.flag--za{background-position:-320px -448px}.flag--zm{background-position:-352px -448px}.flag--zw{background-position:-384px -448px}.NoSupportAvif .flag{background-image:url("../img/flags.webp")}.NoSupportWebp .flag{background-image:url("../img/flags.png")}@font-face{font-family:"Roboto";src:url("../fonts/roboto/roboto-900.woff2") format("woff2"),url("../fonts/roboto/roboto-900.woff") format("woff"),url("../fonts/roboto/roboto-900.ttf") format("truetype");font-weight:900;font-style:normal;font-display:swap}@font-face{font-family:"Roboto";src:url("../fonts/roboto/roboto-700.woff2") format("woff2"),url("../fonts/roboto/roboto-700.woff") format("woff"),url("../fonts/roboto/roboto-700.ttf") format("truetype");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:"Roboto";src:url("../fonts/roboto/roboto-400.woff2") format("woff2"),url("../fonts/roboto/roboto-400.woff") format("woff"),url("../fonts/roboto/roboto-400.ttf") format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:"Roboto";src:url("../fonts/roboto/roboto-300.woff2") format("woff2"),url("../fonts/roboto/roboto-300.woff") format("woff"),url("../fonts/roboto/roboto-300.ttf") format("truetype");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:"Roboto";src:url("../fonts/roboto/roboto-100.woff2") format("woff2"),url("../fonts/roboto/roboto-100.woff") format("woff"),url("../fonts/roboto/roboto-100.ttf") format("truetype");font-weight:100;font-style:normal;font-display:swap}@font-face{font-family:"Nanocons";src:url("../fonts/nanocons/Nanocons.eot");src:url("../fonts/nanocons/Nanocons.woff") format("woff"),url("../fonts/nanocons/Nanocons.ttf") format("truetype"),url("../fonts/nanocons/Nanocons.svg") format("svg"),url("../fonts/nanocons/Nanocons.eot#iefix") format("embedded-opentype");font-weight:normal;font-style:normal;font-display:block}[class^=nc-],[class*=" nc-"]{font-family:"Nanocons" !important;speak:never;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.nc-search:before{content:""}.nc-basket:before{content:""}.nc-basket-plus:before{content:""}.nc-facebook:before{content:""}.nc-instagram:before{content:""}.nc-language:before{content:""}.nc-pinterest:before{content:""}.nc-search:before{content:""}.nc-tiktok:before{content:""}.nc-web:before{content:""}.nc-youtube:before{content:""}@-webkit-keyframes rotate{0%{-webkit-transform:rotateZ(0deg);transform:rotateZ(0deg)}100%{-webkit-transform:rotateZ(360deg);transform:rotateZ(360deg)}}@-moz-keyframes rotate{0%{-moz-transform:rotateZ(0deg);transform:rotateZ(0deg)}100%{-moz-transform:rotateZ(360deg);transform:rotateZ(360deg)}}@-o-keyframes rotate{0%{-o-transform:rotateZ(0deg);transform:rotateZ(0deg)}100%{-o-transform:rotateZ(360deg);transform:rotateZ(360deg)}}@keyframes rotate{0%{-webkit-transform:rotateZ(0deg);-moz-transform:rotateZ(0deg);-o-transform:rotateZ(0deg);transform:rotateZ(0deg)}100%{-webkit-transform:rotateZ(360deg);-moz-transform:rotateZ(360deg);-o-transform:rotateZ(360deg);transform:rotateZ(360deg)}}@-webkit-keyframes fade{0%{opacity:0}100%{opacity:1}}@-moz-keyframes fade{0%{opacity:0}100%{opacity:1}}@-o-keyframes fade{0%{opacity:0}100%{opacity:1}}@keyframes fade{0%{opacity:0}100%{opacity:1}}.modal{display:block}.modal-backdrop{z-index:-1;opacity:.5}.modal-container{max-width:-webkit-calc(1320px - 1.5rem);max-width:-moz-calc(1320px - 1.5rem);max-width:calc(1320px - 1.5rem)}.modal-content{-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.modal-title{font-size:1.35rem;line-height:1;font-weight:300;text-transform:uppercase}.modal__button{margin:0 .25rem;padding:5px 10px;border:none;background-color:#2d2d2d;color:#fff}.modal .btn-close{opacity:1}.modal .btn-close:focus,.modal .btn-close:focus-visible{outline:none;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.modal-tab{text-align:center;text-transform:uppercase;font-size:1.5rem;padding:3% 6%;margin-top:1%;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;justify-content:center;vertical-align:bottom;border-right:2px solid #e5e5e5;border-bottom:2px solid #e5e5e5;cursor:pointer}.modal-tab.current{background:#000;color:#fff}.modal-tab-container{display:grid;grid-template-columns:repeat(3, 1fr)}@media(max-width: 1399.98px){.modal-container{max-width:-webkit-calc(1140px - 1.5rem);max-width:-moz-calc(1140px - 1.5rem);max-width:calc(1140px - 1.5rem)}}@media(max-width: 1199.98px){.modal-container{max-width:-webkit-calc(960px - 1.5rem);max-width:-moz-calc(960px - 1.5rem);max-width:calc(960px - 1.5rem)}}@media(max-width: 991.98px){.modal-container{max-width:-webkit-calc(720px - 1.5rem);max-width:-moz-calc(720px - 1.5rem);max-width:calc(720px - 1.5rem)}}@media(max-width: 767.98px){.modal-container{max-width:-webkit-calc(540px - 1.5rem);max-width:-moz-calc(540px - 1.5rem);max-width:calc(540px - 1.5rem)}.modal-title{font-size:1.1rem}}@media(max-width: 575.98px){.modal-dialog-centered{min-height:-webkit-calc(100% - 1.5rem);min-height:-moz-calc(100% - 1.5rem);min-height:calc(100% - 1.5rem)}.modal-dialog-scrollable{height:-webkit-calc(100% - 1.5rem);height:-moz-calc(100% - 1.5rem);height:calc(100% - 1.5rem)}.modal-container{margin:2.5rem .75rem;max-width:100%}.modal-body{padding:.5rem}}@media(min-width: 576px){.modal-dialog{margin:4.5rem auto}}.nav{--nav-color: #b4b4b4;--nav-padding: 15px;position:fixed;top:0;left:0;right:0;z-index:1010;padding:var(--nav-padding) 0;background-color:#000;color:#b4b4b4;-webkit-transition:300ms ease-out;-o-transition:300ms ease-out;-moz-transition:300ms ease-out;transition:300ms ease-out;-webkit-transition-property:padding-top,padding-bottom;-o-transition-property:padding-top,padding-bottom;-moz-transition-property:padding-top,padding-bottom;transition-property:padding-top,padding-bottom}.nav.mb{padding-bottom:0}.nav__products button,.nav__social a,.nav__language button,.nav__flag button,.nav__cart button,.nav__cart-badge{-webkit-transition:300ms;-o-transition:300ms;-moz-transition:300ms;transition:300ms}.nav__products button:hover,.nav__social a:hover,.nav__language button:hover,.nav__flag button:hover,.nav__cart button:hover,.nav__cart-badge:hover{--nav-color: #ffffff}.nav__row{position:relative;-webkit-box-align:end;-webkit-align-items:flex-end;-moz-box-align:end;align-items:flex-end;-webkit-flex-wrap:nowrap;flex-wrap:nowrap}.nav__hamburger{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;-webkit-align-self:center;align-self:center;-webkit-box-flex:0;-webkit-flex:0 0 34px;-moz-box-flex:0;flex:0 0 34px}.nav__logo{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;-webkit-box-flex:0;-webkit-flex:0 0 250px;-moz-box-flex:0;flex:0 0 250px}.nav__logo img{width:auto;height:56px;-webkit-transition:300ms ease-out;-o-transition:300ms ease-out;-moz-transition:300ms ease-out;transition:300ms ease-out}.nav__products{position:relative}.nav__products button{position:relative;display:block;margin:0 auto;width:-webkit-max-content;width:-moz-max-content;width:max-content;padding:0;border:none;background:none;color:var(--nav-color);font-size:24px;line-height:32px;font-weight:900;letter-spacing:2px;text-transform:uppercase}.nav__products button::before,.nav__products button::after{content:"";position:absolute;display:block;bottom:0;height:1px;width:0;background-color:var(--nav-color);-webkit-transition:500ms;-o-transition:500ms;-moz-transition:500ms;transition:500ms}.nav__products button::before{right:50%}.nav__products button::after{left:50%}.nav__products button:hover::before,.nav__products button:hover::after{width:50%;-webkit-transition:200ms;-o-transition:200ms;-moz-transition:200ms;transition:200ms}.nav__blog{position:relative;display:block;margin:0 auto;width:-webkit-max-content;width:-moz-max-content;width:max-content;border:none;background:none;color:var(--nav-color);font-size:24px;line-height:32px;font-weight:900;letter-spacing:2px;text-transform:uppercase;-webkit-box-flex:0;-webkit-flex:0 0;-moz-box-flex:0;flex:0 0}.nav__blog:after{content:"";position:absolute;top:0;right:0;bottom:0;display:block;width:1px;background-color:var(--nav-color)}.nav__blog a{text-decoration:none;color:inherit;-webkit-transition:.3s;-o-transition:.3s;-moz-transition:.3s;transition:.3s}.nav__blog a:hover{color:#fff}.nav__social{-webkit-box-flex:0;-webkit-flex:0 0;-moz-box-flex:0;flex:0 0}.nav__social ul{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;margin:0;padding:0 30px 1px 0;list-style-type:none}.nav__social li{position:relative;padding:0 .75rem}.nav__social li:first-child{padding-left:0}.nav__social li:last-child{padding-right:0}.nav__social li:last-child::after{display:none}.nav__social li::after{content:"";position:absolute;top:0;right:0;bottom:0;display:block;width:1px;background-color:#b4b4b4}.nav__social a{color:var(--nav-color);font-size:32px;line-height:1;text-decoration:none}.nav__language{-webkit-box-flex:0;-webkit-flex:0 0;-moz-box-flex:0;flex:0 0;padding-right:0}.nav__language button{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center;height:32px;padding:0;border:none;background:none;color:var(--nav-color);font-size:16px;line-height:1;text-transform:uppercase;font-weight:400}.nav__language button>*{display:block;-webkit-flex-shrink:0;flex-shrink:0;-webkit-box-flex:0;-webkit-flex-grow:0;-moz-box-flex:0;flex-grow:0;-webkit-flex-basis:0;flex-basis:0}.nav__language i{-webkit-align-self:flex-start;align-self:flex-start;margin-left:10px;font-size:26px;line-height:1}.nav__flag{-webkit-box-flex:0;-webkit-flex:0 0;-moz-box-flex:0;flex:0 0}.nav__flag button{background-color:rgba(0,0,0,0);padding:0;color:var(--nav-color)}.nav__cart{position:relative;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-flex:0;-webkit-flex:0 0;-moz-box-flex:0;flex:0 0}.nav__cart::after{content:"";position:absolute;top:0;left:0;bottom:0;display:block;width:1px;background-color:#b4b4b4}.nav__cart button{position:relative;padding:0;border:none;background:none;font-size:32px;line-height:1;color:var(--nav-color);-webkit-transition:300ms;-o-transition:300ms;-moz-transition:300ms;transition:300ms}.nav__cart i{display:block}.nav__cart-badge{position:absolute;top:-webkit-calc(16% - 9px);top:-moz-calc(16% - 9px);top:calc(16% - 9px);right:-webkit-calc(-1% - 9px);right:-moz-calc(-1% - 9px);right:calc(-1% - 9px);min-width:18px;height:18px;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;background-color:var(--nav-color);text-align:center;color:#000;font-size:14px;line-height:18px;font-weight:700}.nav .notification_promo{background-color:#ff7e00;padding:5px;margin-top:15px}.nav .notification_promo .notification_text{text-align:center}.nav .notification_promo .notification_text span{display:block;font-size:20px;font-weight:400;padding:5px 0}.nav .notification_promo .notification_text span:first-of-type{font-size:28px;font-weight:600}.nav .notification_promo .notification_text_inner{font-size:17px !important;font-weight:400 !important;color:#fff}@media(min-width: 768px){.nav--scrolled{--nav-padding: 10px}.nav--scrolled .nav__logo img{height:38px}}@media(max-width: 1399.98px){.nav__products button{font-size:20px}.nav__social ul{padding:0 0 1px 0}}@media(max-width: 1199.98px){.nav__products{position:static}}@media(max-width: 991.98px){.nav__logo{-webkit-box-flex:1;-webkit-flex-grow:1;-moz-box-flex:1;flex-grow:1;-webkit-flex-basis:201px;flex-basis:201px}.nav__logo img{width:auto;height:45px}.nav__products button{font-size:18px}.nav__language i{margin-left:0}.nav__language span{display:none}}@media(max-width: 767.98px){.nav{--nav-padding: 10px}.nav__logo{-webkit-flex-basis:179px;flex-basis:179px}.nav__logo img{height:40px}}@media(max-width: 575.98px){.nav{--nav-padding: 7px}.nav__row .col:not(.nav__hamburger):not(.nav__flag):not(.nav__cart):not(.nav__blog){padding-right:0}.nav__hamburger{-webkit-flex-basis:26px;flex-basis:26px}.nav__logo{-webkit-flex-basis:125px;flex-basis:125px;text-align:left}.nav__logo img{height:28px}.nav__cart button{padding-bottom:2px;font-size:26px}}@media(max-width: 367.98px){.nav__row .col.nav__hamburger{padding-right:-webkit-calc(var(--bs-gutter-x)*.2);padding-right:-moz-calc(var(--bs-gutter-x)*.2);padding-right:calc(var(--bs-gutter-x)*.2)}.nav__logo{-webkit-flex-basis:108px;flex-basis:108px;-webkit-align-self:center;align-self:center}.nav__logo img{height:24px}}.hamburger{position:relative;display:block;width:34px;height:22px;padding:0;border:none;background:none}.hamburger__line{position:absolute;right:0;left:0;display:block;height:2px;background-color:#b4b4b4;-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px}.hamburger--open .hamburger__line:nth-child(1){top:0;right:8px}.hamburger--open .hamburger__line:nth-child(2){top:-webkit-calc(50% - 1px);top:-moz-calc(50% - 1px);top:calc(50% - 1px)}.hamburger--open .hamburger__line:nth-child(3){right:4px;bottom:0}.hamburger--close .hamburger__line:nth-child(1){top:-webkit-calc(50% - 1px);top:-moz-calc(50% - 1px);top:calc(50% - 1px);-webkit-transform:rotateZ(45deg);-moz-transform:rotateZ(45deg);-o-transform:rotateZ(45deg);transform:rotateZ(45deg)}.hamburger--close .hamburger__line:nth-child(2){top:-webkit-calc(50% - 1px);top:-moz-calc(50% - 1px);top:calc(50% - 1px);-webkit-transform:rotateZ(-45deg);-moz-transform:rotateZ(-45deg);-o-transform:rotateZ(-45deg);transform:rotateZ(-45deg)}@media(max-width: 575.98px){.hamburger{width:26px;height:18px}.hamburger--open .hamburger__line:nth-child(1){right:6px}.hamburger--open .hamburger__line:nth-child(3){right:3px}}.menu{position:absolute;top:100%;right:0;bottom:-webkit-calc(-100vh + 100%);bottom:-moz-calc(-100vh + 100%);bottom:calc(-100vh + 100%);left:0;z-index:10}.menu__container{position:relative;height:100%}.menu__wrapper{background-color:#ececec}.menu__title{margin-bottom:30px;text-align:center;color:#b2b2b2;font-size:28px;line-height:1;font-weight:900;letter-spacing:2px;text-transform:uppercase}.menu__products{display:grid;grid-template-columns:repeat(3, 1fr)}.menu-element__title{text-align:center;text-transform:uppercase;font-size:1.5rem;padding:3% 6%;margin-top:1%;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;justify-content:center;vertical-align:bottom;border-right:2px solid #e5e5e5;border-bottom:2px solid #e5e5e5;cursor:pointer}.menu-element__title:nth-child(3n){border-right:none}.menu-element__title.active{background:#000;color:#fff}.menu[style*="height:"] .menu__wrapper{overflow:hidden}.menu-product{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;gap:3rem;padding:-webkit-calc(var(--bs-gutter-x)*.5);padding:-moz-calc(var(--bs-gutter-x)*.5);padding:calc(var(--bs-gutter-x)*.5);border-right:2px solid #e5e5e5;border-bottom:2px solid #e5e5e5}.menu-product:nth-child(3n){border-right:none}.menu-product:nth-child(3n+1):nth-last-child(-n+3),.menu-product:nth-child(3n+1):nth-last-child(-n+3)~.menu-product{border-bottom:none}.menu-product__image{-webkit-box-flex:0;-webkit-flex:0 1 30%;-moz-box-flex:0;flex:0 1 30%;text-align:right}.menu-product__image img{width:100px}.menu-product__details{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;justify-content:center;-webkit-box-align:start;-webkit-align-items:flex-start;-moz-box-align:start;align-items:flex-start;-webkit-box-flex:0;-webkit-flex:0 1 70%;-moz-box-flex:0;flex:0 1 70%}.menu-product__name{-webkit-box-flex:0;-webkit-flex-grow:0;-moz-box-flex:0;flex-grow:0;-webkit-flex-basis:0;flex-basis:0;font-size:18px;line-height:1;font-weight:300;text-transform:uppercase}.menu-product__name a,.menu-product__name a:hover{color:#000;text-decoration:none}.menu-product__name strong{display:block;font-weight:900}.menu-product__link{-webkit-box-flex:0;-webkit-flex:0 0 0;-moz-box-flex:0;flex:0 0 0;margin-top:7px;font-size:16px;line-height:1;font-weight:300}.menu-product__link a{display:inline-block;min-width:120px;padding:7px 12px;border:1px solid #000;color:#000;text-align:center;text-decoration:none;-webkit-transition:300ms;-o-transition:300ms;-moz-transition:300ms;transition:300ms}.menu-product__link a:hover{color:#000;background-color:#d3d3d3}@media(min-width: 992px){.menu__wrapper{max-height:-webkit-calc(100% - 15px);max-height:-moz-calc(100% - 15px);max-height:calc(100% - 15px);overflow-x:hidden;overflow-y:auto}}@media(max-width: 1399.98px){.menu-product{gap:2rem}}@media(max-width: 1199.98px){.menu-product{gap:1rem}.menu-product__image img{width:80px}.menu-product__name{font-size:16px}.menu-product__link{font-size:14px}.menu-product__link a{min-width:90px;padding:5px 10px}}@media(max-width: 991.98px){.menu{position:absolute;top:100%;right:0;bottom:-webkit-calc(-100vh + 100%);bottom:-moz-calc(-100vh + 100%);bottom:calc(-100vh + 100%);left:0;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;background-color:rgba(236,236,236,.95);overflow-y:auto;-webkit-overflow-scrolling:touch;z-index:100}.menu__container{position:static;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex}.menu__wrapper{position:relative;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-flex:1;-webkit-flex-grow:1;-moz-box-flex:1;flex-grow:1;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;-webkit-box-pack:start;-webkit-justify-content:flex-start;-moz-box-pack:start;justify-content:flex-start;margin-top:20px;margin-bottom:20px;background:none;padding-bottom:10vh;height:-webkit-max-content;height:-moz-max-content;height:max-content;z-index:200}.menu__row{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-flex:1;-webkit-flex-grow:1;-moz-box-flex:1;flex-grow:1;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;justify-content:center}.menu__products{grid-template-columns:1fr;padding-bottom:20px}.menu-product{position:relative;z-index:1;padding:20px 0;border:none !important;text-align:center}.menu-product::before{content:"";display:block;position:absolute;top:0;bottom:0;z-index:-1;left:-webkit-calc(50% - 140px);left:-moz-calc(50% - 140px);left:calc(50% - 140px);width:280px;border-top:2px solid #d8d8d8}.menu-product:last-of-type::before{border-bottom:2px solid #d8d8d8}.menu-product__image{display:none}.menu-product__details{-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center;-webkit-flex-basis:100%;flex-basis:100%;padding:0}.menu-product__name a:hover{color:#b2b2b2}.menu-product__link{display:none}}@media(max-width: 575.98px){.menu__title{font-size:24px}.menu-product{margin-right:-webkit-calc(var(--bs-gutter-x)*.5);margin-right:-moz-calc(var(--bs-gutter-x)*.5);margin-right:calc(var(--bs-gutter-x)*.5);margin-left:-webkit-calc(var(--bs-gutter-x)*.5);margin-left:-moz-calc(var(--bs-gutter-x)*.5);margin-left:calc(var(--bs-gutter-x)*.5);width:-webkit-calc(100% - var(--bs-gutter-x));width:-moz-calc(100% - var(--bs-gutter-x));width:calc(100% - var(--bs-gutter-x))}}.languages{position:absolute;top:100%;bottom:-webkit-calc(-100vh + 100%);bottom:-moz-calc(-100vh + 100%);bottom:calc(-100vh + 100%);left:-webkit-calc(50% + 536px);left:-moz-calc(50% + 536px);left:calc(50% + 536px);z-index:10;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center;width:0;height:auto !important;overflow:visible !important}.languages::before{content:"";position:absolute;right:-12px;bottom:100%;display:block;width:0;height:0;border-style:solid;border-width:0 12px 12px 12px;border-color:#505050 rgba(0,0,0,0)}.languages__width-container{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;-webkit-box-align:end;-webkit-align-items:flex-end;-moz-box-align:end;align-items:flex-end;max-width:248px;height:auto;max-height:-webkit-calc(100% - 15px);max-height:-moz-calc(100% - 15px);max-height:calc(100% - 15px);overflow:visible}.languages__wrapper{-webkit-flex-shrink:0;flex-shrink:0;width:-webkit-max-content;width:-moz-max-content;width:max-content;max-height:100%;padding:7px 20px;background-color:#505050;overflow-y:auto}.languages__element{display:block;color:#fff;padding:7px 0;text-align:center;font-size:14px;line-height:1.2;font-weight:400;white-space:nowrap}.languages__element--current{margin-bottom:3px;font-weight:700;border-bottom:1px solid rgba(255,255,255,.5)}.languages__element--link{opacity:.5;text-decoration:none}.languages__element--link:hover{color:#fff;opacity:1;text-decoration:underline}.languages__name{text-transform:uppercase}@media(max-width: 1399.98px){.languages{left:-webkit-calc(50% + 446px);left:-moz-calc(50% + 446px);left:calc(50% + 446px)}}@media(max-width: 1199.98px){.languages{left:-webkit-calc(50% + 356px);left:-moz-calc(50% + 356px);left:calc(50% + 356px)}}@media(max-width: 991.98px){.languages{left:-webkit-calc(50% + 236px);left:-moz-calc(50% + 236px);left:calc(50% + 236px)}}@media(max-width: 767.98px){.languages{left:-webkit-calc(50% + 146px);left:-moz-calc(50% + 146px);left:calc(50% + 146px)}}@media(max-width: 575.98px){.languages{left:-webkit-calc(100% - 118px);left:-moz-calc(100% - 118px);left:calc(100% - 118px)}.languages__width-container{max-width:236px}}.flags{position:absolute;top:100%;right:0;left:0;z-index:10;padding-top:15px;padding-bottom:15px;background-color:rgba(0,0,0,.4);font-size:0;line-height:0}.flags a{display:inline-block;margin-right:5px}@media(max-width: 991.98px){.flags{padding-top:10px;padding-bottom:10px}}@media(max-width: 575.98px){.flags{padding-top:5px;padding-bottom:5px}}.nav-cart{position:absolute;top:100%;bottom:-webkit-calc(-100vh + 100%);bottom:-moz-calc(-100vh + 100%);bottom:calc(-100vh + 100%);left:-webkit-calc(50% + 634px);left:-moz-calc(50% + 634px);left:calc(50% + 634px);z-index:10;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center;width:0;height:auto !important;overflow:visible !important;color:#000;font-size:16px;line-height:1;font-weight:300}.nav-cart.mb{margin-top:-46px}.nav-cart::before{content:"";position:absolute;right:-12px;bottom:100%;display:block;width:0;height:0;border-style:solid;border-width:0 12px 12px 12px;border-color:#8a8a8a rgba(0,0,0,0)}.nav-cart__width-container{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;-webkit-box-align:end;-webkit-align-items:flex-end;-moz-box-align:end;align-items:flex-end;max-width:52px;height:auto;max-height:-webkit-calc(100% - 15px);max-height:-moz-calc(100% - 15px);max-height:calc(100% - 15px);overflow:visible}.nav-cart__wrapper{-webkit-flex-shrink:0;flex-shrink:0;min-width:600px;max-height:100%;background-color:#e8e8e8;overflow-y:auto;-webkit-overflow-scrolling:touch}.nav-cart__wrapper--empty{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center;min-width:500px;background-color:#8a8a8a;text-align:center;font-weight:700}.nav-cart__details{display:table;min-width:100%;text-transform:uppercase}.nav-cart__row{display:table-row}.nav-cart__row--header{background-color:#8a8a8a}.nav-cart__row--product{text-transform:none}.nav-cart__row--footer{font-weight:700}.nav-cart__row--footer .old-price,.nav-cart__row--footer .new-price{text-transform:none}.nav-cart__row .nav-cart__cell{border-bottom:1px solid #c8c8c8}.nav-cart__row:first-child .nav-cart__cell{padding-top:14px;padding-bottom:14px}.nav-cart__row:first-child .nav-cart__cell,.nav-cart__row:last-child .nav-cart__cell{border-bottom:none}.nav-cart__cell{display:table-cell;width:100px;padding:7px;vertical-align:middle;text-align:center;white-space:nowrap}.nav-cart__cell:first-child{width:unset;padding-left:14px;text-align:left;white-space:normal}.nav-cart__cell:first-child span{display:block;color:#ff7e00;font-size:.9em;width:85%}.nav-cart__cell:last-child{padding-right:14px}.nav-cart__remove{position:relative;display:block;margin:0 auto;width:16px;height:16px;padding:0;border:none;background:none}.nav-cart__remove::before,.nav-cart__remove::after{content:"";display:block;position:absolute;top:-webkit-calc(50% - 1px);top:-moz-calc(50% - 1px);top:calc(50% - 1px);right:0;left:0;height:2px;background-color:#000}.nav-cart__remove::before{-webkit-transform:rotateZ(45deg);-moz-transform:rotateZ(45deg);-o-transform:rotateZ(45deg);transform:rotateZ(45deg)}.nav-cart__remove::after{-webkit-transform:rotateZ(-45deg);-moz-transform:rotateZ(-45deg);-o-transform:rotateZ(-45deg);transform:rotateZ(-45deg)}.nav-cart__remove:active{right:-1px;left:1px}.nav-cart__footer{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;background-color:#c8c8c8}.nav-cart__shipping{-webkit-box-flex:1;-webkit-flex-grow:1;-moz-box-flex:1;flex-grow:1;padding:14px}.nav-cart__button{-webkit-flex-shrink:1;flex-shrink:1;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;justify-content:center;min-width:150px;padding:7px 14px;border:none;background-color:#505050;color:#fff;text-decoration:none}.nav-cart__button:hover{background-color:#373737;color:#fff;text-decoration:none}.nav-cart__empty{-webkit-box-flex:0;-webkit-flex:0 0 100%;-moz-box-flex:0;flex:0 0 100%;padding:30px 15px;text-align:center;font-size:18px !important;font-weight:700}@media(max-width: 1399.98px){.nav-cart{left:-webkit-calc(50% + 544px);left:-moz-calc(50% + 544px);left:calc(50% + 544px)}}@media(max-width: 1199.98px){.nav-cart{left:-webkit-calc(50% + 454px);left:-moz-calc(50% + 454px);left:calc(50% + 454px)}}@media(max-width: 991.98px){.nav-cart{left:-webkit-calc(50% + 334px);left:-moz-calc(50% + 334px);left:calc(50% + 334px)}}@media(max-width: 767.98px){.nav-cart{left:-webkit-calc(50% + 244px);left:-moz-calc(50% + 244px);left:calc(50% + 244px);font-size:14px}.nav-cart__wrapper{min-width:540px}}@media(max-width: 575.98px){.nav-cart{left:-webkit-calc(100% - 23px);left:-moz-calc(100% - 23px);left:calc(100% - 23px);font-size:12px}.nav-cart::before{right:-8px;border-width:0 8px 8px 8px}.nav-cart__width-container{max-width:46px;max-height:100%}.nav-cart__wrapper{width:100vw;min-width:0}.nav-cart__row:first-child .nav-cart__cell{padding-top:10px;padding-bottom:10px}.nav-cart__cell{width:15%;padding:7px 5px}.nav-cart__cell:first-child{padding-left:10px}.nav-cart__cell:last-child{padding-right:10px}.nav-cart__shipping{padding:10px}.nav-cart__button{min-width:0;padding:5px 10px}}.order-repeated{position:absolute;top:100%;right:0;left:0;z-index:1;padding:5px 0;background:#94191d;background:-webkit-gradient(linear, left top, left bottom, from(#aa1d21), to(#c02125));background:-webkit-linear-gradient(top, #aa1d21 0%, #c02125 100%);background:-moz-linear-gradient(top, #aa1d21 0%, #c02125 100%);background:-o-linear-gradient(top, #aa1d21 0%, #c02125 100%);background:linear-gradient(to bottom, #aa1d21 0%, #c02125 100%);color:#000;text-align:center;font-size:1rem;line-height:1}.order-repeated--static{position:static;background:#e8e8e8;color:rgba(0,0,0,0)}@media(max-width: 367.98px){.order-repeated{font-size:.8rem}}@media(max-width: 389.98px){.nav__blog{font-size:20px}}@media(max-width: 367.98px){.nav__blog{padding:0 5px;letter-spacing:1px}.nav__logo{padding-left:5px;-webkit-flex-basis:90px;flex-basis:90px}.nav__logo img{height:20px}}@media(max-width: 991.98px){html.menu-open{overflow-y:hidden}}@media(max-width: 440px){.nav-cart.mb{margin-top:-71px}.nav .notification_promo .notification_text_inner{font-size:15px !important}}.qnt-counter{--quantity-counter-color: #000000;--quantity-counter-btn-color: #ffffff;--quantity-counter-btn-bg: #505050;--quantity-counter-input-bg: rgba(0, 0, 0, 0.05);display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center;color:var(--quantity-counter-color);-webkit-text-fill-color:var(--quantity-counter-color);font-size:18px}.qnt-counter__button{-webkit-box-flex:0;-webkit-flex:none;-moz-box-flex:0;flex:none;width:.8em;height:.8em;padding:0 1px;border:none;background-color:var(--quantity-counter-btn-bg);color:var(--quantity-counter-btn-color);-webkit-text-fill-color:var(--quantity-counter-btn-color);font-size:1.75em;line-height:.86em;font-weight:900}.qnt-counter__button:active{padding:0 0 0 2px}.qnt-counter__button[disabled],.qnt-counter__button[disabled]:active{padding:0 1px;opacity:.3}.qnt-counter__input{width:2.15em;padding:.15em .15em 0;border:none;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;background:none;text-align:center;color:inherit;-webkit-text-fill-color:var(--quantity-counter-color);line-height:1em;min-height:40px;font-size:1.2em}.qnt-counter__input:focus:focus-visible{outline:none;background-color:var(--quantity-counter-input-bg)}.qnt-counter--inline{display:-webkit-inline-box;display:-webkit-inline-flex;display:-moz-inline-box;display:inline-flex}.qnt-counter--small{font-size:14px}.qnt-counter--large{font-size:22px}.qnt-counter--btn-small .qnt-counter__button{width:40px;height:40px;font-size:2rem}.qnt-counter--relative{font-size:1em}.qnt-counter--clean .qnt-counter__button{background:none;color:inherit;-webkit-text-fill-color:var(--quantity-counter-color);line-height:.9em;font-weight:inherit}.qnt-counter--clean .qnt-counter__input{font-weight:inherit}.header{position:relative;padding-top:86px}.header::before{content:"";position:absolute;top:0;right:0;left:0;z-index:-1;display:block;height:1000px;background:#fff;background:-webkit-gradient(linear, left top, left bottom, from(#e8e8e8), to(rgba(232, 232, 232, 0)));background:-webkit-linear-gradient(top, #e8e8e8 0%, rgba(232, 232, 232, 0) 100%);background:-moz-linear-gradient(top, #e8e8e8 0%, rgba(232, 232, 232, 0) 100%);background:-o-linear-gradient(top, #e8e8e8 0%, rgba(232, 232, 232, 0) 100%);background:linear-gradient(to bottom, #e8e8e8 0%, rgba(232, 232, 232, 0) 100%)}.header__container{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;justify-content:center;padding-top:60px;padding-bottom:60px}.header__title{font-size:3rem;line-height:1;font-weight:100;text-transform:uppercase}.header__title strong{font-weight:900}.header__border{position:relative;margin:50px 0 0;padding:0}.header__border::before{content:"";display:block;margin-left:40px;width:90px;height:7px;background-color:#000}.header__border::after{content:"";position:absolute;right:0;bottom:0;left:0;display:block;height:1px;background-color:#000}.header__content{color:#fff}.header__content h2,.header__content .h2{font-size:3rem;line-height:1.2;font-weight:100;text-transform:uppercase}.header__content p{margin:0;font-size:1.15rem;line-height:1.2}.header__content p.big{font-size:1rem;line-height:1.5;font-weight:300}.header__product{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center}.header__image{position:relative;z-index:1;text-align:center;max-height:615px}.header__image::before{content:"";position:absolute;top:50%;left:50%;z-index:-1;display:block;width:0;height:0;background:none;-webkit-box-shadow:0px 0px 200px 200px rgba(255,255,255,.3);-moz-box-shadow:0px 0px 200px 200px rgba(255,255,255,.3);box-shadow:0px 0px 200px 200px rgba(255,255,255,.3)}.header__product-name{display:block;margin:0;font-size:1.3rem;line-height:1;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.header__product-name strong{display:block;padding-top:10px;font-size:3rem;line-height:.9;font-weight:100;letter-spacing:.15em}.header__product-slogan{position:relative;display:block;margin:15px 0 0 0;padding-top:15px;font-size:1.2rem;line-height:1;font-weight:700}.header__product-slogan h1,.header__product-slogan .h1{font-size:unset;display:inline;font-weight:unset}.header__product-slogan::before{content:"";position:absolute;top:0;left:0;display:block;width:30%;height:2px;background-color:#000}.header__actions{margin-top:35px;max-width:500px}.header--blog .search{position:relative;display:grid;grid-template-columns:6fr 1fr;border-color:#787878;border-style:solid;border-width:1px;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background-color:inherit}.header--blog .search *{background-color:inherit}.header--blog .search__input{padding:1px 10px 1px 10px;height:50px;border:none}.header--blog .search__input:active,.header--blog .search__input:hover,.header--blog .search__input:focus{outline:0;outline-offset:0}.header--blog .search__button{border:none}.header--blog .header__title{font-size:2.5rem;text-transform:unset;font-weight:400}.header--blog .header__title:after{content:"";margin-top:20px;background-color:#000;height:4px;width:120px;display:block}.header--blog .header__container{padding-top:20px;padding-bottom:20px}.header--border{overflow:hidden}.header--border::after{content:"";position:absolute;right:0;bottom:-70px;left:0;display:block;background-color:rgba(0,0,0,.1);height:100px;-webkit-transform:rotateZ(0.8deg);-moz-transform:rotateZ(0.8deg);-o-transform:rotateZ(0.8deg);transform:rotateZ(0.8deg);content:none}.header--border .header__container{min-height:560px}.header--home{background-color:#7b7b7b;background-image:url("../img/home-header-woman/home-header-woman@xxl.avif");-webkit-background-size:auto 780px;-moz-background-size:auto 780px;-o-background-size:auto 780px;background-size:auto 780px;background-repeat:no-repeat;background-position:-webkit-calc(50% + 330px) bottom;background-position:-moz-calc(50% + 330px) bottom;background-position:calc(50% + 330px) bottom}.header--home__title{position:relative;padding-left:25px}.header--home__title:before{content:"";display:block;position:absolute;top:5px;bottom:5px;left:0;width:2px;height:auto;margin:0;background:#fff}.header--home__title__content{padding-left:25px}.NoSupportAvif .header--home{background-image:url("../img/home-header-woman/home-header-woman@xxl.webp")}.NoSupportWebp .header--home{background-image:url("../img/home-header-woman/home-header-woman@xxl.jpg")}.header--product{background-color:#e8e8e8}@media(max-width: 1399.98px){.header__title{font-size:2.5rem}.header__product-name strong{font-size:3.5rem}.header__actions{margin-top:50px}.header--home{background-image:url("../img/home-header-woman/home-header-woman@xl.avif");background-position:-webkit-calc(50% + 360px) bottom;background-position:-moz-calc(50% + 360px) bottom;background-position:calc(50% + 360px) bottom}.NoSupportAvif .header--home{background-image:url("../img/home-header-woman/home-header-woman@xl.webp")}.NoSupportWebp .header--home{background-image:url("../img/home-header-woman/home-header-woman@xl.jpg")}}@media(max-width: 1199.98px){.header__content h2,.header__content .h2{font-size:2.2rem;line-height:1.2}.header__product-name strong{font-size:3.2rem}.header--border .header__container{min-height:450px;padding-top:50px;padding-bottom:50px}.header--home{background-image:url("../img/home-header-woman/home-header-woman@lg.avif");-webkit-background-size:auto 660px;-moz-background-size:auto 660px;-o-background-size:auto 660px;background-size:auto 660px;background-position:-webkit-calc(50% + 300px) bottom;background-position:-moz-calc(50% + 300px) bottom;background-position:calc(50% + 300px) bottom}.NoSupportAvif .header--home{background-image:url("../img/home-header-woman/home-header-woman@lg.webp")}.NoSupportWebp .header--home{background-image:url("../img/home-header-woman/home-header-woman@lg.jpg")}}@media(max-width: 991.98px){.header{padding-top:75px}.header__container{padding-top:50px;padding-bottom:50px}.header__content h2,.header__content .h2{font-size:1.85rem}.header__product-name{font-size:1.2rem}.header__product-name strong{font-size:2.6rem}.header__product-slogan{font-size:1.1rem}.header--border .header__container{min-height:320px;padding-top:30px}.header--home{background-image:url("../img/home-header-woman/home-header-woman@md.avif");background-image:-webkit-image-set(url("../img/home-header-woman/home-header-woman@md.avif") 1x, url("../img/home-header-woman/home-header-woman@md@2x.avif") 2x);background-image:image-set(url("../img/home-header-woman/home-header-woman@md.avif") 1x, url("../img/home-header-woman/home-header-woman@md@2x.avif") 2x);-webkit-background-size:auto 470px;-moz-background-size:auto 470px;-o-background-size:auto 470px;background-size:auto 470px;background-position:-webkit-calc(50% + 250px) bottom;background-position:-moz-calc(50% + 250px) bottom;background-position:calc(50% + 250px) bottom}.NoSupportAvif .header--home{background-image:url("../img/home-header-woman/home-header-woman@md.webp");background-image:-webkit-image-set(url("../img/home-header-woman/home-header-woman@md.webp") 1x, url("../img/home-header-woman/home-header-woman@md@2x.webp") 2x);background-image:image-set(url("../img/home-header-woman/home-header-woman@md.webp") 1x, url("../img/home-header-woman/home-header-woman@md@2x.webp") 2x)}.NoSupportWebp .header--home{background-image:url("../img/home-header-woman/home-header-woman@md.jpg");background-image:-webkit-image-set(url("../img/home-header-woman/home-header-woman@md.jpg") 1x, url("../img/home-header-woman/home-header-woman@md@2x.jpg") 2x);background-image:image-set(url("../img/home-header-woman/home-header-woman@md.jpg") 1x, url("../img/home-header-woman/home-header-woman@md@2x.jpg") 2x)}}@media(max-width: 767.98px){.header{padding-top:60px}.header__container{padding-top:30px;padding-bottom:30px}.header__border{margin-top:30px}.header__content h2,.header__content .h2{font-size:1.5rem}.header__title{font-size:2rem}.header__order{margin-top:30px}.header__image img{width:400px}.header__product-slogan{display:none}.header__actions{margin-top:30px;max-width:100%}.header--border .header__container{min-height:240px}.header--home{background-image:url("../img/home-header-woman/home-header-woman@sm.avif");background-image:-webkit-image-set(url("../img/home-header-woman/home-header-woman@sm.avif") 1x, url("../img/home-header-woman/home-header-woman@sm@2x.avif") 2x);background-image:image-set(url("../img/home-header-woman/home-header-woman@sm.avif") 1x, url("../img/home-header-woman/home-header-woman@sm@2x.avif") 2x);-webkit-background-size:auto 350px;-moz-background-size:auto 350px;-o-background-size:auto 350px;background-size:auto 350px;background-position:-webkit-calc(50% + 190px) bottom;background-position:-moz-calc(50% + 190px) bottom;background-position:calc(50% + 190px) bottom}.NoSupportWebp .header--home{background-image:url("../img/home-header-woman/home-header-woman@sm.webp");background-image:-webkit-image-set(url("../img/home-header-woman/home-header-woman@sm.webp") 1x, url("../img/home-header-woman/home-header-woman@sm@2x.webp") 2x);background-image:image-set(url("../img/home-header-woman/home-header-woman@sm.webp") 1x, url("../img/home-header-woman/home-header-woman@sm@2x.webp") 2x)}.NoSupportWebp .header--home{background-image:url("../img/home-header-woman/home-header-woman@sm.jpg");background-image:-webkit-image-set(url("../img/home-header-woman/home-header-woman@sm.jpg") 1x, url("../img/home-header-woman/home-header-woman@sm@2x.jpg") 2x);background-image:image-set(url("../img/home-header-woman/home-header-woman@sm.jpg") 1x, url("../img/home-header-woman/home-header-woman@sm@2x.jpg") 2x)}}@media(max-width: 575.98px){.header{padding-top:47px}.header__title{font-size:1.7rem}.header__border::before{margin-left:30px;width:80px}.header__image img{width:100%}.header__product-name{margin-left:auto;margin-right:auto;max-width:400px;font-size:1rem}.header__product-name strong{font-size:2.2rem}.header__actions{margin-left:auto;margin-right:auto;max-width:400px}.header--home{background-position:-webkit-calc(80% + 70px) bottom;background-position:-moz-calc(80% + 70px) bottom;background-position:calc(80% + 70px) bottom}}@media(max-width: 419.98px){.header__container{padding-top:20px;padding-bottom:20px}.header__title{font-size:1.4rem}.header__border{margin-top:20px}.header__product-name strong{padding-top:0;font-size:1.75rem}.header__actions{margin-top:20px}.header--border .header__container{padding-top:20px}}.header-content{background-color:#e8e8e8}.header-content h2,.header-content .h2{margin-bottom:1rem}.header-content p{margin:0;font-weight:400}.image_variant__block{position:relative}@media(max-width: 575.98px){.image_variant__block{max-width:400px}}@media(max-width: 767.98px){.header__product-slogan{display:block}}.header__product-capacity p{margin-bottom:0}.header__product-capacity p span{display:block}.header__product-capacity ul{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;gap:0 5px;list-style:none;padding:0}@media(max-width: 575.98px){.header__product-slogan{display:block;max-width:400px;margin:15px auto}.header__product-capacity{display:block;max-width:400px;margin:15px auto}.header__product-capacity ul{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;gap:0 5px;list-style:none}}.header--home{background-color:#7d7d7d}.header--home .header__content h2,.header--home .header__content .h2{font-size:2.5rem}.header--home .header__content p.big{margin-left:25px}.header--home .header--border{content:none}.header--home__list{padding:20px 20px 20px 45px;background:#222;background:-webkit-gradient(linear, left top, right top, from(#222), to(#6f6f6f));background:-webkit-linear-gradient(left, #222 0%, #6f6f6f 100%);background:-moz-linear-gradient(left, #222 0%, #6f6f6f 100%);background:-o-linear-gradient(left, #222 0%, #6f6f6f 100%);background:linear-gradient(to right, #222 0%, #6f6f6f 100%);list-style:square}.header--home__list li{font-size:1rem;line-height:1.5;padding-left:4px}.header--home__border{background-color:#222}.header--home__border .icon-block{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center;padding-top:10px;padding-bottom:10px}.header--home__border img{width:100px;height:auto}.header--home__border span{color:#fff}@media screen and (max-width: 1199.98px){.header--home{background-color:#7d7d7d}.header--home .header__content h2,.header--home .header__content .h2{font-size:2rem}}@media screen and (max-width: 991.98px){.header--home{background-color:#7d7d7d}.header--home .header__content h2,.header--home .header__content .h2{font-size:1.75rem;background:#222;background:-webkit-gradient(linear, left top, right top, from(#222), to(#6f6f6f));background:-webkit-linear-gradient(left, #222 0%, #6f6f6f 100%);background:-moz-linear-gradient(left, #222 0%, #6f6f6f 100%);background:-o-linear-gradient(left, #222 0%, #6f6f6f 100%);background:linear-gradient(to right, #222 0%, #6f6f6f 100%);padding-top:10px;padding-bottom:10px}.header--home .header__content h2:before,.header--home .header__content .h2:before{content:none}.icon-block{margin-left:auto;margin-right:auto}.header--home__border img{width:75px}.header--home__border span{font-size:.75rem}}@media screen and (max-width: 767.98px){.header__content h2,.header__content .h2{font-size:1.25rem}.header--home__border img{width:50px}.header-content .header--home__title{padding-left:unset;font-size:1.5rem}.header-content .header--home__title:before{content:none}}.main_product.animate img{opacity:1;-webkit-transition:opacity .25s ease-in;-o-transition:opacity .25s ease-in;-moz-transition:opacity .25s ease-in;transition:opacity .25s ease-in}.main_product.animate.animate img{opacity:.1;-webkit-transition:opacity .1s ease-out;-o-transition:opacity .1s ease-out;-moz-transition:opacity .1s ease-out;transition:opacity .1s ease-out}.header__image.slider{display:grid;grid-template-columns:1fr 5fr;padding-bottom:10px}.header__image.slider .image_variant__block{position:relative;z-index:-1}.header__image.slider .slider{position:relative;z-index:1}.header__image.slider .slider .dots{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;height:100%;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;justify-content:space-between;gap:20px;overflow-y:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;max-height:initial}.header__image.slider .slider .dot{cursor:pointer;border:rgba(18,18,18,.3) solid 1px;width:-webkit-max-content;width:-moz-max-content;width:max-content}.header__image.slider .slider .dot img{pointer-events:none}.header__image.slider .slider .dot.active{border-color:#121212;border-width:2px}.header__image.slider .slides{width:100%;height:100%;position:relative}.header__image.slider .slides .slide{position:absolute;opacity:0;-webkit-transition:.3s;-o-transition:.3s;-moz-transition:.3s;transition:.3s;top:0;left:0;right:0;bottom:0;pointer-events:none;width:530px}.header__image.slider .slides .slide img{max-width:100%}.header__image.slider .slides .slide.active{opacity:1;position:relative}.header__image.slider .main_product.slider .prev,.header__image.slider .main_product.slider .next{position:absolute;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);width:3rem;height:3rem;font-size:3rem;color:#000;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center;cursor:pointer;opacity:1;-webkit-transition:opacity .25s ease-in;-o-transition:opacity .25s ease-in;-moz-transition:opacity .25s ease-in;transition:opacity .25s ease-in}.header__image.slider .prev,.header__image.slider .next{width:0 !important;height:0 !important;font-size:0;-webkit-transition:opacity .25s ease-out;-o-transition:opacity .25s ease-out;-moz-transition:opacity .25s ease-out;transition:opacity .25s ease-out;opacity:0}.header__image.slider .prev{left:0;-webkit-box-pack:start;-webkit-justify-content:flex-start;-moz-box-pack:start;justify-content:flex-start}.header__image.slider .prev:before{content:"<"}.header__image.slider .next{right:0;-webkit-box-pack:end;-webkit-justify-content:flex-end;-moz-box-pack:end;justify-content:flex-end}.header__image.slider .next:after{content:">"}@media screen and (max-width: 1399.98px){.header__image.slider .slider .dot{max-width:95px}.header__image.slider .slides .slide{width:451px;height:514px}}@media screen and (max-width: 1199.98px){.header__image.slider .slider .dot{max-width:80px}.header__image.slider .slides .slide{width:376px;height:428px}}@media screen and (min-width: 992px){.dots{height:605px}}@media screen and (min-width: 768px)and (max-width: 991.98px){.header__image.slider{display:unset;position:relative}.header__image.slider .image_variant__block{width:280px;margin-left:auto}.header__image.slider .slider{position:absolute;top:0;bottom:0;left:0}.header__image.slider .slider .dots{gap:5px;-webkit-justify-content:space-around;justify-content:space-around}.header__image.slider .slider .dot{max-width:60px;border-width:2px}.header__image.slider .slides .slide{width:285px;height:auto}}@media screen and (max-width: 575.98px){.header__image.slider{grid-template-columns:5fr 1fr;max-height:425px;margin-bottom:1.5rem}.header__image.slider .slider{grid-row-start:1;grid-column-start:2;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;justify-content:center;-webkit-box-align:end;-webkit-align-items:end;-moz-box-align:end;align-items:end;margin-left:auto;height:90vw;overflow-y:auto}.header__image.slider .slider .dots{gap:15px}.header__image.slider .slider .dot{max-width:65px}.header__image.slider .slides .slide{width:100%;height:345px}.header__image.slider .image_variant__block{grid-column-start:1;grid-row-start:1;max-height:390px;height:100%}}@media screen and (max-width: 400.98px){.header__image.slider .slider .dots{gap:10px}.header__image.slider .slider .dot{max-width:55px}.header__image.slider .slides .slide{width:250px;height:300px}}.social-media+.footer{margin-top:0}.footer{margin-top:auto;padding:40px 0;background-color:#f4f4f4}.footer__wrapper{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;justify-content:center;-webkit-flex-wrap:wrap;flex-wrap:wrap}.footer__element{-webkit-flex-shrink:0;flex-shrink:0;-webkit-box-flex:0;-webkit-flex-grow:0;-moz-box-flex:0;flex-grow:0;margin:5px 0;padding:0 20px;border-right:1px solid #787878;line-height:1}.footer__element:last-child{border-right:none}.footer__element a,.footer__element a:link,.footer__element a:visited{color:#ababab;font-size:1.2rem;line-height:1;font-weight:300;text-decoration:none}.footer__element a:hover{color:#454545;text-decoration:underline}@media(max-width: 991.98px){.footer__element{padding:0 15px}}@media(max-width: 991.98px){.footer{padding:20px 0}.footer__element{padding:0 10px}.footer__element a,.footer__element a:link,.footer__element a:visited{font-size:1rem}}@media(max-width: 419.98px){.footer{padding:10px 0}}.cookies{position:fixed;right:0;bottom:0;left:0;z-index:1000;padding:10px 0;border-top:1px solid #787878;background-color:rgba(255,255,255,.9)}.cookies-popup{display:grid;background:rgba(0,0,0,.7);width:100%;height:100vh;position:fixed;top:0;right:0;bottom:0;left:0;z-index:9020;place-items:center;padding:10px;overflow:auto}.cookies__wrapper{-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center}.cookies__content{font-size:.9rem;line-height:1.2}.cookies__close{-webkit-box-flex:0;-webkit-flex:none;-moz-box-flex:0;flex:none;position:absolute;right:0;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;width:-webkit-max-content;width:-moz-max-content;width:max-content}.cookies__close button:focus,.cookies__close button:focus-visible{outline:none;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.cookies p{margin-bottom:0}@media(max-width: 991.98px){.cookies{padding:5px 0}.cookies__content{font-size:.8rem}}@media(max-width: 575.98px){.cookies__close{position:static}}@media(max-width: 419.98px){.cookies__content{padding-right:0}.cookies__close{padding-left:0}}.new-cookies-notices{position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;z-index:10;left:0;top:0;width:-webkit-calc(100% - 15px);width:-moz-calc(100% - 15px);width:calc(100% - 15px);max-width:550px;height:100%;max-height:-webkit-calc(100vh - 90px);max-height:-moz-calc(100vh - 90px);max-height:calc(100vh - 90px);min-height:200px;padding:10px;color:#000;display:grid;grid-template-columns:100%;place-content:center;place-items:center;-webkit-transition:opacity .3s ease;-o-transition:opacity .3s ease;-moz-transition:opacity .3s ease;transition:opacity .3s ease}.new-cookies-notices-popup{display:grid;background:rgba(0,0,0,.7);width:100%;height:100vh;position:fixed;top:0;right:0;bottom:0;left:0;z-index:9020;place-items:center;padding:10px;overflow:auto}.new-cookies-notices-popup.is-closed{opacity:0;pointer-events:none}.new-cookies-notices:not(.is-open){height:unset;background:rgba(255,255,255,.96);border-top:1px solid #ccc}.new-cookies-notices:not(.is-open) .new-cookies-notices__container{position:static;background:rgba(0,0,0,0);padding:0}.new-cookies-notices:not(.is-open) .new-cookies-notices__form{display:none}.new-cookies-notices.is-closed{opacity:0;pointer-events:none}.new-cookies-notices__container{width:635px;max-width:100%;padding:10px 20px;position:relative;background-color:#fff;font-family:"Roboto",sans-serif}.new-cookies-notices__close{display:none;position:absolute;top:10px;right:10px;cursor:pointer;background:rgba(0,0,0,0);border:none;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.new-cookies-notices__close.show{display:block}.new-cookies-notices__heading{font-weight:700;font-size:1.3em;line-height:1.5em;text-align:left}.new-cookies-notices__heading a{color:#222;text-decoration:underline}.new-cookies-notices__message{display:block;margin-bottom:10px;line-height:1.7em;font-size:max(9px,.9em)}.new-cookies-notices__form,.new-cookies-notices__options{display:grid;gap:10px}.new-cookies-notices__form{grid-template-columns:100%}.new-cookies-notices__options{grid-template-columns:repeat(2, minmax(1px, 1fr));margin-top:10px}.new-cookies-notices__option{padding:8px 10px;border:1px solid #e8e8e8;position:relative;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;top:unset;left:unset;font-size:12px;line-height:inherit;color:inherit;font-weight:400}.new-cookies-notices__option input{z-index:0;padding:0;width:auto;margin:0 5px 0 0;font-size:inherit;line-height:inherit;font-weight:inherit;vertical-align:middle}.new-cookies-notices__buttons{margin-top:10px;display:block}.new-cookies-notices__buttons.hidden{display:none}.new-cookies-notices__button{display:block;max-width:100%;width:100%;padding:7px 15px;border:1px solid #ddd;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;cursor:pointer;text-decoration:none;background-color:#fff;color:#2d2d2d;margin-bottom:10px;font-size:.9rem;text-align:center;-webkit-transition:all .15s ease-in;-o-transition:all .15s ease-in;-moz-transition:all .15s ease-in;transition:all .15s ease-in;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;line-height:normal;-webkit-appearance:none}.new-cookies-notices__button__button:visited{color:#2d2d2d}.new-cookies-notices__button.btn-lg{padding:10px 15px;margin:0;font-size:.7rem}.new-cookies-notices__button:last-child{margin-bottom:0}.new-cookies-notices__button--accept-all{border-color:#2d2d2d;background:#2d2d2d;color:#fff}.new-cookies-notices__button--accept-required{border-color:#e8e8e8;color:#2d2d2d}.new-cookies-notices__button:hover,.new-cookies-notices__button:focus,.new-cookies-notices__button:active{color:#fff;background-color:#ee7330;border-color:#ee7330;text-decoration:none}@media(min-width: 768px){.new-cookies-notices__container{max-width:-webkit-calc(100% - 40px);max-width:-moz-calc(100% - 40px);max-width:calc(100% - 40px)}.new-cookies-notices__form{grid-template-columns:repeat(3, minmax(1px, 1fr))}.new-cookies-notices__options{grid-template-columns:repeat(3, minmax(1px, 1fr));grid-column-end:span 3}}@media(min-width: 460px){.new-cookies-notices__buttons{text-align:center;margin:10px 0 5px}.new-cookies-notices__button{max-width:none;min-width:130px;width:auto;display:inline-block;margin:0 10px 0 0;padding:4px 10px 5px}.new-cookies-notices__button:last-child{margin-right:0}}@media(min-width: 960px){.new-cookies-notices__message,.new-cookies-notices__buttons{display:block;vertical-align:middle}.new-cookies-notices__buttons{margin-left:15px}}@media(min-width: 1300px){.new-cookies-notices:not(.is-open) .new-cookies-notices__container{width:1100px}}@media(min-width: 1500px){.new-cookies-notices:not(.is-open) .new-cookies-notices__container{width:1300px}}@media(max-width: 578px){.cookies-popup{padding:0}.new-cookies-notices{max-width:100vw}}html,body{height:100%;font-family:"Roboto";font-weight:300;-webkit-text-size-adjust:none}strong{font-weight:700}.strong{font-weight:700;display:inline}.h{font-size:unset;font-weight:unset;display:inline}select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:rgba(0,0,0,0) url("data:image/svg+xml;charset=UTF-8,%3csvg version='1.1' id='Warstwa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 20 10' style='enable-background:new 0 0 20 10;' xml:space='preserve'%3e%3cg id='layer1' transform='translate(0,-294.35415)'%3e%3cpath id='rect4522' d='M18.7,294.4L10,303l-8.7-8.7l-1.3,0l10,10l10-10L18.7,294.4z'/%3e%3c/g%3e%3c/svg%3e") right center/1em auto no-repeat}select::-ms-expand{display:none}@media screen and (min-width: 0\0 ){select{background-image:none\9 ;padding:5px\9 }}body>div:first-of-type{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;min-height:100%;overflow:hidden}.new-price{white-space:nowrap;display:inline}.old-price{font-size:.7em;line-height:1;margin-right:1px;white-space:nowrap;opacity:1;color:rgba(0,0,0,.5);position:relative;margin-right:.3em}.old-price:after{content:"";border-bottom:2px solid #94191d;position:absolute;width:110%;height:50%;-webkit-transform:rotate(-10deg) translateY(15%);-moz-transform:rotate(-10deg) translateY(15%);-o-transform:rotate(-10deg) translateY(15%);transform:rotate(-10deg) translateY(15%);left:-5%}.nav-cart__cell .old-price:after{-webkit-transform:rotate(-15deg) translateY(30%);-moz-transform:rotate(-15deg) translateY(30%);-o-transform:rotate(-15deg) translateY(30%);transform:rotate(-15deg) translateY(30%)}.products-grid__price .old-price:after{-webkit-transform:rotate(-15deg) translateY(40%);-moz-transform:rotate(-15deg) translateY(40%);-o-transform:rotate(-15deg) translateY(40%);transform:rotate(-15deg) translateY(40%)}.module .add-to-cart__price .old-price:after{-webkit-transform:rotate(-10deg) translateY(50%);-moz-transform:rotate(-10deg) translateY(50%);-o-transform:rotate(-10deg) translateY(50%);transform:rotate(-10deg) translateY(50%)}.add-to-cart--white .old-price{color:rgba(255,255,255,.5)}.old-price{display:none}.blackfriday .header{padding-top:156px}.blackfriday .old-price{display:initial}.blackfriday .products-grid__actions{gap:-webkit-calc(var(--bs-gutter-x)*.2);gap:-moz-calc(var(--bs-gutter-x)*.2);gap:calc(var(--bs-gutter-x)*.2);min-height:71px}@media screen and (max-width: 575.98px){.blackfriday .header{padding-top:120px}}.social-media{margin-top:auto;padding:40px 0}.social-media__header{text-align:center;font-size:2rem;line-height:1;font-weight:100}.social-media__wrapper{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;justify-content:center}.social-media__icons{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;justify-content:center;gap:10px;margin:20px 0 0;padding:0;list-style-type:none}.social-media__element{-webkit-flex-shrink:0;flex-shrink:0;-webkit-box-flex:0;-webkit-flex-grow:0;-moz-box-flex:0;flex-grow:0;-webkit-flex-basis:32px;flex-basis:32px;border:1px solid #454545;text-align:center}.social-media__icon{display:block;padding:5px;color:#454545;font-size:32px;line-height:1;text-decoration:none;cursor:pointer;-webkit-transition:300ms;-o-transition:300ms;-moz-transition:300ms;transition:300ms}.social-media__icon:hover{background-color:#454545;color:#fff}@media(max-width: 575.98px){.social-media{padding:30px 0}.social-media__header{font-size:1.2rem}.social-media__icons{margin-top:10px}.social-media__element{-webkit-flex-basis:20px;flex-basis:20px}.social-media__icon{font-size:20px}}@media(max-width: 419.98px){.social-media{padding:15px 0}}.facebook:hover i{color:#087ae9}.instagram:hover i{background:-webkit-linear-gradient(45deg, #f4b651 33%, #ca2d8e 66%, #a332ae);background:-moz-linear-gradient(45deg, #f4b651 33%, #ca2d8e 66%, #a332ae);background:-o-linear-gradient(45deg, #f4b651 33%, #ca2d8e 66%, #a332ae);background:linear-gradient(45deg, #f4b651 33%, #ca2d8e 66%, #a332ae);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);color:#dc2b6d}.tiktok:hover i{color:#000;text-shadow:-1px -1px 0 #00f3ee}.youtube:hover i{color:red}.pinterest:hover i{color:#b6071b}.social-media-section{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;gap:0 10px}.social-media-section a{color:inherit;font-size:3rem;text-decoration:none;display:block;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center;-webkit-transition:all .5s;-o-transition:all .5s;-moz-transition:all .5s;transition:all .5s;text-decoration:none}.social-media-section a:hover{text-decoration:none}.soicial-media-brand{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;gap:0 10px}.soicial-media-brand a{color:inherit;font-size:1.5rem;text-decoration:none;display:block;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center;-webkit-transition:all .5s;-o-transition:all .5s;-moz-transition:all .5s;transition:all .5s;border:1px #000 solid;padding:5px}@media(min-width: 576px){.soicial-media-brand a{font-size:1.75rem}}@media(min-width: 768px){.soicial-media-brand a{font-size:2rem}}@media(min-width: 992px){.soicial-media-brand a{font-size:2.5rem;border:2px #000 solid}}@media(min-width: 1400px){.soicial-media-brand a{font-size:3rem;border:2.75px #000 solid}}@media screen and (max-width: 567px){.social-section{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center;gap:10px}.social-section>img{height:50px;margin:1rem 0}.social-section .social-media-section{gap:0 30px}}.variant-color{--variant-color: transparent;position:relative;z-index:1;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;width:1em;height:1em;border:1px solid rgba(0,0,0,.3);cursor:pointer}.variant-color::before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-color:rgba(0,0,0,0)}.variant-color i{background-color:var(--variant-color);-webkit-box-flex:1;-webkit-flex:1 1 0;-moz-box-flex:1;flex:1 1 0;display:block}.variant-color--unavailable{cursor:default}.variant-color--unavailable>i{opacity:.5}.variant-color--unavailable::before,.variant-color--unavailable::after{content:"";position:absolute;top:-webkit-calc(50% - .5px);top:-moz-calc(50% - .5px);top:calc(50% - .5px);right:10%;bottom:-webkit-calc(50% - .5px);bottom:-moz-calc(50% - .5px);bottom:calc(50% - .5px);left:10%;z-index:3;display:block;background-color:rgba(0,0,0,.5)}.variant-color--unavailable::before{-webkit-transform:rotateZ(45deg);-moz-transform:rotateZ(45deg);-o-transform:rotateZ(45deg);transform:rotateZ(45deg)}.variant-color--unavailable::after{-webkit-transform:rotateZ(-45deg);-moz-transform:rotateZ(-45deg);-o-transform:rotateZ(-45deg);transform:rotateZ(-45deg)}.variant-color--active::before{top:-0.12em;right:-0.12em;bottom:-0.12em;left:-0.12em;border:1px solid rgba(0,0,0,.75)}.variant-color--white.active:before{border:1px solid rgba(255,255,255,.75)}.variant-color--white.variant-color{border:1px solid rgba(255,255,255,.3)}.variant-color--white.variant-color--unavailable::before,.variant-color--white.variant-color--unavailable::after{background-color:rgba(255,255,255,.5)}.variant-color--white.variant-color--active::before{border:1px solid rgba(255,255,255,.75)}.color-alert{position:absolute;top:-50px;right:0;padding:7px 14px;border:1px #000 solid;background-color:#fff;display:none;color:#000}.color-alert:after{content:"";width:12px;height:12px;bottom:-7px;left:18px;display:block;position:absolute;background-color:#fff;border-bottom:1px #000 solid;border-right:1px #000 solid;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}.esk-alert{top:30px}.header__title{letter-spacing:2px}.header .nc-search{font-size:1.75rem;display:block}.header .nc-search:before{color:#787878}.header .nc-search:hover:before{color:#000}main img{max-width:100%}.post{display:grid;grid-template-columns:235px auto;-webkit-column-gap:15px;-moz-column-gap:15px;column-gap:15px;margin-bottom:45px;column-gap:15px}.post__title{grid-column-start:1;grid-column-end:3;font-weight:200;margin-bottom:20px;font-size:2rem}.post__title a{color:#434343;-webkit-transition:300ms;-o-transition:300ms;-moz-transition:300ms;transition:300ms}.post__title a:hover{opacity:.75}.post__img{grid-column-start:1;grid-column-end:2;padding:7px;border:1px #787878 solid;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center;height:-webkit-max-content;height:-moz-max-content;height:max-content;width:-webkit-max-content;width:-moz-max-content;width:max-content;margin:auto;margin-top:7px;max-width:100%}.post__content{line-height:1.5;text-align:justify}.post__more a{display:block;max-width:-webkit-max-content;max-width:-moz-max-content;max-width:max-content;background-color:unset;color:#434343;padding:6px 25px;font-weight:400;font-size:.8rem;-webkit-transition:300ms;-o-transition:300ms;-moz-transition:300ms;transition:300ms}.post__more a:hover{background-color:#434343;color:#e3e3e3}.post a{text-decoration:none}.posts-pagination{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center;gap:0 5px}.posts-pagination a{font-size:1.25rem;color:#787878;text-decoration:none;line-height:1}.posts-pagination .active{color:#fff;background-color:#434343;padding:3px 5px}@media(max-width: 991.98px){.post{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;gap:10px}.post__title{margin-bottom:10px;text-align:center}.post__more{width:100%;border:1px solid #434343;text-align:center}.post__more a{max-width:unset}}.module{background:inherit;margin-bottom:10px}.module__products{padding:1rem}.module p{font-size:1rem;line-height:19px}.module h4,.module .h4{font-size:1.2rem;font-weight:400;line-height:1;color:#000}.module h4:after,.module .h4:after{content:"";display:block;background-color:#434343;height:3px;width:50%;margin:15px 0}.module a{text-decoration:none;color:inherit}.module ul{list-style-type:none;margin:0;padding:0}.module ul li{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex}.module .categories .category{position:relative}.module .categories .category:after{content:"";display:block;width:100%;height:1px;position:absolute;bottom:0;left:0;right:0;background:-webkit-gradient(linear, left top, right top, from(#eaeaea), color-stop(50%, #eaeaea), color-stop(90%, rgba(234, 234, 234, 0)), to(rgba(234, 234, 234, 0)));background:-webkit-linear-gradient(left, #eaeaea 0%, #eaeaea 50%, rgba(234, 234, 234, 0) 90%, rgba(234, 234, 234, 0) 100%);background:-moz-linear-gradient(left, #eaeaea 0%, #eaeaea 50%, rgba(234, 234, 234, 0) 90%, rgba(234, 234, 234, 0) 100%);background:-o-linear-gradient(left, #eaeaea 0%, #eaeaea 50%, rgba(234, 234, 234, 0) 90%, rgba(234, 234, 234, 0) 100%);background:linear-gradient(to right, #eaeaea 0%, #eaeaea 50%, rgba(234, 234, 234, 0) 90%, rgba(234, 234, 234, 0) 100%)}.module .categories .category:last-child:after{content:none}.module .categories .category a{font-family:Roboto;font-weight:400;font-size:.75rem;line-height:19px;color:#000;text-decoration:none;display:block;padding:5px 0;text-transform:uppercase;position:relative;padding:15px 52px 15px 0;width:100%}.module .categories .category a:hover{color:#787878}.module .categories .category a span{float:right;width:40px;height:40px;background:#eaeaea;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;position:absolute;right:0;top:4px;line-height:40px;text-align:center;font-size:.8rem;color:#000}.module .categories .category.active a{background:none}.module .categories .category.active a span{color:#fff}.module .latests .latest{position:relative;margin:20px 0;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;gap:0 10px}.module .latests .latest:last-child:before{content:none}.module .latests .latest:before{content:"";display:block;height:1px;position:absolute;right:0;bottom:-10px;width:-webkit-calc(75% - 6px);width:-moz-calc(75% - 6px);width:calc(75% - 6px);background:-webkit-gradient(linear, left top, right top, from(#eaeaea), color-stop(50%, #eaeaea), color-stop(90%, rgba(234, 234, 234, 0)), to(rgba(234, 234, 234, 0)));background:-webkit-linear-gradient(left, #eaeaea 0%, #eaeaea 50%, rgba(234, 234, 234, 0) 90%, rgba(234, 234, 234, 0) 100%);background:-moz-linear-gradient(left, #eaeaea 0%, #eaeaea 50%, rgba(234, 234, 234, 0) 90%, rgba(234, 234, 234, 0) 100%);background:-o-linear-gradient(left, #eaeaea 0%, #eaeaea 50%, rgba(234, 234, 234, 0) 90%, rgba(234, 234, 234, 0) 100%);background:linear-gradient(to right, #eaeaea 0%, #eaeaea 50%, rgba(234, 234, 234, 0) 90%, rgba(234, 234, 234, 0) 100%)}.module .latests .latest__img{max-width:25%;width:25%;height:100%;margin-right:6px;height:-webkit-max-content;height:-moz-max-content;height:max-content}.module .latests .latest p{margin:0;padding-top:5px}.module .latests .latest p a{font-weight:400;color:#000}.module .latests .latest p a:hover{color:#787878}.module .items .item{min-height:125px;padding-top:15px;position:relative}.module .items .item:before{content:"";position:absolute;top:0;left:-1rem;right:-1rem;bottom:0;background-image:-webkit-gradient(linear, left top, left bottom, from(rgba(236, 236, 236, 0.5)), color-stop(50%, #fff));background-image:-webkit-linear-gradient(rgba(236, 236, 236, 0.5) 0%, #fff 50%);background-image:-moz-linear-gradient(rgba(236, 236, 236, 0.5) 0%, #fff 50%);background-image:-o-linear-gradient(rgba(236, 236, 236, 0.5) 0%, #fff 50%);background-image:linear-gradient(rgba(236, 236, 236, 0.5) 0%, #fff 50%);z-index:-1}.module .items .item:last-child{-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.module .items .item .thumbnail{max-width:30%;min-width:80px}.module .items .item .thumbnail img{width:80px;height:86px}.module .items .item h5,.module .items .item .h5{padding:3px 0 3px 16px;font-family:Roboto;font-weight:400;font-size:1rem;line-height:1;text-transform:uppercase;border-left:2px solid #787878;color:#787878;margin-bottom:10px}.module .items .item .price-before{position:relative}.module .items .item button{text-transform:uppercase;font-family:Roboto;font-weight:400;color:#787878;font-size:.7rem;border:1px solid #787878;background-color:rgba(0,0,0,0);margin:0 0 20px 20px;display:block;padding:5px 20px !important;cursor:pointer;-webkit-transition:all 300ms ease;-o-transition:all 300ms ease;-moz-transition:all 300ms ease;transition:all 300ms ease;line-height:110%}.module .items .item button:hover{color:#fff;background-color:#787878}.module .items .item button:hover:before{color:#fff}.module .items .item button:before{content:attr(data-price-before);font-family:Roboto;-webkit-transition:all 300ms ease;-o-transition:all 300ms ease;-moz-transition:all 300ms ease;transition:all 300ms ease;font-weight:700;color:#707070;margin:0 !important;padding:0 0 2px 0 !important;display:block;border:none}.module .items .item.out-of-stock h5,.module .items .item.out-of-stock .h5{color:#aeaeae;border-color:#aeaeae}.module .items .item.out-of-stock button{color:#aeaeae;border-color:#aeaeae;cursor:default}.module .items .item.out-of-stock button:hover{background-color:#fff}.module .items .item.out-of-stock button:before{color:#aeaeae}.module .tags .tag{display:inline-block;padding:5px 6px;margin:7px 3px 0 0;background:#787878;font-family:Roboto;font-weight:400;font-size:.7rem;line-height:19px;color:#fff;-webkit-transition:all 300ms ease;-o-transition:all 300ms ease;-moz-transition:all 300ms ease;transition:all 300ms ease}.module .tags .tag:hover{background:#000;color:#fff}@media screen and (max-width: 399.98px){.module__products{padding:unset}.module .items .item:before{left:0;right:0}.module .items .item button{margin:0px 0px 20px 0px;padding:5px !important}}@media screen and (min-width: 768px)and (max-width: 991.98px){.module .items .item button{margin:0 0 20px 0px;padding:5px 10px !important}}@media screen and (min-width: 992px)and (max-width: 1199.98px){.module .items .item button{margin:0 0 20px 0px;padding:5px 10px !important}}@media(max-width: 767.98px){.header--blog .header__title{margin-top:10px;font-size:2rem}}.thumbnail{margin-bottom:1rem}.content a{color:inherit;text-decoration:none}.post__img img{max-width:220px;max-height:160px}.module .latests .latest__img{width:unset}.latest__img img{max-width:70px;max-height:70px}.add-to-cart-section{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;margin:40px 0;padding:20px 0 40px 180px;border-width:1px 0;border-style:solid;border-color:#787878;background-repeat:no-repeat;background-position:left 20px center;-webkit-background-size:120px 120px;-moz-background-size:120px;-o-background-size:120px;background-size:120px;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center}.add-to-cart-section .image{max-width:100px}.add-to-cart-section .title{line-height:1;position:relative;z-index:9;padding:3px 12px;border-left:4px solid #434343;max-width:315px}.add-to-cart-section .title:after{position:absolute;z-index:-1;top:-30px;right:0;display:block;width:100px;height:-webkit-calc(100% + 60px);height:-moz-calc(100% + 60px);height:calc(100% + 60px);content:"";background:inherit}.add-to-cart-section .button{margin-left:auto}.add-to-cart-section .button a{font-family:Lato;font-size:16px;font-weight:400;position:relative;display:inline-block;padding:10px;text-transform:uppercase;color:#fff;border:none;background-color:#ff7e00;-webkit-transition:all 300ms ease;-o-transition:all 300ms ease;-moz-transition:all 300ms ease;transition:all 300ms ease}.add-to-cart-section .button a:hover{background-color:#000}.add-to-cart-section a{color:inherit;text-decoration:none}.add-to-cart-section h3,.add-to-cart-section .h3{font-size:26px;font-weight:700;line-height:130%;margin:10px 0 15px 0;color:#585559}.add-to-cart-section .inci{font-size:12px;font-style:italic;color:#777}.category-banner{position:relative;z-index:1;display:block;width:100%;height:auto;margin:15px 0;padding:40px 15px 0;background-repeat:no-repeat;background-position:center top;-webkit-background-size:170px 170px;-moz-background-size:170px;-o-background-size:170px;background-size:170px;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;justify-content:space-between}.category-banner .clr-both{clear:both}.category-banner__border{position:absolute;z-index:-1;top:0;right:0;bottom:0;left:0;border-width:0 1px 1px 1px;border-style:solid;border-color:#787878}.category-banner__border:before{display:block;width:100%;height:1px;content:"";background:-webkit-linear-gradient(left, #787878 0%, #787878 -webkit-calc(35% + 75px), rgba(255, 167, 0, 0) -webkit-calc(50% + 75px), rgba(255, 167, 0, 0) -webkit-calc(50% + 80px), #787878 -webkit-calc(75% + 80px), #787878 100%);background:-moz-linear-gradient(left, #787878 0%, #787878 -moz-calc(35% + 75px), rgba(255, 167, 0, 0) -moz-calc(50% + 75px), rgba(255, 167, 0, 0) -moz-calc(50% + 80px), #787878 -moz-calc(75% + 80px), #787878 100%);background:-o-linear-gradient(left, #787878 0%, #787878 calc(35% + 75px), rgba(255, 167, 0, 0) calc(50% + 75px), rgba(255, 167, 0, 0) calc(50% + 80px), #787878 calc(75% + 80px), #787878 100%);background:linear-gradient(to right, #787878 0%, #787878 calc(35% + 75px), rgba(255, 167, 0, 0) calc(50% + 75px), rgba(255, 167, 0, 0) calc(50% + 80px), #787878 calc(75% + 80px), #787878 100%)}.category-banner__title{font-size:12px;line-height:1.5;float:left;width:-webkit-calc(50% - 130px);width:-moz-calc(50% - 130px);width:calc(50% - 130px);text-align:right;letter-spacing:1px;text-transform:uppercase;color:#444}.category-banner__title strong{font-size:22px;font-weight:900;display:block}.category-banner__title img{display:block;width:auto;height:22px;margin:5px 0 5px auto}.category-banner__content{font-weight:400;line-height:1.5;float:right;width:-webkit-calc(50% - 130px);width:-moz-calc(50% - 130px);width:calc(50% - 130px);margin-top:5px;text-transform:uppercase;color:rgba(34,34,34,.1333333333)}.category-banner__content ul{margin:0;padding:0;list-style-type:none}.category-banner__content ul li{font-size:14px !important;position:relative;padding-left:10px;list-style-type:none;color:#222;font-weight:300}.category-banner__content ul li:before{position:absolute;top:8px;left:0;display:block;width:4px;height:4px;content:"";-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;background-color:#787878}.category-banner__button{font-size:14px;line-height:1;position:relative;display:block;width:-webkit-max-content;width:-moz-max-content;width:max-content;min-width:255px;max-width:100%;height:auto;margin:35px auto 0;padding:12px 20px;text-align:center;text-transform:uppercase;color:#fff;background-color:#787878;text-decoration:none}.category-banner__button:hover{color:#fff}.category-banner__button:hover:after{top:-10px;right:-10px;bottom:-10px;left:-10px;-webkit-transition:all 500ms ease;-o-transition:all 500ms ease;-moz-transition:all 500ms ease;transition:all 500ms ease;opacity:0}.category-banner__button:after{position:absolute;top:0;right:0;bottom:0;left:0;display:block;content:"";opacity:1;border:1px solid #787878}form b{font-weight:700}form label{width:100%}form label input{margin-bottom:10px}form textarea{height:150px;text-transform:none !important;margin:5px 0 15px 0;font-family:Lato;font-weight:400;font-size:16px;line-height:50px;color:#000;width:100%;border:1px solid #585559}form input{font-family:Lato;font-size:16px;font-weight:400;line-height:50px;width:100%;height:50px;padding:4px 6px;-webkit-transition:all .2s linear;-o-transition:all .2s linear;-moz-transition:all .2s linear;transition:all .2s linear;text-transform:none !important;color:#000;border:1px solid #585559}form input[type=submit]{margin:10px 0;background-color:#787878;-webkit-transition:all .2s linear;-o-transition:all .2s linear;-moz-transition:all .2s linear;transition:all .2s linear;color:#fff;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;justify-content:center;line-height:1;text-transform:uppercase !important}form input[type=submit]:hover{background-color:#000}.postnav{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;width:100%;margin:20px 0;margin-left:auto;padding:0;list-style:none;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;justify-content:space-between}.postnav li{-webkit-transition:.3s;-o-transition:.3s;-moz-transition:.3s;transition:.3s}.postnav li a{font-family:Lato;font-size:16px;font-weight:400;line-height:19px;display:block;padding:8px 14px;text-align:center;color:#000;background-color:#eee;text-decoration:none;position:relative}.postnav li .previous:before,.postnav li .next:after{position:relative;top:2px}.postnav li .previous:before{content:"< "}.postnav li .next:after{content:" >"}.postnav li.next{margin-left:auto}@media(max-width: 1199.98px){.add-to-cart-section{margin:25px 0;padding:25px 10px;background-position:left center;-webkit-flex-wrap:wrap;flex-wrap:wrap;gap:10px}.add-to-cart-section .title{width:auto}.add-to-cart-section .title:after{top:25px;width:100%;height:100%}.add-to-cart-section .button{text-align:left}}@media(max-width: 991.98px){.category-banner{padding:20px 10px 0;-webkit-background-size:130px 130px;-moz-background-size:130px;-o-background-size:130px;background-size:130px}.category-banner__title{font-size:11px;width:-webkit-calc(50% - 70px);width:-moz-calc(50% - 70px);width:calc(50% - 70px)}.category-banner__title strong{font-size:18px}.category-banner__title img{height:18px}.category-banner__content{width:-webkit-calc(50% - 70px);width:-moz-calc(50% - 70px);width:calc(50% - 70px)}.category-banner__button{font-size:12px;min-width:200px;margin:30px auto 0;padding:5px 10px}}@media(max-width: 767.98px){.add-to-cart-section{-webkit-background-size:160px 160px;-moz-background-size:160px;-o-background-size:160px;background-size:160px}}@media(max-width: 575.98px){.category-banner{background-position:-webkit-calc(100% - 10px) -webkit-calc(100% - 25px);background-position:-moz-calc(100% - 10px) -moz-calc(100% - 25px);background-position:calc(100% - 10px) calc(100% - 25px);-webkit-background-size:120px 120px;-moz-background-size:120px;-o-background-size:120px;background-size:120px}.category-banner__border{border-width:1px 0 1px 1px}.category-banner__border:before{position:absolute;top:0;right:0;bottom:0;width:1px;height:100%;background:-webkit-linear-gradient(top, #787878 0%, #787878 -webkit-calc(85% - 100px), rgba(255, 167, 0, 0) -webkit-calc(100% - 100px), rgba(255, 167, 0, 0) -webkit-calc(100% - 90px), #787878 -webkit-calc(115% - 90px), #787878 100%);background:-moz-linear-gradient(top, #787878 0%, #787878 -moz-calc(85% - 100px), rgba(255, 167, 0, 0) -moz-calc(100% - 100px), rgba(255, 167, 0, 0) -moz-calc(100% - 90px), #787878 -moz-calc(115% - 90px), #787878 100%);background:-o-linear-gradient(top, #787878 0%, #787878 calc(85% - 100px), rgba(255, 167, 0, 0) calc(100% - 100px), rgba(255, 167, 0, 0) calc(100% - 90px), #787878 calc(115% - 90px), #787878 100%);background:linear-gradient(to bottom, #787878 0%, #787878 calc(85% - 100px), rgba(255, 167, 0, 0) calc(100% - 100px), rgba(255, 167, 0, 0) calc(100% - 90px), #787878 calc(115% - 90px), #787878 100%)}.category-banner__title{font-size:16px;width:100%;text-align:center}.category-banner__title strong{font-size:16px;display:inline}.category-banner__title img{margin:3px auto 10px}.category-banner__content{float:left;width:-webkit-calc(100% - 120px);width:-moz-calc(100% - 120px);width:calc(100% - 120px)}.category-banner__button{font-size:12px;min-width:200px;margin:15px auto 0;padding:5px 10px}}@media screen and (min-width: 768px)and (max-width: 991px){.category-banner{background-position:-webkit-calc(100% - 5px) -webkit-calc(100% - 10px);background-position:-moz-calc(100% - 5px) -moz-calc(100% - 10px);background-position:calc(100% - 5px) calc(100% - 10px);-webkit-background-size:120px 120px;-moz-background-size:120px;-o-background-size:120px;background-size:120px}.category-banner__border{border-width:1px 0 1px 1px}.category-banner__border:before{position:absolute;top:0;right:0;bottom:0;width:1px;height:100%;background:-webkit-linear-gradient(top, #787878 0%, #787878 -webkit-calc(85% - 100px), rgba(255, 167, 0, 0) -webkit-calc(100% - 100px), rgba(255, 167, 0, 0) -webkit-calc(100% - 90px), #787878 -webkit-calc(115% - 90px), #787878 100%);background:-moz-linear-gradient(top, #787878 0%, #787878 -moz-calc(85% - 100px), rgba(255, 167, 0, 0) -moz-calc(100% - 100px), rgba(255, 167, 0, 0) -moz-calc(100% - 90px), #787878 -moz-calc(115% - 90px), #787878 100%);background:-o-linear-gradient(top, #787878 0%, #787878 calc(85% - 100px), rgba(255, 167, 0, 0) calc(100% - 100px), rgba(255, 167, 0, 0) calc(100% - 90px), #787878 calc(115% - 90px), #787878 100%);background:linear-gradient(to bottom, #787878 0%, #787878 calc(85% - 100px), rgba(255, 167, 0, 0) calc(100% - 100px), rgba(255, 167, 0, 0) calc(100% - 90px), #787878 calc(115% - 90px), #787878 100%)}.category-banner__title{font-size:16px;width:100%;text-align:center}.category-banner__title strong{font-size:16px;display:inline}.category-banner__title img{height:18px;margin:3px auto 10px}.category-banner__content{float:left;width:-webkit-calc(100% - 120px);width:-moz-calc(100% - 120px);width:calc(100% - 120px)}.add-to-cart-section{-webkit-background-size:100px 100px !important;-moz-background-size:100px !important;-o-background-size:100px !important;background-size:100px !important;padding:20px 10px 10px}}@media(max-width: 991.98px){.add-to-cart-section{font-size:22px;background-position-y:10px;gap:0;display:grid;grid-template-columns:1fr 3fr 2fr;padding-right:0}.add-to-cart-section .image{max-width:75px;grid-column-start:1;grid-column-end:2}.add-to-cart-section .title{max-width:250px;margin-left:0;grid-column-start:2;grid-column-end:3;padding:3px 8px}.add-to-cart-section .title img{max-width:170px}.add-to-cart-section .title::after{content:none}.add-to-cart-section .title h3,.add-to-cart-section .title .h3{font-size:1.25rem;margin-bottom:5px;line-height:1.1}.add-to-cart-section .button{grid-column-start:3;grid-column-end:4;margin-bottom:0;padding-left:0;text-align:right}.add-to-cart-section .button a{font-size:14px;text-align:center;padding:5px}}.comments{margin-bottom:20px;border-bottom:1px solid}.comments p{font-family:Lato;font-weight:400;font-size:20px;line-height:19px;color:#222;text-decoration:none}.comments .author{font-family:Lato;font-weight:700;font-size:16px;line-height:1;color:#787878;margin:0;margin-bottom:5px;letter-spacing:0px}section.blog{margin-bottom:10px}@media(max-width: 767.98px){.add-to-cart-section{-webkit-background-size:120px 120px;-moz-background-size:120px;-o-background-size:120px;background-size:120px;padding:10px 10px;padding-bottom:40px;gap:10px}.add-to-cart-section h3,.add-to-cart-section .h3{font-size:22px}.add-to-cart-section .title{font-size:24px}}@media(max-width: 575.98px){.add-to-cart-section{gap:3px}.add-to-cart-section .title{font-size:20px;padding:3px 5px}.add-to-cart-section .title h3,.add-to-cart-section .title .h3{font-size:1.2rem}.add-to-cart-section .title .button a{font-size:.75rem}}.module .items .item .thumbnail img{width:unset;display:block;margin-left:auto;margin-right:10px}.color--active .variant-color:before{top:-3px;left:-3px;bottom:-3px;right:-3px;border:1px #000 solid}.item .add-to-cart{display:grid;grid-template-columns:1fr 1fr;width:100%}.item .add-to-cart__title{grid-row-start:1;grid-row-end:2;grid-column-start:1;grid-column-end:3}.item .add-to-cart__colors{margin-left:20px;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;justify-content:space-between;grid-row-start:2;grid-row-end:3;grid-column-start:1;grid-column-end:3;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;justify-content:space-between}.item .add-to-cart__colors-list ul{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;gap:0 5px}.item .add-to-cart button{width:-webkit-max-content;width:-moz-max-content;width:max-content;grid-row-start:3;grid-row-end:4;grid-column-start:1;grid-column-end:2}.item .add-to-cart button:disabled{background-color:#bebebe;color:#fff;border:none;opacity:.25}.item .add-to-cart button:disabled:hover{color:#fff;background-color:#bebebe}.item .add-to-cart__price{grid-row-start:3;grid-row-end:4;grid-column-start:2;grid-column-end:3;display:block;margin-left:auto}@media screen and (min-width: 992px)and (max-width: 1199.98px){.item .add-to-cart__colors{grid-template-columns:1fr;display:grid}.item .add-to-cart__colors-list{grid-row-start:1}.item .add-to-cart__colors-label{grid-row-start:2}}@media screen and (min-width: 768px)and (max-width: 991.98px){.item .add-to-cart button{margin-bottom:0 !important;grid-column-start:1;grid-column-end:3}.item .add-to-cart__price{margin-left:unset;grid-column-start:1;grid-column-end:3;grid-row-start:4;grid-row-end:5;text-align:center;margin-bottom:20px}}.color-alert{right:unset;left:0;width:-webkit-max-content;width:-moz-max-content;width:max-content}.add-to-cart__colors-list{position:relative}
/*# sourceMappingURL=blog.min.css.map */
