@charset "UTF-8";:root, [data-bs-theme=light] {--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-primary-text-emphasis: #052c65;--bs-secondary-text-emphasis: #2b2f32;--bs-success-text-emphasis: #0a3622;--bs-info-text-emphasis: #055160;--bs-warning-text-emphasis: #664d03;--bs-danger-text-emphasis: #58151c;--bs-light-text-emphasis: #495057;--bs-dark-text-emphasis: #495057;--bs-primary-bg-subtle: #cfe2ff;--bs-secondary-bg-subtle: #e2e3e5;--bs-success-bg-subtle: #d1e7dd;--bs-info-bg-subtle: #cff4fc;--bs-warning-bg-subtle: #fff3cd;--bs-danger-bg-subtle: #f8d7da;--bs-light-bg-subtle: #fcfcfd;--bs-dark-bg-subtle: #ced4da;--bs-primary-border-subtle: #9ec5fe;--bs-secondary-border-subtle: #c4c8cb;--bs-success-border-subtle: #a3cfbb;--bs-info-border-subtle: #9eeaf9;--bs-warning-border-subtle: #ffe69c;--bs-danger-border-subtle: #f1aeb5;--bs-light-border-subtle: #e9ecef;--bs-dark-border-subtle: #adb5bd;--bs-white-rgb: 255, 255, 255;--bs-black-rgb: 0, 0, 0;--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-color-rgb: 33, 37, 41;--bs-body-bg: #fff;--bs-body-bg-rgb: 255, 255, 255;--bs-emphasis-color: #000;--bs-emphasis-color-rgb: 0, 0, 0;--bs-secondary-color: rgba(33, 37, 41, 0.75);--bs-secondary-color-rgb: 33, 37, 41;--bs-secondary-bg: #e9ecef;--bs-secondary-bg-rgb: 233, 236, 239;--bs-tertiary-color: rgba(33, 37, 41, 0.5);--bs-tertiary-color-rgb: 33, 37, 41;--bs-tertiary-bg: #f8f9fa;--bs-tertiary-bg-rgb: 248, 249, 250;--bs-heading-color: inherit;--bs-link-color: #0d6efd;--bs-link-color-rgb: 13, 110, 253;--bs-link-decoration: underline;--bs-link-hover-color: #0a58ca;--bs-link-hover-color-rgb: 10, 88, 202;--bs-code-color: #d63384;--bs-highlight-color: #212529;--bs-highlight-bg: #fff3cd;--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-xxl: 2rem;--bs-border-radius-2xl: var(--bs-border-radius-xxl);--bs-border-radius-pill: 50rem;--bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);--bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);--bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);--bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);--bs-focus-ring-width: 0.25rem;--bs-focus-ring-opacity: 0.25;--bs-focus-ring-color: rgba(13, 110, 253, 0.25);--bs-form-valid-color: #198754;--bs-form-valid-border-color: #198754;--bs-form-invalid-color: #dc3545;--bs-form-invalid-border-color: #dc3545;}[data-bs-theme=dark] {color-scheme: dark;--bs-body-color: #dee2e6;--bs-body-color-rgb: 222, 226, 230;--bs-body-bg: #212529;--bs-body-bg-rgb: 33, 37, 41;--bs-emphasis-color: #fff;--bs-emphasis-color-rgb: 255, 255, 255;--bs-secondary-color: rgba(222, 226, 230, 0.75);--bs-secondary-color-rgb: 222, 226, 230;--bs-secondary-bg: #343a40;--bs-secondary-bg-rgb: 52, 58, 64;--bs-tertiary-color: rgba(222, 226, 230, 0.5);--bs-tertiary-color-rgb: 222, 226, 230;--bs-tertiary-bg: #2b3035;--bs-tertiary-bg-rgb: 43, 48, 53;--bs-primary-text-emphasis: #6ea8fe;--bs-secondary-text-emphasis: #a7acb1;--bs-success-text-emphasis: #75b798;--bs-info-text-emphasis: #6edff6;--bs-warning-text-emphasis: #ffda6a;--bs-danger-text-emphasis: #ea868f;--bs-light-text-emphasis: #f8f9fa;--bs-dark-text-emphasis: #dee2e6;--bs-primary-bg-subtle: #031633;--bs-secondary-bg-subtle: #161719;--bs-success-bg-subtle: #051b11;--bs-info-bg-subtle: #032830;--bs-warning-bg-subtle: #332701;--bs-danger-bg-subtle: #2c0b0e;--bs-light-bg-subtle: #343a40;--bs-dark-bg-subtle: #1a1d20;--bs-primary-border-subtle: #084298;--bs-secondary-border-subtle: #41464b;--bs-success-border-subtle: #0f5132;--bs-info-border-subtle: #087990;--bs-warning-border-subtle: #997404;--bs-danger-border-subtle: #842029;--bs-light-border-subtle: #495057;--bs-dark-border-subtle: #343a40;--bs-heading-color: inherit;--bs-link-color: #6ea8fe;--bs-link-hover-color: #8bb9fe;--bs-link-color-rgb: 110, 168, 254;--bs-link-hover-color-rgb: 139, 185, 254;--bs-code-color: #e685b5;--bs-highlight-color: #dee2e6;--bs-highlight-bg: #664d03;--bs-border-color: #495057;--bs-border-color-translucent: rgba(255, 255, 255, 0.15);--bs-form-valid-color: #75b798;--bs-form-valid-border-color: #75b798;--bs-form-invalid-color: #ea868f;--bs-form-invalid-border-color: #ea868f;}*, *::before, *::after {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: var(--bs-border-width) solid;opacity: 0.25;}h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {margin-top: 0;margin-bottom: 0.5rem;font-weight: 500;line-height: 1.2;color: var(--bs-heading-color);}h1, .h1 {font-size: calc(1.375rem + 1.5vw);}@media (min-width: 1200px) {h1, .h1 {font-size: 2.5rem;}}h2, .h2 {font-size: calc(1.325rem + 0.9vw);}@media (min-width: 1200px) {h2, .h2 {font-size: 2rem;}}h3, .h3 {font-size: calc(1.3rem + 0.6vw);}@media (min-width: 1200px) {h3, .h3 {font-size: 1.75rem;}}h4, .h4 {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;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: 0.5rem;margin-left: 0;}blockquote {margin: 0 0 1rem;}b, strong {font-weight: bolder;}small, .small {font-size: 0.875em;}mark, .mark {padding: 0.1875em;color: var(--bs-highlight-color);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: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));text-decoration: underline;}a:hover {--bs-link-color-rgb: var(--bs-link-hover-color-rgb);}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: 0.1875rem 0.375rem;font-size: 0.875em;color: var(--bs-body-bg);background-color: var(--bs-body-color);border-radius: 0.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: 0.5rem;padding-bottom: 0.5rem;color: var(--bs-secondary-color);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 {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;}output {display: inline-block;}iframe {border: 0;}summary {display: list-item;cursor: pointer;}progress {vertical-align: baseline;}[hidden] {display: none !important;}.list-unstyled {padding-left: 0;list-style: none;}.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;}.figure {display: inline-block;}.figure-img {margin-bottom: 0.5rem;line-height: 1;}.figure-caption {font-size: 0.875em;color: var(--bs-secondary-color);}.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: calc(var(--bs-gutter-x) * 0.5);padding-left: calc(var(--bs-gutter-x) * 0.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;}}:root {--bs-breakpoint-xs: 0;--bs-breakpoint-sm: 576px;--bs-breakpoint-md: 768px;--bs-breakpoint-lg: 992px;--bs-breakpoint-xl: 1200px;--bs-breakpoint-xxl: 1400px;}.row {--bs-gutter-x: 1.5rem;--bs-gutter-y: 0;display: flex;flex-wrap: wrap;margin-top: calc(-1 * var(--bs-gutter-y));margin-right: calc(-0.5 * var(--bs-gutter-x));margin-left: calc(-0.5 * var(--bs-gutter-x));}.row > * {flex-shrink: 0;width: 100%;max-width: 100%;padding-right: calc(var(--bs-gutter-x) * 0.5);padding-left: calc(var(--bs-gutter-x) * 0.5);margin-top: var(--bs-gutter-y);}.col {flex: 1 0 0%;}.col-auto {flex: 0 0 auto;width: auto;}.col-1 {flex: 0 0 auto;width: 8.33333333%;}.col-2 {flex: 0 0 auto;width: 16.66666667%;}.col-3 {flex: 0 0 auto;width: 25%;}.col-4 {flex: 0 0 auto;width: 33.33333333%;}.col-5 {flex: 0 0 auto;width: 41.66666667%;}.col-6 {flex: 0 0 auto;width: 50%;}.col-7 {flex: 0 0 auto;width: 58.33333333%;}.col-8 {flex: 0 0 auto;width: 66.66666667%;}.col-9 {flex: 0 0 auto;width: 75%;}.col-10 {flex: 0 0 auto;width: 83.33333333%;}.col-11 {flex: 0 0 auto;width: 91.66666667%;}.col-12 {flex: 0 0 auto;width: 100%;}@media (min-width: 576px) {.col-sm {flex: 1 0 0%;}.row-cols-sm-auto > * {flex: 0 0 auto;width: auto;}.row-cols-sm-1 > * {flex: 0 0 auto;width: 100%;}.row-cols-sm-2 > * {flex: 0 0 auto;width: 50%;}.row-cols-sm-3 > * {flex: 0 0 auto;width: 33.33333333%;}.row-cols-sm-4 > * {flex: 0 0 auto;width: 25%;}.row-cols-sm-5 > * {flex: 0 0 auto;width: 20%;}.row-cols-sm-6 > * {flex: 0 0 auto;width: 16.66666667%;}.col-sm-auto {flex: 0 0 auto;width: auto;}.col-sm-1 {flex: 0 0 auto;width: 8.33333333%;}.col-sm-2 {flex: 0 0 auto;width: 16.66666667%;}.col-sm-3 {flex: 0 0 auto;width: 25%;}.col-sm-4 {flex: 0 0 auto;width: 33.33333333%;}.col-sm-5 {flex: 0 0 auto;width: 41.66666667%;}.col-sm-6 {flex: 0 0 auto;width: 50%;}.col-sm-7 {flex: 0 0 auto;width: 58.33333333%;}.col-sm-8 {flex: 0 0 auto;width: 66.66666667%;}.col-sm-9 {flex: 0 0 auto;width: 75%;}.col-sm-10 {flex: 0 0 auto;width: 83.33333333%;}.col-sm-11 {flex: 0 0 auto;width: 91.66666667%;}.col-sm-12 {flex: 0 0 auto;width: 100%;}}@media (min-width: 768px) {.col-md {flex: 1 0 0%;}.row-cols-md-auto > * {flex: 0 0 auto;width: auto;}.row-cols-md-1 > * {flex: 0 0 auto;width: 100%;}.row-cols-md-2 > * {flex: 0 0 auto;width: 50%;}.row-cols-md-3 > * {flex: 0 0 auto;width: 33.33333333%;}.row-cols-md-4 > * {flex: 0 0 auto;width: 25%;}.row-cols-md-5 > * {flex: 0 0 auto;width: 20%;}.row-cols-md-6 > * {flex: 0 0 auto;width: 16.66666667%;}.col-md-auto {flex: 0 0 auto;width: auto;}.col-md-1 {flex: 0 0 auto;width: 8.33333333%;}.col-md-2 {flex: 0 0 auto;width: 16.66666667%;}.col-md-3 {flex: 0 0 auto;width: 25%;}.col-md-4 {flex: 0 0 auto;width: 33.33333333%;}.col-md-5 {flex: 0 0 auto;width: 41.66666667%;}.col-md-6 {flex: 0 0 auto;width: 50%;}.col-md-7 {flex: 0 0 auto;width: 58.33333333%;}.col-md-8 {flex: 0 0 auto;width: 66.66666667%;}.col-md-9 {flex: 0 0 auto;width: 75%;}.col-md-10 {flex: 0 0 auto;width: 83.33333333%;}.col-md-11 {flex: 0 0 auto;width: 91.66666667%;}.col-md-12 {flex: 0 0 auto;width: 100%;}}@media (min-width: 992px) {.col-lg-2 {flex: 0 0 auto;width: 16.66666667%;}.col-lg-3 {flex: 0 0 auto;width: 25%;}.col-lg-4 {flex: 0 0 auto;width: 33.33333333%;}.col-lg-6 {flex: 0 0 auto;width: 50%;}.col-lg-8 {flex: 0 0 auto;width: 66.66666667%;}.col-lg-9 {flex: 0 0 auto;width: 75%;}}@media (min-width: 1400px) {.col-xxl-3 {flex: 0 0 auto;width: 25%;}.col-xxl-6 {flex: 0 0 auto;width: 50%;}}.form-control {display: block;width: 100%;padding: 0.375rem 0.75rem;font-size: 1rem;font-weight: 400;line-height: 1.5;color: var(--bs-body-color);-webkit-appearance: none;-moz-appearance: none;appearance: none;background-color: var(--bs-body-bg);background-clip: padding-box;border: var(--bs-border-width) solid var(--bs-border-color);border-radius: var(--bs-border-radius);transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;}.form-control::placeholder {color: var(--bs-secondary-color);opacity: 1;}.btn {--bs-btn-padding-x: 0.75rem;--bs-btn-padding-y: 0.375rem;--bs-btn-font-family: ;--bs-btn-font-size: 1rem;--bs-btn-font-weight: 400;--bs-btn-line-height: 1.5;--bs-btn-color: var(--bs-body-color);--bs-btn-bg: transparent;--bs-btn-border-width: var(--bs-border-width);--bs-btn-border-color: transparent;--bs-btn-border-radius: var(--bs-border-radius);--bs-btn-hover-border-color: transparent;--bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);--bs-btn-disabled-opacity: 0.65;--bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);display: inline-block;padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);font-family: var(--bs-btn-font-family);font-size: var(--bs-btn-font-size);font-weight: var(--bs-btn-font-weight);line-height: var(--bs-btn-line-height);color: var(--bs-btn-color);text-align: center;text-decoration: none;vertical-align: middle;cursor: pointer;-webkit-user-select: none;-moz-user-select: none;user-select: none;border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);border-radius: var(--bs-btn-border-radius);background-color: var(--bs-btn-bg);transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;}.btn-primary {--bs-btn-color: #fff;--bs-btn-bg: #0d6efd;--bs-btn-border-color: #0d6efd;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #0b5ed7;--bs-btn-hover-border-color: #0a58ca;--bs-btn-focus-shadow-rgb: 49, 132, 253;--bs-btn-active-color: #fff;--bs-btn-active-bg: #0a58ca;--bs-btn-active-border-color: #0a53be;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #fff;--bs-btn-disabled-bg: #0d6efd;--bs-btn-disabled-border-color: #0d6efd;}.btn-light {--bs-btn-color: #000;--bs-btn-bg: #f8f9fa;--bs-btn-border-color: #f8f9fa;--bs-btn-hover-color: #000;--bs-btn-hover-bg: #d3d4d5;--bs-btn-hover-border-color: #c6c7c8;--bs-btn-focus-shadow-rgb: 211, 212, 213;--bs-btn-active-color: #000;--bs-btn-active-bg: #c6c7c8;--bs-btn-active-border-color: #babbbc;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #000;--bs-btn-disabled-bg: #f8f9fa;--bs-btn-disabled-border-color: #f8f9fa;}.btn-dark {--bs-btn-color: #fff;--bs-btn-bg: #212529;--bs-btn-border-color: #212529;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #424649;--bs-btn-hover-border-color: #373b3e;--bs-btn-focus-shadow-rgb: 66, 70, 73;--bs-btn-active-color: #fff;--bs-btn-active-bg: #4d5154;--bs-btn-active-border-color: #373b3e;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #fff;--bs-btn-disabled-bg: #212529;--bs-btn-disabled-border-color: #212529;}.collapse:not(.show) {display: none;}.nav {--bs-nav-link-padding-x: 1rem;--bs-nav-link-padding-y: 0.5rem;--bs-nav-link-font-weight: ;--bs-nav-link-color: var(--bs-link-color);--bs-nav-link-hover-color: var(--bs-link-hover-color);--bs-nav-link-disabled-color: var(--bs-secondary-color);display: flex;flex-wrap: wrap;padding-left: 0;margin-bottom: 0;list-style: none;}.nav-link {display: block;padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);font-size: var(--bs-nav-link-font-size);font-weight: var(--bs-nav-link-font-weight);color: var(--bs-nav-link-color);text-decoration: none;background: none;border: 0;transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;}.nav-pills {--bs-nav-pills-border-radius: var(--bs-border-radius);--bs-nav-pills-link-active-color: #fff;--bs-nav-pills-link-active-bg: #0d6efd;}.nav-pills .nav-link {border-radius: var(--bs-nav-pills-border-radius);}.card {--bs-card-spacer-y: 1rem;--bs-card-spacer-x: 1rem;--bs-card-title-spacer-y: 0.5rem;--bs-card-title-color: ;--bs-card-subtitle-color: ;--bs-card-border-width: var(--bs-border-width);--bs-card-border-color: var(--bs-border-color-translucent);--bs-card-border-radius: var(--bs-border-radius);--bs-card-box-shadow: ;--bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));--bs-card-cap-padding-y: 0.5rem;--bs-card-cap-padding-x: 1rem;--bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);--bs-card-cap-color: ;--bs-card-height: ;--bs-card-color: ;--bs-card-bg: var(--bs-body-bg);--bs-card-img-overlay-padding: 1rem;--bs-card-group-margin: 0.75rem;position: relative;display: flex;flex-direction: column;min-width: 0;height: var(--bs-card-height);color: var(--bs-body-color);word-wrap: break-word;background-color: var(--bs-card-bg);background-clip: border-box;border: var(--bs-card-border-width) solid var(--bs-card-border-color);border-radius: var(--bs-card-border-radius);}.card > hr {margin-right: 0;margin-left: 0;}.card > .list-group {border-top: inherit;border-bottom: inherit;}.card > .list-group:first-child {border-top-width: 0;border-top-left-radius: var(--bs-card-inner-border-radius);border-top-right-radius: var(--bs-card-inner-border-radius);}.card > .list-group:last-child {border-bottom-width: 0;border-bottom-right-radius: var(--bs-card-inner-border-radius);border-bottom-left-radius: var(--bs-card-inner-border-radius);}.card > .card-header + .list-group, .card > .list-group + .card-footer {border-top: 0;}.card-body {flex: 1 1 auto;padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);color: var(--bs-card-color);}.card-title {margin-bottom: var(--bs-card-title-spacer-y);color: var(--bs-card-title-color);}.card-subtitle {margin-top: calc(-0.5 * var(--bs-card-title-spacer-y));margin-bottom: 0;color: var(--bs-card-subtitle-color);}.card-text:last-child {margin-bottom: 0;}.card-link + .card-link {margin-left: var(--bs-card-spacer-x);}.card-header {padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);margin-bottom: 0;color: var(--bs-card-cap-color);background-color: var(--bs-card-cap-bg);border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);}.card-header:first-child {border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0;}.card-footer {padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);color: var(--bs-card-cap-color);background-color: var(--bs-card-cap-bg);border-top: var(--bs-card-border-width) solid var(--bs-card-border-color);}.card-footer:last-child {border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius);}.card-header-tabs {margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));margin-bottom: calc(-1 * var(--bs-card-cap-padding-y));margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));border-bottom: 0;}.card-header-tabs .nav-link.active {background-color: var(--bs-card-bg);border-bottom-color: var(--bs-card-bg);}.card-header-pills {margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));}.card-img-overlay {position: absolute;top: 0;right: 0;bottom: 0;left: 0;padding: var(--bs-card-img-overlay-padding);border-radius: var(--bs-card-inner-border-radius);}.card-img, .card-img-top, .card-img-bottom {width: 100%;}.card-img, .card-img-top {border-top-left-radius: var(--bs-card-inner-border-radius);border-top-right-radius: var(--bs-card-inner-border-radius);}.card-img, .card-img-bottom {border-bottom-right-radius: var(--bs-card-inner-border-radius);border-bottom-left-radius: var(--bs-card-inner-border-radius);}.card-group > .card {margin-bottom: var(--bs-card-group-margin);}@media (min-width: 576px) {.card-group {display: flex;flex-flow: row wrap;}.card-group > .card {flex: 1 0 0%;margin-bottom: 0;}.card-group > .card + .card {margin-left: 0;border-left: 0;}.card-group > .card:not(:last-child) {border-top-right-radius: 0;border-bottom-right-radius: 0;}.card-group > .card:not(:last-child) .card-img-top, .card-group > .card:not(:last-child) .card-header {border-top-right-radius: 0;}.card-group > .card:not(:last-child) .card-img-bottom, .card-group > .card:not(:last-child) .card-footer {border-bottom-right-radius: 0;}.card-group > .card:not(:first-child) {border-top-left-radius: 0;border-bottom-left-radius: 0;}.card-group > .card:not(:first-child) .card-img-top, .card-group > .card:not(:first-child) .card-header {border-top-left-radius: 0;}.card-group > .card:not(:first-child) .card-img-bottom, .card-group > .card:not(:first-child) .card-footer {border-bottom-left-radius: 0;}}.breadcrumb {--bs-breadcrumb-padding-x: 0;--bs-breadcrumb-padding-y: 0;--bs-breadcrumb-margin-bottom: 1rem;--bs-breadcrumb-bg: ;--bs-breadcrumb-border-radius: ;--bs-breadcrumb-divider-color: var(--bs-secondary-color);--bs-breadcrumb-item-padding-x: 0.5rem;--bs-breadcrumb-item-active-color: var(--bs-secondary-color);display: flex;flex-wrap: wrap;padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);margin-bottom: var(--bs-breadcrumb-margin-bottom);font-size: var(--bs-breadcrumb-font-size);list-style: none;background-color: var(--bs-breadcrumb-bg);border-radius: var(--bs-breadcrumb-border-radius);}.breadcrumb-item + .breadcrumb-item {padding-left: var(--bs-breadcrumb-item-padding-x);}.breadcrumb-item + .breadcrumb-item::before {float: left;padding-right: var(--bs-breadcrumb-item-padding-x);color: var(--bs-breadcrumb-divider-color);content: var(--bs-breadcrumb-divider, "/") ;}.breadcrumb-item.active {color: var(--bs-breadcrumb-item-active-color);}.alert {--bs-alert-bg: transparent;--bs-alert-padding-x: 1rem;--bs-alert-padding-y: 1rem;--bs-alert-margin-bottom: 1rem;--bs-alert-color: inherit;--bs-alert-border-color: transparent;--bs-alert-border: var(--bs-border-width) solid var(--bs-alert-border-color);--bs-alert-border-radius: var(--bs-border-radius);--bs-alert-link-color: inherit;position: relative;padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);margin-bottom: var(--bs-alert-margin-bottom);color: var(--bs-alert-color);background-color: var(--bs-alert-bg);border: var(--bs-alert-border);border-radius: var(--bs-alert-border-radius);}.alert-success {--bs-alert-color: var(--bs-success-text-emphasis);--bs-alert-bg: var(--bs-success-bg-subtle);--bs-alert-border-color: var(--bs-success-border-subtle);--bs-alert-link-color: var(--bs-success-text-emphasis);}.alert-danger {--bs-alert-color: var(--bs-danger-text-emphasis);--bs-alert-bg: var(--bs-danger-bg-subtle);--bs-alert-border-color: var(--bs-danger-border-subtle);--bs-alert-link-color: var(--bs-danger-text-emphasis);}@keyframes progress-bar-stripes {0% {background-position-x: 1rem;}}.progress, .progress-stacked {--bs-progress-height: 1rem;--bs-progress-font-size: 0.75rem;--bs-progress-bg: var(--bs-secondary-bg);--bs-progress-border-radius: var(--bs-border-radius);--bs-progress-box-shadow: var(--bs-box-shadow-inset);--bs-progress-bar-color: #fff;--bs-progress-bar-bg: #0d6efd;--bs-progress-bar-transition: width 0.6s ease;display: flex;height: var(--bs-progress-height);overflow: hidden;font-size: var(--bs-progress-font-size);background-color: var(--bs-progress-bg);border-radius: var(--bs-progress-border-radius);}.progress-bar {display: flex;flex-direction: column;justify-content: center;overflow: hidden;color: var(--bs-progress-bar-color);text-align: center;white-space: nowrap;background-color: var(--bs-progress-bar-bg);transition: var(--bs-progress-bar-transition);}@media (prefers-reduced-motion: reduce) {.progress-bar {transition: none;}}.progress-bar-striped {background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-size: var(--bs-progress-height) var(--bs-progress-height);}.progress-stacked > .progress {overflow: visible;}.progress-stacked > .progress > .progress-bar {width: 100%;}.progress-bar-animated {animation: 1s linear infinite progress-bar-stripes;}@media (prefers-reduced-motion: reduce) {.progress-bar-animated {animation: none;}}.btn-close {--bs-btn-close-color: #000;--bs-btn-close-bg: 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");--bs-btn-close-opacity: 0.5;--bs-btn-close-hover-opacity: 0.75;--bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);--bs-btn-close-focus-opacity: 1;--bs-btn-close-disabled-opacity: 0.25;--bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);box-sizing: content-box;width: 1em;height: 1em;padding: 0.25em 0.25em;color: var(--bs-btn-close-color);background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;border: 0;border-radius: 0.375rem;opacity: var(--bs-btn-close-opacity);}.btn-close:hover {color: var(--bs-btn-close-color);text-decoration: none;opacity: var(--bs-btn-close-hover-opacity);}.btn-close:focus {outline: 0;box-shadow: var(--bs-btn-close-focus-shadow);opacity: var(--bs-btn-close-focus-opacity);}.btn-close:disabled, .btn-close.disabled {pointer-events: none;-webkit-user-select: none;-moz-user-select: none;user-select: none;opacity: var(--bs-btn-close-disabled-opacity);}.btn-close-white {filter: var(--bs-btn-close-white-filter);}.modal {--bs-modal-zindex: 1055;--bs-modal-width: 500px;--bs-modal-padding: 1rem;--bs-modal-margin: 0.5rem;--bs-modal-color: ;--bs-modal-bg: var(--bs-body-bg);--bs-modal-border-color: var(--bs-border-color-translucent);--bs-modal-border-width: var(--bs-border-width);--bs-modal-border-radius: var(--bs-border-radius-lg);--bs-modal-box-shadow: var(--bs-box-shadow-sm);--bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));--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: var(--bs-border-width);--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: var(--bs-border-width);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 {transition: transform 0.3s ease-out;transform: translate(0, -50px);}@media (prefers-reduced-motion: reduce) {.modal.fade .modal-dialog {transition: none;}}.modal.show .modal-dialog {transform: none;}.modal.modal-static .modal-dialog {transform: scale(1.02);}.modal-dialog-scrollable {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: flex;align-items: center;min-height: calc(100% - var(--bs-modal-margin) * 2);}.modal-content {position: relative;display: flex;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);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: flex;flex-shrink: 0;align-items: center;padding: var(--bs-modal-header-padding);border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);border-top-left-radius: var(--bs-modal-inner-border-radius);border-top-right-radius: var(--bs-modal-inner-border-radius);}.modal-header .btn-close {padding: calc(var(--bs-modal-header-padding-y) * 0.5) calc(var(--bs-modal-header-padding-x) * 0.5);margin: calc(-0.5 * var(--bs-modal-header-padding-y)) calc(-0.5 * var(--bs-modal-header-padding-x)) calc(-0.5 * var(--bs-modal-header-padding-y)) auto;}.modal-title {margin-bottom: 0;line-height: var(--bs-modal-title-line-height);}.modal-body {position: relative;flex: 1 1 auto;padding: var(--bs-modal-padding);}.modal-footer {display: flex;flex-shrink: 0;flex-wrap: wrap;align-items: center;justify-content: flex-end;padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * 0.5);background-color: var(--bs-modal-footer-bg);border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);border-bottom-right-radius: var(--bs-modal-inner-border-radius);border-bottom-left-radius: var(--bs-modal-inner-border-radius);}.modal-footer > * {margin: calc(var(--bs-modal-footer-gap) * 0.5);}@media (min-width: 576px) {.modal {--bs-modal-margin: 1.75rem;--bs-modal-box-shadow: var(--bs-box-shadow);}.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;border-radius: 0;}.modal-fullscreen .modal-header, .modal-fullscreen .modal-footer {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;border-radius: 0;}.modal-fullscreen-sm-down .modal-header, .modal-fullscreen-sm-down .modal-footer {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;border-radius: 0;}.modal-fullscreen-md-down .modal-header, .modal-fullscreen-md-down .modal-footer {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;border-radius: 0;}.modal-fullscreen-lg-down .modal-header, .modal-fullscreen-lg-down .modal-footer {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;border-radius: 0;}.modal-fullscreen-xl-down .modal-header, .modal-fullscreen-xl-down .modal-footer {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;border-radius: 0;}.modal-fullscreen-xxl-down .modal-header, .modal-fullscreen-xxl-down .modal-footer {border-radius: 0;}.modal-fullscreen-xxl-down .modal-body {overflow-y: auto;}}.offcanvas, .offcanvas-xxl, .offcanvas-xl, .offcanvas-lg, .offcanvas-md, .offcanvas-sm {--bs-offcanvas-zindex: 1045;--bs-offcanvas-width: 400px;--bs-offcanvas-height: 30vh;--bs-offcanvas-padding-x: 1rem;--bs-offcanvas-padding-y: 1rem;--bs-offcanvas-color: var(--bs-body-color);--bs-offcanvas-bg: var(--bs-body-bg);--bs-offcanvas-border-width: var(--bs-border-width);--bs-offcanvas-border-color: var(--bs-border-color-translucent);--bs-offcanvas-box-shadow: var(--bs-box-shadow-sm);--bs-offcanvas-transition: transform 0.3s ease-in-out;--bs-offcanvas-title-line-height: 1.5;}.offcanvas {position: fixed;bottom: 0;z-index: var(--bs-offcanvas-zindex);display: flex;flex-direction: column;max-width: 100%;color: var(--bs-offcanvas-color);visibility: hidden;background-color: var(--bs-offcanvas-bg);background-clip: padding-box;outline: 0;transition: var(--bs-offcanvas-transition);}@media (prefers-reduced-motion: reduce) {.offcanvas {transition: none;}}.offcanvas.offcanvas-start {top: 0;left: 0;width: var(--bs-offcanvas-width);border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform: translateX(-100%);}.offcanvas.offcanvas-end {top: 0;right: 0;width: var(--bs-offcanvas-width);border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform: translateX(100%);}.offcanvas.offcanvas-top {top: 0;right: 0;left: 0;height: var(--bs-offcanvas-height);max-height: 100%;border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform: translateY(-100%);}.offcanvas.offcanvas-bottom {right: 0;left: 0;height: var(--bs-offcanvas-height);max-height: 100%;border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform: translateY(100%);}.offcanvas.showing, .offcanvas.show:not(.hiding) {transform: none;}.offcanvas.showing, .offcanvas.hiding, .offcanvas.show {visibility: visible;}.offcanvas-backdrop {position: fixed;top: 0;left: 0;z-index: 1040;width: 100vw;height: 100vh;background-color: #000;}.offcanvas-backdrop.fade {opacity: 0;}.offcanvas-backdrop.show {opacity: 0.5;}.offcanvas-header {display: flex;align-items: center;padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);}.offcanvas-header .btn-close {padding: calc(var(--bs-offcanvas-padding-y) * 0.5) calc(var(--bs-offcanvas-padding-x) * 0.5);margin: calc(-0.5 * var(--bs-offcanvas-padding-y)) calc(-0.5 * var(--bs-offcanvas-padding-x)) calc(-0.5 * var(--bs-offcanvas-padding-y)) auto;}.offcanvas-title {margin-bottom: 0;line-height: var(--bs-offcanvas-title-line-height);}.offcanvas-body {flex-grow: 1;padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);overflow-y: auto;}.overflow-hidden {overflow: hidden !important;}.overflow-visible {overflow: visible !important;}.overflow-scroll {overflow: scroll !important;}.overflow-x-auto {overflow-x: auto !important;}.overflow-x-hidden {overflow-x: hidden !important;}.overflow-x-visible {overflow-x: visible !important;}.overflow-x-scroll {overflow-x: scroll !important;}.overflow-y-auto {overflow-y: auto !important;}.overflow-y-hidden {overflow-y: hidden !important;}.overflow-y-visible {overflow-y: visible !important;}.overflow-y-scroll {overflow-y: 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-inline-grid {display: inline-grid !important;}.d-table {display: table !important;}.d-table-row {display: table-row !important;}.d-table-cell {display: table-cell !important;}.d-flex {display: flex !important;}.d-none {display: none !important;}.position-relative {position: relative !important;}.position-absolute {position: absolute !important;}.top-0 {top: 0 !important;}.bottom-0 {bottom: 0 !important;}.border-0 {border: 0 !important;}.border-top-0 {border-top: 0 !important;}.w-100 {width: 100% !important;}.justify-content-center {display: flex;justify-content: center;}.top-10 {top: 10px !important;}.w-auto {width: auto !important;}.align-items-start {align-items: flex-start !important;}.w-100 {width: 100% !important;}.h-100 {height: 100% !important;}.h-auto {height: auto !important;}.btn.btn-xl {font-size: 16px;font-size: 1rem;padding: 12.8px 32px;padding: 0.8rem 2rem;}.me-3 {margin-right: 1rem !important;float: left;}.anim-hover-translate-top-5px:hover {transform: translateY(-5px) !important;}.flex-column {flex-direction: column !important;}.justify-content-end {justify-content: flex-end !important;}.align-items-center {align-items: center !important;}.my-4 {margin-top: 1.5rem !important;margin-bottom: 1.5rem !important;}.my-5 {margin-top: 3rem !important;margin-bottom: 3rem !important;}.me-auto {margin-right: auto !important;}.mb-0 {margin-bottom: 0 !important;}.mb-2 {margin-bottom: 0.5rem !important;}.mb-3 {margin-bottom: 1rem !important;}.mb-4 {margin-bottom: 1.5rem !important;}.mb-5 {margin-bottom: 3rem !important;}.ms-2 {margin-left: 0.5rem !important;}.ms-3 {margin-left: 1rem !important;}.p-0 {padding: 0 !important;}.px-0 {padding-right: 0 !important;padding-left: 0 !important;}.px-3 {padding-right: 1rem !important;padding-left: 1rem !important;}.py-0 {padding-top: 0 !important;padding-bottom: 0 !important;}.py-2 {padding-top: 0.5rem !important;padding-bottom: 0.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-2 {padding-top: 0.5rem !important;}.pt-3 {padding-top: 1rem !important;}.pt-4 {padding-top: 1.5rem !important;}.pt-5 {padding-top: 3rem !important;}.pb-0 {padding-bottom: 0 !important;}.pb-5 {padding-bottom: 3rem !important;}.text-center {text-align: center !important;}.text-decoration-none {text-decoration: none !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;}.bg-secondary {--bs-bg-opacity: 1;background-color: rgba(var(--bs-secondary-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-transparent {--bs-bg-opacity: 1;background-color: transparent !important;}.rounded-pill {border-radius: var(--bs-border-radius-pill) !important;}.rounded-bottom-0 {border-bottom-right-radius: 0 !important;border-bottom-left-radius: 0 !important;}.visible {visibility: visible !important;}.invisible {visibility: hidden !important;}@media (min-width: 768px) {.d-md-flex {display: flex !important;}.flex-md-row {flex-direction: row !important;}}@media (min-width: 992px) {.justify-content-lg-center {justify-content: center !important;}.mt-lg-5 {margin-top: 3rem !important;}.me-lg-0 {margin-right: 0 !important;}.px-lg-5 {padding-right: 3rem !important;padding-left: 3rem !important;}.pt-lg-0 {padding-top: 0 !important;}.pt-lg-5 {padding-top: 3rem !important;}.pb-lg-4 {padding-bottom: 1.5rem !important;}.pb-lg-5 {padding-bottom: 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) {.px-xl-0 {padding-right: 0 !important;padding-left: 0 !important;}}html {direction: ltr;overflow-x: hidden;box-shadow: none !important;}@media (prefers-reduced-motion: no-preference) {:root {scroll-behavior: auto;}}body {background-color: var(--light);color: var(--default);font-family: "Poppins", Arial, sans-serif;font-size: 14px;line-height: 26px;margin: 0;-webkit-font-smoothing: antialiased;-webkit-text-size-adjust: 100%;}body a {outline: none !important;}::-moz-selection {color: var(--primary-inverse);background: var(--primary);}::selection {color: var(--primary-inverse);background: var(--primary);}.body {background-color: var(--light);}html.safari:not(.no-safari-overflow-x-fix) .body {overflow-x: hidden;}a {text-decoration: none;}a:not(.btn):hover {text-decoration: underline;}li {line-height: 24px;}@media (max-width: 575px) {body {font-size: 13px;}}.offcanvas, .offcanvas-xxl, .offcanvas-xl, .offcanvas-lg, .offcanvas-md, .offcanvas-sm {--bs-offcanvas-zindex: 10000;}#header {position: relative;z-index: 1030;}#header .header-body {display: flex;flex-direction: column;background: var(--light);transition: min-height 0.3s ease;width: 100%;border-top: 3px solid #EDEDED;border-bottom: 1px solid transparent;z-index: 1001;}#header .header-logo {margin: 16px 0;margin: 1rem 0;position: relative;z-index: 1;}#header .header-logo img {transition: all 0.3s ease;position: relative;top: 0;image-rendering: -webkit-optimize-contrast;transform: translateZ(0);}#header .header-nav {padding: 16px 0;padding: 1rem 0;min-height: 70px;}#header .header-btn-collapse-nav {background: var(--grey-500);color: var(--light);display: none;float: right;margin: 0 0 0 16px;margin: 0 0 0 1rem;}html.sticky-header-active #header .header-top.header-top-sticky-remove-bottom-border {border-bottom: 0;}html.sticky-header-active #header .header-body {position: fixed;border-bottom-color: rgba(234, 234, 234, 0.5);box-shadow: 0 0 3px rgba(234, 234, 234, 0.5);}html.sticky-header-active #header .header-body.header-body-bottom-border {border-bottom: 1px solid rgba(234, 234, 234, 0.5) !important;}html.sticky-header-active #header.header-effect-shrink .header-body {position: relative;}html.sticky-header-active .d-sticky-header-active-none {display: none !important;}html.sticky-header-reveal.sticky-header-active #header .header-body {position: fixed;border-bottom: none;width: 100%;max-width: 100%;}html.sticky-header-enabled #header .header-logo-sticky-change {position: relative;}html.sticky-header-enabled #header .header-logo-sticky-change img {position: absolute;top: 0;left: 0;}html.sticky-header-enabled #header .header-logo-sticky-change .header-logo-non-sticky {opacity: 1 !important;}html.sticky-header-enabled #header .header-logo-sticky-change .header-logo-sticky {opacity: 0 !important;}html.sticky-header-enabled.sticky-header-active #header .header-logo-sticky-change .header-logo-non-sticky {opacity: 0 !important;}html.sticky-header-enabled.sticky-header-active #header .header-logo-sticky-change .header-logo-sticky {opacity: 1 !important;}@media (max-width: 991px) {html:not(.sticky-header-enabled) #header .header-logo-sticky-change .header-logo-non-sticky {opacity: 1 !important;}html:not(.sticky-header-enabled) #header .header-logo-sticky-change .header-logo-sticky {display: none !important;}}@media (min-width: 992px) {html.sticky-header-enabled.sticky-header-active.sticky-header-scroll-direction #header .header-body {transition: all 0.3s ease;transform: translate3d(0, 0, 0);}html.sticky-header-enabled.sticky-header-active.sticky-header-scroll-direction.sticky-header-scroll-down #header .header-body {transform: translate3d(0, -100%, 0);}}@media (min-width: 992px) {#header .header-nav-main {display: flex !important;height: auto !important;}#header .header-nav-main nav {display: flex !important;}#header .header-nav-main nav > ul > li {height: 100%;align-self: stretch;margin-left: 2px;}#header .header-nav-main nav > ul > li > a {display: inline-flex;align-items: center;white-space: normal;border-radius: var(--border-radius);color: var(--grey-500);font-size: 14px;font-style: normal;font-weight: 600;padding: 0.5rem 1rem;letter-spacing: -0.5px;text-transform: uppercase;text-decoration: none;}}@media (min-width: 992px) {#header .header-nav-main.header-nav-main-text-capitalize nav > ul > li > a {text-transform: capitalize;}}@media (min-width: 992px) {#header .header-nav {display: flex;align-items: center;flex-grow: 1;justify-content: flex-end;align-self: stretch;}#header .header-nav.header-nav-links, #header .header-nav.header-nav-line {padding: 0;}#header .header-nav.header-nav-links .header-nav-main, #header .header-nav.header-nav-line .header-nav-main {align-self: stretch;min-height: 0;margin-top: 0;}#header .header-nav.header-nav-links nav > ul > li > a, #header .header-nav.header-nav-links nav > ul > li:hover > a, #header .header-nav.header-nav-line nav > ul > li > a, #header .header-nav.header-nav-line nav > ul > li:hover > a {position: relative;background: transparent !important;padding: 0 .6rem;margin: 1px 0 0;min-height: 60px;height: 100%;}}@media (min-width: 992px) and (min-width: 1200px) {#header .header-nav.header-nav-links nav > ul > li > a, #header .header-nav.header-nav-links nav > ul > li:hover > a, #header .header-nav.header-nav-line nav > ul > li > a, #header .header-nav.header-nav-line nav > ul > li:hover > a {padding: 0 .9rem;}}@media (min-width: 992px) {#header .header-nav.header-nav-links:not(.header-nav-light-text) nav > ul > li > a, #header .header-nav.header-nav-line:not(.header-nav-light-text) nav > ul > li > a {color: #444;}}@media (max-width: 991px) {#header .header-nav-main {position: absolute;background: transparent;width: 100%;top: 100%;left: 50%;transform: translate3d(-50%, 0, 0);}#header .header-nav-main:before {content: '';display: block;position: absolute;top: 0;left: 50%;width: 100vw;height: 100%;background: var(--light);z-index: -1;transform: translateX(-50%);}#header .header-nav-main nav {max-height: 50vh;overflow: hidden;overflow-y: auto;padding: 0 15px;transition: ease all 500ms;}#header .header-nav-main nav.collapsing {overflow-y: hidden;}#header .header-nav-main nav::-webkit-scrollbar {width: 5px;}#header .header-nav-main nav::-webkit-scrollbar-thumb {border-radius: 0px;background: rgba(var(--grey-500), 0.5);}#header .header-nav-main nav > ul {padding-top: 15px;padding-bottom: 15px;flex-direction: column;}#header .header-nav-main nav > ul li {border-bottom: 1px solid #e8e8e8;clear: both;display: block;float: none;margin: 0;padding: 0;position: relative;}#header .header-nav-main nav > ul li a {font-size: 13px;font-style: normal;line-height: 20px;padding: 7px 8px;margin: 1px 0;border-radius: var(--border-radius);text-align: left;}#header .header-nav-main nav > ul li a .fa-caret-down {line-height: 35px;min-height: 38px;min-width: 30px;position: absolute;right: 5px;text-align: center;top: 0;}#header .header-nav-main nav > ul li a.dropdown-toggle {position: relative;}#header .header-nav-main nav > ul li a.dropdown-toggle:after {content: none;}#header .header-nav-main nav > ul li a.dropdown-toggle .fa-chevron-down {position: absolute;top: 0;right: 0;width: 30px;height: 100%;display: flex;align-items: center;justify-content: center;font-size: 0.6rem;}#header .header-nav-main nav > ul li a:active {background-color: #f8f9fa;color: inherit;}#header .header-nav-main nav > ul li.dropdown > a.active {margin-top: -1px;margin-bottom: -1px;}#header .header-nav-main nav > ul li.dropdown .dropdown-menu {background: transparent;padding: 0;margin: 0;font-size: 13px;box-shadow: none;border-radius: 0;border: 0;clear: both;display: none;float: none;position: static;}#header .header-nav-main nav > ul li.dropdown .dropdown-menu li.dropdown-submenu > a {position: relative;}#header .header-nav-main nav > ul li.dropdown .dropdown-menu li.dropdown-submenu > a:after {content: none;}#header .header-nav-main nav > ul li.dropdown .dropdown-menu li.dropdown-submenu > a .fa-chevron-down {position: absolute;top: 0;right: 0;width: 30px;height: 100%;display: flex;align-items: center;justify-content: center;font-size: 0.6rem;}#header .header-nav-main nav > ul li.dropdown .dropdown-menu li.dropdown-submenu.open > .dropdown-menu {display: block;margin-left: 20px;}#header .header-nav-main nav > ul li.dropdown.open > .dropdown-menu {display: block;margin-left: 20px;}#header .header-nav-main nav > ul li.dropdown-mega .dropdown-mega-sub-title {margin-top: 10px;display: block;text-align: left;}#header .header-nav-main nav > ul li.dropdown-mega .dropdown-mega-sub-nav {margin: 0 0 0 20px;padding: 0;list-style: none;}#header .header-nav-main nav > ul li.dropdown-mega .dropdown-mega-sub-nav > li > a {display: block;text-decoration: none;}#header .header-nav-main nav > ul li:last-child {border-bottom: 0;}#header .header-nav-main nav > ul > li > a {text-transform: uppercase;font-weight: 700;margin-top: 1px;margin-bottom: 1px;color: var(--grey-500);}#header .header-nav-main nav > ul > li > a:active {color: var(--grey-500);}#header .header-nav-main nav > ul > li > a.active {color: var(--light) !important;background: var(--grey-500);}#header .header-nav-main nav > ul > li > a.active:focus, #header .header-nav-main nav > ul > li > a.active:hover {color: var(--light);background: var(--grey-500);}#header .header-nav-main nav .not-included {margin: 0;}#header .header-nav-main a > .thumb-info-preview {display: none !important;}#header .header-nav-main.header-nav-main-square nav > ul > li a {border-radius: 0 !important;}#header .header-nav-main.header-nav-main-slide .wrapper-items-cloned {display: none;}#header .header-nav-bar .header-container {min-height: 0;height: auto !important;}#header .header-nav-bar .header-nav {min-height: 60px !important;padding: 0;}#header .header-btn-collapse-nav {outline: 0;display: block;position: relative;z-index: 1;}#header .header-nav.header-nav-stripe {min-height: 90px;}#header .header-nav.header-nav-links, #header .header-nav.header-nav-line {min-height: 70px;}#header .header-nav.header-nav-dropdowns-dark {min-height: 70px;}#header .header-nav.header-nav-sub-title .header-nav-main nav > ul > li > a > span, #header .header-nav.header-nav-sub-title-animated .header-nav-main nav > ul > li > a > span {display: block;text-transform: none;font-weight: normal;}}@media (min-width: 992px) {#header .header-body:not(.h-100) {height: auto !important;}}#header .header-btn-collapse-nav {background: var(--primary);}@media (min-width: 992px) {#header .header-nav-main nav > ul > li > a {color: var(--primary);}}.page-header {background-color: var(--dark);margin: 0 0 35px 0;padding: 30px 0;position: relative;text-align: left;}.page-header h1 {color: var(--light);display: inline-block;font-size: 30px;line-height: 1;margin: 0;padding: 0;font-weight: 400;position: relative;top: 1px;}@media (min-width: 1200px) {.container:not(.container-bs):not(.container-xl-custom):not(.container-xxl-custom) {max-width: 1140px;}}.text-color-dark, .text-dark {color: var(--dark) !important;}.text-color-light, .text-light {color: var(--light) !important;}.text-grey, .text-color-grey {color: var(--grey) !important;}.bg-color-primary, .bg-primary {background-color: var(--primary) !important;}.bg-color-secondary, .bg-secondary {background-color: var(--secondary) !important;}.bg-color-quaternary, .bg-quaternary {background-color: var(--quaternary) !important;}.bg-color-light, .bg-light {background-color: var(--light) !important;}.p-relative {position: relative !important;}.p-absolute {position: absolute !important;}.p-fixed {position: fixed !important;}.p-static {position: static !important;}.transition-3ms {transition: all 0.3s ease-in-out;}.anim-hover-translate-top-10px:hover {transform: translateY(-10px) !important;}.box-shadow-10:not(.box-shadow-hover) {box-shadow: 0 0 30px rgba(0, 0, 0, 0.025);}.custom-font-tertiary {font-size: 1.8rem;}.svg-fill-color-primary {fill: var(--primary) !important;}.box-shadow-none {box-shadow: none !important;}.box-shadow-6:not(.box-shadow-hover) {box-shadow: 0 12px 45px rgba(0, 0, 0, 0.08);}.box-shadow-6.box-shadow-hover:hover {box-shadow: 0 12px 45px rgba(0, 0, 0, 0.08);}.box-shadow-7:not(.box-shadow-hover) {box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);}.box-shadow-7.box-shadow-hover:hover {box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);}.background-transparent, .bg-transparent, .bg-color-transparent {background: transparent !important;}.mb-0 {margin-bottom: 0 !important;}.pb-0 {padding-bottom: 0 !important;}.pt-0 {padding-top: 0 !important;}@media (min-width: 992px) {.pt-lg-0 {padding-top: 0 !important;}}.text-2 {font-size: .9em !important;}.text-2-3, .text-2-5 {font-size: .95em !important;}.text-3 {font-size: 1em !important;}.text-3-4, .text-3-5 {font-size: 1.2em !important;}.text-9 {font-size: 2.50em;}.text-15 {font-size: 5em !important;}@media (min-width: 992px) {.text-lg-12 {font-size: 3.5em !important;}}.line-height-1 {line-height: 1 !important;}.line-height-7 {line-height: 1.7 !important;}.opacity-2 {opacity: 0.2 !important;}.opacity-6 {opacity: 0.6 !important;}.opacity-7 {opacity: 0.7 !important;}.opacity-hover-2 {transition: ease opacity 300ms;}.opacity-hover-2:hover {opacity: 0.2 !important;}.top-50pct {top: 50%;}.top-0 {top: 0px !important;}.bottom-0 {bottom: 0px !important;}.left-0 {left: 0px !important;}.right-15 {right: 15px !important;}.transform3dy-n50 {transform: translate3d(0, -50%, 0);}.text-decoration-none {text-decoration: none !important;}.overflow-visible {overflow: visible !important;}.overflow-hidden {overflow: hidden !important;}.z-index-1 {z-index: 1 !important;}.font-weight-medium {font-weight: 500 !important;}.font-weight-semibold, .font-weight-semi-bold {font-weight: 600 !important;}.font-weight-bold {font-weight: 700 !important;}.border-0 {border: 0 !important;}.border-top-0 {border-top: 0 !important;}.border-color-grey-200 {border-color: var(--grey-200) !important;}.border-radius-2 {border-radius: var(--border-radius2x) !important;}.border-radius-0 {border-radius: 0 !important;}:root {--bs-border-radius: var(--border-radius);--bs-btn-border-radius: var(--border-radius);}.border-width-2 {border-width: 2px !important;}.mh-200px {min-height: 200px;}@media (min-width: 992px) {.mh-lg-300px {min-height: 300px;}}#footer {background: var(--dark);border-top: 4px solid var(--dark);font-size: 0.9em;margin-top: 50px;padding: 0;position: relative;clear: both;}#footer h1, #footer h2, #footer h3, #footer h4, #footer h5, #footer h6 {color: var(--light);}#footer a:not(.btn):not(.no-footer-css) {color: var(--default);transition: all 0.1s ease-in-out;}#footer form {opacity: 0.85;}#footer .footer-copyright {background: var(--dark-100);}#footer .footer-copyright p {color: #555;margin: 0;padding: 0;font-size: 0.9em;}.progress {border-radius: 25px;height: 20px;background: #FAFAFA;overflow: visible;}.progress-bar {background-color: var(--grey-500);box-shadow: none;position: relative;border-radius: 25px;overflow: visible;}.breadcrumb {background: none;margin: 0;padding: 0;position: relative;z-index: 1;}.breadcrumb > li {display: inline-block;font-size: 0.8em;text-transform: uppercase;text-shadow: none;}.btn {font-size: 12.8px;font-size: 0.8rem;padding: 8.528px 14.928px;padding: 0.533rem 0.933rem;cursor: pointer;font-weight: 600;}.btn-outline.btn-outline-thin {border-width: 1px;}.btn-modern {text-transform: uppercase;font-size: .8em;padding: 12.8px 24px;padding: 0.8rem 1.5rem;font-weight: 600;}.btn-rounded {border-radius: 35px;}.btn-with-arrow, .btn-with-arrow-solid {position: relative;padding-right: 40px;font-weight: 600;}.btn-with-arrow:not(.btn-with-arrow-solid), .btn-with-arrow-solid:not(.btn-with-arrow-solid) {background-color: transparent;}.btn-with-arrow span, .btn-with-arrow-solid span {background-color: var(--grey-500);display: flex;align-items: center;justify-content: center;position: absolute;height: 25px;width: 25px;border-radius: 50%;transform: translateY(-50%);right: 8px;top: 50%;transition: all 0.1s linear;}.btn-with-arrow i, .btn-with-arrow-solid i {color: var(--light);font-size: 0.8em;}.btn-with-arrow.btn-lg, .btn-with-arrow-solid.btn-lg {padding-right: 50px;}.btn-with-arrow.btn-lg span, .btn-with-arrow-solid.btn-lg span {height: 35px;width: 35px;right: 8px;}.btn-with-arrow.btn-lg i, .btn-with-arrow-solid.btn-lg i {font-size: 0.9em;}.btn-with-arrow.btn-xl, .btn-with-arrow-solid.btn-xl {padding-right: 70px;}.btn-with-arrow.btn-xl span, .btn-with-arrow-solid.btn-xl span {height: 50px;width: 50px;right: 10px;}.btn-with-arrow.btn-xl.btn-with-arrow-sm span, .btn-with-arrow-solid.btn-xl.btn-with-arrow-sm span {height: 35px;width: 35px;right: 15px;}.btn-with-arrow.btn-xl i, .btn-with-arrow-solid.btn-xl i {font-size: 1em;}.btn-swap-1 {position: relative;}.btn-swap-1 > * {transition: cubic-bezier(0.55, 0, 0.1, 1) all 300ms;white-space: nowrap;}.btn-swap-1 > :nth-child(1) {max-width: 100%;text-align: center;top: calc(50% - 10px);left: 50%;top: 50%;margin: 0;transform: translate(-50%, -50%);position: absolute;}.btn-swap-1 > :nth-child(2) {display: inline-block;transform: translateY(120%);opacity: 0;}.btn-swap-1:hover > :nth-child(1) {transform: translate(-50%, -120%);opacity: 0;}.btn-swap-1:hover > :nth-child(2) {transform: none;opacity: 1;}html body .btn-light, html body .btn-outline.btn-light {border-color: #d9d9d9 #d9d9d9 #bfbfbf;color: var(--default);}.btn-primary {--hover: var(--primary--200);background-color: var(--primary);border-color: var(--primary) var(--primary) var(--primary-300);color: var(--primary-inverse);}.btn-dark {--hover: var(--dark--200);background-color: var(--dark);border-color: var(--dark) var(--dark) var(--dark-300);color: var(--dark-inverse);}.btn-light {--hover: var(--light--200);background-color: var(--light);border-color: var(--light) var(--light) var(--light-300);color: var(--light-inverse);}.btn-close:focus {box-shadow: none;}.call-to-action {display: flex;flex-wrap: wrap;position: relative;padding: 32px 55px;clear: both;}.call-to-action::after {clear: both;content: "";display: block;}.call-to-action p {font-size: 1.2em;}.call-to-action > [class*="col-"] {display: flex;align-items: center;}.call-to-action > [class*="col-"]:nth-child(2) {justify-content: flex-end;text-align: center;}.call-to-action .call-to-action-content {text-align: center;}.call-to-action.with-borders {border-top: 1px solid #DFDFDF;border-bottom: 1px solid #DFDFDF;border-left: 1px solid #ECECEC;border-right: 1px solid #ECECEC;box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);}.container .call-to-action {border-radius: var(--border-radius2x);}.call-to-action.call-to-action-primary {background: var(--primary);}.call-to-action.call-to-action-primary {background: var(--primary);}.call-to-action.call-to-action-primary h3, .call-to-action.call-to-action-primary p {color: var(--primary-inverse);}.card {position: relative;border: 1px solid rgba(0, 0, 0, 0.06);}.card-body {padding: 32px;padding: 2rem;position: relative;z-index: 1;}hr {background: rgba(0, 0, 0, 0.06);border: 0;height: 1px;margin: 22px 0;opacity: 1;}.feature-box {display: flex;}.feature-box .feature-box-icon {display: inline-flex;align-items: center;justify-content: center;flex: 1 0 auto;background: rgba(0, 0, 0, 0.06);border-radius: 100%;color: var(--light);font-size: 16px;font-size: 1rem;position: relative;top: 7px;text-align: center;padding: 0.8em;height: 1px;width: 2.7em;height: 2.7em;}.feature-box .feature-box-info {flex: 1 1 100%;padding-left: 15px;}.form-control {border-color: rgba(0, 0, 0, 0.09);}.form-control:not(.form-control-lg) {font-size: 12px;font-size: 0.75rem;line-height: 1.3;}.form-control:not(.form-control-sm):not(.form-control-lg) {font-size: 13.6px;font-size: 0.85rem;line-height: 1.85;}input[type="email"], textarea {-webkit-appearance: none;}.form-control::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {color: #bdbdbd;}.form-control::-moz-placeholder, input[type="email"]::-moz-placeholder, textarea::-moz-placeholder {color: #bdbdbd;}.form-control:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, textarea:-ms-input-placeholder {color: #bdbdbd;}h1, h2, h3, h4, h5, h6 {color: var(--dark);font-weight: 200;letter-spacing: -.05em;margin: 0;-webkit-font-smoothing: antialiased;}h1 {font-size: 2.6em;line-height: 44px;margin: 0 0 32px 0;}h2 {font-size: 2.6em;font-weight: 400;line-height: 42px;margin: 0 0 15px 0;}h3 {font-size: 1.8em;font-weight: 400;line-height: 24px;margin-bottom: 15px;text-transform: none;}h4 {font-size: 1.4em;font-weight: 600;line-height: 27px;margin: 0 0 14px 0;}.modal-header h3 {color: var(--dark--200);text-transform: none;}@media (max-width: 575px) {h2 {line-height: 40px;}}.modal-open {padding-right: 0 !important;}.list li {margin-bottom: 13px;}.list.pull-left li {text-align: left;}.list.list-icons {list-style: none;padding-left: 0;padding-right: 0;}.list.list-icons li {position: relative;padding-left: 25px;}.list.list-icons li > [class*="fa-"]:first-child, .list.list-icons li > .icons:first-child, .list.list-icons li a:first-child > [class*="fa-"]:first-child, .list.list-icons li a:first-child > .icons:first-child {position: absolute;left: 0;top: 5px;}.list.list-icons.list-icons-style-2 li {padding-top: 5px;padding-left: 36px;}.list.list-icons.list-icons-style-2 li > [class*="fa-"]:first-child, .list.list-icons.list-icons-style-2 li > .icons:first-child, .list.list-icons.list-icons-style-2 li a:first-child > [class*="fa-"]:first-child, .list.list-icons.list-icons-style-2 li a:first-child > .icons:first-child {border-width: 1px;border-style: solid;border-radius: 50%;width: 25px;height: 25px;text-align: center;padding: 4px;font-size: 0.8em;line-height: 1.3;}.list.list-icons.list-icons-style-3 li {padding-top: 5px;padding-left: 36px;}.list.list-icons.list-icons-style-3 li > [class*="fa-"]:first-child, .list.list-icons.list-icons-style-3 li > .icons:first-child, .list.list-icons.list-icons-style-3 li a:first-child > [class*="fa-"]:first-child, .list.list-icons.list-icons-style-3 li a:first-child > .icons:first-child {color: var(--light);border-radius: 50%;width: 25px;height: 25px;text-align: center;padding: 5px;font-size: 0.8em;line-height: 1.3;}.list.list-icons.list-icons-sm li {padding-left: 13px;margin-bottom: 5px;}.list.list-icons.list-icons-sm li > [class*="fa-"]:first-child, .list.list-icons.list-icons-sm li > .icons:first-child, .list.list-icons.list-icons-sm li a:first-child > [class*="fa-"]:first-child, .list.list-icons.list-icons-sm li a:first-child > .icons:first-child {font-size: 0.8em;top: 7px;}.list.list-icons.list-icons-sm.list-icons-style-2 li {padding-left: 32px;}.list.list-icons.list-icons-sm.list-icons-style-2 li > [class*="fa-"]:first-child, .list.list-icons.list-icons-sm.list-icons-style-2 li > .icons:first-child, .list.list-icons.list-icons-sm.list-icons-style-2 li a:first-child > [class*="fa-"]:first-child, .list.list-icons.list-icons-sm.list-icons-style-2 li a:first-child > .icons:first-child {width: 20px;height: 20px;padding: 3px;}.list.list-icons.list-icons-sm.list-icons-style-3 li {padding-left: 32px;}.list.list-icons.list-icons-sm.list-icons-style-3 li > [class*="fa-"]:first-child, .list.list-icons.list-icons-sm.list-icons-style-3 li > .icons:first-child, .list.list-icons.list-icons-sm.list-icons-style-3 li a:first-child > [class*="fa-"]:first-child, .list.list-icons.list-icons-sm.list-icons-style-3 li a:first-child > .icons:first-child {width: 20px;height: 20px;padding: 3px;}.list.list-icons.list-icons-lg li {padding-top: 5px;padding-left: 27px;}.list.list-icons.list-icons-lg li > [class*="fa-"]:first-child, .list.list-icons.list-icons-lg li > .icons:first-child, .list.list-icons.list-icons-lg li a:first-child > [class*="fa-"]:first-child, .list.list-icons.list-icons-lg li a:first-child > .icons:first-child {font-size: 1.1em;line-height: 1.7;}.list.list-icons.list-icons-lg.list-icons-style-2 li {padding-top: 8px;padding-left: 42px;}.list.list-icons.list-icons-lg.list-icons-style-2 li > [class*="fa-"]:first-child, .list.list-icons.list-icons-lg.list-icons-style-2 li > .icons:first-child, .list.list-icons.list-icons-lg.list-icons-style-2 li a:first-child > [class*="fa-"]:first-child, .list.list-icons.list-icons-lg.list-icons-style-2 li a:first-child > .icons:first-child {width: 30px;height: 30px;padding: 4px;}.list.list-icons.list-icons-lg.list-icons-style-3 li {padding-top: 10px;padding-left: 46px;}.list.list-icons.list-icons-lg.list-icons-style-3 li > [class*="fa-"]:first-child, .list.list-icons.list-icons-lg.list-icons-style-3 li > .icons:first-child, .list.list-icons.list-icons-lg.list-icons-style-3 li a:first-child > [class*="fa-"]:first-child, .list.list-icons.list-icons-lg.list-icons-style-3 li a:first-child > .icons:first-child {width: 36px;height: 36px;padding: 4px;}.list.list-icons.list-icons-reverse li {text-align: right;padding-right: 25px;padding-left: 0;}.list.list-icons.list-icons-reverse li > [class*="fa-"]:first-child, .list.list-icons.list-icons-reverse li > .icons:first-child, .list.list-icons.list-icons-reverse li a:first-child > [class*="fa-"]:first-child, .list.list-icons.list-icons-reverse li a:first-child > .icons:first-child {position: absolute;left: auto;right: 0;top: 5px;}.list.list-icons.list-icons-reverse.list-icons-style-2 li {padding-right: 36px;}.list.list-icons.list-icons-reverse.list-icons-style-3 li {padding-right: 36px;}.list.list-icons.list-icons-reverse.list-icons-sm li {padding-left: 0;padding-right: 13px;}.list.list-icons.list-icons-reverse.list-icons-sm.list-icons-style-2 li {padding-right: 32px;}.list.list-icons.list-icons-reverse.list-icons-sm.list-icons-style-3 li {padding-right: 32px;}.list.list-icons.list-icons-reverse.list-icons-lg li {padding-left: 0;padding-right: 32px;}.list.list-icons.list-icons-reverse.list-icons-lg.list-icons-style-2 li {padding-right: 42px;}.list.list-icons.list-icons-reverse.list-icons-lg.list-icons-style-3 li {padding-right: 42px;}.list.list-borders li {border-bottom: 1px solid #eaeaea;margin-top: 9px;margin-bottom: 0;padding-bottom: 9px;}.list.list-borders li:last-child {border-bottom: 0;}.list.list-side-borders {border-left: 1px solid #eaeaea;padding-left: 10px;}.list.list-ordened {counter-reset: custom-counter;list-style: none;}.list.list-ordened li {position: relative;padding-left: 22px;}.list.list-ordened li:before {position: absolute;top: 0;left: 0;content: counter(custom-counter);counter-increment: custom-counter;font-weight: bold;}.list.list-ordened.list-ordened-style-2 li, .list.list-ordened.list-ordened-style-3 li {padding-left: 32px;}.list.list-ordened.list-ordened-style-2 li:before, .list.list-ordened.list-ordened-style-3 li:before {border-radius: 100%;border-style: solid;border-width: 1px;min-width: 26px;padding: 0;text-align: center;}.list.list-ordened.list-ordened-style-3 li:before {color: var(--light);border: 0;}.list.list-unstyled {padding-left: 0;padding-right: 0;}.list-unstyled {padding-left: 0;padding-right: 0;}dl dd {margin-bottom: 15px;}.list.list-icons li > [class*="fa-"]:first-child, .list.list-icons li > .icons:first-child, .list.list-icons li a:first-child > [class*="fa-"]:first-child, .list.list-icons li a:first-child > .icons:first-child {color: var(--primary);border-color: var(--primary);}.list.list-icons.list-icons-style-3 li > [class*="fa-"]:first-child, .list.list-icons.list-icons-style-3 li > .icons:first-child, .list.list-icons.list-icons-style-3 li a:first-child > [class*="fa-"]:first-child, .list.list-icons.list-icons-style-3 li a:first-child > .icons:first-child {background-color: var(--primary);}.list.list-ordened li:before {color: var(--primary);border-color: var(--primary);}.list.list-ordened.list-ordened-style-3 li:before {background-color: var(--primary);}.list-primary.list-icons li > [class*="fa-"]:first-child, .list-primary.list-icons li > .icons:first-child, .list-primary.list-icons li a:first-child > [class*="fa-"]:first-child, .list-primary.list-icons li a:first-child > .icons:first-child {color: var(--primary);border-color: var(--primary);}.list-primary.list-icons.list-icons-style-3 li > [class*="fa-"]:first-child, .list-primary.list-icons.list-icons-style-3 li > .icons:first-child, .list-primary.list-icons.list-icons-style-3 li a:first-child > [class*="fa-"]:first-child, .list-primary.list-icons.list-icons-style-3 li a:first-child > .icons:first-child {background-color: var(--primary);color: var(--primary-inverse);}.list-primary.list-ordened li:before {color: var(--primary);}.list-primary.list-ordened.list-ordened-style-3 li:before {background-color: var(--primary);color: var(--primary-inverse);}.list-secondary.list-icons li > [class*="fa-"]:first-child, .list-secondary.list-icons li > .icons:first-child, .list-secondary.list-icons li a:first-child > [class*="fa-"]:first-child, .list-secondary.list-icons li a:first-child > .icons:first-child {color: var(--secondary);border-color: var(--secondary);}.list-secondary.list-icons.list-icons-style-3 li > [class*="fa-"]:first-child, .list-secondary.list-icons.list-icons-style-3 li > .icons:first-child, .list-secondary.list-icons.list-icons-style-3 li a:first-child > [class*="fa-"]:first-child, .list-secondary.list-icons.list-icons-style-3 li a:first-child > .icons:first-child {background-color: var(--secondary);color: var(--secondary-inverse);}.list-secondary.list-ordened li:before {color: var(--secondary);}.list-secondary.list-ordened.list-ordened-style-3 li:before {background-color: var(--secondary);color: var(--secondary-inverse);}.list-tertiary.list-icons li > [class*="fa-"]:first-child, .list-tertiary.list-icons li > .icons:first-child, .list-tertiary.list-icons li a:first-child > [class*="fa-"]:first-child, .list-tertiary.list-icons li a:first-child > .icons:first-child {color: var(--tertiary);border-color: var(--tertiary);}.list-tertiary.list-icons.list-icons-style-3 li > [class*="fa-"]:first-child, .list-tertiary.list-icons.list-icons-style-3 li > .icons:first-child, .list-tertiary.list-icons.list-icons-style-3 li a:first-child > [class*="fa-"]:first-child, .list-tertiary.list-icons.list-icons-style-3 li a:first-child > .icons:first-child {background-color: var(--tertiary);color: var(--tertiary-inverse);}.list-tertiary.list-ordened li:before {color: var(--tertiary);}.list-tertiary.list-ordened.list-ordened-style-3 li:before {background-color: var(--tertiary);color: var(--tertiary-inverse);}.list-quaternary.list-icons li > [class*="fa-"]:first-child, .list-quaternary.list-icons li > .icons:first-child, .list-quaternary.list-icons li a:first-child > [class*="fa-"]:first-child, .list-quaternary.list-icons li a:first-child > .icons:first-child {color: var(--quaternary);border-color: var(--quaternary);}.list-quaternary.list-icons.list-icons-style-3 li > [class*="fa-"]:first-child, .list-quaternary.list-icons.list-icons-style-3 li > .icons:first-child, .list-quaternary.list-icons.list-icons-style-3 li a:first-child > [class*="fa-"]:first-child, .list-quaternary.list-icons.list-icons-style-3 li a:first-child > .icons:first-child {background-color: var(--quaternary);color: var(--quaternary-inverse);}.list-quaternary.list-ordened li:before {color: var(--quaternary);}.list-quaternary.list-ordened.list-ordened-style-3 li:before {background-color: var(--quaternary);color: var(--quaternary-inverse);}.list-dark.list-icons li > [class*="fa-"]:first-child, .list-dark.list-icons li > .icons:first-child, .list-dark.list-icons li a:first-child > [class*="fa-"]:first-child, .list-dark.list-icons li a:first-child > .icons:first-child {color: var(--dark);border-color: var(--dark);}.list-dark.list-icons.list-icons-style-3 li > [class*="fa-"]:first-child, .list-dark.list-icons.list-icons-style-3 li > .icons:first-child, .list-dark.list-icons.list-icons-style-3 li a:first-child > [class*="fa-"]:first-child, .list-dark.list-icons.list-icons-style-3 li a:first-child > .icons:first-child {background-color: var(--dark);color: var(--dark-inverse);}.list-dark.list-ordened li:before {color: var(--dark);}.list-dark.list-ordened.list-ordened-style-3 li:before {background-color: var(--dark);color: var(--dark-inverse);}.list-light.list-icons li > [class*="fa-"]:first-child, .list-light.list-icons li > .icons:first-child, .list-light.list-icons li a:first-child > [class*="fa-"]:first-child, .list-light.list-icons li a:first-child > .icons:first-child {color: var(--light);border-color: var(--light);}.list-light.list-icons.list-icons-style-3 li > [class*="fa-"]:first-child, .list-light.list-icons.list-icons-style-3 li > .icons:first-child, .list-light.list-icons.list-icons-style-3 li a:first-child > [class*="fa-"]:first-child, .list-light.list-icons.list-icons-style-3 li a:first-child > .icons:first-child {background-color: var(--light);color: var(--light-inverse);}.list-light.list-ordened li:before {color: var(--light);}.list-light.list-ordened.list-ordened-style-3 li:before {background-color: var(--light);color: var(--light-inverse);}.blockquote-primary {border-color: var(--primary) !important;}.blockquote-secondary {border-color: var(--secondary) !important;}.blockquote-tertiary {border-color: var(--tertiary) !important;}.blockquote-quaternary {border-color: var(--quaternary) !important;}.progress-reading {z-index: 99999;height: 8px;}.offcanvas {max-width: 82vw;}.modal-header .btn-close {text-indent: -99999px;box-shadow: none;}.modal-footer > :not(:first-child) {margin-left: 4px;margin-left: .25rem;margin-right: 0px;margin-right: 0rem;}.modal-footer > :not(:last-child) {margin-right: 4px;margin-right: .25rem;margin-left: 0px;margin-left: 0rem;}.nav > li > a {text-decoration: none;}.nav > li > a:hover, .nav > li > a:focus {background: transparent;text-decoration: none;}ul.nav-list li {margin: 0;padding: 0;display: block;position: relative;}ul.nav-list li a {transition: background 0.1s;border-bottom: 1px solid rgba(0, 0, 0, 0.06);padding: 10px 0 10px 22px;display: block;color: #666;font-size: 1em;text-decoration: none;line-height: 20px;}ul.nav-list li a:before {content: "❯";font-weight: 900;position: absolute;top: 10px;font-size: 7.2px;font-size: 0.45rem;opacity: 0.7;transform: translate3d(-1px, 0, 0);left: 12px;}ul.nav-list li a:hover {text-decoration: none;}ul.nav-list li a:hover:before, ul.nav-list li a:hover i[class*="fa-chevron"] {animation-name: arrowLeftRight;animation-duration: 500ms;animation-iteration-count: infinite;}ul.nav-list li a i[class*="fa-chevron"] {position: relative;top: -1px;font-size: 8px;font-size: 0.5rem;opacity: 0.8;}ul.nav-list li > a.active {font-weight: bold;}ul.nav-list li ul {list-style: none;margin: 0 0 0 25px;padding: 0;}ul.nav-list li:last-child a {border-bottom: 0;}ul.nav-list.hide-not-active li ul {display: none;}ul.nav-list.hide-not-active li.active ul {display: block;}ul.nav-list.show-bg-active .active > a, ul.nav-list.show-bg-active a.active {background-color: #f5f5f5;}ul.nav-list.show-bg-active .active > a:hover, ul.nav-list.show-bg-active a.active:hover {background-color: #eee;}ul.nav-list.no-arrows li a:before {content: none;}ul.nav-list-arrows li a {padding-top: 12px;padding-bottom: 12px;padding-left: 0;padding-right: 0;}ul.nav-list-arrows li a:after {content: '';width: 24px;height: 24px;display: inline-flex;position: absolute;right: 0;left: auto;background: var(--dark-rgba-10);transform: none;border-radius: 50%;}ul.nav-list-arrows li a:before {width: auto;height: 24px;display: inline-flex;position: absolute;right: 8px;left: auto;font-size: 0.9em;transform: none;color: var(--dark);opacity: 1;z-index: 1;top: 14px;}ul.nav-list-arrows li a.active {color: var(--primary);}ul.nav-list-arrows li a.active:after {background: var(--primary);}ul.nav-list-arrows li a.active:before {color: var(--primary-inverse);}ul.nav-list-arrows-simple li a:after {display: none;}ul.nav-list-arrows-simple li a:before {content: "\f061";}ul.nav-list-arrows-simple li a.active:before {color: var(--primary);}ul.nav-list-simple li {margin: 0;padding: 0;display: block;position: relative;}ul.nav-list-simple li a {transition: background 0.1s;border-bottom: 1px solid rgba(0, 0, 0, 0.07);padding: 8px 0;display: block;color: #666;font-size: 0.9em;text-decoration: none;line-height: 20px;transition: ease padding 300ms;}ul.nav-list-simple li > a.active {font-weight: bold;}ul.nav-list-simple li:hover a {padding-left: 4px;}ul.nav-list-simple li ul {list-style: none;margin: 0 0 0 25px;padding: 0;}ul.narrow li a {padding: 4px 0;}ul.nav-pills > li > a.active {color: var(--light);background-color: var(--grey-500);}ul.nav-pills > li > a.active:hover, ul.nav-pills > li > a.active:focus {color: var(--light);background-color: var(--grey-500);}.nav-pills-center {text-align: center;}.nav-pills-center > li {display: inline-block;float: none;}.nav-pills-sm > li > a {padding: 7px 12px;}.nav-pills-xs > li > a {padding: 5px 10px;font-size: 0.9em;}.nav-pills .nav-link.active {background-color: transparent;}.show > .nav-pills .nav-link {background-color: transparent;}.nav-light > li > a {color: var(--light);}.nav-active-style-1 {min-height: 100px;align-items: center;}.nav-active-style-1 > li {align-self: stretch;}.nav-active-style-1 > li > a {display: flex;align-items: center;height: 100%;padding: 0 !important;margin: 0 15px;border-bottom: 2px solid transparent;transition: ease border-color 300ms;}.nav-active-style-1 > li > a:hover, .nav-active-style-1 > li > a:focus, .nav-active-style-1 > li > a.active {border-bottom-color: var(--grey-500);}@media (max-width: 575px) {.nav-active-style-1 > li > a {min-height: 45px;justify-content: center;}}.nav-pills > li.active > a, .nav-pills .nav-link.active {background-color: var(--primary);}.nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus, .nav-pills .nav-link.active:hover, .nav-pills .nav-link.active:focus {background-color: var(--primary);}.nav-active-style-1 > li > a:hover, .nav-active-style-1 > li > a:focus, .nav-active-style-1 > li > a.active {border-bottom-color: var(--primary);}.nav-pills-primary a {color: var(--primary);}.nav-pills-primary a:hover {color: var(--primary--100);}.nav-pills-primary a:focus {color: var(--primary--100);}.nav-pills-primary a:active {color: var(--primary-100);}.nav-pills-primary .nav-link.active, .nav-pills-primary > li.active > a {background-color: var(--primary);}.nav-pills-primary .nav-link.active:hover, .nav-pills-primary .nav-link.active:focus, .nav-pills-primary > li.active > a:hover, .nav-pills-primary > li.active > a:focus {background-color: var(--primary);}.nav-pills-secondary a {color: var(--secondary);}.nav-pills-secondary a:hover {color: var(--secondary--100);}.nav-pills-secondary a:focus {color: var(--secondary--100);}.nav-pills-secondary a:active {color: var(--secondary-100);}.nav-pills-secondary .nav-link.active, .nav-pills-secondary > li.active > a {background-color: var(--secondary);}.nav-pills-secondary .nav-link.active:hover, .nav-pills-secondary .nav-link.active:focus, .nav-pills-secondary > li.active > a:hover, .nav-pills-secondary > li.active > a:focus {background-color: var(--secondary);}.nav-pills-tertiary a {color: var(--tertiary);}.nav-pills-tertiary a:hover {color: var(--tertiary--100);}.nav-pills-tertiary a:focus {color: var(--tertiary--100);}.nav-pills-tertiary a:active {color: var(--tertiary-100);}.nav-pills-tertiary .nav-link.active, .nav-pills-tertiary > li.active > a {background-color: var(--tertiary);}.nav-pills-tertiary .nav-link.active:hover, .nav-pills-tertiary .nav-link.active:focus, .nav-pills-tertiary > li.active > a:hover, .nav-pills-tertiary > li.active > a:focus {background-color: var(--tertiary);}.nav-pills-quaternary a {color: var(--quaternary);}.nav-pills-quaternary a:hover {color: var(--quaternary--100);}.nav-pills-quaternary a:focus {color: var(--quaternary--100);}.nav-pills-quaternary a:active {color: var(--quaternary-100);}.nav-pills-quaternary .nav-link.active, .nav-pills-quaternary > li.active > a {background-color: var(--quaternary);}.nav-pills-quaternary .nav-link.active:hover, .nav-pills-quaternary .nav-link.active:focus, .nav-pills-quaternary > li.active > a:hover, .nav-pills-quaternary > li.active > a:focus {background-color: var(--quaternary);}.nav-pills-dark a {color: var(--dark);}.nav-pills-dark a:hover {color: var(--dark--100);}.nav-pills-dark a:focus {color: var(--dark--100);}.nav-pills-dark a:active {color: var(--dark-100);}.nav-pills-dark .nav-link.active, .nav-pills-dark > li.active > a {background-color: var(--dark);}.nav-pills-dark .nav-link.active:hover, .nav-pills-dark .nav-link.active:focus, .nav-pills-dark > li.active > a:hover, .nav-pills-dark > li.active > a:focus {background-color: var(--dark);}.nav-pills-light a {color: var(--light);}.nav-pills-light a:hover {color: var(--light--100);}.nav-pills-light a:focus {color: var(--light--100);}.nav-pills-light a:active {color: var(--light-100);}.nav-pills-light .nav-link.active, .nav-pills-light > li.active > a {background-color: var(--light);}.nav-pills-light .nav-link.active:hover, .nav-pills-light .nav-link.active:focus, .nav-pills-light > li.active > a:hover, .nav-pills-light > li.active > a:focus {background-color: var(--light);}.nav-link {color: var(--primary);}.nav-link:hover {color: var(--primary--100);}.nav-link:focus {color: var(--primary--100);}.nav-link:active {color: var(--primary);}.section-scroll-dots-navigation-colored > ul > li.active > a:before {background: var(--primary);}.offcanvas-nav .nav ul {list-style: none;}.offcanvas-nav .nav li {border-bottom: 1px solid rgba(0, 0, 0, 0.06);position: relative;}.offcanvas-nav .nav li:last-child {border-bottom: 0;}.offcanvas-nav .nav li a {padding: 15px 10px;font-size: 16px;display: block;text-decoration: none;font-weight: 600;color: var(--dark);background-color: transparent !important;opacity: 1;transition: opacity 0.3s;}.offcanvas-nav .nav li a:hover {opacity: 0.7;}.offcanvas-nav .nav li a.dropdown-toggle:after {display: none;}.offcanvas-nav .nav li a.dropdown-toggle .fa-chevron-down {color: var(--dark);border-radius: 50%;position: absolute;right: 0;margin-top: -3px;width: 30px;display: inline-flex;justify-content: center;height: 30px;align-items: center;z-index: 1;}.offcanvas-nav .nav li a.dropdown-toggle .fa-chevron-down:hover {background: var(--primary);color: var(--primary-inverse);}.offcanvas-nav .nav li.dropdown .dropdown-menu {margin: 0;padding: 0 0 10px 20px;display: none;position: relative;border: 0;opacity: 0;transition: opacity 1s;}.offcanvas-nav .nav li.dropdown .dropdown-menu li a {font-size: 14px;}.offcanvas-nav .nav li.dropdown .dropdown-menu li .dropdown-mega-sub-title {font-size: 14px;font-weight: 600;opacity: 0.7;display: inline-block;padding: 10px 0;}.offcanvas-nav .nav li.dropdown.open .dropdown-menu {opacity: 1;display: block;}.process {text-align: center;}.process .process-step {display: flex;flex-direction: column;justify-content: center;align-items: center;position: relative;}.process .process-step-circle {display: flex;justify-content: center;height: 90px;text-align: center;width: 90px;border: 2px solid var(--grey-500);border-radius: 50%;align-items: center;position: relative;background-color: transparent;transition: all 0.2s ease-in-out;}.process .process-step-content {padding-top: 20px;}.process .process-step-circle-content {font-weight: bold;color: var(--dark);font-size: 1.6em;letter-spacing: -1px;transition: all 0.2s ease-in-out;}.process .process-step:hover .process-step-circle {background-color: var(--grey-500);}.process .process-step:hover .process-step-circle .process-step-circle-content {color: var(--light);}.process .process-step:hover .process-step-circle .process-step-circle-content .icons {color: var(--light) !important;}.process.process-shapes .process-step-circle {position: relative;width: auto;height: auto;border: 0;margin-bottom: 19.2px;margin-bottom: 1.2rem;}.process.process-shapes .process-step-circle .process-step-circle-content {position: relative;display: flex;align-items: center;justify-content: center;width: 45px;height: 45px;background-color: var(--grey-500);border-radius: 100%;color: var(--light);z-index: 3;}.process.process-shapes .process-step-circle:before, .process.process-shapes .process-step-circle:after {content: '';position: absolute;top: 50%;left: 50%;width: 100%;height: 100%;background-color: var(--default);border-radius: 100%;opacity: 0.6;transform: translate3d(-50%, -50%, 0) scale(1.5);transition: ease transform 1s;z-index: 2;}.process.process-shapes .process-step-circle:after {background-color: #999;opacity: 0.3;transform: translate3d(-50%, -50%, 0) scale(2);z-index: 1;}.process.process-shapes.process-shapes-hover-animate .process-step:hover .process-step-circle:before {animation-name: processShapesScaleOne;animation-delay: 300ms;}.process.process-shapes.process-shapes-hover-animate .process-step:hover .process-step-circle:after {animation-name: processShapesScaleTwo;}.process.process-shapes.process-shapes-hover-animate .process-step:hover .process-step-circle:before, .process.process-shapes.process-shapes-hover-animate .process-step:hover .process-step-circle:after {animation-fill-mode: forwards;animation-iteration-count: infinite;animation-duration: 3s;animation-timing-function: linear;}.process.process-shapes.process-shapes-always-animate .process-step .process-step-circle:before {animation-name: processShapesScaleOne;animation-delay: 300ms;}.process.process-shapes.process-shapes-always-animate .process-step .process-step-circle:after {animation-name: processShapesScaleTwo;}.process.process-shapes.process-shapes-always-animate .process-step .process-step-circle:before, .process.process-shapes.process-shapes-always-animate .process-step .process-step-circle:after {animation-fill-mode: forwards;animation-iteration-count: infinite;animation-duration: 3s;animation-timing-function: linear;}.process.process-shapes.process-shapes-always-animate .process-step .process-step-circle.process-shapes-always-animate-delay:before {animation-name: processShapesScaleOne;animation-delay: 1000ms;}.process.process-shapes.process-shapes-always-animate .process-step .process-step-circle.process-shapes-always-animate-delay:after {animation-name: processShapesScaleTwo;animation-delay: 700ms;}@keyframes processShapesScaleOne {0% {opacity: 0.6;transform: translate3d(-50%, -50%, 0) scale(1.5);}25% {opacity: 0;transform: translate3d(-50%, -50%, 0) scale(1.8);}50% {opacity: 0;transform: translate3d(-50%, -50%, 0) scale(1);}100% {opacity: 0.6;transform: translate3d(-50%, -50%, 0) scale(1.5);}}@keyframes processShapesScaleTwo {0% {opacity: 0.3;transform: translate3d(-50%, -50%, 0) scale(2);}25% {opacity: 0;transform: translate3d(-50%, -50%, 0) scale(2.3);}50% {opacity: 0;transform: translate3d(-50%, -50%, 0) scale(1);}100% {opacity: 0.3;transform: translate3d(-50%, -50%, 0) scale(2);}}@media (min-width: 992px) {.process .process-step:before {content: '';height: 2px;display: block;background-color: #EDEDED;position: absolute;width: 50%;top: 45px;left: 75%;}.process .process-step:last-child:before {display: none;}.process.process-shapes .process-step:before {top: 23px;}}.process-vertical {text-align: left;}.process-vertical .process-step {width: 100%;flex-direction: row;justify-content: start;align-items: start;position: relative;padding-bottom: 60px;}.process-vertical .process-step:before {display: none;}.process-vertical .process-step:after {width: 2px;display: block;background-color: #EDEDED;position: absolute;content: '';height: calc(100% - 80px);top: 70px;left: 30px;}.process-vertical .process-step:last-child:after {display: none;}.process-vertical .process-step-circle {height: 60px;width: 60px;margin: 0 15px 0 0;min-height: 60px;min-width: 60px;}.process-vertical .process-step-content {padding-top: 0;}.process-connecting-line {position: relative;text-align: left;}.process-connecting-line .connecting-line {content: '';position: absolute;top: 25px;left: 15px;right: 15px;height: 3px;background: var(--grey-500);}.process-connecting-line .process-step {align-items: flex-start;padding-right: 48px;padding-right: 3rem;padding-left: 48px;padding-left: 3rem;}.process-connecting-line .process-step:before {content: none;}.process-connecting-line .process-step-circle {background: var(--light);width: 50px;height: 50px;border: 3px solid var(--grey-500);}.process .process-step-circle {border-color: var(--primary);}.process .process-step:hover .process-step-circle {background-color: var(--primary);}.process .process-step:hover .process-step-circle .process-step-circle-content {color: #fff !important;}.process.process-shapes .process-step-circle .process-step-circle-content, .process.process-shapes .process-step-circle:before, .process.process-shapes .process-step-circle:after {background-color: var(--primary);}.process-connecting-line .connecting-line {background: var(--primary);}html .scroll-to-top {transition: opacity 0.3s;background: #404040;border-radius: var(--border-radius) var(--border-radius) 0 0;bottom: 0;color: var(--light);display: block;height: 9px;opacity: 0;padding: 10px 10px 35px;position: fixed;right: 10px;text-align: center;text-decoration: none;min-width: 50px;z-index: 1040;font-size: 0.8em;}html .scroll-to-top:hover {opacity: 1;}html .scroll-to-top.visible {opacity: 0.75;}html .scroll-to-top span {display: inline-block;padding: 0 5px;}html.lightbox-opened .scroll-to-top {right: 27px;}@media (max-width: 991px) {html .scroll-to-top.hidden-mobile {display: none !important;}}.social-icons {margin: 0;padding: 0;width: auto;}.social-icons li {display: inline-block;margin: -1px 1px 0 0;padding: 0;border-radius: 100%;overflow: visible;}.social-icons li a {transition: all 0.2s ease;border-radius: 100%;display: block;height: 28px;line-height: 28px;width: 28px;text-align: center;color: var(--dark--200) !important;text-decoration: none;font-size: 12.8px;font-size: 0.8rem;}.social-icons li:hover a {background: #151719;color: var(--light) !important;}.social-icons li:hover.social-icons-x a {background: #1aa9e1 !important;}.social-icons li:hover.social-icons-facebook a {background: #3b5a9a !important;}.social-icons li:hover.social-icons-linkedin a {background: #0073b2 !important;}.social-icons li:hover.social-icons-youtube a {background: #c3191e !important;}.social-icons.social-icons-medium li a, .social-icons.social-icons-md li a {height: 33px;line-height: 33px;width: 33px;font-size: 14.4px;font-size: 0.9rem;}.table td, .table th {border-color: rgba(0, 0, 0, 0.06);}.table > :not(:first-child) {border-top-color: rgba(0, 0, 0, 0.06);}blockquote {border-left: 5px solid #eee;margin: 0 0 16px 0;margin: 0 0 1rem 0;padding: 8px 16px;padding: 0.5rem 1rem;font-size: 1em;}p {color: var(--default);line-height: 26px;margin: 0 0 20px;}a {color: var(--primary);}a:hover {color: var(--primary--100);}a:focus {color: var(--primary--100);}a:active {color: var(--primary-100);}.mark.mark-gradient, .mark.mark-color {position: relative;z-index: 0;display: inline-flex;background-color: transparent;}.mark.mark-gradient:before, .mark.mark-color:before {content: '';height: 30%;width: 104%;bottom: 15%;position: absolute;left: -2%;z-index: -1;}.mark.mark-pos-2:before {width: 100%;bottom: 0%;left: 1%;}.mark-height-100:before {height: 100% !important;}.mark.mark-color-primary:before {background: var(--primary);}h1, h2, h3, h4, h5, h6 {font-family: "Inter",sans-serif;color: var(--dark);}p {line-height: 1.8;font-size: 16px;font-size: 1.1rem;letter-spacing: -0.015em;font-family: "Inter",sans-serif;color:#212529;}.btn {font-family: "Inter",sans-serif !important;padding: 16px 35.2px;padding: 1rem 2.2rem;font-size: 14.4px;font-size: 0.9rem;font-weight: 500;}.custom-text-color-2 {color: #e3993f;}@media (min-width: 992px) {#header .header-nav.header-nav-links:not(.header-nav-light-text) nav > ul > li > a {font-family: "Inter",sans-serif !important;font-size: 21px;font-weight: 500;letter-spacing: -0.6px;color: var(--dark);}#header .header-nav.header-nav-links:not(.header-nav-light-text) nav > ul > li > a:hover {color: var(--primary) !important;}#header .header-nav.header-nav-links:not(.header-nav-light-text) nav > ul > li > a.active {color: var(--dark-rgba-50) !important;}#header .header-nav.header-nav-links:not(.header-nav-light-text) nav > ul > li.dropdown:not(.dropdown-mega) .dropdown-menu {transition: all 300ms;opacity: 0;transform: translate3d(-5px, 0, 0) !important;border: 1px solid var(--grey-200);border-radius: var(--border-radius2x) !important;overflow: hidden;padding-top: 0;padding-bottom: 0;}#header .header-nav.header-nav-links:not(.header-nav-light-text) nav > ul > li.dropdown:not(.dropdown-mega) .dropdown-menu li a {padding-top: 12px !important;padding-bottom: 12px !important;padding-right: 22px !important;padding-left: 22px !important;}#header .header-nav.header-nav-links:not(.header-nav-light-text) nav > ul > li:hover.dropdown:not(.dropdown-mega) .dropdown-menu {opacity: 1;transform: translate3d(-5px, -10px, 0) !important;}}@media (max-width: 1024px) {#header .header-nav.header-nav-links:not(.header-nav-light-text) nav > ul > li > a {font-size: 17px;}}.custom-el-5 {position: absolute;width: 100%;height: 100%;}.custom-el-5 img {height: 100%;min-width: 1000px !important;min-height: 1000px !important;}@media (min-width: 992px) {.custom-el-6 {margin-bottom: -70px;margin-left: 7px;}}.custom-pos-4 {right: -40%;top: -57%;}:root {--border-radius: 4px;--border-radius2x: 10px;--default: #777;}:root {--primary: #82b6d9;--primary-100: #35de89;--primary-200: #2add83;--primary-300: #23d77c;--primary--100: #ffd536;--primary--200: #6ce7a9;--primary--300: #77e9b0;--primary-rgba-0: rgba(75, 226, 150, 0);--primary-rgba-10: rgba(75, 226, 150, 0.1);--primary-rgba-20: rgba(75, 226, 150, 0.2);--primary-rgba-30: rgba(75, 226, 150, 0.3);--primary-rgba-40: rgba(75, 226, 150, 0.4);--primary-rgba-50: rgba(75, 226, 150, 0.5);--primary-rgba-60: rgba(75, 226, 150, 0.6);--primary-rgba-70: rgba(75, 226, 150, 0.7);--primary-rgba-80: rgba(75, 226, 150, 0.8);--primary-rgba-90: rgba(75, 226, 150, 0.9);--secondary: #82b6d9;--secondary-100: #28764e;--secondary-200: #246c48;--secondary-300: #216342;--secondary--100: #349c68;--secondary--200: #38a66e;--secondary--300: #3baf74;--secondary-rgba-0: rgba(46, 137, 91, 0);--secondary-rgba-10: rgba(46, 137, 91, 0.1);--secondary-rgba-20: rgba(46, 137, 91, 0.2);--secondary-rgba-30: rgba(46, 137, 91, 0.3);--secondary-rgba-40: rgba(46, 137, 91, 0.4);--secondary-rgba-50: rgba(46, 137, 91, 0.5);--secondary-rgba-60: rgba(46, 137, 91, 0.6);--secondary-rgba-70: rgba(46, 137, 91, 0.7);--secondary-rgba-80: rgba(46, 137, 91, 0.8);--secondary-rgba-90: rgba(46, 137, 91, 0.9);--tertiary: #1f2f28;--tertiary-100: #15201b;--tertiary-200: #101814;--tertiary-300: #0b100e;--tertiary--100: #293e35;--tertiary--200: #2e463c;--tertiary--300: #334e42;--tertiary-rgba-0: rgba(31, 47, 40, 0);--tertiary-rgba-10: rgba(31, 47, 40, 0.1);--tertiary-rgba-20: rgba(31, 47, 40, 0.2);--tertiary-rgba-30: rgba(31, 47, 40, 0.3);--tertiary-rgba-40: rgba(31, 47, 40, 0.4);--tertiary-rgba-50: rgba(31, 47, 40, 0.5);--tertiary-rgba-60: rgba(31, 47, 40, 0.6);--tertiary-rgba-70: rgba(31, 47, 40, 0.7);--tertiary-rgba-80: rgba(31, 47, 40, 0.8);--tertiary-rgba-90: rgba(31, 47, 40, 0.9);--quaternary: #f7f0e7;--quaternary-100: #f1e4d4;--quaternary-200: #eddeca;--quaternary-300: #ead8c1;--quaternary--100: #fdfcfa;--quaternary--200: #ffffff;--quaternary--300: #ffffff;--quaternary-rgba-0: rgba(247, 240, 231, 0);--quaternary-rgba-10: rgba(247, 240, 231, 0.1);--quaternary-rgba-20: rgba(247, 240, 231, 0.2);--quaternary-rgba-30: rgba(247, 240, 231, 0.3);--quaternary-rgba-40: rgba(247, 240, 231, 0.4);--quaternary-rgba-50: rgba(247, 240, 231, 0.5);--quaternary-rgba-60: rgba(247, 240, 231, 0.6);--quaternary-rgba-70: rgba(247, 240, 231, 0.7);--quaternary-rgba-80: rgba(247, 240, 231, 0.8);--quaternary-rgba-90: rgba(247, 240, 231, 0.9);--dark: #111;--dark-100: #040404;--dark-200: #000000;--dark-300: #000000;--dark--100: #1e1e1e;--dark--200: #242424;--dark--300: #2b2b2b;--dark-rgba-0: rgba(17, 17, 17, 0);--dark-rgba-10: rgba(17, 17, 17, 0.1);--dark-rgba-20: rgba(17, 17, 17, 0.2);--dark-rgba-30: rgba(17, 17, 17, 0.3);--dark-rgba-40: rgba(17, 17, 17, 0.4);--dark-rgba-50: rgba(17, 17, 17, 0.5);--dark-rgba-60: rgba(17, 17, 17, 0.6);--dark-rgba-70: rgba(17, 17, 17, 0.7);--dark-rgba-80: rgba(17, 17, 17, 0.8);--dark-rgba-90: rgba(17, 17, 17, 0.9);--light: #FFF;--light-100: #f2f2f2;--light-200: #ececec;--light-300: #e6e6e6;--light--100: #ffffff;--light--200: #ffffff;--light--300: #ffffff;--light-rgba-0: rgba(255, 255, 255, 0);--light-rgba-10: rgba(255, 255, 255, 0.1);--light-rgba-20: rgba(255, 255, 255, 0.2);--light-rgba-30: rgba(255, 255, 255, 0.3);--light-rgba-40: rgba(255, 255, 255, 0.4);--light-rgba-50: rgba(255, 255, 255, 0.5);--light-rgba-60: rgba(255, 255, 255, 0.6);--light-rgba-70: rgba(255, 255, 255, 0.7);--light-rgba-80: rgba(255, 255, 255, 0.8);--light-rgba-90: rgba(255, 255, 255, 0.9);}:root {--primary-inverse: #777;--secondary-inverse: #FFF;--tertiary-inverse: #FFF;--quaternary-inverse: #777;--dark-inverse: #FFF;--light-inverse: #777;}:root {--grey: #969696;--grey-100: #f4f4f4;--grey-200: #eaeaea;--grey-300: #e5e5e5;--grey-400: #e0e0e0;--grey-500: #dbdbdb;--grey-600: #cecece;--grey-700: #c1c1c1;--grey-800: #a8a8a8;--grey-900: #8e8e8e;--grey-1000: #757575;}