﻿@import"https://fonts.googleapis.com/css2?family=Geist:wght@100..900&display=swap";
@import"https://hauskatpelix.com/assets/css/@tabler/icons-webfont/dist/tabler-icons.min.css";


:root,
[data-bs-theme=light]{

    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #FB2C36;
    --bs-orange: #E66239;
    --bs-yellow: #F0B100;
    --bs-green: #09C82C;
    --bs-teal: #20c997;
    --bs-cyan: #00B8DB;
    --bs-black: #000;
    --bs-white: #fff;
    --bs-gray: #525252;
    --bs-gray-dark: #262626;
    --bs-gray-100: #f5f5f5;
    --bs-gray-200: #e5e5e5;
    --bs-gray-300: #d4d4d4;
    --bs-gray-400: #a3a3a3;
    --bs-gray-500: #737373;
    --bs-gray-600: #525252;
    --bs-gray-700: #404040;
    --bs-gray-800: #262626;
    --bs-gray-900: #171717;
    --bs-primary: #4be3c2;
    --bs-secondary: #e5e5e5;
    --bs-success: #09C82C;
    --bs-info: #00B8DB;
    --bs-warning: #F0B100;
    --bs-danger: #FB2C36;
    --bs-light: #f5f5f5;
    --bs-dark: #171717;
    --bs-primary-rgb: 75, 227, 194;
    --bs-secondary-rgb: 229, 229, 229;
    --bs-success-rgb: 9, 200, 44;
    --bs-info-rgb: 0, 184, 219;
    --bs-warning-rgb: 240, 177, 0;
    --bs-danger-rgb: 251, 44, 54;
    --bs-light-rgb: 245, 245, 245;
    --bs-dark-rgb: 23, 23, 23;
    --bs-primary-text-emphasis: #1e5b4e;
    --bs-secondary-text-emphasis: #5c5c5c;
    --bs-success-text-emphasis: #045012;
    --bs-info-text-emphasis: #004a58;
    --bs-warning-text-emphasis: #604700;
    --bs-danger-text-emphasis: #641216;
    --bs-light-text-emphasis: #404040;
    --bs-dark-text-emphasis: #404040;
    --bs-primary-bg-subtle: #dbf9f3;
    --bs-secondary-bg-subtle: #fafafa;
    --bs-success-bg-subtle: #cef4d5;
    --bs-info-bg-subtle: #ccf1f8;
    --bs-warning-bg-subtle: #fcefcc;
    --bs-danger-bg-subtle: #fed5d7;
    --bs-light-bg-subtle: #fafafa;
    --bs-dark-bg-subtle: #a3a3a3;
    --bs-primary-border-subtle: #b7f4e7;
    --bs-secondary-border-subtle: whitesmoke;
    --bs-success-border-subtle: #9de9ab;
    --bs-info-border-subtle: #99e3f1;
    --bs-warning-border-subtle: #f9e099;
    --bs-danger-border-subtle: #fdabaf;
    --bs-light-border-subtle: #e5e5e5;
    --bs-dark-border-subtle: #737373;
    --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: "Geist", sans-serif;
    --bs-body-font-size: 0.975rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #525252;
    --bs-body-color-rgb: 82, 82, 82;
    --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(82, 82, 82, 0.75);
    --bs-secondary-color-rgb: 82, 82, 82;
    --bs-secondary-bg: #e5e5e5;
    --bs-secondary-bg-rgb: 229, 229, 229;
    --bs-tertiary-color: rgba(82, 82, 82, 0.5);
    --bs-tertiary-color-rgb: 82, 82, 82;
    --bs-tertiary-bg: #f5f5f5;
    --bs-tertiary-bg-rgb: 245, 245, 245;
    --bs-heading-color: #171717;
    --bs-link-color: #404040;
    --bs-link-color-rgb: 64, 64, 64;
    --bs-link-decoration: none;
    --bs-link-hover-color: #4be3c2;
    --bs-link-hover-color-rgb: 75, 227, 194;
    --bs-link-hover-decoration: none;
    --bs-code-color: #d63384;
    --bs-highlight-color: #525252;
    --bs-highlight-bg: #fcefcc;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #e5e5e5;
    --bs-border-color-translucent: #e5e5e5;
    --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(75, 227, 194, 0.25);
    --bs-form-valid-color: #09C82C;
    --bs-form-valid-border-color: #09C82C;
    --bs-form-invalid-color: #FB2C36;
    --bs-form-invalid-border-color: #FB2C36

}

[data-bs-theme=dark] {
  color-scheme: dark;
  --bs-body-color: #d4d4d4;
  --bs-body-color-rgb: 212, 212, 212;
  --bs-body-bg: #171717;
  --bs-body-bg-rgb: 23, 23, 23;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(212, 212, 212, 0.75);
  --bs-secondary-color-rgb: 212, 212, 212;
  --bs-secondary-bg: #262626;
  --bs-secondary-bg-rgb: 38, 38, 38;
  --bs-tertiary-color: rgba(212, 212, 212, 0.5);
  --bs-tertiary-color-rgb: 212, 212, 212;
  --bs-tertiary-bg: #1f1f1f;
  --bs-tertiary-bg-rgb: 31, 31, 31;
  --bs-primary-text-emphasis: #93eeda;
  --bs-secondary-text-emphasis: #efefef;
  --bs-success-text-emphasis: #6bde80;
  --bs-info-text-emphasis: #66d4e9;
  --bs-warning-text-emphasis: #f6d066;
  --bs-danger-text-emphasis: #fd8086;
  --bs-light-text-emphasis: #f5f5f5;
  --bs-dark-text-emphasis: #d4d4d4;
  --bs-primary-bg-subtle: #0f2d27;
  --bs-secondary-bg-subtle: #2e2e2e;
  --bs-success-bg-subtle: #022809;
  --bs-info-bg-subtle: #00252c;
  --bs-warning-bg-subtle: #302300;
  --bs-danger-bg-subtle: #32090b;
  --bs-light-bg-subtle: #262626;
  --bs-dark-bg-subtle: #131313;
  --bs-primary-border-subtle: #2d8874;
  --bs-secondary-border-subtle: #898989;
  --bs-success-border-subtle: #05781a;
  --bs-info-border-subtle: #006e83;
  --bs-warning-border-subtle: #906a00;
  --bs-danger-border-subtle: #971a20;
  --bs-light-border-subtle: #404040;
  --bs-dark-border-subtle: #262626;
  --bs-heading-color: inherit;
  --bs-link-color: #93eeda;
  --bs-link-hover-color: #a9f1e1;
  --bs-link-color-rgb: 147, 238, 218;
  --bs-link-hover-color-rgb: 169, 241, 225;
  --bs-code-color: #e685b5;
  --bs-highlight-color: #d4d4d4;
  --bs-highlight-bg: #604700;
  --bs-border-color: #404040;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: #6bde80;
  --bs-form-valid-border-color: #6bde80;
  --bs-form-invalid-color: #fd8086;
  --bs-form-invalid-border-color: #fd8086;
  --bs-btn-close-filter: invert(1) grayscale(100%) brightness(200%);
  --bs-carousel-indicator-active-bg: #000;
  --bs-carousel-caption-color: #000;
  --bs-carousel-control-icon-filter: invert(1) grayscale(100);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: var(--font-body);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--kp-text);
  text-align: var(--bs-body-text-align);
  background-color: var(--kp-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: .25;
}

h6,
.h6,
h5,
.h5,
h4,
.h4,
h3,
.h3,
h2,
.h2,
h1,
.h1 {
  margin-top: 0;
  margin-bottom: .5rem;
  font-weight: 600;
  line-height: 1.2;
  color: var(--bs-heading-color);
}

h1,
.h1 {
  font-size: calc(1.36875rem + 1.425vw);
}

h2,
.h2 {
  font-size: calc(1.32rem + 0.84vw);
}

h3,
.h3 {
  font-size: calc(1.295625rem + 0.5475vw);
}

h4,
.h4 {
  font-size: calc(1.27125rem + 0.255vw);
}

h5,
.h5 {
  font-size: 1.21875rem;
}

h6,
.h6 {
  font-size: 0.975rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title] {
  text-decoration: underline dotted;
  cursor: help;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small,
.small {
  font-size: 0.875em;
}

mark,
.ayB1n9LeF {
  padding: .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: var(--kp-primary);
  text-decoration: none;
}

a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
  text-decoration: none;
  color: var(--kp-primary-dark);
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}

a>code {
  color: inherit;
}

kbd {
  padding: .1875rem .375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: .25rem;
}

kbd kbd {
  padding: 0;
  font-size: 1em;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: .5rem;
  padding-bottom: .5rem;
  color: var(--bs-secondary-color);
  text-align: left;
}

th {
  font-weight: 400;
  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;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  line-height: inherit;
  font-size: calc(1.275rem + 0.3vw);
}

legend+* {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-cancel-button {
  cursor: pointer;
  filter: grayscale(1);
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.VGgGf50Jm {
  font-size: 1.21875rem;
  font-weight: 300;
}

.NlV4cCn {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.625rem + 4.5vw);
}

.fy7Ka3p {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.575rem + 3.9vw);
}

.QWfwqHHE2 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.525rem + 3.3vw);
}

.oDPNDY6zK {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.475rem + 2.7vw);
}

.qXHmgp {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.425rem + 2.1vw);
}

.SJzcQR {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.375rem + 1.5vw);
}

.j3fKO3BGF3 {
  padding-left: 0;
  list-style: none;
}

.ENgZqqB {
  padding-left: 0;
  list-style: none;
}

.cF9f1roc {
  display: inline-block;
}

.cF9f1roc:not(:last-child) {
  margin-right: .5rem;
}

.b1JFTGw0mV {
  font-size: 0.875em;
  text-transform: uppercase;
}

.muLPPT {
  margin-bottom: 1rem;
  font-size: 1.21875rem;
}

.muLPPT>:last-child {
  margin-bottom: 0;
}

.s2pCD5d {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #525252;
}

.s2pCD5d::before {
  content: "— ";
}

.Aniigr7 {
  max-width: 100%;
  height: auto;
}

.uhr3zNztC8Q {
  padding: .25rem;
  background-color: var(--bs-body-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  max-width: 100%;
  height: auto;
}

.naK2TL {
  display: inline-block;
}

.aOLHehboxHa {
  margin-bottom: .5rem;
  line-height: 1;
}

.vLzdMCH32fy {
  font-size: 0.875em;
  color: var(--bs-secondary-color);
}

.container,
.wVEcUWl2lkB,
.nueelw5,
.qfz1jL7y,
.pjZVgGdFyt,
.FhjASl2aF56,
.OKShPI0 {
  --bs-gutter-x: 2.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x)*.5);
  padding-left: calc(var(--bs-gutter-x)*.5);
  margin-right: auto;
  margin-left: auto;
}

: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: 2.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)*.5);
  padding-left: calc(var(--bs-gutter-x)*.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0;
}

.QgynYZiWQg>* {
  flex: 0 0 auto;
  width: auto;
}

.IAiWiakT9>* {
  flex: 0 0 auto;
  width: 100%;
}

.NlndoBHZ5o>* {
  flex: 0 0 auto;
  width: 50%;
}

.rAkaSuKD7>* {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.j6lKrXQv>* {
  flex: 0 0 auto;
  width: 25%;
}

.ABQavaIh4p>* {
  flex: 0 0 auto;
  width: 20%;
}

.lxKhd0c>* {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.RjXAuMo {
  flex: 0 0 auto;
  width: auto;
}

.vh5nmA9VwZ {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.mOZjOi7nd {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.mJnhYWg {
  flex: 0 0 auto;
  width: 25%;
}

.JdpipFJKB {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.P9NJ2IG0o {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.OcpRmhjz {
  flex: 0 0 auto;
  width: 50%;
}

.svfg4Jkzq {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.dJb0e8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.m0xKBwQ2MD {
  flex: 0 0 auto;
  width: 75%;
}

.flzwjDD9P {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.XHFes2 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.MBJpab {
  flex: 0 0 auto;
  width: 100%;
}

.Jidyxe {
  margin-left: 8.33333333%;
}

.GZCREE4 {
  margin-left: 16.66666667%;
}

.LeBMLEzLd {
  margin-left: 25%;
}

.g1jWJaPq {
  margin-left: 33.33333333%;
}

.WBYVz4aPzO {
  margin-left: 41.66666667%;
}

.KKhU87wHl {
  margin-left: 50%;
}

.PrCcLL5vf {
  margin-left: 58.33333333%;
}

.JU7I6QpQ4Pe {
  margin-left: 66.66666667%;
}

.rLYekL {
  margin-left: 75%;
}

.uZABMd8 {
  margin-left: 83.33333333%;
}

.Whr6uY {
  margin-left: 91.66666667%;
}

.vBek4GTAJ,
.pjGg9vtdd7 {
  --bs-gutter-x: 0;
}

.vBek4GTAJ,
.LFddHz {
  --bs-gutter-y: 0;
}

.d4puAC,
.F1pXc0 {
  --bs-gutter-x: 0.25rem;
}

.d4puAC,
.a0rB5khaxUp {
  --bs-gutter-y: 0.25rem;
}

.wkvsxw52c4,
.Luh9IAw6m {
  --bs-gutter-x: 0.5rem;
}

.wkvsxw52c4,
.dyeh9niG78 {
  --bs-gutter-y: 0.5rem;
}

.CgaZzx,
.H2KvKDiP {
  --bs-gutter-x: 0.75rem;
}

.CgaZzx,
.EUAdWbIJY {
  --bs-gutter-y: 0.75rem;
}

.g2IqLhVjFpT,
.rZWNw7 {
  --bs-gutter-x: 1rem;
}

.g2IqLhVjFpT,
.DyWEMB3tHyM {
  --bs-gutter-y: 1rem;
}

.QofIxncCbO,
.SteZUd4 {
  --bs-gutter-x: 1.25rem;
}

.QofIxncCbO,
.nmx2Tsbv3M {
  --bs-gutter-y: 1.25rem;
}

.m0id9YM,
.VXPna1Okv0f {
  --bs-gutter-x: 1.5rem;
}

.m0id9YM,
.xeF0nNi {
  --bs-gutter-y: 1.5rem;
}

.jL1IAveRlC,
.ImB90CJRu {
  --bs-gutter-x: 1.75rem;
}

.jL1IAveRlC,
.rl5GasxO {
  --bs-gutter-y: 1.75rem;
}

.PSJ7UR,
.ensbLorF {
  --bs-gutter-x: 2rem;
}

.PSJ7UR,
.LqVx4vx {
  --bs-gutter-y: 2rem;
}

.rRg8CvJZJp5,
.WyvetuBycv {
  --bs-gutter-x: 3rem;
}

.rRg8CvJZJp5,
.vcDGY6Ub {
  --bs-gutter-y: 3rem;
}

.D3ghZu,
.mtsngv {
  --bs-gutter-x: 3.5rem;
}

.D3ghZu,
.PTkPUoWKYX {
  --bs-gutter-y: 3.5rem;
}

.F6avx1s,
.cGOSQWW {
  --bs-gutter-x: 4rem;
}

.F6avx1s,
.l2wFGvmt1 {
  --bs-gutter-y: 4rem;
}

.H9rGyZPdv,
.anF9QkTG5 {
  --bs-gutter-x: 5rem;
}

.H9rGyZPdv,
.J6no4fb5U2R {
  --bs-gutter-y: 5rem;
}

.YtW8ztj,
.tbfvlsMyE {
  --bs-gutter-x: 6rem;
}

.YtW8ztj,
.YJ8dgW3T {
  --bs-gutter-y: 6rem;
}

.table {
  --bs-table-color-type: initial;
  --bs-table-bg-type: initial;
  --bs-table-color-state: initial;
  --bs-table-bg-state: initial;
  --bs-table-color: var(--bs-emphasis-color);
  --bs-table-bg: var(--bs-body-bg);
  --bs-table-border-color: var(--bs-border-color);
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: var(--bs-emphasis-color);
  --bs-table-striped-bg: rgba(var(--bs-emphasis-color-rgb), 0.05);
  --bs-table-active-color: var(--bs-emphasis-color);
  --bs-table-active-bg: rgba(var(--bs-emphasis-color-rgb), 0.1);
  --bs-table-hover-color: var(--bs-emphasis-color);
  --bs-table-hover-bg: rgba(var(--bs-emphasis-color-rgb), 0.075);
  width: 100%;
  margin-bottom: 1rem;
  vertical-align: top;
  border-color: var(--bs-table-border-color);
}

.table>:not(caption)>*>* {
  padding: .5rem .5rem;
  color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));
  background-color: var(--bs-table-bg);
  border-bottom-width: var(--bs-border-width);
  box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));
}

.table>tbody {
  vertical-align: inherit;
}

.table>thead {
  vertical-align: bottom;
}

.vBgkkDGWz {
  border-top: calc(var(--bs-border-width)*2) solid currentcolor;
}

.TMPBqXWr {
  caption-side: top;
}

.RjnaZqV>:not(caption)>*>* {
  padding: .25rem .25rem;
}

.LFjffG>:not(caption)>* {
  border-width: var(--bs-border-width) 0;
}

.LFjffG>:not(caption)>*>* {
  border-width: 0 var(--bs-border-width);
}

.nSEAMzVhz>:not(caption)>*>* {
  border-bottom-width: 0;
}

.nSEAMzVhz>:not(:first-child) {
  border-top-width: 0;
}

.KBHxg98y1f>tbody>tr:nth-of-type(odd)>* {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg);
}

.SzSoIk2>:not(caption)>tr>:nth-child(even) {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg);
}

.eLSLjIZaPe {
  --bs-table-color-state: var(--bs-table-active-color);
  --bs-table-bg-state: var(--bs-table-active-bg);
}

.C2VCULkC>tbody>tr:hover>* {
  --bs-table-color-state: var(--bs-table-hover-color);
  --bs-table-bg-state: var(--bs-table-hover-bg);
}

.eCd9FGMcXG {
  --bs-table-color: #000;
  --bs-table-bg: #dbf9f3;
  --bs-table-border-color: #afc7c2;
  --bs-table-striped-bg: #d0ede7;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #c5e0db;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #cbe6e1;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.T6ef8i {
  --bs-table-color: #000;
  --bs-table-bg: #fafafa;
  --bs-table-border-color: #c8c8c8;
  --bs-table-striped-bg: #eeeeee;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e1e1e1;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e7e7e7;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.fgeJ8m9Cu5h {
  --bs-table-color: #000;
  --bs-table-bg: #cef4d5;
  --bs-table-border-color: #a5c3aa;
  --bs-table-striped-bg: #c4e8ca;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #b9dcc0;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfe2c5;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.ixPCNtonOf {
  --bs-table-color: #000;
  --bs-table-bg: #ccf1f8;
  --bs-table-border-color: #a3c1c6;
  --bs-table-striped-bg: #c2e5ec;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #b8d9df;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bddfe5;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.OMevdAh {
  --bs-table-color: #000;
  --bs-table-bg: #fcefcc;
  --bs-table-border-color: #cabfa3;
  --bs-table-striped-bg: #efe3c2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e3d7b8;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e9ddbd;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.kYHfMsWeF6X {
  --bs-table-color: #000;
  --bs-table-bg: #fed5d7;
  --bs-table-border-color: #cbaaac;
  --bs-table-striped-bg: #f1cacc;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e5c0c2;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ebc5c7;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.cKMtLpeRrN {
  --bs-table-color: #000;
  --bs-table-bg: #f5f5f5;
  --bs-table-border-color: #c4c4c4;
  --bs-table-striped-bg: #e9e9e9;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dddddd;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e3e3e3;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.mYVQ1Eud {
  --bs-table-color: #fff;
  --bs-table-bg: #171717;
  --bs-table-border-color: #454545;
  --bs-table-striped-bg: #232323;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #2e2e2e;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #282828;
  --bs-table-hover-color: #fff;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.s9O1fb {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.CZI06oRJWD {
  margin-bottom: 0.4rem !important;
  font-size: 0.76rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.07em !important;
  text-transform: uppercase !important;
  color: rgba(255,255,255,0.42) !important;
}

.XgrY9bky {
  padding-top: calc(0.55rem + var(--bs-border-width));
  padding-bottom: calc(0.55rem + var(--bs-border-width));
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.KxyKWVEKrO3 {
  padding-top: calc(0.5rem + var(--bs-border-width));
  padding-bottom: calc(0.5rem + var(--bs-border-width));
  font-size: 1.21875rem;
}

.NZ18FDR {
  padding-top: calc(0.25rem + var(--bs-border-width));
  padding-bottom: calc(0.25rem + var(--bs-border-width));
  font-size: 0.82875rem;
}

.FecXBudD4P {
  margin-top: .25rem;
  font-size: 0.875em;
  color: var(--bs-secondary-color);
}

.eojckP {
  display: block;
  width: 100%;
  padding: .55rem 1.25rem;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: 50px;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.eojckP[type=file] {
  overflow: hidden;
}

.eojckP[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}

.eojckP:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: #a5f1e1;
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(75, 227, 194, .25);
}

.eojckP::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.5em;
  margin: 0;
}

.eojckP::-webkit-datetime-edit {
  display: block;
  padding: 0;
}

.eojckP::placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}

.eojckP:disabled {
  background-color: var(--bs-secondary-bg);
  opacity: 1;
}

.eojckP::file-selector-button {
  padding: .55rem 1.25rem;
  margin: -0.55rem -1.25rem;
  margin-inline-end: 1.25rem;
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--bs-border-width);
  border-radius: 0;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.eojckP:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--bs-secondary-bg);
}

.nxLG7XJAs {
  display: block;
  width: 100%;
  padding: .55rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: var(--bs-body-color);
  background-color: rgba(0, 0, 0, 0);
  border: solid rgba(0, 0, 0, 0);
  border-width: var(--bs-border-width) 0;
}

.nxLG7XJAs:focus {
  outline: 0;
}

.nxLG7XJAs.nuQ0sJPFKgx,
.nxLG7XJAs.eQQVxlK {
  padding-right: 0;
  padding-left: 0;
}

.nuQ0sJPFKgx {
  min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
  padding: .25rem .5rem;
  font-size: 0.82875rem;
  border-radius: var(--bs-border-radius-sm);
}

.nuQ0sJPFKgx::file-selector-button {
  padding: .25rem .5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: .5rem;
}

.eQQVxlK {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
  padding: .5rem 1rem;
  font-size: 1.21875rem;
  border-radius: var(--bs-border-radius-lg);
}

.eQQVxlK::file-selector-button {
  padding: .5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}

textarea.eojckP {
  min-height: calc(1.5em + 1.1rem + calc(var(--bs-border-width) * 2));
}

textarea.nuQ0sJPFKgx {
  min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
}

textarea.eQQVxlK {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}

.tf4mUA9Jvn {
  width: 3rem;
  height: calc(1.5em + 1.1rem + calc(var(--bs-border-width) * 2));
  padding: .55rem;
}

.tf4mUA9Jvn:not(:disabled):not([readonly]) {
  cursor: pointer;
}

.tf4mUA9Jvn::-moz-color-swatch {
  border: 0 !important;
  border-radius: 50px;
}

.tf4mUA9Jvn::-webkit-color-swatch {
  border: 0 !important;
  border-radius: 50px;
}

.tf4mUA9Jvn.nuQ0sJPFKgx {
  height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
}

.tf4mUA9Jvn.eQQVxlK {
  height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}

.ZOTKh4Oe7tV {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23262626' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  display: block;
  width: 100%;
  padding: .55rem 3.75rem .55rem 1.25rem;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  appearance: none;
  background-color: var(--bs-body-bg);
  background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
  background-repeat: no-repeat;
  background-position: right 1.25rem center;
  background-size: 16px 12px;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: 50px;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.ZOTKh4Oe7tV:focus {
  border-color: #a5f1e1;
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(75, 227, 194, .25);
}

.ZOTKh4Oe7tV[multiple],
.ZOTKh4Oe7tV[size]:not([size="1"]) {
  padding-right: 1.25rem;
  background-image: none;
}

.ZOTKh4Oe7tV:disabled {
  background-color: var(--bs-secondary-bg);
}

.ZOTKh4Oe7tV:-moz-focusring {
  color: rgba(0, 0, 0, 0);
  text-shadow: 0 0 0 var(--bs-body-color);
}

.sqiTafoyvi {
  padding-top: .25rem;
  padding-bottom: .25rem;
  padding-left: .5rem;
  font-size: 0.82875rem;
  border-radius: var(--bs-border-radius-sm);
}

.MtjRWgmbe {
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-left: 1rem;
  font-size: 1.21875rem;
  border-radius: var(--bs-border-radius-lg);
}

[data-bs-theme=dark] .ZOTKh4Oe7tV {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23d4d4d4' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}

.bwqLNRUVn {
  display: block;
  min-height: 1.4625rem;
  padding-left: 1.5em;
  margin-bottom: .125rem;
}

.bwqLNRUVn .AhfCkD {
  float: left;
  margin-left: -1.5em;
}

.HhZ9lULsa5 {
  padding-right: 1.5em;
  padding-left: 0;
  text-align: right;
}

.HhZ9lULsa5 .AhfCkD {
  float: right;
  margin-right: -1.5em;
  margin-left: 0;
}

.AhfCkD {
  --bs-form-check-bg: var(--bs-body-bg);
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  margin-top: .25em;
  vertical-align: top;
  appearance: none;
  background-color: var(--bs-form-check-bg);
  background-image: var(--bs-form-check-bg-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: var(--bs-border-width) solid var(--bs-border-color);
  print-color-adjust: exact;
}

.AhfCkD[type=checkbox] {
  border-radius: .25em;
}

.AhfCkD[type=radio] {
  border-radius: 50%;
}

.AhfCkD:active {
  filter: brightness(90%);
}

.AhfCkD:focus {
  border-color: #a5f1e1;
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(75, 227, 194, .25);
}

.AhfCkD:checked {
  background-color: #4be3c2;
  border-color: #4be3c2;
}

.AhfCkD:checked[type=checkbox] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}

.AhfCkD:checked[type=radio] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}

.AhfCkD[type=checkbox]:indeterminate {
  background-color: #4be3c2;
  border-color: #4be3c2;
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}

.AhfCkD:disabled {
  pointer-events: none;
  filter: none;
  opacity: .5;
}

.AhfCkD[disabled]~.CHA6rmdeq,
.AhfCkD:disabled~.CHA6rmdeq {
  cursor: default;
  opacity: .5;
}

.E4YxRuGovy {
  padding-left: 2.5em;
}

.E4YxRuGovy .AhfCkD {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  width: 2em;
  margin-left: -2.5em;
  background-image: var(--bs-form-switch-bg);
  background-position: left center;
  border-radius: 2em;
  transition: background-position .15s ease-in-out;
}

.E4YxRuGovy .AhfCkD:focus {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23a5f1e1'/%3e%3c/svg%3e");
}

.E4YxRuGovy .AhfCkD:checked {
  background-position: right center;
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.E4YxRuGovy.HhZ9lULsa5 {
  padding-right: 2.5em;
  padding-left: 0;
}

.E4YxRuGovy.HhZ9lULsa5 .AhfCkD {
  margin-right: -2.5em;
  margin-left: 0;
}

.zqcyA7MVdnr {
  display: inline-block;
  margin-right: 1rem;
}

.rI6CQSEWKKP {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.rI6CQSEWKKP[disabled]+.btn,
.rI6CQSEWKKP:disabled+.btn {
  pointer-events: none;
  filter: none;
  opacity: .65;
}

[data-bs-theme=dark] .E4YxRuGovy .AhfCkD:not(:checked):not(:focus) {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 0.25%29'/%3e%3c/svg%3e");
}

.WUdDFUbG {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  appearance: none;
  background-color: rgba(0, 0, 0, 0);
}

.WUdDFUbG:focus {
  outline: 0;
}

.WUdDFUbG:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 .25rem rgba(75, 227, 194, .25);
}

.WUdDFUbG:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 .25rem rgba(75, 227, 194, .25);
}

.WUdDFUbG::-moz-focus-outer {
  border: 0;
}

.WUdDFUbG::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  appearance: none;
  background-color: #4be3c2;
  border: 0;
  border-radius: 1rem;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.WUdDFUbG::-webkit-slider-thumb:active {
  background-color: #c9f7ed;
}

.WUdDFUbG::-webkit-slider-runnable-track {
  width: 100%;
  height: .5rem;
  color: rgba(0, 0, 0, 0);
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: rgba(0, 0, 0, 0);
  border-radius: 1rem;
}

.WUdDFUbG::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  appearance: none;
  background-color: #4be3c2;
  border: 0;
  border-radius: 1rem;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.WUdDFUbG::-moz-range-thumb:active {
  background-color: #c9f7ed;
}

.WUdDFUbG::-moz-range-track {
  width: 100%;
  height: .5rem;
  color: rgba(0, 0, 0, 0);
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: rgba(0, 0, 0, 0);
  border-radius: 1rem;
}

.WUdDFUbG:disabled {
  pointer-events: none;
}

.WUdDFUbG:disabled::-webkit-slider-thumb {
  background-color: var(--bs-secondary-color);
}

.WUdDFUbG:disabled::-moz-range-thumb {
  background-color: var(--bs-secondary-color);
}

.DWhjToqoBi {
  position: relative;
}

.DWhjToqoBi>.eojckP,
.DWhjToqoBi>.nxLG7XJAs,
.DWhjToqoBi>.ZOTKh4Oe7tV {
  height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  min-height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  line-height: 1.25;
}

.DWhjToqoBi>label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  max-width: 100%;
  height: 100%;
  padding: 1rem 1.25rem;
  overflow: hidden;
  color: rgba(var(--bs-body-color-rgb), 0.65);
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: var(--bs-border-width) solid rgba(0, 0, 0, 0);
  transform-origin: 0 0;
  transition: opacity .1s ease-in-out, transform .1s ease-in-out;
}

.DWhjToqoBi>.eojckP,
.DWhjToqoBi>.nxLG7XJAs {
  padding: 1rem 1.25rem;
}

.DWhjToqoBi>.eojckP::placeholder,
.DWhjToqoBi>.nxLG7XJAs::placeholder {
  color: rgba(0, 0, 0, 0);
}

.DWhjToqoBi>.eojckP:focus,
.DWhjToqoBi>.eojckP:not(:placeholder-shown),
.DWhjToqoBi>.nxLG7XJAs:focus,
.DWhjToqoBi>.nxLG7XJAs:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: .625rem;
}

.DWhjToqoBi>.eojckP:-webkit-autofill,
.DWhjToqoBi>.nxLG7XJAs:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: .625rem;
}

.DWhjToqoBi>.ZOTKh4Oe7tV {
  padding-top: 1.625rem;
  padding-bottom: .625rem;
  padding-left: 1.25rem;
}

.DWhjToqoBi>.eojckP:focus~label,
.DWhjToqoBi>.eojckP:not(:placeholder-shown)~label,
.DWhjToqoBi>.nxLG7XJAs~label,
.DWhjToqoBi>.ZOTKh4Oe7tV~label {
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.DWhjToqoBi>.eojckP:-webkit-autofill~label {
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.DWhjToqoBi>textarea:focus~label::after,
.DWhjToqoBi>textarea:not(:placeholder-shown)~label::after {
  position: absolute;
  inset: 1rem .625rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: var(--bs-body-bg);
  border-radius: 50px;
}

.DWhjToqoBi>textarea:disabled~label::after {
  background-color: var(--bs-secondary-bg);
}

.DWhjToqoBi>.nxLG7XJAs~label {
  border-width: var(--bs-border-width) 0;
}

.DWhjToqoBi>:disabled~label,
.DWhjToqoBi>.eojckP:disabled~label {
  color: #525252;
}

.tMxq8A {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

.tMxq8A>.eojckP,
.tMxq8A>.ZOTKh4Oe7tV,
.tMxq8A>.DWhjToqoBi {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}

.tMxq8A>.eojckP:focus,
.tMxq8A>.ZOTKh4Oe7tV:focus,
.tMxq8A>.DWhjToqoBi:focus-within {
  z-index: 5;
}

.tMxq8A .btn {
  position: relative;
  z-index: 2;
}

.tMxq8A .btn:focus {
  z-index: 5;
}

.yeCYIsSip {
  display: flex;
  align-items: center;
  padding: .55rem 1.25rem;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-tertiary-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: 50px;
}

.Jpd9lmps>.eojckP,
.Jpd9lmps>.ZOTKh4Oe7tV,
.Jpd9lmps>.yeCYIsSip,
.Jpd9lmps>.btn {
  padding: .5rem 1rem;
  font-size: 1.21875rem;
  border-radius: var(--bs-border-radius-lg);
}

.rxSQwcKc8C>.eojckP,
.rxSQwcKc8C>.ZOTKh4Oe7tV,
.rxSQwcKc8C>.yeCYIsSip,
.rxSQwcKc8C>.btn {
  padding: .25rem .5rem;
  font-size: 0.82875rem;
  border-radius: var(--bs-border-radius-sm);
}

.Jpd9lmps>.ZOTKh4Oe7tV,
.rxSQwcKc8C>.ZOTKh4Oe7tV {
  padding-right: 5rem;
}

.tMxq8A:not(.DDAbiHqF)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.DWhjToqoBi),
.tMxq8A:not(.DDAbiHqF)>.dropdown-toggle:nth-last-child(n+3),
.tMxq8A:not(.DDAbiHqF)>.DWhjToqoBi:not(:last-child)>.eojckP,
.tMxq8A:not(.DDAbiHqF)>.DWhjToqoBi:not(:last-child)>.ZOTKh4Oe7tV {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.tMxq8A.DDAbiHqF>:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.DWhjToqoBi),
.tMxq8A.DDAbiHqF>.dropdown-toggle:nth-last-child(n+4),
.tMxq8A.DDAbiHqF>.DWhjToqoBi:nth-last-child(n+3)>.eojckP,
.tMxq8A.DDAbiHqF>.DWhjToqoBi:nth-last-child(n+3)>.ZOTKh4Oe7tV {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.tMxq8A>:not(:first-child):not(.dropdown-menu):not(.NQVsRW):not(.jtpPvvieJx8):not(.LDuIwu):not(.tQBNa7h9Vl) {
  margin-left: calc(-1*var(--bs-border-width));
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.tMxq8A>.DWhjToqoBi:not(:first-child)>.eojckP,
.tMxq8A>.DWhjToqoBi:not(:first-child)>.ZOTKh4Oe7tV {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.jtpPvvieJx8 {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: 0.875em;
  color: var(--bs-form-valid-color);
}

.NQVsRW {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .25rem .5rem;
  margin-top: .1rem;
  font-size: 0.82875rem;
  color: #fff;
  background-color: var(--bs-success);
  border-radius: var(--bs-border-radius);
}

.was-validated :valid~.jtpPvvieJx8,
.was-validated :valid~.NQVsRW,
.oiZO0y~.jtpPvvieJx8,
.oiZO0y~.NQVsRW {
  display: block;
}

.was-validated .eojckP:valid,
.eojckP.oiZO0y {
  border-color: var(--bs-form-valid-border-color);
  padding-right: calc(1.5em + 1.1rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2309C82C' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.275rem) center;
  background-size: calc(0.75em + 0.55rem) calc(0.75em + 0.55rem);
}

.was-validated .eojckP:valid:focus,
.eojckP.oiZO0y:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 .25rem rgba(var(--bs-success-rgb), 0.25);
}

.was-validated textarea.eojckP:valid,
textarea.eojckP.oiZO0y {
  padding-right: calc(1.5em + 1.1rem);
  background-position: top calc(0.375em + 0.275rem) right calc(0.375em + 0.275rem);
}

.was-validated .ZOTKh4Oe7tV:valid,
.ZOTKh4Oe7tV.oiZO0y {
  border-color: var(--bs-form-valid-border-color);
}

.was-validated .ZOTKh4Oe7tV:valid:not([multiple]):not([size]),
.was-validated .ZOTKh4Oe7tV:valid:not([multiple])[size="1"],
.ZOTKh4Oe7tV.oiZO0y:not([multiple]):not([size]),
.ZOTKh4Oe7tV.oiZO0y:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2309C82C' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1'/%3e%3c/svg%3e");
  padding-right: 6.875rem;
  background-position: right 1.25rem center, center right 3.75rem;
  background-size: 16px 12px, calc(0.75em + 0.55rem) calc(0.75em + 0.55rem);
}

.was-validated .ZOTKh4Oe7tV:valid:focus,
.ZOTKh4Oe7tV.oiZO0y:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 .25rem rgba(var(--bs-success-rgb), 0.25);
}

.was-validated .tf4mUA9Jvn:valid,
.tf4mUA9Jvn.oiZO0y {
  width: calc(3rem + calc(1.5em + 1.1rem));
}

.was-validated .AhfCkD:valid,
.AhfCkD.oiZO0y {
  border-color: var(--bs-form-valid-border-color);
}

.was-validated .AhfCkD:valid:checked,
.AhfCkD.oiZO0y:checked {
  background-color: var(--bs-form-valid-color);
}

.was-validated .AhfCkD:valid:focus,
.AhfCkD.oiZO0y:focus {
  box-shadow: 0 0 0 .25rem rgba(var(--bs-success-rgb), 0.25);
}

.was-validated .AhfCkD:valid~.CHA6rmdeq,
.AhfCkD.oiZO0y~.CHA6rmdeq {
  color: var(--bs-form-valid-color);
}

.zqcyA7MVdnr .AhfCkD~.jtpPvvieJx8 {
  margin-left: .5em;
}

.was-validated .tMxq8A>.eojckP:not(:focus):valid,
.tMxq8A>.eojckP:not(:focus).oiZO0y,
.was-validated .tMxq8A>.ZOTKh4Oe7tV:not(:focus):valid,
.tMxq8A>.ZOTKh4Oe7tV:not(:focus).oiZO0y,
.was-validated .tMxq8A>.DWhjToqoBi:not(:focus-within):valid,
.tMxq8A>.DWhjToqoBi:not(:focus-within).oiZO0y {
  z-index: 3;
}

.tQBNa7h9Vl {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: 0.875em;
  color: var(--bs-form-invalid-color);
}

.LDuIwu {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .25rem .5rem;
  margin-top: .1rem;
  font-size: 0.82875rem;
  color: #fff;
  background-color: var(--bs-danger);
  border-radius: var(--bs-border-radius);
}

.was-validated :invalid~.tQBNa7h9Vl,
.was-validated :invalid~.LDuIwu,
.q4so8mTR~.tQBNa7h9Vl,
.q4so8mTR~.LDuIwu {
  display: block;
}

.was-validated .eojckP:invalid,
.eojckP.q4so8mTR {
  border-color: var(--bs-form-invalid-border-color);
  padding-right: calc(1.5em + 1.1rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23FB2C36'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23FB2C36' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.275rem) center;
  background-size: calc(0.75em + 0.55rem) calc(0.75em + 0.55rem);
}

.was-validated .eojckP:invalid:focus,
.eojckP.q4so8mTR:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 .25rem rgba(var(--bs-danger-rgb), 0.25);
}

.was-validated textarea.eojckP:invalid,
textarea.eojckP.q4so8mTR {
  padding-right: calc(1.5em + 1.1rem);
  background-position: top calc(0.375em + 0.275rem) right calc(0.375em + 0.275rem);
}

.was-validated .ZOTKh4Oe7tV:invalid,
.ZOTKh4Oe7tV.q4so8mTR {
  border-color: var(--bs-form-invalid-border-color);
}

.was-validated .ZOTKh4Oe7tV:invalid:not([multiple]):not([size]),
.was-validated .ZOTKh4Oe7tV:invalid:not([multiple])[size="1"],
.ZOTKh4Oe7tV.q4so8mTR:not([multiple]):not([size]),
.ZOTKh4Oe7tV.q4so8mTR:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23FB2C36'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23FB2C36' stroke='none'/%3e%3c/svg%3e");
  padding-right: 6.875rem;
  background-position: right 1.25rem center, center right 3.75rem;
  background-size: 16px 12px, calc(0.75em + 0.55rem) calc(0.75em + 0.55rem);
}

.was-validated .ZOTKh4Oe7tV:invalid:focus,
.ZOTKh4Oe7tV.q4so8mTR:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 .25rem rgba(var(--bs-danger-rgb), 0.25);
}

.was-validated .tf4mUA9Jvn:invalid,
.tf4mUA9Jvn.q4so8mTR {
  width: calc(3rem + calc(1.5em + 1.1rem));
}

.was-validated .AhfCkD:invalid,
.AhfCkD.q4so8mTR {
  border-color: var(--bs-form-invalid-border-color);
}

.was-validated .AhfCkD:invalid:checked,
.AhfCkD.q4so8mTR:checked {
  background-color: var(--bs-form-invalid-color);
}

.was-validated .AhfCkD:invalid:focus,
.AhfCkD.q4so8mTR:focus {
  box-shadow: 0 0 0 .25rem rgba(var(--bs-danger-rgb), 0.25);
}

.was-validated .AhfCkD:invalid~.CHA6rmdeq,
.AhfCkD.q4so8mTR~.CHA6rmdeq {
  color: var(--bs-form-invalid-color);
}

.zqcyA7MVdnr .AhfCkD~.tQBNa7h9Vl {
  margin-left: .5em;
}

.was-validated .tMxq8A>.eojckP:not(:focus):invalid,
.tMxq8A>.eojckP:not(:focus).q4so8mTR,
.was-validated .tMxq8A>.ZOTKh4Oe7tV:not(:focus):invalid,
.tMxq8A>.ZOTKh4Oe7tV:not(:focus).q4so8mTR,
.was-validated .tMxq8A>.DWhjToqoBi:not(:focus-within):invalid,
.tMxq8A>.DWhjToqoBi:not(:focus-within).q4so8mTR {
  z-index: 4;
}

.btn {
  --bs-btn-padding-x: 1.25rem;
  --bs-btn-padding-y: 0.55rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 0.9375rem;
  --bs-btn-font-weight: 600;
  --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: 50rem;
  --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(--font-body);
  font-size: 0.88rem;
  font-weight: 600;
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--r-md);
  background-color: var(--bs-btn-bg);
  transition: all var(--t-med) var(--ease);
  letter-spacing: 0.03em;
  position: relative;
  overflow: hidden;
}

.btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}

.rI6CQSEWKKP+.btn:hover {
  color: var(--bs-btn-color);
  background-color: var(--bs-btn-bg);
  border-color: var(--bs-btn-border-color);
}

.btn:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}

.rI6CQSEWKKP:focus-visible+.btn {
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}

.rI6CQSEWKKP:checked+.btn,
:not(.rI6CQSEWKKP)+.btn:active,
.btn:first-child:active,
.btn.active,
.btn.show {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}

.rI6CQSEWKKP:checked+.btn:focus-visible,
:not(.rI6CQSEWKKP)+.btn:active:focus-visible,
.btn:first-child:active:focus-visible,
.btn.active:focus-visible,
.btn.show:focus-visible {
  box-shadow: var(--bs-btn-focus-box-shadow);
}

.rI6CQSEWKKP:checked:focus-visible+.btn {
  box-shadow: var(--bs-btn-focus-box-shadow);
}

.btn:disabled,
.btn.disabled,
fieldset:disabled .btn {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}

.sT7VaabZ8t {
  --bs-btn-color: #000;
  --bs-btn-bg: #4be3c2;
  --bs-btn-border-color: #4be3c2;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #66e7cb;
  --bs-btn-hover-border-color: #5de6c8;
  --bs-btn-focus-shadow-rgb: 64, 193, 165;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #6fe9ce;
  --bs-btn-active-border-color: #5de6c8;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #4be3c2;
  --bs-btn-disabled-border-color: #4be3c2;
  background: linear-gradient(135deg, var(--kp-primary) 0%, var(--kp-aurora-3) 100%);
  color: #071018 !important;
  border: none;
  box-shadow: 0 4px 20px rgba(75,227,194,0.3), 0 1px 4px rgba(0,0,0,0.2);
}

.aLXKea {
  --bs-btn-color: #000;
  --bs-btn-bg: #e5e5e5;
  --bs-btn-border-color: #e5e5e5;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #e9e9e9;
  --bs-btn-hover-border-color: #e8e8e8;
  --bs-btn-focus-shadow-rgb: 195, 195, 195;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #eaeaea;
  --bs-btn-active-border-color: #e8e8e8;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #e5e5e5;
  --bs-btn-disabled-border-color: #e5e5e5;
}

.a1aq6mVhbP {
  --bs-btn-color: #fff;
  --bs-btn-bg: #09C82C;
  --bs-btn-border-color: #09C82C;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #08aa25;
  --bs-btn-hover-border-color: #07a023;
  --bs-btn-focus-shadow-rgb: 46, 208, 76;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #07a023;
  --bs-btn-active-border-color: #079621;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #09C82C;
  --bs-btn-disabled-border-color: #09C82C;
}

.NN6u4b4jI1 {
  --bs-btn-color: #fff;
  --bs-btn-bg: #00B8DB;
  --bs-btn-border-color: #00B8DB;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #009cba;
  --bs-btn-hover-border-color: #0093af;
  --bs-btn-focus-shadow-rgb: 38, 195, 224;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0093af;
  --bs-btn-active-border-color: #008aa4;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #00B8DB;
  --bs-btn-disabled-border-color: #00B8DB;
}

.cC4wkc {
  --bs-btn-color: #000;
  --bs-btn-bg: #F0B100;
  --bs-btn-border-color: #F0B100;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f2bd26;
  --bs-btn-hover-border-color: #f2b91a;
  --bs-btn-focus-shadow-rgb: 204, 150, 0;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f3c133;
  --bs-btn-active-border-color: #f2b91a;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #F0B100;
  --bs-btn-disabled-border-color: #F0B100;
}

.ChTEZst {
  --bs-btn-color: #fff;
  --bs-btn-bg: #FB2C36;
  --bs-btn-border-color: #FB2C36;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #d5252e;
  --bs-btn-hover-border-color: #c9232b;
  --bs-btn-focus-shadow-rgb: 252, 76, 84;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #c9232b;
  --bs-btn-active-border-color: #bc2129;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #FB2C36;
  --bs-btn-disabled-border-color: #FB2C36;
}

.AyMBx1q {
  --bs-btn-color: #525252;
  --bs-btn-bg: #f5f5f5;
  --bs-btn-border-color: #f5f5f5;
  --bs-btn-hover-color: #262626;
  --bs-btn-hover-bg: #e5e5e5;
  --bs-btn-hover-border-color: #e5e5e5;
  --bs-btn-focus-shadow-rgb: 208, 208, 208;
  --bs-btn-active-color: #262626;
  --bs-btn-active-bg: #e5e5e5;
  --bs-btn-active-border-color: #e5e5e5;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #262626;
  --bs-btn-disabled-bg: #a3a3a3;
  --bs-btn-disabled-border-color: #a3a3a3;
}

.ygfyuMwJ {
  --bs-btn-color: #fff;
  --bs-btn-bg: #171717;
  --bs-btn-border-color: #171717;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #3a3a3a;
  --bs-btn-hover-border-color: #2e2e2e;
  --bs-btn-focus-shadow-rgb: 58, 58, 58;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #454545;
  --bs-btn-active-border-color: #2e2e2e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #171717;
  --bs-btn-disabled-border-color: #171717;
}

.DtlLfh {
  --bs-btn-color: #4be3c2;
  --bs-btn-border-color: #4be3c2;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #4be3c2;
  --bs-btn-hover-border-color: #4be3c2;
  --bs-btn-focus-shadow-rgb: 75, 227, 194;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #4be3c2;
  --bs-btn-active-border-color: #4be3c2;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #4be3c2;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #4be3c2;
  --bs-gradient: none;
}

.juMNEKVNMa {
  --bs-btn-color: #e5e5e5;
  --bs-btn-border-color: #e5e5e5;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #e5e5e5;
  --bs-btn-hover-border-color: #e5e5e5;
  --bs-btn-focus-shadow-rgb: 229, 229, 229;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #e5e5e5;
  --bs-btn-active-border-color: #e5e5e5;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #e5e5e5;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #e5e5e5;
  --bs-gradient: none;
}

.KDhCCq7dSs {
  --bs-btn-color: #09C82C;
  --bs-btn-border-color: #09C82C;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #09C82C;
  --bs-btn-hover-border-color: #09C82C;
  --bs-btn-focus-shadow-rgb: 9, 200, 44;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #09C82C;
  --bs-btn-active-border-color: #09C82C;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #09C82C;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #09C82C;
  --bs-gradient: none;
}

.KDIrX92W2 {
  --bs-btn-color: #00B8DB;
  --bs-btn-border-color: #00B8DB;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #00B8DB;
  --bs-btn-hover-border-color: #00B8DB;
  --bs-btn-focus-shadow-rgb: 0, 184, 219;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #00B8DB;
  --bs-btn-active-border-color: #00B8DB;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #00B8DB;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #00B8DB;
  --bs-gradient: none;
}

.oA5XVG5ia {
  --bs-btn-color: #F0B100;
  --bs-btn-border-color: #F0B100;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #F0B100;
  --bs-btn-hover-border-color: #F0B100;
  --bs-btn-focus-shadow-rgb: 240, 177, 0;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #F0B100;
  --bs-btn-active-border-color: #F0B100;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #F0B100;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #F0B100;
  --bs-gradient: none;
}

.c5cA7t0A {
  --bs-btn-color: #FB2C36;
  --bs-btn-border-color: #FB2C36;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #FB2C36;
  --bs-btn-hover-border-color: #FB2C36;
  --bs-btn-focus-shadow-rgb: 251, 44, 54;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #FB2C36;
  --bs-btn-active-border-color: #FB2C36;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #FB2C36;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #FB2C36;
  --bs-gradient: none;
}

.OaYRMPhclL {
  --bs-btn-color: #f5f5f5;
  --bs-btn-border-color: #f5f5f5;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f5f5f5;
  --bs-btn-hover-border-color: #f5f5f5;
  --bs-btn-focus-shadow-rgb: 245, 245, 245;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f5f5f5;
  --bs-btn-active-border-color: #f5f5f5;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #f5f5f5;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #f5f5f5;
  --bs-gradient: none;
  background: transparent !important;
  border: 1px solid rgba(255,255,255,0.15) !important;
  color: rgba(255,255,255,0.85) !important;
  backdrop-filter: blur(8px);
}

.YMfC5KE {
  --bs-btn-color: #171717;
  --bs-btn-border-color: #171717;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #171717;
  --bs-btn-hover-border-color: #171717;
  --bs-btn-focus-shadow-rgb: 23, 23, 23;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #171717;
  --bs-btn-active-border-color: #171717;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #171717;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #171717;
  --bs-gradient: none;
}

.dr3Jc9Su {
  --bs-btn-font-weight: 400;
  --bs-btn-color: var(--bs-link-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: var(--bs-link-hover-color);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-active-color: var(--bs-link-hover-color);
  --bs-btn-active-border-color: transparent;
  --bs-btn-disabled-color: #525252;
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-box-shadow: 0 0 0 #000;
  --bs-btn-focus-shadow-rgb: 93, 93, 93;
  text-decoration: none;
}

.dr3Jc9Su:hover,
.dr3Jc9Su:focus-visible {
  text-decoration: none;
}

.dr3Jc9Su:focus-visible {
  color: var(--bs-btn-color);
}

.dr3Jc9Su:hover {
  color: var(--bs-btn-hover-color);
}

.Am5pTaXxpMv,
.i9h9vFNzt4>.btn {
  --bs-btn-padding-y: 0.5rem;
  --bs-btn-padding-x: 1rem;
  --bs-btn-font-size: 1.21875rem;
  --bs-btn-border-radius: 50rem;
}

.JTJILif,
.Hyc3xu>.btn {
  --bs-btn-padding-y: 0.25rem;
  --bs-btn-padding-x: 0.5rem;
  --bs-btn-font-size: 0.82875rem;
  --bs-btn-border-radius: 50rem;
}

.fade {
  transition: opacity .15s linear;
}

.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height .35s ease;
}

.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width .35s ease;
}

.dropup,
.dropend,
.dropdown,
.dropstart,
.dropup-center,
.dropdown-center {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid rgba(0, 0, 0, 0);
  border-bottom: 0;
  border-left: .3em solid rgba(0, 0, 0, 0);
}

.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  --bs-dropdown-zindex: 1000;
  --bs-dropdown-min-width: 10rem;
  --bs-dropdown-padding-x: 0;
  --bs-dropdown-padding-y: 0.5rem;
  --bs-dropdown-spacer: 0.125rem;
  --bs-dropdown-font-size: 0.975rem;
  --bs-dropdown-color: var(--bs-body-color);
  --bs-dropdown-bg: var(--bs-body-bg);
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-border-radius: var(--bs-border-radius);
  --bs-dropdown-border-width: var(--bs-border-width);
  --bs-dropdown-inner-border-radius: calc(var(--bs-border-radius) - var(--bs-border-width));
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-divider-margin-y: 0.5rem;
  --bs-dropdown-box-shadow: var(--bs-box-shadow);
  --bs-dropdown-link-color: var(--bs-body-color);
  --bs-dropdown-link-hover-color: var(--bs-body-color);
  --bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #4be3c2;
  --bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
  --bs-dropdown-item-padding-x: 1rem;
  --bs-dropdown-item-padding-y: 0.25rem;
  --bs-dropdown-header-color: #525252;
  --bs-dropdown-header-padding-x: 1rem;
  --bs-dropdown-header-padding-y: 0.5rem;
  position: absolute;
  z-index: var(--bs-dropdown-zindex);
  display: none;
  min-width: var(--bs-dropdown-min-width);
  padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
  margin: 0;
  font-size: var(--bs-dropdown-font-size);
  color: var(--bs-dropdown-color);
  text-align: left;
  list-style: none;
  background-color: var(--bs-dropdown-bg);
  background-clip: padding-box;
  border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
  border-radius: var(--bs-dropdown-border-radius);
}

.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: var(--bs-dropdown-spacer);
}

.gcRGpv {
  --bs-position: start;
}

.gcRGpv[data-bs-popper] {
  right: auto;
  left: 0;
}

.Qzoyh9DL {
  --bs-position: end;
}

.Qzoyh9DL[data-bs-popper] {
  right: 0;
  left: auto;
}

.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: var(--bs-dropdown-spacer);
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: 0;
  border-right: .3em solid rgba(0, 0, 0, 0);
  border-bottom: .3em solid;
  border-left: .3em solid rgba(0, 0, 0, 0);
}

.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: var(--bs-dropdown-spacer);
}

.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: 0;
  content: "";
  border-top: .3em solid rgba(0, 0, 0, 0);
  border-right: 0;
  border-bottom: .3em solid rgba(0, 0, 0, 0);
  border-left: .3em solid;
}

.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: var(--bs-dropdown-spacer);
}

.dropstart .dropdown-toggle::after {
  display: none;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
}

.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: .255em;
  vertical-align: 0;
  content: "";
  border-top: .3em solid rgba(0, 0, 0, 0);
  border-right: .3em solid;
  border-bottom: .3em solid rgba(0, 0, 0, 0);
}

.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}

.Phl6maqiUq {
  height: 0;
  margin: var(--bs-dropdown-divider-margin-y) 0;
  overflow: hidden;
  border-top: 1px solid var(--bs-dropdown-divider-bg);
  opacity: 1;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  clear: both;
  font-weight: 400;
  color: var(--bs-dropdown-link-color);
  text-align: inherit;
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0);
  border: 0;
  border-radius: var(--bs-dropdown-item-border-radius, 0);
}

.dropdown-item:hover,
.dropdown-item:focus {
  color: var(--bs-dropdown-link-hover-color);
  background-color: var(--bs-dropdown-link-hover-bg);
}

.dropdown-item.active,
.dropdown-item:active {
  color: var(--bs-dropdown-link-active-color);
  text-decoration: none;
  background-color: var(--bs-dropdown-link-active-bg);
}

.dropdown-item.disabled,
.dropdown-item:disabled {
  color: var(--bs-dropdown-link-disabled-color);
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0);
}

.dropdown-menu.show {
  display: block;
}

.GddUlfffHy {
  display: block;
  padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
  margin-bottom: 0;
  font-size: 0.82875rem;
  color: var(--bs-dropdown-header-color);
  white-space: nowrap;
}

.o2lJFnYlAz {
  display: block;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  color: var(--bs-dropdown-link-color);
}

.G6WBVggUvMz {
  --bs-dropdown-color: #d4d4d4;
  --bs-dropdown-bg: #262626;
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-box-shadow: ;
  --bs-dropdown-link-color: #d4d4d4;
  --bs-dropdown-link-hover-color: #fff;
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #4be3c2;
  --bs-dropdown-link-disabled-color: #737373;
  --bs-dropdown-header-color: #737373;
}

.SEF9wjSe,
.l0dkvpAf {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

.SEF9wjSe>.btn,
.l0dkvpAf>.btn {
  position: relative;
  flex: 1 1 auto;
}

.SEF9wjSe>.rI6CQSEWKKP:checked+.btn,
.SEF9wjSe>.rI6CQSEWKKP:focus+.btn,
.SEF9wjSe>.btn:hover,
.SEF9wjSe>.btn:focus,
.SEF9wjSe>.btn:active,
.SEF9wjSe>.btn.active,
.l0dkvpAf>.rI6CQSEWKKP:checked+.btn,
.l0dkvpAf>.rI6CQSEWKKP:focus+.btn,
.l0dkvpAf>.btn:hover,
.l0dkvpAf>.btn:focus,
.l0dkvpAf>.btn:active,
.l0dkvpAf>.btn.active {
  z-index: 1;
}

.BCFVH5uNofv {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.BCFVH5uNofv .tMxq8A {
  width: auto;
}

.SEF9wjSe {
  border-radius: 50rem;
}

.SEF9wjSe>:not(.rI6CQSEWKKP:first-child)+.btn,
.SEF9wjSe>.SEF9wjSe:not(:first-child) {
  margin-left: calc(-1*var(--bs-border-width));
}

.SEF9wjSe>.btn:not(:last-child):not(.dropdown-toggle),
.SEF9wjSe>.btn.A9uwnvbEY2:first-child,
.SEF9wjSe>.SEF9wjSe:not(:last-child)>.btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.SEF9wjSe>.btn:nth-child(n+3),
.SEF9wjSe>:not(.rI6CQSEWKKP)+.btn,
.SEF9wjSe>.SEF9wjSe:not(:first-child)>.btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.A9uwnvbEY2 {
  padding-right: .9375rem;
  padding-left: .9375rem;
}

.A9uwnvbEY2::after,
.dropup .A9uwnvbEY2::after,
.dropend .A9uwnvbEY2::after {
  margin-left: 0;
}

.dropstart .A9uwnvbEY2::before {
  margin-right: 0;
}

.JTJILif+.A9uwnvbEY2,
.Hyc3xu>.btn+.A9uwnvbEY2 {
  padding-right: .375rem;
  padding-left: .375rem;
}

.Am5pTaXxpMv+.A9uwnvbEY2,
.i9h9vFNzt4>.btn+.A9uwnvbEY2 {
  padding-right: .75rem;
  padding-left: .75rem;
}

.l0dkvpAf {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.l0dkvpAf>.btn,
.l0dkvpAf>.SEF9wjSe {
  width: 100%;
}

.l0dkvpAf>.btn:not(:first-child),
.l0dkvpAf>.SEF9wjSe:not(:first-child) {
  margin-top: calc(-1*var(--bs-border-width));
}

.l0dkvpAf>.btn:not(:last-child):not(.dropdown-toggle),
.l0dkvpAf>.SEF9wjSe:not(:last-child)>.btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.l0dkvpAf>.btn:nth-child(n+3),
.l0dkvpAf>:not(.rI6CQSEWKKP)+.btn,
.l0dkvpAf>.SEF9wjSe:not(:first-child)>.btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.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: 0.88rem !important;
  font-weight: 500 !important;
  color: rgba(255,255,255,0.6) !important;
  background: none;
  border: 0;
  transition: color var(--t-fast) ease !important;
  font-family: var(--font-body) !important;
  border-radius: var(--r-sm);
  position: relative;
}

.nav-link:hover,
.nav-link:focus {
  color: var(--bs-nav-link-hover-color);
}

.nav-link:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(75, 227, 194, .25);
}

.nav-link.disabled,
.nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}

.tNiHng {
  --bs-nav-tabs-border-width: var(--bs-border-width);
  --bs-nav-tabs-border-color: var(--bs-border-color);
  --bs-nav-tabs-border-radius: var(--bs-border-radius);
  --bs-nav-tabs-link-hover-border-color: var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);
  --bs-nav-tabs-link-active-color: var(--bs-emphasis-color);
  --bs-nav-tabs-link-active-bg: var(--bs-body-bg);
  --bs-nav-tabs-link-active-border-color: var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);
  border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
}

.tNiHng .nav-link {
  margin-bottom: calc(-1*var(--bs-nav-tabs-border-width));
  border: var(--bs-nav-tabs-border-width) solid rgba(0, 0, 0, 0);
  border-top-left-radius: var(--bs-nav-tabs-border-radius);
  border-top-right-radius: var(--bs-nav-tabs-border-radius);
}

.tNiHng .nav-link:hover,
.tNiHng .nav-link:focus {
  isolation: isolate;
  border-color: var(--bs-nav-tabs-link-hover-border-color);
}

.tNiHng .nav-link.active,
.tNiHng .nav-item.show .nav-link {
  color: var(--bs-nav-tabs-link-active-color);
  background-color: var(--bs-nav-tabs-link-active-bg);
  border-color: var(--bs-nav-tabs-link-active-border-color);
}

.tNiHng .dropdown-menu {
  margin-top: calc(-1*var(--bs-nav-tabs-border-width));
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.qS8wD6xM9 {
  --bs-nav-pills-border-radius: var(--bs-border-radius);
  --bs-nav-pills-link-active-color: #fff;
  --bs-nav-pills-link-active-bg: #4be3c2;
}

.qS8wD6xM9 .nav-link {
  border-radius: var(--bs-nav-pills-border-radius);
}

.qS8wD6xM9 .nav-link.active,
.qS8wD6xM9 .show>.nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: var(--bs-nav-pills-link-active-bg);
}

.NyP8NabAOY0 {
  --bs-nav-underline-gap: 1rem;
  --bs-nav-underline-border-width: 0.125rem;
  --bs-nav-underline-link-active-color: var(--bs-emphasis-color);
  gap: var(--bs-nav-underline-gap);
}

.NyP8NabAOY0 .nav-link {
  padding-right: 0;
  padding-left: 0;
  border-bottom: var(--bs-nav-underline-border-width) solid rgba(0, 0, 0, 0);
}

.NyP8NabAOY0 .nav-link:hover,
.NyP8NabAOY0 .nav-link:focus {
  border-bottom-color: currentcolor;
}

.NyP8NabAOY0 .nav-link.active,
.NyP8NabAOY0 .show>.nav-link {
  font-weight: 700;
  color: var(--bs-nav-underline-link-active-color);
  border-bottom-color: currentcolor;
}

.DDsoW5>.nav-link,
.DDsoW5 .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.FxsQ8QYwvB7>.nav-link,
.FxsQ8QYwvB7 .nav-item {
  flex-grow: 1;
  flex-basis: 0;
  text-align: center;
}

.DDsoW5 .nav-item .nav-link,
.FxsQ8QYwvB7 .nav-item .nav-link {
  width: 100%;
}

.TM0kpg1>.fgcWuYHp2w {
  display: none;
}

.TM0kpg1>.active {
  display: block;
}

.navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0.5rem;
  --bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), 0.65);
  --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), 0.8);
  --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);
  --bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-padding-y: 0.3171875rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1.21875rem;
  --bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-nav-link-padding-x: 1rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-padding-x: 0.75rem;
  --bs-navbar-toggler-font-size: 1.21875rem;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2882, 82, 82, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0.15);
  --bs-navbar-toggler-border-radius: 50rem;
  --bs-navbar-toggler-focus-width: 0.25rem;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}

.navbar>.container,
.navbar>.wVEcUWl2lkB,
.navbar>.OKShPI0,
.navbar>.FhjASl2aF56,
.navbar>.pjZVgGdFyt,
.navbar>.qfz1jL7y,
.navbar>.nueelw5 {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}

.QixfjOLkA {
  padding-top: var(--bs-navbar-brand-padding-y);
  padding-bottom: var(--bs-navbar-brand-padding-y);
  margin-right: var(--bs-navbar-brand-margin-end);
  font-size: 1.2rem !important;
  color: #fff !important;
  white-space: nowrap;
  font-family: var(--font-display) !important;
  letter-spacing: -0.02em;
}

.QixfjOLkA:hover,
.QixfjOLkA:focus {
  color: var(--bs-navbar-brand-hover-color);
}

.navbar-nav {
  --bs-nav-link-padding-x: 0;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-navbar-color);
  --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
  --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  color: var(--bs-navbar-active-color);
}

.navbar-nav .dropdown-menu {
  position: static;
}

.fVDhyZvkRzj {
  padding-top: .5rem;
  padding-bottom: .5rem;
  color: var(--bs-navbar-color);
}

.fVDhyZvkRzj a,
.fVDhyZvkRzj a:hover,
.fVDhyZvkRzj a:focus {
  color: var(--bs-navbar-active-color);
}

.Uh3NBI {
  flex-grow: 1;
  flex-basis: 100%;
  align-items: center;
}

.bjMm4cWD13 {
  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  font-size: var(--bs-navbar-toggler-font-size);
  line-height: 1;
  color: var(--bs-navbar-color);
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(255,255,255,0.15) !important;
  border-radius: var(--r-sm) !important;
  transition: var(--bs-navbar-toggler-transition);
}

.bjMm4cWD13:hover {
  text-decoration: none;
}

.bjMm4cWD13:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: none !important;
}

.lWh4CNh {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: var(--bs-navbar-toggler-icon-bg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.yO5zIWBc {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}

.HErAI83zzD {
  flex-wrap: nowrap;
  justify-content: flex-start;
}

.HErAI83zzD .navbar-nav {
  flex-direction: row;
}

.HErAI83zzD .navbar-nav .dropdown-menu {
  position: absolute;
}

.HErAI83zzD .navbar-nav .nav-link {
  padding-right: var(--bs-navbar-nav-link-padding-x);
  padding-left: var(--bs-navbar-nav-link-padding-x);
}

.HErAI83zzD .yO5zIWBc {
  overflow: visible;
}

.HErAI83zzD .Uh3NBI {
  display: flex !important;
  flex-basis: auto;
}

.HErAI83zzD .bjMm4cWD13 {
  display: none;
}

.HErAI83zzD .offcanvas {
  position: static;
  z-index: auto;
  flex-grow: 1;
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
  background-color: rgba(0, 0, 0, 0) !important;
  border: 0 !important;
  transform: none !important;
  transition: none;
}

.HErAI83zzD .offcanvas .px64ouEOQ {
  display: none;
}

.HErAI83zzD .offcanvas .LyOt41S0 {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}

.S6lvqn,
.navbar[data-bs-theme=dark] {
  --bs-navbar-color: rgba(255, 255, 255, 0.55);
  --bs-navbar-hover-color: rgba(255, 255, 255, 0.75);
  --bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);
  --bs-navbar-active-color: #fff;
  --bs-navbar-brand-color: #fff;
  --bs-navbar-brand-hover-color: #fff;
  --bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

[data-bs-theme=dark] .lWh4CNh {
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.ER2YW5dnNrd {
  --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: 1.25rem;
  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);
}

.ER2YW5dnNrd>hr {
  margin-right: 0;
  margin-left: 0;
}

.ER2YW5dnNrd>.list-group {
  border-top: inherit;
  border-bottom: inherit;
}

.ER2YW5dnNrd>.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);
}

.ER2YW5dnNrd>.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);
}

.ER2YW5dnNrd>.nupaTZyvE5+.list-group,
.ER2YW5dnNrd>.list-group+.TVFLKzViX {
  border-top: 0;
}

.vdnqlkz1K {
  flex: 1 1 auto;
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
  color: var(--bs-card-color);
}

.b0BItjVm {
  margin-bottom: var(--bs-card-title-spacer-y);
  color: var(--bs-card-title-color);
}

.Wau2NkA {
  margin-top: calc(-0.5*var(--bs-card-title-spacer-y));
  margin-bottom: 0;
  color: var(--bs-card-subtitle-color);
}

.nRemHpBGL:last-child {
  margin-bottom: 0;
}

.FDWzTGid+.FDWzTGid {
  margin-left: var(--bs-card-spacer-x);
}

.nupaTZyvE5 {
  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);
}

.nupaTZyvE5:first-child {
  border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0;
}

.TVFLKzViX {
  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);
}

.TVFLKzViX:last-child {
  border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius);
}

.xetz9YleJUI {
  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;
}

.xetz9YleJUI .nav-link.active {
  background-color: var(--bs-card-bg);
  border-bottom-color: var(--bs-card-bg);
}

.RJFLQilaji {
  margin-right: calc(-0.5*var(--bs-card-cap-padding-x));
  margin-left: calc(-0.5*var(--bs-card-cap-padding-x));
}

.eZ65RA5fo6 {
  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);
}

.qTU9Dm8Cq,
.fM54FljpYZu,
.mihIkdELITS {
  width: 100%;
}

.qTU9Dm8Cq,
.fM54FljpYZu {
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}

.qTU9Dm8Cq,
.mihIkdELITS {
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}

.H5U5taUHm6>.ER2YW5dnNrd {
  margin-bottom: var(--bs-card-group-margin);
}

.uEsoqbxN {
  --bs-accordion-color: var(--bs-body-color);
  --bs-accordion-bg: var(--bs-body-bg);
  --bs-accordion-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, border-radius 0.15s ease;
  --bs-accordion-border-color: var(--bs-border-color);
  --bs-accordion-border-width: var(--bs-border-width);
  --bs-accordion-border-radius: var(--bs-border-radius);
  --bs-accordion-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-color: var(--bs-body-color);
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23525252' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  --bs-accordion-btn-icon-width: 1.25rem;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%231e5b4e' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(75, 227, 194, 0.25);
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: var(--bs-primary-text-emphasis);
  --bs-accordion-active-bg: var(--bs-primary-bg-subtle);
}

.OHYTCnku {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  font-size: 0.975rem;
  color: var(--bs-accordion-btn-color);
  text-align: left;
  background-color: var(--bs-accordion-btn-bg);
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition);
}

.OHYTCnku:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  background-color: var(--bs-accordion-active-bg);
  box-shadow: inset 0 calc(-1*var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}

.OHYTCnku:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-active-icon);
  transform: var(--bs-accordion-btn-icon-transform);
}

.OHYTCnku::after {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-left: auto;
  content: "";
  background-image: var(--bs-accordion-btn-icon);
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
}

.OHYTCnku:hover {
  z-index: 2;
}

.OHYTCnku:focus {
  z-index: 3;
  outline: 0;
  box-shadow: var(--bs-accordion-btn-focus-box-shadow);
}

.vZ6hGYkAn7 {
  margin-bottom: 0;
}

.Q4SMd4 {
  color: var(--bs-accordion-color);
  background-color: var(--bs-accordion-bg);
  border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}

.Q4SMd4:first-of-type {
  border-top-left-radius: var(--bs-accordion-border-radius);
  border-top-right-radius: var(--bs-accordion-border-radius);
}

.Q4SMd4:first-of-type>.vZ6hGYkAn7 .OHYTCnku {
  border-top-left-radius: var(--bs-accordion-inner-border-radius);
  border-top-right-radius: var(--bs-accordion-inner-border-radius);
}

.Q4SMd4:not(:first-of-type) {
  border-top: 0;
}

.Q4SMd4:last-of-type {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}

.Q4SMd4:last-of-type>.vZ6hGYkAn7 .OHYTCnku.collapsed {
  border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
  border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
}

.Q4SMd4:last-of-type>.F87mXeDOxg {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}

.jWtb04fGNWx {
  padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
}

.VlXj37TU>.Q4SMd4 {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.VlXj37TU>.Q4SMd4:first-child {
  border-top: 0;
}

.VlXj37TU>.Q4SMd4:last-child {
  border-bottom: 0;
}

.VlXj37TU>.Q4SMd4>.F87mXeDOxg,
.VlXj37TU>.Q4SMd4>.vZ6hGYkAn7 .OHYTCnku,
.VlXj37TU>.Q4SMd4>.vZ6hGYkAn7 .OHYTCnku.collapsed {
  border-radius: 0;
}

[data-bs-theme=dark] .OHYTCnku::after {
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2393eeda'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e");
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2393eeda'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e");
}

.BbRMmMKyWKV {
  --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);
}

.wx9fRUVg+.wx9fRUVg {
  padding-left: var(--bs-breadcrumb-item-padding-x);
}

.wx9fRUVg+.wx9fRUVg::before {
  float: left;
  padding-right: var(--bs-breadcrumb-item-padding-x);
  color: var(--bs-breadcrumb-divider-color);
  content: var(--bs-breadcrumb-divider, "/");
}

.wx9fRUVg.active {
  color: var(--bs-breadcrumb-item-active-color);
}

.MIjCLMxi3pi {
  --bs-pagination-padding-x: 0.75rem;
  --bs-pagination-padding-y: 0.375rem;
  --bs-pagination-font-size: 0.975rem;
  --bs-pagination-color: var(--bs-link-color);
  --bs-pagination-bg: var(--bs-body-bg);
  --bs-pagination-border-width: var(--bs-border-width);
  --bs-pagination-border-color: var(--bs-border-color);
  --bs-pagination-border-radius: var(--bs-border-radius);
  --bs-pagination-hover-color: var(--bs-link-hover-color);
  --bs-pagination-hover-bg: var(--bs-tertiary-bg);
  --bs-pagination-hover-border-color: var(--bs-border-color);
  --bs-pagination-focus-color: var(--bs-link-hover-color);
  --bs-pagination-focus-bg: var(--bs-secondary-bg);
  --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(75, 227, 194, 0.25);
  --bs-pagination-active-color: #fff;
  --bs-pagination-active-bg: #4be3c2;
  --bs-pagination-active-border-color: #4be3c2;
  --bs-pagination-disabled-color: var(--bs-secondary-color);
  --bs-pagination-disabled-bg: var(--bs-secondary-bg);
  --bs-pagination-disabled-border-color: var(--bs-border-color);
  display: flex;
  padding-left: 0;
  list-style: none;
}

.zphLq19yS0 {
  position: relative;
  display: block;
  padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
  font-size: var(--bs-pagination-font-size);
  color: var(--bs-pagination-color);
  background-color: var(--bs-pagination-bg);
  border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.zphLq19yS0:hover {
  z-index: 2;
  color: var(--bs-pagination-hover-color);
  background-color: var(--bs-pagination-hover-bg);
  border-color: var(--bs-pagination-hover-border-color);
}

.zphLq19yS0:focus {
  z-index: 3;
  color: var(--bs-pagination-focus-color);
  background-color: var(--bs-pagination-focus-bg);
  outline: 0;
  box-shadow: var(--bs-pagination-focus-box-shadow);
}

.zphLq19yS0.active,
.active>.zphLq19yS0 {
  z-index: 3;
  color: var(--bs-pagination-active-color);
  background-color: var(--bs-pagination-active-bg);
  border-color: var(--bs-pagination-active-border-color);
}

.zphLq19yS0.disabled,
.disabled>.zphLq19yS0 {
  color: var(--bs-pagination-disabled-color);
  pointer-events: none;
  background-color: var(--bs-pagination-disabled-bg);
  border-color: var(--bs-pagination-disabled-border-color);
}

.NfvslaXdBE0:not(:first-child) .zphLq19yS0 {
  margin-left: calc(-1*var(--bs-border-width));
}

.NfvslaXdBE0:first-child .zphLq19yS0 {
  border-top-left-radius: var(--bs-pagination-border-radius);
  border-bottom-left-radius: var(--bs-pagination-border-radius);
}

.NfvslaXdBE0:last-child .zphLq19yS0 {
  border-top-right-radius: var(--bs-pagination-border-radius);
  border-bottom-right-radius: var(--bs-pagination-border-radius);
}

.xOo1ceNK {
  --bs-pagination-padding-x: 1.5rem;
  --bs-pagination-padding-y: 0.75rem;
  --bs-pagination-font-size: 1.21875rem;
  --bs-pagination-border-radius: var(--bs-border-radius-lg);
}

.pIfq5o1c {
  --bs-pagination-padding-x: 0.5rem;
  --bs-pagination-padding-y: 0.25rem;
  --bs-pagination-font-size: 0.82875rem;
  --bs-pagination-border-radius: var(--bs-border-radius-sm);
}

.qmgIIItQor {
  --bs-badge-padding-x: 0.65em;
  --bs-badge-padding-y: 0.35em;
  --bs-badge-font-size: 0.875rem;
  --bs-badge-font-weight: 700;
  --bs-badge-color: #fff;
  --bs-badge-border-radius: var(--bs-border-radius);
  display: inline-block;
  padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
  font-size: var(--bs-badge-font-size);
  font-weight: var(--bs-badge-font-weight);
  line-height: 1;
  color: var(--bs-badge-color);
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: var(--bs-badge-border-radius);
}

.qmgIIItQor:empty {
  display: none;
}

.btn .qmgIIItQor {
  position: relative;
  top: -1px;
}

.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);
}

.RGbsNJWXR {
  color: inherit;
}

.Dcy4t6 {
  font-weight: 700;
  color: var(--bs-alert-link-color);
}

.abtqst {
  padding-right: 3rem;
}

.abtqst .OB6EDdZIMk {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}

.nnI89av {
  --bs-alert-color: var(--bs-primary-text-emphasis);
  --bs-alert-bg: var(--bs-primary-bg-subtle);
  --bs-alert-border-color: var(--bs-primary-border-subtle);
  --bs-alert-link-color: var(--bs-primary-text-emphasis);
}

.sA1ftIHORa {
  --bs-alert-color: var(--bs-secondary-text-emphasis);
  --bs-alert-bg: var(--bs-secondary-bg-subtle);
  --bs-alert-border-color: var(--bs-secondary-border-subtle);
  --bs-alert-link-color: var(--bs-secondary-text-emphasis);
}

.YtFl5bM {
  --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);
}

.DN2YFRg {
  --bs-alert-color: var(--bs-info-text-emphasis);
  --bs-alert-bg: var(--bs-info-bg-subtle);
  --bs-alert-border-color: var(--bs-info-border-subtle);
  --bs-alert-link-color: var(--bs-info-text-emphasis);
}

.OAzC5Z2th2r {
  --bs-alert-color: var(--bs-warning-text-emphasis);
  --bs-alert-bg: var(--bs-warning-bg-subtle);
  --bs-alert-border-color: var(--bs-warning-border-subtle);
  --bs-alert-link-color: var(--bs-warning-text-emphasis);
}

.woiBrpXg3 {
  --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);
}

.Av6nqf {
  --bs-alert-color: var(--bs-light-text-emphasis);
  --bs-alert-bg: var(--bs-light-bg-subtle);
  --bs-alert-border-color: var(--bs-light-border-subtle);
  --bs-alert-link-color: var(--bs-light-text-emphasis);
}

.baBgFMVjxjR {
  --bs-alert-color: var(--bs-dark-text-emphasis);
  --bs-alert-bg: var(--bs-dark-bg-subtle);
  --bs-alert-border-color: var(--bs-dark-border-subtle);
  --bs-alert-link-color: var(--bs-dark-text-emphasis);
}

@keyframes progress-bar-stripes{

    0% {
        background-position-x: var(--bs-progress-height)
    }

}

.seWZt9eP,
.tkps0z {
  --bs-progress-height: 1rem;
  --bs-progress-font-size: 0.73125rem;
  --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: #4be3c2;
  --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);
}

.ucjVc9Ro6n {
  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);
}

.GqZaFTsD5ao {
  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);
}

.tkps0z>.seWZt9eP {
  overflow: visible;
}

.tkps0z>.seWZt9eP>.ucjVc9Ro6n {
  width: 100%;
}

.LeBac6vLjrO {
  animation: 1s linear infinite progress-bar-stripes;
}

.list-group {
  --bs-list-group-color: var(--bs-body-color);
  --bs-list-group-bg: var(--bs-body-bg);
  --bs-list-group-border-color: var(--bs-border-color);
  --bs-list-group-border-width: var(--bs-border-width);
  --bs-list-group-border-radius: var(--bs-border-radius);
  --bs-list-group-item-padding-x: 1rem;
  --bs-list-group-item-padding-y: 0.5rem;
  --bs-list-group-action-color: var(--bs-secondary-color);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-tertiary-bg);
  --bs-list-group-action-active-color: var(--bs-body-color);
  --bs-list-group-action-active-bg: var(--bs-secondary-bg);
  --bs-list-group-disabled-color: var(--bs-secondary-color);
  --bs-list-group-disabled-bg: var(--bs-body-bg);
  --bs-list-group-active-color: #fff;
  --bs-list-group-active-bg: #4be3c2;
  --bs-list-group-active-border-color: #4be3c2;
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: var(--bs-list-group-border-radius);
}

.oG0QmXQKvN {
  list-style-type: none;
  counter-reset: section;
}

.oG0QmXQKvN>.list-group-item::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}

.list-group-item {
  position: relative;
  display: block;
  padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
  color: var(--bs-list-group-color);
  background-color: var(--bs-list-group-bg);
  border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);
}

.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

.list-group-item.disabled,
.list-group-item:disabled {
  color: var(--bs-list-group-disabled-color);
  pointer-events: none;
  background-color: var(--bs-list-group-disabled-bg);
}

.list-group-item.active {
  z-index: 2;
  color: var(--bs-list-group-active-color);
  background-color: var(--bs-list-group-active-bg);
  border-color: var(--bs-list-group-active-border-color);
}

.list-group-item+.list-group-item {
  border-top-width: 0;
}

.list-group-item+.list-group-item.active {
  margin-top: calc(-1*var(--bs-list-group-border-width));
  border-top-width: var(--bs-list-group-border-width);
}

.oi1crlEpF {
  width: 100%;
  color: var(--bs-list-group-action-color);
  text-align: inherit;
}

.oi1crlEpF:not(.active):hover,
.oi1crlEpF:not(.active):focus {
  z-index: 1;
  color: var(--bs-list-group-action-hover-color);
  text-decoration: none;
  background-color: var(--bs-list-group-action-hover-bg);
}

.oi1crlEpF:not(.active):active {
  color: var(--bs-list-group-action-active-color);
  background-color: var(--bs-list-group-action-active-bg);
}

.OxC9hRqPP {
  flex-direction: row;
}

.OxC9hRqPP>.list-group-item:first-child:not(:last-child) {
  border-bottom-left-radius: var(--bs-list-group-border-radius);
  border-top-right-radius: 0;
}

.OxC9hRqPP>.list-group-item:last-child:not(:first-child) {
  border-top-right-radius: var(--bs-list-group-border-radius);
  border-bottom-left-radius: 0;
}

.OxC9hRqPP>.list-group-item.active {
  margin-top: 0;
}

.OxC9hRqPP>.list-group-item+.list-group-item {
  border-top-width: var(--bs-list-group-border-width);
  border-left-width: 0;
}

.OxC9hRqPP>.list-group-item+.list-group-item.active {
  margin-left: calc(-1*var(--bs-list-group-border-width));
  border-left-width: var(--bs-list-group-border-width);
}

.fKvOEo3P {
  border-radius: 0;
}

.fKvOEo3P>.list-group-item {
  border-width: 0 0 var(--bs-list-group-border-width);
}

.fKvOEo3P>.list-group-item:last-child {
  border-bottom-width: 0;
}

.BGdiHceQEst {
  --bs-list-group-color: var(--bs-primary-text-emphasis);
  --bs-list-group-bg: var(--bs-primary-bg-subtle);
  --bs-list-group-border-color: var(--bs-primary-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-primary-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-primary-border-subtle);
  --bs-list-group-active-color: var(--bs-primary-bg-subtle);
  --bs-list-group-active-bg: var(--bs-primary-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-primary-text-emphasis);
}

.ENuLb3d5gac {
  --bs-list-group-color: var(--bs-secondary-text-emphasis);
  --bs-list-group-bg: var(--bs-secondary-bg-subtle);
  --bs-list-group-border-color: var(--bs-secondary-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-secondary-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-secondary-border-subtle);
  --bs-list-group-active-color: var(--bs-secondary-bg-subtle);
  --bs-list-group-active-bg: var(--bs-secondary-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-secondary-text-emphasis);
}

.hqcbwb {
  --bs-list-group-color: var(--bs-success-text-emphasis);
  --bs-list-group-bg: var(--bs-success-bg-subtle);
  --bs-list-group-border-color: var(--bs-success-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-success-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-success-border-subtle);
  --bs-list-group-active-color: var(--bs-success-bg-subtle);
  --bs-list-group-active-bg: var(--bs-success-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-success-text-emphasis);
}

.AYdzO1wF {
  --bs-list-group-color: var(--bs-info-text-emphasis);
  --bs-list-group-bg: var(--bs-info-bg-subtle);
  --bs-list-group-border-color: var(--bs-info-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-info-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-info-border-subtle);
  --bs-list-group-active-color: var(--bs-info-bg-subtle);
  --bs-list-group-active-bg: var(--bs-info-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-info-text-emphasis);
}

.ocpVvGemmcD {
  --bs-list-group-color: var(--bs-warning-text-emphasis);
  --bs-list-group-bg: var(--bs-warning-bg-subtle);
  --bs-list-group-border-color: var(--bs-warning-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-warning-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-warning-border-subtle);
  --bs-list-group-active-color: var(--bs-warning-bg-subtle);
  --bs-list-group-active-bg: var(--bs-warning-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-warning-text-emphasis);
}

.n4hhH1 {
  --bs-list-group-color: var(--bs-danger-text-emphasis);
  --bs-list-group-bg: var(--bs-danger-bg-subtle);
  --bs-list-group-border-color: var(--bs-danger-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-danger-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-danger-border-subtle);
  --bs-list-group-active-color: var(--bs-danger-bg-subtle);
  --bs-list-group-active-bg: var(--bs-danger-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-danger-text-emphasis);
}

.oOP6c1TmIv {
  --bs-list-group-color: var(--bs-light-text-emphasis);
  --bs-list-group-bg: var(--bs-light-bg-subtle);
  --bs-list-group-border-color: var(--bs-light-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-light-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-light-border-subtle);
  --bs-list-group-active-color: var(--bs-light-bg-subtle);
  --bs-list-group-active-bg: var(--bs-light-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-light-text-emphasis);
}

.iKipbCt {
  --bs-list-group-color: var(--bs-dark-text-emphasis);
  --bs-list-group-bg: var(--bs-dark-bg-subtle);
  --bs-list-group-border-color: var(--bs-dark-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-dark-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-dark-border-subtle);
  --bs-list-group-active-color: var(--bs-dark-bg-subtle);
  --bs-list-group-active-bg: var(--bs-dark-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-dark-text-emphasis);
}

.OB6EDdZIMk {
  --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.414'/%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(75, 227, 194, 0.25);
  --bs-btn-close-focus-opacity: 1;
  --bs-btn-close-disabled-opacity: 0.25;
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: .25em .25em;
  color: var(--bs-btn-close-color);
  background: rgba(0, 0, 0, 0) var(--bs-btn-close-bg) center/1em auto no-repeat;
  filter: var(--bs-btn-close-filter);
  border: 0;
  border-radius: .375rem;
  opacity: var(--bs-btn-close-opacity);
}

.OB6EDdZIMk:hover {
  color: var(--bs-btn-close-color);
  text-decoration: none;
  opacity: var(--bs-btn-close-hover-opacity);
}

.OB6EDdZIMk:focus {
  outline: 0;
  box-shadow: var(--bs-btn-close-focus-shadow);
  opacity: var(--bs-btn-close-focus-opacity);
}

.OB6EDdZIMk:disabled,
.OB6EDdZIMk.disabled {
  pointer-events: none;
  user-select: none;
  opacity: var(--bs-btn-close-disabled-opacity);
}

.lEdOTL3qPM1 {
  --bs-btn-close-filter: invert(1) grayscale(100%) brightness(200%);
}

:root,
[data-bs-theme=light] {
  --bs-btn-close-filter: ;
  --bs-carousel-indicator-active-bg: #fff;
  --bs-carousel-caption-color: #fff;
  --bs-carousel-control-icon-filter: ;
}

.toast {
  --bs-toast-zindex: 1090;
  --bs-toast-padding-x: 0.75rem;
  --bs-toast-padding-y: 0.5rem;
  --bs-toast-spacing: 2.5rem;
  --bs-toast-max-width: 350px;
  --bs-toast-font-size: 0.875rem;
  --bs-toast-color: ;
  --bs-toast-bg: rgba(var(--bs-body-bg-rgb), 0.85);
  --bs-toast-border-width: var(--bs-border-width);
  --bs-toast-border-color: var(--bs-border-color-translucent);
  --bs-toast-border-radius: var(--bs-border-radius);
  --bs-toast-box-shadow: var(--bs-box-shadow);
  --bs-toast-header-color: var(--bs-secondary-color);
  --bs-toast-header-bg: rgba(var(--bs-body-bg-rgb), 0.85);
  --bs-toast-header-border-color: var(--bs-border-color-translucent);
  width: var(--bs-toast-max-width);
  max-width: 100%;
  font-size: var(--bs-toast-font-size);
  color: var(--bs-toast-color);
  pointer-events: auto;
  background-color: var(--bs-toast-bg);
  background-clip: padding-box;
  border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
  box-shadow: var(--bs-toast-box-shadow);
  border-radius: var(--bs-toast-border-radius);
}

.toast.showing {
  opacity: 0;
}

.toast:not(.show) {
  display: none;
}

.F6XPbJ {
  --bs-toast-zindex: 1090;
  position: absolute;
  z-index: var(--bs-toast-zindex);
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}

.F6XPbJ>:not(:last-child) {
  margin-bottom: var(--bs-toast-spacing);
}

.EZ25g5ZXERs {
  display: flex;
  align-items: center;
  padding: var(--bs-toast-padding-y) var(--bs-toast-padding-x);
  color: var(--bs-toast-header-color);
  background-color: var(--bs-toast-header-bg);
  background-clip: padding-box;
  border-bottom: var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);
  border-top-left-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
  border-top-right-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
}

.EZ25g5ZXERs .OB6EDdZIMk {
  margin-right: calc(-0.5*var(--bs-toast-padding-x));
  margin-left: var(--bs-toast-padding-x);
}

.UY9hAb4xFN {
  padding: var(--bs-toast-padding-x);
  word-wrap: break-word;
}

.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: var(--bs-body-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 {
  transform: translate(0, -50px);
  transition: transform .3s ease-out;
}

.modal.show .modal-dialog {
  transform: none;
}

.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.aWfHRseo {
  height: calc(100% - var(--bs-modal-margin)*2);
}

.aWfHRseo .EIWKswZl {
  max-height: 100%;
  overflow: hidden;
}

.aWfHRseo .modal-body {
  overflow-y: auto;
}

.ladKPt {
  display: flex;
  align-items: center;
  min-height: calc(100% - var(--bs-modal-margin)*2);
}

.EIWKswZl {
  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);
  background: rgba(5,10,20,0.88) !important;
  backdrop-filter: blur(8px);
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity);
}

.AeLxle {
  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);
}

.AeLxle .OB6EDdZIMk {
  padding: calc(var(--bs-modal-header-padding-y)*.5) calc(var(--bs-modal-header-padding-x)*.5);
  margin-top: calc(-0.5*var(--bs-modal-header-padding-y));
  margin-right: calc(-0.5*var(--bs-modal-header-padding-x));
  margin-bottom: calc(-0.5*var(--bs-modal-header-padding-y));
  margin-left: 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);
}

.STPl9t {
  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)*.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);
}

.STPl9t>* {
  margin: calc(var(--bs-modal-footer-gap)*.5);
}

.KbA7LV {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}

.KbA7LV .EIWKswZl {
  height: 100%;
  border: 0;
  border-radius: 0;
}

.KbA7LV .AeLxle,
.KbA7LV .STPl9t {
  border-radius: 0;
}

.KbA7LV .modal-body {
  overflow-y: auto;
}

.tooltip {
  --bs-tooltip-zindex: 1080;
  --bs-tooltip-max-width: 200px;
  --bs-tooltip-padding-x: 0.5rem;
  --bs-tooltip-padding-y: 0.25rem;
  --bs-tooltip-margin: ;
  --bs-tooltip-font-size: 0.82875rem;
  --bs-tooltip-color: var(--bs-body-bg);
  --bs-tooltip-bg: var(--bs-emphasis-color);
  --bs-tooltip-border-radius: var(--bs-border-radius);
  --bs-tooltip-opacity: 0.9;
  --bs-tooltip-arrow-width: 0.8rem;
  --bs-tooltip-arrow-height: 0.4rem;
  z-index: var(--bs-tooltip-zindex);
  display: block;
  margin: var(--bs-tooltip-margin);
  font-family: "Geist", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-tooltip-font-size);
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: var(--bs-tooltip-opacity);
}

.tooltip .tooltip-arrow {
  display: block;
  width: var(--bs-tooltip-arrow-width);
  height: var(--bs-tooltip-arrow-height);
}

.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: rgba(0, 0, 0, 0);
  border-style: solid;
}

.KxBtxEiavi .tooltip-arrow,
.gbtP5hr[data-popper-placement^=top] .tooltip-arrow {
  bottom: calc(-1*var(--bs-tooltip-arrow-height));
}

.KxBtxEiavi .tooltip-arrow::before,
.gbtP5hr[data-popper-placement^=top] .tooltip-arrow::before {
  top: -1px;
  border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width)*.5) 0;
  border-top-color: var(--bs-tooltip-bg);
}

.Emf1hlPM .tooltip-arrow,
.gbtP5hr[data-popper-placement^=right] .tooltip-arrow {
  left: calc(-1*var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}

.Emf1hlPM .tooltip-arrow::before,
.gbtP5hr[data-popper-placement^=right] .tooltip-arrow::before {
  right: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width)*.5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width)*.5) 0;
  border-right-color: var(--bs-tooltip-bg);
}

.x8pOmS .tooltip-arrow,
.gbtP5hr[data-popper-placement^=bottom] .tooltip-arrow {
  top: calc(-1*var(--bs-tooltip-arrow-height));
}

.x8pOmS .tooltip-arrow::before,
.gbtP5hr[data-popper-placement^=bottom] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 calc(var(--bs-tooltip-arrow-width)*.5) var(--bs-tooltip-arrow-height);
  border-bottom-color: var(--bs-tooltip-bg);
}

.pC7Uzc .tooltip-arrow,
.gbtP5hr[data-popper-placement^=left] .tooltip-arrow {
  right: calc(-1*var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}

.pC7Uzc .tooltip-arrow::before,
.gbtP5hr[data-popper-placement^=left] .tooltip-arrow::before {
  left: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width)*.5) 0 calc(var(--bs-tooltip-arrow-width)*.5) var(--bs-tooltip-arrow-height);
  border-left-color: var(--bs-tooltip-bg);
}

.tooltip-inner {
  max-width: var(--bs-tooltip-max-width);
  padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
  color: var(--bs-tooltip-color);
  text-align: center;
  background-color: var(--bs-tooltip-bg);
  border-radius: var(--bs-tooltip-border-radius);
}

.popover {
  --bs-popover-zindex: 1070;
  --bs-popover-max-width: 276px;
  --bs-popover-font-size: 0.82875rem;
  --bs-popover-bg: var(--bs-body-bg);
  --bs-popover-border-width: var(--bs-border-width);
  --bs-popover-border-color: var(--bs-border-color-translucent);
  --bs-popover-border-radius: var(--bs-border-radius-lg);
  --bs-popover-inner-border-radius: calc(var(--bs-border-radius-lg) - var(--bs-border-width));
  --bs-popover-box-shadow: var(--bs-box-shadow);
  --bs-popover-header-padding-x: 1rem;
  --bs-popover-header-padding-y: 0.5rem;
  --bs-popover-header-font-size: 0.975rem;
  --bs-popover-header-color: #171717;
  --bs-popover-header-bg: var(--bs-secondary-bg);
  --bs-popover-body-padding-x: 1rem;
  --bs-popover-body-padding-y: 1rem;
  --bs-popover-body-color: var(--bs-body-color);
  --bs-popover-arrow-width: 1rem;
  --bs-popover-arrow-height: 0.5rem;
  --bs-popover-arrow-border: var(--bs-popover-border-color);
  z-index: var(--bs-popover-zindex);
  display: block;
  max-width: var(--bs-popover-max-width);
  font-family: "Geist", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-popover-font-size);
  word-wrap: break-word;
  background-color: var(--bs-popover-bg);
  background-clip: padding-box;
  border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-radius: var(--bs-popover-border-radius);
}

.popover .popover-arrow {
  display: block;
  width: var(--bs-popover-arrow-width);
  height: var(--bs-popover-arrow-height);
}

.popover .popover-arrow::before,
.popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: rgba(0, 0, 0, 0);
  border-style: solid;
  border-width: 0;
}

.HeGSCo>.popover-arrow,
.v4FEy1iHGC0[data-popper-placement^=top]>.popover-arrow {
  bottom: calc(-1*(var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}

.HeGSCo>.popover-arrow::before,
.v4FEy1iHGC0[data-popper-placement^=top]>.popover-arrow::before,
.HeGSCo>.popover-arrow::after,
.v4FEy1iHGC0[data-popper-placement^=top]>.popover-arrow::after {
  border-width: var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width)*.5) 0;
}

.HeGSCo>.popover-arrow::before,
.v4FEy1iHGC0[data-popper-placement^=top]>.popover-arrow::before {
  bottom: 0;
  border-top-color: var(--bs-popover-arrow-border);
}

.HeGSCo>.popover-arrow::after,
.v4FEy1iHGC0[data-popper-placement^=top]>.popover-arrow::after {
  bottom: var(--bs-popover-border-width);
  border-top-color: var(--bs-popover-bg);
}

.RRiQVPon>.popover-arrow,
.v4FEy1iHGC0[data-popper-placement^=right]>.popover-arrow {
  left: calc(-1*(var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}

.RRiQVPon>.popover-arrow::before,
.v4FEy1iHGC0[data-popper-placement^=right]>.popover-arrow::before,
.RRiQVPon>.popover-arrow::after,
.v4FEy1iHGC0[data-popper-placement^=right]>.popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width)*.5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width)*.5) 0;
}

.RRiQVPon>.popover-arrow::before,
.v4FEy1iHGC0[data-popper-placement^=right]>.popover-arrow::before {
  left: 0;
  border-right-color: var(--bs-popover-arrow-border);
}

.RRiQVPon>.popover-arrow::after,
.v4FEy1iHGC0[data-popper-placement^=right]>.popover-arrow::after {
  left: var(--bs-popover-border-width);
  border-right-color: var(--bs-popover-bg);
}

.Qeyu7XdFK5B>.popover-arrow,
.v4FEy1iHGC0[data-popper-placement^=bottom]>.popover-arrow {
  top: calc(-1*(var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}

.Qeyu7XdFK5B>.popover-arrow::before,
.v4FEy1iHGC0[data-popper-placement^=bottom]>.popover-arrow::before,
.Qeyu7XdFK5B>.popover-arrow::after,
.v4FEy1iHGC0[data-popper-placement^=bottom]>.popover-arrow::after {
  border-width: 0 calc(var(--bs-popover-arrow-width)*.5) var(--bs-popover-arrow-height);
}

.Qeyu7XdFK5B>.popover-arrow::before,
.v4FEy1iHGC0[data-popper-placement^=bottom]>.popover-arrow::before {
  top: 0;
  border-bottom-color: var(--bs-popover-arrow-border);
}

.Qeyu7XdFK5B>.popover-arrow::after,
.v4FEy1iHGC0[data-popper-placement^=bottom]>.popover-arrow::after {
  top: var(--bs-popover-border-width);
  border-bottom-color: var(--bs-popover-bg);
}

.Qeyu7XdFK5B .popover-header::before,
.v4FEy1iHGC0[data-popper-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: var(--bs-popover-arrow-width);
  margin-left: calc(-0.5*var(--bs-popover-arrow-width));
  content: "";
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-header-bg);
}

.h0RIb5l>.popover-arrow,
.v4FEy1iHGC0[data-popper-placement^=left]>.popover-arrow {
  right: calc(-1*(var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}

.h0RIb5l>.popover-arrow::before,
.v4FEy1iHGC0[data-popper-placement^=left]>.popover-arrow::before,
.h0RIb5l>.popover-arrow::after,
.v4FEy1iHGC0[data-popper-placement^=left]>.popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width)*.5) 0 calc(var(--bs-popover-arrow-width)*.5) var(--bs-popover-arrow-height);
}

.h0RIb5l>.popover-arrow::before,
.v4FEy1iHGC0[data-popper-placement^=left]>.popover-arrow::before {
  right: 0;
  border-left-color: var(--bs-popover-arrow-border);
}

.h0RIb5l>.popover-arrow::after,
.v4FEy1iHGC0[data-popper-placement^=left]>.popover-arrow::after {
  right: var(--bs-popover-border-width);
  border-left-color: var(--bs-popover-bg);
}

.popover-header {
  padding: var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);
  margin-bottom: 0;
  font-size: var(--bs-popover-header-font-size);
  color: var(--bs-popover-header-color);
  background-color: var(--bs-popover-header-bg);
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-top-left-radius: var(--bs-popover-inner-border-radius);
  border-top-right-radius: var(--bs-popover-inner-border-radius);
}

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);
  color: var(--bs-popover-body-color);
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.ChYcOFoAYz {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.ChYcOFoAYz::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform .6s ease-in-out;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
  transform: translateX(-100%);
}

.yBztoN5n .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}

.yBztoN5n .carousel-item.active,
.yBztoN5n .carousel-item-next.carousel-item-start,
.yBztoN5n .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}

.yBztoN5n .active.carousel-item-start,
.yBztoN5n .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s .6s;
}

.O5U2tQt0Jf,
.oPXXrnb3lu {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  filter: var(--bs-carousel-control-icon-filter);
  border: 0;
  opacity: .5;
  transition: opacity .15s ease;
}

.O5U2tQt0Jf:hover,
.O5U2tQt0Jf:focus,
.oPXXrnb3lu:hover,
.oPXXrnb3lu:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9;
}

.O5U2tQt0Jf {
  left: 0;
}

.oPXXrnb3lu {
  right: 0;
}

.zwVSDfcx,
.iazQOTwqj3 {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

.zwVSDfcx {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0'/%3e%3c/svg%3e");
}

.iazQOTwqj3 {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
}

.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: var(--bs-carousel-indicator-active-bg);
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid rgba(0, 0, 0, 0);
  border-bottom: 10px solid rgba(0, 0, 0, 0);
  opacity: .5;
  transition: opacity .6s ease;
}

.carousel-indicators .active {
  opacity: 1;
}

.MbaBd9 {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: var(--bs-carousel-caption-color);
  text-align: center;
}

.zx9PpIlrI {
  --bs-carousel-indicator-active-bg: #000;
  --bs-carousel-caption-color: #000;
  --bs-carousel-control-icon-filter: invert(1) grayscale(100);
}

.TFkk4Hkra6x,
.Bgig0aQ1t4 {
  display: inline-block;
  flex-shrink: 0;
  width: var(--bs-spinner-width);
  height: var(--bs-spinner-height);
  vertical-align: var(--bs-spinner-vertical-align);
  border-radius: 50%;
  animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
}

@keyframes spinner-border{

    to {
        transform: rotate(360deg)
            
    }

}

.Bgig0aQ1t4 {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-border-width: 0.25em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-border;
  border: var(--bs-spinner-border-width) solid currentcolor;
  border-right-color: rgba(0, 0, 0, 0);
}

.f1jjfadPOhi {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
  --bs-spinner-border-width: 0.2em;
}

@keyframes spinner-grow{

    0% {
        transform: scale(0)
    }

    50% {
        opacity: 1;
        transform: none
    }

}

.TFkk4Hkra6x {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-grow;
  background-color: currentcolor;
  opacity: 0;
}

.vutajmJF225 {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
}

.offcanvas,
.Lc8pI0w,
.hIRQeAywle,
.HM29ZD,
.adxzVafM,
.AIqokNuQ {
  --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);
}

.offcanvas.NiuLYhmE {
  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.lvKnjonr {
  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.NPsoBrR1 {
  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.i642APz0 {
  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: .5;
}

.px64ouEOQ {
  display: flex;
  align-items: center;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
}

.px64ouEOQ .OB6EDdZIMk {
  padding: calc(var(--bs-offcanvas-padding-y)*.5) calc(var(--bs-offcanvas-padding-x)*.5);
  margin-top: calc(-0.5*var(--bs-offcanvas-padding-y));
  margin-right: calc(-0.5*var(--bs-offcanvas-padding-x));
  margin-bottom: calc(-0.5*var(--bs-offcanvas-padding-y));
  margin-left: auto;
}

.cbD6PErZS8 {
  margin-bottom: 0;
  line-height: var(--bs-offcanvas-title-line-height);
}

.LyOt41S0 {
  flex-grow: 1;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
  overflow-y: auto;
}

.qFpT3v {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentcolor;
  opacity: .5;
}

.qFpT3v.btn::before {
  display: inline-block;
  content: "";
}

.O4iohQ5x2 {
  min-height: .6em;
}

.xIzri0Z {
  min-height: .8em;
}

.JiKqZuXEGZ {
  min-height: 1.2em;
}

.BXCxOKjQ1 .qFpT3v {
  animation: placeholder-glow 2s ease-in-out infinite;
}

@keyframes placeholder-glow{

    50% {
        opacity: .2
    }

}

.c743JWVFzv {
  mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
  mask-size: 200% 100%;
  animation: placeholder-wave 2s linear infinite;
}

@keyframes placeholder-wave{

    100% {
        mask-position: -200% 0%
    }

}

.ZYfzTGZ::after {
  display: block;
  clear: both;
  content: "";
}

.jhq3InIsBww {
  color: #000 !important;
  background-color: RGBA(var(--bs-primary-rgb), var(--bs-bg-opacity, 1)) !important;
}

.jJmxp3qwl3n {
  color: #000 !important;
  background-color: RGBA(var(--bs-secondary-rgb), var(--bs-bg-opacity, 1)) !important;
}

.Ct7V4TPOq {
  color: #fff !important;
  background-color: RGBA(var(--bs-success-rgb), var(--bs-bg-opacity, 1)) !important;
}

.XUPEcppMJ {
  color: #fff !important;
  background-color: RGBA(var(--bs-info-rgb), var(--bs-bg-opacity, 1)) !important;
}

.kc8H9NjNCtH {
  color: #000 !important;
  background-color: RGBA(var(--bs-warning-rgb), var(--bs-bg-opacity, 1)) !important;
}

.e8KarRqpBZ9 {
  color: #fff !important;
  background-color: RGBA(var(--bs-danger-rgb), var(--bs-bg-opacity, 1)) !important;
}

.k2HvuoNfc1 {
  color: #000 !important;
  background-color: RGBA(var(--bs-light-rgb), var(--bs-bg-opacity, 1)) !important;
}

.qGN3aaZ1pg {
  color: #fff !important;
  background-color: RGBA(var(--bs-dark-rgb), var(--bs-bg-opacity, 1)) !important;
}

.dRBeD9UeOEB {
  color: RGBA(var(--bs-primary-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.dRBeD9UeOEB:hover,
.dRBeD9UeOEB:focus {
  color: RGBA(111, 233, 206, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(111, 233, 206, var(--bs-link-underline-opacity, 1)) !important;
}

.aR24qAPfgk {
  color: RGBA(var(--bs-secondary-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.aR24qAPfgk:hover,
.aR24qAPfgk:focus {
  color: RGBA(234, 234, 234, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(234, 234, 234, var(--bs-link-underline-opacity, 1)) !important;
}

.BMzms34R {
  color: RGBA(var(--bs-success-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.BMzms34R:hover,
.BMzms34R:focus {
  color: RGBA(7, 160, 35, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(7, 160, 35, var(--bs-link-underline-opacity, 1)) !important;
}

.e6AoOqXykv {
  color: RGBA(var(--bs-info-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.e6AoOqXykv:hover,
.e6AoOqXykv:focus {
  color: RGBA(0, 147, 175, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(0, 147, 175, var(--bs-link-underline-opacity, 1)) !important;
}

.npIsu9lzan {
  color: RGBA(var(--bs-warning-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.npIsu9lzan:hover,
.npIsu9lzan:focus {
  color: RGBA(243, 193, 51, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(243, 193, 51, var(--bs-link-underline-opacity, 1)) !important;
}

.kR9f01qQ {
  color: RGBA(var(--bs-danger-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.kR9f01qQ:hover,
.kR9f01qQ:focus {
  color: RGBA(201, 35, 43, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(201, 35, 43, var(--bs-link-underline-opacity, 1)) !important;
}

.ujrNOPm {
  color: RGBA(var(--bs-light-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.ujrNOPm:hover,
.ujrNOPm:focus {
  color: RGBA(247, 247, 247, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(247, 247, 247, var(--bs-link-underline-opacity, 1)) !important;
}

.AryBTnM3u {
  color: RGBA(var(--bs-dark-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.AryBTnM3u:hover,
.AryBTnM3u:focus {
  color: RGBA(18, 18, 18, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(18, 18, 18, var(--bs-link-underline-opacity, 1)) !important;
}

.p18bWO4 {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.p18bWO4:hover,
.p18bWO4:focus {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 0.75)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 0.75)) !important;
}

.C1nBF9F:focus {
  outline: 0;
  box-shadow: var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width) var(--bs-focus-ring-color);
}

.LHhNkt6Tcf {
  display: inline-flex;
  gap: .375rem;
  align-items: center;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));
  text-underline-offset: .25em;
  backface-visibility: hidden;
}

.LHhNkt6Tcf>.bi {
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  fill: currentcolor;
  transition: .2s ease-in-out transform;
}

.tZ9YiEchW:hover>.bi,
.tZ9YiEchW:focus-visible>.bi {
  transform: var(--bs-icon-link-transform, translate3d(0.25em, 0, 0));
}

.ratio {
  position: relative;
  width: 100%;
}

.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}

.ratio>* {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.IbxiikT {
  --bs-aspect-ratio: 100%;
}

.YJ4FZXKhcq {
  --bs-aspect-ratio: 75%;
}

.F5O1oHLm {
  --bs-aspect-ratio: 56.25%;
}

.WbzKepwW60p {
  --bs-aspect-ratio: 42.8571428571%;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}

.lJ9T8TrlCzA {
  position: sticky;
  bottom: 0;
  z-index: 1020;
}

.yJG9b9chXc {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}

.szboaXoT15 {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}

.HPyBeDAHh,
.YVWnw9:not(:focus):not(:focus-within) {
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.HPyBeDAHh:not(caption),
.YVWnw9:not(:focus):not(:focus-within):not(caption) {
  position: absolute !important;
}

.HPyBeDAHh *,
.YVWnw9:not(:focus):not(:focus-within) * {
  overflow: hidden !important;
}

.gw0a91::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

.JEWHkv {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.yDyjU6 {
  display: inline-block;
  align-self: stretch;
  width: var(--bs-border-width);
  min-height: 1em;
  background-color: currentcolor;
  opacity: .25;
}

.gtz8jS6b {
  vertical-align: baseline !important;
}

.Cm5M26eAuN {
  vertical-align: top !important;
}

.q8dGF5B {
  vertical-align: middle !important;
}

.GNmun2mD {
  vertical-align: bottom !important;
}

.CBLnrX2H {
  vertical-align: text-bottom !important;
}

.bqlzbV {
  vertical-align: text-top !important;
}

.uZdPqfJLj {
  float: left !important;
}

.lQNSpxBmbR {
  float: right !important;
}

.x78jQaJ9JR9 {
  float: none !important;
}

.DL9Qw3mn5 {
  object-fit: contain !important;
}

.S0Egx0gb {
  object-fit: cover !important;
}

.Jbpr0d0w {
  object-fit: fill !important;
}

.I32KsKQ2LM {
  object-fit: scale-down !important;
}

.SnIHq9rvxvH {
  object-fit: none !important;
}

.v7xFGog6 {
  opacity: 0 !important;
}

.o2vKVf5ef {
  opacity: .25 !important;
}

.DZHtzKQCSr {
  opacity: .5 !important;
}

.zawCf0GYl {
  opacity: .75 !important;
}

.IRPaAgnw {
  opacity: 1 !important;
}

.dlrMENCQ {
  overflow: auto !important;
}

.adOcLDkK5 {
  overflow: hidden !important;
}

.xYsWQcf {
  overflow: visible !important;
}

.DEjnsNk58lF {
  overflow: scroll !important;
}

.S3QKOgtObn5 {
  overflow-x: auto !important;
}

.ASs1bufdw {
  overflow-x: hidden !important;
}

.tWS8WvwZ {
  overflow-x: visible !important;
}

.R3Imxw7VFj7 {
  overflow-x: scroll !important;
}

.uGTqky {
  overflow-y: auto !important;
}

.qvaRhDk {
  overflow-y: hidden !important;
}

.y1AeOuq3PuC {
  overflow-y: visible !important;
}

.AzW9TKQJRF {
  overflow-y: scroll !important;
}

.ra0Ek3Y {
  display: inline !important;
}

.uFBdf4ufhSX {
  display: inline-block !important;
}

.LGRSbu9hU {
  display: block !important;
}

.wfT7bUIuf6 {
  display: grid !important;
}

.eLT4zqu5JX {
  display: inline-grid !important;
}

.bJNcDuRw {
  display: table !important;
}

.CAIPgdsjz {
  display: table-row !important;
}

.tUPjPMTbJf {
  display: table-cell !important;
}

.ZAnFezXmOj1 {
  display: flex !important;
}

.bKxqEfU0239 {
  display: inline-flex !important;
}

.qxSx8qBwwj {
  display: none !important;
}

.cYAhqKJCHL {
  box-shadow: var(--bs-box-shadow) !important;
}

.LUHNHb3x {
  box-shadow: var(--bs-box-shadow-sm) !important;
}

.EEXhRJjOQh {
  box-shadow: var(--bs-box-shadow-lg) !important;
}

.LfUyFbKmFH {
  box-shadow: none !important;
}

.KM8ucy6kQ {
  --bs-focus-ring-color: rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity));
}

.tY4yFbx42 {
  --bs-focus-ring-color: rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity));
}

.RMhDcU {
  --bs-focus-ring-color: rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity));
}

.q8addNhn {
  --bs-focus-ring-color: rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity));
}

.hcfwY2w {
  --bs-focus-ring-color: rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity));
}

.iZIdlcZ70 {
  --bs-focus-ring-color: rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity));
}

.dndNsyac {
  --bs-focus-ring-color: rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity));
}

.jtRuOeKWK {
  --bs-focus-ring-color: rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity));
}

.IpCcW2KCHPX {
  position: static !important;
}

.z62osuMF {
  position: relative !important;
}

.DcCL8NE6n8 {
  position: absolute !important;
}

.bcU335uh {
  position: fixed !important;
}

.qBK6tTCgtR3 {
  position: sticky !important;
}

.NMcg8KyN {
  top: 0 !important;
}

.QCEZeME {
  top: 10% !important;
}

.KNslmH {
  top: 25% !important;
}

.rV2pdWQ2T {
  top: 50% !important;
}

.LPy1cX {
  top: 60% !important;
}

.onEKDU6iU {
  top: 65% !important;
}

.WVqziZfisy {
  top: 70% !important;
}

.NgfeFGsi {
  top: 75% !important;
}

.WvxO3bgHU {
  top: 100% !important;
}

.mdN7gYsbVV {
  top: auto !important;
}

.m7A6m7bb {
  bottom: 0 !important;
}

.RjPJqpdCGX {
  bottom: 10% !important;
}

.g3t06uHEraK {
  bottom: 25% !important;
}

.UTs1Un {
  bottom: 50% !important;
}

.GGGErb2UaVl {
  bottom: 60% !important;
}

.NHd2zunj {
  bottom: 65% !important;
}

.XAlIvplR0 {
  bottom: 70% !important;
}

.CO9o96heb {
  bottom: 75% !important;
}

.q6lMwjx {
  bottom: 100% !important;
}

.wEnFwhmE {
  bottom: auto !important;
}

.YagvcVjaY {
  left: 0 !important;
}

.CXbLsc6S {
  left: 10% !important;
}

.PihtRRCKr {
  left: 25% !important;
}

.JXqXIgM71YB {
  left: 50% !important;
}

.cLebBbj {
  left: 60% !important;
}

.ohEUiTLq {
  left: 65% !important;
}

.xje3wTri {
  left: 70% !important;
}

.YQrDyH {
  left: 75% !important;
}

.N6WK3wkFlT {
  left: 100% !important;
}

.YAgZCM86 {
  left: auto !important;
}

.sEQXZyP9 {
  right: 0 !important;
}

.U5r82Pof4u {
  right: 10% !important;
}

.JH3IXz {
  right: 25% !important;
}

.hJn3Yls {
  right: 50% !important;
}

.JYkDggFcNkC {
  right: 60% !important;
}

.AVwUrqC {
  right: 65% !important;
}

.cxB04PyOAMo {
  right: 70% !important;
}

.tgNEJXL {
  right: 75% !important;
}

.oAeyuIKpU {
  right: 100% !important;
}

.ZfeGWI {
  right: auto !important;
}

.npwL0xQV {
  transform: translate(-50%, -50%) !important;
}

.a6ix1OkcGr {
  transform: translateX(-50%) !important;
}

.XXXpFFAVOUF {
  transform: translateY(-50%) !important;
}

.x3c2u2LmvW {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.klAZo8PV {
  border: 0 !important;
}

.lNDJrn0N {
  border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.w1JEhft {
  border-top: 0 !important;
}

.om1YQo3IjlY {
  border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.B6CgYFr9u {
  border-right: 0 !important;
}

.QgssXtRf {
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.eGxjsyKQ {
  border-bottom: 0 !important;
}

.Nw9Orwm {
  border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.pajZk2xH4tA {
  border-left: 0 !important;
}

.TxdEjtoszz {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
}

.CjuuNMDQ {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
}

.SVdQZd0V8YL {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
}

.LEYodF {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
}

.qu1KJDUi4 {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
}

.vEsJmzmu1io {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
}

.O81XsWsfbqN {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
}

.vZa4qm {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
}

.L8D4cTUD {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important;
}

.aW3VM4I {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
}

.y6KaJT9jI {
  border-color: var(--bs-primary-border-subtle) !important;
}

.cGc2uBAs {
  border-color: var(--bs-secondary-border-subtle) !important;
}

.xYfA3fznR4 {
  border-color: var(--bs-success-border-subtle) !important;
}

.P4WodBa5 {
  border-color: var(--bs-info-border-subtle) !important;
}

.wbTzQsdgssd {
  border-color: var(--bs-warning-border-subtle) !important;
}

.zjkRQvi {
  border-color: var(--bs-danger-border-subtle) !important;
}

.AkYgTdF0h {
  border-color: var(--bs-light-border-subtle) !important;
}

.AyaERv0h {
  border-color: var(--bs-dark-border-subtle) !important;
}

.qdjdnEzq9d {
  border-width: 1px !important;
}

.ZcEaQtOc {
  border-width: 2px !important;
}

.rPKT2c6 {
  border-width: 3px !important;
}

.yaOBbyg {
  border-width: 4px !important;
}

.Fe9vmtiubZ {
  border-width: 5px !important;
}

.lIGJvlhs {
  --bs-border-opacity: 0.1;
}

.pqy8JfdfuP {
  --bs-border-opacity: 0.25;
}

.XifkrUkjf {
  --bs-border-opacity: 0.5;
}

.WW2fI6SPlL {
  --bs-border-opacity: 0.75;
}

.bAxeeW {
  --bs-border-opacity: 1;
}

.uYBx1i7cJ {
  width: 25% !important;
}

.icyw385TX {
  width: 50% !important;
}

.Qoi9xKzM {
  width: 75% !important;
}

.CPzdcDElbY {
  width: 100% !important;
}

.kd3cwB {
  width: auto !important;
}

.bb45YS3Hn8 {
  max-width: 100% !important;
}

.PefxqDuCxLe {
  width: 100vw !important;
}

.E59gEew7d7C {
  min-width: 100vw !important;
}

.U70nhsvj {
  height: 25% !important;
}

.fKnIOp {
  height: 50% !important;
}

.KF3XVJEVS0 {
  height: 75% !important;
}

.Q64yESwHQ5 {
  height: 100% !important;
}

.JwhvaSyUuTB {
  height: auto !important;
}

.BjsmxAy {
  max-height: 100% !important;
}

.s84dv1i {
  height: 100vh !important;
}

.Hk0pJPFEeb {
  min-height: 100vh !important;
}

.A5haBw {
  flex: 1 1 auto !important;
}

.EwxG5pxcdFc {
  flex-direction: row !important;
}

.FOg8t7 {
  flex-direction: column !important;
}

.udoS1nnpFX {
  flex-direction: row-reverse !important;
}

.csu1Ua {
  flex-direction: column-reverse !important;
}

.tlLw8bI7h9x {
  flex-grow: 0 !important;
}

.rbM6BdQ {
  flex-grow: 1 !important;
}

.uKSwr8cDu6 {
  flex-shrink: 0 !important;
}

.xiDU8Ca {
  flex-shrink: 1 !important;
}

.e1PQF3UImIO {
  flex-wrap: wrap !important;
}

.sGAAD0eJyH {
  flex-wrap: nowrap !important;
}

.PU5E6lY {
  flex-wrap: wrap-reverse !important;
}

.a7ooKNHkw {
  justify-content: flex-start !important;
}

.q72D0fqzbD {
  justify-content: flex-end !important;
}

.Fn7aPH {
  justify-content: center !important;
}

.QCiAOE {
  justify-content: space-between !important;
}

.uLQO1N8p7 {
  justify-content: space-around !important;
}

.osuoe2hJ {
  justify-content: space-evenly !important;
}

.juxhmZgI {
  align-items: flex-start !important;
}

.DjMS2aEhi {
  align-items: flex-end !important;
}

.BSf0Fo6 {
  align-items: center !important;
}

.JKlODeQN {
  align-items: baseline !important;
}

.Jeve2byXGl {
  align-items: stretch !important;
}

.c4OjEwonwhe {
  align-content: flex-start !important;
}

.zGw2FUs {
  align-content: flex-end !important;
}

.ICMxMVcaUV {
  align-content: center !important;
}

.eEtbX87 {
  align-content: space-between !important;
}

.A1NBXCgRkB {
  align-content: space-around !important;
}

.OjzVHSqmc6 {
  align-content: stretch !important;
}

.f8Z4BM {
  align-self: auto !important;
}

.LU9PFPJp {
  align-self: flex-start !important;
}

.sewDxxoqR {
  align-self: flex-end !important;
}

.z716tRB {
  align-self: center !important;
}

.jBv9aT2 {
  align-self: baseline !important;
}

.j64XdI {
  align-self: stretch !important;
}

.qTdXoKt {
  order: -1 !important;
}

.LuNVds {
  order: 0 !important;
}

.fwKvpdGCcMN {
  order: 1 !important;
}

.UnGs0MHYPz {
  order: 2 !important;
}

.xgG5N6t {
  order: 3 !important;
}

.Vsdf0f {
  order: 4 !important;
}

.DABgQSoaL1 {
  order: 5 !important;
}

.I3Wi1sE {
  order: 6 !important;
}

.h0abGM8 {
  margin: 0 !important;
}

.ufD3RaeE9iR {
  margin: .25rem !important;
}

.VKbrvlo6 {
  margin: .5rem !important;
}

.MYBzHpa {
  margin: .75rem !important;
}

.oMTFfUQ {
  margin: 1rem !important;
}

.y5uIEBnohqJ {
  margin: 1.25rem !important;
}

.M0wP2O {
  margin: 1.5rem !important;
}

.osd0Kbz {
  margin: 1.75rem !important;
}

.PtEsR2FrhE {
  margin: 2rem !important;
}

.ECieAi1usd {
  margin: 3rem !important;
}

.RzaMQMT3 {
  margin: 3.5rem !important;
}

.ep2hBTifhKK {
  margin: 4rem !important;
}

.FAZPmPXKW3d {
  margin: 5rem !important;
}

.fY0V1MxNb {
  margin: 6rem !important;
}

.byHnSgSS8 {
  margin: auto !important;
}

.RirWVFd6jZ {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.DJIIKlMA {
  margin-right: .25rem !important;
  margin-left: .25rem !important;
}

.IYXPiehoTQ {
  margin-right: .5rem !important;
  margin-left: .5rem !important;
}

.cP9DdxYak {
  margin-right: .75rem !important;
  margin-left: .75rem !important;
}

.Jxx6afsQZMc {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.iA2ExJwgtc {
  margin-right: 1.25rem !important;
  margin-left: 1.25rem !important;
}

.tqxvZ9P {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.TcEJRvBmk6 {
  margin-right: 1.75rem !important;
  margin-left: 1.75rem !important;
}

.b4UKaQBdc {
  margin-right: 2rem !important;
  margin-left: 2rem !important;
}

.mQehaXKTAl9 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.cj07csnbqDC {
  margin-right: 3.5rem !important;
  margin-left: 3.5rem !important;
}

.SOcbGY {
  margin-right: 4rem !important;
  margin-left: 4rem !important;
}

.Z6RLC5o {
  margin-right: 5rem !important;
  margin-left: 5rem !important;
}

.mezIJd1feB {
  margin-right: 6rem !important;
  margin-left: 6rem !important;
}

.xDEzLsklNo {
  margin-right: auto !important;
  margin-left: auto !important;
}

.HNsqzHl6 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.xYL4JZ6We9V {
  margin-top: .25rem !important;
  margin-bottom: .25rem !important;
}

.Idd1Az {
  margin-top: .5rem !important;
  margin-bottom: .5rem !important;
}

.gvJ52a {
  margin-top: .75rem !important;
  margin-bottom: .75rem !important;
}

.MbHRa0l8 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.UyfCNnRR1t {
  margin-top: 1.25rem !important;
  margin-bottom: 1.25rem !important;
}

.oaWrcQ4AVR {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.FpzfLvBC {
  margin-top: 1.75rem !important;
  margin-bottom: 1.75rem !important;
}

.aq0TRH {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

.xE90qPo1 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.djDhqG {
  margin-top: 3.5rem !important;
  margin-bottom: 3.5rem !important;
}

.uUVwhoZgX {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

.VRMs1xgxe {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}

.LA6tfmGOxOg {
  margin-top: 6rem !important;
  margin-bottom: 6rem !important;
}

.hw19q2VS5nd {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.y6lm88aSk {
  margin-top: 0 !important;
}

.GIfhXx {
  margin-top: .25rem !important;
}

.VmVHQnva10 {
  margin-top: .5rem !important;
}

.mbOKVTeG {
  margin-top: .75rem !important;
}

.veuvkIyfk6J {
  margin-top: 1rem !important;
}

.rnLSGAT5Vrv {
  margin-top: 1.25rem !important;
}

.we4uC2aB3l {
  margin-top: 1.5rem !important;
}

.rHHu5wwa {
  margin-top: 1.75rem !important;
}

.w6tPDL {
  margin-top: 2rem !important;
}

.DMY9yxT {
  margin-top: 3rem !important;
}

.KnbyEQ23M5 {
  margin-top: 3.5rem !important;
}

.fKpLc8 {
  margin-top: 4rem !important;
}

.RshOOKia0 {
  margin-top: 5rem !important;
}

.H3hzQfvM7 {
  margin-top: 6rem !important;
}

.zFgWzs {
  margin-top: auto !important;
}

.shOlD5O {
  margin-right: 0 !important;
}

.Ddaf0g5Q6wh {
  margin-right: .25rem !important;
}

.e4bopPshqhv {
  margin-right: .5rem !important;
}

.CQpHS2Z2CDF {
  margin-right: .75rem !important;
}

.QZZ0gQk {
  margin-right: 1rem !important;
}

.rQvLuO {
  margin-right: 1.25rem !important;
}

.aJbfuPC40sM {
  margin-right: 1.5rem !important;
}

.mCblMCALhk {
  margin-right: 1.75rem !important;
}

.s6Et8OVHpB {
  margin-right: 2rem !important;
}

.iKtzpDopmSB {
  margin-right: 3rem !important;
}

.EFebXVs647 {
  margin-right: 3.5rem !important;
}

.FNyoTfG {
  margin-right: 4rem !important;
}

.d5uH9twCw {
  margin-right: 5rem !important;
}

.FMIdKA {
  margin-right: 6rem !important;
}

.IoU084osw {
  margin-right: auto !important;
}

.pgfoRATWh {
  margin-bottom: 0 !important;
}

.d6cbTGsS {
  margin-bottom: .25rem !important;
}

.QQY4W8rCzv {
  margin-bottom: .5rem !important;
}

.lmVpuOOSjLw {
  margin-bottom: .75rem !important;
}

.BEmMWyaP {
  margin-bottom: 1rem !important;
}

.U9MW3HMgajp {
  margin-bottom: 1.25rem !important;
}

.CYfuvGgqp {
  margin-bottom: 1.5rem !important;
}

.AXSuINlx5 {
  margin-bottom: 1.75rem !important;
}

.uUBpl7 {
  margin-bottom: 2rem !important;
}

.EB0UBPFpmZT {
  margin-bottom: 3rem !important;
}

.EN8g4s3Qr {
  margin-bottom: 3.5rem !important;
}

.obGqISCK {
  margin-bottom: 4rem !important;
}

.ux3z3yhLcpY {
  margin-bottom: 5rem !important;
}

.WLsnxC {
  margin-bottom: 6rem !important;
}

.MTA35xg6bSR {
  margin-bottom: auto !important;
}

.E41sHb {
  margin-left: 0 !important;
}

.Ei7zzwkfKk {
  margin-left: .25rem !important;
}

.hGhxs8Ogyo {
  margin-left: .5rem !important;
}

.zEWokLxJYcp {
  margin-left: .75rem !important;
}

.PbHjUoyWVHl {
  margin-left: 1rem !important;
}

.obfSGMvTydH {
  margin-left: 1.25rem !important;
}

.Qc4WCc2oE {
  margin-left: 1.5rem !important;
}

.APd1BPlHwKz {
  margin-left: 1.75rem !important;
}

.M0KqyP {
  margin-left: 2rem !important;
}

.qo52JXnyS {
  margin-left: 3rem !important;
}

.v1zQj12bb {
  margin-left: 3.5rem !important;
}

.GjFwsWF8Te {
  margin-left: 4rem !important;
}

.KTbSYN {
  margin-left: 5rem !important;
}

.GCreta8pK {
  margin-left: 6rem !important;
}

.YvP9fq1D4 {
  margin-left: auto !important;
}

.jji2USvl {
  margin: -0.25rem !important;
}

.XEZ8a0hIPjg {
  margin: -0.5rem !important;
}

.lc3xadiK {
  margin: -0.75rem !important;
}

.eeG0EtCpHc {
  margin: -1rem !important;
}

.dJk32SzS8j {
  margin: -1.25rem !important;
}

.PF4ht35 {
  margin: -1.5rem !important;
}

.ihDPHIMOr {
  margin: -1.75rem !important;
}

.bHvkB8C3 {
  margin: -2rem !important;
}

.Btp3hN {
  margin: -3rem !important;
}

.VSLcJ7i {
  margin: -3.5rem !important;
}

.yN0X5F7o {
  margin: -4rem !important;
}

.WAwDS2 {
  margin: -5rem !important;
}

.zhMYpw5VCRI {
  margin: -6rem !important;
}

.m1Re2aCP {
  margin-right: -0.25rem !important;
  margin-left: -0.25rem !important;
}

.MiG3DiNPNFf {
  margin-right: -0.5rem !important;
  margin-left: -0.5rem !important;
}

.IqdN7qy {
  margin-right: -0.75rem !important;
  margin-left: -0.75rem !important;
}

.BS12BGPrZR {
  margin-right: -1rem !important;
  margin-left: -1rem !important;
}

.Z0dNv8e {
  margin-right: -1.25rem !important;
  margin-left: -1.25rem !important;
}

.pLjcThL {
  margin-right: -1.5rem !important;
  margin-left: -1.5rem !important;
}

.IjyzZ00u {
  margin-right: -1.75rem !important;
  margin-left: -1.75rem !important;
}

.oCK2vgGq {
  margin-right: -2rem !important;
  margin-left: -2rem !important;
}

.GTEwfE7c {
  margin-right: -3rem !important;
  margin-left: -3rem !important;
}

.eJzSAB {
  margin-right: -3.5rem !important;
  margin-left: -3.5rem !important;
}

.LOSWuq {
  margin-right: -4rem !important;
  margin-left: -4rem !important;
}

.oKRPQDksx {
  margin-right: -5rem !important;
  margin-left: -5rem !important;
}

.QIJElWXAA {
  margin-right: -6rem !important;
  margin-left: -6rem !important;
}

.fPiivbBmO {
  margin-top: -0.25rem !important;
  margin-bottom: -0.25rem !important;
}

.mUtQD1 {
  margin-top: -0.5rem !important;
  margin-bottom: -0.5rem !important;
}

.JpKlsRjYBBm {
  margin-top: -0.75rem !important;
  margin-bottom: -0.75rem !important;
}

.kiXvZhfBOz8 {
  margin-top: -1rem !important;
  margin-bottom: -1rem !important;
}

.fdjyus {
  margin-top: -1.25rem !important;
  margin-bottom: -1.25rem !important;
}

.tLvgTM99Nh {
  margin-top: -1.5rem !important;
  margin-bottom: -1.5rem !important;
}

.prgOgfpk {
  margin-top: -1.75rem !important;
  margin-bottom: -1.75rem !important;
}

.p6Klj4P4 {
  margin-top: -2rem !important;
  margin-bottom: -2rem !important;
}

.PweCd6w {
  margin-top: -3rem !important;
  margin-bottom: -3rem !important;
}

.ihnjcfjI0 {
  margin-top: -3.5rem !important;
  margin-bottom: -3.5rem !important;
}

.Zkxz5u {
  margin-top: -4rem !important;
  margin-bottom: -4rem !important;
}

.iwk82h {
  margin-top: -5rem !important;
  margin-bottom: -5rem !important;
}

.VqQOeppAk5 {
  margin-top: -6rem !important;
  margin-bottom: -6rem !important;
}

.E4VLltDzwq3 {
  margin-top: -0.25rem !important;
}

.dRlaMbsKsqX {
  margin-top: -0.5rem !important;
}

.l1any2NQ {
  margin-top: -0.75rem !important;
}

.vD8NIYi8Q {
  margin-top: -1rem !important;
}

.NwaqlgvuE {
  margin-top: -1.25rem !important;
}

.nM7ig7bk {
  margin-top: -1.5rem !important;
}

.gjj7mZ {
  margin-top: -1.75rem !important;
}

.qCwh57H {
  margin-top: -2rem !important;
}

.LJYwvQ {
  margin-top: -3rem !important;
}

.OTuIJjW5ul8 {
  margin-top: -3.5rem !important;
}

.Ey6D8EJr {
  margin-top: -4rem !important;
}

.jnp8iO {
  margin-top: -5rem !important;
}

.UsauS5o {
  margin-top: -6rem !important;
}

.uFQpBngKz {
  margin-right: -0.25rem !important;
}

.XFLEb8gLHd {
  margin-right: -0.5rem !important;
}

.Rvlq4Cpss {
  margin-right: -0.75rem !important;
}

.rpG7QoOuhBC {
  margin-right: -1rem !important;
}

.hi0L6khF {
  margin-right: -1.25rem !important;
}

.Kdks5MQ6zK {
  margin-right: -1.5rem !important;
}

.L87XE5wu {
  margin-right: -1.75rem !important;
}

.GolIyx {
  margin-right: -2rem !important;
}

.QcGffOdi {
  margin-right: -3rem !important;
}

.XPs6nDbA {
  margin-right: -3.5rem !important;
}

.PrtxWt49wmp {
  margin-right: -4rem !important;
}

.awUmoddc63 {
  margin-right: -5rem !important;
}

.Jc3z0Rw2k2 {
  margin-right: -6rem !important;
}

.zXnBGR27i {
  margin-bottom: -0.25rem !important;
}

.XOaaELZtWj {
  margin-bottom: -0.5rem !important;
}

.T2NhHUe57 {
  margin-bottom: -0.75rem !important;
}

.nBgmjVlSdxx {
  margin-bottom: -1rem !important;
}

.u3vYjQH {
  margin-bottom: -1.25rem !important;
}

.scmyVV {
  margin-bottom: -1.5rem !important;
}

.OxU7qsjQb {
  margin-bottom: -1.75rem !important;
}

.U3oDsCO08p5 {
  margin-bottom: -2rem !important;
}

.LZDH7Zw {
  margin-bottom: -3rem !important;
}

.XsiUD6z0a {
  margin-bottom: -3.5rem !important;
}

.ClaQjH {
  margin-bottom: -4rem !important;
}

.dz525OMlXlJ {
  margin-bottom: -5rem !important;
}

.zVvtLYZY1x {
  margin-bottom: -6rem !important;
}

.JHUF3Fx5csF {
  margin-left: -0.25rem !important;
}

.AZzBuiK3q {
  margin-left: -0.5rem !important;
}

.Fw6gX2Xt29 {
  margin-left: -0.75rem !important;
}

.ovW5UoSUU {
  margin-left: -1rem !important;
}

.z5n2Yn3Xu {
  margin-left: -1.25rem !important;
}

.s5l694 {
  margin-left: -1.5rem !important;
}

.IiQfUmUgY {
  margin-left: -1.75rem !important;
}

.CcWCC7Lhq1T {
  margin-left: -2rem !important;
}

.z1ziw2BB {
  margin-left: -3rem !important;
}

.isxmNVW7p54 {
  margin-left: -3.5rem !important;
}

.hPS4G7AxB {
  margin-left: -4rem !important;
}

.d059dzRg {
  margin-left: -5rem !important;
}

.Aa8OMR {
  margin-left: -6rem !important;
}

.LeKlucr8LQ3 {
  padding: 0 !important;
}

.ThHEqayWwum {
  padding: .25rem !important;
}

.lTHK9jbrB {
  padding: .5rem !important;
}

.UTbuT0WlEY8 {
  padding: .75rem !important;
}

.F1l9e03Gd6e {
  padding: 1rem !important;
}

.bEsOnKa {
  padding: 1.25rem !important;
}

.jI4zjetZv {
  padding: 1.5rem !important;
}

.MMdadEk {
  padding: 1.75rem !important;
}

.LCMArd4 {
  padding: 2rem !important;
}

.zYxBtgG {
  padding: 3rem !important;
}

.JET9C5m {
  padding: 3.5rem !important;
}

.mmoq0mYqvkk {
  padding: 4rem !important;
}

.LjKWHBw8dS {
  padding: 5rem !important;
}

.hZ4M9A {
  padding: 6rem !important;
}

.pXZcJj {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.zuATAdgTlN {
  padding-right: .25rem !important;
  padding-left: .25rem !important;
}

.C6CewiKI {
  padding-right: .5rem !important;
  padding-left: .5rem !important;
}

.S7pop8eXeQ {
  padding-right: .75rem !important;
  padding-left: .75rem !important;
}

.HR2Ufnk501 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.bacZyHBhb {
  padding-right: 1.25rem !important;
  padding-left: 1.25rem !important;
}

.iBC3dBBLfj7 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.si4ocZFXe {
  padding-right: 1.75rem !important;
  padding-left: 1.75rem !important;
}

.lhu52Q {
  padding-right: 2rem !important;
  padding-left: 2rem !important;
}

.vatCfkjzagl {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.MNIEAGl4aC {
  padding-right: 3.5rem !important;
  padding-left: 3.5rem !important;
}

.Kbilk4lmwmv {
  padding-right: 4rem !important;
  padding-left: 4rem !important;
}

.yFA5ORdP {
  padding-right: 5rem !important;
  padding-left: 5rem !important;
}

.pQDkEokfU2X {
  padding-right: 6rem !important;
  padding-left: 6rem !important;
}

.U6TDoVYR4 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.twphUn {
  padding-top: .25rem !important;
  padding-bottom: .25rem !important;
}

.Off3fIB4A {
  padding-top: .5rem !important;
  padding-bottom: .5rem !important;
}

.Rgs0X4NaAc {
  padding-top: .75rem !important;
  padding-bottom: .75rem !important;
}

.boMvEc3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.wgrewLu3DaW {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}

.KF0aWR {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.Nn5iSIZ {
  padding-top: 1.75rem !important;
  padding-bottom: 1.75rem !important;
}

.mTu6siIc {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.lstkcZhNVVZ {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.fQJkN6 {
  padding-top: 3.5rem !important;
  padding-bottom: 3.5rem !important;
}

.TyGMSvbF6 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.iCdXE5g {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

.Mmr96CVeg {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}

.buVq7Fj2w {
  padding-top: 0 !important;
}

.QEqtaY {
  padding-top: .25rem !important;
}

.uoUZ8njld {
  padding-top: .5rem !important;
}

.j9rNEUx9 {
  padding-top: .75rem !important;
}

.vtOaTwKcX {
  padding-top: 1rem !important;
}

.KbZ96gieS8 {
  padding-top: 1.25rem !important;
}

.SqvCR3rK {
  padding-top: 1.5rem !important;
}

.KN9RJRGNl {
  padding-top: 1.75rem !important;
}

.FYbeEmKL {
  padding-top: 2rem !important;
}

.dO5VDYCE3aQ {
  padding-top: 3rem !important;
}

.z2D1aQwr {
  padding-top: 3.5rem !important;
}

.qQxa5gpq7 {
  padding-top: 4rem !important;
}

.VYNKqWw {
  padding-top: 5rem !important;
}

.CP9DLkAm0OZ {
  padding-top: 6rem !important;
}

.q0mLSf0mkTK {
  padding-right: 0 !important;
}

.xhlbGqBbo1 {
  padding-right: .25rem !important;
}

.F9oJPtJpI {
  padding-right: .5rem !important;
}

.xKslJpXf {
  padding-right: .75rem !important;
}

.OrkhQmZG {
  padding-right: 1rem !important;
}

.Ghi4DqgQ0H8 {
  padding-right: 1.25rem !important;
}

.CEciXBrTx5 {
  padding-right: 1.5rem !important;
}

.zyBJYuYr {
  padding-right: 1.75rem !important;
}

.LBNjKNrv {
  padding-right: 2rem !important;
}

.jYbEjF {
  padding-right: 3rem !important;
}

.CY2z4ugIC {
  padding-right: 3.5rem !important;
}

.gvV2aJR9Nqb {
  padding-right: 4rem !important;
}

.lcJP3dfGhvd {
  padding-right: 5rem !important;
}

.WbgBp8 {
  padding-right: 6rem !important;
}

.dRbFp2aBo2A {
  padding-bottom: 0 !important;
}

.kM2Mp9 {
  padding-bottom: .25rem !important;
}

.ACUacDe {
  padding-bottom: .5rem !important;
}

.udmaLPBxWs {
  padding-bottom: .75rem !important;
}

.dR4r60vWuqr {
  padding-bottom: 1rem !important;
}

.U7XL6V {
  padding-bottom: 1.25rem !important;
}

.xjdCrA {
  padding-bottom: 1.5rem !important;
}

.FRGNu7UXzS {
  padding-bottom: 1.75rem !important;
}

.RR0jv1 {
  padding-bottom: 2rem !important;
}

.yDi2NYy6 {
  padding-bottom: 3rem !important;
}

.Vw5aE2OMouE {
  padding-bottom: 3.5rem !important;
}

.wFnent {
  padding-bottom: 4rem !important;
}

.Pgggop4MDHa {
  padding-bottom: 5rem !important;
}

.Lw2R65COh6 {
  padding-bottom: 6rem !important;
}

.mRXPEZqae7R {
  padding-left: 0 !important;
}

.Zek8FqqUx7 {
  padding-left: .25rem !important;
}

.qlZc87Gs {
  padding-left: .5rem !important;
}

.hV6sNV1 {
  padding-left: .75rem !important;
}

.Q2QJToa49L {
  padding-left: 1rem !important;
}

.Pbz4NCU {
  padding-left: 1.25rem !important;
}

.GLIZjGK {
  padding-left: 1.5rem !important;
}

.rM1KQyjaeZ {
  padding-left: 1.75rem !important;
}

.V73u8FB0CXe {
  padding-left: 2rem !important;
}

.OfaBXri4l {
  padding-left: 3rem !important;
}

.j9Y8gYrWuMS {
  padding-left: 3.5rem !important;
}

.aiLtKc {
  padding-left: 4rem !important;
}

.pyOQL13bT {
  padding-left: 5rem !important;
}

.wpyCDqFa {
  padding-left: 6rem !important;
}

.jyWjVBjcR {
  gap: 0 !important;
}

.pRO6gi {
  gap: .25rem !important;
}

.U1gZMO1C {
  gap: .5rem !important;
}

.VAyDQTH0W {
  gap: .75rem !important;
}

.JB5r9J1 {
  gap: 1rem !important;
}

.yDuwVkfD {
  gap: 1.25rem !important;
}

.FkubcscHkd {
  gap: 1.5rem !important;
}

.Yb5zC73cn4 {
  gap: 1.75rem !important;
}

.nBxyWY {
  gap: 2rem !important;
}

.t4jT8AKlX {
  gap: 3rem !important;
}

.seLVPWyDT {
  gap: 3.5rem !important;
}

.ERoyDkco76 {
  gap: 4rem !important;
}

.uXaEMKDVi {
  gap: 5rem !important;
}

.RJMDegtdII1 {
  gap: 6rem !important;
}

.v0bQc7X4 {
  row-gap: 0 !important;
}

.X7Itc5d1 {
  row-gap: .25rem !important;
}

.dPn7xeFz {
  row-gap: .5rem !important;
}

.Kwm6tfreLZ {
  row-gap: .75rem !important;
}

.EdkcahrF {
  row-gap: 1rem !important;
}

.eTfVjh5bJs {
  row-gap: 1.25rem !important;
}

.jKpfwB2 {
  row-gap: 1.5rem !important;
}

.kDOW4nDpDr {
  row-gap: 1.75rem !important;
}

.ArmQO2azl {
  row-gap: 2rem !important;
}

.yZbWXRAs {
  row-gap: 3rem !important;
}

.llobeEZokl {
  row-gap: 3.5rem !important;
}

.sbyLAT {
  row-gap: 4rem !important;
}

.EOx5p7j {
  row-gap: 5rem !important;
}

.EHjabRj {
  row-gap: 6rem !important;
}

.aKFdU28 {
  column-gap: 0 !important;
}

.eOQJvpB {
  column-gap: .25rem !important;
}

.lVS1BZmcS {
  column-gap: .5rem !important;
}

.THtug3sx {
  column-gap: .75rem !important;
}

.Am4v6F {
  column-gap: 1rem !important;
}

.iQCowQmWV {
  column-gap: 1.25rem !important;
}

.KWWWEG5nfM {
  column-gap: 1.5rem !important;
}

.zjJ7C3 {
  column-gap: 1.75rem !important;
}

.fRjebHNkStL {
  column-gap: 2rem !important;
}

.EF1kaQ2 {
  column-gap: 3rem !important;
}

.baAwKp {
  column-gap: 3.5rem !important;
}

.cQdVECENm {
  column-gap: 4rem !important;
}

.oY24SnV9 {
  column-gap: 5rem !important;
}

.aaz690LtU {
  column-gap: 6rem !important;
}

.OpyqdUb {
  font-family: var(--bs-font-monospace) !important;
}

.K3XZJET {
  font-size: calc(1.36875rem + 1.425vw) !important;
}

.V7Ycl9 {
  font-size: calc(1.32rem + 0.84vw) !important;
}

.s63Nsnt0o {
  font-size: calc(1.295625rem + 0.5475vw) !important;
}

.Uzx1q4n0at {
  font-size: calc(1.27125rem + 0.255vw) !important;
}

.wkoTKu {
  font-size: 1.21875rem !important;
}

.iO8hAqudQ {
  font-size: 0.975rem !important;
}

.sk3z7xdKs3P {
  font-style: italic !important;
}

.Oul0vVizvm7 {
  font-style: normal !important;
}

.DERYap9RH1 {
  font-weight: lighter !important;
}

.YqC2v8LgMk5 {
  font-weight: 300 !important;
}

.xlKrFKgV {
  font-weight: 400 !important;
}

.AZa4TGkgs {
  font-weight: 500 !important;
}

.qPt8cj8Q {
  font-weight: 600 !important;
}

.juVRwNkEGW {
  font-weight: 700 !important;
}

.StkJplkOKGO {
  font-weight: bolder !important;
}

.OSertM {
  line-height: 1 !important;
}

.NWaRgb {
  line-height: 1.25 !important;
}

.Rjqhi3oDRoX {
  line-height: 1.5 !important;
}

.JJQcUR {
  line-height: 2 !important;
}

.HxiHN8U3M {
  text-align: left !important;
}

.EHOIOZ {
  text-align: right !important;
}

.Ohe0UKNJfs {
  text-align: center !important;
}

.EQNQwS {
  text-decoration: none !important;
}

.NO3MU3v5Ti0 {
  text-decoration: underline !important;
}

.GvHiIhvZz0 {
  text-decoration: line-through !important;
}

.izYmB8 {
  text-transform: lowercase !important;
}

.kRuw2iqCMio {
  text-transform: uppercase !important;
}

.xlJD1SdJa {
  text-transform: capitalize !important;
}

.j6MGCkaURRO {
  white-space: normal !important;
}

.M8wtC1 {
  white-space: nowrap !important;
}

.tFClyiAT9is {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

.ofqo0rj {
  --bs-text-opacity: 1;
  color: var(--kp-primary) !important;
}

.c2W0RfDc {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}

.S5fPfjXky {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}

.n7gHmVlFlq5 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}

.P6mJfZeZ {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}

.SsFriOZghc {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}

.V5WMv16kC {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}

.zVaJwKwQ {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}

.l18LTc {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}

.OOL6Ti {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.wVphkSM {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}

.He89Z5jNc {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}

.k3FtUkao {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, .5) !important;
}

.L3pjOUP {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, .5) !important;
}

.k3T7U6U {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}

.VDauu3M {
  --bs-text-opacity: 1;
  color: var(--bs-tertiary-color) !important;
}

.yiH6y1B {
  --bs-text-opacity: 1;
  color: var(--bs-emphasis-color) !important;
}

.UcN9Lc {
  --bs-text-opacity: 1;
  color: inherit !important;
}

.gLB0tuOZxJ {
  --bs-text-opacity: 0.25;
}

.qlwRzuPgbt {
  --bs-text-opacity: 0.5;
}

.Fd9coFgjvFv {
  --bs-text-opacity: 0.75;
}

.zRuYyU {
  --bs-text-opacity: 1;
}

.QggOf8ps {
  color: var(--bs-primary-text-emphasis) !important;
}

.b6gPkdDx22 {
  color: var(--bs-secondary-text-emphasis) !important;
}

.jyRK2wQUqob {
  color: var(--bs-success-text-emphasis) !important;
}

.WEFc8xgq {
  color: var(--bs-info-text-emphasis) !important;
}

.Hp7pid2XAnI {
  color: var(--bs-warning-text-emphasis) !important;
}

.CtfPMIp {
  color: var(--bs-danger-text-emphasis) !important;
}

.NNfWe4z {
  color: var(--bs-light-text-emphasis) !important;
}

.eCn1G3Qtd {
  color: var(--bs-dark-text-emphasis) !important;
}

.nByBza2z2j {
  --bs-link-opacity: 0.1;
}

.L9H7wNW:hover {
  --bs-link-opacity: 0.1;
}

.b7Zx6HE4hra {
  --bs-link-opacity: 0.25;
}

.Rno5981:hover {
  --bs-link-opacity: 0.25;
}

.sDHnxAwo3 {
  --bs-link-opacity: 0.5;
}

.HNlTFVJ:hover {
  --bs-link-opacity: 0.5;
}

.vvjjSzZaIV {
  --bs-link-opacity: 0.75;
}

.fFHC3Noz1V0:hover {
  --bs-link-opacity: 0.75;
}

.QqXSdU {
  --bs-link-opacity: 1;
}

.QqcMoQ8:hover {
  --bs-link-opacity: 1;
}

.lXk2exg24Vb {
  text-underline-offset: .125em !important;
}

.fMvCM9:hover {
  text-underline-offset: .125em !important;
}

.lUx8n1H3o {
  text-underline-offset: .25em !important;
}

.zpFtmEFJf6h:hover {
  text-underline-offset: .25em !important;
}

.mHHlULE {
  text-underline-offset: .375em !important;
}

.tQ3IfrGTSvK:hover {
  text-underline-offset: .375em !important;
}

.nqfNeW6q2D {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
}

.VfysK1 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important;
}

.oB5fUtni {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important;
}

.pVXNlz {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important;
}

.y3A2xFHJ {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important;
}

.OVtMjv {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important;
}

.p2lpdf {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important;
}

.JOTmu4 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important;
}

.peK6esWz {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.sbCWBcdn6c {
  --bs-link-underline-opacity: 0;
}

.jsGQBHU4s:hover {
  --bs-link-underline-opacity: 0;
}

.VmrmrpGpz {
  --bs-link-underline-opacity: 0.1;
}

.kQsNLe:hover {
  --bs-link-underline-opacity: 0.1;
}

.zginr8L {
  --bs-link-underline-opacity: 0.25;
}

.X7jjbSV1b:hover {
  --bs-link-underline-opacity: 0.25;
}

.gCBvDZi {
  --bs-link-underline-opacity: 0.5;
}

.XahsAIK22cE:hover {
  --bs-link-underline-opacity: 0.5;
}

.jZn3fHCs {
  --bs-link-underline-opacity: 0.75;
}

.C521km06sde:hover {
  --bs-link-underline-opacity: 0.75;
}

.sobjrh7B {
  --bs-link-underline-opacity: 1;
}

.dHYWTZAqnH:hover {
  --bs-link-underline-opacity: 1;
}

.YZq1s2XI0fi {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}

.ReqEN7WgrWA {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}

.F4b1hHg {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}

.Hnh4B1OZ {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}

.agN2mJSp {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}

.GcbrZW {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}

.rNWhXu81iS1 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

.ca0sFR98y {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}

.g70N48Tv {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}

.JFr0nqKC {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

.zeej8P {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}

.k82jXe4ly {
  --bs-bg-opacity: 1;
  background-color: rgba(0, 0, 0, 0) !important;
}

.HCYATFTC1Ch {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important;
}

.x4saywu {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important;
}

.ElT6lTfx0 {
  --bs-bg-opacity: 0.1;
}

.S9sPxH {
  --bs-bg-opacity: 0.25;
}

.Z01Plnve {
  --bs-bg-opacity: 0.5;
}

.fG7Ynb {
  --bs-bg-opacity: 0.75;
}

.Ukwd7np4b {
  --bs-bg-opacity: 1;
}

.R4hAp3ajvhD {
  background-color: var(--bs-primary-bg-subtle) !important;
}

.u7WlF0FV1 {
  background-color: var(--bs-secondary-bg-subtle) !important;
}

.MW66Yr {
  background-color: var(--bs-success-bg-subtle) !important;
}

.dLR7ZK {
  background-color: var(--bs-info-bg-subtle) !important;
}

.fwWENrlL {
  background-color: var(--bs-warning-bg-subtle) !important;
}

.tdoIuj {
  background-color: var(--bs-danger-bg-subtle) !important;
}

.VmwZk0m {
  background-color: var(--bs-light-bg-subtle) !important;
}

.tFJIdp {
  background-color: var(--bs-dark-bg-subtle) !important;
}

.Vp9atN6b {
  background-image: var(--bs-gradient) !important;
}

.rgtLYgw {
  user-select: all !important;
}

.Bbf07C0PwfM {
  user-select: auto !important;
}

.hw7gcxuKu {
  user-select: none !important;
}

.FLzXuXf1 {
  pointer-events: none !important;
}

.cSeRRgF {
  pointer-events: auto !important;
}

.EUU92tGM {
  border-radius: var(--bs-border-radius) !important;
}

.E4AJ5n9N {
  border-radius: 0 !important;
}

.YQmXPXgCbhg {
  border-radius: var(--bs-border-radius-sm) !important;
}

.ZkYZC5 {
  border-radius: var(--bs-border-radius) !important;
}

.AT1VxMj1 {
  border-radius: var(--bs-border-radius-lg) !important;
}

.kXlID2 {
  border-radius: var(--bs-border-radius-xl) !important;
}

.H4sUnVzqddC {
  border-radius: var(--bs-border-radius-xxl) !important;
}

.dTgNrbMhgj {
  border-radius: 50% !important;
}

.AXRNzid {
  border-radius: var(--bs-border-radius-pill) !important;
}

.XvkPsP {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

.PEkcI7 {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.m0gBgCAF0D {
  border-top-left-radius: var(--bs-border-radius-sm) !important;
  border-top-right-radius: var(--bs-border-radius-sm) !important;
}

.Ue2Dr3Rjdxt {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

.ML1wXSNAm3 {
  border-top-left-radius: var(--bs-border-radius-lg) !important;
  border-top-right-radius: var(--bs-border-radius-lg) !important;
}

.JOYJ13r10zv {
  border-top-left-radius: var(--bs-border-radius-xl) !important;
  border-top-right-radius: var(--bs-border-radius-xl) !important;
}

.TJgpn3OLH4X {
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
}

.NuQidC1yA {
  border-top-left-radius: 50% !important;
  border-top-right-radius: 50% !important;
}

.a5gSIwaOWW {
  border-top-left-radius: var(--bs-border-radius-pill) !important;
  border-top-right-radius: var(--bs-border-radius-pill) !important;
}

.SVtaUMQFz {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

.ZdRTgyxg {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.T2gzoEPaGR {
  border-top-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
}

.x1vZUsw1n {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

.Yz3zlefvUxV {
  border-top-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
}

.LtfMEQ {
  border-top-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
}

.XKD1hfstYGb {
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
}

.ha5OJcm {
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
}

.jraCw8 {
  border-top-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
}

.OnxKgnzK {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

.XGzsqj {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.jKcW5fE {
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
}

.YO9UzuRYfEZ {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

.yD9bQTTUz {
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
}

.CFOzTKP {
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
}

.dRNQ8eIAU3i {
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
}

.wYR1DsSlPn {
  border-bottom-right-radius: 50% !important;
  border-bottom-left-radius: 50% !important;
}

.PG9THu49cO {
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
}

.kfkZSDot5 {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

.kjp0xoYgMZc {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}

.VJ78UHHLyP {
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
  border-top-left-radius: var(--bs-border-radius-sm) !important;
}

.dKUHKTT7 {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

.G4puhcyt {
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
  border-top-left-radius: var(--bs-border-radius-lg) !important;
}

.fbYVCi8YpHk {
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
  border-top-left-radius: var(--bs-border-radius-xl) !important;
}

.ayC94r2Zu {
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
}

.iacasWJxNsr {
  border-bottom-left-radius: 50% !important;
  border-top-left-radius: 50% !important;
}

.oonJ8dlG {
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
  border-top-left-radius: var(--bs-border-radius-pill) !important;
}

.visible {
  visibility: visible !important;
}

.sgsZaMQjo {
  visibility: hidden !important;
}

.wTLaN4 {
  z-index: -1 !important;
}

.mkLQJsbe {
  z-index: 0 !important;
}

.KzBNjPX9mNn {
  z-index: 1 !important;
}

.Zu4pUGzt {
  z-index: 2 !important;
}

.Q0wAcPVT {
  z-index: 3 !important;
}

.ZAkFowCG {
  font-size: 0.78rem !important;
}

.nav-link.active {
  color: #4be3c2 !important;
}

.Of9MQeovX7v {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background: linear-gradient(180deg, #050816 0%, #070b1a 55%, #050816 100%);
}

.Of9MQeovX7v>main {
  flex: 1;
}

.bDRWPZ8 {
  max-width: 42rem;
}

.bDRWPZ8 .hreQM6K2 {
  color: rgba(255, 255, 255, .78);
  line-height: 1.65;
}

.bDRWPZ8 ul {
  padding-left: 1.25rem;
}

.bDRWPZ8 ul li {
  margin-bottom: .5rem;
  color: rgba(255, 255, 255, .78);
  line-height: 1.6;
}

body.kp-agegate-open {
  overflow: hidden;
}

.kp-agegate[hidden] {
  display: none !important;
}

.kp-agegate {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  place-items: center;
  padding: 1rem;
  align-items: center;
  justify-content: center;
}

.yfeynDr7k8 {
  position: absolute;
  inset: 0;
  background: rgba(5,10,20,0.97);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(6px);
}

.ldyS5jp {
  position: relative;
  width: 100%;
  background: linear-gradient(145deg, var(--kp-surface) 0%, var(--kp-surface-2) 100%);
  border: 1px solid var(--kp-border);
  box-shadow: 0 32px 80px rgba(0,0,0,0.65), 0 0 60px rgba(75,227,194,0.07);
  z-index: 1;
  max-width: 460px;
  animation: agegate-in 0.45s var(--ease) both;
}

.Ld4WZb {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  display: flex;
  place-items: center;
  font-weight: 800;
  letter-spacing: .02em;
  background: linear-gradient(135deg, rgba(75,227,194,0.11), rgba(123,111,232,0.11));
  border: 2px solid rgba(75,227,194,0.22);
  color: var(--kp-primary);
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-size: 1.45rem;
}

.GYClyFvJ {
  background: rgba(8,14,26,0.82) !important;
  backdrop-filter: blur(20px) saturate(160%);
  -webkit-backdrop-filter: blur(20px) saturate(160%);
  border-bottom: 1px solid var(--kp-border) !important;
  transition: background var(--t-med) ease;
}

.GYClyFvJ .QixfjOLkA,
.GYClyFvJ .nav-link,
.GYClyFvJ .bjMm4cWD13 {
  color: rgba(255, 255, 255, .9);
}

.GYClyFvJ .nav-link {
  opacity: .85;
}

.GYClyFvJ .nav-link:hover {
  opacity: 1;
  color: rgba(255, 255, 255, .98);
}

.GYClyFvJ .nav-link.active {
  color: #4be3c2 !important;
  opacity: 1;
}

.GYClyFvJ .bjMm4cWD13 {
  border: 1px solid rgba(255, 255, 255, .18);
}

.RCke2G {
  color: rgba(255, 255, 255, .92);
  background: radial-gradient(ellipse 80% 55% at 65% -5%, rgba(75,227,194,0.07) 0%, transparent 60%),
    radial-gradient(ellipse 55% 50% at -5% 85%, rgba(123,111,232,0.09) 0%, transparent 55%),
    radial-gradient(ellipse 40% 40% at 95% 95%, rgba(58,143,212,0.06) 0%, transparent 50%);
  overflow: hidden;
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding-top: 90px;
  padding-bottom: 4rem;
}

.RCke2G::before,
.RCke2G::after {
  content: "";
  position: absolute;
  inset: -40%;
  pointer-events: none;
}

.RCke2G::before {
  background: radial-gradient(circle at 25% 55%, rgba(255, 255, 255, 0.1), transparent 45%), radial-gradient(circle at 70% 35%, rgba(75, 227, 194, 0.16), transparent 52%), radial-gradient(circle at 65% 70%, rgba(124, 92, 255, 0.1), transparent 55%);
  filter: blur(24px);
}

.RCke2G::after {
  background-image: radial-gradient(rgba(255, 255, 255, 0.1) 1px, transparent 1px);
  background-size: 24px 24px;
  opacity: .1;
  transform: rotate(10deg);
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100px;
  background: linear-gradient(0deg, var(--kp-bg) 0%, transparent 100%);
  pointer-events: none;
}

.T1RKssEb5 {
  background: linear-gradient(135deg, rgba(75,227,194,0.1), rgba(123,111,232,0.1));
  border: 1px solid rgba(75,227,194,0.22);
  color: var(--kp-primary) !important;
  font-family: var(--font-body);
  font-size: 0.78rem;
  font-weight: 500;
}

.yMCEbAZhC {
  letter-spacing: -0.025em;
  text-wrap: balance;
  color: #fff;
  text-shadow: 0 2px 20px rgba(0, 0, 0, .55), 0 1px 3px rgba(0, 0, 0, .9);
  font-size: clamp(2rem, 4.5vw, 3.4rem);
  line-height: 1.15;
}

.yMCEbAZhC .p5Ixsd {
  background: linear-gradient(100deg, #5eead4 0%, #c4b5fd 40%, #bef264 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: rgba(0, 0, 0, 0);
  filter: drop-shadow(0 2px 12px rgba(0, 0, 0, 0.5));
}

@supports not (background-clip: text){

    .yMCEbAZhC .p5Ixsd {
        color: #7fffd4;
        background: none
    }

}

.sOJrcTKED {
  color: var(--kp-text-muted);
  font-size: clamp(0.97rem, 1.5vw, 1.1rem);
  line-height: 1.75;
}

.yR1ltP {
  color: rgba(255,255,255,0.65);
  font-size: 0.88rem;
}

.ldY2xUYTI {
  background: linear-gradient(140deg, var(--kp-surface) 0%, var(--kp-surface-2) 100%);
  border: 1px solid var(--kp-border);
  box-shadow: var(--shadow-card), 0 0 60px rgba(75,227,194,0.06);
}

.ldY2xUYTI .ZDHBmwhOo {
  position: absolute;
  border-radius: 9999px;
  filter: blur(20px);
  opacity: .9;
}

.ldY2xUYTI .pJIQx43u {
  width: 240px;
  height: 240px;
  left: -40px;
  top: 20%;
  background: rgba(75, 227, 194, .35);
}

.ldY2xUYTI .ohBdF7px {
  width: 220px;
  height: 220px;
  right: -60px;
  top: 10%;
  background: rgba(124, 92, 255, .28);
}

.ldY2xUYTI .auieBe5 {
  width: 180px;
  height: 180px;
  right: 10%;
  bottom: -40px;
  background: rgba(255, 255, 255, .12);
}

.DA2erLybQnm {
  background: rgba(255,255,255,0.06) !important;
  border: 1px solid var(--kp-border) !important;
  color: rgba(255,255,255,0.6) !important;
  font-family: var(--font-body);
  font-size: 0.75rem;
  font-weight: 500;
}

.rvytj07t {
  color: rgba(255, 255, 255, .92);
  background: radial-gradient(ellipse 50% 55% at 50% 0%, rgba(123,111,232,0.05) 0%, transparent 60%);
}

.rvytj07t::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
  background-size: 42px 42px;
  opacity: .08;
  mask-image: radial-gradient(circle at 50% 20%, rgb(0, 0, 0) 0%, transparent 70%);
}

.nQ57tjDq {
  max-width: 520px;
  padding: 0.7rem 1.4rem;
  border-radius: var(--r-xl);
  background: rgba(75,227,194,0.05);
  border: 1px solid rgba(75,227,194,0.13);
  box-shadow: 0 20px 60px rgba(0, 0, 0, .35);
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 0.2rem;
  font-size: 0.82rem;
  color: rgba(75,227,194,0.9);
}

.MBzy2z {
  font-size: 0.76rem;
  color: rgba(255,255,255,0.45);
}

.K8sOXxcdMt {
  letter-spacing: -0.02em;
  color: #fff;
  font-size: clamp(1.7rem, 3vw, 2.3rem);
  text-shadow: 0 2px 24px rgba(0, 0, 0, .6), 0 1px 4px rgba(0, 0, 0, .85);
}

.SmUToPaz {
  color: var(--kp-text-muted);
}

.kp-filter {
  border-radius: 99px !important;
  padding: 0.45rem 1.1rem;
  background: rgba(255,255,255,0.05);
  border: 1px solid var(--kp-border) !important;
  color: var(--kp-text-muted) !important;
  font-size: 0.82rem;
  font-weight: 500;
  transition: all var(--t-med) var(--ease);
}

.kp-filter:hover {
  background: rgba(255, 255, 255, .09);
  color: rgba(255, 255, 255, .95);
}

.kp-filter.is-active {
  background: rgba(75, 227, 194, .18);
  border-color: rgba(75, 227, 194, .45);
  color: rgba(255, 255, 255, .95);
}

.T39DbP {
  background: var(--kp-surface) !important;
  border: 1px solid var(--kp-border) !important;
  box-shadow: var(--shadow-card);
  transition: transform var(--t-med) var(--ease),
              box-shadow var(--t-med) var(--ease),
              border-color var(--t-med) ease;
}

.PReRHZx95m {
  height: 200px;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(75, 227, 194, 0.22), rgba(124, 92, 255, 0.16));
}

.PReRHZx95m img {
  object-fit: cover;
  display: block;
  width: 100%;
  height: 100%;
  transition: transform 0.65s var(--ease);
}

.NvckI9FWgf {
  background: rgba(75,227,194,0.08) !important;
  border: 1px solid rgba(75,227,194,0.15) !important;
  color: rgba(75,227,194,0.85) !important;
  font-weight: 500;
  font-family: var(--font-body);
  font-size: 0.72rem;
}

.rj8NwMKrbEj {
  box-shadow: 0 16px 50px rgba(0, 0, 0, .35);
  font-size: 0.83rem !important;
  padding: 0.55rem 1rem !important;
}

.Kjxdf6MY .EIWKswZl {
  background: rgba(8, 12, 30, .92);
  border: 1px solid rgba(255, 255, 255, .12);
  box-shadow: 0 40px 120px rgba(0, 0, 0, .65);
}

.Kjxdf6MY .AeLxle {
  border-bottom: 1px solid var(--kp-border) !important;
}

.Kjxdf6MY .OB6EDdZIMk {
  filter: invert(1) grayscale(1);
  opacity: .8;
}

.KqI5vf {
  width: 100%;
  height: 72vh;
  border: none;
  border-radius: var(--r-md);
  background: var(--kp-bg);
  min-height: 380px;
  display: block;
}

.iJQdp9 {
  color: rgba(255, 255, 255, .92);
  background: radial-gradient(ellipse 55% 50% at 0% 50%, rgba(75,227,194,0.04) 0%, transparent 55%);
  overflow: hidden;
}

.beKIpLcwhN {
  height: 460px;
  background: rgba(255, 255, 255, .06);
  border: 1px solid var(--kp-border);
  box-shadow: var(--shadow-card);
  position: relative;
  overflow: hidden;
}

.GmNTS8NziW {
  object-fit: cover;
  display: block;
  filter: saturate(0.8) brightness(0.82);
  transform: scale(1.02);
  width: 100%;
  height: 100%;
  transition: filter 0.6s ease;
}

.FqLeLs {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1.5rem;
  border-radius: 1.25rem;
  background: linear-gradient(0deg, rgba(8,14,26,0.92) 0%, transparent 100%);
  border: 1px solid rgba(255, 255, 255, .12);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.TpTK1y8Pbj {
  background: var(--kp-surface);
  border: 1px solid var(--kp-border);
  box-shadow: var(--shadow-card);
}

.dLMxydNBH {
  color: #fff;
  font-size: 1rem;
}

.pP0rl6BDcX {
  color: var(--kp-text-muted);
  font-size: 0.9rem;
  line-height: 1.75;
}

.gV8aD2K {
  height: 1px;
  margin: 1.25rem 0;
  background: var(--kp-border);
}

.nOGJgY {
  background: linear-gradient(135deg, var(--kp-surface-2) 0%, var(--kp-surface-3) 100%);
  border: 1px solid var(--kp-border);
  transition: border-color var(--t-med) ease, transform var(--t-med) var(--ease);
}

.qrtOSYpOJ {
  color: rgba(255, 255, 255, .92);
  background: radial-gradient(ellipse 70% 50% at 50% 100%, rgba(123,111,232,0.06) 0%, transparent 60%);
}

.hOgacWb9D3X {
  background: var(--kp-surface) !important;
  border: 1px solid var(--kp-border) !important;
  box-shadow: var(--shadow-card);
  position: relative;
  overflow: hidden;
  transition: transform var(--t-med) var(--ease), border-color var(--t-med) ease;
}

.hOgacWb9D3X::after {
  content: "";
  position: absolute;
  inset: -40%;
  background: radial-gradient(circle at 40% 30%, rgba(75, 227, 194, 0.16), transparent 55%), radial-gradient(circle at 70% 70%, rgba(124, 92, 255, 0.1), transparent 60%);
  filter: blur(18px);
  opacity: .9;
  pointer-events: none;
}

.hOgacWb9D3X>* {
  position: relative;
  z-index: 1;
}

.uOEIKfVIv {
  position: absolute;
  top: 1rem;
  left: 1rem;
  width: 28px;
  height: 28px;
  border-radius: 9999px;
  display: grid;
  place-items: center;
  font-weight: 800;
  font-size: 3.5rem;
  background: rgba(75, 227, 194, .18);
  border: 1px solid rgba(75, 227, 194, .45);
  color: rgba(255,255,255,0.035);
  right: 1.25rem;
  font-family: var(--font-display);
  line-height: 1;
  pointer-events: none;
  user-select: none;
}

.ebYxDGjJs {
  width: 52px;
  height: 52px;
  border-radius: var(--r-md);
  display: flex;
  place-items: center;
  background: var(--kp-primary-glow);
  border: 1px solid rgba(75,227,194,0.18);
  color: var(--kp-primary);
  align-items: center;
  justify-content: center;
  transition: background var(--t-med) ease, box-shadow var(--t-med) ease;
}

.xatErRNdM {
  color: rgba(255, 255, 255, .92);
  background: radial-gradient(ellipse 50% 40% at 85% 20%, rgba(58,143,212,0.05) 0%, transparent 50%);
}

.BWVWi2ElA0 {
  background: var(--kp-surface) !important;
  border: 1px solid var(--kp-border) !important;
  box-shadow: var(--shadow-card);
  position: relative;
  overflow: hidden;
  transition: transform var(--t-med) var(--ease),
              border-color var(--t-med) ease,
              box-shadow var(--t-med) ease;
}

.BWVWi2ElA0::after {
  content: "";
  position: absolute;
  inset: -50%;
  background: radial-gradient(circle at 45% 30%, rgba(75, 227, 194, 0.14), transparent 55%), radial-gradient(circle at 75% 75%, rgba(124, 92, 255, 0.1), transparent 60%);
  filter: blur(18px);
  opacity: .9;
  pointer-events: none;
}

.BWVWi2ElA0>* {
  position: relative;
  z-index: 1;
}

.VHmtCl28o {
  width: 52px;
  height: 52px;
  border-radius: var(--r-md);
  display: flex;
  place-items: center;
  background: linear-gradient(135deg, rgba(75,227,194,0.1) 0%, rgba(123,111,232,0.08) 100%);
  border: 1px solid rgba(75,227,194,0.14);
  color: var(--kp-primary);
  align-items: center;
  justify-content: center;
  transition: all var(--t-med) ease;
}

.aqfkEgq {
  color: rgba(255, 255, 255, .92);
  background: radial-gradient(ellipse 55% 50% at 15% 50%, rgba(75,227,194,0.04) 0%, transparent 55%);
}

.ciIfCZON1a {
  background: var(--kp-surface);
  border: 1px solid var(--kp-border);
  box-shadow: 0 30px 90px rgba(0, 0, 0, .35);
  transition: border-color var(--t-med) ease, transform var(--t-med) var(--ease);
}

.Ow5LeUR64 {
  width: 44px;
  height: 44px;
  border-radius: var(--r-sm);
  display: flex;
  place-items: center;
  background: var(--kp-primary-glow);
  border: 1px solid rgba(75,227,194,0.18);
  color: var(--kp-primary);
  flex: 0 0 auto;
  min-width: 44px;
  align-items: center;
  justify-content: center;
}

.TzbjCT {
  display: inline-block;
  margin-top: .25rem;
  color: var(--kp-primary);
  text-decoration: none;
  font-weight: 500;
  font-size: 0.92rem;
}

.TzbjCT:hover {
  color: #4be3c2;
  text-decoration: underline;
}

.lyjd8SHzWWW {
  color: rgba(255,255,255,0.7);
  font-size: 0.9rem;
}

.MIoFtwDFCYE {
  background: var(--kp-surface);
  border: 1px solid var(--kp-border);
  box-shadow: var(--shadow-card);
}

.bf6xeoSvSbx {
  background: rgba(255,255,255,0.04) !important;
  border: 1px solid var(--kp-border) !important;
  color: #fff !important;
  border-radius: var(--r-sm) !important;
  font-family: var(--font-body) !important;
  font-size: 0.9rem !important;
  padding: 0.65rem 1rem !important;
  transition: border-color var(--t-fast) ease, box-shadow var(--t-fast) ease !important;
}

.bf6xeoSvSbx::placeholder {
  color: rgba(255,255,255,0.28) !important;
}

.bf6xeoSvSbx:focus {
  background: rgba(75,227,194,0.04) !important;
  border-color: rgba(75,227,194,0.32) !important;
  box-shadow: 0 0 0 3px rgba(75,227,194,0.1) !important;
  color: rgba(255, 255, 255, .92);
  outline: none !important;
}

.aeZnPfXNfu {
  background: var(--kp-surface-2) !important;
  border: 1px solid rgba(75,227,194,0.18) !important;
  box-shadow: 0 8px 32px rgba(0,0,0,0.4) !important;
}

.JafhBfrc {
  background: transparent !important;
  border-bottom: 1px solid var(--kp-border) !important;
}

.aeZnPfXNfu .OB6EDdZIMk {
  filter: invert(1) opacity(0.5);
  opacity: .75;
}

.JGPsgqc {
  background: var(--kp-bg);
  border-top: 1px solid var(--kp-border);
}

.PyBbas {
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(255,255,255,0.32);
}

.Z6UT54 a {
  display: inline-block;
  padding: .15rem 0;
  color: rgba(255,255,255,0.58);
  text-decoration: none;
  font-size: 0.88rem;
  transition: color var(--t-fast) ease, padding-left var(--t-fast) ease;
}

.Z6UT54 a:hover {
  color: var(--kp-primary);
  text-decoration: none;
  padding-left: 4px;
}

.cbOAMIRkNi {
  width: 38px;
  height: 38px;
  border-radius: var(--r-sm);
  display: flex;
  place-items: center;
  background: rgba(255,255,255,0.05);
  border: 1px solid var(--kp-border);
  color: rgba(255,255,255,0.45) !important;
  text-decoration: none;
  align-items: center;
  justify-content: center;
  transition: all var(--t-med) var(--ease);
}

.cbOAMIRkNi:hover {
  color: var(--kp-primary) !important;
  border-color: rgba(75,227,194,0.28);
  background: var(--kp-primary-glow);
  transform: translateY(-3px);
  box-shadow: 0 6px 16px rgba(75,227,194,0.14);
}

.S0GtmK {
  height: 1px;
  background: var(--kp-border);
}

.Zs9oMu4 {
  background: transparent;
}

.H6uQhiCF {
  border-top: 1px solid rgba(255, 255, 255, .08);
}

.nW5rHR5QA2u {
  background: linear-gradient(145deg, rgba(255,200,0,0.04) 0%, rgba(20,30,45,0.6) 100%);
  border: 1px solid rgba(255,200,0,0.13);
  box-shadow: var(--shadow-card);
}

.BGgXgxG {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: flex;
  place-items: center;
  background: rgba(255,175,0,0.1);
  border: 1px solid rgba(255,175,0,0.22);
  color: #f5c518;
  align-items: center;
  justify-content: center;
}

.DfTmGMiXo {
  color: #fff;
  font-size: clamp(1.3rem, 2.5vw, 1.7rem);
  letter-spacing: -0.02em;
}

.HUUUxu {
  color: rgba(255,255,255,0.7);
  line-height: 1.72;
  font-size: 0.92rem;
}

.E12GFX9 {
  max-width: 420px;
  list-style: none !important;
  padding-left: 0 !important;
  text-align: left;
}

.TzgbQtGKA {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: rgba(75,227,194,0.1);
  border: 1px solid rgba(75,227,194,0.22);
  color: var(--kp-primary);
  font-size: 0.72rem;
  font-weight: 800;
  display: flex;
  place-items: center;
  line-height: 1;
  margin-top: 2px;
  min-width: 22px;
  align-items: center;
  justify-content: center;
}

.YRyOa5 {
  color: var(--kp-primary) !important;
  font-weight: 600;
  border: 1px solid rgba(75,227,194,0.28) !important;
  border-radius: var(--r-md) !important;
  background: rgba(75,227,194,0.1) !important;
  box-shadow: 0 16px 48px rgba(124, 92, 255, .35);
  font-family: var(--font-body);
  font-size: 0.9rem;
  transition: all var(--t-med) var(--ease);
}

.YRyOa5:hover {
  filter: brightness(1.08);
  color: #fff !important;
  background: rgba(75,227,194,0.18) !important;
  box-shadow: 0 0 24px rgba(75,227,194,0.18);
  transform: translateY(-2px);
}

.wxSp9OsC {
  position: relative;
  display: inline-flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: .92969rem;
  font-weight: 400;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
}

.wxSp9OsC.NhTQZ87eL {
  font-size: .75rem;
  width: 1.75rem;
  height: 1.75rem;
}

.wxSp9OsC.JTJILif,
.Hyc3xu>.wxSp9OsC.btn {
  font-size: .875rem;
  width: 2.1875rem;
  height: 2.1875rem;
}

.wxSp9OsC.Am5pTaXxpMv,
.i9h9vFNzt4>.wxSp9OsC.btn {
  font-size: 1rem;
  width: 3.36875rem;
  height: 3.36875rem;
}

.GSAguQaetSA {
  width: 1rem;
  height: 1rem;
  line-height: 1rem;
}

.ASs98aJmNM {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}

.P6iy7rXMee {
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
}

.oFYv6hw {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
}

.ZHsU8XuSt {
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
}

.gb4w6qd {
  width: 3.5rem;
  height: 3.5rem;
  line-height: 3.5rem;
}

.BQvqsIowqc {
  width: 4rem;
  height: 4rem;
  line-height: 4rem;
}

.vMOSDkGo {
  width: 7rem;
  height: 7rem;
  line-height: 7rem;
}

.t35JaffH {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  vertical-align: middle;
}

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@600;700;800&family=DM+Sans:ital,wght@0,300;0,400;0,500;0,600;1,400&display=swap');


:root{

  --kp-bg:           #947216;
  --kp-surface:      #705e2b;
  --kp-surface-2:    #111f30;
  --kp-surface-3:    #162537;
  --kp-border:       rgba(255,255,255,0.07);

  --kp-primary:      #4be3c2;
  --kp-primary-glow: rgba(75,227,194,0.18);
  --kp-primary-dark: #2abfa6;
  --kp-aurora-2:     #7b6fe8;
  --kp-aurora-3:     #3a8fd4;

  --kp-text:         rgba(255,255,255,0.88);
  --kp-text-muted:   rgba(255,255,255,0.55);

  --font-display: 'Playfair Display', Georgia, serif;
  --font-body:    'DM Sans', system-ui, sans-serif;

  --r-sm:  10px;
  --r-md:  18px;
  --r-lg:  24px;
  --r-xl:  32px;

  --shadow-card: 0 4px 24px rgba(0,0,0,0.35), 0 1px 4px rgba(0,0,0,0.2);
  --ease: cubic-bezier(0.16, 1, 0.3, 1);
  --t-fast: 180ms;
  --t-med:  350ms;

}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
}

body::before {
  content: '';
  position: fixed;
  inset: 0;
  background-image: radial-gradient(1px 1px at 12% 15%, rgba(255,255,255,0.3) 0%, transparent 100%),
    radial-gradient(1px 1px at 34% 8%,  rgba(255,255,255,0.18) 0%, transparent 100%),
    radial-gradient(1.5px 1.5px at 56% 22%, rgba(75,227,194,0.22) 0%, transparent 100%),
    radial-gradient(1px 1px at 78% 12%, rgba(255,255,255,0.25) 0%, transparent 100%),
    radial-gradient(1px 1px at 22% 68%, rgba(255,255,255,0.14) 0%, transparent 100%),
    radial-gradient(1px 1px at 67% 85%, rgba(255,255,255,0.16) 0%, transparent 100%),
    radial-gradient(1px 1px at 88% 72%, rgba(75,227,194,0.13) 0%, transparent 100%);
  pointer-events: none;
  z-index: 0;
}

section, footer, nav {
  position: relative;
  z-index: 1;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-display);
  line-height: 1.2;
  letter-spacing: -0.01em;
}

::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-track {
  background: var(--kp-bg);
}

::-webkit-scrollbar-thumb {
  background: var(--kp-surface-3);
  border-radius: 99px;
}

::-webkit-scrollbar-thumb:hover {
  background: var(--kp-primary);
}

:focus-visible {
  outline: 2px solid var(--kp-primary);
  outline-offset: 3px;
  border-radius: 4px;
}

.btn::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, transparent 40%, rgba(255,255,255,0.12) 55%, transparent 70%);
  transform: translateX(-120%);
  transition: transform 0.55s ease;
  pointer-events: none;
}

.btn:hover::after {
  transform: translateX(120%);
}

.sT7VaabZ8t:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(75,227,194,0.45), 0 2px 8px rgba(0,0,0,0.2);
  background: linear-gradient(135deg, var(--kp-primary) 0%, var(--kp-aurora-3) 100%);
  color: #071018 !important;
}

.OaYRMPhclL:hover {
  background: rgba(255,255,255,0.07) !important;
  border-color: rgba(255,255,255,0.3) !important;
  color: #fff !important;
  transform: translateY(-2px);
}

.kp-filter:hover,
.kp-filter.is-active {
  background: rgba(75,227,194,0.1) !important;
  border-color: rgba(75,227,194,0.35) !important;
  color: var(--kp-primary) !important;
}

.nav-link::after {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 50%;
  transform: translateX(-50%) scaleX(0);
  width: 14px;
  height: 2px;
  background: var(--kp-primary);
  border-radius: 99px;
  transition: transform var(--t-med) var(--ease);
}

.nav-link:hover {
  color: #fff !important;
}

.nav-link:hover::after {
  transform: translateX(-50%) scaleX(1);
}

.p5Ixsd {
  background: linear-gradient(135deg, var(--kp-primary) 0%, var(--kp-aurora-2) 55%, var(--kp-aurora-3) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.yR1ltP .juVRwNkEGW {
  color: #fff;
}

.ZDHBmwhOo {
  position: absolute;
  border-radius: 50%;
  filter: blur(55px);
  pointer-events: none;
}

.pJIQx43u {
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, rgba(75,227,194,0.16) 0%, transparent 70%);
  top: -50px;
  right: -50px;
}

.ohBdF7px {
  width: 150px;
  height: 150px;
  background: radial-gradient(circle, rgba(123,111,232,0.14) 0%, transparent 70%);
  bottom: -35px;
  left: -35px;
}

.auieBe5 {
  width: 90px;
  height: 90px;
  background: radial-gradient(circle, rgba(58,143,212,0.1) 0%, transparent 70%);
  bottom: 40%;
  right: 18%;
}

.E12GFX9 > li {
  display: flex !important;
  align-items: flex-start;
  gap: 0.75rem;
  padding-left: 0 !important;
}

.E12GFX9 > li::before {
  display: none !important;
}

.T39DbP:hover {
  transform: translateY(-7px);
  box-shadow: 0 20px 50px rgba(0,0,0,0.5), 0 0 28px rgba(75,227,194,0.1);
  border-color: rgba(75,227,194,0.2) !important;
}

.T39DbP:hover .PReRHZx95m img {
  transform: scale(1.06);
}

.beKIpLcwhN:hover .GmNTS8NziW {
  filter: saturate(1) brightness(0.9);
}

.nXt2Ocl71QC {
  padding: 1.2rem 0;
}

.nXt2Ocl71QC:first-child {
  padding-top: 0.25rem;
}

.nOGJgY:hover {
  border-color: rgba(75,227,194,0.22);
  transform: translateY(-3px);
}

.hOgacWb9D3X::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--kp-primary), var(--kp-aurora-2), var(--kp-aurora-3));
  opacity: 0;
  transition: opacity var(--t-med) ease;
}

.hOgacWb9D3X:hover {
  transform: translateY(-6px);
  border-color: rgba(75,227,194,0.18) !important;
}

.hOgacWb9D3X:hover::before {
  opacity: 1;
}

.hOgacWb9D3X:hover .ebYxDGjJs {
  background: rgba(75,227,194,0.22);
  box-shadow: 0 0 20px rgba(75,227,194,0.18);
}

.BWVWi2ElA0:hover {
  transform: translateY(-6px);
  border-color: rgba(75,227,194,0.2) !important;
  box-shadow: 0 16px 40px rgba(0,0,0,0.4), 0 0 22px rgba(75,227,194,0.08);
}

.BWVWi2ElA0:hover .VHmtCl28o {
  background: linear-gradient(135deg, rgba(75,227,194,0.18) 0%, rgba(123,111,232,0.14) 100%);
  box-shadow: 0 0 18px rgba(75,227,194,0.16);
}

.ciIfCZON1a:hover {
  border-color: rgba(75,227,194,0.2);
  transform: translateX(4px);
}

.bf6xeoSvSbx option {
  background: #0d1b2a;
  color: #fff;
}

@keyframes agegate-in{

  from { opacity: 0; transform: translateY(28px) scale(0.96); }
  to   { opacity: 1; transform: none; }

}

.Kjxdf6MY .EIWKswZl,
#exampleModal .EIWKswZl {
  background: var(--kp-surface) !important;
  border: 1px solid var(--kp-border) !important;
  box-shadow: 0 32px 80px rgba(0,0,0,0.7) !important;
}

.Kjxdf6MY .OB6EDdZIMk,
#exampleModal .OB6EDdZIMk {
  filter: invert(1) opacity(0.55);
  transition: opacity var(--t-fast) ease;
}

.Kjxdf6MY .OB6EDdZIMk:hover,
#exampleModal .OB6EDdZIMk:hover {
  filter: invert(1);
}

#exampleModal h1 {
  color: #fff !important;
}

#exampleModal .eojckP,
#exampleModal .ZOTKh4Oe7tV {
  background: rgba(255,255,255,0.04) !important;
  border: 1px solid var(--kp-border) !important;
  border-radius: var(--r-sm) !important;
  color: #fff !important;
  font-size: 0.9rem !important;
}

#exampleModal .eojckP::placeholder {
  color: rgba(255,255,255,0.28) !important;
}

#exampleModal .eojckP:focus,
#exampleModal .ZOTKh4Oe7tV:focus {
  border-color: rgba(75,227,194,0.32) !important;
  box-shadow: 0 0 0 3px rgba(75,227,194,0.1) !important;
  background: rgba(75,227,194,0.04) !important;
}

#exampleModal .CZI06oRJWD {
  color: rgba(255,255,255,0.6) !important;
  font-size: 0.85rem !important;
  text-transform: none !important;
  letter-spacing: normal !important;
}

#exampleModal .AhfCkD {
  background-color: rgba(255,255,255,0.05) !important;
  border: 1px solid var(--kp-border) !important;
}

#exampleModal .AhfCkD:checked {
  background-color: var(--kp-primary) !important;
  border-color: var(--kp-primary) !important;
}

#exampleModal .CHA6rmdeq {
  color: rgba(255,255,255,0.6);
  font-size: 0.85rem;
}

#exampleModal .CHA6rmdeq a {
  color: var(--kp-primary);
}

.Z6UT54 {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

@media (min-width: 1200px) {
  h1,
      .h1 {
    font-size: 2.4375rem;
  }
}

@media (min-width: 1200px) {
  h2,
      .h2 {
    font-size: 1.95rem;
  }
}

@media (min-width: 1200px) {
  h3,
      .h3 {
    font-size: 1.70625rem;
  }
}

@media (min-width: 1200px) {
  h4,
      .h4 {
    font-size: 1.4625rem;
  }
}

@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}

@media (min-width: 1200px) {
  .NlV4cCn {
    font-size: 5rem;
  }
}

@media (min-width: 1200px) {
  .fy7Ka3p {
    font-size: 4.5rem;
  }
}

@media (min-width: 1200px) {
  .QWfwqHHE2 {
    font-size: 4rem;
  }
}

@media (min-width: 1200px) {
  .oDPNDY6zK {
    font-size: 3.5rem;
  }
}

@media (min-width: 1200px) {
  .qXHmgp {
    font-size: 3rem;
  }
}

@media (min-width: 1200px) {
  .SJzcQR {
    font-size: 2.5rem;
  }
}

@media (min-width: 576px) {
  .OKShPI0,
      .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .FhjASl2aF56,
      .OKShPI0,
      .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .pjZVgGdFyt,
      .FhjASl2aF56,
      .OKShPI0,
      .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .qfz1jL7y,
      .pjZVgGdFyt,
      .FhjASl2aF56,
      .OKShPI0,
      .container {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  .nueelw5,
      .qfz1jL7y,
      .pjZVgGdFyt,
      .FhjASl2aF56,
      .OKShPI0,
      .container {
    max-width: 1320px;
  }
}

@media (min-width: 576px) {
  .UOrGaE1i {
    flex: 1 0 0;
  }
  
  .M4s4BhXusG>* {
    flex: 0 0 auto;
    width: auto;
  }
  
  .Do5fogRVOtq>* {
    flex: 0 0 auto;
    width: 100%;
  }
  
  .QeNKJN>* {
    flex: 0 0 auto;
    width: 50%;
  }
  
  .zdPJ1ZBR0>* {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  
  .nZlfneOP>* {
    flex: 0 0 auto;
    width: 25%;
  }
  
  .NXSSqpSfNhh>* {
    flex: 0 0 auto;
    width: 20%;
  }
  
  .WLXMUwCEWi>* {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  
  .Ar61q46 {
    flex: 0 0 auto;
    width: auto;
  }
  
  .dD04VlSsN {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  
  .RQYceY5PN0 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  
  .jOObBic {
    flex: 0 0 auto;
    width: 25%;
  }
  
  .ShMdkj4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  
  .oNICVhV {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  
  .iIEOPJFhA {
    flex: 0 0 auto;
    width: 50%;
  }
  
  .Zj7h7x {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  
  .grQZqel {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  
  .CRAFwlxquC {
    flex: 0 0 auto;
    width: 75%;
  }
  
  .KBITldRiA {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  
  .VMTf3XlDHGn {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  
  .VodbOltL {
    flex: 0 0 auto;
    width: 100%;
  }
  
  .rtZItCNK {
    margin-left: 0;
  }
  
  .GyIDc9dnVn2 {
    margin-left: 8.33333333%;
  }
  
  .HGSSzPZH4 {
    margin-left: 16.66666667%;
  }
  
  .PbPvGqg {
    margin-left: 25%;
  }
  
  .xjdtx9uy {
    margin-left: 33.33333333%;
  }
  
  .CePDd2Vm {
    margin-left: 41.66666667%;
  }
  
  .AFVX6IGLx {
    margin-left: 50%;
  }
  
  .LrUsrItlWh {
    margin-left: 58.33333333%;
  }
  
  .kyMupI {
    margin-left: 66.66666667%;
  }
  
  .N0UAmq53ie {
    margin-left: 75%;
  }
  
  .UBM0gcG {
    margin-left: 83.33333333%;
  }
  
  .e4W8Umlg1 {
    margin-left: 91.66666667%;
  }
  
  .ThvZfnR2M,
      .tYhjsaJ79av {
    --bs-gutter-x: 0;
  }
  
  .ThvZfnR2M,
      .SVPfyLLz {
    --bs-gutter-y: 0;
  }
  
  .ZMrbJTxc4k0,
      .GOtE6c {
    --bs-gutter-x: 0.25rem;
  }
  
  .ZMrbJTxc4k0,
      .BLEbkE {
    --bs-gutter-y: 0.25rem;
  }
  
  .ul2Ba43ny,
      .Txd7olm {
    --bs-gutter-x: 0.5rem;
  }
  
  .ul2Ba43ny,
      .g8NrOB {
    --bs-gutter-y: 0.5rem;
  }
  
  .XxMDdEJ,
      .NWbExv0N {
    --bs-gutter-x: 0.75rem;
  }
  
  .XxMDdEJ,
      .WztYD0 {
    --bs-gutter-y: 0.75rem;
  }
  
  .okaSiw,
      .U4YWiZFbW {
    --bs-gutter-x: 1rem;
  }
  
  .okaSiw,
      .ZTN9lDN {
    --bs-gutter-y: 1rem;
  }
  
  .onxWchy,
      .gMZxGdf {
    --bs-gutter-x: 1.25rem;
  }
  
  .onxWchy,
      .l1HXssnZ2 {
    --bs-gutter-y: 1.25rem;
  }
  
  .QiJpm5Y,
      .EqXx7zWfnN {
    --bs-gutter-x: 1.5rem;
  }
  
  .QiJpm5Y,
      .XQZmvzwcAg {
    --bs-gutter-y: 1.5rem;
  }
  
  .LTfDt11,
      .rSKf9kdRg {
    --bs-gutter-x: 1.75rem;
  }
  
  .LTfDt11,
      .BHOYuWd1qQ {
    --bs-gutter-y: 1.75rem;
  }
  
  .pEEoI8ekv63,
      .rggHPdH {
    --bs-gutter-x: 2rem;
  }
  
  .pEEoI8ekv63,
      .qP1JDH8KS {
    --bs-gutter-y: 2rem;
  }
  
  .Qt7eAXe,
      .L0gztG37c7 {
    --bs-gutter-x: 3rem;
  }
  
  .Qt7eAXe,
      .U3RwvmzDs {
    --bs-gutter-y: 3rem;
  }
  
  .qSDEzaD7,
      .jIUg0F {
    --bs-gutter-x: 3.5rem;
  }
  
  .qSDEzaD7,
      .Ash8g0dUF2 {
    --bs-gutter-y: 3.5rem;
  }
  
  .V4OHkXf,
      .TuTwxsV {
    --bs-gutter-x: 4rem;
  }
  
  .V4OHkXf,
      .X644bZ {
    --bs-gutter-y: 4rem;
  }
  
  .l34BeRipw,
      .Cj4VvL1eEt {
    --bs-gutter-x: 5rem;
  }
  
  .l34BeRipw,
      .pSNIpjqhaCX {
    --bs-gutter-y: 5rem;
  }
  
  .l5NkGJ,
      .vVGxfw {
    --bs-gutter-x: 6rem;
  }
  
  .l5NkGJ,
      .jewiwM2F {
    --bs-gutter-y: 6rem;
  }
}

@media (min-width: 768px) {
  .CmiEaEYC {
    flex: 1 0 0;
  }
  
  .aoKbWmGVfsb>* {
    flex: 0 0 auto;
    width: auto;
  }
  
  .AjGeC8Bf>* {
    flex: 0 0 auto;
    width: 100%;
  }
  
  .Kzz6HWb>* {
    flex: 0 0 auto;
    width: 50%;
  }
  
  .OZC2drd>* {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  
  .rGanipZCSsj>* {
    flex: 0 0 auto;
    width: 25%;
  }
  
  .tQEaHksJ>* {
    flex: 0 0 auto;
    width: 20%;
  }
  
  .bBvKf0VZM>* {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  
  .kPNkUhGa77U {
    flex: 0 0 auto;
    width: auto;
  }
  
  .aJFPgSLxUyh {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  
  .fFxaZvKH {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  
  .MQXPnoZ {
    flex: 0 0 auto;
    width: 25%;
  }
  
  .I7gCb3 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  
  .d6oE1PiqcR {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  
  .XXff1Kp {
    flex: 0 0 auto;
    width: 50%;
  }
  
  .q8oNOm {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  
  .v8Pbruu {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  
  .V0yy4eI {
    flex: 0 0 auto;
    width: 75%;
  }
  
  .P4PKeXI8 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  
  .Syxu2XMPQNy {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  
  .hwWj8t77Ex {
    flex: 0 0 auto;
    width: 100%;
  }
  
  .f5E4jKl5 {
    margin-left: 0;
  }
  
  .TTLWJdEG {
    margin-left: 8.33333333%;
  }
  
  .hla791l {
    margin-left: 16.66666667%;
  }
  
  .Sw1rGCevr {
    margin-left: 25%;
  }
  
  .rKcP8XS4 {
    margin-left: 33.33333333%;
  }
  
  .mAd0Og9KNH {
    margin-left: 41.66666667%;
  }
  
  .ViqbwbGHN {
    margin-left: 50%;
  }
  
  .Sf0zGQs47dJ {
    margin-left: 58.33333333%;
  }
  
  .ASuzSg {
    margin-left: 66.66666667%;
  }
  
  .axQbhwG8 {
    margin-left: 75%;
  }
  
  .ZLWhPW {
    margin-left: 83.33333333%;
  }
  
  .CDmvWWI {
    margin-left: 91.66666667%;
  }
  
  .JEya1K,
      .jNPv1ZNmJO {
    --bs-gutter-x: 0;
  }
  
  .JEya1K,
      .kewDTDXp {
    --bs-gutter-y: 0;
  }
  
  .LrftDsOy1,
      .HDbxRh2s2Q {
    --bs-gutter-x: 0.25rem;
  }
  
  .LrftDsOy1,
      .Ous9ngkZ {
    --bs-gutter-y: 0.25rem;
  }
  
  .T3gjNvU2D3,
      .iIafesFGB {
    --bs-gutter-x: 0.5rem;
  }
  
  .T3gjNvU2D3,
      .DdWjc4IqDj {
    --bs-gutter-y: 0.5rem;
  }
  
  .AQkXwyCu2Gd,
      .AWTst58uQP {
    --bs-gutter-x: 0.75rem;
  }
  
  .AQkXwyCu2Gd,
      .SMAF4nz {
    --bs-gutter-y: 0.75rem;
  }
  
  .UAG3NIiTw,
      .W2C9l2fBM {
    --bs-gutter-x: 1rem;
  }
  
  .UAG3NIiTw,
      .RZS1mhpytJ {
    --bs-gutter-y: 1rem;
  }
  
  .sLUGEq,
      .zWcYNi2Qm {
    --bs-gutter-x: 1.25rem;
  }
  
  .sLUGEq,
      .KUbCpyr2c {
    --bs-gutter-y: 1.25rem;
  }
  
  .GKO732f9WS,
      .AqEDizr8bR {
    --bs-gutter-x: 1.5rem;
  }
  
  .GKO732f9WS,
      .k98EGRMY {
    --bs-gutter-y: 1.5rem;
  }
  
  .e44ujMVzsva,
      .LPA391EKEO {
    --bs-gutter-x: 1.75rem;
  }
  
  .e44ujMVzsva,
      .mEs4iElSTve {
    --bs-gutter-y: 1.75rem;
  }
  
  .FF4RgaTOt79,
      .MI4Ivt {
    --bs-gutter-x: 2rem;
  }
  
  .FF4RgaTOt79,
      .rTcxVe72k1a {
    --bs-gutter-y: 2rem;
  }
  
  .GroIPfxt,
      .g4wMqUQ {
    --bs-gutter-x: 3rem;
  }
  
  .GroIPfxt,
      .rv0vmlYBq {
    --bs-gutter-y: 3rem;
  }
  
  .E3SspbD15,
      .mZZegsxPG4 {
    --bs-gutter-x: 3.5rem;
  }
  
  .E3SspbD15,
      .AzN3cbdlB {
    --bs-gutter-y: 3.5rem;
  }
  
  .pLCnkRLM,
      .G0McP6Xcn {
    --bs-gutter-x: 4rem;
  }
  
  .pLCnkRLM,
      .hG3kwH {
    --bs-gutter-y: 4rem;
  }
  
  .MrzjWnoZMnc,
      .xKLxK1CuRd {
    --bs-gutter-x: 5rem;
  }
  
  .MrzjWnoZMnc,
      .EvgtdEHkCn {
    --bs-gutter-y: 5rem;
  }
  
  .LxvlUnBWsjG,
      .avShUYG8 {
    --bs-gutter-x: 6rem;
  }
  
  .LxvlUnBWsjG,
      .hWAMlmpPTaj {
    --bs-gutter-y: 6rem;
  }
}

@media (min-width: 992px) {
  .PWQlVodexcE {
    flex: 1 0 0;
  }
  
  .wVOfkc>* {
    flex: 0 0 auto;
    width: auto;
  }
  
  .kf5SFjWopyk>* {
    flex: 0 0 auto;
    width: 100%;
  }
  
  .OgMoSZzir0>* {
    flex: 0 0 auto;
    width: 50%;
  }
  
  .LRY7hJGN>* {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  
  .A6sEMHPdH>* {
    flex: 0 0 auto;
    width: 25%;
  }
  
  .tGErzRaD>* {
    flex: 0 0 auto;
    width: 20%;
  }
  
  .fYItSBiqpK>* {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  
  .QC0ixpNN {
    flex: 0 0 auto;
    width: auto;
  }
  
  .Zm44bKBP {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  
  .xibRxWw {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  
  .CDnMGdGG8 {
    flex: 0 0 auto;
    width: 25%;
  }
  
  .eqIWJSB {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  
  .zT2ibvvHVm {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  
  .y7I7os {
    flex: 0 0 auto;
    width: 50%;
  }
  
  .pFOq9i {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  
  .QaqcuiwFe {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  
  .lBiPB90cxqF {
    flex: 0 0 auto;
    width: 75%;
  }
  
  .bDaWea4 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  
  .NFgadj2 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  
  .mGsGTbkmpFE {
    flex: 0 0 auto;
    width: 100%;
  }
  
  .aSCPia5PS {
    margin-left: 0;
  }
  
  .bC7xENKxEeA {
    margin-left: 8.33333333%;
  }
  
  .rgQaB0cQT {
    margin-left: 16.66666667%;
  }
  
  .yzAzjEGE {
    margin-left: 25%;
  }
  
  .CUM5NeM0 {
    margin-left: 33.33333333%;
  }
  
  .fY5RTIcu9 {
    margin-left: 41.66666667%;
  }
  
  .PKCJjiy {
    margin-left: 50%;
  }
  
  .BsSiaRJN {
    margin-left: 58.33333333%;
  }
  
  .wgq3tf {
    margin-left: 66.66666667%;
  }
  
  .BT7viahaHS {
    margin-left: 75%;
  }
  
  .Hs7zDeJMg {
    margin-left: 83.33333333%;
  }
  
  .B9r2G33 {
    margin-left: 91.66666667%;
  }
  
  .ahleQQ,
      .l1SB31W9ejI {
    --bs-gutter-x: 0;
  }
  
  .ahleQQ,
      .CIT9CX4RP8l {
    --bs-gutter-y: 0;
  }
  
  .hy8igL395k,
      .JHzkU22i5W9 {
    --bs-gutter-x: 0.25rem;
  }
  
  .hy8igL395k,
      .iApwWR9KKz {
    --bs-gutter-y: 0.25rem;
  }
  
  .yfTAzatX,
      .BHXAgo30 {
    --bs-gutter-x: 0.5rem;
  }
  
  .yfTAzatX,
      .OVNDcSt543 {
    --bs-gutter-y: 0.5rem;
  }
  
  .FdoIOx7B,
      .kWsacLqkOiO {
    --bs-gutter-x: 0.75rem;
  }
  
  .FdoIOx7B,
      .KPefbRDAfPc {
    --bs-gutter-y: 0.75rem;
  }
  
  .goN1ClYB7,
      .yuOsAlovcd7 {
    --bs-gutter-x: 1rem;
  }
  
  .goN1ClYB7,
      .vgZtc5xFsA7 {
    --bs-gutter-y: 1rem;
  }
  
  .Sp3he3wWp,
      .h41s3D8 {
    --bs-gutter-x: 1.25rem;
  }
  
  .Sp3he3wWp,
      .uNrXKQoqHl {
    --bs-gutter-y: 1.25rem;
  }
  
  .gjLBbIh,
      .v81By1PGreb {
    --bs-gutter-x: 1.5rem;
  }
  
  .gjLBbIh,
      .qz4wpF3Rm {
    --bs-gutter-y: 1.5rem;
  }
  
  .irvlSTMu,
      .CRHx8Xf {
    --bs-gutter-x: 1.75rem;
  }
  
  .irvlSTMu,
      .AJ9CVdrbT {
    --bs-gutter-y: 1.75rem;
  }
  
  .BoFcskpAv8Z,
      .bgKjsjwG {
    --bs-gutter-x: 2rem;
  }
  
  .BoFcskpAv8Z,
      .w7lVcEZUob {
    --bs-gutter-y: 2rem;
  }
  
  .VSVUJ2C,
      .IwXWicR {
    --bs-gutter-x: 3rem;
  }
  
  .VSVUJ2C,
      .kzbuBBw6lF {
    --bs-gutter-y: 3rem;
  }
  
  .LYTJOWW7I,
      .LU6M0gr {
    --bs-gutter-x: 3.5rem;
  }
  
  .LYTJOWW7I,
      .Jk7EVXgu {
    --bs-gutter-y: 3.5rem;
  }
  
  .js72gYNWbm,
      .XMViV5BMuN {
    --bs-gutter-x: 4rem;
  }
  
  .js72gYNWbm,
      .Ax0ebgz {
    --bs-gutter-y: 4rem;
  }
  
  .IqmZme,
      .rdrobV8ljOc {
    --bs-gutter-x: 5rem;
  }
  
  .IqmZme,
      .fK9hlJKf3 {
    --bs-gutter-y: 5rem;
  }
  
  .eCBWE7,
      .IUKnCz {
    --bs-gutter-x: 6rem;
  }
  
  .eCBWE7,
      .m1Xp6Rx {
    --bs-gutter-y: 6rem;
  }
}

@media (min-width: 1200px) {
  .tcurq5 {
    flex: 1 0 0;
  }
  
  .XIdIbqG>* {
    flex: 0 0 auto;
    width: auto;
  }
  
  .lclIEO>* {
    flex: 0 0 auto;
    width: 100%;
  }
  
  .jo5LLD>* {
    flex: 0 0 auto;
    width: 50%;
  }
  
  .Yl8lsq0sV>* {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  
  .amw6xTax3eJ>* {
    flex: 0 0 auto;
    width: 25%;
  }
  
  .woJf0MLBCU>* {
    flex: 0 0 auto;
    width: 20%;
  }
  
  .o6UlYqgsn>* {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  
  .LXo2dOwIM {
    flex: 0 0 auto;
    width: auto;
  }
  
  .Vh1Oii05b0 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  
  .vGbDIO1x {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  
  .Zw7AkRm3c {
    flex: 0 0 auto;
    width: 25%;
  }
  
  .dsfsWwHIRr6 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  
  .U3pQkfllYZ8 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  
  .jaULRok {
    flex: 0 0 auto;
    width: 50%;
  }
  
  .bOqIv2N {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  
  .k70Mi1jwunq {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  
  .zAuu5SUpq {
    flex: 0 0 auto;
    width: 75%;
  }
  
  .oS9NcHEd {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  
  .lTaHxa3 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  
  .pNHhVnG {
    flex: 0 0 auto;
    width: 100%;
  }
  
  .lJZzVe2RRNy {
    margin-left: 0;
  }
  
  .Uyl8pKi {
    margin-left: 8.33333333%;
  }
  
  .g11LZJ2Q {
    margin-left: 16.66666667%;
  }
  
  .CQiFca0e {
    margin-left: 25%;
  }
  
  .Rf0IYjh {
    margin-left: 33.33333333%;
  }
  
  .mD5Ed7OcXFQ {
    margin-left: 41.66666667%;
  }
  
  .dIbACod {
    margin-left: 50%;
  }
  
  .tQdyHF6 {
    margin-left: 58.33333333%;
  }
  
  .DV82Tua8 {
    margin-left: 66.66666667%;
  }
  
  .KRSIAeMdILx {
    margin-left: 75%;
  }
  
  .x17fE0ONEdu {
    margin-left: 83.33333333%;
  }
  
  .VTS6XrDYm {
    margin-left: 91.66666667%;
  }
  
  .rklgzrLZcv,
      .CvdSaVe {
    --bs-gutter-x: 0;
  }
  
  .rklgzrLZcv,
      .CjuECwXV8G {
    --bs-gutter-y: 0;
  }
  
  .BOQFEoN,
      .qJofg4Nd {
    --bs-gutter-x: 0.25rem;
  }
  
  .BOQFEoN,
      .sYjANk7EqE {
    --bs-gutter-y: 0.25rem;
  }
  
  .CkRJRj,
      .K2E1xFV {
    --bs-gutter-x: 0.5rem;
  }
  
  .CkRJRj,
      .mFlMqpmC {
    --bs-gutter-y: 0.5rem;
  }
  
  .sYkSCNXHq,
      .uCF30oKj4 {
    --bs-gutter-x: 0.75rem;
  }
  
  .sYkSCNXHq,
      .f87x2tozD1 {
    --bs-gutter-y: 0.75rem;
  }
  
  .zuUDCNo,
      .uacnagirO {
    --bs-gutter-x: 1rem;
  }
  
  .zuUDCNo,
      .wql0mbdbdb {
    --bs-gutter-y: 1rem;
  }
  
  .YqD3ZEuxv,
      .glA150YbFpL {
    --bs-gutter-x: 1.25rem;
  }
  
  .YqD3ZEuxv,
      .Bz43A9Ud5P {
    --bs-gutter-y: 1.25rem;
  }
  
  .niK3eRDTcOu,
      .mufiBtvgOG {
    --bs-gutter-x: 1.5rem;
  }
  
  .niK3eRDTcOu,
      .zqm9fEDyZSd {
    --bs-gutter-y: 1.5rem;
  }
  
  .iyivPT,
      .ITE0g2Y {
    --bs-gutter-x: 1.75rem;
  }
  
  .iyivPT,
      .csxTDkqb6Sr {
    --bs-gutter-y: 1.75rem;
  }
  
  .AnB97xU3,
      .z3g2KIsh7W {
    --bs-gutter-x: 2rem;
  }
  
  .AnB97xU3,
      .tvQPiwv5uVU {
    --bs-gutter-y: 2rem;
  }
  
  .ilohPh,
      .EymnSJO2r {
    --bs-gutter-x: 3rem;
  }
  
  .ilohPh,
      .Oidb62cgLh {
    --bs-gutter-y: 3rem;
  }
  
  .JpVP3uE91mj,
      .NFtMp7 {
    --bs-gutter-x: 3.5rem;
  }
  
  .JpVP3uE91mj,
      .jPPPW6mx {
    --bs-gutter-y: 3.5rem;
  }
  
  .FEwOROLf,
      .jXiL2QYhD {
    --bs-gutter-x: 4rem;
  }
  
  .FEwOROLf,
      .RduFdg5eO {
    --bs-gutter-y: 4rem;
  }
  
  .opdps7Q,
      .ir0efc4Yqei {
    --bs-gutter-x: 5rem;
  }
  
  .opdps7Q,
      .eKdqd4xzWwu {
    --bs-gutter-y: 5rem;
  }
  
  .l9Ef2EDxG,
      .o6e1aJbtZ {
    --bs-gutter-x: 6rem;
  }
  
  .l9Ef2EDxG,
      .SH9OwbCviB5 {
    --bs-gutter-y: 6rem;
  }
}

@media (min-width: 1400px) {
  .p9nTgmMO {
    flex: 1 0 0;
  }
  
  .NrTtjD>* {
    flex: 0 0 auto;
    width: auto;
  }
  
  .mLe7Cpwe>* {
    flex: 0 0 auto;
    width: 100%;
  }
  
  .dRl307t7kD>* {
    flex: 0 0 auto;
    width: 50%;
  }
  
  .yshRoFg>* {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  
  .TC97W7aqw61>* {
    flex: 0 0 auto;
    width: 25%;
  }
  
  .Rfrgr3frsSr>* {
    flex: 0 0 auto;
    width: 20%;
  }
  
  .j3doYo0>* {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  
  .Wy8hAQ6Ea {
    flex: 0 0 auto;
    width: auto;
  }
  
  .mUSE9AZ2 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  
  .BtrE7ebaFGI {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  
  .khwYCm1jshE {
    flex: 0 0 auto;
    width: 25%;
  }
  
  .ZngL0G {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  
  .K4sQOiSEc {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  
  .YftjRLFpG3L {
    flex: 0 0 auto;
    width: 50%;
  }
  
  .U4Blndk6 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  
  .KB5LKgrg5Zl {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  
  .wwUAjC {
    flex: 0 0 auto;
    width: 75%;
  }
  
  .XywggwcM0 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  
  .S0Rx8nax5E {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  
  .mceNw1doH {
    flex: 0 0 auto;
    width: 100%;
  }
  
  .UKxkZysngup {
    margin-left: 0;
  }
  
  .hXJ0XgvJ1O {
    margin-left: 8.33333333%;
  }
  
  .d4IfRa92PRZ {
    margin-left: 16.66666667%;
  }
  
  .VvKvjg4WdX {
    margin-left: 25%;
  }
  
  .v7Vzvsu2Xq {
    margin-left: 33.33333333%;
  }
  
  .OMvC0iWa6o {
    margin-left: 41.66666667%;
  }
  
  .EXJcgl {
    margin-left: 50%;
  }
  
  .ZZrnXXwQ {
    margin-left: 58.33333333%;
  }
  
  .ltNva7Iptid {
    margin-left: 66.66666667%;
  }
  
  .hri4I37 {
    margin-left: 75%;
  }
  
  .kAxvsODhq {
    margin-left: 83.33333333%;
  }
  
  .fYab8VM {
    margin-left: 91.66666667%;
  }
  
  .ZpP7sIPdQ,
      .v0xJW9O {
    --bs-gutter-x: 0;
  }
  
  .ZpP7sIPdQ,
      .ndVNVKeVCvX {
    --bs-gutter-y: 0;
  }
  
  .lYyQLUzyV3D,
      .UiJprP {
    --bs-gutter-x: 0.25rem;
  }
  
  .lYyQLUzyV3D,
      .Xx88Lq {
    --bs-gutter-y: 0.25rem;
  }
  
  .EfcAveBT,
      .j9hX6P {
    --bs-gutter-x: 0.5rem;
  }
  
  .EfcAveBT,
      .tYoh1lU {
    --bs-gutter-y: 0.5rem;
  }
  
  .LZ2EW3i2ctr,
      .NGDbYh {
    --bs-gutter-x: 0.75rem;
  }
  
  .LZ2EW3i2ctr,
      .OtQbqL {
    --bs-gutter-y: 0.75rem;
  }
  
  .BxwcOMVyw4,
      .xmBAipIc6 {
    --bs-gutter-x: 1rem;
  }
  
  .BxwcOMVyw4,
      .RmMiPy {
    --bs-gutter-y: 1rem;
  }
  
  .wcBzH86f3,
      .rPwQXBIVacA {
    --bs-gutter-x: 1.25rem;
  }
  
  .wcBzH86f3,
      .C7pgNohEzkG {
    --bs-gutter-y: 1.25rem;
  }
  
  .wQcxJMPD73S,
      .R5pkKoDl9 {
    --bs-gutter-x: 1.5rem;
  }
  
  .wQcxJMPD73S,
      .ngeIqn9n {
    --bs-gutter-y: 1.5rem;
  }
  
  .ORRu9PKN,
      .iX6O8AIg {
    --bs-gutter-x: 1.75rem;
  }
  
  .ORRu9PKN,
      .llY0BDdRU {
    --bs-gutter-y: 1.75rem;
  }
  
  .kMhvGuv,
      .yux9qce {
    --bs-gutter-x: 2rem;
  }
  
  .kMhvGuv,
      .wjivPle64e {
    --bs-gutter-y: 2rem;
  }
  
  .KBqRTuXaL,
      .Zs3gV0UMYy {
    --bs-gutter-x: 3rem;
  }
  
  .KBqRTuXaL,
      .jjCY7Z {
    --bs-gutter-y: 3rem;
  }
  
  .FxmPd0Etrs,
      .GWiYffOpy {
    --bs-gutter-x: 3.5rem;
  }
  
  .FxmPd0Etrs,
      .PeYK53A1R {
    --bs-gutter-y: 3.5rem;
  }
  
  .DnP6OoEHeX,
      .wFQQ4p {
    --bs-gutter-x: 4rem;
  }
  
  .DnP6OoEHeX,
      .gFT9uF {
    --bs-gutter-y: 4rem;
  }
  
  .Of8ZLAt7,
      .q1SvsR {
    --bs-gutter-x: 5rem;
  }
  
  .Of8ZLAt7,
      .k8bmfnU3 {
    --bs-gutter-y: 5rem;
  }
  
  .JFctTsVD,
      .kpZQdBa {
    --bs-gutter-x: 6rem;
  }
  
  .JFctTsVD,
      .A6fTsO {
    --bs-gutter-y: 6rem;
  }
}

@media (max-width: 575.98px) {
  .yjGmpJOe {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 767.98px) {
  .BrA4cbfK0 {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 991.98px) {
  .j7DyPkr {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 1199.98px) {
  .uHaofISq2 {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 1399.98px) {
  .eYB1aUQb {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (prefers-reduced-motion: reduce) {
  .eojckP {
    transition: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .eojckP::file-selector-button {
    transition: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ZOTKh4Oe7tV {
    transition: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .E4YxRuGovy .AhfCkD {
    transition: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .WUdDFUbG::-webkit-slider-thumb {
    transition: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .WUdDFUbG::-moz-range-thumb {
    transition: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .DWhjToqoBi>label {
    transition: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    transition: none;
  }
}

@media (min-width: 576px) {
  .LIWqGw7k2 {
    --bs-position: start;
  }
  
  .LIWqGw7k2[data-bs-popper] {
    right: auto;
    left: 0;
  }
  
  .EqfKXgs {
    --bs-position: end;
  }
  
  .EqfKXgs[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 768px) {
  .FdW6mHaGY {
    --bs-position: start;
  }
  
  .FdW6mHaGY[data-bs-popper] {
    right: auto;
    left: 0;
  }
  
  .h9T5IAC9vGh {
    --bs-position: end;
  }
  
  .h9T5IAC9vGh[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 992px) {
  .H0BgDCLtFYa {
    --bs-position: start;
  }
  
  .H0BgDCLtFYa[data-bs-popper] {
    right: auto;
    left: 0;
  }
  
  .gaOAcf {
    --bs-position: end;
  }
  
  .gaOAcf[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1200px) {
  .GPGUuuaL {
    --bs-position: start;
  }
  
  .GPGUuuaL[data-bs-popper] {
    right: auto;
    left: 0;
  }
  
  .k6Rbbq {
    --bs-position: end;
  }
  
  .k6Rbbq[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1400px) {
  .F0DuNjz4UG {
    --bs-position: start;
  }
  
  .F0DuNjz4UG[data-bs-popper] {
    right: auto;
    left: 0;
  }
  
  .NHPFomijU {
    --bs-position: end;
  }
  
  .NHPFomijU[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .bjMm4cWD13 {
    transition: none;
  }
}

@media (min-width: 576px) {
  .hNHcX3odR {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  
  .hNHcX3odR .navbar-nav {
    flex-direction: row;
  }
  
  .hNHcX3odR .navbar-nav .dropdown-menu {
    position: absolute;
  }
  
  .hNHcX3odR .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  
  .hNHcX3odR .yO5zIWBc {
    overflow: visible;
  }
  
  .hNHcX3odR .Uh3NBI {
    display: flex !important;
    flex-basis: auto;
  }
  
  .hNHcX3odR .bjMm4cWD13 {
    display: none;
  }
  
  .hNHcX3odR .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: rgba(0, 0, 0, 0) !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  
  .hNHcX3odR .offcanvas .px64ouEOQ {
    display: none;
  }
  
  .hNHcX3odR .offcanvas .LyOt41S0 {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@media (min-width: 768px) {
  .USHeGe {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  
  .USHeGe .navbar-nav {
    flex-direction: row;
  }
  
  .USHeGe .navbar-nav .dropdown-menu {
    position: absolute;
  }
  
  .USHeGe .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  
  .USHeGe .yO5zIWBc {
    overflow: visible;
  }
  
  .USHeGe .Uh3NBI {
    display: flex !important;
    flex-basis: auto;
  }
  
  .USHeGe .bjMm4cWD13 {
    display: none;
  }
  
  .USHeGe .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: rgba(0, 0, 0, 0) !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  
  .USHeGe .offcanvas .px64ouEOQ {
    display: none;
  }
  
  .USHeGe .offcanvas .LyOt41S0 {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@media (min-width: 992px) {
  .lXhX38Mx7 {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  
  .lXhX38Mx7 .navbar-nav {
    flex-direction: row;
  }
  
  .lXhX38Mx7 .navbar-nav .dropdown-menu {
    position: absolute;
  }
  
  .lXhX38Mx7 .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  
  .lXhX38Mx7 .yO5zIWBc {
    overflow: visible;
  }
  
  .lXhX38Mx7 .Uh3NBI {
    display: flex !important;
    flex-basis: auto;
  }
  
  .lXhX38Mx7 .bjMm4cWD13 {
    display: none;
  }
  
  .lXhX38Mx7 .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: rgba(0, 0, 0, 0) !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  
  .lXhX38Mx7 .offcanvas .px64ouEOQ {
    display: none;
  }
  
  .lXhX38Mx7 .offcanvas .LyOt41S0 {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@media (min-width: 1200px) {
  .ObVXHAMdrN {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  
  .ObVXHAMdrN .navbar-nav {
    flex-direction: row;
  }
  
  .ObVXHAMdrN .navbar-nav .dropdown-menu {
    position: absolute;
  }
  
  .ObVXHAMdrN .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  
  .ObVXHAMdrN .yO5zIWBc {
    overflow: visible;
  }
  
  .ObVXHAMdrN .Uh3NBI {
    display: flex !important;
    flex-basis: auto;
  }
  
  .ObVXHAMdrN .bjMm4cWD13 {
    display: none;
  }
  
  .ObVXHAMdrN .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: rgba(0, 0, 0, 0) !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  
  .ObVXHAMdrN .offcanvas .px64ouEOQ {
    display: none;
  }
  
  .ObVXHAMdrN .offcanvas .LyOt41S0 {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@media (min-width: 1400px) {
  .tTFjdeVGE5c {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  
  .tTFjdeVGE5c .navbar-nav {
    flex-direction: row;
  }
  
  .tTFjdeVGE5c .navbar-nav .dropdown-menu {
    position: absolute;
  }
  
  .tTFjdeVGE5c .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  
  .tTFjdeVGE5c .yO5zIWBc {
    overflow: visible;
  }
  
  .tTFjdeVGE5c .Uh3NBI {
    display: flex !important;
    flex-basis: auto;
  }
  
  .tTFjdeVGE5c .bjMm4cWD13 {
    display: none;
  }
  
  .tTFjdeVGE5c .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: rgba(0, 0, 0, 0) !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  
  .tTFjdeVGE5c .offcanvas .px64ouEOQ {
    display: none;
  }
  
  .tTFjdeVGE5c .offcanvas .LyOt41S0 {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@media (min-width: 576px) {
  .H5U5taUHm6 {
    display: flex;
    flex-flow: row wrap;
  }
  
  .H5U5taUHm6>.ER2YW5dnNrd {
    flex: 1 0 0;
    margin-bottom: 0;
  }
  
  .H5U5taUHm6>.ER2YW5dnNrd+.ER2YW5dnNrd {
    margin-left: 0;
    border-left: 0;
  }
  
  .H5U5taUHm6>.ER2YW5dnNrd:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  
  .H5U5taUHm6>.ER2YW5dnNrd:not(:last-child)>.fM54FljpYZu,
      .H5U5taUHm6>.ER2YW5dnNrd:not(:last-child)>.nupaTZyvE5 {
    border-top-right-radius: 0;
  }
  
  .H5U5taUHm6>.ER2YW5dnNrd:not(:last-child)>.mihIkdELITS,
      .H5U5taUHm6>.ER2YW5dnNrd:not(:last-child)>.TVFLKzViX {
    border-bottom-right-radius: 0;
  }
  
  .H5U5taUHm6>.ER2YW5dnNrd:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  
  .H5U5taUHm6>.ER2YW5dnNrd:not(:first-child)>.fM54FljpYZu,
      .H5U5taUHm6>.ER2YW5dnNrd:not(:first-child)>.nupaTZyvE5 {
    border-top-left-radius: 0;
  }
  
  .H5U5taUHm6>.ER2YW5dnNrd:not(:first-child)>.mihIkdELITS,
      .H5U5taUHm6>.ER2YW5dnNrd:not(:first-child)>.TVFLKzViX {
    border-bottom-left-radius: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .OHYTCnku {
    transition: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .OHYTCnku::after {
    transition: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .zphLq19yS0 {
    transition: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ucjVc9Ro6n {
    transition: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .LeBac6vLjrO {
    animation: none;
  }
}

@media (min-width: 576px) {
  .fYhbIpcATOJ {
    flex-direction: row;
  }
  
  .fYhbIpcATOJ>.list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  
  .fYhbIpcATOJ>.list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  
  .fYhbIpcATOJ>.list-group-item.active {
    margin-top: 0;
  }
  
  .fYhbIpcATOJ>.list-group-item+.list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  
  .fYhbIpcATOJ>.list-group-item+.list-group-item.active {
    margin-left: calc(-1*var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}

@media (min-width: 768px) {
  .na0TPaA {
    flex-direction: row;
  }
  
  .na0TPaA>.list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  
  .na0TPaA>.list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  
  .na0TPaA>.list-group-item.active {
    margin-top: 0;
  }
  
  .na0TPaA>.list-group-item+.list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  
  .na0TPaA>.list-group-item+.list-group-item.active {
    margin-left: calc(-1*var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}

@media (min-width: 992px) {
  .DxTYQAVTH {
    flex-direction: row;
  }
  
  .DxTYQAVTH>.list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  
  .DxTYQAVTH>.list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  
  .DxTYQAVTH>.list-group-item.active {
    margin-top: 0;
  }
  
  .DxTYQAVTH>.list-group-item+.list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  
  .DxTYQAVTH>.list-group-item+.list-group-item.active {
    margin-left: calc(-1*var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}

@media (min-width: 1200px) {
  .Mx08HC5T3OH {
    flex-direction: row;
  }
  
  .Mx08HC5T3OH>.list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  
  .Mx08HC5T3OH>.list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  
  .Mx08HC5T3OH>.list-group-item.active {
    margin-top: 0;
  }
  
  .Mx08HC5T3OH>.list-group-item+.list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  
  .Mx08HC5T3OH>.list-group-item+.list-group-item.active {
    margin-left: calc(-1*var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}

@media (min-width: 1400px) {
  .Y8I8zDgehhe {
    flex-direction: row;
  }
  
  .Y8I8zDgehhe>.list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  
  .Y8I8zDgehhe>.list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  
  .Y8I8zDgehhe>.list-group-item.active {
    margin-top: 0;
  }
  
  .Y8I8zDgehhe>.list-group-item+.list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  
  .Y8I8zDgehhe>.list-group-item+.list-group-item.active {
    margin-left: calc(-1*var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}

@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;
  }
  
  .pzJZdrX {
    --bs-modal-width: 300px;
  }
}

@media (min-width: 992px) {
  .ZjCZxkr,
      .E1dnenq {
    --bs-modal-width: 800px;
  }
}

@media (min-width: 1200px) {
  .E1dnenq {
    --bs-modal-width: 1140px;
  }
}

@media (max-width: 575.98px) {
  .kRFcz9hrXa7 {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  
  .kRFcz9hrXa7 .EIWKswZl {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  
  .kRFcz9hrXa7 .AeLxle,
      .kRFcz9hrXa7 .STPl9t {
    border-radius: 0;
  }
  
  .kRFcz9hrXa7 .modal-body {
    overflow-y: auto;
  }
}

@media (max-width: 767.98px) {
  .SO7hNIYa0HV {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  
  .SO7hNIYa0HV .EIWKswZl {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  
  .SO7hNIYa0HV .AeLxle,
      .SO7hNIYa0HV .STPl9t {
    border-radius: 0;
  }
  
  .SO7hNIYa0HV .modal-body {
    overflow-y: auto;
  }
}

@media (max-width: 991.98px) {
  .vEbJWvz {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  
  .vEbJWvz .EIWKswZl {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  
  .vEbJWvz .AeLxle,
      .vEbJWvz .STPl9t {
    border-radius: 0;
  }
  
  .vEbJWvz .modal-body {
    overflow-y: auto;
  }
}

@media (max-width: 1199.98px) {
  .VPIAmg {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  
  .VPIAmg .EIWKswZl {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  
  .VPIAmg .AeLxle,
      .VPIAmg .STPl9t {
    border-radius: 0;
  }
  
  .VPIAmg .modal-body {
    overflow-y: auto;
  }
}

@media (max-width: 1399.98px) {
  .ZjgEkU3H {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  
  .ZjgEkU3H .EIWKswZl {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  
  .ZjgEkU3H .AeLxle,
      .ZjgEkU3H .STPl9t {
    border-radius: 0;
  }
  
  .ZjgEkU3H .modal-body {
    overflow-y: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .yBztoN5n .active.carousel-item-start,
      .yBztoN5n .active.carousel-item-end {
    transition: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .O5U2tQt0Jf,
      .oPXXrnb3lu {
    transition: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .Bgig0aQ1t4,
      .TFkk4Hkra6x {
    --bs-spinner-animation-speed: 1.5s;
  }
}

@media (max-width: 575.98px) {
  .AIqokNuQ {
    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 (max-width: 575.98px)and (prefers-reduced-motion: reduce) {
  .AIqokNuQ {
    transition: none;
  }
}

@media (max-width: 575.98px) {
  .AIqokNuQ.NiuLYhmE {
    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%);
  }
  
  .AIqokNuQ.lvKnjonr {
    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%);
  }
  
  .AIqokNuQ.NPsoBrR1 {
    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%);
  }
  
  .AIqokNuQ.i642APz0 {
    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%);
  }
  
  .AIqokNuQ.showing,
      .AIqokNuQ.show:not(.hiding) {
    transform: none;
  }
  
  .AIqokNuQ.showing,
      .AIqokNuQ.hiding,
      .AIqokNuQ.show {
    visibility: visible;
  }
}

@media (min-width: 576px) {
  .AIqokNuQ {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: rgba(0, 0, 0, 0) !important;
  }
  
  .AIqokNuQ .px64ouEOQ {
    display: none;
  }
  
  .AIqokNuQ .LyOt41S0 {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: rgba(0, 0, 0, 0) !important;
  }
}

@media (max-width: 767.98px) {
  .adxzVafM {
    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 (max-width: 767.98px)and (prefers-reduced-motion: reduce) {
  .adxzVafM {
    transition: none;
  }
}

@media (max-width: 767.98px) {
  .adxzVafM.NiuLYhmE {
    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%);
  }
  
  .adxzVafM.lvKnjonr {
    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%);
  }
  
  .adxzVafM.NPsoBrR1 {
    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%);
  }
  
  .adxzVafM.i642APz0 {
    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%);
  }
  
  .adxzVafM.showing,
      .adxzVafM.show:not(.hiding) {
    transform: none;
  }
  
  .adxzVafM.showing,
      .adxzVafM.hiding,
      .adxzVafM.show {
    visibility: visible;
  }
}

@media (min-width: 768px) {
  .adxzVafM {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: rgba(0, 0, 0, 0) !important;
  }
  
  .adxzVafM .px64ouEOQ {
    display: none;
  }
  
  .adxzVafM .LyOt41S0 {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: rgba(0, 0, 0, 0) !important;
  }
}

@media (max-width: 991.98px) {
  .HM29ZD {
    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 (max-width: 991.98px)and (prefers-reduced-motion: reduce) {
  .HM29ZD {
    transition: none;
  }
}

@media (max-width: 991.98px) {
  .HM29ZD.NiuLYhmE {
    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%);
  }
  
  .HM29ZD.lvKnjonr {
    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%);
  }
  
  .HM29ZD.NPsoBrR1 {
    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%);
  }
  
  .HM29ZD.i642APz0 {
    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%);
  }
  
  .HM29ZD.showing,
      .HM29ZD.show:not(.hiding) {
    transform: none;
  }
  
  .HM29ZD.showing,
      .HM29ZD.hiding,
      .HM29ZD.show {
    visibility: visible;
  }
}

@media (min-width: 992px) {
  .HM29ZD {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: rgba(0, 0, 0, 0) !important;
  }
  
  .HM29ZD .px64ouEOQ {
    display: none;
  }
  
  .HM29ZD .LyOt41S0 {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: rgba(0, 0, 0, 0) !important;
  }
}

@media (max-width: 1199.98px) {
  .hIRQeAywle {
    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 (max-width: 1199.98px)and (prefers-reduced-motion: reduce) {
  .hIRQeAywle {
    transition: none;
  }
}

@media (max-width: 1199.98px) {
  .hIRQeAywle.NiuLYhmE {
    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%);
  }
  
  .hIRQeAywle.lvKnjonr {
    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%);
  }
  
  .hIRQeAywle.NPsoBrR1 {
    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%);
  }
  
  .hIRQeAywle.i642APz0 {
    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%);
  }
  
  .hIRQeAywle.showing,
      .hIRQeAywle.show:not(.hiding) {
    transform: none;
  }
  
  .hIRQeAywle.showing,
      .hIRQeAywle.hiding,
      .hIRQeAywle.show {
    visibility: visible;
  }
}

@media (min-width: 1200px) {
  .hIRQeAywle {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: rgba(0, 0, 0, 0) !important;
  }
  
  .hIRQeAywle .px64ouEOQ {
    display: none;
  }
  
  .hIRQeAywle .LyOt41S0 {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: rgba(0, 0, 0, 0) !important;
  }
}

@media (max-width: 1399.98px) {
  .Lc8pI0w {
    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 (max-width: 1399.98px)and (prefers-reduced-motion: reduce) {
  .Lc8pI0w {
    transition: none;
  }
}

@media (max-width: 1399.98px) {
  .Lc8pI0w.NiuLYhmE {
    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%);
  }
  
  .Lc8pI0w.lvKnjonr {
    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%);
  }
  
  .Lc8pI0w.NPsoBrR1 {
    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%);
  }
  
  .Lc8pI0w.i642APz0 {
    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%);
  }
  
  .Lc8pI0w.showing,
      .Lc8pI0w.show:not(.hiding) {
    transform: none;
  }
  
  .Lc8pI0w.showing,
      .Lc8pI0w.hiding,
      .Lc8pI0w.show {
    visibility: visible;
  }
}

@media (min-width: 1400px) {
  .Lc8pI0w {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: rgba(0, 0, 0, 0) !important;
  }
  
  .Lc8pI0w .px64ouEOQ {
    display: none;
  }
  
  .Lc8pI0w .LyOt41S0 {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: rgba(0, 0, 0, 0) !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    transition: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .LHhNkt6Tcf>.bi {
    transition: none;
  }
}

@media (min-width: 576px) {
  .KQB7AhYtnDM {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  
  .s2yiEbgIQw {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}

@media (min-width: 768px) {
  .SJRNa5ghJ {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  
  .orDpqG {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}

@media (min-width: 992px) {
  .ErG3blaX2 {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  
  .JgKaly4mn {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}

@media (min-width: 1200px) {
  .kltFXnFMYi {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  
  .j9XfJfw {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}

@media (min-width: 1400px) {
  .FK3f8yPVYvg {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  
  .PAYnwUm {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}

@media (min-width: 576px) {
  .hsEvJ2Eggju {
    float: left !important;
  }
  
  .J18tK1aZbg {
    float: right !important;
  }
  
  .cB0PyPCwWn {
    float: none !important;
  }
  
  .DXnOim {
    object-fit: contain !important;
  }
  
  .pHLEEsf {
    object-fit: cover !important;
  }
  
  .XiM4VX {
    object-fit: fill !important;
  }
  
  .jkugnWW {
    object-fit: scale-down !important;
  }
  
  .Qy6ZFYG {
    object-fit: none !important;
  }
  
  .aLBLhNhj {
    display: inline !important;
  }
  
  .bg5mXcKD7d {
    display: inline-block !important;
  }
  
  .wd0fqWY3W {
    display: block !important;
  }
  
  .LhUEaT0 {
    display: grid !important;
  }
  
  .xcEAVPXBY {
    display: inline-grid !important;
  }
  
  .e7uQtc2LH {
    display: table !important;
  }
  
  .nhCqooV3Lr6 {
    display: table-row !important;
  }
  
  .Cjicm3OR {
    display: table-cell !important;
  }
  
  .SmptsUTo {
    display: flex !important;
  }
  
  .VVoYZKFo {
    display: inline-flex !important;
  }
  
  .ijVzaFw {
    display: none !important;
  }
  
  .NGIc0DbYm {
    flex: 1 1 auto !important;
  }
  
  .CAF1em5Ta {
    flex-direction: row !important;
  }
  
  .O0yfgRLa1U {
    flex-direction: column !important;
  }
  
  .TrhfkQmvo5o {
    flex-direction: row-reverse !important;
  }
  
  .fwnzvE {
    flex-direction: column-reverse !important;
  }
  
  .pShc5Fz5mUq {
    flex-grow: 0 !important;
  }
  
  .xxqOf9 {
    flex-grow: 1 !important;
  }
  
  .OCiK1PdJHzc {
    flex-shrink: 0 !important;
  }
  
  .yZworqzIr {
    flex-shrink: 1 !important;
  }
  
  .jakLsZ {
    flex-wrap: wrap !important;
  }
  
  .Z2P9caJU {
    flex-wrap: nowrap !important;
  }
  
  .Xk67BAJ1c {
    flex-wrap: wrap-reverse !important;
  }
  
  .w9WszOFoH {
    justify-content: flex-start !important;
  }
  
  .ZgAXDjQ {
    justify-content: flex-end !important;
  }
  
  .bqgIEn1eUZ {
    justify-content: center !important;
  }
  
  .xTXnV4wI9x8 {
    justify-content: space-between !important;
  }
  
  .BV3se6nc {
    justify-content: space-around !important;
  }
  
  .DoFxDQ {
    justify-content: space-evenly !important;
  }
  
  .KR3EK3DS2qA {
    align-items: flex-start !important;
  }
  
  .NeS5IS {
    align-items: flex-end !important;
  }
  
  .iHpR3f {
    align-items: center !important;
  }
  
  .AMZcmbj2XT {
    align-items: baseline !important;
  }
  
  .cEjLnGh5 {
    align-items: stretch !important;
  }
  
  .idWWhwQy {
    align-content: flex-start !important;
  }
  
  .IQs7JeesUo {
    align-content: flex-end !important;
  }
  
  .MbgFe7Nrx0P {
    align-content: center !important;
  }
  
  .oprIX5IHA9 {
    align-content: space-between !important;
  }
  
  .sOSfROqz {
    align-content: space-around !important;
  }
  
  .QLy4g9p {
    align-content: stretch !important;
  }
  
  .LG0hETnzvjK {
    align-self: auto !important;
  }
  
  .aBbzCng {
    align-self: flex-start !important;
  }
  
  .DFtOva8 {
    align-self: flex-end !important;
  }
  
  .OCV4H45P40 {
    align-self: center !important;
  }
  
  .gGFCGy3fAi {
    align-self: baseline !important;
  }
  
  .NwmFD97P {
    align-self: stretch !important;
  }
  
  .CcfSUEY {
    order: -1 !important;
  }
  
  .QHwoWYo4AJf {
    order: 0 !important;
  }
  
  .vlFw7Q1J9s {
    order: 1 !important;
  }
  
  .HsnVcaZ {
    order: 2 !important;
  }
  
  .szPrYtlE6 {
    order: 3 !important;
  }
  
  .OwGlmQo {
    order: 4 !important;
  }
  
  .Qofy04d {
    order: 5 !important;
  }
  
  .CZTwQVud2yV {
    order: 6 !important;
  }
  
  .AZT92vC9lvs {
    margin: 0 !important;
  }
  
  .AezeA4 {
    margin: .25rem !important;
  }
  
  .DGrx2Z1Oi {
    margin: .5rem !important;
  }
  
  .zkVffQA6b {
    margin: .75rem !important;
  }
  
  .K7RvNDchf5D {
    margin: 1rem !important;
  }
  
  .Q7qGga {
    margin: 1.25rem !important;
  }
  
  .xzH6lP96H {
    margin: 1.5rem !important;
  }
  
  .v615hWJ46J3 {
    margin: 1.75rem !important;
  }
  
  .k3XVDN7v {
    margin: 2rem !important;
  }
  
  .av4lq5 {
    margin: 3rem !important;
  }
  
  .ddNSyYWzO {
    margin: 3.5rem !important;
  }
  
  .gYYvpWG {
    margin: 4rem !important;
  }
  
  .EDagoPgj {
    margin: 5rem !important;
  }
  
  .KkPkkn {
    margin: 6rem !important;
  }
  
  .vaQfwhD {
    margin: auto !important;
  }
  
  .xj92AF82kic {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  
  .nsTU16Q6Up {
    margin-right: .25rem !important;
    margin-left: .25rem !important;
  }
  
  .x75BbO {
    margin-right: .5rem !important;
    margin-left: .5rem !important;
  }
  
  .oWrBwL4HWL {
    margin-right: .75rem !important;
    margin-left: .75rem !important;
  }
  
  .wJ63RgHALc {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  
  .haB4rsfXi {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  
  .QECdnxoVs {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  
  .J9QfWOwPQ9 {
    margin-right: 1.75rem !important;
    margin-left: 1.75rem !important;
  }
  
  .JF7kBdlbYg {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  
  .FBE0iDdIH4N {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  
  .hQtM82w {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  
  .ww2eUBd4Nyi {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  
  .TOAxvqH7SUc {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  
  .xNgnajgfDbd {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  
  .lj1wyyU {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  
  .C0gEHmtV {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  
  .p5k5LKhxamS {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important;
  }
  
  .lOiEWn5mw {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
  }
  
  .tgUWXm9uLp7 {
    margin-top: .75rem !important;
    margin-bottom: .75rem !important;
  }
  
  .zmOVK0IFKP {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  
  .RuelkEXn {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  
  .UC4ojA {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  
  .xgAcKcw {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }
  
  .SK4iTJB {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  
  .GPIWQ53 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  
  .oropEMefRVh {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  
  .bm2h3LpTty {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  
  .RAzvupSD2fw {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  
  .WL1cY85yz {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  
  .cdRl2I5Dqg {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  
  .fqEwvUdh56 {
    margin-top: 0 !important;
  }
  
  .YfPpwtvb {
    margin-top: .25rem !important;
  }
  
  .SIaEKtagYj {
    margin-top: .5rem !important;
  }
  
  .nQnttaD06 {
    margin-top: .75rem !important;
  }
  
  .IsykRa6pbw {
    margin-top: 1rem !important;
  }
  
  .Ct2sdj93u6 {
    margin-top: 1.25rem !important;
  }
  
  .v5v5yec {
    margin-top: 1.5rem !important;
  }
  
  .kZLyeGf {
    margin-top: 1.75rem !important;
  }
  
  .nRiXm3c0U5w {
    margin-top: 2rem !important;
  }
  
  .drbogg18G {
    margin-top: 3rem !important;
  }
  
  .WDWBocQC {
    margin-top: 3.5rem !important;
  }
  
  .JHn9DaJbjfe {
    margin-top: 4rem !important;
  }
  
  .oqUnmGYnyfQ {
    margin-top: 5rem !important;
  }
  
  .gfpna81jaCe {
    margin-top: 6rem !important;
  }
  
  .j9weImza5D {
    margin-top: auto !important;
  }
  
  .Z2WKrA7dac2 {
    margin-right: 0 !important;
  }
  
  .IhljZvjN1Cm {
    margin-right: .25rem !important;
  }
  
  .DAP9UAa58 {
    margin-right: .5rem !important;
  }
  
  .f2WOXPj {
    margin-right: .75rem !important;
  }
  
  .VMvtwdIz {
    margin-right: 1rem !important;
  }
  
  .PkjAbHpf {
    margin-right: 1.25rem !important;
  }
  
  .idk3ztb5 {
    margin-right: 1.5rem !important;
  }
  
  .lLKPK4J79 {
    margin-right: 1.75rem !important;
  }
  
  .xwhyQ6E {
    margin-right: 2rem !important;
  }
  
  .EC2r1JFRJl {
    margin-right: 3rem !important;
  }
  
  .WfJi85h7Y0c {
    margin-right: 3.5rem !important;
  }
  
  .E3nPjViG9a {
    margin-right: 4rem !important;
  }
  
  .jhS7LCE {
    margin-right: 5rem !important;
  }
  
  .butVUsUx {
    margin-right: 6rem !important;
  }
  
  .ww0tCW {
    margin-right: auto !important;
  }
  
  .EBBk5Tr {
    margin-bottom: 0 !important;
  }
  
  .UZdYdBXu {
    margin-bottom: .25rem !important;
  }
  
  .cx25wNeL {
    margin-bottom: .5rem !important;
  }
  
  .b4DJn3 {
    margin-bottom: .75rem !important;
  }
  
  .gaaaf7tu {
    margin-bottom: 1rem !important;
  }
  
  .fHCb1oZ {
    margin-bottom: 1.25rem !important;
  }
  
  .caFd0ys0jR {
    margin-bottom: 1.5rem !important;
  }
  
  .FjU8lTSpTJ {
    margin-bottom: 1.75rem !important;
  }
  
  .cEEUay305i6 {
    margin-bottom: 2rem !important;
  }
  
  .Ho9tbTGg0 {
    margin-bottom: 3rem !important;
  }
  
  .PhTSfcBcyE {
    margin-bottom: 3.5rem !important;
  }
  
  .xO6sgm {
    margin-bottom: 4rem !important;
  }
  
  .rLrsQdyoWP {
    margin-bottom: 5rem !important;
  }
  
  .nfkmWj1vQ {
    margin-bottom: 6rem !important;
  }
  
  .y5MfGtYjM {
    margin-bottom: auto !important;
  }
  
  .WvxH6Xxn {
    margin-left: 0 !important;
  }
  
  .iaxXrC {
    margin-left: .25rem !important;
  }
  
  .nAqJmqlMhX {
    margin-left: .5rem !important;
  }
  
  .s2pn9W1B3nS {
    margin-left: .75rem !important;
  }
  
  .xAJguMVbR {
    margin-left: 1rem !important;
  }
  
  .iKSQbP {
    margin-left: 1.25rem !important;
  }
  
  .tSErjfn {
    margin-left: 1.5rem !important;
  }
  
  .Kfu4De {
    margin-left: 1.75rem !important;
  }
  
  .vUD70lAZaFh {
    margin-left: 2rem !important;
  }
  
  .T7TvwiPS {
    margin-left: 3rem !important;
  }
  
  .qcsRf8d0j {
    margin-left: 3.5rem !important;
  }
  
  .LQwMVTngda {
    margin-left: 4rem !important;
  }
  
  .fhATjh {
    margin-left: 5rem !important;
  }
  
  .TXauywP {
    margin-left: 6rem !important;
  }
  
  .NegQffY {
    margin-left: auto !important;
  }
  
  .AXSi2k {
    margin: -0.25rem !important;
  }
  
  .jYQ5sOHUdL {
    margin: -0.5rem !important;
  }
  
  .PGn9eUIfdqP {
    margin: -0.75rem !important;
  }
  
  .x71F8U8Edd {
    margin: -1rem !important;
  }
  
  .Ja2WpV7Ac {
    margin: -1.25rem !important;
  }
  
  .nFq57HGqU {
    margin: -1.5rem !important;
  }
  
  .KA7fKDGBw1d {
    margin: -1.75rem !important;
  }
  
  .wJbUqJ2 {
    margin: -2rem !important;
  }
  
  .ehG9xLOzTb0 {
    margin: -3rem !important;
  }
  
  .wcSPMtCRQg {
    margin: -3.5rem !important;
  }
  
  .ngjzsD {
    margin: -4rem !important;
  }
  
  .kjfr7wMXUcy {
    margin: -5rem !important;
  }
  
  .GbjdB2Les {
    margin: -6rem !important;
  }
  
  .cLgtM9KDW24 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  
  .TaNt3Baq {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  
  .brzQWRl {
    margin-right: -0.75rem !important;
    margin-left: -0.75rem !important;
  }
  
  .uM4OWOrA8v {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  
  .A0uzlj {
    margin-right: -1.25rem !important;
    margin-left: -1.25rem !important;
  }
  
  .gj7meUXU {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  
  .P91ABu3H2S {
    margin-right: -1.75rem !important;
    margin-left: -1.75rem !important;
  }
  
  .dyfv8t {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }
  
  .xyD7cEyQX {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  
  .wPzbB0oF {
    margin-right: -3.5rem !important;
    margin-left: -3.5rem !important;
  }
  
  .gr2hGEYtFi {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }
  
  .rejgZUd {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }
  
  .inK5n9T4V {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }
  
  .dkobIuBwhlG {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  
  .K5uXTnopx {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  
  .U32CyR {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }
  
  .dswCsoX {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  
  .kEJDCi5 {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }
  
  .oQG9ya8EIIq {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  
  .misb7lsLE {
    margin-top: -1.75rem !important;
    margin-bottom: -1.75rem !important;
  }
  
  .gnD8f5e {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
  
  .Aspm7wnx {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  
  .tK4khxu {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }
  
  .nShwWtGjBFq {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  
  .UGli85b {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  
  .ImOLmosX {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }
  
  .haGdr3z {
    margin-top: -0.25rem !important;
  }
  
  .yEp8hH4Jv2 {
    margin-top: -0.5rem !important;
  }
  
  .n5vacqEsMMB {
    margin-top: -0.75rem !important;
  }
  
  .iNmoOBrMU {
    margin-top: -1rem !important;
  }
  
  .gKIEYdF8 {
    margin-top: -1.25rem !important;
  }
  
  .WkfUdu2lPwD {
    margin-top: -1.5rem !important;
  }
  
  .ubdbf0 {
    margin-top: -1.75rem !important;
  }
  
  .JAvxbLP5 {
    margin-top: -2rem !important;
  }
  
  .TbtvF7i7 {
    margin-top: -3rem !important;
  }
  
  .y2pPZQa {
    margin-top: -3.5rem !important;
  }
  
  .eAEjOs7V {
    margin-top: -4rem !important;
  }
  
  .QvCpEXXSJDA {
    margin-top: -5rem !important;
  }
  
  .vG19Eaygvv {
    margin-top: -6rem !important;
  }
  
  .dn65PgXaHas {
    margin-right: -0.25rem !important;
  }
  
  .wPKKjs {
    margin-right: -0.5rem !important;
  }
  
  .YCKjsKU16gE {
    margin-right: -0.75rem !important;
  }
  
  .Rfb1s0Te1 {
    margin-right: -1rem !important;
  }
  
  .xzdgKXitd {
    margin-right: -1.25rem !important;
  }
  
  .zFAS0xrPHo {
    margin-right: -1.5rem !important;
  }
  
  .spd0vyk {
    margin-right: -1.75rem !important;
  }
  
  .saXm4ni {
    margin-right: -2rem !important;
  }
  
  .i9ZNumDK {
    margin-right: -3rem !important;
  }
  
  .wleT37d7 {
    margin-right: -3.5rem !important;
  }
  
  .R1MkX6 {
    margin-right: -4rem !important;
  }
  
  .zXkX36TEo {
    margin-right: -5rem !important;
  }
  
  .ydwTNw {
    margin-right: -6rem !important;
  }
  
  .F2lTjZIUMX {
    margin-bottom: -0.25rem !important;
  }
  
  .Ztu700psQ4G {
    margin-bottom: -0.5rem !important;
  }
  
  .SvojB9o {
    margin-bottom: -0.75rem !important;
  }
  
  .ZH3OHLVCU3K {
    margin-bottom: -1rem !important;
  }
  
  .cJZA6V {
    margin-bottom: -1.25rem !important;
  }
  
  .ifiJK3Nd72T {
    margin-bottom: -1.5rem !important;
  }
  
  .AsIYann5 {
    margin-bottom: -1.75rem !important;
  }
  
  .EOOiIVDC {
    margin-bottom: -2rem !important;
  }
  
  .eOlR1l882 {
    margin-bottom: -3rem !important;
  }
  
  .zguelB {
    margin-bottom: -3.5rem !important;
  }
  
  .DxnagHuu {
    margin-bottom: -4rem !important;
  }
  
  .TXaTfy5VQR {
    margin-bottom: -5rem !important;
  }
  
  .rbKwnzOWwd {
    margin-bottom: -6rem !important;
  }
  
  .Fh9ANq6bcB {
    margin-left: -0.25rem !important;
  }
  
  .bhFNd44g {
    margin-left: -0.5rem !important;
  }
  
  .eRfxSJ4ZjUQ {
    margin-left: -0.75rem !important;
  }
  
  .rGpxEgv {
    margin-left: -1rem !important;
  }
  
  .nuUip9 {
    margin-left: -1.25rem !important;
  }
  
  .Ct5S821886s {
    margin-left: -1.5rem !important;
  }
  
  .xQTD48u7K9y {
    margin-left: -1.75rem !important;
  }
  
  .Y12eJyjFvXZ {
    margin-left: -2rem !important;
  }
  
  .SaHwA5J2i {
    margin-left: -3rem !important;
  }
  
  .gcu1yr {
    margin-left: -3.5rem !important;
  }
  
  .XTVVF1GG {
    margin-left: -4rem !important;
  }
  
  .y6NhU2yps {
    margin-left: -5rem !important;
  }
  
  .sdzMxMMuxAd {
    margin-left: -6rem !important;
  }
  
  .gFpybKU7 {
    padding: 0 !important;
  }
  
  .nVVwTTtzli {
    padding: .25rem !important;
  }
  
  .QA7lzb {
    padding: .5rem !important;
  }
  
  .lPqOk1 {
    padding: .75rem !important;
  }
  
  .gNJMbs {
    padding: 1rem !important;
  }
  
  .RCDG8YxQR5 {
    padding: 1.25rem !important;
  }
  
  .yT6cyxpfiL {
    padding: 1.5rem !important;
  }
  
  .B2BD1mKo {
    padding: 1.75rem !important;
  }
  
  .UCjD3V {
    padding: 2rem !important;
  }
  
  .YH3ShujTGar {
    padding: 3rem !important;
  }
  
  .QMIQyVkVdR {
    padding: 3.5rem !important;
  }
  
  .keKgpkr {
    padding: 4rem !important;
  }
  
  .L6p3F5Vj {
    padding: 5rem !important;
  }
  
  .M3kv8fgus {
    padding: 6rem !important;
  }
  
  .Sgf20Ldmdw {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  
  .KEGsrC {
    padding-right: .25rem !important;
    padding-left: .25rem !important;
  }
  
  .bPRL0tTU {
    padding-right: .5rem !important;
    padding-left: .5rem !important;
  }
  
  .zSUwU3DfVe {
    padding-right: .75rem !important;
    padding-left: .75rem !important;
  }
  
  .sHQD2Qc {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  
  .fdw9kPJ {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  
  .Pb6RJDlv9f {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  
  .JpHz3ae8 {
    padding-right: 1.75rem !important;
    padding-left: 1.75rem !important;
  }
  
  .bYNF3ovGVQT {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  
  .nlRn1dZ {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  
  .ghC8NYOW5k8 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  
  .QoduZy {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  
  .CGC7WuaROUg {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  
  .xpr3BeMJUnx {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  
  .OVLYeFJN {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  
  .gvj5PJ5qGgc {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
  }
  
  .IHwde6fZ {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
  }
  
  .HBgeTahH {
    padding-top: .75rem !important;
    padding-bottom: .75rem !important;
  }
  
  .ncqpI4s {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  
  .CZlee76gG {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  
  .nLj5WL {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  
  .BZgC13t1y {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }
  
  .tpAJWdckcZ {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  
  .uzWo8mgeyA {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  
  .UImgxxl {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  
  .vdDlLzw {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  
  .X8IHbdZ {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  
  .twJkmtM {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  
  .xe3SQvAqws {
    padding-top: 0 !important;
  }
  
  .pVZqWBLqG {
    padding-top: .25rem !important;
  }
  
  .y4P9xs5Ln {
    padding-top: .5rem !important;
  }
  
  .QResDpI {
    padding-top: .75rem !important;
  }
  
  .umCzKr0kAe {
    padding-top: 1rem !important;
  }
  
  .oQTqPwM {
    padding-top: 1.25rem !important;
  }
  
  .y3ePwL4xgBa {
    padding-top: 1.5rem !important;
  }
  
  .wMpRmMUY0 {
    padding-top: 1.75rem !important;
  }
  
  .OlX1hhaSZK {
    padding-top: 2rem !important;
  }
  
  .AtZ6uW {
    padding-top: 3rem !important;
  }
  
  .lnxFdO {
    padding-top: 3.5rem !important;
  }
  
  .yGGMcUt {
    padding-top: 4rem !important;
  }
  
  .wietgk4ORA {
    padding-top: 5rem !important;
  }
  
  .OvRFA3TEMY {
    padding-top: 6rem !important;
  }
  
  .CFfeLz {
    padding-right: 0 !important;
  }
  
  .ctm9pjS {
    padding-right: .25rem !important;
  }
  
  .URLod85QN9 {
    padding-right: .5rem !important;
  }
  
  .mqYIHS {
    padding-right: .75rem !important;
  }
  
  .gLSzsa {
    padding-right: 1rem !important;
  }
  
  .DwinCPq2PSv {
    padding-right: 1.25rem !important;
  }
  
  .yIgcfBSuO {
    padding-right: 1.5rem !important;
  }
  
  .aLex8ftiCG {
    padding-right: 1.75rem !important;
  }
  
  .pDHpF01P {
    padding-right: 2rem !important;
  }
  
  .ZckczUfcaJ {
    padding-right: 3rem !important;
  }
  
  .n4tPCYpvfX {
    padding-right: 3.5rem !important;
  }
  
  .DGyLIsk {
    padding-right: 4rem !important;
  }
  
  .bwERDIaT8wV {
    padding-right: 5rem !important;
  }
  
  .QqUSwyP8sA {
    padding-right: 6rem !important;
  }
  
  .alf67pOr2 {
    padding-bottom: 0 !important;
  }
  
  .P7tvZzbnGG {
    padding-bottom: .25rem !important;
  }
  
  .mEnlG2Ejuul {
    padding-bottom: .5rem !important;
  }
  
  .ckQgKoe7Y {
    padding-bottom: .75rem !important;
  }
  
  .ycsEgtgV {
    padding-bottom: 1rem !important;
  }
  
  .ijkMZU1nmB {
    padding-bottom: 1.25rem !important;
  }
  
  .C4Z0KC {
    padding-bottom: 1.5rem !important;
  }
  
  .Z1KEE346 {
    padding-bottom: 1.75rem !important;
  }
  
  .DZNK70H9eh {
    padding-bottom: 2rem !important;
  }
  
  .Zc25XhwY {
    padding-bottom: 3rem !important;
  }
  
  .NRMWr8R {
    padding-bottom: 3.5rem !important;
  }
  
  .DeaejRJCWv {
    padding-bottom: 4rem !important;
  }
  
  .iyemk0 {
    padding-bottom: 5rem !important;
  }
  
  .EMslHejcO9 {
    padding-bottom: 6rem !important;
  }
  
  .MMq9t24 {
    padding-left: 0 !important;
  }
  
  .d2qqKHE2 {
    padding-left: .25rem !important;
  }
  
  .HFKCNl {
    padding-left: .5rem !important;
  }
  
  .vlcYSR {
    padding-left: .75rem !important;
  }
  
  .FMbhAB {
    padding-left: 1rem !important;
  }
  
  .f8k2MdEVqTi {
    padding-left: 1.25rem !important;
  }
  
  .Lq9IH02J3pA {
    padding-left: 1.5rem !important;
  }
  
  .E04deeG {
    padding-left: 1.75rem !important;
  }
  
  .al062We {
    padding-left: 2rem !important;
  }
  
  .WyjgKtePsq9 {
    padding-left: 3rem !important;
  }
  
  .YND1TrFLwDk {
    padding-left: 3.5rem !important;
  }
  
  .UBgJdbTagja {
    padding-left: 4rem !important;
  }
  
  .ibNCm12 {
    padding-left: 5rem !important;
  }
  
  .sUMONcmywm {
    padding-left: 6rem !important;
  }
  
  .axkIOwxPgN {
    gap: 0 !important;
  }
  
  .gOcVemnh {
    gap: .25rem !important;
  }
  
  .Jw2hSAX76U {
    gap: .5rem !important;
  }
  
  .trpowsaUf {
    gap: .75rem !important;
  }
  
  .YJetFn4H0Kc {
    gap: 1rem !important;
  }
  
  .FkwwKXv {
    gap: 1.25rem !important;
  }
  
  .q9xvhNeeL4 {
    gap: 1.5rem !important;
  }
  
  .gsnmO70 {
    gap: 1.75rem !important;
  }
  
  .JHjQPULs2 {
    gap: 2rem !important;
  }
  
  .cfD0WF7SM2s {
    gap: 3rem !important;
  }
  
  .d6T5J6Qzdk {
    gap: 3.5rem !important;
  }
  
  .DPXeuuYIm {
    gap: 4rem !important;
  }
  
  .KxTvmpBID {
    gap: 5rem !important;
  }
  
  .rgP0MZbn {
    gap: 6rem !important;
  }
  
  .dZOWQ4BI {
    row-gap: 0 !important;
  }
  
  .bP9wMA {
    row-gap: .25rem !important;
  }
  
  .DRWzmr0rJK9 {
    row-gap: .5rem !important;
  }
  
  .na0LGE {
    row-gap: .75rem !important;
  }
  
  .LdhhJH {
    row-gap: 1rem !important;
  }
  
  .JWjJJ6 {
    row-gap: 1.25rem !important;
  }
  
  .fEAmX6fL {
    row-gap: 1.5rem !important;
  }
  
  .A0LoKD {
    row-gap: 1.75rem !important;
  }
  
  .qLwMyXrI {
    row-gap: 2rem !important;
  }
  
  .xg3bY0j {
    row-gap: 3rem !important;
  }
  
  .r8DqSCooO {
    row-gap: 3.5rem !important;
  }
  
  .XSru8AmB {
    row-gap: 4rem !important;
  }
  
  .tlVBih {
    row-gap: 5rem !important;
  }
  
  .M9dHHg0NZKv {
    row-gap: 6rem !important;
  }
  
  .IG8d52XsPH {
    column-gap: 0 !important;
  }
  
  .R7lhaCao {
    column-gap: .25rem !important;
  }
  
  .VBjSiX {
    column-gap: .5rem !important;
  }
  
  .QuLvKJ2lqhR {
    column-gap: .75rem !important;
  }
  
  .KbwlXcRs {
    column-gap: 1rem !important;
  }
  
  .wViZsgs2z {
    column-gap: 1.25rem !important;
  }
  
  .neuqnShRq {
    column-gap: 1.5rem !important;
  }
  
  .uEl5O5meS {
    column-gap: 1.75rem !important;
  }
  
  .sD45Jv {
    column-gap: 2rem !important;
  }
  
  .B8UjvBSb {
    column-gap: 3rem !important;
  }
  
  .QEkgWP {
    column-gap: 3.5rem !important;
  }
  
  .lbNA6q4F {
    column-gap: 4rem !important;
  }
  
  .hBtFivgKzY {
    column-gap: 5rem !important;
  }
  
  .LDRCVw1 {
    column-gap: 6rem !important;
  }
  
  .gL9uZLaEejO {
    text-align: left !important;
  }
  
  .IwV9s2fXzNa {
    text-align: right !important;
  }
  
  .EIDD8pCBZl {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .dLB3eHHK {
    float: left !important;
  }
  
  .Pdgr6uqfjw0 {
    float: right !important;
  }
  
  .qW9KHKw {
    float: none !important;
  }
  
  .goA7uw {
    object-fit: contain !important;
  }
  
  .z5zx5phjXO {
    object-fit: cover !important;
  }
  
  .tDM0O2P {
    object-fit: fill !important;
  }
  
  .JgfWycR {
    object-fit: scale-down !important;
  }
  
  .dFodaOp9 {
    object-fit: none !important;
  }
  
  .IVs4E8 {
    display: inline !important;
  }
  
  .s79ezYmJjSx {
    display: inline-block !important;
  }
  
  .HGKLxZycid {
    display: block !important;
  }
  
  .bejggJ6 {
    display: grid !important;
  }
  
  .Yh4F67jq {
    display: inline-grid !important;
  }
  
  .Jx2GBFeAZ {
    display: table !important;
  }
  
  .RN6Yn6tUxa {
    display: table-row !important;
  }
  
  .KZkd1gFgx7U {
    display: table-cell !important;
  }
  
  .fnOPez {
    display: flex !important;
  }
  
  .gRCCWpz5bWW {
    display: inline-flex !important;
  }
  
  .lJAY9iJG79k {
    display: none !important;
  }
  
  .KbAGac4C45 {
    flex: 1 1 auto !important;
  }
  
  .El6fgto1 {
    flex-direction: row !important;
  }
  
  .Db2Ahy {
    flex-direction: column !important;
  }
  
  .xpisNFcveD {
    flex-direction: row-reverse !important;
  }
  
  .yUmgEs {
    flex-direction: column-reverse !important;
  }
  
  .MHJH0K {
    flex-grow: 0 !important;
  }
  
  .dfE7x4P {
    flex-grow: 1 !important;
  }
  
  .nzdpOyB {
    flex-shrink: 0 !important;
  }
  
  .NqujPTmloO {
    flex-shrink: 1 !important;
  }
  
  .P3S8iNnI {
    flex-wrap: wrap !important;
  }
  
  .wU4VuI {
    flex-wrap: nowrap !important;
  }
  
  .ZZ2JBSlV {
    flex-wrap: wrap-reverse !important;
  }
  
  .cHMttz6dF {
    justify-content: flex-start !important;
  }
  
  .F1iBf85Hy {
    justify-content: flex-end !important;
  }
  
  .EZcHphVQj {
    justify-content: center !important;
  }
  
  .pU5UCcGL4 {
    justify-content: space-between !important;
  }
  
  .cnjqrM9hqC5 {
    justify-content: space-around !important;
  }
  
  .aB0JFVn48 {
    justify-content: space-evenly !important;
  }
  
  .lkWnet {
    align-items: flex-start !important;
  }
  
  .CZ3SL4H {
    align-items: flex-end !important;
  }
  
  .n4toYIg2f6x {
    align-items: center !important;
  }
  
  .yWdbDTdylN {
    align-items: baseline !important;
  }
  
  .vtW1YcHhWT {
    align-items: stretch !important;
  }
  
  .f7BOtb {
    align-content: flex-start !important;
  }
  
  .f6OeVa3FZM {
    align-content: flex-end !important;
  }
  
  .SLCHHaH {
    align-content: center !important;
  }
  
  .Tfn1Wz {
    align-content: space-between !important;
  }
  
  .zFcoveVQUDb {
    align-content: space-around !important;
  }
  
  .SHA17OKG6 {
    align-content: stretch !important;
  }
  
  .AcJk67IE87 {
    align-self: auto !important;
  }
  
  .eHHJE5If {
    align-self: flex-start !important;
  }
  
  .Ji3nmjHmz47 {
    align-self: flex-end !important;
  }
  
  .ZXdZjy5XKGY {
    align-self: center !important;
  }
  
  .fVYHZMef {
    align-self: baseline !important;
  }
  
  .NZvzohYPqb {
    align-self: stretch !important;
  }
  
  .CNtDG0Zs {
    order: -1 !important;
  }
  
  .KECPYe {
    order: 0 !important;
  }
  
  .Pdh4kTZov {
    order: 1 !important;
  }
  
  .fzgRPWfmr9F {
    order: 2 !important;
  }
  
  .KAzb8Zeh {
    order: 3 !important;
  }
  
  .eV3PrMqyxf {
    order: 4 !important;
  }
  
  .P5dxhL {
    order: 5 !important;
  }
  
  .RfKXCmd9 {
    order: 6 !important;
  }
  
  .E38UPV {
    margin: 0 !important;
  }
  
  .B73a5v8 {
    margin: .25rem !important;
  }
  
  .yMkFFLRD {
    margin: .5rem !important;
  }
  
  .U7IRk5 {
    margin: .75rem !important;
  }
  
  .zNZ8pLCXX {
    margin: 1rem !important;
  }
  
  .jcARfk {
    margin: 1.25rem !important;
  }
  
  .VFzNbPYx {
    margin: 1.5rem !important;
  }
  
  .pahc6WVt {
    margin: 1.75rem !important;
  }
  
  .khkEf3I {
    margin: 2rem !important;
  }
  
  .jjZDqEdX {
    margin: 3rem !important;
  }
  
  .BOnDtYGt {
    margin: 3.5rem !important;
  }
  
  .ntICFfAcP {
    margin: 4rem !important;
  }
  
  .gW7Wx0 {
    margin: 5rem !important;
  }
  
  .ohaAOi {
    margin: 6rem !important;
  }
  
  .mdR3ih2yB {
    margin: auto !important;
  }
  
  .MdTFudCNju {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  
  .DIBQR7X33QE {
    margin-right: .25rem !important;
    margin-left: .25rem !important;
  }
  
  .HKKImX {
    margin-right: .5rem !important;
    margin-left: .5rem !important;
  }
  
  .UpIPDfwf8t {
    margin-right: .75rem !important;
    margin-left: .75rem !important;
  }
  
  .UEe5Zp {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  
  .o8KpmHkiukn {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  
  .MYGIQEBVm {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  
  .O8pUpf {
    margin-right: 1.75rem !important;
    margin-left: 1.75rem !important;
  }
  
  .NQGocwAkbD {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  
  .mtOMroD {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  
  .SnD5kAOOSOA {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  
  .BKAJXaM1P {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  
  .HeVJrSHvR {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  
  .WM6BiiGXOMb {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  
  .P16vdLf {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  
  .kFcxBYF {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  
  .HzETV4TpLlL {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important;
  }
  
  .DcWpXEE15 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
  }
  
  .vRVruB1Uh {
    margin-top: .75rem !important;
    margin-bottom: .75rem !important;
  }
  
  .k0F1atKBc {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  
  .AhFJBR {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  
  .eIWXzh {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  
  .SDWOVfhtv {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }
  
  .XPEaDY {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  
  .Tfzu7855t {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  
  .AgoEaIPB {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  
  .aCc7c0cK2pe {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  
  .Qucbak2A0 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  
  .KDsYD7pV11 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  
  .GqdWty {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  
  .TF6gZHdh {
    margin-top: 0 !important;
  }
  
  .OS1HwT {
    margin-top: .25rem !important;
  }
  
  .uJOQRLINl0r {
    margin-top: .5rem !important;
  }
  
  .xapGQS0Ag {
    margin-top: .75rem !important;
  }
  
  .XaVxgf2 {
    margin-top: 1rem !important;
  }
  
  .dFoWtyPDhDH {
    margin-top: 1.25rem !important;
  }
  
  .QMAeNE2 {
    margin-top: 1.5rem !important;
  }
  
  .SdwVbDmPC {
    margin-top: 1.75rem !important;
  }
  
  .yt8tHpkKKj {
    margin-top: 2rem !important;
  }
  
  .FqLH4cdX1O {
    margin-top: 3rem !important;
  }
  
  .ns6Q8Rg1T {
    margin-top: 3.5rem !important;
  }
  
  .t7Nm79 {
    margin-top: 4rem !important;
  }
  
  .DieyU8HqAfN {
    margin-top: 5rem !important;
  }
  
  .rhoGAGKXByh {
    margin-top: 6rem !important;
  }
  
  .ZfP6AmoH {
    margin-top: auto !important;
  }
  
  .or7ldavArr {
    margin-right: 0 !important;
  }
  
  .UgLtYeVWj {
    margin-right: .25rem !important;
  }
  
  .zONUBTN {
    margin-right: .5rem !important;
  }
  
  .TUeCwJ57sG {
    margin-right: .75rem !important;
  }
  
  .dRNSS8Ex {
    margin-right: 1rem !important;
  }
  
  .XfWR8YfUn {
    margin-right: 1.25rem !important;
  }
  
  .EFbIJVqFwEP {
    margin-right: 1.5rem !important;
  }
  
  .CfWMLek9Tww {
    margin-right: 1.75rem !important;
  }
  
  .AfbYv7L {
    margin-right: 2rem !important;
  }
  
  .lD3cTiD1TV {
    margin-right: 3rem !important;
  }
  
  .XbejTbK4 {
    margin-right: 3.5rem !important;
  }
  
  .wdiGMEe7H {
    margin-right: 4rem !important;
  }
  
  .vPWPsfImEq {
    margin-right: 5rem !important;
  }
  
  .OKjzCgh8z5 {
    margin-right: 6rem !important;
  }
  
  .q57zMkB {
    margin-right: auto !important;
  }
  
  .rGiufWn2APk {
    margin-bottom: 0 !important;
  }
  
  .VQQ5vvej {
    margin-bottom: .25rem !important;
  }
  
  .rgqkiI {
    margin-bottom: .5rem !important;
  }
  
  .dyWZxt7Q {
    margin-bottom: .75rem !important;
  }
  
  .cyevkMpvc {
    margin-bottom: 1rem !important;
  }
  
  .niu10k {
    margin-bottom: 1.25rem !important;
  }
  
  .kdVicz2hX {
    margin-bottom: 1.5rem !important;
  }
  
  .U5ZmzTdg {
    margin-bottom: 1.75rem !important;
  }
  
  .Sp3VBasoX {
    margin-bottom: 2rem !important;
  }
  
  .X8od4QV {
    margin-bottom: 3rem !important;
  }
  
  .NZ5dqWo9X {
    margin-bottom: 3.5rem !important;
  }
  
  .bcH4tdjMLO {
    margin-bottom: 4rem !important;
  }
  
  .FUX4vh {
    margin-bottom: 5rem !important;
  }
  
  .s0YHGS {
    margin-bottom: 6rem !important;
  }
  
  .zLoPIDX {
    margin-bottom: auto !important;
  }
  
  .Gtzy8A {
    margin-left: 0 !important;
  }
  
  .gS9aAqMNTN {
    margin-left: .25rem !important;
  }
  
  .J5mPXW {
    margin-left: .5rem !important;
  }
  
  .dRC9robT {
    margin-left: .75rem !important;
  }
  
  .WAX471 {
    margin-left: 1rem !important;
  }
  
  .qRj6x7Gtx {
    margin-left: 1.25rem !important;
  }
  
  .IwdSWR7 {
    margin-left: 1.5rem !important;
  }
  
  .U5Dx7aUA2 {
    margin-left: 1.75rem !important;
  }
  
  .Aohd9aqlqcH {
    margin-left: 2rem !important;
  }
  
  .P200rggnG {
    margin-left: 3rem !important;
  }
  
  .omrJIfhG {
    margin-left: 3.5rem !important;
  }
  
  .FB0AfDvljk {
    margin-left: 4rem !important;
  }
  
  .Q01Wi3U5IhD {
    margin-left: 5rem !important;
  }
  
  .VcMveLsFj {
    margin-left: 6rem !important;
  }
  
  .GqQhEoE {
    margin-left: auto !important;
  }
  
  .RFCJVZ {
    margin: -0.25rem !important;
  }
  
  .aIhslrN {
    margin: -0.5rem !important;
  }
  
  .SFVxSoRhzhe {
    margin: -0.75rem !important;
  }
  
  .cMcZMfw {
    margin: -1rem !important;
  }
  
  .esWKkgOJ {
    margin: -1.25rem !important;
  }
  
  .c2PP6aGIuj6 {
    margin: -1.5rem !important;
  }
  
  .xewMcrp {
    margin: -1.75rem !important;
  }
  
  .iOxYlQW {
    margin: -2rem !important;
  }
  
  .WFiELuj6fP {
    margin: -3rem !important;
  }
  
  .IOmW03Co {
    margin: -3.5rem !important;
  }
  
  .kunmtAz5 {
    margin: -4rem !important;
  }
  
  .VbEjUrb3 {
    margin: -5rem !important;
  }
  
  .owLYgnD5 {
    margin: -6rem !important;
  }
  
  .Df8QydYul {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  
  .ALPb0AwPTO7 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  
  .FPvoR5d {
    margin-right: -0.75rem !important;
    margin-left: -0.75rem !important;
  }
  
  .ugybvgV5JZ {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  
  .uT9loO5Xm {
    margin-right: -1.25rem !important;
    margin-left: -1.25rem !important;
  }
  
  .pwX9E7P6B {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  
  .d4acooZnvIh {
    margin-right: -1.75rem !important;
    margin-left: -1.75rem !important;
  }
  
  .gydDDPkhY {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }
  
  .gWTqAZP {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  
  .IkmMi9lu {
    margin-right: -3.5rem !important;
    margin-left: -3.5rem !important;
  }
  
  .sPD7JfpRw8 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }
  
  .h6qNOw {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }
  
  .mm70SI {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }
  
  .IWD3ybkSth {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  
  .qkMToG {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  
  .OSd3gWfgRi {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }
  
  .y09Gxc {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  
  .rZJ1YoSZ4TV {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }
  
  .FZzrg06Cgx {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  
  .QsXf9IVc {
    margin-top: -1.75rem !important;
    margin-bottom: -1.75rem !important;
  }
  
  .M1r81qgR {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
  
  .dhYYYE {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  
  .YldtIxx {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }
  
  .SozfQpicdQ {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  
  .xC2eNs {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  
  .qqWsIXki5kD {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }
  
  .lXWvJu {
    margin-top: -0.25rem !important;
  }
  
  .v0Xbro {
    margin-top: -0.5rem !important;
  }
  
  .y95GRc {
    margin-top: -0.75rem !important;
  }
  
  .zpqywd5 {
    margin-top: -1rem !important;
  }
  
  .P7PadlD {
    margin-top: -1.25rem !important;
  }
  
  .HbvrOUVWb {
    margin-top: -1.5rem !important;
  }
  
  .OpdbGHn {
    margin-top: -1.75rem !important;
  }
  
  .vaAL2vxh {
    margin-top: -2rem !important;
  }
  
  .UR2dvLfD {
    margin-top: -3rem !important;
  }
  
  .ekouA7FM {
    margin-top: -3.5rem !important;
  }
  
  .xhdbuzQ3BJx {
    margin-top: -4rem !important;
  }
  
  .nVnbdTaa {
    margin-top: -5rem !important;
  }
  
  .KCCPjgt {
    margin-top: -6rem !important;
  }
  
  .A4U45V {
    margin-right: -0.25rem !important;
  }
  
  .bf2Aa2e {
    margin-right: -0.5rem !important;
  }
  
  .FgvENHj {
    margin-right: -0.75rem !important;
  }
  
  .tqfcBQ {
    margin-right: -1rem !important;
  }
  
  .SEsIjO3tZOI {
    margin-right: -1.25rem !important;
  }
  
  .T5ByBPQ {
    margin-right: -1.5rem !important;
  }
  
  .yUoUAl0QgK {
    margin-right: -1.75rem !important;
  }
  
  .LvwHrJBvc9M {
    margin-right: -2rem !important;
  }
  
  .FYJmuCSW {
    margin-right: -3rem !important;
  }
  
  .KpY9fsO5Wwh {
    margin-right: -3.5rem !important;
  }
  
  .gTJ47Tsh {
    margin-right: -4rem !important;
  }
  
  .F56J6vj {
    margin-right: -5rem !important;
  }
  
  .lww8fcCs {
    margin-right: -6rem !important;
  }
  
  .hkEoG6 {
    margin-bottom: -0.25rem !important;
  }
  
  .AjKRHC {
    margin-bottom: -0.5rem !important;
  }
  
  .u0BscemdY {
    margin-bottom: -0.75rem !important;
  }
  
  .WfnBDUG {
    margin-bottom: -1rem !important;
  }
  
  .eHcSOrumy {
    margin-bottom: -1.25rem !important;
  }
  
  .bE4KGQmFf7 {
    margin-bottom: -1.5rem !important;
  }
  
  .TI0bFBn {
    margin-bottom: -1.75rem !important;
  }
  
  .FYanHxe {
    margin-bottom: -2rem !important;
  }
  
  .uIJW8j {
    margin-bottom: -3rem !important;
  }
  
  .SFkTzSdV {
    margin-bottom: -3.5rem !important;
  }
  
  .tZDZh8 {
    margin-bottom: -4rem !important;
  }
  
  .c4ZryEmKBD {
    margin-bottom: -5rem !important;
  }
  
  .zjiQZ3 {
    margin-bottom: -6rem !important;
  }
  
  .JtlMayvuWs5 {
    margin-left: -0.25rem !important;
  }
  
  .QcCbdj {
    margin-left: -0.5rem !important;
  }
  
  .mC5JccIaxi {
    margin-left: -0.75rem !important;
  }
  
  .b4yIsnHDghX {
    margin-left: -1rem !important;
  }
  
  .bspc4cSmX {
    margin-left: -1.25rem !important;
  }
  
  .ALea82rEuH {
    margin-left: -1.5rem !important;
  }
  
  .Q9fAizN {
    margin-left: -1.75rem !important;
  }
  
  .QYmjK9WlS65 {
    margin-left: -2rem !important;
  }
  
  .UzeTZzvbL {
    margin-left: -3rem !important;
  }
  
  .e3z7vfTPwVp {
    margin-left: -3.5rem !important;
  }
  
  .ob9gejg {
    margin-left: -4rem !important;
  }
  
  .XGIMxbPw {
    margin-left: -5rem !important;
  }
  
  .TjM33HwLp2D {
    margin-left: -6rem !important;
  }
  
  .Yq93Ev5Fjiz {
    padding: 0 !important;
  }
  
  .Ucmars {
    padding: .25rem !important;
  }
  
  .PYUgK5Tf {
    padding: .5rem !important;
  }
  
  .KqDARHEbi {
    padding: .75rem !important;
  }
  
  .NtAXCAEFxi {
    padding: 1rem !important;
  }
  
  .zacy79eRfm {
    padding: 1.25rem !important;
  }
  
  .WnkNkM {
    padding: 1.5rem !important;
  }
  
  .ngfwTUaS8s {
    padding: 1.75rem !important;
  }
  
  .oLsDLdfY {
    padding: 2rem !important;
  }
  
  .R4cEtbTA {
    padding: 3rem !important;
  }
  
  .obifnzjRj {
    padding: 3.5rem !important;
  }
  
  .ylzlkXzFddM {
    padding: 4rem !important;
  }
  
  .kuxR2dz {
    padding: 5rem !important;
  }
  
  .o4YJ542K {
    padding: 6rem !important;
  }
  
  .X4ChyfYL {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  
  .taaJBG4xlQ3 {
    padding-right: .25rem !important;
    padding-left: .25rem !important;
  }
  
  .eyI7BwYsUD {
    padding-right: .5rem !important;
    padding-left: .5rem !important;
  }
  
  .DkNavFqG {
    padding-right: .75rem !important;
    padding-left: .75rem !important;
  }
  
  .WYceu4dq4t {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  
  .JjALad2s7 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  
  .bSQofNr {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  
  .ZImpXUT9P {
    padding-right: 1.75rem !important;
    padding-left: 1.75rem !important;
  }
  
  .aW0RVVIdi {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  
  .jgJ4dV {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  
  .rZpSRJP {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  
  .XbmWee {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  
  .VUlexM5X {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  
  .wnBU1EZ6u {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  
  .pHKJdsiht {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  
  .wxGiKWal {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
  }
  
  .xQEpFeamdqG {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
  }
  
  .tssKeZ8 {
    padding-top: .75rem !important;
    padding-bottom: .75rem !important;
  }
  
  .ulm2QCD {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  
  .GjsPDUXITu {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  
  .S8OhCj {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  
  .rWcGddEVLS0 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }
  
  .UHMS5tbJg3J {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  
  .hbKWxV9VEr {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  
  .t2a9d8 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  
  .bkJ57y {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  
  .ijXeWC1xSbK {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  
  .YWy1QGxNfmv {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  
  .TuFbued {
    padding-top: 0 !important;
  }
  
  .rZghJ2We {
    padding-top: .25rem !important;
  }
  
  .luh8mly {
    padding-top: .5rem !important;
  }
  
  .NL571Y {
    padding-top: .75rem !important;
  }
  
  .zFPRMk4hIsa {
    padding-top: 1rem !important;
  }
  
  .B2qvOz8r {
    padding-top: 1.25rem !important;
  }
  
  .SPxvuJLivZ {
    padding-top: 1.5rem !important;
  }
  
  .o2pj6cK {
    padding-top: 1.75rem !important;
  }
  
  .saQvWU {
    padding-top: 2rem !important;
  }
  
  .YZQzwNK {
    padding-top: 3rem !important;
  }
  
  .j79RyuQDTcz {
    padding-top: 3.5rem !important;
  }
  
  .NwXVF9CMb {
    padding-top: 4rem !important;
  }
  
  .f64rSWe9Qg {
    padding-top: 5rem !important;
  }
  
  .A2H7PK3FQv7 {
    padding-top: 6rem !important;
  }
  
  .HrXoPvGl1Nf {
    padding-right: 0 !important;
  }
  
  .K7HjyiQ {
    padding-right: .25rem !important;
  }
  
  .mCuAIgf {
    padding-right: .5rem !important;
  }
  
  .CybjOvAFOv {
    padding-right: .75rem !important;
  }
  
  .Tf7l2FafWn {
    padding-right: 1rem !important;
  }
  
  .tFhWj8eQp0 {
    padding-right: 1.25rem !important;
  }
  
  .aBRA7Y {
    padding-right: 1.5rem !important;
  }
  
  .EZWQ4lCvg {
    padding-right: 1.75rem !important;
  }
  
  .PYgrPC {
    padding-right: 2rem !important;
  }
  
  .LEjoe62n4 {
    padding-right: 3rem !important;
  }
  
  .ithPJYqQH {
    padding-right: 3.5rem !important;
  }
  
  .ZdNdL8qCQz {
    padding-right: 4rem !important;
  }
  
  .EtNiAr {
    padding-right: 5rem !important;
  }
  
  .qAsIlg62S {
    padding-right: 6rem !important;
  }
  
  .ivxd5w {
    padding-bottom: 0 !important;
  }
  
  .kOUclsO6E1 {
    padding-bottom: .25rem !important;
  }
  
  .YgJEnTgNC {
    padding-bottom: .5rem !important;
  }
  
  .X4xc2d {
    padding-bottom: .75rem !important;
  }
  
  .P71GR3n {
    padding-bottom: 1rem !important;
  }
  
  .QzDHb78 {
    padding-bottom: 1.25rem !important;
  }
  
  .qOCY77ybT {
    padding-bottom: 1.5rem !important;
  }
  
  .naB48rf7 {
    padding-bottom: 1.75rem !important;
  }
  
  .hhI229LWgex {
    padding-bottom: 2rem !important;
  }
  
  .kwBSQaRjRO {
    padding-bottom: 3rem !important;
  }
  
  .YlYW26yjfi9 {
    padding-bottom: 3.5rem !important;
  }
  
  .UOohAUt {
    padding-bottom: 4rem !important;
  }
  
  .IoIxjX1nq {
    padding-bottom: 5rem !important;
  }
  
  .oGGJeGme {
    padding-bottom: 6rem !important;
  }
  
  .EMEy97zkIf {
    padding-left: 0 !important;
  }
  
  .IQlxkJ {
    padding-left: .25rem !important;
  }
  
  .MST4MK {
    padding-left: .5rem !important;
  }
  
  .AS2WEdANPVX {
    padding-left: .75rem !important;
  }
  
  .yidnNrP {
    padding-left: 1rem !important;
  }
  
  .mbUPDEof {
    padding-left: 1.25rem !important;
  }
  
  .BObR4CCi {
    padding-left: 1.5rem !important;
  }
  
  .xlCFMU {
    padding-left: 1.75rem !important;
  }
  
  .dTgov8 {
    padding-left: 2rem !important;
  }
  
  .gwEXWh2mT {
    padding-left: 3rem !important;
  }
  
  .yoJRx2e330 {
    padding-left: 3.5rem !important;
  }
  
  .Vs3PfngYuh {
    padding-left: 4rem !important;
  }
  
  .Ee4N9dEx {
    padding-left: 5rem !important;
  }
  
  .riGtWw {
    padding-left: 6rem !important;
  }
  
  .xRMdEVhVor {
    gap: 0 !important;
  }
  
  .kATTRxWeL {
    gap: .25rem !important;
  }
  
  .IiqvTSeKf2c {
    gap: .5rem !important;
  }
  
  .DxQZOTA3B {
    gap: .75rem !important;
  }
  
  .J3V8JiXBOf {
    gap: 1rem !important;
  }
  
  .hWF6Z9Y4w {
    gap: 1.25rem !important;
  }
  
  .JDDRZ9Eh7 {
    gap: 1.5rem !important;
  }
  
  .jaw4ahti {
    gap: 1.75rem !important;
  }
  
  .CPaNzO8j {
    gap: 2rem !important;
  }
  
  .vg6IMJ {
    gap: 3rem !important;
  }
  
  .NgNh5wjtU {
    gap: 3.5rem !important;
  }
  
  .uKAmcB {
    gap: 4rem !important;
  }
  
  .zTTSlt {
    gap: 5rem !important;
  }
  
  .aNg7GKiGI6 {
    gap: 6rem !important;
  }
  
  .f4HbfwseJE {
    row-gap: 0 !important;
  }
  
  .zpXShI {
    row-gap: .25rem !important;
  }
  
  .Jhh004fPy7J {
    row-gap: .5rem !important;
  }
  
  .gHSmv2KMBI {
    row-gap: .75rem !important;
  }
  
  .UGNXVoMDY {
    row-gap: 1rem !important;
  }
  
  .WYN2zZpv2vX {
    row-gap: 1.25rem !important;
  }
  
  .psmfn9i {
    row-gap: 1.5rem !important;
  }
  
  .quhLxxtn {
    row-gap: 1.75rem !important;
  }
  
  .jWfaTRo {
    row-gap: 2rem !important;
  }
  
  .swRJ4XlsA {
    row-gap: 3rem !important;
  }
  
  .TQOlFEX {
    row-gap: 3.5rem !important;
  }
  
  .SSWnME3Ht {
    row-gap: 4rem !important;
  }
  
  .yzXnbM0LX {
    row-gap: 5rem !important;
  }
  
  .q0lIglUpx {
    row-gap: 6rem !important;
  }
  
  .YeWRDjC0U {
    column-gap: 0 !important;
  }
  
  .rnx1FXnfzE4 {
    column-gap: .25rem !important;
  }
  
  .Ie3PuQUapn {
    column-gap: .5rem !important;
  }
  
  .aQbnduJbb {
    column-gap: .75rem !important;
  }
  
  .O9u1YB6 {
    column-gap: 1rem !important;
  }
  
  .AsfOHVH {
    column-gap: 1.25rem !important;
  }
  
  .Da2dJqEXbD {
    column-gap: 1.5rem !important;
  }
  
  .vnNBW5 {
    column-gap: 1.75rem !important;
  }
  
  .F4PcnRu {
    column-gap: 2rem !important;
  }
  
  .UmH8Xvfur {
    column-gap: 3rem !important;
  }
  
  .eLJJF13R {
    column-gap: 3.5rem !important;
  }
  
  .anFjoCcfI {
    column-gap: 4rem !important;
  }
  
  .DA9N3j {
    column-gap: 5rem !important;
  }
  
  .zqXIMkM {
    column-gap: 6rem !important;
  }
  
  .RDgkIQ1JD {
    text-align: left !important;
  }
  
  .ImClgnd7sse {
    text-align: right !important;
  }
  
  .L1IYYGp4MIj {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .zS7fX8 {
    float: left !important;
  }
  
  .v1NQWRoAk {
    float: right !important;
  }
  
  .mrKXtHF3 {
    float: none !important;
  }
  
  .lqavdij6dgJ {
    object-fit: contain !important;
  }
  
  .ybkNRr3N {
    object-fit: cover !important;
  }
  
  .rEfjPcCU {
    object-fit: fill !important;
  }
  
  .hehpd3oC {
    object-fit: scale-down !important;
  }
  
  .FO1NFA {
    object-fit: none !important;
  }
  
  .cjPcHbhvnE {
    display: inline !important;
  }
  
  .v8zQzdI {
    display: inline-block !important;
  }
  
  .dPRKVS {
    display: block !important;
  }
  
  .tDQ2bC {
    display: grid !important;
  }
  
  .EMpfg7 {
    display: inline-grid !important;
  }
  
  .DtbWcveSLPC {
    display: table !important;
  }
  
  .K9UcaRMabG {
    display: table-row !important;
  }
  
  .MhG7zVn2oC5 {
    display: table-cell !important;
  }
  
  .DB63d15 {
    display: flex !important;
  }
  
  .WYKbYUMY4Y {
    display: inline-flex !important;
  }
  
  .kQIHLaPR6W {
    display: none !important;
  }
  
  .VEIWM1p {
    flex: 1 1 auto !important;
  }
  
  .a22KJm1B {
    flex-direction: row !important;
  }
  
  .HU6nBcGgBay {
    flex-direction: column !important;
  }
  
  .d91ZMSxwkKR {
    flex-direction: row-reverse !important;
  }
  
  .jt3imG7 {
    flex-direction: column-reverse !important;
  }
  
  .TX7cha {
    flex-grow: 0 !important;
  }
  
  .jxPAwB {
    flex-grow: 1 !important;
  }
  
  .qucFbWk {
    flex-shrink: 0 !important;
  }
  
  .uZRANFz {
    flex-shrink: 1 !important;
  }
  
  .TngUA0 {
    flex-wrap: wrap !important;
  }
  
  .LMmvspZ {
    flex-wrap: nowrap !important;
  }
  
  .PJZ15jBXoTR {
    flex-wrap: wrap-reverse !important;
  }
  
  .pzujV5Y7Vnl {
    justify-content: flex-start !important;
  }
  
  .eMOyp1S {
    justify-content: flex-end !important;
  }
  
  .YpHdddU {
    justify-content: center !important;
  }
  
  .INZ7lo2pH {
    justify-content: space-between !important;
  }
  
  .aZ2McE {
    justify-content: space-around !important;
  }
  
  .BAnZ1VSy {
    justify-content: space-evenly !important;
  }
  
  .cp35av {
    align-items: flex-start !important;
  }
  
  .PIMXQ67SKBO {
    align-items: flex-end !important;
  }
  
  .HL3paVn {
    align-items: center !important;
  }
  
  .TbpAUeTIpV {
    align-items: baseline !important;
  }
  
  .YaNA6AeFLrp {
    align-items: stretch !important;
  }
  
  .NLjs7xL {
    align-content: flex-start !important;
  }
  
  .af6MUEBb {
    align-content: flex-end !important;
  }
  
  .x1AVUce {
    align-content: center !important;
  }
  
  .ESbr2SVe2 {
    align-content: space-between !important;
  }
  
  .LBb2SWVd {
    align-content: space-around !important;
  }
  
  .EzqF58 {
    align-content: stretch !important;
  }
  
  .spW3ZewZ {
    align-self: auto !important;
  }
  
  .WNhGfJ {
    align-self: flex-start !important;
  }
  
  .JZSaahF {
    align-self: flex-end !important;
  }
  
  .IZbv26 {
    align-self: center !important;
  }
  
  .ndxUb8 {
    align-self: baseline !important;
  }
  
  .cVWGX4Nd {
    align-self: stretch !important;
  }
  
  .pAJTUkJeBw {
    order: -1 !important;
  }
  
  .s5Zlh54 {
    order: 0 !important;
  }
  
  .nuTQR8 {
    order: 1 !important;
  }
  
  .x9nMwia {
    order: 2 !important;
  }
  
  .YgYHiiV {
    order: 3 !important;
  }
  
  .ue4tk2BDt {
    order: 4 !important;
  }
  
  .oWmENa0E {
    order: 5 !important;
  }
  
  .MclNZs {
    order: 6 !important;
  }
  
  .kaifYK6TlcU {
    margin: 0 !important;
  }
  
  .MxOZYSFWIR {
    margin: .25rem !important;
  }
  
  .jGW39atXBJ8 {
    margin: .5rem !important;
  }
  
  .C3lnuiEE {
    margin: .75rem !important;
  }
  
  .xIsEmVQo {
    margin: 1rem !important;
  }
  
  .EwoKeZMYd {
    margin: 1.25rem !important;
  }
  
  .wPItYN {
    margin: 1.5rem !important;
  }
  
  .t10z4FuJwx {
    margin: 1.75rem !important;
  }
  
  .jrV6yz {
    margin: 2rem !important;
  }
  
  .Scq3Ydl84 {
    margin: 3rem !important;
  }
  
  .nwuF7K6XOl {
    margin: 3.5rem !important;
  }
  
  .rCnDa7C {
    margin: 4rem !important;
  }
  
  .YA2CIyb {
    margin: 5rem !important;
  }
  
  .vaGyEBz {
    margin: 6rem !important;
  }
  
  .BuJ5oR {
    margin: auto !important;
  }
  
  .ywQz7n0W {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  
  .AqDc8P {
    margin-right: .25rem !important;
    margin-left: .25rem !important;
  }
  
  .jZfuNUlBX {
    margin-right: .5rem !important;
    margin-left: .5rem !important;
  }
  
  .VKdlkB6D7 {
    margin-right: .75rem !important;
    margin-left: .75rem !important;
  }
  
  .ERvUXgBf {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  
  .xjwXEhVi {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  
  .y4457yWNUc {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  
  .Fl5OG9B {
    margin-right: 1.75rem !important;
    margin-left: 1.75rem !important;
  }
  
  .hUNQYmz9d {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  
  .sabKFuk {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  
  .WnwzZkF {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  
  .fA5JCVOSPD {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  
  .fCroYq {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  
  .ErXHNmKRzq {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  
  .Tdi5zl {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  
  .oV9gu3J {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  
  .Xhc5hJM {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important;
  }
  
  .cS3v9anbnC {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
  }
  
  .pQeujT {
    margin-top: .75rem !important;
    margin-bottom: .75rem !important;
  }
  
  .sNi3iX1Bl6A {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  
  .JLijYE {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  
  .O3fiNq {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  
  .aVRQsGzLu {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }
  
  .HV5ULUszYN {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  
  .D02WeNBZ7TJ {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  
  .OuxmCf4QbT {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  
  .ORpfFVt7Ra {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  
  .g9fAa3asNvc {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  
  .xA99j1a5f {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  
  .nl2PtW {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  
  .PfgktgAF4h {
    margin-top: 0 !important;
  }
  
  .iAaYqf1 {
    margin-top: .25rem !important;
  }
  
  .NW4AYh {
    margin-top: .5rem !important;
  }
  
  .glCkkX {
    margin-top: .75rem !important;
  }
  
  .FabrHN6 {
    margin-top: 1rem !important;
  }
  
  .RLWa95v {
    margin-top: 1.25rem !important;
  }
  
  .CGB4p9G8Q {
    margin-top: 1.5rem !important;
  }
  
  .zfLC54 {
    margin-top: 1.75rem !important;
  }
  
  .R9hGtseVqU1 {
    margin-top: 2rem !important;
  }
  
  .Ev4BtDZ0On {
    margin-top: 3rem !important;
  }
  
  .kF7EURfGpI {
    margin-top: 3.5rem !important;
  }
  
  .ePF3W7 {
    margin-top: 4rem !important;
  }
  
  .xSelJG6I0 {
    margin-top: 5rem !important;
  }
  
  .h0x6g1iI {
    margin-top: 6rem !important;
  }
  
  .f0WmYrssddt {
    margin-top: auto !important;
  }
  
  .Vdgf6g2Ps {
    margin-right: 0 !important;
  }
  
  .v1tZf2Qc {
    margin-right: .25rem !important;
  }
  
  .yyjH9Gu {
    margin-right: .5rem !important;
  }
  
  .AInKJtJuVl {
    margin-right: .75rem !important;
  }
  
  .ltbHvRXSR {
    margin-right: 1rem !important;
  }
  
  .Mk3MrpBR {
    margin-right: 1.25rem !important;
  }
  
  .erfLkQ {
    margin-right: 1.5rem !important;
  }
  
  .UiDjE8vl7f {
    margin-right: 1.75rem !important;
  }
  
  .JaNO651Xlaf {
    margin-right: 2rem !important;
  }
  
  .d46z623q {
    margin-right: 3rem !important;
  }
  
  .ZouBqST {
    margin-right: 3.5rem !important;
  }
  
  .FpSiWMJr {
    margin-right: 4rem !important;
  }
  
  .OiEdGT2cA3v {
    margin-right: 5rem !important;
  }
  
  .HvDPRlI6l {
    margin-right: 6rem !important;
  }
  
  .ksjnzx {
    margin-right: auto !important;
  }
  
  .OL6Bmf43Ty {
    margin-bottom: 0 !important;
  }
  
  .KMFGDBgL2c {
    margin-bottom: .25rem !important;
  }
  
  .XRDVYtKMo5 {
    margin-bottom: .5rem !important;
  }
  
  .tkHh1G {
    margin-bottom: .75rem !important;
  }
  
  .w4QL4FBeGR {
    margin-bottom: 1rem !important;
  }
  
  .ZTRMhoj8g {
    margin-bottom: 1.25rem !important;
  }
  
  .yBhaAi3 {
    margin-bottom: 1.5rem !important;
  }
  
  .i37Skb {
    margin-bottom: 1.75rem !important;
  }
  
  .OquV9Ioj33 {
    margin-bottom: 2rem !important;
  }
  
  .iuoFreR01 {
    margin-bottom: 3rem !important;
  }
  
  .DJ6AIMX {
    margin-bottom: 3.5rem !important;
  }
  
  .TiYQXbQ {
    margin-bottom: 4rem !important;
  }
  
  .luxJqF7CWv {
    margin-bottom: 5rem !important;
  }
  
  .QbCkWgctyTm {
    margin-bottom: 6rem !important;
  }
  
  .EgubxdjYUR5 {
    margin-bottom: auto !important;
  }
  
  .K0hGPeZoe {
    margin-left: 0 !important;
  }
  
  .BscnlnpP7mw {
    margin-left: .25rem !important;
  }
  
  .h46x0uzT {
    margin-left: .5rem !important;
  }
  
  .kro82SfZ {
    margin-left: .75rem !important;
  }
  
  .eEnSs6ac3Ah {
    margin-left: 1rem !important;
  }
  
  .XfdTFr0rh {
    margin-left: 1.25rem !important;
  }
  
  .E60mNim {
    margin-left: 1.5rem !important;
  }
  
  .NabojRy5 {
    margin-left: 1.75rem !important;
  }
  
  .PtXCVE6miB {
    margin-left: 2rem !important;
  }
  
  .l0vUCYDUv {
    margin-left: 3rem !important;
  }
  
  .LE2JZyG {
    margin-left: 3.5rem !important;
  }
  
  .v9uQTLbT {
    margin-left: 4rem !important;
  }
  
  .aUWLsEU {
    margin-left: 5rem !important;
  }
  
  .t51TWa {
    margin-left: 6rem !important;
  }
  
  .FMHKuOA {
    margin-left: auto !important;
  }
  
  .CWQirU {
    margin: -0.25rem !important;
  }
  
  .bhcZ0B92ZKC {
    margin: -0.5rem !important;
  }
  
  .Vx8ScKsf {
    margin: -0.75rem !important;
  }
  
  .dKXpChkodJ {
    margin: -1rem !important;
  }
  
  .tyCBMek {
    margin: -1.25rem !important;
  }
  
  .zj8soy8l7 {
    margin: -1.5rem !important;
  }
  
  .G31WIKgZD {
    margin: -1.75rem !important;
  }
  
  .co6EbfV {
    margin: -2rem !important;
  }
  
  .ALAtWpDp {
    margin: -3rem !important;
  }
  
  .r6hYzINzdw {
    margin: -3.5rem !important;
  }
  
  .yVbPdr3 {
    margin: -4rem !important;
  }
  
  .LRFHagVhC9 {
    margin: -5rem !important;
  }
  
  .gtrYBBRK {
    margin: -6rem !important;
  }
  
  .N9hjveuhan {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  
  .tLowUb {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  
  .Zzg734 {
    margin-right: -0.75rem !important;
    margin-left: -0.75rem !important;
  }
  
  .kzOsvL {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  
  .HE8HvcwSXpT {
    margin-right: -1.25rem !important;
    margin-left: -1.25rem !important;
  }
  
  .MXvPrzor0sw {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  
  .TFpKHpa {
    margin-right: -1.75rem !important;
    margin-left: -1.75rem !important;
  }
  
  .IHbVuweB {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }
  
  .Md9YkTkP {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  
  .tuWddruE {
    margin-right: -3.5rem !important;
    margin-left: -3.5rem !important;
  }
  
  .nvifu1bE1B {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }
  
  .yYSDns576K {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }
  
  .uufwY0MOX {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }
  
  .Us6ID3RBgi {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  
  .HibQRnrR {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  
  .z0KBSqtBmhQ {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }
  
  .exEsyww {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  
  .STbrgGUbh8g {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }
  
  .yYE7c7F {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  
  .JjkhrLJ {
    margin-top: -1.75rem !important;
    margin-bottom: -1.75rem !important;
  }
  
  .nVUXuf0dxD {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
  
  .lVov513fkhm {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  
  .smaIKwIzsh {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }
  
  .fJFxWWbecfi {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  
  .WQ6J4jpAeSG {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  
  .F2toDMQYp8 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }
  
  .TLaXyf {
    margin-top: -0.25rem !important;
  }
  
  .qXBfb2 {
    margin-top: -0.5rem !important;
  }
  
  .XtiC8TF {
    margin-top: -0.75rem !important;
  }
  
  .D3evqsan {
    margin-top: -1rem !important;
  }
  
  .aLm8hWN {
    margin-top: -1.25rem !important;
  }
  
  .APpquudK {
    margin-top: -1.5rem !important;
  }
  
  .T6JhP5wY {
    margin-top: -1.75rem !important;
  }
  
  .VjpJTp {
    margin-top: -2rem !important;
  }
  
  .BoFhYZRggu {
    margin-top: -3rem !important;
  }
  
  .VB5Xbe8 {
    margin-top: -3.5rem !important;
  }
  
  .B4O8CH1 {
    margin-top: -4rem !important;
  }
  
  .eKLOJgN5IYf {
    margin-top: -5rem !important;
  }
  
  .eqkyIkfgt {
    margin-top: -6rem !important;
  }
  
  .ROl8ZXM3 {
    margin-right: -0.25rem !important;
  }
  
  .UelWcxkd {
    margin-right: -0.5rem !important;
  }
  
  .ogMnWk {
    margin-right: -0.75rem !important;
  }
  
  .OOnZat {
    margin-right: -1rem !important;
  }
  
  .ggXB6O {
    margin-right: -1.25rem !important;
  }
  
  .mspRKmx {
    margin-right: -1.5rem !important;
  }
  
  .mhI23Xvmhra {
    margin-right: -1.75rem !important;
  }
  
  .IfKgTwy {
    margin-right: -2rem !important;
  }
  
  .tNIYmuI {
    margin-right: -3rem !important;
  }
  
  .b0IuOV3 {
    margin-right: -3.5rem !important;
  }
  
  .eAiiwJq0FD {
    margin-right: -4rem !important;
  }
  
  .ZD2mkUaGIm {
    margin-right: -5rem !important;
  }
  
  .Oc0nWmSd {
    margin-right: -6rem !important;
  }
  
  .QuATfGM4il {
    margin-bottom: -0.25rem !important;
  }
  
  .sJ2v94e {
    margin-bottom: -0.5rem !important;
  }
  
  .WVfVb3S {
    margin-bottom: -0.75rem !important;
  }
  
  .kGDwHhw {
    margin-bottom: -1rem !important;
  }
  
  .r1nG4SYtU {
    margin-bottom: -1.25rem !important;
  }
  
  .gZfI1kQsrbG {
    margin-bottom: -1.5rem !important;
  }
  
  .o1IhomWF {
    margin-bottom: -1.75rem !important;
  }
  
  .WZVuLPK {
    margin-bottom: -2rem !important;
  }
  
  .bbXeza {
    margin-bottom: -3rem !important;
  }
  
  .Hgvhmxd {
    margin-bottom: -3.5rem !important;
  }
  
  .vVghm0OJAi {
    margin-bottom: -4rem !important;
  }
  
  .Lp0yGYku6 {
    margin-bottom: -5rem !important;
  }
  
  .atG89boAc {
    margin-bottom: -6rem !important;
  }
  
  .PIhgSl {
    margin-left: -0.25rem !important;
  }
  
  .DO02TgvMTd {
    margin-left: -0.5rem !important;
  }
  
  .wSG6qw {
    margin-left: -0.75rem !important;
  }
  
  .wbiA83nE {
    margin-left: -1rem !important;
  }
  
  .glhrte {
    margin-left: -1.25rem !important;
  }
  
  .CTSKael {
    margin-left: -1.5rem !important;
  }
  
  .uFLQJdDS1i {
    margin-left: -1.75rem !important;
  }
  
  .rwcUOiO8eu {
    margin-left: -2rem !important;
  }
  
  .PTP6gv1 {
    margin-left: -3rem !important;
  }
  
  .VC7ep1LR {
    margin-left: -3.5rem !important;
  }
  
  .QKGoHm2a3W {
    margin-left: -4rem !important;
  }
  
  .G558NgYI {
    margin-left: -5rem !important;
  }
  
  .e5njjsY {
    margin-left: -6rem !important;
  }
  
  .ApuoPfg {
    padding: 0 !important;
  }
  
  .ZVhTxsi {
    padding: .25rem !important;
  }
  
  .Mi3sEaK {
    padding: .5rem !important;
  }
  
  .SjfUJ0B {
    padding: .75rem !important;
  }
  
  .nQ7pf413 {
    padding: 1rem !important;
  }
  
  .BEbvRgHzh {
    padding: 1.25rem !important;
  }
  
  .oVflmkH5 {
    padding: 1.5rem !important;
  }
  
  .F90z9t2wv {
    padding: 1.75rem !important;
  }
  
  .TMZ6YEw {
    padding: 2rem !important;
  }
  
  .lK3MRUrb {
    padding: 3rem !important;
  }
  
  .A0HkU4Xw {
    padding: 3.5rem !important;
  }
  
  .PgbgxLVdm {
    padding: 4rem !important;
  }
  
  .CtAD8wr {
    padding: 5rem !important;
  }
  
  .AkPyT1x {
    padding: 6rem !important;
  }
  
  .vGadXD {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  
  .REAeuEc {
    padding-right: .25rem !important;
    padding-left: .25rem !important;
  }
  
  .jRLmRT {
    padding-right: .5rem !important;
    padding-left: .5rem !important;
  }
  
  .EOHOfHeuWC {
    padding-right: .75rem !important;
    padding-left: .75rem !important;
  }
  
  .iyDjEe7jdN {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  
  .S4zZIPfy {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  
  .Ag4nLZ {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  
  .wr8Lhu3GA {
    padding-right: 1.75rem !important;
    padding-left: 1.75rem !important;
  }
  
  .QssOC4Vlvx8 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  
  .nl57Jd5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  
  .I6GhezUPun {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  
  .UzbpTYdYcNm {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  
  .aPRXaTWts {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  
  .O3Eb3w1J2 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  
  .sVFft2lY {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  
  .IcAwAv2VQAs {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
  }
  
  .vf2o2cxKq {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
  }
  
  .iFgQEp0s {
    padding-top: .75rem !important;
    padding-bottom: .75rem !important;
  }
  
  .cUDCCCtgT {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  
  .O1v6ednk {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  
  .iR1leqlpPPD {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  
  .x6iHbuC {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }
  
  .FVZS2t {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  
  .UfbmoBrGM {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  
  .uY4rolVMl2 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  
  .Hl31oyZ52 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  
  .bYQX3fp6uW5 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  
  .NzgDNds5kw {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  
  .shElauG {
    padding-top: 0 !important;
  }
  
  .HQZLmKr {
    padding-top: .25rem !important;
  }
  
  .DDUgtMija {
    padding-top: .5rem !important;
  }
  
  .EcUyk2r0e56 {
    padding-top: .75rem !important;
  }
  
  .eV88z7zb0X {
    padding-top: 1rem !important;
  }
  
  .UUvUlM {
    padding-top: 1.25rem !important;
  }
  
  .j4mgVZa {
    padding-top: 1.5rem !important;
  }
  
  .BUYoIHRGi3 {
    padding-top: 1.75rem !important;
  }
  
  .Vf4nWjdhEk {
    padding-top: 2rem !important;
  }
  
  .rHPhEiizPs {
    padding-top: 3rem !important;
  }
  
  .BVE7GCkD {
    padding-top: 3.5rem !important;
  }
  
  .ibiBu2d {
    padding-top: 4rem !important;
  }
  
  .qhc8MCe {
    padding-top: 5rem !important;
  }
  
  .TOHR2PAZPH {
    padding-top: 6rem !important;
  }
  
  .AcZPQ0O00gq {
    padding-right: 0 !important;
  }
  
  .xfq2Bs {
    padding-right: .25rem !important;
  }
  
  .yuCm4b {
    padding-right: .5rem !important;
  }
  
  .lqKbDQ {
    padding-right: .75rem !important;
  }
  
  .UI7BLl9 {
    padding-right: 1rem !important;
  }
  
  .eotc7y {
    padding-right: 1.25rem !important;
  }
  
  .TqUULvfLwV {
    padding-right: 1.5rem !important;
  }
  
  .CbcR1MhZh {
    padding-right: 1.75rem !important;
  }
  
  .M2iScP1 {
    padding-right: 2rem !important;
  }
  
  .gGgO2d {
    padding-right: 3rem !important;
  }
  
  .QmctIhtOJk {
    padding-right: 3.5rem !important;
  }
  
  .LINllVljlM {
    padding-right: 4rem !important;
  }
  
  .oPNIrZesy {
    padding-right: 5rem !important;
  }
  
  .dgMChRdCMbu {
    padding-right: 6rem !important;
  }
  
  .vF2ho2oqt {
    padding-bottom: 0 !important;
  }
  
  .b87hHe {
    padding-bottom: .25rem !important;
  }
  
  .C9vB2xpe0 {
    padding-bottom: .5rem !important;
  }
  
  .uRneQo {
    padding-bottom: .75rem !important;
  }
  
  .j6rghEb6f {
    padding-bottom: 1rem !important;
  }
  
  .Zb9U98FBCv {
    padding-bottom: 1.25rem !important;
  }
  
  .ZxOJ14uVT3 {
    padding-bottom: 1.5rem !important;
  }
  
  .GxaNrv {
    padding-bottom: 1.75rem !important;
  }
  
  .Qkgcmc83 {
    padding-bottom: 2rem !important;
  }
  
  .djRSAV {
    padding-bottom: 3rem !important;
  }
  
  .uPHwETlRM {
    padding-bottom: 3.5rem !important;
  }
  
  .ItBDi6my {
    padding-bottom: 4rem !important;
  }
  
  .CfJYJ15aV {
    padding-bottom: 5rem !important;
  }
  
  .qoQa1FO {
    padding-bottom: 6rem !important;
  }
  
  .uVpfZFv {
    padding-left: 0 !important;
  }
  
  .USHLrg6Bt {
    padding-left: .25rem !important;
  }
  
  .QUdAfJsYog {
    padding-left: .5rem !important;
  }
  
  .KkBwGq55 {
    padding-left: .75rem !important;
  }
  
  .V7TUcN0M {
    padding-left: 1rem !important;
  }
  
  .FhrZlM {
    padding-left: 1.25rem !important;
  }
  
  .KFcfsiWT8PW {
    padding-left: 1.5rem !important;
  }
  
  .dDn5pX8xb {
    padding-left: 1.75rem !important;
  }
  
  .FFM78vgFR {
    padding-left: 2rem !important;
  }
  
  .iRsqjE5a {
    padding-left: 3rem !important;
  }
  
  .BnUupnK {
    padding-left: 3.5rem !important;
  }
  
  .SLZ60R00 {
    padding-left: 4rem !important;
  }
  
  .Btuz8h {
    padding-left: 5rem !important;
  }
  
  .O4L4Y9gcn {
    padding-left: 6rem !important;
  }
  
  .vYhe5MVVBnu {
    gap: 0 !important;
  }
  
  .jkoOlo5SRq8 {
    gap: .25rem !important;
  }
  
  .NI7ATUOhAG2 {
    gap: .5rem !important;
  }
  
  .iqkj3NR {
    gap: .75rem !important;
  }
  
  .hungCa {
    gap: 1rem !important;
  }
  
  .VsPmKl {
    gap: 1.25rem !important;
  }
  
  .JDaJIII5iRr {
    gap: 1.5rem !important;
  }
  
  .GoInFq1Cc7 {
    gap: 1.75rem !important;
  }
  
  .YL2ORPw2PL0 {
    gap: 2rem !important;
  }
  
  .kfhW0iVB {
    gap: 3rem !important;
  }
  
  .CRwEhV2S1 {
    gap: 3.5rem !important;
  }
  
  .TyD8pJDTGaZ {
    gap: 4rem !important;
  }
  
  .lEEAJ543KNU {
    gap: 5rem !important;
  }
  
  .I5z0uWhm {
    gap: 6rem !important;
  }
  
  .VGmNXF3X {
    row-gap: 0 !important;
  }
  
  .hRrYSj3Ws {
    row-gap: .25rem !important;
  }
  
  .DlMwgrs {
    row-gap: .5rem !important;
  }
  
  .ofJHaiNn {
    row-gap: .75rem !important;
  }
  
  .ovrGOaVQb {
    row-gap: 1rem !important;
  }
  
  .AKH85fvqUR {
    row-gap: 1.25rem !important;
  }
  
  .yk3s6pho {
    row-gap: 1.5rem !important;
  }
  
  .WElZWj3 {
    row-gap: 1.75rem !important;
  }
  
  .sSEDJ6 {
    row-gap: 2rem !important;
  }
  
  .Yd4dDkbVH {
    row-gap: 3rem !important;
  }
  
  .NciiXBRqr {
    row-gap: 3.5rem !important;
  }
  
  .CmcJaMpiP {
    row-gap: 4rem !important;
  }
  
  .mhexLkOFe {
    row-gap: 5rem !important;
  }
  
  .HyHka3RcY {
    row-gap: 6rem !important;
  }
  
  .T68vnhSdl2w {
    column-gap: 0 !important;
  }
  
  .UuEVlrr {
    column-gap: .25rem !important;
  }
  
  .fJshHb {
    column-gap: .5rem !important;
  }
  
  .Ty1tb3v {
    column-gap: .75rem !important;
  }
  
  .fXEkTAZ9 {
    column-gap: 1rem !important;
  }
  
  .eBZQhXw {
    column-gap: 1.25rem !important;
  }
  
  .gOFrCXr {
    column-gap: 1.5rem !important;
  }
  
  .begNOWW {
    column-gap: 1.75rem !important;
  }
  
  .a7y0HRZtgsU {
    column-gap: 2rem !important;
  }
  
  .SKfssD {
    column-gap: 3rem !important;
  }
  
  .xQ7cqVhjS7 {
    column-gap: 3.5rem !important;
  }
  
  .EiqbUgXQL0 {
    column-gap: 4rem !important;
  }
  
  .SH14Bcc {
    column-gap: 5rem !important;
  }
  
  .Pa7z15yRwB {
    column-gap: 6rem !important;
  }
  
  .cH36HrILc {
    text-align: left !important;
  }
  
  .lI2MHRMbKy {
    text-align: right !important;
  }
  
  .FuONLYfp {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .uXVXj8 {
    float: left !important;
  }
  
  .h5zRhZ {
    float: right !important;
  }
  
  .DDRQ9IB {
    float: none !important;
  }
  
  .u86ubxZBI {
    object-fit: contain !important;
  }
  
  .GUsrb3OU {
    object-fit: cover !important;
  }
  
  .QLpU5c2v {
    object-fit: fill !important;
  }
  
  .JBtHwNN1Wnk {
    object-fit: scale-down !important;
  }
  
  .mwkrcd {
    object-fit: none !important;
  }
  
  .yUShDASH {
    display: inline !important;
  }
  
  .LkPVsr0 {
    display: inline-block !important;
  }
  
  .TvG8hjMGbTq {
    display: block !important;
  }
  
  .MkNAZ5 {
    display: grid !important;
  }
  
  .P4uCQ88UmZV {
    display: inline-grid !important;
  }
  
  .sIpWXLl {
    display: table !important;
  }
  
  .MPGrivmA {
    display: table-row !important;
  }
  
  .GXEOk6Mm {
    display: table-cell !important;
  }
  
  .w9dFs1uGC {
    display: flex !important;
  }
  
  .nbgcEJT {
    display: inline-flex !important;
  }
  
  .UFMV5bZW1 {
    display: none !important;
  }
  
  .EopYDg2Ll {
    flex: 1 1 auto !important;
  }
  
  .bYf1d8 {
    flex-direction: row !important;
  }
  
  .lisMoJdxi {
    flex-direction: column !important;
  }
  
  .rkwXg81PF {
    flex-direction: row-reverse !important;
  }
  
  .YoaehCVR {
    flex-direction: column-reverse !important;
  }
  
  .yYh3Bh {
    flex-grow: 0 !important;
  }
  
  .QzxJV7aYw {
    flex-grow: 1 !important;
  }
  
  .PxcibeX9 {
    flex-shrink: 0 !important;
  }
  
  .dXkh6ip {
    flex-shrink: 1 !important;
  }
  
  .m3hpqUxjX {
    flex-wrap: wrap !important;
  }
  
  .x5lHvCxVMXO {
    flex-wrap: nowrap !important;
  }
  
  .lgp3JdNzcAI {
    flex-wrap: wrap-reverse !important;
  }
  
  .QIREXU {
    justify-content: flex-start !important;
  }
  
  .Ma3VPuKb {
    justify-content: flex-end !important;
  }
  
  .yN6Mx06 {
    justify-content: center !important;
  }
  
  .jMdrTA {
    justify-content: space-between !important;
  }
  
  .rEfBFyi7c1u {
    justify-content: space-around !important;
  }
  
  .moHvyCEGgL {
    justify-content: space-evenly !important;
  }
  
  .oM839tUPqf {
    align-items: flex-start !important;
  }
  
  .IfCmQk {
    align-items: flex-end !important;
  }
  
  .V0Gdg3HM {
    align-items: center !important;
  }
  
  .YxQNIA9JM {
    align-items: baseline !important;
  }
  
  .N9yF82pwglO {
    align-items: stretch !important;
  }
  
  .Mr5nC6HOUDN {
    align-content: flex-start !important;
  }
  
  .QntgqTB {
    align-content: flex-end !important;
  }
  
  .dEtkcGj9iF {
    align-content: center !important;
  }
  
  .sfRkux6wW8 {
    align-content: space-between !important;
  }
  
  .ywhS3i {
    align-content: space-around !important;
  }
  
  .Q5dh2k1uBb {
    align-content: stretch !important;
  }
  
  .jIwUyS7YY36 {
    align-self: auto !important;
  }
  
  .vlMZf55 {
    align-self: flex-start !important;
  }
  
  .xgeV1IfH {
    align-self: flex-end !important;
  }
  
  .BN4CIg {
    align-self: center !important;
  }
  
  .XmwaJbJDbR7 {
    align-self: baseline !important;
  }
  
  .VhsFr1sjE {
    align-self: stretch !important;
  }
  
  .CDqXmI5pTj {
    order: -1 !important;
  }
  
  .j2Yh7c7vX2z {
    order: 0 !important;
  }
  
  .yaI3EcVLoEd {
    order: 1 !important;
  }
  
  .eu65QoLAYa {
    order: 2 !important;
  }
  
  .lTQyzacw4 {
    order: 3 !important;
  }
  
  .ZIXcud {
    order: 4 !important;
  }
  
  .I9BrKlYu9gS {
    order: 5 !important;
  }
  
  .AS25anrH {
    order: 6 !important;
  }
  
  .opgM3d {
    margin: 0 !important;
  }
  
  .qkjXhxeB {
    margin: .25rem !important;
  }
  
  .pcvdatc {
    margin: .5rem !important;
  }
  
  .NAcsIIm7y {
    margin: .75rem !important;
  }
  
  .Ji7UwH101R {
    margin: 1rem !important;
  }
  
  .rj73ne {
    margin: 1.25rem !important;
  }
  
  .JtX4g3igvJ {
    margin: 1.5rem !important;
  }
  
  .NuPXpkiv1IJ {
    margin: 1.75rem !important;
  }
  
  .jkiwVscDf {
    margin: 2rem !important;
  }
  
  .X0UzjSAbB {
    margin: 3rem !important;
  }
  
  .udxnSK1 {
    margin: 3.5rem !important;
  }
  
  .Sh078MoH4Fy {
    margin: 4rem !important;
  }
  
  .daK0biCfu {
    margin: 5rem !important;
  }
  
  .XrSn8aes7r {
    margin: 6rem !important;
  }
  
  .KWmXmc {
    margin: auto !important;
  }
  
  .OG3gyS {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  
  .gM3Ss4S8 {
    margin-right: .25rem !important;
    margin-left: .25rem !important;
  }
  
  .gFzUeHt0sY {
    margin-right: .5rem !important;
    margin-left: .5rem !important;
  }
  
  .S3Qdhbo {
    margin-right: .75rem !important;
    margin-left: .75rem !important;
  }
  
  .wMaWaY4D {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  
  .i84kJNton {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  
  .CNAiUX6mNn {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  
  .nIqOaD {
    margin-right: 1.75rem !important;
    margin-left: 1.75rem !important;
  }
  
  .HMY8p0IlK {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  
  .O8A3SrLgjg {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  
  .xbN7c29r {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  
  .V4k0IJoSa {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  
  .Gm2KGsideo {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  
  .K4fu4y36Zq {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  
  .oTLHGa {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  
  .ND7Xgj31 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  
  .cWj0280uDNe {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important;
  }
  
  .mbrJ2K7 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
  }
  
  .lKczk0zFkd {
    margin-top: .75rem !important;
    margin-bottom: .75rem !important;
  }
  
  .nfAhfzj {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  
  .Fb8HbM9 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  
  .zjRHmo {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  
  .R3i9lwfhwT {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }
  
  .c92BPn {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  
  .fZVvSFgyr2 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  
  .UOGXgh1uUD {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  
  .AYhakO77SW {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  
  .SLV2xrw4G {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  
  .p7IqrvbOng {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  
  .nDXalues {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  
  .P4AhF4q5A {
    margin-top: 0 !important;
  }
  
  .TLO3Py3MLB {
    margin-top: .25rem !important;
  }
  
  .UOx7MEE7C {
    margin-top: .5rem !important;
  }
  
  .maNsPYK {
    margin-top: .75rem !important;
  }
  
  .tFA7wQd {
    margin-top: 1rem !important;
  }
  
  .ckAOyIKEd {
    margin-top: 1.25rem !important;
  }
  
  .Sv58bUsw2 {
    margin-top: 1.5rem !important;
  }
  
  .B1zmti8E8R {
    margin-top: 1.75rem !important;
  }
  
  .Iy2f4s {
    margin-top: 2rem !important;
  }
  
  .WXdSQhF {
    margin-top: 3rem !important;
  }
  
  .FKsAGcz1KW {
    margin-top: 3.5rem !important;
  }
  
  .MA2dqmFl4e {
    margin-top: 4rem !important;
  }
  
  .lrU2E63 {
    margin-top: 5rem !important;
  }
  
  .PxE7srVe {
    margin-top: 6rem !important;
  }
  
  .VNgaSZtcJVT {
    margin-top: auto !important;
  }
  
  .SQUpfFekf {
    margin-right: 0 !important;
  }
  
  .Pcdt6wjOFR {
    margin-right: .25rem !important;
  }
  
  .eM2wDQ8Tpp {
    margin-right: .5rem !important;
  }
  
  .nqzdDGcErw {
    margin-right: .75rem !important;
  }
  
  .gx4rNnnKgV {
    margin-right: 1rem !important;
  }
  
  .Bc157ischt {
    margin-right: 1.25rem !important;
  }
  
  .deY4MVczb {
    margin-right: 1.5rem !important;
  }
  
  .CDqZRwPVuOi {
    margin-right: 1.75rem !important;
  }
  
  .OWPN7P {
    margin-right: 2rem !important;
  }
  
  .LiKLHmoD {
    margin-right: 3rem !important;
  }
  
  .dCemD4U38z {
    margin-right: 3.5rem !important;
  }
  
  .MUX3xS {
    margin-right: 4rem !important;
  }
  
  .Js9egT {
    margin-right: 5rem !important;
  }
  
  .dPQZmD9bc {
    margin-right: 6rem !important;
  }
  
  .xAozlHOPXgQ {
    margin-right: auto !important;
  }
  
  .KUWytrf {
    margin-bottom: 0 !important;
  }
  
  .HJjtKqU7qgh {
    margin-bottom: .25rem !important;
  }
  
  .TB7LGR {
    margin-bottom: .5rem !important;
  }
  
  .FEEZDd {
    margin-bottom: .75rem !important;
  }
  
  .LNJVZsgeZc {
    margin-bottom: 1rem !important;
  }
  
  .kqDGOA {
    margin-bottom: 1.25rem !important;
  }
  
  .aB0eYYM {
    margin-bottom: 1.5rem !important;
  }
  
  .zNSWqU80mye {
    margin-bottom: 1.75rem !important;
  }
  
  .soltFCvgW {
    margin-bottom: 2rem !important;
  }
  
  .ucGt1v9eC8i {
    margin-bottom: 3rem !important;
  }
  
  .W6pgCf {
    margin-bottom: 3.5rem !important;
  }
  
  .BwWEQZ {
    margin-bottom: 4rem !important;
  }
  
  .B4AW71BjDc4 {
    margin-bottom: 5rem !important;
  }
  
  .z36bmVUat1 {
    margin-bottom: 6rem !important;
  }
  
  .CKL6J44k {
    margin-bottom: auto !important;
  }
  
  .NIVogRPb1y {
    margin-left: 0 !important;
  }
  
  .GDnnTwgMwyy {
    margin-left: .25rem !important;
  }
  
  .IYtKWyS0a {
    margin-left: .5rem !important;
  }
  
  .AVL2T3xZ3 {
    margin-left: .75rem !important;
  }
  
  .UykxC4X {
    margin-left: 1rem !important;
  }
  
  .bMrMJ5Ae {
    margin-left: 1.25rem !important;
  }
  
  .LSa7FFR {
    margin-left: 1.5rem !important;
  }
  
  .ZeC6FJEcAwM {
    margin-left: 1.75rem !important;
  }
  
  .E50aZc {
    margin-left: 2rem !important;
  }
  
  .UxPEuEMa {
    margin-left: 3rem !important;
  }
  
  .YKGVxzWQIBO {
    margin-left: 3.5rem !important;
  }
  
  .ij5YiSRUp1 {
    margin-left: 4rem !important;
  }
  
  .AGtD6hOGbd {
    margin-left: 5rem !important;
  }
  
  .ZUWn6z3uH51 {
    margin-left: 6rem !important;
  }
  
  .kxBfotoJD0 {
    margin-left: auto !important;
  }
  
  .vbWSrmWf {
    margin: -0.25rem !important;
  }
  
  .jbsweLJ {
    margin: -0.5rem !important;
  }
  
  .ETT4F3pcp {
    margin: -0.75rem !important;
  }
  
  .PUdOYaAsrPy {
    margin: -1rem !important;
  }
  
  .FbykfDY {
    margin: -1.25rem !important;
  }
  
  .NTmv27DZ1dv {
    margin: -1.5rem !important;
  }
  
  .O8uabgo5 {
    margin: -1.75rem !important;
  }
  
  .I90XmzSlb {
    margin: -2rem !important;
  }
  
  .Cl0hlI4 {
    margin: -3rem !important;
  }
  
  .wPNwo6ggA {
    margin: -3.5rem !important;
  }
  
  .mliEHn2 {
    margin: -4rem !important;
  }
  
  .qw2FerY39k2 {
    margin: -5rem !important;
  }
  
  .Pl2AcjuLc {
    margin: -6rem !important;
  }
  
  .FEi7dR7 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  
  .HlTMcD0E {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  
  .pRC7o4NBK {
    margin-right: -0.75rem !important;
    margin-left: -0.75rem !important;
  }
  
  .Q22NXVO2i {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  
  .qNkobd {
    margin-right: -1.25rem !important;
    margin-left: -1.25rem !important;
  }
  
  .WcvUgwa {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  
  .dhkjHCz7 {
    margin-right: -1.75rem !important;
    margin-left: -1.75rem !important;
  }
  
  .iUFdGMehIOu {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }
  
  .bfwMM2YoYHR {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  
  .YtmYZ2lSHr {
    margin-right: -3.5rem !important;
    margin-left: -3.5rem !important;
  }
  
  .w0JALt {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }
  
  .x8wk3ZH71j {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }
  
  .ta4gMIE {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }
  
  .kviYikR1EJl {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  
  .Cudu5J9whra {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  
  .qrPYJMy {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }
  
  .oiHAgTDwcWb {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  
  .tb28V7J {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }
  
  .bxeAmG {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  
  .rboap89lbRA {
    margin-top: -1.75rem !important;
    margin-bottom: -1.75rem !important;
  }
  
  .uLgXiz3aVt9 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
  
  .DdQJlz {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  
  .VHggpDTxuWB {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }
  
  .eBXK6w0 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  
  .oYYnrRCEK {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  
  .ziRTKDG9 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }
  
  .q6BdmDpfLbi {
    margin-top: -0.25rem !important;
  }
  
  .BrlKdqE7yOD {
    margin-top: -0.5rem !important;
  }
  
  .jQX3O1 {
    margin-top: -0.75rem !important;
  }
  
  .YSFKZbVb {
    margin-top: -1rem !important;
  }
  
  .MnSjmtk0 {
    margin-top: -1.25rem !important;
  }
  
  .fddweg76 {
    margin-top: -1.5rem !important;
  }
  
  .P2YKVc7 {
    margin-top: -1.75rem !important;
  }
  
  .fS5oQtAs {
    margin-top: -2rem !important;
  }
  
  .waEdw6ESf {
    margin-top: -3rem !important;
  }
  
  .GZOqYg {
    margin-top: -3.5rem !important;
  }
  
  .qIUjgo {
    margin-top: -4rem !important;
  }
  
  .eS149io6 {
    margin-top: -5rem !important;
  }
  
  .x4USu4I2Fq4 {
    margin-top: -6rem !important;
  }
  
  .mV2O7mt8JPb {
    margin-right: -0.25rem !important;
  }
  
  .CdHe8wnhdj {
    margin-right: -0.5rem !important;
  }
  
  .l2RlmBK6thj {
    margin-right: -0.75rem !important;
  }
  
  .zx8WD1Z {
    margin-right: -1rem !important;
  }
  
  .ZkouXu {
    margin-right: -1.25rem !important;
  }
  
  .bA7Jb5rz {
    margin-right: -1.5rem !important;
  }
  
  .DnlEaw1N {
    margin-right: -1.75rem !important;
  }
  
  .rgFbvK {
    margin-right: -2rem !important;
  }
  
  .ToBCtdqk {
    margin-right: -3rem !important;
  }
  
  .t5z9LB2X {
    margin-right: -3.5rem !important;
  }
  
  .yfW2qFL {
    margin-right: -4rem !important;
  }
  
  .KyfJaL {
    margin-right: -5rem !important;
  }
  
  .o44dH62Z {
    margin-right: -6rem !important;
  }
  
  .hyiDrflqdnW {
    margin-bottom: -0.25rem !important;
  }
  
  .K8WWT3AJ {
    margin-bottom: -0.5rem !important;
  }
  
  .FcGIraCodcN {
    margin-bottom: -0.75rem !important;
  }
  
  .XKgaE5eSk {
    margin-bottom: -1rem !important;
  }
  
  .jpDt7vt {
    margin-bottom: -1.25rem !important;
  }
  
  .xDvrlJVfg {
    margin-bottom: -1.5rem !important;
  }
  
  .rczy6zV42K {
    margin-bottom: -1.75rem !important;
  }
  
  .a942OKadadt {
    margin-bottom: -2rem !important;
  }
  
  .DdwGTUIRp {
    margin-bottom: -3rem !important;
  }
  
  .vhefwiXaRdx {
    margin-bottom: -3.5rem !important;
  }
  
  .uMZ079vErfy {
    margin-bottom: -4rem !important;
  }
  
  .hT790M55g9 {
    margin-bottom: -5rem !important;
  }
  
  .Rr3hsJtY {
    margin-bottom: -6rem !important;
  }
  
  .wmyuENMc {
    margin-left: -0.25rem !important;
  }
  
  .xPx9571 {
    margin-left: -0.5rem !important;
  }
  
  .oj5x71h90y {
    margin-left: -0.75rem !important;
  }
  
  .NClEdli9 {
    margin-left: -1rem !important;
  }
  
  .BuJQmIY {
    margin-left: -1.25rem !important;
  }
  
  .KcNtzbv {
    margin-left: -1.5rem !important;
  }
  
  .PoD5nF2me {
    margin-left: -1.75rem !important;
  }
  
  .Ss8rblO {
    margin-left: -2rem !important;
  }
  
  .qKzQmCHj {
    margin-left: -3rem !important;
  }
  
  .QAVpjC {
    margin-left: -3.5rem !important;
  }
  
  .JC1CBk {
    margin-left: -4rem !important;
  }
  
  .QbgA3vrfyA {
    margin-left: -5rem !important;
  }
  
  .XuMUfNoKSF {
    margin-left: -6rem !important;
  }
  
  .dOnXag {
    padding: 0 !important;
  }
  
  .gaGPBL4bi {
    padding: .25rem !important;
  }
  
  .utIsv3xabN {
    padding: .5rem !important;
  }
  
  .XptZTOzq7 {
    padding: .75rem !important;
  }
  
  .JB3A7l3GOih {
    padding: 1rem !important;
  }
  
  .Lo1B9d7 {
    padding: 1.25rem !important;
  }
  
  .KYwBGp {
    padding: 1.5rem !important;
  }
  
  .t54Md3e0IH {
    padding: 1.75rem !important;
  }
  
  .W4yK1lTgN {
    padding: 2rem !important;
  }
  
  .XBfnEZ {
    padding: 3rem !important;
  }
  
  .GfGNYH {
    padding: 3.5rem !important;
  }
  
  .kGkzBEzalQ {
    padding: 4rem !important;
  }
  
  .loHzuv {
    padding: 5rem !important;
  }
  
  .EpV9J6MWjI {
    padding: 6rem !important;
  }
  
  .FMEKLJF4m {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  
  .VsONewuVq {
    padding-right: .25rem !important;
    padding-left: .25rem !important;
  }
  
  .XlKWw7U3u {
    padding-right: .5rem !important;
    padding-left: .5rem !important;
  }
  
  .rlrdDO3THxM {
    padding-right: .75rem !important;
    padding-left: .75rem !important;
  }
  
  .MZdfFsJ {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  
  .lBKBvpEDLY {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  
  .Avwfdm4C {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  
  .gqMfKQUZp7m {
    padding-right: 1.75rem !important;
    padding-left: 1.75rem !important;
  }
  
  .nw01x3R {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  
  .xfMhCJUFi5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  
  .oiBOHf2s4 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  
  .LScbqc6qge {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  
  .GMpPArO5Te {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  
  .BF09cJMyMmN {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  
  .JpmK2U {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  
  .BB3uIQ {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
  }
  
  .RtWhxyzAz {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
  }
  
  .e4KtCB {
    padding-top: .75rem !important;
    padding-bottom: .75rem !important;
  }
  
  .BwIOofu3Rn {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  
  .urJwoHRRs {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  
  .taExmG {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  
  .Ol5aX0Vf7x {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }
  
  .v57z63 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  
  .ZzScOVBe {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  
  .NtcAw3CDGf3 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  
  .EHuQlFV {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  
  .Xz6GN7 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  
  .GUyOg3Ld8 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  
  .tTXaOcWo {
    padding-top: 0 !important;
  }
  
  .fUnxyx {
    padding-top: .25rem !important;
  }
  
  .DMohsUr6YWY {
    padding-top: .5rem !important;
  }
  
  .J09rJEdeUm {
    padding-top: .75rem !important;
  }
  
  .l3IxCfBwfQ {
    padding-top: 1rem !important;
  }
  
  .z0qcqn {
    padding-top: 1.25rem !important;
  }
  
  .jTMjSGmkAvS {
    padding-top: 1.5rem !important;
  }
  
  .upgwPv {
    padding-top: 1.75rem !important;
  }
  
  .DODC3qJe {
    padding-top: 2rem !important;
  }
  
  .AT9PIIS {
    padding-top: 3rem !important;
  }
  
  .q5Iz1gs9 {
    padding-top: 3.5rem !important;
  }
  
  .y7KoJ0m {
    padding-top: 4rem !important;
  }
  
  .Vt0aRF7YA5A {
    padding-top: 5rem !important;
  }
  
  .UB2ke8Nt {
    padding-top: 6rem !important;
  }
  
  .RAQZiAHRvt {
    padding-right: 0 !important;
  }
  
  .Hpdo3EW {
    padding-right: .25rem !important;
  }
  
  .AuHqGc0h6Gh {
    padding-right: .5rem !important;
  }
  
  .UL3He0Q6ce {
    padding-right: .75rem !important;
  }
  
  .uMYJP8I {
    padding-right: 1rem !important;
  }
  
  .aXIrl5Bodg {
    padding-right: 1.25rem !important;
  }
  
  .ocusbCtJyO {
    padding-right: 1.5rem !important;
  }
  
  .ThAHIKMZCr {
    padding-right: 1.75rem !important;
  }
  
  .YrbNH1MR52R {
    padding-right: 2rem !important;
  }
  
  .sjmhIDAnho {
    padding-right: 3rem !important;
  }
  
  .l3BUZprG {
    padding-right: 3.5rem !important;
  }
  
  .b74Kz90IY {
    padding-right: 4rem !important;
  }
  
  .e41ZbpRsR {
    padding-right: 5rem !important;
  }
  
  .Yd40haFxEz {
    padding-right: 6rem !important;
  }
  
  .yHDMd0 {
    padding-bottom: 0 !important;
  }
  
  .exGNj7Mj {
    padding-bottom: .25rem !important;
  }
  
  .QWx9YQ5i60S {
    padding-bottom: .5rem !important;
  }
  
  .Heh39ae4GT {
    padding-bottom: .75rem !important;
  }
  
  .XSf01AG {
    padding-bottom: 1rem !important;
  }
  
  .dr2G1fS4b {
    padding-bottom: 1.25rem !important;
  }
  
  .xzQxCGXfhA {
    padding-bottom: 1.5rem !important;
  }
  
  .nQEQXU12Beq {
    padding-bottom: 1.75rem !important;
  }
  
  .yDc4mNXxVFK {
    padding-bottom: 2rem !important;
  }
  
  .RqIm3JDkBNa {
    padding-bottom: 3rem !important;
  }
  
  .cwYlxDagECW {
    padding-bottom: 3.5rem !important;
  }
  
  .nXfhpQPDcC {
    padding-bottom: 4rem !important;
  }
  
  .sUemrB9wD {
    padding-bottom: 5rem !important;
  }
  
  .rfTSog {
    padding-bottom: 6rem !important;
  }
  
  .pISOHgdLf {
    padding-left: 0 !important;
  }
  
  .kKshYqdYK {
    padding-left: .25rem !important;
  }
  
  .j6nsTYU {
    padding-left: .5rem !important;
  }
  
  .tQ7v6s6 {
    padding-left: .75rem !important;
  }
  
  .HVx2Jz2V7 {
    padding-left: 1rem !important;
  }
  
  .otopW6KFl8 {
    padding-left: 1.25rem !important;
  }
  
  .foHo8vCfG {
    padding-left: 1.5rem !important;
  }
  
  .QMdtu4lLn {
    padding-left: 1.75rem !important;
  }
  
  .WWIhdIMQLI4 {
    padding-left: 2rem !important;
  }
  
  .WSqAgur0qJM {
    padding-left: 3rem !important;
  }
  
  .pevPVhVa7 {
    padding-left: 3.5rem !important;
  }
  
  .vXCIoe {
    padding-left: 4rem !important;
  }
  
  .Bks7hMtf {
    padding-left: 5rem !important;
  }
  
  .RIgT81ZQu {
    padding-left: 6rem !important;
  }
  
  .se2ubBhrs3 {
    gap: 0 !important;
  }
  
  .dZ7fZE {
    gap: .25rem !important;
  }
  
  .ORvoUg {
    gap: .5rem !important;
  }
  
  .IDIkC9IGBA {
    gap: .75rem !important;
  }
  
  .sit7Iuhx0 {
    gap: 1rem !important;
  }
  
  .NSfkgt3Z9 {
    gap: 1.25rem !important;
  }
  
  .E4DcsrYu3 {
    gap: 1.5rem !important;
  }
  
  .NsLzKVeMhXR {
    gap: 1.75rem !important;
  }
  
  .tM4bMVgc {
    gap: 2rem !important;
  }
  
  .q3Wffso {
    gap: 3rem !important;
  }
  
  .blUBee93T {
    gap: 3.5rem !important;
  }
  
  .wrIwGe2 {
    gap: 4rem !important;
  }
  
  .s9375l {
    gap: 5rem !important;
  }
  
  .xcqskzMVx {
    gap: 6rem !important;
  }
  
  .XAeF9pNGjlS {
    row-gap: 0 !important;
  }
  
  .fi0KeO {
    row-gap: .25rem !important;
  }
  
  .FMyHYITOiYZ {
    row-gap: .5rem !important;
  }
  
  .vwB0rBiHU {
    row-gap: .75rem !important;
  }
  
  .BA0a2tj0hdi {
    row-gap: 1rem !important;
  }
  
  .jW3CbDl41E {
    row-gap: 1.25rem !important;
  }
  
  .DC89Uk2en {
    row-gap: 1.5rem !important;
  }
  
  .gjMM9HvAw {
    row-gap: 1.75rem !important;
  }
  
  .rWqiDiO95Yr {
    row-gap: 2rem !important;
  }
  
  .BhGc0zE {
    row-gap: 3rem !important;
  }
  
  .IlIFGJ {
    row-gap: 3.5rem !important;
  }
  
  .Ed4e9FG7d {
    row-gap: 4rem !important;
  }
  
  .ERhanoe {
    row-gap: 5rem !important;
  }
  
  .BdkZc2AzfY {
    row-gap: 6rem !important;
  }
  
  .usfBYSf {
    column-gap: 0 !important;
  }
  
  .hW0zCaTJu {
    column-gap: .25rem !important;
  }
  
  .rYWs1GuU {
    column-gap: .5rem !important;
  }
  
  .HaQke6pBava {
    column-gap: .75rem !important;
  }
  
  .oLMMCsybiQ {
    column-gap: 1rem !important;
  }
  
  .u9UIBSeYf {
    column-gap: 1.25rem !important;
  }
  
  .CImwFXPfx {
    column-gap: 1.5rem !important;
  }
  
  .o6fov2oLY {
    column-gap: 1.75rem !important;
  }
  
  .OtQ0O7x {
    column-gap: 2rem !important;
  }
  
  .lUdUXEN {
    column-gap: 3rem !important;
  }
  
  .oAxf2m {
    column-gap: 3.5rem !important;
  }
  
  .pNDzNjwGNld {
    column-gap: 4rem !important;
  }
  
  .CvaoeICwO3 {
    column-gap: 5rem !important;
  }
  
  .pjgO7vPIc9 {
    column-gap: 6rem !important;
  }
  
  .fePAkip4 {
    text-align: left !important;
  }
  
  .x8eLMfc8 {
    text-align: right !important;
  }
  
  .gGAxZNX7U {
    text-align: center !important;
  }
}

@media (min-width: 1400px) {
  .NYOvIGz {
    float: left !important;
  }
  
  .vz8N4Ou {
    float: right !important;
  }
  
  .VJesHM6SF {
    float: none !important;
  }
  
  .iQe0dtpu {
    object-fit: contain !important;
  }
  
  .SqQY1HzCDyj {
    object-fit: cover !important;
  }
  
  .mnJbAre {
    object-fit: fill !important;
  }
  
  .duIVII3SRL {
    object-fit: scale-down !important;
  }
  
  .E0krfVf {
    object-fit: none !important;
  }
  
  .FG0VWGKmjtt {
    display: inline !important;
  }
  
  .YfMD1cG3Ct {
    display: inline-block !important;
  }
  
  .wXKPb6eubL {
    display: block !important;
  }
  
  .DLZc9wvusBT {
    display: grid !important;
  }
  
  .zTtXIGgkl {
    display: inline-grid !important;
  }
  
  .Ng7ke6 {
    display: table !important;
  }
  
  .nRi6tMEgchx {
    display: table-row !important;
  }
  
  .bWIUi3rKA7 {
    display: table-cell !important;
  }
  
  .f49ghKX {
    display: flex !important;
  }
  
  .sejoPmpwwM {
    display: inline-flex !important;
  }
  
  .U7Nk5bqXw {
    display: none !important;
  }
  
  .jZvaJe1 {
    flex: 1 1 auto !important;
  }
  
  .jwBQVCR {
    flex-direction: row !important;
  }
  
  .jqMtrlI {
    flex-direction: column !important;
  }
  
  .gDrpGwxa {
    flex-direction: row-reverse !important;
  }
  
  .CaKUAA1bx7 {
    flex-direction: column-reverse !important;
  }
  
  .FZYpou0 {
    flex-grow: 0 !important;
  }
  
  .m3scTFJMk {
    flex-grow: 1 !important;
  }
  
  .e0nWvn6tH {
    flex-shrink: 0 !important;
  }
  
  .C6oXltT {
    flex-shrink: 1 !important;
  }
  
  .ROYwU7zeV {
    flex-wrap: wrap !important;
  }
  
  .NTPCMTXP {
    flex-wrap: nowrap !important;
  }
  
  .SVlBshX {
    flex-wrap: wrap-reverse !important;
  }
  
  .nfMSTHHtng {
    justify-content: flex-start !important;
  }
  
  .aXunaOjfR {
    justify-content: flex-end !important;
  }
  
  .XkO9yawtP2 {
    justify-content: center !important;
  }
  
  .QVsOtrbhx {
    justify-content: space-between !important;
  }
  
  .Vs7Lz7Lc {
    justify-content: space-around !important;
  }
  
  .NRHZPua {
    justify-content: space-evenly !important;
  }
  
  .RKAaqyX {
    align-items: flex-start !important;
  }
  
  .ryQKoK3TQ {
    align-items: flex-end !important;
  }
  
  .qoUAGCkk0p {
    align-items: center !important;
  }
  
  .NpeWcrXso {
    align-items: baseline !important;
  }
  
  .UilFWLyhAX9 {
    align-items: stretch !important;
  }
  
  .lST2CbDOJ {
    align-content: flex-start !important;
  }
  
  .WGYoQapwd5 {
    align-content: flex-end !important;
  }
  
  .Eo4GpXGDpx4 {
    align-content: center !important;
  }
  
  .TeBZMiBRg6 {
    align-content: space-between !important;
  }
  
  .zRxkU6Ac {
    align-content: space-around !important;
  }
  
  .SN7KjjhB {
    align-content: stretch !important;
  }
  
  .zD5ldW1 {
    align-self: auto !important;
  }
  
  .vV4D9J3 {
    align-self: flex-start !important;
  }
  
  .tkIoU3sP {
    align-self: flex-end !important;
  }
  
  .Pel7PwYUDE {
    align-self: center !important;
  }
  
  .lB60CXgn {
    align-self: baseline !important;
  }
  
  .sAhxSN {
    align-self: stretch !important;
  }
  
  .OcqOLx9 {
    order: -1 !important;
  }
  
  .fy6yeT5 {
    order: 0 !important;
  }
  
  .mfH42rP {
    order: 1 !important;
  }
  
  .ADO9pib {
    order: 2 !important;
  }
  
  .JLeqqgbaU {
    order: 3 !important;
  }
  
  .dFhEeuzrZ {
    order: 4 !important;
  }
  
  .ghODe6 {
    order: 5 !important;
  }
  
  .jTiksL4wZ {
    order: 6 !important;
  }
  
  .ZGo4Qecd {
    margin: 0 !important;
  }
  
  .ZGXTv0p {
    margin: .25rem !important;
  }
  
  .Ok6XePqh8Rw {
    margin: .5rem !important;
  }
  
  .XQJ6iM {
    margin: .75rem !important;
  }
  
  .wJxvKd9N82S {
    margin: 1rem !important;
  }
  
  .AIeVZp {
    margin: 1.25rem !important;
  }
  
  .CB17Pmu {
    margin: 1.5rem !important;
  }
  
  .Ad9MLM {
    margin: 1.75rem !important;
  }
  
  .gMKMK48F4a {
    margin: 2rem !important;
  }
  
  .hkxJeu333v {
    margin: 3rem !important;
  }
  
  .JnHxq0VK {
    margin: 3.5rem !important;
  }
  
  .Jq1KGZP {
    margin: 4rem !important;
  }
  
  .wtawUhx {
    margin: 5rem !important;
  }
  
  .R8J6UE0WN7 {
    margin: 6rem !important;
  }
  
  .QLH69y2 {
    margin: auto !important;
  }
  
  .ZC78MtAB1r {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  
  .C75aQGFdbOO {
    margin-right: .25rem !important;
    margin-left: .25rem !important;
  }
  
  .vPtyNC2tXVG {
    margin-right: .5rem !important;
    margin-left: .5rem !important;
  }
  
  .T3tweID {
    margin-right: .75rem !important;
    margin-left: .75rem !important;
  }
  
  .bAkrNsbVX {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  
  .k3dzaGd {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  
  .u6KKdNYJf8A {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  
  .CvaHFVhIXNV {
    margin-right: 1.75rem !important;
    margin-left: 1.75rem !important;
  }
  
  .VEVWQG {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  
  .U3djmv {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  
  .L8cV2m1M {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  
  .S0gNoCf9Sf4 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  
  .ARGeowE {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  
  .DpWTMTC2mJg {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  
  .sYLKMCgp8 {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  
  .vpoQFfj {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  
  .G5GekliGW5 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important;
  }
  
  .EXnymvHrQWR {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
  }
  
  .bV5mfjgeqMg {
    margin-top: .75rem !important;
    margin-bottom: .75rem !important;
  }
  
  .toZv8X4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  
  .faSiwXfrZhd {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  
  .YtSQTbthv {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  
  .awXnfAh0uNG {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }
  
  .O7XhaZXnS {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  
  .icZQVg {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  
  .UHlNTZQfkYj {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  
  .e7fhZAug {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  
  .TH4JqF {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  
  .frSF6i {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  
  .C3DgX6oCdi {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  
  .TEmZrn {
    margin-top: 0 !important;
  }
  
  .WavJHVpTJK {
    margin-top: .25rem !important;
  }
  
  .FbOU3jZhBOG {
    margin-top: .5rem !important;
  }
  
  .VZWWew {
    margin-top: .75rem !important;
  }
  
  .th2DxigpAsS {
    margin-top: 1rem !important;
  }
  
  .LxNjAKruZ {
    margin-top: 1.25rem !important;
  }
  
  .ZrReRV {
    margin-top: 1.5rem !important;
  }
  
  .lCwVKj8LHj8 {
    margin-top: 1.75rem !important;
  }
  
  .t6NJBdyU {
    margin-top: 2rem !important;
  }
  
  .XxMDdJe3Lg {
    margin-top: 3rem !important;
  }
  
  .GAspyufdyGF {
    margin-top: 3.5rem !important;
  }
  
  .fcb1JdacE4L {
    margin-top: 4rem !important;
  }
  
  .EoC3UB5 {
    margin-top: 5rem !important;
  }
  
  .gDTStTP {
    margin-top: 6rem !important;
  }
  
  .GywgRtL {
    margin-top: auto !important;
  }
  
  .wrCTqK {
    margin-right: 0 !important;
  }
  
  .lqPog1PU {
    margin-right: .25rem !important;
  }
  
  .sbXggdTy35J {
    margin-right: .5rem !important;
  }
  
  .So8pyW {
    margin-right: .75rem !important;
  }
  
  .WiVffdQcN4U {
    margin-right: 1rem !important;
  }
  
  .jg7IdAsmCd {
    margin-right: 1.25rem !important;
  }
  
  .aaPdN5 {
    margin-right: 1.5rem !important;
  }
  
  .wsNDQG5 {
    margin-right: 1.75rem !important;
  }
  
  .cvCsqgqu1 {
    margin-right: 2rem !important;
  }
  
  .reosrOqh {
    margin-right: 3rem !important;
  }
  
  .iYPjIBC {
    margin-right: 3.5rem !important;
  }
  
  .jrEhcuwx {
    margin-right: 4rem !important;
  }
  
  .M1AtLLI {
    margin-right: 5rem !important;
  }
  
  .j93mjOAk7 {
    margin-right: 6rem !important;
  }
  
  .IVTnRS {
    margin-right: auto !important;
  }
  
  .qRInh4m {
    margin-bottom: 0 !important;
  }
  
  .ay7e86XFbID {
    margin-bottom: .25rem !important;
  }
  
  .ES74TZC4 {
    margin-bottom: .5rem !important;
  }
  
  .i7qoHcm {
    margin-bottom: .75rem !important;
  }
  
  .q0Ahuld {
    margin-bottom: 1rem !important;
  }
  
  .TK7gjGAOqRu {
    margin-bottom: 1.25rem !important;
  }
  
  .B8f6Uwg {
    margin-bottom: 1.5rem !important;
  }
  
  .ZlCEapGb {
    margin-bottom: 1.75rem !important;
  }
  
  .vyu4MT {
    margin-bottom: 2rem !important;
  }
  
  .cvRALBRuF {
    margin-bottom: 3rem !important;
  }
  
  .xlKOWnU {
    margin-bottom: 3.5rem !important;
  }
  
  .Bdw55i76 {
    margin-bottom: 4rem !important;
  }
  
  .CF10edPv {
    margin-bottom: 5rem !important;
  }
  
  .zHvdooGuy {
    margin-bottom: 6rem !important;
  }
  
  .DIWyiS {
    margin-bottom: auto !important;
  }
  
  .nve9sF {
    margin-left: 0 !important;
  }
  
  .VbTeuOW6rK {
    margin-left: .25rem !important;
  }
  
  .LKcEnEGJc {
    margin-left: .5rem !important;
  }
  
  .nk4Oyn {
    margin-left: .75rem !important;
  }
  
  .FsFZfvfLgMx {
    margin-left: 1rem !important;
  }
  
  .yWuAOPlmpX {
    margin-left: 1.25rem !important;
  }
  
  .LN7r90fd5G {
    margin-left: 1.5rem !important;
  }
  
  .FyVzee5Eg {
    margin-left: 1.75rem !important;
  }
  
  .xl8alKU0RD {
    margin-left: 2rem !important;
  }
  
  .MTF6ORFzf8 {
    margin-left: 3rem !important;
  }
  
  .ASROn1G9au {
    margin-left: 3.5rem !important;
  }
  
  .qVKec5 {
    margin-left: 4rem !important;
  }
  
  .a8YD6h {
    margin-left: 5rem !important;
  }
  
  .d3bNdTshs {
    margin-left: 6rem !important;
  }
  
  .Qp4lFm0azM {
    margin-left: auto !important;
  }
  
  .buqiA56ZLDY {
    margin: -0.25rem !important;
  }
  
  .AMTY2wcMf {
    margin: -0.5rem !important;
  }
  
  .VmZeEYeUz {
    margin: -0.75rem !important;
  }
  
  .QASoe4Fjr {
    margin: -1rem !important;
  }
  
  .yUcYeKFaJrO {
    margin: -1.25rem !important;
  }
  
  .IifMVX5J {
    margin: -1.5rem !important;
  }
  
  .U6oXaGt {
    margin: -1.75rem !important;
  }
  
  .cegGICZS {
    margin: -2rem !important;
  }
  
  .oC7v9t {
    margin: -3rem !important;
  }
  
  .M3vX05RSlJ {
    margin: -3.5rem !important;
  }
  
  .TScJAW6ae6f {
    margin: -4rem !important;
  }
  
  .YsCDzm {
    margin: -5rem !important;
  }
  
  .CaQfImhX {
    margin: -6rem !important;
  }
  
  .BYXequBkXhH {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  
  .fzqNGBy1 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  
  .bBy0bhuvA {
    margin-right: -0.75rem !important;
    margin-left: -0.75rem !important;
  }
  
  .frwh6PQ {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  
  .s2Qr7B {
    margin-right: -1.25rem !important;
    margin-left: -1.25rem !important;
  }
  
  .lU7VnEJ {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  
  .TPe1UC {
    margin-right: -1.75rem !important;
    margin-left: -1.75rem !important;
  }
  
  .kNANdS82kCl {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }
  
  .Hw2oS6y1aA {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  
  .CSmebU {
    margin-right: -3.5rem !important;
    margin-left: -3.5rem !important;
  }
  
  .QQpbjg {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }
  
  .fHKK0UQY {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }
  
  .xqWjsyB7X0P {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }
  
  .QMkaR5C {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  
  .jY8de6 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  
  .mQISShX {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }
  
  .poL22QN {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  
  .x7MTzSwqbrB {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }
  
  .jjj8fhnKgJ {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  
  .fWd1rKD {
    margin-top: -1.75rem !important;
    margin-bottom: -1.75rem !important;
  }
  
  .fOsiSl {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
  
  .kgvq8d {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  
  .O4lMQndWc6 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }
  
  .VEdItY {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  
  .RzHfCbl6 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  
  .OXTeGzzJlh {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }
  
  .fp5C2IPJ {
    margin-top: -0.25rem !important;
  }
  
  .DeJZD7LehJU {
    margin-top: -0.5rem !important;
  }
  
  .YFB0zuibSc {
    margin-top: -0.75rem !important;
  }
  
  .Rg7acoI0b {
    margin-top: -1rem !important;
  }
  
  .jl8EQLmPV {
    margin-top: -1.25rem !important;
  }
  
  .fFh0IuFgpi {
    margin-top: -1.5rem !important;
  }
  
  .niT1lrS {
    margin-top: -1.75rem !important;
  }
  
  .z8YvJS0e {
    margin-top: -2rem !important;
  }
  
  .bJsH3OOL3 {
    margin-top: -3rem !important;
  }
  
  .TmRZjks {
    margin-top: -3.5rem !important;
  }
  
  .wrbVWkM {
    margin-top: -4rem !important;
  }
  
  .NnX7LgikoR {
    margin-top: -5rem !important;
  }
  
  .wTTc7UUPk3g {
    margin-top: -6rem !important;
  }
  
  .gucxA9H {
    margin-right: -0.25rem !important;
  }
  
  .JvulhVJc11q {
    margin-right: -0.5rem !important;
  }
  
  .r4As68ULWz {
    margin-right: -0.75rem !important;
  }
  
  .f4AJHrhRKh {
    margin-right: -1rem !important;
  }
  
  .aZ83KgX56Ek {
    margin-right: -1.25rem !important;
  }
  
  .yHT3HG {
    margin-right: -1.5rem !important;
  }
  
  .QhkQgIqz {
    margin-right: -1.75rem !important;
  }
  
  .cqPjl6 {
    margin-right: -2rem !important;
  }
  
  .SDTyfABuLF {
    margin-right: -3rem !important;
  }
  
  .wtd6UBb {
    margin-right: -3.5rem !important;
  }
  
  .xITAbb7p {
    margin-right: -4rem !important;
  }
  
  .x9SatA {
    margin-right: -5rem !important;
  }
  
  .ebrONse6wd {
    margin-right: -6rem !important;
  }
  
  .zceAkx {
    margin-bottom: -0.25rem !important;
  }
  
  .VMaX5k {
    margin-bottom: -0.5rem !important;
  }
  
  .f22phUag {
    margin-bottom: -0.75rem !important;
  }
  
  .GmmBV0onH {
    margin-bottom: -1rem !important;
  }
  
  .qzMwEjP {
    margin-bottom: -1.25rem !important;
  }
  
  .Es1Gn4l {
    margin-bottom: -1.5rem !important;
  }
  
  .uVyHyzBgw {
    margin-bottom: -1.75rem !important;
  }
  
  .XAWDw542HTG {
    margin-bottom: -2rem !important;
  }
  
  .AhvhcJ {
    margin-bottom: -3rem !important;
  }
  
  .U52u0QlU {
    margin-bottom: -3.5rem !important;
  }
  
  .IlvZcgs7d {
    margin-bottom: -4rem !important;
  }
  
  .FP95MUW3 {
    margin-bottom: -5rem !important;
  }
  
  .CYfZpi6ztj {
    margin-bottom: -6rem !important;
  }
  
  .w9lpmIm4iy {
    margin-left: -0.25rem !important;
  }
  
  .GyOvTjlG8C {
    margin-left: -0.5rem !important;
  }
  
  .vsgviFNBT {
    margin-left: -0.75rem !important;
  }
  
  .JGOUwrecNn {
    margin-left: -1rem !important;
  }
  
  .cZHilLKqBsR {
    margin-left: -1.25rem !important;
  }
  
  .tTV7eaX {
    margin-left: -1.5rem !important;
  }
  
  .K9d1flgAH7 {
    margin-left: -1.75rem !important;
  }
  
  .Pn5ZuNCk5w {
    margin-left: -2rem !important;
  }
  
  .WPRklg7IK {
    margin-left: -3rem !important;
  }
  
  .uhGrbS {
    margin-left: -3.5rem !important;
  }
  
  .OUDg9nh {
    margin-left: -4rem !important;
  }
  
  .uaJSO4kr {
    margin-left: -5rem !important;
  }
  
  .U82FCG {
    margin-left: -6rem !important;
  }
  
  .MFQLffpP {
    padding: 0 !important;
  }
  
  .AO50um8ia7I {
    padding: .25rem !important;
  }
  
  .qMAj75IhU8Q {
    padding: .5rem !important;
  }
  
  .G38tBSSy {
    padding: .75rem !important;
  }
  
  .HcOI74t8 {
    padding: 1rem !important;
  }
  
  .pPLytV {
    padding: 1.25rem !important;
  }
  
  .GFseJjS9Luf {
    padding: 1.5rem !important;
  }
  
  .OR8niCg {
    padding: 1.75rem !important;
  }
  
  .wqwXGZN {
    padding: 2rem !important;
  }
  
  .HvzhRLm2E {
    padding: 3rem !important;
  }
  
  .STmRG81c {
    padding: 3.5rem !important;
  }
  
  .Ld7H1S {
    padding: 4rem !important;
  }
  
  .uxvW5wJYu5 {
    padding: 5rem !important;
  }
  
  .Okf7zqqbe20 {
    padding: 6rem !important;
  }
  
  .AQyE2Iri {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  
  .aePD1cCMMS {
    padding-right: .25rem !important;
    padding-left: .25rem !important;
  }
  
  .bD8Wjz {
    padding-right: .5rem !important;
    padding-left: .5rem !important;
  }
  
  .FLVCXBV {
    padding-right: .75rem !important;
    padding-left: .75rem !important;
  }
  
  .bnA2Ur1blto {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  
  .ad0eRn {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  
  .VyBWVj0ZV {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  
  .bBbNSYF6in {
    padding-right: 1.75rem !important;
    padding-left: 1.75rem !important;
  }
  
  .RSeLrFbi7 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  
  .NTVpXjMv {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  
  .eeAK9C {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  
  .OfTUDTRfYG {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  
  .JnlkeCb3 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  
  .h5Zfdoal {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  
  .vnd2JV {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  
  .XXWfAEJ4Kp {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
  }
  
  .y6nFzei {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
  }
  
  .jBNvMAtD {
    padding-top: .75rem !important;
    padding-bottom: .75rem !important;
  }
  
  .PJ7qhHH {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  
  .o1CmNbcl1V {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  
  .Yp4pKS9cT {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  
  .PQ8m7S2G {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }
  
  .R5khftTq {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  
  .gqZBOATf {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  
  .C9bhaGV {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  
  .QGaqpfO {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  
  .OOgUNSmANP {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  
  .f4NwdBO {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  
  .CpJAsDaWbh {
    padding-top: 0 !important;
  }
  
  .Dhd2PpMgWXB {
    padding-top: .25rem !important;
  }
  
  .MmILz8ZHuYM {
    padding-top: .5rem !important;
  }
  
  .jw7XT0Xh {
    padding-top: .75rem !important;
  }
  
  .c2LPvK {
    padding-top: 1rem !important;
  }
  
  .rbJ9wHmKHg {
    padding-top: 1.25rem !important;
  }
  
  .mnjkZ7SL {
    padding-top: 1.5rem !important;
  }
  
  .pY7O87z {
    padding-top: 1.75rem !important;
  }
  
  .aZjvg7N {
    padding-top: 2rem !important;
  }
  
  .ybS108 {
    padding-top: 3rem !important;
  }
  
  .b6cAEyfjcr {
    padding-top: 3.5rem !important;
  }
  
  .AadWLhWI9 {
    padding-top: 4rem !important;
  }
  
  .WsOzdZelBQh {
    padding-top: 5rem !important;
  }
  
  .h33WXRbUJ3f {
    padding-top: 6rem !important;
  }
  
  .iPYZH8Gdaw {
    padding-right: 0 !important;
  }
  
  .Rnqlu4M {
    padding-right: .25rem !important;
  }
  
  .DTbbPt {
    padding-right: .5rem !important;
  }
  
  .lqF7Tr9 {
    padding-right: .75rem !important;
  }
  
  .x1sTBe {
    padding-right: 1rem !important;
  }
  
  .In1HpU2hkR {
    padding-right: 1.25rem !important;
  }
  
  .havR0h4HEk {
    padding-right: 1.5rem !important;
  }
  
  .OJd6bW {
    padding-right: 1.75rem !important;
  }
  
  .GSTlTQ {
    padding-right: 2rem !important;
  }
  
  .DbfeYPx {
    padding-right: 3rem !important;
  }
  
  .Q9CzPRmkeoD {
    padding-right: 3.5rem !important;
  }
  
  .hHhsVRzr1h6 {
    padding-right: 4rem !important;
  }
  
  .lDWmVrdoyK {
    padding-right: 5rem !important;
  }
  
  .CQuUdRK {
    padding-right: 6rem !important;
  }
  
  .NMk3DtbNhS {
    padding-bottom: 0 !important;
  }
  
  .wh2RUy3oHUp {
    padding-bottom: .25rem !important;
  }
  
  .nesdJvN {
    padding-bottom: .5rem !important;
  }
  
  .sbXLcemgt {
    padding-bottom: .75rem !important;
  }
  
  .iQKCqjcFYP {
    padding-bottom: 1rem !important;
  }
  
  .hfbDfXM {
    padding-bottom: 1.25rem !important;
  }
  
  .kyNRndn {
    padding-bottom: 1.5rem !important;
  }
  
  .gCfAUIAT {
    padding-bottom: 1.75rem !important;
  }
  
  .sOjwBpQhbf {
    padding-bottom: 2rem !important;
  }
  
  .RL2RlS3BrAd {
    padding-bottom: 3rem !important;
  }
  
  .Pc9d7KRGrW {
    padding-bottom: 3.5rem !important;
  }
  
  .exWS15lx {
    padding-bottom: 4rem !important;
  }
  
  .LMNT68 {
    padding-bottom: 5rem !important;
  }
  
  .a0sLS4QN8hb {
    padding-bottom: 6rem !important;
  }
  
  .phGU713v {
    padding-left: 0 !important;
  }
  
  .HpgZWdwVt0 {
    padding-left: .25rem !important;
  }
  
  .LXVRQ7ysS {
    padding-left: .5rem !important;
  }
  
  .oWJoadQ {
    padding-left: .75rem !important;
  }
  
  .fExrDB {
    padding-left: 1rem !important;
  }
  
  .fYgpgleVA3f {
    padding-left: 1.25rem !important;
  }
  
  .Q3Vqbx {
    padding-left: 1.5rem !important;
  }
  
  .aMDYoz {
    padding-left: 1.75rem !important;
  }
  
  .Gd4z0BUcbMM {
    padding-left: 2rem !important;
  }
  
  .CHqdaYl {
    padding-left: 3rem !important;
  }
  
  .XngeQBks {
    padding-left: 3.5rem !important;
  }
  
  .KhVyM5 {
    padding-left: 4rem !important;
  }
  
  .nT9wgV80 {
    padding-left: 5rem !important;
  }
  
  .vkuXetmAJRQ {
    padding-left: 6rem !important;
  }
  
  .DMDruQHdV {
    gap: 0 !important;
  }
  
  .Yz4j4J {
    gap: .25rem !important;
  }
  
  .UgcIqS0 {
    gap: .5rem !important;
  }
  
  .ICLiqu {
    gap: .75rem !important;
  }
  
  .qEc91t {
    gap: 1rem !important;
  }
  
  .RfJ5yU1c {
    gap: 1.25rem !important;
  }
  
  .iUrUynx {
    gap: 1.5rem !important;
  }
  
  .YZcI79YLr {
    gap: 1.75rem !important;
  }
  
  .pKrQyWDcrfg {
    gap: 2rem !important;
  }
  
  .FVjCWI {
    gap: 3rem !important;
  }
  
  .UYOqIAkjzhV {
    gap: 3.5rem !important;
  }
  
  .IBcq9Ihg5UB {
    gap: 4rem !important;
  }
  
  .WPhtex {
    gap: 5rem !important;
  }
  
  .hq2b0uV {
    gap: 6rem !important;
  }
  
  .v4E1SpYoai6 {
    row-gap: 0 !important;
  }
  
  .HvQBFlWB9 {
    row-gap: .25rem !important;
  }
  
  .dur87rwcG {
    row-gap: .5rem !important;
  }
  
  .uGcNJ4W2eKQ {
    row-gap: .75rem !important;
  }
  
  .d9iS7X9M8cf {
    row-gap: 1rem !important;
  }
  
  .QS0z4GUMp8 {
    row-gap: 1.25rem !important;
  }
  
  .Eh6mITjyJBY {
    row-gap: 1.5rem !important;
  }
  
  .Defhca5CqJ {
    row-gap: 1.75rem !important;
  }
  
  .EacyxnPIA {
    row-gap: 2rem !important;
  }
  
  .oPNPTpBR {
    row-gap: 3rem !important;
  }
  
  .UAQSUPhl8Is {
    row-gap: 3.5rem !important;
  }
  
  .SThCjJW {
    row-gap: 4rem !important;
  }
  
  .tTliGde {
    row-gap: 5rem !important;
  }
  
  .YSXvVM3NZO6 {
    row-gap: 6rem !important;
  }
  
  .QlRdxkP {
    column-gap: 0 !important;
  }
  
  .q0bwul8 {
    column-gap: .25rem !important;
  }
  
  .Z4d3ePE9 {
    column-gap: .5rem !important;
  }
  
  .HUzkVTL {
    column-gap: .75rem !important;
  }
  
  .JRg26b {
    column-gap: 1rem !important;
  }
  
  .MtlWG9goZIG {
    column-gap: 1.25rem !important;
  }
  
  .SWh3o3WdGF5 {
    column-gap: 1.5rem !important;
  }
  
  .es3RdbB {
    column-gap: 1.75rem !important;
  }
  
  .DX9J1NbGbO {
    column-gap: 2rem !important;
  }
  
  .r6bI4hH0Hs {
    column-gap: 3rem !important;
  }
  
  .CkbIhf {
    column-gap: 3.5rem !important;
  }
  
  .rRgbprJcp8z {
    column-gap: 4rem !important;
  }
  
  .yZkccgX {
    column-gap: 5rem !important;
  }
  
  .R9h9AxGOZ7J {
    column-gap: 6rem !important;
  }
  
  .m2K8fFk2M {
    text-align: left !important;
  }
  
  .jCfJ4m {
    text-align: right !important;
  }
  
  .cEgHYHoSyy {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .K3XZJET {
    font-size: 2.4375rem !important;
  }
  
  .V7Ycl9 {
    font-size: 1.95rem !important;
  }
  
  .s63Nsnt0o {
    font-size: 1.70625rem !important;
  }
  
  .Uzx1q4n0at {
    font-size: 1.4625rem !important;
  }
}

@media print {
  .LwFEc1Y {
    display: inline !important;
  }
  
  .TMfnZY {
    display: inline-block !important;
  }
  
  .VcE5q1GVy4 {
    display: block !important;
  }
  
  .T2BeqaxO {
    display: grid !important;
  }
  
  .xdLdsGwc2 {
    display: inline-grid !important;
  }
  
  .LeG08S {
    display: table !important;
  }
  
  .hxmLTI5aLQG {
    display: table-row !important;
  }
  
  .VYScnU4e {
    display: table-cell !important;
  }
  
  .pEzTIwu {
    display: flex !important;
  }
  
  .FWvGwnr2Hf4 {
    display: inline-flex !important;
  }
  
  .vXpkdJOmO {
    display: none !important;
  }
}

@media (min-width: 576px) {
  .hsEvJ2Eggju {
    float: left !important;
  }
  
  .J18tK1aZbg {
    float: right !important;
  }
  
  .cB0PyPCwWn {
    float: none !important;
  }
  
  .DXnOim {
    object-fit: contain !important;
  }
  
  .pHLEEsf {
    object-fit: cover !important;
  }
  
  .XiM4VX {
    object-fit: fill !important;
  }
  
  .jkugnWW {
    object-fit: scale-down !important;
  }
  
  .Qy6ZFYG {
    object-fit: none !important;
  }
  
  .aLBLhNhj {
    display: inline !important;
  }
  
  .bg5mXcKD7d {
    display: inline-block !important;
  }
  
  .wd0fqWY3W {
    display: block !important;
  }
  
  .LhUEaT0 {
    display: grid !important;
  }
  
  .xcEAVPXBY {
    display: inline-grid !important;
  }
  
  .e7uQtc2LH {
    display: table !important;
  }
  
  .nhCqooV3Lr6 {
    display: table-row !important;
  }
  
  .Cjicm3OR {
    display: table-cell !important;
  }
  
  .SmptsUTo {
    display: flex !important;
  }
  
  .VVoYZKFo {
    display: inline-flex !important;
  }
  
  .ijVzaFw {
    display: none !important;
  }
  
  .RI4SSkE {
    position: static !important;
  }
  
  .EaMcx5O {
    position: relative !important;
  }
  
  .Y646ToFg {
    position: absolute !important;
  }
  
  .nFHRODA {
    position: fixed !important;
  }
  
  .aMn8meQ2Vaf {
    position: sticky !important;
  }
  
  .rCaSRtokjhs {
    top: 0 !important;
  }
  
  .WVYclULR {
    top: 10% !important;
  }
  
  .vE9aAO {
    top: 25% !important;
  }
  
  .uQUjid {
    top: 50% !important;
  }
  
  .p15opvU {
    top: 60% !important;
  }
  
  .Q7oqJDbmq9 {
    top: 65% !important;
  }
  
  .xe1uOQKHK {
    top: 70% !important;
  }
  
  .YCo3cy1 {
    top: 75% !important;
  }
  
  .pRaaMA {
    top: 100% !important;
  }
  
  .NASn4Rw91 {
    top: auto !important;
  }
  
  .hjwyZql0p {
    bottom: 0 !important;
  }
  
  .HgLOVT {
    bottom: 10% !important;
  }
  
  .fMMuEo1rXF {
    bottom: 25% !important;
  }
  
  .D8ucgs {
    bottom: 50% !important;
  }
  
  .Oyam5bSFZ {
    bottom: 60% !important;
  }
  
  .VpNB16cM4f4 {
    bottom: 65% !important;
  }
  
  .wh67iYM {
    bottom: 70% !important;
  }
  
  .GCex62PeY {
    bottom: 75% !important;
  }
  
  .u8eJ6ZBm4 {
    bottom: 100% !important;
  }
  
  .jFUVsqMC2 {
    bottom: auto !important;
  }
  
  .OvGLLR {
    left: 0 !important;
  }
  
  .B2X62U55uO {
    left: 10% !important;
  }
  
  .gGPD8H9YDU {
    left: 25% !important;
  }
  
  .FeILh2cko {
    left: 50% !important;
  }
  
  .NDMS8TUQa9p {
    left: 60% !important;
  }
  
  .PAunb9mAZG {
    left: 65% !important;
  }
  
  .Y0D7jc9 {
    left: 70% !important;
  }
  
  .jODS0szOR {
    left: 75% !important;
  }
  
  .fb9PwN5b {
    left: 100% !important;
  }
  
  .A4pHIbXie {
    left: auto !important;
  }
  
  .Ciyi6WswwHu {
    right: 0 !important;
  }
  
  .cXNvAp {
    right: 10% !important;
  }
  
  .EF1WUPTZ {
    right: 25% !important;
  }
  
  .xNsA490AmRn {
    right: 50% !important;
  }
  
  .lNgbPceIsSe {
    right: 60% !important;
  }
  
  .UbBJnJuDr1K {
    right: 65% !important;
  }
  
  .QcGB0Dcx {
    right: 70% !important;
  }
  
  .Jcb6xYxO {
    right: 75% !important;
  }
  
  .tZTIhzZ {
    right: 100% !important;
  }
  
  .GFYLmvtP {
    right: auto !important;
  }
  
  .oKAZk4Y23nT {
    transform: translate(-50%, -50%) !important;
  }
  
  .lb9f7afd1kR {
    transform: translateX(-50%) !important;
  }
  
  .BaPbPIxm {
    transform: translateY(-50%) !important;
  }
  
  .NGIc0DbYm {
    flex: 1 1 auto !important;
  }
  
  .CAF1em5Ta {
    flex-direction: row !important;
  }
  
  .O0yfgRLa1U {
    flex-direction: column !important;
  }
  
  .TrhfkQmvo5o {
    flex-direction: row-reverse !important;
  }
  
  .fwnzvE {
    flex-direction: column-reverse !important;
  }
  
  .pShc5Fz5mUq {
    flex-grow: 0 !important;
  }
  
  .xxqOf9 {
    flex-grow: 1 !important;
  }
  
  .OCiK1PdJHzc {
    flex-shrink: 0 !important;
  }
  
  .yZworqzIr {
    flex-shrink: 1 !important;
  }
  
  .jakLsZ {
    flex-wrap: wrap !important;
  }
  
  .Z2P9caJU {
    flex-wrap: nowrap !important;
  }
  
  .Xk67BAJ1c {
    flex-wrap: wrap-reverse !important;
  }
  
  .w9WszOFoH {
    justify-content: flex-start !important;
  }
  
  .ZgAXDjQ {
    justify-content: flex-end !important;
  }
  
  .bqgIEn1eUZ {
    justify-content: center !important;
  }
  
  .xTXnV4wI9x8 {
    justify-content: space-between !important;
  }
  
  .BV3se6nc {
    justify-content: space-around !important;
  }
  
  .DoFxDQ {
    justify-content: space-evenly !important;
  }
  
  .KR3EK3DS2qA {
    align-items: flex-start !important;
  }
  
  .NeS5IS {
    align-items: flex-end !important;
  }
  
  .iHpR3f {
    align-items: center !important;
  }
  
  .AMZcmbj2XT {
    align-items: baseline !important;
  }
  
  .cEjLnGh5 {
    align-items: stretch !important;
  }
  
  .idWWhwQy {
    align-content: flex-start !important;
  }
  
  .IQs7JeesUo {
    align-content: flex-end !important;
  }
  
  .MbgFe7Nrx0P {
    align-content: center !important;
  }
  
  .oprIX5IHA9 {
    align-content: space-between !important;
  }
  
  .sOSfROqz {
    align-content: space-around !important;
  }
  
  .QLy4g9p {
    align-content: stretch !important;
  }
  
  .LG0hETnzvjK {
    align-self: auto !important;
  }
  
  .aBbzCng {
    align-self: flex-start !important;
  }
  
  .DFtOva8 {
    align-self: flex-end !important;
  }
  
  .OCV4H45P40 {
    align-self: center !important;
  }
  
  .gGFCGy3fAi {
    align-self: baseline !important;
  }
  
  .NwmFD97P {
    align-self: stretch !important;
  }
  
  .CcfSUEY {
    order: -1 !important;
  }
  
  .QHwoWYo4AJf {
    order: 0 !important;
  }
  
  .vlFw7Q1J9s {
    order: 1 !important;
  }
  
  .HsnVcaZ {
    order: 2 !important;
  }
  
  .szPrYtlE6 {
    order: 3 !important;
  }
  
  .OwGlmQo {
    order: 4 !important;
  }
  
  .Qofy04d {
    order: 5 !important;
  }
  
  .CZTwQVud2yV {
    order: 6 !important;
  }
  
  .AZT92vC9lvs {
    margin: 0 !important;
  }
  
  .AezeA4 {
    margin: .25rem !important;
  }
  
  .DGrx2Z1Oi {
    margin: .5rem !important;
  }
  
  .zkVffQA6b {
    margin: .75rem !important;
  }
  
  .K7RvNDchf5D {
    margin: 1rem !important;
  }
  
  .Q7qGga {
    margin: 1.25rem !important;
  }
  
  .xzH6lP96H {
    margin: 1.5rem !important;
  }
  
  .v615hWJ46J3 {
    margin: 1.75rem !important;
  }
  
  .k3XVDN7v {
    margin: 2rem !important;
  }
  
  .av4lq5 {
    margin: 3rem !important;
  }
  
  .ddNSyYWzO {
    margin: 3.5rem !important;
  }
  
  .gYYvpWG {
    margin: 4rem !important;
  }
  
  .EDagoPgj {
    margin: 5rem !important;
  }
  
  .KkPkkn {
    margin: 6rem !important;
  }
  
  .vaQfwhD {
    margin: auto !important;
  }
  
  .xj92AF82kic {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  
  .nsTU16Q6Up {
    margin-right: .25rem !important;
    margin-left: .25rem !important;
  }
  
  .x75BbO {
    margin-right: .5rem !important;
    margin-left: .5rem !important;
  }
  
  .oWrBwL4HWL {
    margin-right: .75rem !important;
    margin-left: .75rem !important;
  }
  
  .wJ63RgHALc {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  
  .haB4rsfXi {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  
  .QECdnxoVs {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  
  .J9QfWOwPQ9 {
    margin-right: 1.75rem !important;
    margin-left: 1.75rem !important;
  }
  
  .JF7kBdlbYg {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  
  .FBE0iDdIH4N {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  
  .hQtM82w {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  
  .ww2eUBd4Nyi {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  
  .TOAxvqH7SUc {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  
  .xNgnajgfDbd {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  
  .lj1wyyU {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  
  .C0gEHmtV {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  
  .p5k5LKhxamS {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important;
  }
  
  .lOiEWn5mw {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
  }
  
  .tgUWXm9uLp7 {
    margin-top: .75rem !important;
    margin-bottom: .75rem !important;
  }
  
  .zmOVK0IFKP {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  
  .RuelkEXn {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  
  .UC4ojA {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  
  .xgAcKcw {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }
  
  .SK4iTJB {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  
  .GPIWQ53 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  
  .oropEMefRVh {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  
  .bm2h3LpTty {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  
  .RAzvupSD2fw {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  
  .WL1cY85yz {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  
  .cdRl2I5Dqg {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  
  .fqEwvUdh56 {
    margin-top: 0 !important;
  }
  
  .YfPpwtvb {
    margin-top: .25rem !important;
  }
  
  .SIaEKtagYj {
    margin-top: .5rem !important;
  }
  
  .nQnttaD06 {
    margin-top: .75rem !important;
  }
  
  .IsykRa6pbw {
    margin-top: 1rem !important;
  }
  
  .Ct2sdj93u6 {
    margin-top: 1.25rem !important;
  }
  
  .v5v5yec {
    margin-top: 1.5rem !important;
  }
  
  .kZLyeGf {
    margin-top: 1.75rem !important;
  }
  
  .nRiXm3c0U5w {
    margin-top: 2rem !important;
  }
  
  .drbogg18G {
    margin-top: 3rem !important;
  }
  
  .WDWBocQC {
    margin-top: 3.5rem !important;
  }
  
  .JHn9DaJbjfe {
    margin-top: 4rem !important;
  }
  
  .oqUnmGYnyfQ {
    margin-top: 5rem !important;
  }
  
  .gfpna81jaCe {
    margin-top: 6rem !important;
  }
  
  .j9weImza5D {
    margin-top: auto !important;
  }
  
  .Z2WKrA7dac2 {
    margin-right: 0 !important;
  }
  
  .IhljZvjN1Cm {
    margin-right: .25rem !important;
  }
  
  .DAP9UAa58 {
    margin-right: .5rem !important;
  }
  
  .f2WOXPj {
    margin-right: .75rem !important;
  }
  
  .VMvtwdIz {
    margin-right: 1rem !important;
  }
  
  .PkjAbHpf {
    margin-right: 1.25rem !important;
  }
  
  .idk3ztb5 {
    margin-right: 1.5rem !important;
  }
  
  .lLKPK4J79 {
    margin-right: 1.75rem !important;
  }
  
  .xwhyQ6E {
    margin-right: 2rem !important;
  }
  
  .EC2r1JFRJl {
    margin-right: 3rem !important;
  }
  
  .WfJi85h7Y0c {
    margin-right: 3.5rem !important;
  }
  
  .E3nPjViG9a {
    margin-right: 4rem !important;
  }
  
  .jhS7LCE {
    margin-right: 5rem !important;
  }
  
  .butVUsUx {
    margin-right: 6rem !important;
  }
  
  .ww0tCW {
    margin-right: auto !important;
  }
  
  .EBBk5Tr {
    margin-bottom: 0 !important;
  }
  
  .UZdYdBXu {
    margin-bottom: .25rem !important;
  }
  
  .cx25wNeL {
    margin-bottom: .5rem !important;
  }
  
  .b4DJn3 {
    margin-bottom: .75rem !important;
  }
  
  .gaaaf7tu {
    margin-bottom: 1rem !important;
  }
  
  .fHCb1oZ {
    margin-bottom: 1.25rem !important;
  }
  
  .caFd0ys0jR {
    margin-bottom: 1.5rem !important;
  }
  
  .FjU8lTSpTJ {
    margin-bottom: 1.75rem !important;
  }
  
  .cEEUay305i6 {
    margin-bottom: 2rem !important;
  }
  
  .Ho9tbTGg0 {
    margin-bottom: 3rem !important;
  }
  
  .PhTSfcBcyE {
    margin-bottom: 3.5rem !important;
  }
  
  .xO6sgm {
    margin-bottom: 4rem !important;
  }
  
  .rLrsQdyoWP {
    margin-bottom: 5rem !important;
  }
  
  .nfkmWj1vQ {
    margin-bottom: 6rem !important;
  }
  
  .y5MfGtYjM {
    margin-bottom: auto !important;
  }
  
  .WvxH6Xxn {
    margin-left: 0 !important;
  }
  
  .iaxXrC {
    margin-left: .25rem !important;
  }
  
  .nAqJmqlMhX {
    margin-left: .5rem !important;
  }
  
  .s2pn9W1B3nS {
    margin-left: .75rem !important;
  }
  
  .xAJguMVbR {
    margin-left: 1rem !important;
  }
  
  .iKSQbP {
    margin-left: 1.25rem !important;
  }
  
  .tSErjfn {
    margin-left: 1.5rem !important;
  }
  
  .Kfu4De {
    margin-left: 1.75rem !important;
  }
  
  .vUD70lAZaFh {
    margin-left: 2rem !important;
  }
  
  .T7TvwiPS {
    margin-left: 3rem !important;
  }
  
  .qcsRf8d0j {
    margin-left: 3.5rem !important;
  }
  
  .LQwMVTngda {
    margin-left: 4rem !important;
  }
  
  .fhATjh {
    margin-left: 5rem !important;
  }
  
  .TXauywP {
    margin-left: 6rem !important;
  }
  
  .NegQffY {
    margin-left: auto !important;
  }
  
  .AXSi2k {
    margin: -0.25rem !important;
  }
  
  .jYQ5sOHUdL {
    margin: -0.5rem !important;
  }
  
  .PGn9eUIfdqP {
    margin: -0.75rem !important;
  }
  
  .x71F8U8Edd {
    margin: -1rem !important;
  }
  
  .Ja2WpV7Ac {
    margin: -1.25rem !important;
  }
  
  .nFq57HGqU {
    margin: -1.5rem !important;
  }
  
  .KA7fKDGBw1d {
    margin: -1.75rem !important;
  }
  
  .wJbUqJ2 {
    margin: -2rem !important;
  }
  
  .ehG9xLOzTb0 {
    margin: -3rem !important;
  }
  
  .wcSPMtCRQg {
    margin: -3.5rem !important;
  }
  
  .ngjzsD {
    margin: -4rem !important;
  }
  
  .kjfr7wMXUcy {
    margin: -5rem !important;
  }
  
  .GbjdB2Les {
    margin: -6rem !important;
  }
  
  .cLgtM9KDW24 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  
  .TaNt3Baq {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  
  .brzQWRl {
    margin-right: -0.75rem !important;
    margin-left: -0.75rem !important;
  }
  
  .uM4OWOrA8v {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  
  .A0uzlj {
    margin-right: -1.25rem !important;
    margin-left: -1.25rem !important;
  }
  
  .gj7meUXU {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  
  .P91ABu3H2S {
    margin-right: -1.75rem !important;
    margin-left: -1.75rem !important;
  }
  
  .dyfv8t {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }
  
  .xyD7cEyQX {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  
  .wPzbB0oF {
    margin-right: -3.5rem !important;
    margin-left: -3.5rem !important;
  }
  
  .gr2hGEYtFi {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }
  
  .rejgZUd {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }
  
  .inK5n9T4V {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }
  
  .dkobIuBwhlG {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  
  .K5uXTnopx {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  
  .U32CyR {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }
  
  .dswCsoX {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  
  .kEJDCi5 {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }
  
  .oQG9ya8EIIq {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  
  .misb7lsLE {
    margin-top: -1.75rem !important;
    margin-bottom: -1.75rem !important;
  }
  
  .gnD8f5e {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
  
  .Aspm7wnx {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  
  .tK4khxu {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }
  
  .nShwWtGjBFq {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  
  .UGli85b {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  
  .ImOLmosX {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }
  
  .haGdr3z {
    margin-top: -0.25rem !important;
  }
  
  .yEp8hH4Jv2 {
    margin-top: -0.5rem !important;
  }
  
  .n5vacqEsMMB {
    margin-top: -0.75rem !important;
  }
  
  .iNmoOBrMU {
    margin-top: -1rem !important;
  }
  
  .gKIEYdF8 {
    margin-top: -1.25rem !important;
  }
  
  .WkfUdu2lPwD {
    margin-top: -1.5rem !important;
  }
  
  .ubdbf0 {
    margin-top: -1.75rem !important;
  }
  
  .JAvxbLP5 {
    margin-top: -2rem !important;
  }
  
  .TbtvF7i7 {
    margin-top: -3rem !important;
  }
  
  .y2pPZQa {
    margin-top: -3.5rem !important;
  }
  
  .eAEjOs7V {
    margin-top: -4rem !important;
  }
  
  .QvCpEXXSJDA {
    margin-top: -5rem !important;
  }
  
  .vG19Eaygvv {
    margin-top: -6rem !important;
  }
  
  .dn65PgXaHas {
    margin-right: -0.25rem !important;
  }
  
  .wPKKjs {
    margin-right: -0.5rem !important;
  }
  
  .YCKjsKU16gE {
    margin-right: -0.75rem !important;
  }
  
  .Rfb1s0Te1 {
    margin-right: -1rem !important;
  }
  
  .xzdgKXitd {
    margin-right: -1.25rem !important;
  }
  
  .zFAS0xrPHo {
    margin-right: -1.5rem !important;
  }
  
  .spd0vyk {
    margin-right: -1.75rem !important;
  }
  
  .saXm4ni {
    margin-right: -2rem !important;
  }
  
  .i9ZNumDK {
    margin-right: -3rem !important;
  }
  
  .wleT37d7 {
    margin-right: -3.5rem !important;
  }
  
  .R1MkX6 {
    margin-right: -4rem !important;
  }
  
  .zXkX36TEo {
    margin-right: -5rem !important;
  }
  
  .ydwTNw {
    margin-right: -6rem !important;
  }
  
  .F2lTjZIUMX {
    margin-bottom: -0.25rem !important;
  }
  
  .Ztu700psQ4G {
    margin-bottom: -0.5rem !important;
  }
  
  .SvojB9o {
    margin-bottom: -0.75rem !important;
  }
  
  .ZH3OHLVCU3K {
    margin-bottom: -1rem !important;
  }
  
  .cJZA6V {
    margin-bottom: -1.25rem !important;
  }
  
  .ifiJK3Nd72T {
    margin-bottom: -1.5rem !important;
  }
  
  .AsIYann5 {
    margin-bottom: -1.75rem !important;
  }
  
  .EOOiIVDC {
    margin-bottom: -2rem !important;
  }
  
  .eOlR1l882 {
    margin-bottom: -3rem !important;
  }
  
  .zguelB {
    margin-bottom: -3.5rem !important;
  }
  
  .DxnagHuu {
    margin-bottom: -4rem !important;
  }
  
  .TXaTfy5VQR {
    margin-bottom: -5rem !important;
  }
  
  .rbKwnzOWwd {
    margin-bottom: -6rem !important;
  }
  
  .Fh9ANq6bcB {
    margin-left: -0.25rem !important;
  }
  
  .bhFNd44g {
    margin-left: -0.5rem !important;
  }
  
  .eRfxSJ4ZjUQ {
    margin-left: -0.75rem !important;
  }
  
  .rGpxEgv {
    margin-left: -1rem !important;
  }
  
  .nuUip9 {
    margin-left: -1.25rem !important;
  }
  
  .Ct5S821886s {
    margin-left: -1.5rem !important;
  }
  
  .xQTD48u7K9y {
    margin-left: -1.75rem !important;
  }
  
  .Y12eJyjFvXZ {
    margin-left: -2rem !important;
  }
  
  .SaHwA5J2i {
    margin-left: -3rem !important;
  }
  
  .gcu1yr {
    margin-left: -3.5rem !important;
  }
  
  .XTVVF1GG {
    margin-left: -4rem !important;
  }
  
  .y6NhU2yps {
    margin-left: -5rem !important;
  }
  
  .sdzMxMMuxAd {
    margin-left: -6rem !important;
  }
  
  .gFpybKU7 {
    padding: 0 !important;
  }
  
  .nVVwTTtzli {
    padding: .25rem !important;
  }
  
  .QA7lzb {
    padding: .5rem !important;
  }
  
  .lPqOk1 {
    padding: .75rem !important;
  }
  
  .gNJMbs {
    padding: 1rem !important;
  }
  
  .RCDG8YxQR5 {
    padding: 1.25rem !important;
  }
  
  .yT6cyxpfiL {
    padding: 1.5rem !important;
  }
  
  .B2BD1mKo {
    padding: 1.75rem !important;
  }
  
  .UCjD3V {
    padding: 2rem !important;
  }
  
  .YH3ShujTGar {
    padding: 3rem !important;
  }
  
  .QMIQyVkVdR {
    padding: 3.5rem !important;
  }
  
  .keKgpkr {
    padding: 4rem !important;
  }
  
  .L6p3F5Vj {
    padding: 5rem !important;
  }
  
  .M3kv8fgus {
    padding: 6rem !important;
  }
  
  .Sgf20Ldmdw {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  
  .KEGsrC {
    padding-right: .25rem !important;
    padding-left: .25rem !important;
  }
  
  .bPRL0tTU {
    padding-right: .5rem !important;
    padding-left: .5rem !important;
  }
  
  .zSUwU3DfVe {
    padding-right: .75rem !important;
    padding-left: .75rem !important;
  }
  
  .sHQD2Qc {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  
  .fdw9kPJ {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  
  .Pb6RJDlv9f {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  
  .JpHz3ae8 {
    padding-right: 1.75rem !important;
    padding-left: 1.75rem !important;
  }
  
  .bYNF3ovGVQT {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  
  .nlRn1dZ {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  
  .ghC8NYOW5k8 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  
  .QoduZy {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  
  .CGC7WuaROUg {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  
  .xpr3BeMJUnx {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  
  .OVLYeFJN {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  
  .gvj5PJ5qGgc {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
  }
  
  .IHwde6fZ {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
  }
  
  .HBgeTahH {
    padding-top: .75rem !important;
    padding-bottom: .75rem !important;
  }
  
  .ncqpI4s {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  
  .CZlee76gG {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  
  .nLj5WL {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  
  .BZgC13t1y {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }
  
  .tpAJWdckcZ {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  
  .uzWo8mgeyA {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  
  .UImgxxl {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  
  .vdDlLzw {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  
  .X8IHbdZ {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  
  .twJkmtM {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  
  .xe3SQvAqws {
    padding-top: 0 !important;
  }
  
  .pVZqWBLqG {
    padding-top: .25rem !important;
  }
  
  .y4P9xs5Ln {
    padding-top: .5rem !important;
  }
  
  .QResDpI {
    padding-top: .75rem !important;
  }
  
  .umCzKr0kAe {
    padding-top: 1rem !important;
  }
  
  .oQTqPwM {
    padding-top: 1.25rem !important;
  }
  
  .y3ePwL4xgBa {
    padding-top: 1.5rem !important;
  }
  
  .wMpRmMUY0 {
    padding-top: 1.75rem !important;
  }
  
  .OlX1hhaSZK {
    padding-top: 2rem !important;
  }
  
  .AtZ6uW {
    padding-top: 3rem !important;
  }
  
  .lnxFdO {
    padding-top: 3.5rem !important;
  }
  
  .yGGMcUt {
    padding-top: 4rem !important;
  }
  
  .wietgk4ORA {
    padding-top: 5rem !important;
  }
  
  .OvRFA3TEMY {
    padding-top: 6rem !important;
  }
  
  .CFfeLz {
    padding-right: 0 !important;
  }
  
  .ctm9pjS {
    padding-right: .25rem !important;
  }
  
  .URLod85QN9 {
    padding-right: .5rem !important;
  }
  
  .mqYIHS {
    padding-right: .75rem !important;
  }
  
  .gLSzsa {
    padding-right: 1rem !important;
  }
  
  .DwinCPq2PSv {
    padding-right: 1.25rem !important;
  }
  
  .yIgcfBSuO {
    padding-right: 1.5rem !important;
  }
  
  .aLex8ftiCG {
    padding-right: 1.75rem !important;
  }
  
  .pDHpF01P {
    padding-right: 2rem !important;
  }
  
  .ZckczUfcaJ {
    padding-right: 3rem !important;
  }
  
  .n4tPCYpvfX {
    padding-right: 3.5rem !important;
  }
  
  .DGyLIsk {
    padding-right: 4rem !important;
  }
  
  .bwERDIaT8wV {
    padding-right: 5rem !important;
  }
  
  .QqUSwyP8sA {
    padding-right: 6rem !important;
  }
  
  .alf67pOr2 {
    padding-bottom: 0 !important;
  }
  
  .P7tvZzbnGG {
    padding-bottom: .25rem !important;
  }
  
  .mEnlG2Ejuul {
    padding-bottom: .5rem !important;
  }
  
  .ckQgKoe7Y {
    padding-bottom: .75rem !important;
  }
  
  .ycsEgtgV {
    padding-bottom: 1rem !important;
  }
  
  .ijkMZU1nmB {
    padding-bottom: 1.25rem !important;
  }
  
  .C4Z0KC {
    padding-bottom: 1.5rem !important;
  }
  
  .Z1KEE346 {
    padding-bottom: 1.75rem !important;
  }
  
  .DZNK70H9eh {
    padding-bottom: 2rem !important;
  }
  
  .Zc25XhwY {
    padding-bottom: 3rem !important;
  }
  
  .NRMWr8R {
    padding-bottom: 3.5rem !important;
  }
  
  .DeaejRJCWv {
    padding-bottom: 4rem !important;
  }
  
  .iyemk0 {
    padding-bottom: 5rem !important;
  }
  
  .EMslHejcO9 {
    padding-bottom: 6rem !important;
  }
  
  .MMq9t24 {
    padding-left: 0 !important;
  }
  
  .d2qqKHE2 {
    padding-left: .25rem !important;
  }
  
  .HFKCNl {
    padding-left: .5rem !important;
  }
  
  .vlcYSR {
    padding-left: .75rem !important;
  }
  
  .FMbhAB {
    padding-left: 1rem !important;
  }
  
  .f8k2MdEVqTi {
    padding-left: 1.25rem !important;
  }
  
  .Lq9IH02J3pA {
    padding-left: 1.5rem !important;
  }
  
  .E04deeG {
    padding-left: 1.75rem !important;
  }
  
  .al062We {
    padding-left: 2rem !important;
  }
  
  .WyjgKtePsq9 {
    padding-left: 3rem !important;
  }
  
  .YND1TrFLwDk {
    padding-left: 3.5rem !important;
  }
  
  .UBgJdbTagja {
    padding-left: 4rem !important;
  }
  
  .ibNCm12 {
    padding-left: 5rem !important;
  }
  
  .sUMONcmywm {
    padding-left: 6rem !important;
  }
  
  .axkIOwxPgN {
    gap: 0 !important;
  }
  
  .gOcVemnh {
    gap: .25rem !important;
  }
  
  .Jw2hSAX76U {
    gap: .5rem !important;
  }
  
  .trpowsaUf {
    gap: .75rem !important;
  }
  
  .YJetFn4H0Kc {
    gap: 1rem !important;
  }
  
  .FkwwKXv {
    gap: 1.25rem !important;
  }
  
  .q9xvhNeeL4 {
    gap: 1.5rem !important;
  }
  
  .gsnmO70 {
    gap: 1.75rem !important;
  }
  
  .JHjQPULs2 {
    gap: 2rem !important;
  }
  
  .cfD0WF7SM2s {
    gap: 3rem !important;
  }
  
  .d6T5J6Qzdk {
    gap: 3.5rem !important;
  }
  
  .DPXeuuYIm {
    gap: 4rem !important;
  }
  
  .KxTvmpBID {
    gap: 5rem !important;
  }
  
  .rgP0MZbn {
    gap: 6rem !important;
  }
  
  .dZOWQ4BI {
    row-gap: 0 !important;
  }
  
  .bP9wMA {
    row-gap: .25rem !important;
  }
  
  .DRWzmr0rJK9 {
    row-gap: .5rem !important;
  }
  
  .na0LGE {
    row-gap: .75rem !important;
  }
  
  .LdhhJH {
    row-gap: 1rem !important;
  }
  
  .JWjJJ6 {
    row-gap: 1.25rem !important;
  }
  
  .fEAmX6fL {
    row-gap: 1.5rem !important;
  }
  
  .A0LoKD {
    row-gap: 1.75rem !important;
  }
  
  .qLwMyXrI {
    row-gap: 2rem !important;
  }
  
  .xg3bY0j {
    row-gap: 3rem !important;
  }
  
  .r8DqSCooO {
    row-gap: 3.5rem !important;
  }
  
  .XSru8AmB {
    row-gap: 4rem !important;
  }
  
  .tlVBih {
    row-gap: 5rem !important;
  }
  
  .M9dHHg0NZKv {
    row-gap: 6rem !important;
  }
  
  .IG8d52XsPH {
    column-gap: 0 !important;
  }
  
  .R7lhaCao {
    column-gap: .25rem !important;
  }
  
  .VBjSiX {
    column-gap: .5rem !important;
  }
  
  .QuLvKJ2lqhR {
    column-gap: .75rem !important;
  }
  
  .KbwlXcRs {
    column-gap: 1rem !important;
  }
  
  .wViZsgs2z {
    column-gap: 1.25rem !important;
  }
  
  .neuqnShRq {
    column-gap: 1.5rem !important;
  }
  
  .uEl5O5meS {
    column-gap: 1.75rem !important;
  }
  
  .sD45Jv {
    column-gap: 2rem !important;
  }
  
  .B8UjvBSb {
    column-gap: 3rem !important;
  }
  
  .QEkgWP {
    column-gap: 3.5rem !important;
  }
  
  .lbNA6q4F {
    column-gap: 4rem !important;
  }
  
  .hBtFivgKzY {
    column-gap: 5rem !important;
  }
  
  .LDRCVw1 {
    column-gap: 6rem !important;
  }
  
  .SlvZuf {
    font-size: calc(1.36875rem + 1.425vw) !important;
  }
  
  .DYB3nMq52vQ {
    font-size: calc(1.32rem + 0.84vw) !important;
  }
  
  .gw4R2iaOX {
    font-size: calc(1.295625rem + 0.5475vw) !important;
  }
  
  .wQJlspuQfqB {
    font-size: calc(1.27125rem + 0.255vw) !important;
  }
  
  .UNqxb5pOpEa {
    font-size: 1.21875rem !important;
  }
  
  .qNgHWu {
    font-size: 0.975rem !important;
  }
  
  .gL9uZLaEejO {
    text-align: left !important;
  }
  
  .IwV9s2fXzNa {
    text-align: right !important;
  }
  
  .EIDD8pCBZl {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .dLB3eHHK {
    float: left !important;
  }
  
  .Pdgr6uqfjw0 {
    float: right !important;
  }
  
  .qW9KHKw {
    float: none !important;
  }
  
  .goA7uw {
    object-fit: contain !important;
  }
  
  .z5zx5phjXO {
    object-fit: cover !important;
  }
  
  .tDM0O2P {
    object-fit: fill !important;
  }
  
  .JgfWycR {
    object-fit: scale-down !important;
  }
  
  .dFodaOp9 {
    object-fit: none !important;
  }
  
  .IVs4E8 {
    display: inline !important;
  }
  
  .s79ezYmJjSx {
    display: inline-block !important;
  }
  
  .HGKLxZycid {
    display: block !important;
  }
  
  .bejggJ6 {
    display: grid !important;
  }
  
  .Yh4F67jq {
    display: inline-grid !important;
  }
  
  .Jx2GBFeAZ {
    display: table !important;
  }
  
  .RN6Yn6tUxa {
    display: table-row !important;
  }
  
  .KZkd1gFgx7U {
    display: table-cell !important;
  }
  
  .fnOPez {
    display: flex !important;
  }
  
  .gRCCWpz5bWW {
    display: inline-flex !important;
  }
  
  .lJAY9iJG79k {
    display: none !important;
  }
  
  .uU92EMQR {
    position: static !important;
  }
  
  .zASYuG970G {
    position: relative !important;
  }
  
  .nfmmUK {
    position: absolute !important;
  }
  
  .rerOQNAel {
    position: fixed !important;
  }
  
  .JS0RHa {
    position: sticky !important;
  }
  
  .Z4oc4YhiR {
    top: 0 !important;
  }
  
  .dYTE1TiAY {
    top: 10% !important;
  }
  
  .OTTIbw1iH {
    top: 25% !important;
  }
  
  .tXEMJFBmm {
    top: 50% !important;
  }
  
  .LaSGOSH {
    top: 60% !important;
  }
  
  .QePGgi2K {
    top: 65% !important;
  }
  
  .wWh7Xk {
    top: 70% !important;
  }
  
  .LAKJgOAM {
    top: 75% !important;
  }
  
  .DgkdWk9 {
    top: 100% !important;
  }
  
  .EMslOwE2X {
    top: auto !important;
  }
  
  .zVjieD7 {
    bottom: 0 !important;
  }
  
  .aW7AdnMLh {
    bottom: 10% !important;
  }
  
  .BXqjqApE {
    bottom: 25% !important;
  }
  
  .EBlAALtj5 {
    bottom: 50% !important;
  }
  
  .Cp0csQwt6 {
    bottom: 60% !important;
  }
  
  .ZEWULfW4OXr {
    bottom: 65% !important;
  }
  
  .JxTiyPiffJ {
    bottom: 70% !important;
  }
  
  .zOMmDmi3 {
    bottom: 75% !important;
  }
  
  .vE1yYms4Ur {
    bottom: 100% !important;
  }
  
  .SXwIEdwR {
    bottom: auto !important;
  }
  
  .XTQyeC {
    left: 0 !important;
  }
  
  .i5ZonHY {
    left: 10% !important;
  }
  
  .cJ8W0BfcWwl {
    left: 25% !important;
  }
  
  .FJccCc9do {
    left: 50% !important;
  }
  
  .B9NFpO {
    left: 60% !important;
  }
  
  .rbnXdM {
    left: 65% !important;
  }
  
  .IJyXKKtItE {
    left: 70% !important;
  }
  
  .QIUa19NXbY {
    left: 75% !important;
  }
  
  .pqCfahjz {
    left: 100% !important;
  }
  
  .wruo2PDRoQ {
    left: auto !important;
  }
  
  .OIRcT1 {
    right: 0 !important;
  }
  
  .Yzb8L5s {
    right: 10% !important;
  }
  
  .d8cwear {
    right: 25% !important;
  }
  
  .yjna1SE4 {
    right: 50% !important;
  }
  
  .o0S36jp2V {
    right: 60% !important;
  }
  
  .RxI554S {
    right: 65% !important;
  }
  
  .gmZTYYnj {
    right: 70% !important;
  }
  
  .bsEtemF0C7 {
    right: 75% !important;
  }
  
  .rlHtd9 {
    right: 100% !important;
  }
  
  .TfJIOwRVfFz {
    right: auto !important;
  }
  
  .gc7FTjC {
    transform: translate(-50%, -50%) !important;
  }
  
  .CNqLo2T {
    transform: translateX(-50%) !important;
  }
  
  .RVjDcBpp0a {
    transform: translateY(-50%) !important;
  }
  
  .KbAGac4C45 {
    flex: 1 1 auto !important;
  }
  
  .El6fgto1 {
    flex-direction: row !important;
  }
  
  .Db2Ahy {
    flex-direction: column !important;
  }
  
  .xpisNFcveD {
    flex-direction: row-reverse !important;
  }
  
  .yUmgEs {
    flex-direction: column-reverse !important;
  }
  
  .MHJH0K {
    flex-grow: 0 !important;
  }
  
  .dfE7x4P {
    flex-grow: 1 !important;
  }
  
  .nzdpOyB {
    flex-shrink: 0 !important;
  }
  
  .NqujPTmloO {
    flex-shrink: 1 !important;
  }
  
  .P3S8iNnI {
    flex-wrap: wrap !important;
  }
  
  .wU4VuI {
    flex-wrap: nowrap !important;
  }
  
  .ZZ2JBSlV {
    flex-wrap: wrap-reverse !important;
  }
  
  .cHMttz6dF {
    justify-content: flex-start !important;
  }
  
  .F1iBf85Hy {
    justify-content: flex-end !important;
  }
  
  .EZcHphVQj {
    justify-content: center !important;
  }
  
  .pU5UCcGL4 {
    justify-content: space-between !important;
  }
  
  .cnjqrM9hqC5 {
    justify-content: space-around !important;
  }
  
  .aB0JFVn48 {
    justify-content: space-evenly !important;
  }
  
  .lkWnet {
    align-items: flex-start !important;
  }
  
  .CZ3SL4H {
    align-items: flex-end !important;
  }
  
  .n4toYIg2f6x {
    align-items: center !important;
  }
  
  .yWdbDTdylN {
    align-items: baseline !important;
  }
  
  .vtW1YcHhWT {
    align-items: stretch !important;
  }
  
  .f7BOtb {
    align-content: flex-start !important;
  }
  
  .f6OeVa3FZM {
    align-content: flex-end !important;
  }
  
  .SLCHHaH {
    align-content: center !important;
  }
  
  .Tfn1Wz {
    align-content: space-between !important;
  }
  
  .zFcoveVQUDb {
    align-content: space-around !important;
  }
  
  .SHA17OKG6 {
    align-content: stretch !important;
  }
  
  .AcJk67IE87 {
    align-self: auto !important;
  }
  
  .eHHJE5If {
    align-self: flex-start !important;
  }
  
  .Ji3nmjHmz47 {
    align-self: flex-end !important;
  }
  
  .ZXdZjy5XKGY {
    align-self: center !important;
  }
  
  .fVYHZMef {
    align-self: baseline !important;
  }
  
  .NZvzohYPqb {
    align-self: stretch !important;
  }
  
  .CNtDG0Zs {
    order: -1 !important;
  }
  
  .KECPYe {
    order: 0 !important;
  }
  
  .Pdh4kTZov {
    order: 1 !important;
  }
  
  .fzgRPWfmr9F {
    order: 2 !important;
  }
  
  .KAzb8Zeh {
    order: 3 !important;
  }
  
  .eV3PrMqyxf {
    order: 4 !important;
  }
  
  .P5dxhL {
    order: 5 !important;
  }
  
  .RfKXCmd9 {
    order: 6 !important;
  }
  
  .E38UPV {
    margin: 0 !important;
  }
  
  .B73a5v8 {
    margin: .25rem !important;
  }
  
  .yMkFFLRD {
    margin: .5rem !important;
  }
  
  .U7IRk5 {
    margin: .75rem !important;
  }
  
  .zNZ8pLCXX {
    margin: 1rem !important;
  }
  
  .jcARfk {
    margin: 1.25rem !important;
  }
  
  .VFzNbPYx {
    margin: 1.5rem !important;
  }
  
  .pahc6WVt {
    margin: 1.75rem !important;
  }
  
  .khkEf3I {
    margin: 2rem !important;
  }
  
  .jjZDqEdX {
    margin: 3rem !important;
  }
  
  .BOnDtYGt {
    margin: 3.5rem !important;
  }
  
  .ntICFfAcP {
    margin: 4rem !important;
  }
  
  .gW7Wx0 {
    margin: 5rem !important;
  }
  
  .ohaAOi {
    margin: 6rem !important;
  }
  
  .mdR3ih2yB {
    margin: auto !important;
  }
  
  .MdTFudCNju {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  
  .DIBQR7X33QE {
    margin-right: .25rem !important;
    margin-left: .25rem !important;
  }
  
  .HKKImX {
    margin-right: .5rem !important;
    margin-left: .5rem !important;
  }
  
  .UpIPDfwf8t {
    margin-right: .75rem !important;
    margin-left: .75rem !important;
  }
  
  .UEe5Zp {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  
  .o8KpmHkiukn {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  
  .MYGIQEBVm {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  
  .O8pUpf {
    margin-right: 1.75rem !important;
    margin-left: 1.75rem !important;
  }
  
  .NQGocwAkbD {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  
  .mtOMroD {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  
  .SnD5kAOOSOA {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  
  .BKAJXaM1P {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  
  .HeVJrSHvR {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  
  .WM6BiiGXOMb {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  
  .P16vdLf {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  
  .kFcxBYF {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  
  .HzETV4TpLlL {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important;
  }
  
  .DcWpXEE15 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
  }
  
  .vRVruB1Uh {
    margin-top: .75rem !important;
    margin-bottom: .75rem !important;
  }
  
  .k0F1atKBc {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  
  .AhFJBR {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  
  .eIWXzh {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  
  .SDWOVfhtv {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }
  
  .XPEaDY {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  
  .Tfzu7855t {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  
  .AgoEaIPB {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  
  .aCc7c0cK2pe {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  
  .Qucbak2A0 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  
  .KDsYD7pV11 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  
  .GqdWty {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  
  .TF6gZHdh {
    margin-top: 0 !important;
  }
  
  .OS1HwT {
    margin-top: .25rem !important;
  }
  
  .uJOQRLINl0r {
    margin-top: .5rem !important;
  }
  
  .xapGQS0Ag {
    margin-top: .75rem !important;
  }
  
  .XaVxgf2 {
    margin-top: 1rem !important;
  }
  
  .dFoWtyPDhDH {
    margin-top: 1.25rem !important;
  }
  
  .QMAeNE2 {
    margin-top: 1.5rem !important;
  }
  
  .SdwVbDmPC {
    margin-top: 1.75rem !important;
  }
  
  .yt8tHpkKKj {
    margin-top: 2rem !important;
  }
  
  .FqLH4cdX1O {
    margin-top: 3rem !important;
  }
  
  .ns6Q8Rg1T {
    margin-top: 3.5rem !important;
  }
  
  .t7Nm79 {
    margin-top: 4rem !important;
  }
  
  .DieyU8HqAfN {
    margin-top: 5rem !important;
  }
  
  .rhoGAGKXByh {
    margin-top: 6rem !important;
  }
  
  .ZfP6AmoH {
    margin-top: auto !important;
  }
  
  .or7ldavArr {
    margin-right: 0 !important;
  }
  
  .UgLtYeVWj {
    margin-right: .25rem !important;
  }
  
  .zONUBTN {
    margin-right: .5rem !important;
  }
  
  .TUeCwJ57sG {
    margin-right: .75rem !important;
  }
  
  .dRNSS8Ex {
    margin-right: 1rem !important;
  }
  
  .XfWR8YfUn {
    margin-right: 1.25rem !important;
  }
  
  .EFbIJVqFwEP {
    margin-right: 1.5rem !important;
  }
  
  .CfWMLek9Tww {
    margin-right: 1.75rem !important;
  }
  
  .AfbYv7L {
    margin-right: 2rem !important;
  }
  
  .lD3cTiD1TV {
    margin-right: 3rem !important;
  }
  
  .XbejTbK4 {
    margin-right: 3.5rem !important;
  }
  
  .wdiGMEe7H {
    margin-right: 4rem !important;
  }
  
  .vPWPsfImEq {
    margin-right: 5rem !important;
  }
  
  .OKjzCgh8z5 {
    margin-right: 6rem !important;
  }
  
  .q57zMkB {
    margin-right: auto !important;
  }
  
  .rGiufWn2APk {
    margin-bottom: 0 !important;
  }
  
  .VQQ5vvej {
    margin-bottom: .25rem !important;
  }
  
  .rgqkiI {
    margin-bottom: .5rem !important;
  }
  
  .dyWZxt7Q {
    margin-bottom: .75rem !important;
  }
  
  .cyevkMpvc {
    margin-bottom: 1rem !important;
  }
  
  .niu10k {
    margin-bottom: 1.25rem !important;
  }
  
  .kdVicz2hX {
    margin-bottom: 1.5rem !important;
  }
  
  .U5ZmzTdg {
    margin-bottom: 1.75rem !important;
  }
  
  .Sp3VBasoX {
    margin-bottom: 2rem !important;
  }
  
  .X8od4QV {
    margin-bottom: 3rem !important;
  }
  
  .NZ5dqWo9X {
    margin-bottom: 3.5rem !important;
  }
  
  .bcH4tdjMLO {
    margin-bottom: 4rem !important;
  }
  
  .FUX4vh {
    margin-bottom: 5rem !important;
  }
  
  .s0YHGS {
    margin-bottom: 6rem !important;
  }
  
  .zLoPIDX {
    margin-bottom: auto !important;
  }
  
  .Gtzy8A {
    margin-left: 0 !important;
  }
  
  .gS9aAqMNTN {
    margin-left: .25rem !important;
  }
  
  .J5mPXW {
    margin-left: .5rem !important;
  }
  
  .dRC9robT {
    margin-left: .75rem !important;
  }
  
  .WAX471 {
    margin-left: 1rem !important;
  }
  
  .qRj6x7Gtx {
    margin-left: 1.25rem !important;
  }
  
  .IwdSWR7 {
    margin-left: 1.5rem !important;
  }
  
  .U5Dx7aUA2 {
    margin-left: 1.75rem !important;
  }
  
  .Aohd9aqlqcH {
    margin-left: 2rem !important;
  }
  
  .P200rggnG {
    margin-left: 3rem !important;
  }
  
  .omrJIfhG {
    margin-left: 3.5rem !important;
  }
  
  .FB0AfDvljk {
    margin-left: 4rem !important;
  }
  
  .Q01Wi3U5IhD {
    margin-left: 5rem !important;
  }
  
  .VcMveLsFj {
    margin-left: 6rem !important;
  }
  
  .GqQhEoE {
    margin-left: auto !important;
  }
  
  .RFCJVZ {
    margin: -0.25rem !important;
  }
  
  .aIhslrN {
    margin: -0.5rem !important;
  }
  
  .SFVxSoRhzhe {
    margin: -0.75rem !important;
  }
  
  .cMcZMfw {
    margin: -1rem !important;
  }
  
  .esWKkgOJ {
    margin: -1.25rem !important;
  }
  
  .c2PP6aGIuj6 {
    margin: -1.5rem !important;
  }
  
  .xewMcrp {
    margin: -1.75rem !important;
  }
  
  .iOxYlQW {
    margin: -2rem !important;
  }
  
  .WFiELuj6fP {
    margin: -3rem !important;
  }
  
  .IOmW03Co {
    margin: -3.5rem !important;
  }
  
  .kunmtAz5 {
    margin: -4rem !important;
  }
  
  .VbEjUrb3 {
    margin: -5rem !important;
  }
  
  .owLYgnD5 {
    margin: -6rem !important;
  }
  
  .Df8QydYul {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  
  .ALPb0AwPTO7 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  
  .FPvoR5d {
    margin-right: -0.75rem !important;
    margin-left: -0.75rem !important;
  }
  
  .ugybvgV5JZ {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  
  .uT9loO5Xm {
    margin-right: -1.25rem !important;
    margin-left: -1.25rem !important;
  }
  
  .pwX9E7P6B {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  
  .d4acooZnvIh {
    margin-right: -1.75rem !important;
    margin-left: -1.75rem !important;
  }
  
  .gydDDPkhY {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }
  
  .gWTqAZP {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  
  .IkmMi9lu {
    margin-right: -3.5rem !important;
    margin-left: -3.5rem !important;
  }
  
  .sPD7JfpRw8 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }
  
  .h6qNOw {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }
  
  .mm70SI {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }
  
  .IWD3ybkSth {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  
  .qkMToG {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  
  .OSd3gWfgRi {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }
  
  .y09Gxc {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  
  .rZJ1YoSZ4TV {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }
  
  .FZzrg06Cgx {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  
  .QsXf9IVc {
    margin-top: -1.75rem !important;
    margin-bottom: -1.75rem !important;
  }
  
  .M1r81qgR {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
  
  .dhYYYE {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  
  .YldtIxx {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }
  
  .SozfQpicdQ {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  
  .xC2eNs {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  
  .qqWsIXki5kD {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }
  
  .lXWvJu {
    margin-top: -0.25rem !important;
  }
  
  .v0Xbro {
    margin-top: -0.5rem !important;
  }
  
  .y95GRc {
    margin-top: -0.75rem !important;
  }
  
  .zpqywd5 {
    margin-top: -1rem !important;
  }
  
  .P7PadlD {
    margin-top: -1.25rem !important;
  }
  
  .HbvrOUVWb {
    margin-top: -1.5rem !important;
  }
  
  .OpdbGHn {
    margin-top: -1.75rem !important;
  }
  
  .vaAL2vxh {
    margin-top: -2rem !important;
  }
  
  .UR2dvLfD {
    margin-top: -3rem !important;
  }
  
  .ekouA7FM {
    margin-top: -3.5rem !important;
  }
  
  .xhdbuzQ3BJx {
    margin-top: -4rem !important;
  }
  
  .nVnbdTaa {
    margin-top: -5rem !important;
  }
  
  .KCCPjgt {
    margin-top: -6rem !important;
  }
  
  .A4U45V {
    margin-right: -0.25rem !important;
  }
  
  .bf2Aa2e {
    margin-right: -0.5rem !important;
  }
  
  .FgvENHj {
    margin-right: -0.75rem !important;
  }
  
  .tqfcBQ {
    margin-right: -1rem !important;
  }
  
  .SEsIjO3tZOI {
    margin-right: -1.25rem !important;
  }
  
  .T5ByBPQ {
    margin-right: -1.5rem !important;
  }
  
  .yUoUAl0QgK {
    margin-right: -1.75rem !important;
  }
  
  .LvwHrJBvc9M {
    margin-right: -2rem !important;
  }
  
  .FYJmuCSW {
    margin-right: -3rem !important;
  }
  
  .KpY9fsO5Wwh {
    margin-right: -3.5rem !important;
  }
  
  .gTJ47Tsh {
    margin-right: -4rem !important;
  }
  
  .F56J6vj {
    margin-right: -5rem !important;
  }
  
  .lww8fcCs {
    margin-right: -6rem !important;
  }
  
  .hkEoG6 {
    margin-bottom: -0.25rem !important;
  }
  
  .AjKRHC {
    margin-bottom: -0.5rem !important;
  }
  
  .u0BscemdY {
    margin-bottom: -0.75rem !important;
  }
  
  .WfnBDUG {
    margin-bottom: -1rem !important;
  }
  
  .eHcSOrumy {
    margin-bottom: -1.25rem !important;
  }
  
  .bE4KGQmFf7 {
    margin-bottom: -1.5rem !important;
  }
  
  .TI0bFBn {
    margin-bottom: -1.75rem !important;
  }
  
  .FYanHxe {
    margin-bottom: -2rem !important;
  }
  
  .uIJW8j {
    margin-bottom: -3rem !important;
  }
  
  .SFkTzSdV {
    margin-bottom: -3.5rem !important;
  }
  
  .tZDZh8 {
    margin-bottom: -4rem !important;
  }
  
  .c4ZryEmKBD {
    margin-bottom: -5rem !important;
  }
  
  .zjiQZ3 {
    margin-bottom: -6rem !important;
  }
  
  .JtlMayvuWs5 {
    margin-left: -0.25rem !important;
  }
  
  .QcCbdj {
    margin-left: -0.5rem !important;
  }
  
  .mC5JccIaxi {
    margin-left: -0.75rem !important;
  }
  
  .b4yIsnHDghX {
    margin-left: -1rem !important;
  }
  
  .bspc4cSmX {
    margin-left: -1.25rem !important;
  }
  
  .ALea82rEuH {
    margin-left: -1.5rem !important;
  }
  
  .Q9fAizN {
    margin-left: -1.75rem !important;
  }
  
  .QYmjK9WlS65 {
    margin-left: -2rem !important;
  }
  
  .UzeTZzvbL {
    margin-left: -3rem !important;
  }
  
  .e3z7vfTPwVp {
    margin-left: -3.5rem !important;
  }
  
  .ob9gejg {
    margin-left: -4rem !important;
  }
  
  .XGIMxbPw {
    margin-left: -5rem !important;
  }
  
  .TjM33HwLp2D {
    margin-left: -6rem !important;
  }
  
  .Yq93Ev5Fjiz {
    padding: 0 !important;
  }
  
  .Ucmars {
    padding: .25rem !important;
  }
  
  .PYUgK5Tf {
    padding: .5rem !important;
  }
  
  .KqDARHEbi {
    padding: .75rem !important;
  }
  
  .NtAXCAEFxi {
    padding: 1rem !important;
  }
  
  .zacy79eRfm {
    padding: 1.25rem !important;
  }
  
  .WnkNkM {
    padding: 1.5rem !important;
  }
  
  .ngfwTUaS8s {
    padding: 1.75rem !important;
  }
  
  .oLsDLdfY {
    padding: 2rem !important;
  }
  
  .R4cEtbTA {
    padding: 3rem !important;
  }
  
  .obifnzjRj {
    padding: 3.5rem !important;
  }
  
  .ylzlkXzFddM {
    padding: 4rem !important;
  }
  
  .kuxR2dz {
    padding: 5rem !important;
  }
  
  .o4YJ542K {
    padding: 6rem !important;
  }
  
  .X4ChyfYL {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  
  .taaJBG4xlQ3 {
    padding-right: .25rem !important;
    padding-left: .25rem !important;
  }
  
  .eyI7BwYsUD {
    padding-right: .5rem !important;
    padding-left: .5rem !important;
  }
  
  .DkNavFqG {
    padding-right: .75rem !important;
    padding-left: .75rem !important;
  }
  
  .WYceu4dq4t {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  
  .JjALad2s7 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  
  .bSQofNr {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  
  .ZImpXUT9P {
    padding-right: 1.75rem !important;
    padding-left: 1.75rem !important;
  }
  
  .aW0RVVIdi {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  
  .jgJ4dV {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  
  .rZpSRJP {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  
  .XbmWee {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  
  .VUlexM5X {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  
  .wnBU1EZ6u {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  
  .pHKJdsiht {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  
  .wxGiKWal {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
  }
  
  .xQEpFeamdqG {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
  }
  
  .tssKeZ8 {
    padding-top: .75rem !important;
    padding-bottom: .75rem !important;
  }
  
  .ulm2QCD {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  
  .GjsPDUXITu {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  
  .S8OhCj {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  
  .rWcGddEVLS0 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }
  
  .UHMS5tbJg3J {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  
  .hbKWxV9VEr {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  
  .t2a9d8 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  
  .bkJ57y {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  
  .ijXeWC1xSbK {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  
  .YWy1QGxNfmv {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  
  .TuFbued {
    padding-top: 0 !important;
  }
  
  .rZghJ2We {
    padding-top: .25rem !important;
  }
  
  .luh8mly {
    padding-top: .5rem !important;
  }
  
  .NL571Y {
    padding-top: .75rem !important;
  }
  
  .zFPRMk4hIsa {
    padding-top: 1rem !important;
  }
  
  .B2qvOz8r {
    padding-top: 1.25rem !important;
  }
  
  .SPxvuJLivZ {
    padding-top: 1.5rem !important;
  }
  
  .o2pj6cK {
    padding-top: 1.75rem !important;
  }
  
  .saQvWU {
    padding-top: 2rem !important;
  }
  
  .YZQzwNK {
    padding-top: 3rem !important;
  }
  
  .j79RyuQDTcz {
    padding-top: 3.5rem !important;
  }
  
  .NwXVF9CMb {
    padding-top: 4rem !important;
  }
  
  .f64rSWe9Qg {
    padding-top: 5rem !important;
  }
  
  .A2H7PK3FQv7 {
    padding-top: 6rem !important;
  }
  
  .HrXoPvGl1Nf {
    padding-right: 0 !important;
  }
  
  .K7HjyiQ {
    padding-right: .25rem !important;
  }
  
  .mCuAIgf {
    padding-right: .5rem !important;
  }
  
  .CybjOvAFOv {
    padding-right: .75rem !important;
  }
  
  .Tf7l2FafWn {
    padding-right: 1rem !important;
  }
  
  .tFhWj8eQp0 {
    padding-right: 1.25rem !important;
  }
  
  .aBRA7Y {
    padding-right: 1.5rem !important;
  }
  
  .EZWQ4lCvg {
    padding-right: 1.75rem !important;
  }
  
  .PYgrPC {
    padding-right: 2rem !important;
  }
  
  .LEjoe62n4 {
    padding-right: 3rem !important;
  }
  
  .ithPJYqQH {
    padding-right: 3.5rem !important;
  }
  
  .ZdNdL8qCQz {
    padding-right: 4rem !important;
  }
  
  .EtNiAr {
    padding-right: 5rem !important;
  }
  
  .qAsIlg62S {
    padding-right: 6rem !important;
  }
  
  .ivxd5w {
    padding-bottom: 0 !important;
  }
  
  .kOUclsO6E1 {
    padding-bottom: .25rem !important;
  }
  
  .YgJEnTgNC {
    padding-bottom: .5rem !important;
  }
  
  .X4xc2d {
    padding-bottom: .75rem !important;
  }
  
  .P71GR3n {
    padding-bottom: 1rem !important;
  }
  
  .QzDHb78 {
    padding-bottom: 1.25rem !important;
  }
  
  .qOCY77ybT {
    padding-bottom: 1.5rem !important;
  }
  
  .naB48rf7 {
    padding-bottom: 1.75rem !important;
  }
  
  .hhI229LWgex {
    padding-bottom: 2rem !important;
  }
  
  .kwBSQaRjRO {
    padding-bottom: 3rem !important;
  }
  
  .YlYW26yjfi9 {
    padding-bottom: 3.5rem !important;
  }
  
  .UOohAUt {
    padding-bottom: 4rem !important;
  }
  
  .IoIxjX1nq {
    padding-bottom: 5rem !important;
  }
  
  .oGGJeGme {
    padding-bottom: 6rem !important;
  }
  
  .EMEy97zkIf {
    padding-left: 0 !important;
  }
  
  .IQlxkJ {
    padding-left: .25rem !important;
  }
  
  .MST4MK {
    padding-left: .5rem !important;
  }
  
  .AS2WEdANPVX {
    padding-left: .75rem !important;
  }
  
  .yidnNrP {
    padding-left: 1rem !important;
  }
  
  .mbUPDEof {
    padding-left: 1.25rem !important;
  }
  
  .BObR4CCi {
    padding-left: 1.5rem !important;
  }
  
  .xlCFMU {
    padding-left: 1.75rem !important;
  }
  
  .dTgov8 {
    padding-left: 2rem !important;
  }
  
  .gwEXWh2mT {
    padding-left: 3rem !important;
  }
  
  .yoJRx2e330 {
    padding-left: 3.5rem !important;
  }
  
  .Vs3PfngYuh {
    padding-left: 4rem !important;
  }
  
  .Ee4N9dEx {
    padding-left: 5rem !important;
  }
  
  .riGtWw {
    padding-left: 6rem !important;
  }
  
  .xRMdEVhVor {
    gap: 0 !important;
  }
  
  .kATTRxWeL {
    gap: .25rem !important;
  }
  
  .IiqvTSeKf2c {
    gap: .5rem !important;
  }
  
  .DxQZOTA3B {
    gap: .75rem !important;
  }
  
  .J3V8JiXBOf {
    gap: 1rem !important;
  }
  
  .hWF6Z9Y4w {
    gap: 1.25rem !important;
  }
  
  .JDDRZ9Eh7 {
    gap: 1.5rem !important;
  }
  
  .jaw4ahti {
    gap: 1.75rem !important;
  }
  
  .CPaNzO8j {
    gap: 2rem !important;
  }
  
  .vg6IMJ {
    gap: 3rem !important;
  }
  
  .NgNh5wjtU {
    gap: 3.5rem !important;
  }
  
  .uKAmcB {
    gap: 4rem !important;
  }
  
  .zTTSlt {
    gap: 5rem !important;
  }
  
  .aNg7GKiGI6 {
    gap: 6rem !important;
  }
  
  .f4HbfwseJE {
    row-gap: 0 !important;
  }
  
  .zpXShI {
    row-gap: .25rem !important;
  }
  
  .Jhh004fPy7J {
    row-gap: .5rem !important;
  }
  
  .gHSmv2KMBI {
    row-gap: .75rem !important;
  }
  
  .UGNXVoMDY {
    row-gap: 1rem !important;
  }
  
  .WYN2zZpv2vX {
    row-gap: 1.25rem !important;
  }
  
  .psmfn9i {
    row-gap: 1.5rem !important;
  }
  
  .quhLxxtn {
    row-gap: 1.75rem !important;
  }
  
  .jWfaTRo {
    row-gap: 2rem !important;
  }
  
  .swRJ4XlsA {
    row-gap: 3rem !important;
  }
  
  .TQOlFEX {
    row-gap: 3.5rem !important;
  }
  
  .SSWnME3Ht {
    row-gap: 4rem !important;
  }
  
  .yzXnbM0LX {
    row-gap: 5rem !important;
  }
  
  .q0lIglUpx {
    row-gap: 6rem !important;
  }
  
  .YeWRDjC0U {
    column-gap: 0 !important;
  }
  
  .rnx1FXnfzE4 {
    column-gap: .25rem !important;
  }
  
  .Ie3PuQUapn {
    column-gap: .5rem !important;
  }
  
  .aQbnduJbb {
    column-gap: .75rem !important;
  }
  
  .O9u1YB6 {
    column-gap: 1rem !important;
  }
  
  .AsfOHVH {
    column-gap: 1.25rem !important;
  }
  
  .Da2dJqEXbD {
    column-gap: 1.5rem !important;
  }
  
  .vnNBW5 {
    column-gap: 1.75rem !important;
  }
  
  .F4PcnRu {
    column-gap: 2rem !important;
  }
  
  .UmH8Xvfur {
    column-gap: 3rem !important;
  }
  
  .eLJJF13R {
    column-gap: 3.5rem !important;
  }
  
  .anFjoCcfI {
    column-gap: 4rem !important;
  }
  
  .DA9N3j {
    column-gap: 5rem !important;
  }
  
  .zqXIMkM {
    column-gap: 6rem !important;
  }
  
  .kdStGvZpoa {
    font-size: calc(1.36875rem + 1.425vw) !important;
  }
  
  .qwwVMFHFj {
    font-size: calc(1.32rem + 0.84vw) !important;
  }
  
  .A0GuQkHAb {
    font-size: calc(1.295625rem + 0.5475vw) !important;
  }
  
  .Wwf6kZbe {
    font-size: calc(1.27125rem + 0.255vw) !important;
  }
  
  .dkuHBq {
    font-size: 1.21875rem !important;
  }
  
  .DMehXJGTgP {
    font-size: 0.975rem !important;
  }
  
  .RDgkIQ1JD {
    text-align: left !important;
  }
  
  .ImClgnd7sse {
    text-align: right !important;
  }
  
  .L1IYYGp4MIj {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .zS7fX8 {
    float: left !important;
  }
  
  .v1NQWRoAk {
    float: right !important;
  }
  
  .mrKXtHF3 {
    float: none !important;
  }
  
  .lqavdij6dgJ {
    object-fit: contain !important;
  }
  
  .ybkNRr3N {
    object-fit: cover !important;
  }
  
  .rEfjPcCU {
    object-fit: fill !important;
  }
  
  .hehpd3oC {
    object-fit: scale-down !important;
  }
  
  .FO1NFA {
    object-fit: none !important;
  }
  
  .cjPcHbhvnE {
    display: inline !important;
  }
  
  .v8zQzdI {
    display: inline-block !important;
  }
  
  .dPRKVS {
    display: block !important;
  }
  
  .tDQ2bC {
    display: grid !important;
  }
  
  .EMpfg7 {
    display: inline-grid !important;
  }
  
  .DtbWcveSLPC {
    display: table !important;
  }
  
  .K9UcaRMabG {
    display: table-row !important;
  }
  
  .MhG7zVn2oC5 {
    display: table-cell !important;
  }
  
  .DB63d15 {
    display: flex !important;
  }
  
  .WYKbYUMY4Y {
    display: inline-flex !important;
  }
  
  .kQIHLaPR6W {
    display: none !important;
  }
  
  .Lf4mdZ {
    position: static !important;
  }
  
  .uQTwGRhiny {
    position: relative !important;
  }
  
  .TqWm6LCIh {
    position: absolute !important;
  }
  
  .a1ITko6 {
    position: fixed !important;
  }
  
  .F4Nbr9mck {
    position: sticky !important;
  }
  
  .pL4GNlZNY {
    top: 0 !important;
  }
  
  .iSigBMlcrDx {
    top: 10% !important;
  }
  
  .uYU2SkI {
    top: 25% !important;
  }
  
  .rkUEAeR {
    top: 50% !important;
  }
  
  .d1LPuxT8IRO {
    top: 60% !important;
  }
  
  .Unmz8I {
    top: 65% !important;
  }
  
  .XLzK8g3iE {
    top: 70% !important;
  }
  
  .uZN8mIkls {
    top: 75% !important;
  }
  
  .SndMcQEb {
    top: 100% !important;
  }
  
  .IKtL5c {
    top: auto !important;
  }
  
  .PRpNyj {
    bottom: 0 !important;
  }
  
  .pfQPp9SrjN {
    bottom: 10% !important;
  }
  
  .xWJVIg {
    bottom: 25% !important;
  }
  
  .wlgHkF0i9 {
    bottom: 50% !important;
  }
  
  .hCZhtSlKx {
    bottom: 60% !important;
  }
  
  .pyC8g9heLh {
    bottom: 65% !important;
  }
  
  .GDshok5w {
    bottom: 70% !important;
  }
  
  .ugcnlmVu {
    bottom: 75% !important;
  }
  
  .fGthrDz {
    bottom: 100% !important;
  }
  
  .aJkQXZ {
    bottom: auto !important;
  }
  
  .jHXwaS {
    left: 0 !important;
  }
  
  .ahxNNi {
    left: 10% !important;
  }
  
  .aJuUomgs1g {
    left: 25% !important;
  }
  
  .Cn7TDTXbCFL {
    left: 50% !important;
  }
  
  .qePq3WF {
    left: 60% !important;
  }
  
  .C2NccK6 {
    left: 65% !important;
  }
  
  .wl05Bs {
    left: 70% !important;
  }
  
  .tiaH6NhFIN {
    left: 75% !important;
  }
  
  .HeHz87a8 {
    left: 100% !important;
  }
  
  .jvKTAO0 {
    left: auto !important;
  }
  
  .wOC0AVzy0O7 {
    right: 0 !important;
  }
  
  .DBLOpzDKzDe {
    right: 10% !important;
  }
  
  .mjqHGmuE6 {
    right: 25% !important;
  }
  
  .F4tZKP862 {
    right: 50% !important;
  }
  
  .VygeGEYX {
    right: 60% !important;
  }
  
  .Rr7nGPFWzc {
    right: 65% !important;
  }
  
  .eC0vtEBi {
    right: 70% !important;
  }
  
  .FfcIxADz {
    right: 75% !important;
  }
  
  .klnHz6CfaCO {
    right: 100% !important;
  }
  
  .aB01vfd89 {
    right: auto !important;
  }
  
  .s8QDQPx {
    transform: translate(-50%, -50%) !important;
  }
  
  .mTUQRofuKT {
    transform: translateX(-50%) !important;
  }
  
  .dPs2Pb9Tru {
    transform: translateY(-50%) !important;
  }
  
  .VEIWM1p {
    flex: 1 1 auto !important;
  }
  
  .a22KJm1B {
    flex-direction: row !important;
  }
  
  .HU6nBcGgBay {
    flex-direction: column !important;
  }
  
  .d91ZMSxwkKR {
    flex-direction: row-reverse !important;
  }
  
  .jt3imG7 {
    flex-direction: column-reverse !important;
  }
  
  .TX7cha {
    flex-grow: 0 !important;
  }
  
  .jxPAwB {
    flex-grow: 1 !important;
  }
  
  .qucFbWk {
    flex-shrink: 0 !important;
  }
  
  .uZRANFz {
    flex-shrink: 1 !important;
  }
  
  .TngUA0 {
    flex-wrap: wrap !important;
  }
  
  .LMmvspZ {
    flex-wrap: nowrap !important;
  }
  
  .PJZ15jBXoTR {
    flex-wrap: wrap-reverse !important;
  }
  
  .pzujV5Y7Vnl {
    justify-content: flex-start !important;
  }
  
  .eMOyp1S {
    justify-content: flex-end !important;
  }
  
  .YpHdddU {
    justify-content: center !important;
  }
  
  .INZ7lo2pH {
    justify-content: space-between !important;
  }
  
  .aZ2McE {
    justify-content: space-around !important;
  }
  
  .BAnZ1VSy {
    justify-content: space-evenly !important;
  }
  
  .cp35av {
    align-items: flex-start !important;
  }
  
  .PIMXQ67SKBO {
    align-items: flex-end !important;
  }
  
  .HL3paVn {
    align-items: center !important;
  }
  
  .TbpAUeTIpV {
    align-items: baseline !important;
  }
  
  .YaNA6AeFLrp {
    align-items: stretch !important;
  }
  
  .NLjs7xL {
    align-content: flex-start !important;
  }
  
  .af6MUEBb {
    align-content: flex-end !important;
  }
  
  .x1AVUce {
    align-content: center !important;
  }
  
  .ESbr2SVe2 {
    align-content: space-between !important;
  }
  
  .LBb2SWVd {
    align-content: space-around !important;
  }
  
  .EzqF58 {
    align-content: stretch !important;
  }
  
  .spW3ZewZ {
    align-self: auto !important;
  }
  
  .WNhGfJ {
    align-self: flex-start !important;
  }
  
  .JZSaahF {
    align-self: flex-end !important;
  }
  
  .IZbv26 {
    align-self: center !important;
  }
  
  .ndxUb8 {
    align-self: baseline !important;
  }
  
  .cVWGX4Nd {
    align-self: stretch !important;
  }
  
  .pAJTUkJeBw {
    order: -1 !important;
  }
  
  .s5Zlh54 {
    order: 0 !important;
  }
  
  .nuTQR8 {
    order: 1 !important;
  }
  
  .x9nMwia {
    order: 2 !important;
  }
  
  .YgYHiiV {
    order: 3 !important;
  }
  
  .ue4tk2BDt {
    order: 4 !important;
  }
  
  .oWmENa0E {
    order: 5 !important;
  }
  
  .MclNZs {
    order: 6 !important;
  }
  
  .kaifYK6TlcU {
    margin: 0 !important;
  }
  
  .MxOZYSFWIR {
    margin: .25rem !important;
  }
  
  .jGW39atXBJ8 {
    margin: .5rem !important;
  }
  
  .C3lnuiEE {
    margin: .75rem !important;
  }
  
  .xIsEmVQo {
    margin: 1rem !important;
  }
  
  .EwoKeZMYd {
    margin: 1.25rem !important;
  }
  
  .wPItYN {
    margin: 1.5rem !important;
  }
  
  .t10z4FuJwx {
    margin: 1.75rem !important;
  }
  
  .jrV6yz {
    margin: 2rem !important;
  }
  
  .Scq3Ydl84 {
    margin: 3rem !important;
  }
  
  .nwuF7K6XOl {
    margin: 3.5rem !important;
  }
  
  .rCnDa7C {
    margin: 4rem !important;
  }
  
  .YA2CIyb {
    margin: 5rem !important;
  }
  
  .vaGyEBz {
    margin: 6rem !important;
  }
  
  .BuJ5oR {
    margin: auto !important;
  }
  
  .ywQz7n0W {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  
  .AqDc8P {
    margin-right: .25rem !important;
    margin-left: .25rem !important;
  }
  
  .jZfuNUlBX {
    margin-right: .5rem !important;
    margin-left: .5rem !important;
  }
  
  .VKdlkB6D7 {
    margin-right: .75rem !important;
    margin-left: .75rem !important;
  }
  
  .ERvUXgBf {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  
  .xjwXEhVi {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  
  .y4457yWNUc {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  
  .Fl5OG9B {
    margin-right: 1.75rem !important;
    margin-left: 1.75rem !important;
  }
  
  .hUNQYmz9d {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  
  .sabKFuk {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  
  .WnwzZkF {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  
  .fA5JCVOSPD {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  
  .fCroYq {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  
  .ErXHNmKRzq {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  
  .Tdi5zl {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  
  .oV9gu3J {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  
  .Xhc5hJM {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important;
  }
  
  .cS3v9anbnC {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
  }
  
  .pQeujT {
    margin-top: .75rem !important;
    margin-bottom: .75rem !important;
  }
  
  .sNi3iX1Bl6A {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  
  .JLijYE {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  
  .O3fiNq {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  
  .aVRQsGzLu {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }
  
  .HV5ULUszYN {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  
  .D02WeNBZ7TJ {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  
  .OuxmCf4QbT {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  
  .ORpfFVt7Ra {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  
  .g9fAa3asNvc {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  
  .xA99j1a5f {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  
  .nl2PtW {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  
  .PfgktgAF4h {
    margin-top: 0 !important;
  }
  
  .iAaYqf1 {
    margin-top: .25rem !important;
  }
  
  .NW4AYh {
    margin-top: .5rem !important;
  }
  
  .glCkkX {
    margin-top: .75rem !important;
  }
  
  .FabrHN6 {
    margin-top: 1rem !important;
  }
  
  .RLWa95v {
    margin-top: 1.25rem !important;
  }
  
  .CGB4p9G8Q {
    margin-top: 1.5rem !important;
  }
  
  .zfLC54 {
    margin-top: 1.75rem !important;
  }
  
  .R9hGtseVqU1 {
    margin-top: 2rem !important;
  }
  
  .Ev4BtDZ0On {
    margin-top: 3rem !important;
  }
  
  .kF7EURfGpI {
    margin-top: 3.5rem !important;
  }
  
  .ePF3W7 {
    margin-top: 4rem !important;
  }
  
  .xSelJG6I0 {
    margin-top: 5rem !important;
  }
  
  .h0x6g1iI {
    margin-top: 6rem !important;
  }
  
  .f0WmYrssddt {
    margin-top: auto !important;
  }
  
  .Vdgf6g2Ps {
    margin-right: 0 !important;
  }
  
  .v1tZf2Qc {
    margin-right: .25rem !important;
  }
  
  .yyjH9Gu {
    margin-right: .5rem !important;
  }
  
  .AInKJtJuVl {
    margin-right: .75rem !important;
  }
  
  .ltbHvRXSR {
    margin-right: 1rem !important;
  }
  
  .Mk3MrpBR {
    margin-right: 1.25rem !important;
  }
  
  .erfLkQ {
    margin-right: 1.5rem !important;
  }
  
  .UiDjE8vl7f {
    margin-right: 1.75rem !important;
  }
  
  .JaNO651Xlaf {
    margin-right: 2rem !important;
  }
  
  .d46z623q {
    margin-right: 3rem !important;
  }
  
  .ZouBqST {
    margin-right: 3.5rem !important;
  }
  
  .FpSiWMJr {
    margin-right: 4rem !important;
  }
  
  .OiEdGT2cA3v {
    margin-right: 5rem !important;
  }
  
  .HvDPRlI6l {
    margin-right: 6rem !important;
  }
  
  .ksjnzx {
    margin-right: auto !important;
  }
  
  .OL6Bmf43Ty {
    margin-bottom: 0 !important;
  }
  
  .KMFGDBgL2c {
    margin-bottom: .25rem !important;
  }
  
  .XRDVYtKMo5 {
    margin-bottom: .5rem !important;
  }
  
  .tkHh1G {
    margin-bottom: .75rem !important;
  }
  
  .w4QL4FBeGR {
    margin-bottom: 1rem !important;
  }
  
  .ZTRMhoj8g {
    margin-bottom: 1.25rem !important;
  }
  
  .yBhaAi3 {
    margin-bottom: 1.5rem !important;
  }
  
  .i37Skb {
    margin-bottom: 1.75rem !important;
  }
  
  .OquV9Ioj33 {
    margin-bottom: 2rem !important;
  }
  
  .iuoFreR01 {
    margin-bottom: 3rem !important;
  }
  
  .DJ6AIMX {
    margin-bottom: 3.5rem !important;
  }
  
  .TiYQXbQ {
    margin-bottom: 4rem !important;
  }
  
  .luxJqF7CWv {
    margin-bottom: 5rem !important;
  }
  
  .QbCkWgctyTm {
    margin-bottom: 6rem !important;
  }
  
  .EgubxdjYUR5 {
    margin-bottom: auto !important;
  }
  
  .K0hGPeZoe {
    margin-left: 0 !important;
  }
  
  .BscnlnpP7mw {
    margin-left: .25rem !important;
  }
  
  .h46x0uzT {
    margin-left: .5rem !important;
  }
  
  .kro82SfZ {
    margin-left: .75rem !important;
  }
  
  .eEnSs6ac3Ah {
    margin-left: 1rem !important;
  }
  
  .XfdTFr0rh {
    margin-left: 1.25rem !important;
  }
  
  .E60mNim {
    margin-left: 1.5rem !important;
  }
  
  .NabojRy5 {
    margin-left: 1.75rem !important;
  }
  
  .PtXCVE6miB {
    margin-left: 2rem !important;
  }
  
  .l0vUCYDUv {
    margin-left: 3rem !important;
  }
  
  .LE2JZyG {
    margin-left: 3.5rem !important;
  }
  
  .v9uQTLbT {
    margin-left: 4rem !important;
  }
  
  .aUWLsEU {
    margin-left: 5rem !important;
  }
  
  .t51TWa {
    margin-left: 6rem !important;
  }
  
  .FMHKuOA {
    margin-left: auto !important;
  }
  
  .CWQirU {
    margin: -0.25rem !important;
  }
  
  .bhcZ0B92ZKC {
    margin: -0.5rem !important;
  }
  
  .Vx8ScKsf {
    margin: -0.75rem !important;
  }
  
  .dKXpChkodJ {
    margin: -1rem !important;
  }
  
  .tyCBMek {
    margin: -1.25rem !important;
  }
  
  .zj8soy8l7 {
    margin: -1.5rem !important;
  }
  
  .G31WIKgZD {
    margin: -1.75rem !important;
  }
  
  .co6EbfV {
    margin: -2rem !important;
  }
  
  .ALAtWpDp {
    margin: -3rem !important;
  }
  
  .r6hYzINzdw {
    margin: -3.5rem !important;
  }
  
  .yVbPdr3 {
    margin: -4rem !important;
  }
  
  .LRFHagVhC9 {
    margin: -5rem !important;
  }
  
  .gtrYBBRK {
    margin: -6rem !important;
  }
  
  .N9hjveuhan {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  
  .tLowUb {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  
  .Zzg734 {
    margin-right: -0.75rem !important;
    margin-left: -0.75rem !important;
  }
  
  .kzOsvL {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  
  .HE8HvcwSXpT {
    margin-right: -1.25rem !important;
    margin-left: -1.25rem !important;
  }
  
  .MXvPrzor0sw {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  
  .TFpKHpa {
    margin-right: -1.75rem !important;
    margin-left: -1.75rem !important;
  }
  
  .IHbVuweB {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }
  
  .Md9YkTkP {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  
  .tuWddruE {
    margin-right: -3.5rem !important;
    margin-left: -3.5rem !important;
  }
  
  .nvifu1bE1B {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }
  
  .yYSDns576K {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }
  
  .uufwY0MOX {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }
  
  .Us6ID3RBgi {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  
  .HibQRnrR {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  
  .z0KBSqtBmhQ {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }
  
  .exEsyww {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  
  .STbrgGUbh8g {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }
  
  .yYE7c7F {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  
  .JjkhrLJ {
    margin-top: -1.75rem !important;
    margin-bottom: -1.75rem !important;
  }
  
  .nVUXuf0dxD {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
  
  .lVov513fkhm {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  
  .smaIKwIzsh {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }
  
  .fJFxWWbecfi {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  
  .WQ6J4jpAeSG {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  
  .F2toDMQYp8 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }
  
  .TLaXyf {
    margin-top: -0.25rem !important;
  }
  
  .qXBfb2 {
    margin-top: -0.5rem !important;
  }
  
  .XtiC8TF {
    margin-top: -0.75rem !important;
  }
  
  .D3evqsan {
    margin-top: -1rem !important;
  }
  
  .aLm8hWN {
    margin-top: -1.25rem !important;
  }
  
  .APpquudK {
    margin-top: -1.5rem !important;
  }
  
  .T6JhP5wY {
    margin-top: -1.75rem !important;
  }
  
  .VjpJTp {
    margin-top: -2rem !important;
  }
  
  .BoFhYZRggu {
    margin-top: -3rem !important;
  }
  
  .VB5Xbe8 {
    margin-top: -3.5rem !important;
  }
  
  .B4O8CH1 {
    margin-top: -4rem !important;
  }
  
  .eKLOJgN5IYf {
    margin-top: -5rem !important;
  }
  
  .eqkyIkfgt {
    margin-top: -6rem !important;
  }
  
  .ROl8ZXM3 {
    margin-right: -0.25rem !important;
  }
  
  .UelWcxkd {
    margin-right: -0.5rem !important;
  }
  
  .ogMnWk {
    margin-right: -0.75rem !important;
  }
  
  .OOnZat {
    margin-right: -1rem !important;
  }
  
  .ggXB6O {
    margin-right: -1.25rem !important;
  }
  
  .mspRKmx {
    margin-right: -1.5rem !important;
  }
  
  .mhI23Xvmhra {
    margin-right: -1.75rem !important;
  }
  
  .IfKgTwy {
    margin-right: -2rem !important;
  }
  
  .tNIYmuI {
    margin-right: -3rem !important;
  }
  
  .b0IuOV3 {
    margin-right: -3.5rem !important;
  }
  
  .eAiiwJq0FD {
    margin-right: -4rem !important;
  }
  
  .ZD2mkUaGIm {
    margin-right: -5rem !important;
  }
  
  .Oc0nWmSd {
    margin-right: -6rem !important;
  }
  
  .QuATfGM4il {
    margin-bottom: -0.25rem !important;
  }
  
  .sJ2v94e {
    margin-bottom: -0.5rem !important;
  }
  
  .WVfVb3S {
    margin-bottom: -0.75rem !important;
  }
  
  .kGDwHhw {
    margin-bottom: -1rem !important;
  }
  
  .r1nG4SYtU {
    margin-bottom: -1.25rem !important;
  }
  
  .gZfI1kQsrbG {
    margin-bottom: -1.5rem !important;
  }
  
  .o1IhomWF {
    margin-bottom: -1.75rem !important;
  }
  
  .WZVuLPK {
    margin-bottom: -2rem !important;
  }
  
  .bbXeza {
    margin-bottom: -3rem !important;
  }
  
  .Hgvhmxd {
    margin-bottom: -3.5rem !important;
  }
  
  .vVghm0OJAi {
    margin-bottom: -4rem !important;
  }
  
  .Lp0yGYku6 {
    margin-bottom: -5rem !important;
  }
  
  .atG89boAc {
    margin-bottom: -6rem !important;
  }
  
  .PIhgSl {
    margin-left: -0.25rem !important;
  }
  
  .DO02TgvMTd {
    margin-left: -0.5rem !important;
  }
  
  .wSG6qw {
    margin-left: -0.75rem !important;
  }
  
  .wbiA83nE {
    margin-left: -1rem !important;
  }
  
  .glhrte {
    margin-left: -1.25rem !important;
  }
  
  .CTSKael {
    margin-left: -1.5rem !important;
  }
  
  .uFLQJdDS1i {
    margin-left: -1.75rem !important;
  }
  
  .rwcUOiO8eu {
    margin-left: -2rem !important;
  }
  
  .PTP6gv1 {
    margin-left: -3rem !important;
  }
  
  .VC7ep1LR {
    margin-left: -3.5rem !important;
  }
  
  .QKGoHm2a3W {
    margin-left: -4rem !important;
  }
  
  .G558NgYI {
    margin-left: -5rem !important;
  }
  
  .e5njjsY {
    margin-left: -6rem !important;
  }
  
  .ApuoPfg {
    padding: 0 !important;
  }
  
  .ZVhTxsi {
    padding: .25rem !important;
  }
  
  .Mi3sEaK {
    padding: .5rem !important;
  }
  
  .SjfUJ0B {
    padding: .75rem !important;
  }
  
  .nQ7pf413 {
    padding: 1rem !important;
  }
  
  .BEbvRgHzh {
    padding: 1.25rem !important;
  }
  
  .oVflmkH5 {
    padding: 1.5rem !important;
  }
  
  .F90z9t2wv {
    padding: 1.75rem !important;
  }
  
  .TMZ6YEw {
    padding: 2rem !important;
  }
  
  .lK3MRUrb {
    padding: 3rem !important;
  }
  
  .A0HkU4Xw {
    padding: 3.5rem !important;
  }
  
  .PgbgxLVdm {
    padding: 4rem !important;
  }
  
  .CtAD8wr {
    padding: 5rem !important;
  }
  
  .AkPyT1x {
    padding: 6rem !important;
  }
  
  .vGadXD {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  
  .REAeuEc {
    padding-right: .25rem !important;
    padding-left: .25rem !important;
  }
  
  .jRLmRT {
    padding-right: .5rem !important;
    padding-left: .5rem !important;
  }
  
  .EOHOfHeuWC {
    padding-right: .75rem !important;
    padding-left: .75rem !important;
  }
  
  .iyDjEe7jdN {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  
  .S4zZIPfy {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  
  .Ag4nLZ {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  
  .wr8Lhu3GA {
    padding-right: 1.75rem !important;
    padding-left: 1.75rem !important;
  }
  
  .QssOC4Vlvx8 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  
  .nl57Jd5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  
  .I6GhezUPun {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  
  .UzbpTYdYcNm {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  
  .aPRXaTWts {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  
  .O3Eb3w1J2 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  
  .sVFft2lY {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  
  .IcAwAv2VQAs {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
  }
  
  .vf2o2cxKq {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
  }
  
  .iFgQEp0s {
    padding-top: .75rem !important;
    padding-bottom: .75rem !important;
  }
  
  .cUDCCCtgT {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  
  .O1v6ednk {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  
  .iR1leqlpPPD {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  
  .x6iHbuC {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }
  
  .FVZS2t {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  
  .UfbmoBrGM {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  
  .uY4rolVMl2 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  
  .Hl31oyZ52 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  
  .bYQX3fp6uW5 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  
  .NzgDNds5kw {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  
  .shElauG {
    padding-top: 0 !important;
  }
  
  .HQZLmKr {
    padding-top: .25rem !important;
  }
  
  .DDUgtMija {
    padding-top: .5rem !important;
  }
  
  .EcUyk2r0e56 {
    padding-top: .75rem !important;
  }
  
  .eV88z7zb0X {
    padding-top: 1rem !important;
  }
  
  .UUvUlM {
    padding-top: 1.25rem !important;
  }
  
  .j4mgVZa {
    padding-top: 1.5rem !important;
  }
  
  .BUYoIHRGi3 {
    padding-top: 1.75rem !important;
  }
  
  .Vf4nWjdhEk {
    padding-top: 2rem !important;
  }
  
  .rHPhEiizPs {
    padding-top: 3rem !important;
  }
  
  .BVE7GCkD {
    padding-top: 3.5rem !important;
  }
  
  .ibiBu2d {
    padding-top: 4rem !important;
  }
  
  .qhc8MCe {
    padding-top: 5rem !important;
  }
  
  .TOHR2PAZPH {
    padding-top: 6rem !important;
  }
  
  .AcZPQ0O00gq {
    padding-right: 0 !important;
  }
  
  .xfq2Bs {
    padding-right: .25rem !important;
  }
  
  .yuCm4b {
    padding-right: .5rem !important;
  }
  
  .lqKbDQ {
    padding-right: .75rem !important;
  }
  
  .UI7BLl9 {
    padding-right: 1rem !important;
  }
  
  .eotc7y {
    padding-right: 1.25rem !important;
  }
  
  .TqUULvfLwV {
    padding-right: 1.5rem !important;
  }
  
  .CbcR1MhZh {
    padding-right: 1.75rem !important;
  }
  
  .M2iScP1 {
    padding-right: 2rem !important;
  }
  
  .gGgO2d {
    padding-right: 3rem !important;
  }
  
  .QmctIhtOJk {
    padding-right: 3.5rem !important;
  }
  
  .LINllVljlM {
    padding-right: 4rem !important;
  }
  
  .oPNIrZesy {
    padding-right: 5rem !important;
  }
  
  .dgMChRdCMbu {
    padding-right: 6rem !important;
  }
  
  .vF2ho2oqt {
    padding-bottom: 0 !important;
  }
  
  .b87hHe {
    padding-bottom: .25rem !important;
  }
  
  .C9vB2xpe0 {
    padding-bottom: .5rem !important;
  }
  
  .uRneQo {
    padding-bottom: .75rem !important;
  }
  
  .j6rghEb6f {
    padding-bottom: 1rem !important;
  }
  
  .Zb9U98FBCv {
    padding-bottom: 1.25rem !important;
  }
  
  .ZxOJ14uVT3 {
    padding-bottom: 1.5rem !important;
  }
  
  .GxaNrv {
    padding-bottom: 1.75rem !important;
  }
  
  .Qkgcmc83 {
    padding-bottom: 2rem !important;
  }
  
  .djRSAV {
    padding-bottom: 3rem !important;
  }
  
  .uPHwETlRM {
    padding-bottom: 3.5rem !important;
  }
  
  .ItBDi6my {
    padding-bottom: 4rem !important;
  }
  
  .CfJYJ15aV {
    padding-bottom: 5rem !important;
  }
  
  .qoQa1FO {
    padding-bottom: 6rem !important;
  }
  
  .uVpfZFv {
    padding-left: 0 !important;
  }
  
  .USHLrg6Bt {
    padding-left: .25rem !important;
  }
  
  .QUdAfJsYog {
    padding-left: .5rem !important;
  }
  
  .KkBwGq55 {
    padding-left: .75rem !important;
  }
  
  .V7TUcN0M {
    padding-left: 1rem !important;
  }
  
  .FhrZlM {
    padding-left: 1.25rem !important;
  }
  
  .KFcfsiWT8PW {
    padding-left: 1.5rem !important;
  }
  
  .dDn5pX8xb {
    padding-left: 1.75rem !important;
  }
  
  .FFM78vgFR {
    padding-left: 2rem !important;
  }
  
  .iRsqjE5a {
    padding-left: 3rem !important;
  }
  
  .BnUupnK {
    padding-left: 3.5rem !important;
  }
  
  .SLZ60R00 {
    padding-left: 4rem !important;
  }
  
  .Btuz8h {
    padding-left: 5rem !important;
  }
  
  .O4L4Y9gcn {
    padding-left: 6rem !important;
  }
  
  .vYhe5MVVBnu {
    gap: 0 !important;
  }
  
  .jkoOlo5SRq8 {
    gap: .25rem !important;
  }
  
  .NI7ATUOhAG2 {
    gap: .5rem !important;
  }
  
  .iqkj3NR {
    gap: .75rem !important;
  }
  
  .hungCa {
    gap: 1rem !important;
  }
  
  .VsPmKl {
    gap: 1.25rem !important;
  }
  
  .JDaJIII5iRr {
    gap: 1.5rem !important;
  }
  
  .GoInFq1Cc7 {
    gap: 1.75rem !important;
  }
  
  .YL2ORPw2PL0 {
    gap: 2rem !important;
  }
  
  .kfhW0iVB {
    gap: 3rem !important;
  }
  
  .CRwEhV2S1 {
    gap: 3.5rem !important;
  }
  
  .TyD8pJDTGaZ {
    gap: 4rem !important;
  }
  
  .lEEAJ543KNU {
    gap: 5rem !important;
  }
  
  .I5z0uWhm {
    gap: 6rem !important;
  }
  
  .VGmNXF3X {
    row-gap: 0 !important;
  }
  
  .hRrYSj3Ws {
    row-gap: .25rem !important;
  }
  
  .DlMwgrs {
    row-gap: .5rem !important;
  }
  
  .ofJHaiNn {
    row-gap: .75rem !important;
  }
  
  .ovrGOaVQb {
    row-gap: 1rem !important;
  }
  
  .AKH85fvqUR {
    row-gap: 1.25rem !important;
  }
  
  .yk3s6pho {
    row-gap: 1.5rem !important;
  }
  
  .WElZWj3 {
    row-gap: 1.75rem !important;
  }
  
  .sSEDJ6 {
    row-gap: 2rem !important;
  }
  
  .Yd4dDkbVH {
    row-gap: 3rem !important;
  }
  
  .NciiXBRqr {
    row-gap: 3.5rem !important;
  }
  
  .CmcJaMpiP {
    row-gap: 4rem !important;
  }
  
  .mhexLkOFe {
    row-gap: 5rem !important;
  }
  
  .HyHka3RcY {
    row-gap: 6rem !important;
  }
  
  .T68vnhSdl2w {
    column-gap: 0 !important;
  }
  
  .UuEVlrr {
    column-gap: .25rem !important;
  }
  
  .fJshHb {
    column-gap: .5rem !important;
  }
  
  .Ty1tb3v {
    column-gap: .75rem !important;
  }
  
  .fXEkTAZ9 {
    column-gap: 1rem !important;
  }
  
  .eBZQhXw {
    column-gap: 1.25rem !important;
  }
  
  .gOFrCXr {
    column-gap: 1.5rem !important;
  }
  
  .begNOWW {
    column-gap: 1.75rem !important;
  }
  
  .a7y0HRZtgsU {
    column-gap: 2rem !important;
  }
  
  .SKfssD {
    column-gap: 3rem !important;
  }
  
  .xQ7cqVhjS7 {
    column-gap: 3.5rem !important;
  }
  
  .EiqbUgXQL0 {
    column-gap: 4rem !important;
  }
  
  .SH14Bcc {
    column-gap: 5rem !important;
  }
  
  .Pa7z15yRwB {
    column-gap: 6rem !important;
  }
  
  .DskvKg {
    font-size: calc(1.36875rem + 1.425vw) !important;
  }
  
  .hcUmgb6n9 {
    font-size: calc(1.32rem + 0.84vw) !important;
  }
  
  .zpL0v9O8o {
    font-size: calc(1.295625rem + 0.5475vw) !important;
  }
  
  .u32Lyp9n {
    font-size: calc(1.27125rem + 0.255vw) !important;
  }
  
  .nQwPXWg {
    font-size: 1.21875rem !important;
  }
  
  .F2xKN3A22Q {
    font-size: 0.975rem !important;
  }
  
  .cH36HrILc {
    text-align: left !important;
  }
  
  .lI2MHRMbKy {
    text-align: right !important;
  }
  
  .FuONLYfp {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .uXVXj8 {
    float: left !important;
  }
  
  .h5zRhZ {
    float: right !important;
  }
  
  .DDRQ9IB {
    float: none !important;
  }
  
  .u86ubxZBI {
    object-fit: contain !important;
  }
  
  .GUsrb3OU {
    object-fit: cover !important;
  }
  
  .QLpU5c2v {
    object-fit: fill !important;
  }
  
  .JBtHwNN1Wnk {
    object-fit: scale-down !important;
  }
  
  .mwkrcd {
    object-fit: none !important;
  }
  
  .yUShDASH {
    display: inline !important;
  }
  
  .LkPVsr0 {
    display: inline-block !important;
  }
  
  .TvG8hjMGbTq {
    display: block !important;
  }
  
  .MkNAZ5 {
    display: grid !important;
  }
  
  .P4uCQ88UmZV {
    display: inline-grid !important;
  }
  
  .sIpWXLl {
    display: table !important;
  }
  
  .MPGrivmA {
    display: table-row !important;
  }
  
  .GXEOk6Mm {
    display: table-cell !important;
  }
  
  .w9dFs1uGC {
    display: flex !important;
  }
  
  .nbgcEJT {
    display: inline-flex !important;
  }
  
  .UFMV5bZW1 {
    display: none !important;
  }
  
  .mzCCz1 {
    position: static !important;
  }
  
  .BMppiBhm {
    position: relative !important;
  }
  
  .m6cUn9bZEuU {
    position: absolute !important;
  }
  
  .Axa7Bc {
    position: fixed !important;
  }
  
  .kcwgxIfxqZ {
    position: sticky !important;
  }
  
  .leZAFy8x {
    top: 0 !important;
  }
  
  .QLhAuXTJ3Wt {
    top: 10% !important;
  }
  
  .eCQ2izV {
    top: 25% !important;
  }
  
  .QkXZc35BR {
    top: 50% !important;
  }
  
  .kGAcG8o5EvW {
    top: 60% !important;
  }
  
  .bihXOIgf {
    top: 65% !important;
  }
  
  .k6yMvj {
    top: 70% !important;
  }
  
  .tvQKUtbR0g {
    top: 75% !important;
  }
  
  .EQvXXLkoE {
    top: 100% !important;
  }
  
  .Xt9fhF7g {
    top: auto !important;
  }
  
  .xVNARmC0 {
    bottom: 0 !important;
  }
  
  .YXyyulDT3z {
    bottom: 10% !important;
  }
  
  .Emf5n4sp {
    bottom: 25% !important;
  }
  
  .ZDaHOtObo {
    bottom: 50% !important;
  }
  
  .dsy9qIHiDyY {
    bottom: 60% !important;
  }
  
  .e3vSaHL {
    bottom: 65% !important;
  }
  
  .t0b3kziHKm {
    bottom: 70% !important;
  }
  
  .mleQb09541 {
    bottom: 75% !important;
  }
  
  .XScw3RdP {
    bottom: 100% !important;
  }
  
  .JgOqzO {
    bottom: auto !important;
  }
  
  .T4UfwiK7M {
    left: 0 !important;
  }
  
  .aa0nyGhV {
    left: 10% !important;
  }
  
  .c1E5NV {
    left: 25% !important;
  }
  
  .OIQCnw8qGd {
    left: 50% !important;
  }
  
  .oyLVpj7Wlj {
    left: 60% !important;
  }
  
  .TqppZY20p {
    left: 65% !important;
  }
  
  .NUpNmN6 {
    left: 70% !important;
  }
  
  .APqKm9R7 {
    left: 75% !important;
  }
  
  .C1r1W8ydMUG {
    left: 100% !important;
  }
  
  .oVejYfNT6 {
    left: auto !important;
  }
  
  .yyk4bKt {
    right: 0 !important;
  }
  
  .lltslsJ {
    right: 10% !important;
  }
  
  .NqmnioA {
    right: 25% !important;
  }
  
  .SLsH7jKNsW {
    right: 50% !important;
  }
  
  .qKJs19bYQ {
    right: 60% !important;
  }
  
  .HHKlrtp {
    right: 65% !important;
  }
  
  .bPoTeuUqT {
    right: 70% !important;
  }
  
  .Mdvhemtc8TY {
    right: 75% !important;
  }
  
  .mkXnFIXh {
    right: 100% !important;
  }
  
  .zdFOIgyMO5 {
    right: auto !important;
  }
  
  .obGInd8 {
    transform: translate(-50%, -50%) !important;
  }
  
  .l6UaLs8 {
    transform: translateX(-50%) !important;
  }
  
  .m2ejMlM0sg {
    transform: translateY(-50%) !important;
  }
  
  .EopYDg2Ll {
    flex: 1 1 auto !important;
  }
  
  .bYf1d8 {
    flex-direction: row !important;
  }
  
  .lisMoJdxi {
    flex-direction: column !important;
  }
  
  .rkwXg81PF {
    flex-direction: row-reverse !important;
  }
  
  .YoaehCVR {
    flex-direction: column-reverse !important;
  }
  
  .yYh3Bh {
    flex-grow: 0 !important;
  }
  
  .QzxJV7aYw {
    flex-grow: 1 !important;
  }
  
  .PxcibeX9 {
    flex-shrink: 0 !important;
  }
  
  .dXkh6ip {
    flex-shrink: 1 !important;
  }
  
  .m3hpqUxjX {
    flex-wrap: wrap !important;
  }
  
  .x5lHvCxVMXO {
    flex-wrap: nowrap !important;
  }
  
  .lgp3JdNzcAI {
    flex-wrap: wrap-reverse !important;
  }
  
  .QIREXU {
    justify-content: flex-start !important;
  }
  
  .Ma3VPuKb {
    justify-content: flex-end !important;
  }
  
  .yN6Mx06 {
    justify-content: center !important;
  }
  
  .jMdrTA {
    justify-content: space-between !important;
  }
  
  .rEfBFyi7c1u {
    justify-content: space-around !important;
  }
  
  .moHvyCEGgL {
    justify-content: space-evenly !important;
  }
  
  .oM839tUPqf {
    align-items: flex-start !important;
  }
  
  .IfCmQk {
    align-items: flex-end !important;
  }
  
  .V0Gdg3HM {
    align-items: center !important;
  }
  
  .YxQNIA9JM {
    align-items: baseline !important;
  }
  
  .N9yF82pwglO {
    align-items: stretch !important;
  }
  
  .Mr5nC6HOUDN {
    align-content: flex-start !important;
  }
  
  .QntgqTB {
    align-content: flex-end !important;
  }
  
  .dEtkcGj9iF {
    align-content: center !important;
  }
  
  .sfRkux6wW8 {
    align-content: space-between !important;
  }
  
  .ywhS3i {
    align-content: space-around !important;
  }
  
  .Q5dh2k1uBb {
    align-content: stretch !important;
  }
  
  .jIwUyS7YY36 {
    align-self: auto !important;
  }
  
  .vlMZf55 {
    align-self: flex-start !important;
  }
  
  .xgeV1IfH {
    align-self: flex-end !important;
  }
  
  .BN4CIg {
    align-self: center !important;
  }
  
  .XmwaJbJDbR7 {
    align-self: baseline !important;
  }
  
  .VhsFr1sjE {
    align-self: stretch !important;
  }
  
  .CDqXmI5pTj {
    order: -1 !important;
  }
  
  .j2Yh7c7vX2z {
    order: 0 !important;
  }
  
  .yaI3EcVLoEd {
    order: 1 !important;
  }
  
  .eu65QoLAYa {
    order: 2 !important;
  }
  
  .lTQyzacw4 {
    order: 3 !important;
  }
  
  .ZIXcud {
    order: 4 !important;
  }
  
  .I9BrKlYu9gS {
    order: 5 !important;
  }
  
  .AS25anrH {
    order: 6 !important;
  }
  
  .opgM3d {
    margin: 0 !important;
  }
  
  .qkjXhxeB {
    margin: .25rem !important;
  }
  
  .pcvdatc {
    margin: .5rem !important;
  }
  
  .NAcsIIm7y {
    margin: .75rem !important;
  }
  
  .Ji7UwH101R {
    margin: 1rem !important;
  }
  
  .rj73ne {
    margin: 1.25rem !important;
  }
  
  .JtX4g3igvJ {
    margin: 1.5rem !important;
  }
  
  .NuPXpkiv1IJ {
    margin: 1.75rem !important;
  }
  
  .jkiwVscDf {
    margin: 2rem !important;
  }
  
  .X0UzjSAbB {
    margin: 3rem !important;
  }
  
  .udxnSK1 {
    margin: 3.5rem !important;
  }
  
  .Sh078MoH4Fy {
    margin: 4rem !important;
  }
  
  .daK0biCfu {
    margin: 5rem !important;
  }
  
  .XrSn8aes7r {
    margin: 6rem !important;
  }
  
  .KWmXmc {
    margin: auto !important;
  }
  
  .OG3gyS {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  
  .gM3Ss4S8 {
    margin-right: .25rem !important;
    margin-left: .25rem !important;
  }
  
  .gFzUeHt0sY {
    margin-right: .5rem !important;
    margin-left: .5rem !important;
  }
  
  .S3Qdhbo {
    margin-right: .75rem !important;
    margin-left: .75rem !important;
  }
  
  .wMaWaY4D {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  
  .i84kJNton {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  
  .CNAiUX6mNn {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  
  .nIqOaD {
    margin-right: 1.75rem !important;
    margin-left: 1.75rem !important;
  }
  
  .HMY8p0IlK {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  
  .O8A3SrLgjg {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  
  .xbN7c29r {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  
  .V4k0IJoSa {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  
  .Gm2KGsideo {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  
  .K4fu4y36Zq {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  
  .oTLHGa {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  
  .ND7Xgj31 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  
  .cWj0280uDNe {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important;
  }
  
  .mbrJ2K7 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
  }
  
  .lKczk0zFkd {
    margin-top: .75rem !important;
    margin-bottom: .75rem !important;
  }
  
  .nfAhfzj {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  
  .Fb8HbM9 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  
  .zjRHmo {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  
  .R3i9lwfhwT {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }
  
  .c92BPn {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  
  .fZVvSFgyr2 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  
  .UOGXgh1uUD {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  
  .AYhakO77SW {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  
  .SLV2xrw4G {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  
  .p7IqrvbOng {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  
  .nDXalues {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  
  .P4AhF4q5A {
    margin-top: 0 !important;
  }
  
  .TLO3Py3MLB {
    margin-top: .25rem !important;
  }
  
  .UOx7MEE7C {
    margin-top: .5rem !important;
  }
  
  .maNsPYK {
    margin-top: .75rem !important;
  }
  
  .tFA7wQd {
    margin-top: 1rem !important;
  }
  
  .ckAOyIKEd {
    margin-top: 1.25rem !important;
  }
  
  .Sv58bUsw2 {
    margin-top: 1.5rem !important;
  }
  
  .B1zmti8E8R {
    margin-top: 1.75rem !important;
  }
  
  .Iy2f4s {
    margin-top: 2rem !important;
  }
  
  .WXdSQhF {
    margin-top: 3rem !important;
  }
  
  .FKsAGcz1KW {
    margin-top: 3.5rem !important;
  }
  
  .MA2dqmFl4e {
    margin-top: 4rem !important;
  }
  
  .lrU2E63 {
    margin-top: 5rem !important;
  }
  
  .PxE7srVe {
    margin-top: 6rem !important;
  }
  
  .VNgaSZtcJVT {
    margin-top: auto !important;
  }
  
  .SQUpfFekf {
    margin-right: 0 !important;
  }
  
  .Pcdt6wjOFR {
    margin-right: .25rem !important;
  }
  
  .eM2wDQ8Tpp {
    margin-right: .5rem !important;
  }
  
  .nqzdDGcErw {
    margin-right: .75rem !important;
  }
  
  .gx4rNnnKgV {
    margin-right: 1rem !important;
  }
  
  .Bc157ischt {
    margin-right: 1.25rem !important;
  }
  
  .deY4MVczb {
    margin-right: 1.5rem !important;
  }
  
  .CDqZRwPVuOi {
    margin-right: 1.75rem !important;
  }
  
  .OWPN7P {
    margin-right: 2rem !important;
  }
  
  .LiKLHmoD {
    margin-right: 3rem !important;
  }
  
  .dCemD4U38z {
    margin-right: 3.5rem !important;
  }
  
  .MUX3xS {
    margin-right: 4rem !important;
  }
  
  .Js9egT {
    margin-right: 5rem !important;
  }
  
  .dPQZmD9bc {
    margin-right: 6rem !important;
  }
  
  .xAozlHOPXgQ {
    margin-right: auto !important;
  }
  
  .KUWytrf {
    margin-bottom: 0 !important;
  }
  
  .HJjtKqU7qgh {
    margin-bottom: .25rem !important;
  }
  
  .TB7LGR {
    margin-bottom: .5rem !important;
  }
  
  .FEEZDd {
    margin-bottom: .75rem !important;
  }
  
  .LNJVZsgeZc {
    margin-bottom: 1rem !important;
  }
  
  .kqDGOA {
    margin-bottom: 1.25rem !important;
  }
  
  .aB0eYYM {
    margin-bottom: 1.5rem !important;
  }
  
  .zNSWqU80mye {
    margin-bottom: 1.75rem !important;
  }
  
  .soltFCvgW {
    margin-bottom: 2rem !important;
  }
  
  .ucGt1v9eC8i {
    margin-bottom: 3rem !important;
  }
  
  .W6pgCf {
    margin-bottom: 3.5rem !important;
  }
  
  .BwWEQZ {
    margin-bottom: 4rem !important;
  }
  
  .B4AW71BjDc4 {
    margin-bottom: 5rem !important;
  }
  
  .z36bmVUat1 {
    margin-bottom: 6rem !important;
  }
  
  .CKL6J44k {
    margin-bottom: auto !important;
  }
  
  .NIVogRPb1y {
    margin-left: 0 !important;
  }
  
  .GDnnTwgMwyy {
    margin-left: .25rem !important;
  }
  
  .IYtKWyS0a {
    margin-left: .5rem !important;
  }
  
  .AVL2T3xZ3 {
    margin-left: .75rem !important;
  }
  
  .UykxC4X {
    margin-left: 1rem !important;
  }
  
  .bMrMJ5Ae {
    margin-left: 1.25rem !important;
  }
  
  .LSa7FFR {
    margin-left: 1.5rem !important;
  }
  
  .ZeC6FJEcAwM {
    margin-left: 1.75rem !important;
  }
  
  .E50aZc {
    margin-left: 2rem !important;
  }
  
  .UxPEuEMa {
    margin-left: 3rem !important;
  }
  
  .YKGVxzWQIBO {
    margin-left: 3.5rem !important;
  }
  
  .ij5YiSRUp1 {
    margin-left: 4rem !important;
  }
  
  .AGtD6hOGbd {
    margin-left: 5rem !important;
  }
  
  .ZUWn6z3uH51 {
    margin-left: 6rem !important;
  }
  
  .kxBfotoJD0 {
    margin-left: auto !important;
  }
  
  .vbWSrmWf {
    margin: -0.25rem !important;
  }
  
  .jbsweLJ {
    margin: -0.5rem !important;
  }
  
  .ETT4F3pcp {
    margin: -0.75rem !important;
  }
  
  .PUdOYaAsrPy {
    margin: -1rem !important;
  }
  
  .FbykfDY {
    margin: -1.25rem !important;
  }
  
  .NTmv27DZ1dv {
    margin: -1.5rem !important;
  }
  
  .O8uabgo5 {
    margin: -1.75rem !important;
  }
  
  .I90XmzSlb {
    margin: -2rem !important;
  }
  
  .Cl0hlI4 {
    margin: -3rem !important;
  }
  
  .wPNwo6ggA {
    margin: -3.5rem !important;
  }
  
  .mliEHn2 {
    margin: -4rem !important;
  }
  
  .qw2FerY39k2 {
    margin: -5rem !important;
  }
  
  .Pl2AcjuLc {
    margin: -6rem !important;
  }
  
  .FEi7dR7 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  
  .HlTMcD0E {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  
  .pRC7o4NBK {
    margin-right: -0.75rem !important;
    margin-left: -0.75rem !important;
  }
  
  .Q22NXVO2i {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  
  .qNkobd {
    margin-right: -1.25rem !important;
    margin-left: -1.25rem !important;
  }
  
  .WcvUgwa {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  
  .dhkjHCz7 {
    margin-right: -1.75rem !important;
    margin-left: -1.75rem !important;
  }
  
  .iUFdGMehIOu {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }
  
  .bfwMM2YoYHR {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  
  .YtmYZ2lSHr {
    margin-right: -3.5rem !important;
    margin-left: -3.5rem !important;
  }
  
  .w0JALt {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }
  
  .x8wk3ZH71j {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }
  
  .ta4gMIE {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }
  
  .kviYikR1EJl {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  
  .Cudu5J9whra {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  
  .qrPYJMy {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }
  
  .oiHAgTDwcWb {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  
  .tb28V7J {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }
  
  .bxeAmG {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  
  .rboap89lbRA {
    margin-top: -1.75rem !important;
    margin-bottom: -1.75rem !important;
  }
  
  .uLgXiz3aVt9 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
  
  .DdQJlz {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  
  .VHggpDTxuWB {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }
  
  .eBXK6w0 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  
  .oYYnrRCEK {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  
  .ziRTKDG9 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }
  
  .q6BdmDpfLbi {
    margin-top: -0.25rem !important;
  }
  
  .BrlKdqE7yOD {
    margin-top: -0.5rem !important;
  }
  
  .jQX3O1 {
    margin-top: -0.75rem !important;
  }
  
  .YSFKZbVb {
    margin-top: -1rem !important;
  }
  
  .MnSjmtk0 {
    margin-top: -1.25rem !important;
  }
  
  .fddweg76 {
    margin-top: -1.5rem !important;
  }
  
  .P2YKVc7 {
    margin-top: -1.75rem !important;
  }
  
  .fS5oQtAs {
    margin-top: -2rem !important;
  }
  
  .waEdw6ESf {
    margin-top: -3rem !important;
  }
  
  .GZOqYg {
    margin-top: -3.5rem !important;
  }
  
  .qIUjgo {
    margin-top: -4rem !important;
  }
  
  .eS149io6 {
    margin-top: -5rem !important;
  }
  
  .x4USu4I2Fq4 {
    margin-top: -6rem !important;
  }
  
  .mV2O7mt8JPb {
    margin-right: -0.25rem !important;
  }
  
  .CdHe8wnhdj {
    margin-right: -0.5rem !important;
  }
  
  .l2RlmBK6thj {
    margin-right: -0.75rem !important;
  }
  
  .zx8WD1Z {
    margin-right: -1rem !important;
  }
  
  .ZkouXu {
    margin-right: -1.25rem !important;
  }
  
  .bA7Jb5rz {
    margin-right: -1.5rem !important;
  }
  
  .DnlEaw1N {
    margin-right: -1.75rem !important;
  }
  
  .rgFbvK {
    margin-right: -2rem !important;
  }
  
  .ToBCtdqk {
    margin-right: -3rem !important;
  }
  
  .t5z9LB2X {
    margin-right: -3.5rem !important;
  }
  
  .yfW2qFL {
    margin-right: -4rem !important;
  }
  
  .KyfJaL {
    margin-right: -5rem !important;
  }
  
  .o44dH62Z {
    margin-right: -6rem !important;
  }
  
  .hyiDrflqdnW {
    margin-bottom: -0.25rem !important;
  }
  
  .K8WWT3AJ {
    margin-bottom: -0.5rem !important;
  }
  
  .FcGIraCodcN {
    margin-bottom: -0.75rem !important;
  }
  
  .XKgaE5eSk {
    margin-bottom: -1rem !important;
  }
  
  .jpDt7vt {
    margin-bottom: -1.25rem !important;
  }
  
  .xDvrlJVfg {
    margin-bottom: -1.5rem !important;
  }
  
  .rczy6zV42K {
    margin-bottom: -1.75rem !important;
  }
  
  .a942OKadadt {
    margin-bottom: -2rem !important;
  }
  
  .DdwGTUIRp {
    margin-bottom: -3rem !important;
  }
  
  .vhefwiXaRdx {
    margin-bottom: -3.5rem !important;
  }
  
  .uMZ079vErfy {
    margin-bottom: -4rem !important;
  }
  
  .hT790M55g9 {
    margin-bottom: -5rem !important;
  }
  
  .Rr3hsJtY {
    margin-bottom: -6rem !important;
  }
  
  .wmyuENMc {
    margin-left: -0.25rem !important;
  }
  
  .xPx9571 {
    margin-left: -0.5rem !important;
  }
  
  .oj5x71h90y {
    margin-left: -0.75rem !important;
  }
  
  .NClEdli9 {
    margin-left: -1rem !important;
  }
  
  .BuJQmIY {
    margin-left: -1.25rem !important;
  }
  
  .KcNtzbv {
    margin-left: -1.5rem !important;
  }
  
  .PoD5nF2me {
    margin-left: -1.75rem !important;
  }
  
  .Ss8rblO {
    margin-left: -2rem !important;
  }
  
  .qKzQmCHj {
    margin-left: -3rem !important;
  }
  
  .QAVpjC {
    margin-left: -3.5rem !important;
  }
  
  .JC1CBk {
    margin-left: -4rem !important;
  }
  
  .QbgA3vrfyA {
    margin-left: -5rem !important;
  }
  
  .XuMUfNoKSF {
    margin-left: -6rem !important;
  }
  
  .dOnXag {
    padding: 0 !important;
  }
  
  .gaGPBL4bi {
    padding: .25rem !important;
  }
  
  .utIsv3xabN {
    padding: .5rem !important;
  }
  
  .XptZTOzq7 {
    padding: .75rem !important;
  }
  
  .JB3A7l3GOih {
    padding: 1rem !important;
  }
  
  .Lo1B9d7 {
    padding: 1.25rem !important;
  }
  
  .KYwBGp {
    padding: 1.5rem !important;
  }
  
  .t54Md3e0IH {
    padding: 1.75rem !important;
  }
  
  .W4yK1lTgN {
    padding: 2rem !important;
  }
  
  .XBfnEZ {
    padding: 3rem !important;
  }
  
  .GfGNYH {
    padding: 3.5rem !important;
  }
  
  .kGkzBEzalQ {
    padding: 4rem !important;
  }
  
  .loHzuv {
    padding: 5rem !important;
  }
  
  .EpV9J6MWjI {
    padding: 6rem !important;
  }
  
  .FMEKLJF4m {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  
  .VsONewuVq {
    padding-right: .25rem !important;
    padding-left: .25rem !important;
  }
  
  .XlKWw7U3u {
    padding-right: .5rem !important;
    padding-left: .5rem !important;
  }
  
  .rlrdDO3THxM {
    padding-right: .75rem !important;
    padding-left: .75rem !important;
  }
  
  .MZdfFsJ {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  
  .lBKBvpEDLY {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  
  .Avwfdm4C {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  
  .gqMfKQUZp7m {
    padding-right: 1.75rem !important;
    padding-left: 1.75rem !important;
  }
  
  .nw01x3R {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  
  .xfMhCJUFi5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  
  .oiBOHf2s4 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  
  .LScbqc6qge {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  
  .GMpPArO5Te {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  
  .BF09cJMyMmN {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  
  .JpmK2U {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  
  .BB3uIQ {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
  }
  
  .RtWhxyzAz {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
  }
  
  .e4KtCB {
    padding-top: .75rem !important;
    padding-bottom: .75rem !important;
  }
  
  .BwIOofu3Rn {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  
  .urJwoHRRs {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  
  .taExmG {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  
  .Ol5aX0Vf7x {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }
  
  .v57z63 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  
  .ZzScOVBe {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  
  .NtcAw3CDGf3 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  
  .EHuQlFV {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  
  .Xz6GN7 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  
  .GUyOg3Ld8 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  
  .tTXaOcWo {
    padding-top: 0 !important;
  }
  
  .fUnxyx {
    padding-top: .25rem !important;
  }
  
  .DMohsUr6YWY {
    padding-top: .5rem !important;
  }
  
  .J09rJEdeUm {
    padding-top: .75rem !important;
  }
  
  .l3IxCfBwfQ {
    padding-top: 1rem !important;
  }
  
  .z0qcqn {
    padding-top: 1.25rem !important;
  }
  
  .jTMjSGmkAvS {
    padding-top: 1.5rem !important;
  }
  
  .upgwPv {
    padding-top: 1.75rem !important;
  }
  
  .DODC3qJe {
    padding-top: 2rem !important;
  }
  
  .AT9PIIS {
    padding-top: 3rem !important;
  }
  
  .q5Iz1gs9 {
    padding-top: 3.5rem !important;
  }
  
  .y7KoJ0m {
    padding-top: 4rem !important;
  }
  
  .Vt0aRF7YA5A {
    padding-top: 5rem !important;
  }
  
  .UB2ke8Nt {
    padding-top: 6rem !important;
  }
  
  .RAQZiAHRvt {
    padding-right: 0 !important;
  }
  
  .Hpdo3EW {
    padding-right: .25rem !important;
  }
  
  .AuHqGc0h6Gh {
    padding-right: .5rem !important;
  }
  
  .UL3He0Q6ce {
    padding-right: .75rem !important;
  }
  
  .uMYJP8I {
    padding-right: 1rem !important;
  }
  
  .aXIrl5Bodg {
    padding-right: 1.25rem !important;
  }
  
  .ocusbCtJyO {
    padding-right: 1.5rem !important;
  }
  
  .ThAHIKMZCr {
    padding-right: 1.75rem !important;
  }
  
  .YrbNH1MR52R {
    padding-right: 2rem !important;
  }
  
  .sjmhIDAnho {
    padding-right: 3rem !important;
  }
  
  .l3BUZprG {
    padding-right: 3.5rem !important;
  }
  
  .b74Kz90IY {
    padding-right: 4rem !important;
  }
  
  .e41ZbpRsR {
    padding-right: 5rem !important;
  }
  
  .Yd40haFxEz {
    padding-right: 6rem !important;
  }
  
  .yHDMd0 {
    padding-bottom: 0 !important;
  }
  
  .exGNj7Mj {
    padding-bottom: .25rem !important;
  }
  
  .QWx9YQ5i60S {
    padding-bottom: .5rem !important;
  }
  
  .Heh39ae4GT {
    padding-bottom: .75rem !important;
  }
  
  .XSf01AG {
    padding-bottom: 1rem !important;
  }
  
  .dr2G1fS4b {
    padding-bottom: 1.25rem !important;
  }
  
  .xzQxCGXfhA {
    padding-bottom: 1.5rem !important;
  }
  
  .nQEQXU12Beq {
    padding-bottom: 1.75rem !important;
  }
  
  .yDc4mNXxVFK {
    padding-bottom: 2rem !important;
  }
  
  .RqIm3JDkBNa {
    padding-bottom: 3rem !important;
  }
  
  .cwYlxDagECW {
    padding-bottom: 3.5rem !important;
  }
  
  .nXfhpQPDcC {
    padding-bottom: 4rem !important;
  }
  
  .sUemrB9wD {
    padding-bottom: 5rem !important;
  }
  
  .rfTSog {
    padding-bottom: 6rem !important;
  }
  
  .pISOHgdLf {
    padding-left: 0 !important;
  }
  
  .kKshYqdYK {
    padding-left: .25rem !important;
  }
  
  .j6nsTYU {
    padding-left: .5rem !important;
  }
  
  .tQ7v6s6 {
    padding-left: .75rem !important;
  }
  
  .HVx2Jz2V7 {
    padding-left: 1rem !important;
  }
  
  .otopW6KFl8 {
    padding-left: 1.25rem !important;
  }
  
  .foHo8vCfG {
    padding-left: 1.5rem !important;
  }
  
  .QMdtu4lLn {
    padding-left: 1.75rem !important;
  }
  
  .WWIhdIMQLI4 {
    padding-left: 2rem !important;
  }
  
  .WSqAgur0qJM {
    padding-left: 3rem !important;
  }
  
  .pevPVhVa7 {
    padding-left: 3.5rem !important;
  }
  
  .vXCIoe {
    padding-left: 4rem !important;
  }
  
  .Bks7hMtf {
    padding-left: 5rem !important;
  }
  
  .RIgT81ZQu {
    padding-left: 6rem !important;
  }
  
  .se2ubBhrs3 {
    gap: 0 !important;
  }
  
  .dZ7fZE {
    gap: .25rem !important;
  }
  
  .ORvoUg {
    gap: .5rem !important;
  }
  
  .IDIkC9IGBA {
    gap: .75rem !important;
  }
  
  .sit7Iuhx0 {
    gap: 1rem !important;
  }
  
  .NSfkgt3Z9 {
    gap: 1.25rem !important;
  }
  
  .E4DcsrYu3 {
    gap: 1.5rem !important;
  }
  
  .NsLzKVeMhXR {
    gap: 1.75rem !important;
  }
  
  .tM4bMVgc {
    gap: 2rem !important;
  }
  
  .q3Wffso {
    gap: 3rem !important;
  }
  
  .blUBee93T {
    gap: 3.5rem !important;
  }
  
  .wrIwGe2 {
    gap: 4rem !important;
  }
  
  .s9375l {
    gap: 5rem !important;
  }
  
  .xcqskzMVx {
    gap: 6rem !important;
  }
  
  .XAeF9pNGjlS {
    row-gap: 0 !important;
  }
  
  .fi0KeO {
    row-gap: .25rem !important;
  }
  
  .FMyHYITOiYZ {
    row-gap: .5rem !important;
  }
  
  .vwB0rBiHU {
    row-gap: .75rem !important;
  }
  
  .BA0a2tj0hdi {
    row-gap: 1rem !important;
  }
  
  .jW3CbDl41E {
    row-gap: 1.25rem !important;
  }
  
  .DC89Uk2en {
    row-gap: 1.5rem !important;
  }
  
  .gjMM9HvAw {
    row-gap: 1.75rem !important;
  }
  
  .rWqiDiO95Yr {
    row-gap: 2rem !important;
  }
  
  .BhGc0zE {
    row-gap: 3rem !important;
  }
  
  .IlIFGJ {
    row-gap: 3.5rem !important;
  }
  
  .Ed4e9FG7d {
    row-gap: 4rem !important;
  }
  
  .ERhanoe {
    row-gap: 5rem !important;
  }
  
  .BdkZc2AzfY {
    row-gap: 6rem !important;
  }
  
  .usfBYSf {
    column-gap: 0 !important;
  }
  
  .hW0zCaTJu {
    column-gap: .25rem !important;
  }
  
  .rYWs1GuU {
    column-gap: .5rem !important;
  }
  
  .HaQke6pBava {
    column-gap: .75rem !important;
  }
  
  .oLMMCsybiQ {
    column-gap: 1rem !important;
  }
  
  .u9UIBSeYf {
    column-gap: 1.25rem !important;
  }
  
  .CImwFXPfx {
    column-gap: 1.5rem !important;
  }
  
  .o6fov2oLY {
    column-gap: 1.75rem !important;
  }
  
  .OtQ0O7x {
    column-gap: 2rem !important;
  }
  
  .lUdUXEN {
    column-gap: 3rem !important;
  }
  
  .oAxf2m {
    column-gap: 3.5rem !important;
  }
  
  .pNDzNjwGNld {
    column-gap: 4rem !important;
  }
  
  .CvaoeICwO3 {
    column-gap: 5rem !important;
  }
  
  .pjgO7vPIc9 {
    column-gap: 6rem !important;
  }
  
  .t3JR2gtRvf {
    font-size: calc(1.36875rem + 1.425vw) !important;
  }
  
  .OLO3QE {
    font-size: calc(1.32rem + 0.84vw) !important;
  }
  
  .d2SMnlKk {
    font-size: calc(1.295625rem + 0.5475vw) !important;
  }
  
  .Q4lcxsc {
    font-size: calc(1.27125rem + 0.255vw) !important;
  }
  
  .TKzRkHMs9u {
    font-size: 1.21875rem !important;
  }
  
  .MCI2Qp {
    font-size: 0.975rem !important;
  }
  
  .fePAkip4 {
    text-align: left !important;
  }
  
  .x8eLMfc8 {
    text-align: right !important;
  }
  
  .gGAxZNX7U {
    text-align: center !important;
  }
}

@media (min-width: 1400px) {
  .NYOvIGz {
    float: left !important;
  }
  
  .vz8N4Ou {
    float: right !important;
  }
  
  .VJesHM6SF {
    float: none !important;
  }
  
  .iQe0dtpu {
    object-fit: contain !important;
  }
  
  .SqQY1HzCDyj {
    object-fit: cover !important;
  }
  
  .mnJbAre {
    object-fit: fill !important;
  }
  
  .duIVII3SRL {
    object-fit: scale-down !important;
  }
  
  .E0krfVf {
    object-fit: none !important;
  }
  
  .FG0VWGKmjtt {
    display: inline !important;
  }
  
  .YfMD1cG3Ct {
    display: inline-block !important;
  }
  
  .wXKPb6eubL {
    display: block !important;
  }
  
  .DLZc9wvusBT {
    display: grid !important;
  }
  
  .zTtXIGgkl {
    display: inline-grid !important;
  }
  
  .Ng7ke6 {
    display: table !important;
  }
  
  .nRi6tMEgchx {
    display: table-row !important;
  }
  
  .bWIUi3rKA7 {
    display: table-cell !important;
  }
  
  .f49ghKX {
    display: flex !important;
  }
  
  .sejoPmpwwM {
    display: inline-flex !important;
  }
  
  .U7Nk5bqXw {
    display: none !important;
  }
  
  .MjFDElv {
    position: static !important;
  }
  
  .LGb0VZGy {
    position: relative !important;
  }
  
  .bIDIeaO3 {
    position: absolute !important;
  }
  
  .l8qM7Hpn {
    position: fixed !important;
  }
  
  .SpDbeeXDujv {
    position: sticky !important;
  }
  
  .EblM51AJ {
    top: 0 !important;
  }
  
  .kTFerrsB {
    top: 10% !important;
  }
  
  .J5FaajX {
    top: 25% !important;
  }
  
  .xTbO0kf {
    top: 50% !important;
  }
  
  .Ad6LenBh {
    top: 60% !important;
  }
  
  .MmEj9FeJnO {
    top: 65% !important;
  }
  
  .Melmmf4K {
    top: 70% !important;
  }
  
  .hBhXeLFeAcZ {
    top: 75% !important;
  }
  
  .yMJjRkJko {
    top: 100% !important;
  }
  
  .KteE3tbfLPU {
    top: auto !important;
  }
  
  .YHSBZ3eUZ02 {
    bottom: 0 !important;
  }
  
  .lPth8QMV {
    bottom: 10% !important;
  }
  
  .xU3B8af {
    bottom: 25% !important;
  }
  
  .MzW7AAb {
    bottom: 50% !important;
  }
  
  .VcrAYT7 {
    bottom: 60% !important;
  }
  
  .P7OXJUhrmDS {
    bottom: 65% !important;
  }
  
  .ZdCr6YqskE {
    bottom: 70% !important;
  }
  
  .T3Z6V3xv8g {
    bottom: 75% !important;
  }
  
  .VgHh5xdmY {
    bottom: 100% !important;
  }
  
  .DO0rjMP {
    bottom: auto !important;
  }
  
  .XbXSAT {
    left: 0 !important;
  }
  
  .g1THiLUB {
    left: 10% !important;
  }
  
  .yKy8qNrp {
    left: 25% !important;
  }
  
  .J0HUkbaQZ {
    left: 50% !important;
  }
  
  .XmPkPZAL {
    left: 60% !important;
  }
  
  .eFMGkT1SG {
    left: 65% !important;
  }
  
  .Yx7achFiL {
    left: 70% !important;
  }
  
  .tjQn9u {
    left: 75% !important;
  }
  
  .uRYYmI {
    left: 100% !important;
  }
  
  .Yr4TLgQk4q6 {
    left: auto !important;
  }
  
  .tO2Ig3Cy9 {
    right: 0 !important;
  }
  
  .XP0AKXwoPm9 {
    right: 10% !important;
  }
  
  .GJGBbbEr {
    right: 25% !important;
  }
  
  .EE8tUqLk5 {
    right: 50% !important;
  }
  
  .tLrYJyNHqU {
    right: 60% !important;
  }
  
  .Av8DgO {
    right: 65% !important;
  }
  
  .k2iHkFyO {
    right: 70% !important;
  }
  
  .X9pbjhsP {
    right: 75% !important;
  }
  
  .YcNn3ONxF {
    right: 100% !important;
  }
  
  .sdf6eeg {
    right: auto !important;
  }
  
  .B2hiNjqkXr9 {
    transform: translate(-50%, -50%) !important;
  }
  
  .bVlAjBLfYOg {
    transform: translateX(-50%) !important;
  }
  
  .H097aohJXa {
    transform: translateY(-50%) !important;
  }
  
  .jZvaJe1 {
    flex: 1 1 auto !important;
  }
  
  .jwBQVCR {
    flex-direction: row !important;
  }
  
  .jqMtrlI {
    flex-direction: column !important;
  }
  
  .gDrpGwxa {
    flex-direction: row-reverse !important;
  }
  
  .CaKUAA1bx7 {
    flex-direction: column-reverse !important;
  }
  
  .FZYpou0 {
    flex-grow: 0 !important;
  }
  
  .m3scTFJMk {
    flex-grow: 1 !important;
  }
  
  .e0nWvn6tH {
    flex-shrink: 0 !important;
  }
  
  .C6oXltT {
    flex-shrink: 1 !important;
  }
  
  .ROYwU7zeV {
    flex-wrap: wrap !important;
  }
  
  .NTPCMTXP {
    flex-wrap: nowrap !important;
  }
  
  .SVlBshX {
    flex-wrap: wrap-reverse !important;
  }
  
  .nfMSTHHtng {
    justify-content: flex-start !important;
  }
  
  .aXunaOjfR {
    justify-content: flex-end !important;
  }
  
  .XkO9yawtP2 {
    justify-content: center !important;
  }
  
  .QVsOtrbhx {
    justify-content: space-between !important;
  }
  
  .Vs7Lz7Lc {
    justify-content: space-around !important;
  }
  
  .NRHZPua {
    justify-content: space-evenly !important;
  }
  
  .RKAaqyX {
    align-items: flex-start !important;
  }
  
  .ryQKoK3TQ {
    align-items: flex-end !important;
  }
  
  .qoUAGCkk0p {
    align-items: center !important;
  }
  
  .NpeWcrXso {
    align-items: baseline !important;
  }
  
  .UilFWLyhAX9 {
    align-items: stretch !important;
  }
  
  .lST2CbDOJ {
    align-content: flex-start !important;
  }
  
  .WGYoQapwd5 {
    align-content: flex-end !important;
  }
  
  .Eo4GpXGDpx4 {
    align-content: center !important;
  }
  
  .TeBZMiBRg6 {
    align-content: space-between !important;
  }
  
  .zRxkU6Ac {
    align-content: space-around !important;
  }
  
  .SN7KjjhB {
    align-content: stretch !important;
  }
  
  .zD5ldW1 {
    align-self: auto !important;
  }
  
  .vV4D9J3 {
    align-self: flex-start !important;
  }
  
  .tkIoU3sP {
    align-self: flex-end !important;
  }
  
  .Pel7PwYUDE {
    align-self: center !important;
  }
  
  .lB60CXgn {
    align-self: baseline !important;
  }
  
  .sAhxSN {
    align-self: stretch !important;
  }
  
  .OcqOLx9 {
    order: -1 !important;
  }
  
  .fy6yeT5 {
    order: 0 !important;
  }
  
  .mfH42rP {
    order: 1 !important;
  }
  
  .ADO9pib {
    order: 2 !important;
  }
  
  .JLeqqgbaU {
    order: 3 !important;
  }
  
  .dFhEeuzrZ {
    order: 4 !important;
  }
  
  .ghODe6 {
    order: 5 !important;
  }
  
  .jTiksL4wZ {
    order: 6 !important;
  }
  
  .ZGo4Qecd {
    margin: 0 !important;
  }
  
  .ZGXTv0p {
    margin: .25rem !important;
  }
  
  .Ok6XePqh8Rw {
    margin: .5rem !important;
  }
  
  .XQJ6iM {
    margin: .75rem !important;
  }
  
  .wJxvKd9N82S {
    margin: 1rem !important;
  }
  
  .AIeVZp {
    margin: 1.25rem !important;
  }
  
  .CB17Pmu {
    margin: 1.5rem !important;
  }
  
  .Ad9MLM {
    margin: 1.75rem !important;
  }
  
  .gMKMK48F4a {
    margin: 2rem !important;
  }
  
  .hkxJeu333v {
    margin: 3rem !important;
  }
  
  .JnHxq0VK {
    margin: 3.5rem !important;
  }
  
  .Jq1KGZP {
    margin: 4rem !important;
  }
  
  .wtawUhx {
    margin: 5rem !important;
  }
  
  .R8J6UE0WN7 {
    margin: 6rem !important;
  }
  
  .QLH69y2 {
    margin: auto !important;
  }
  
  .ZC78MtAB1r {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  
  .C75aQGFdbOO {
    margin-right: .25rem !important;
    margin-left: .25rem !important;
  }
  
  .vPtyNC2tXVG {
    margin-right: .5rem !important;
    margin-left: .5rem !important;
  }
  
  .T3tweID {
    margin-right: .75rem !important;
    margin-left: .75rem !important;
  }
  
  .bAkrNsbVX {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  
  .k3dzaGd {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  
  .u6KKdNYJf8A {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  
  .CvaHFVhIXNV {
    margin-right: 1.75rem !important;
    margin-left: 1.75rem !important;
  }
  
  .VEVWQG {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  
  .U3djmv {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  
  .L8cV2m1M {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  
  .S0gNoCf9Sf4 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  
  .ARGeowE {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  
  .DpWTMTC2mJg {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  
  .sYLKMCgp8 {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  
  .vpoQFfj {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  
  .G5GekliGW5 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important;
  }
  
  .EXnymvHrQWR {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
  }
  
  .bV5mfjgeqMg {
    margin-top: .75rem !important;
    margin-bottom: .75rem !important;
  }
  
  .toZv8X4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  
  .faSiwXfrZhd {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  
  .YtSQTbthv {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  
  .awXnfAh0uNG {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }
  
  .O7XhaZXnS {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  
  .icZQVg {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  
  .UHlNTZQfkYj {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  
  .e7fhZAug {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  
  .TH4JqF {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  
  .frSF6i {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  
  .C3DgX6oCdi {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  
  .TEmZrn {
    margin-top: 0 !important;
  }
  
  .WavJHVpTJK {
    margin-top: .25rem !important;
  }
  
  .FbOU3jZhBOG {
    margin-top: .5rem !important;
  }
  
  .VZWWew {
    margin-top: .75rem !important;
  }
  
  .th2DxigpAsS {
    margin-top: 1rem !important;
  }
  
  .LxNjAKruZ {
    margin-top: 1.25rem !important;
  }
  
  .ZrReRV {
    margin-top: 1.5rem !important;
  }
  
  .lCwVKj8LHj8 {
    margin-top: 1.75rem !important;
  }
  
  .t6NJBdyU {
    margin-top: 2rem !important;
  }
  
  .XxMDdJe3Lg {
    margin-top: 3rem !important;
  }
  
  .GAspyufdyGF {
    margin-top: 3.5rem !important;
  }
  
  .fcb1JdacE4L {
    margin-top: 4rem !important;
  }
  
  .EoC3UB5 {
    margin-top: 5rem !important;
  }
  
  .gDTStTP {
    margin-top: 6rem !important;
  }
  
  .GywgRtL {
    margin-top: auto !important;
  }
  
  .wrCTqK {
    margin-right: 0 !important;
  }
  
  .lqPog1PU {
    margin-right: .25rem !important;
  }
  
  .sbXggdTy35J {
    margin-right: .5rem !important;
  }
  
  .So8pyW {
    margin-right: .75rem !important;
  }
  
  .WiVffdQcN4U {
    margin-right: 1rem !important;
  }
  
  .jg7IdAsmCd {
    margin-right: 1.25rem !important;
  }
  
  .aaPdN5 {
    margin-right: 1.5rem !important;
  }
  
  .wsNDQG5 {
    margin-right: 1.75rem !important;
  }
  
  .cvCsqgqu1 {
    margin-right: 2rem !important;
  }
  
  .reosrOqh {
    margin-right: 3rem !important;
  }
  
  .iYPjIBC {
    margin-right: 3.5rem !important;
  }
  
  .jrEhcuwx {
    margin-right: 4rem !important;
  }
  
  .M1AtLLI {
    margin-right: 5rem !important;
  }
  
  .j93mjOAk7 {
    margin-right: 6rem !important;
  }
  
  .IVTnRS {
    margin-right: auto !important;
  }
  
  .qRInh4m {
    margin-bottom: 0 !important;
  }
  
  .ay7e86XFbID {
    margin-bottom: .25rem !important;
  }
  
  .ES74TZC4 {
    margin-bottom: .5rem !important;
  }
  
  .i7qoHcm {
    margin-bottom: .75rem !important;
  }
  
  .q0Ahuld {
    margin-bottom: 1rem !important;
  }
  
  .TK7gjGAOqRu {
    margin-bottom: 1.25rem !important;
  }
  
  .B8f6Uwg {
    margin-bottom: 1.5rem !important;
  }
  
  .ZlCEapGb {
    margin-bottom: 1.75rem !important;
  }
  
  .vyu4MT {
    margin-bottom: 2rem !important;
  }
  
  .cvRALBRuF {
    margin-bottom: 3rem !important;
  }
  
  .xlKOWnU {
    margin-bottom: 3.5rem !important;
  }
  
  .Bdw55i76 {
    margin-bottom: 4rem !important;
  }
  
  .CF10edPv {
    margin-bottom: 5rem !important;
  }
  
  .zHvdooGuy {
    margin-bottom: 6rem !important;
  }
  
  .DIWyiS {
    margin-bottom: auto !important;
  }
  
  .nve9sF {
    margin-left: 0 !important;
  }
  
  .VbTeuOW6rK {
    margin-left: .25rem !important;
  }
  
  .LKcEnEGJc {
    margin-left: .5rem !important;
  }
  
  .nk4Oyn {
    margin-left: .75rem !important;
  }
  
  .FsFZfvfLgMx {
    margin-left: 1rem !important;
  }
  
  .yWuAOPlmpX {
    margin-left: 1.25rem !important;
  }
  
  .LN7r90fd5G {
    margin-left: 1.5rem !important;
  }
  
  .FyVzee5Eg {
    margin-left: 1.75rem !important;
  }
  
  .xl8alKU0RD {
    margin-left: 2rem !important;
  }
  
  .MTF6ORFzf8 {
    margin-left: 3rem !important;
  }
  
  .ASROn1G9au {
    margin-left: 3.5rem !important;
  }
  
  .qVKec5 {
    margin-left: 4rem !important;
  }
  
  .a8YD6h {
    margin-left: 5rem !important;
  }
  
  .d3bNdTshs {
    margin-left: 6rem !important;
  }
  
  .Qp4lFm0azM {
    margin-left: auto !important;
  }
  
  .buqiA56ZLDY {
    margin: -0.25rem !important;
  }
  
  .AMTY2wcMf {
    margin: -0.5rem !important;
  }
  
  .VmZeEYeUz {
    margin: -0.75rem !important;
  }
  
  .QASoe4Fjr {
    margin: -1rem !important;
  }
  
  .yUcYeKFaJrO {
    margin: -1.25rem !important;
  }
  
  .IifMVX5J {
    margin: -1.5rem !important;
  }
  
  .U6oXaGt {
    margin: -1.75rem !important;
  }
  
  .cegGICZS {
    margin: -2rem !important;
  }
  
  .oC7v9t {
    margin: -3rem !important;
  }
  
  .M3vX05RSlJ {
    margin: -3.5rem !important;
  }
  
  .TScJAW6ae6f {
    margin: -4rem !important;
  }
  
  .YsCDzm {
    margin: -5rem !important;
  }
  
  .CaQfImhX {
    margin: -6rem !important;
  }
  
  .BYXequBkXhH {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  
  .fzqNGBy1 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  
  .bBy0bhuvA {
    margin-right: -0.75rem !important;
    margin-left: -0.75rem !important;
  }
  
  .frwh6PQ {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  
  .s2Qr7B {
    margin-right: -1.25rem !important;
    margin-left: -1.25rem !important;
  }
  
  .lU7VnEJ {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  
  .TPe1UC {
    margin-right: -1.75rem !important;
    margin-left: -1.75rem !important;
  }
  
  .kNANdS82kCl {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }
  
  .Hw2oS6y1aA {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  
  .CSmebU {
    margin-right: -3.5rem !important;
    margin-left: -3.5rem !important;
  }
  
  .QQpbjg {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }
  
  .fHKK0UQY {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }
  
  .xqWjsyB7X0P {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }
  
  .QMkaR5C {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  
  .jY8de6 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  
  .mQISShX {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }
  
  .poL22QN {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  
  .x7MTzSwqbrB {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }
  
  .jjj8fhnKgJ {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  
  .fWd1rKD {
    margin-top: -1.75rem !important;
    margin-bottom: -1.75rem !important;
  }
  
  .fOsiSl {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
  
  .kgvq8d {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  
  .O4lMQndWc6 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }
  
  .VEdItY {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  
  .RzHfCbl6 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  
  .OXTeGzzJlh {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }
  
  .fp5C2IPJ {
    margin-top: -0.25rem !important;
  }
  
  .DeJZD7LehJU {
    margin-top: -0.5rem !important;
  }
  
  .YFB0zuibSc {
    margin-top: -0.75rem !important;
  }
  
  .Rg7acoI0b {
    margin-top: -1rem !important;
  }
  
  .jl8EQLmPV {
    margin-top: -1.25rem !important;
  }
  
  .fFh0IuFgpi {
    margin-top: -1.5rem !important;
  }
  
  .niT1lrS {
    margin-top: -1.75rem !important;
  }
  
  .z8YvJS0e {
    margin-top: -2rem !important;
  }
  
  .bJsH3OOL3 {
    margin-top: -3rem !important;
  }
  
  .TmRZjks {
    margin-top: -3.5rem !important;
  }
  
  .wrbVWkM {
    margin-top: -4rem !important;
  }
  
  .NnX7LgikoR {
    margin-top: -5rem !important;
  }
  
  .wTTc7UUPk3g {
    margin-top: -6rem !important;
  }
  
  .gucxA9H {
    margin-right: -0.25rem !important;
  }
  
  .JvulhVJc11q {
    margin-right: -0.5rem !important;
  }
  
  .r4As68ULWz {
    margin-right: -0.75rem !important;
  }
  
  .f4AJHrhRKh {
    margin-right: -1rem !important;
  }
  
  .aZ83KgX56Ek {
    margin-right: -1.25rem !important;
  }
  
  .yHT3HG {
    margin-right: -1.5rem !important;
  }
  
  .QhkQgIqz {
    margin-right: -1.75rem !important;
  }
  
  .cqPjl6 {
    margin-right: -2rem !important;
  }
  
  .SDTyfABuLF {
    margin-right: -3rem !important;
  }
  
  .wtd6UBb {
    margin-right: -3.5rem !important;
  }
  
  .xITAbb7p {
    margin-right: -4rem !important;
  }
  
  .x9SatA {
    margin-right: -5rem !important;
  }
  
  .ebrONse6wd {
    margin-right: -6rem !important;
  }
  
  .zceAkx {
    margin-bottom: -0.25rem !important;
  }
  
  .VMaX5k {
    margin-bottom: -0.5rem !important;
  }
  
  .f22phUag {
    margin-bottom: -0.75rem !important;
  }
  
  .GmmBV0onH {
    margin-bottom: -1rem !important;
  }
  
  .qzMwEjP {
    margin-bottom: -1.25rem !important;
  }
  
  .Es1Gn4l {
    margin-bottom: -1.5rem !important;
  }
  
  .uVyHyzBgw {
    margin-bottom: -1.75rem !important;
  }
  
  .XAWDw542HTG {
    margin-bottom: -2rem !important;
  }
  
  .AhvhcJ {
    margin-bottom: -3rem !important;
  }
  
  .U52u0QlU {
    margin-bottom: -3.5rem !important;
  }
  
  .IlvZcgs7d {
    margin-bottom: -4rem !important;
  }
  
  .FP95MUW3 {
    margin-bottom: -5rem !important;
  }
  
  .CYfZpi6ztj {
    margin-bottom: -6rem !important;
  }
  
  .w9lpmIm4iy {
    margin-left: -0.25rem !important;
  }
  
  .GyOvTjlG8C {
    margin-left: -0.5rem !important;
  }
  
  .vsgviFNBT {
    margin-left: -0.75rem !important;
  }
  
  .JGOUwrecNn {
    margin-left: -1rem !important;
  }
  
  .cZHilLKqBsR {
    margin-left: -1.25rem !important;
  }
  
  .tTV7eaX {
    margin-left: -1.5rem !important;
  }
  
  .K9d1flgAH7 {
    margin-left: -1.75rem !important;
  }
  
  .Pn5ZuNCk5w {
    margin-left: -2rem !important;
  }
  
  .WPRklg7IK {
    margin-left: -3rem !important;
  }
  
  .uhGrbS {
    margin-left: -3.5rem !important;
  }
  
  .OUDg9nh {
    margin-left: -4rem !important;
  }
  
  .uaJSO4kr {
    margin-left: -5rem !important;
  }
  
  .U82FCG {
    margin-left: -6rem !important;
  }
  
  .MFQLffpP {
    padding: 0 !important;
  }
  
  .AO50um8ia7I {
    padding: .25rem !important;
  }
  
  .qMAj75IhU8Q {
    padding: .5rem !important;
  }
  
  .G38tBSSy {
    padding: .75rem !important;
  }
  
  .HcOI74t8 {
    padding: 1rem !important;
  }
  
  .pPLytV {
    padding: 1.25rem !important;
  }
  
  .GFseJjS9Luf {
    padding: 1.5rem !important;
  }
  
  .OR8niCg {
    padding: 1.75rem !important;
  }
  
  .wqwXGZN {
    padding: 2rem !important;
  }
  
  .HvzhRLm2E {
    padding: 3rem !important;
  }
  
  .STmRG81c {
    padding: 3.5rem !important;
  }
  
  .Ld7H1S {
    padding: 4rem !important;
  }
  
  .uxvW5wJYu5 {
    padding: 5rem !important;
  }
  
  .Okf7zqqbe20 {
    padding: 6rem !important;
  }
  
  .AQyE2Iri {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  
  .aePD1cCMMS {
    padding-right: .25rem !important;
    padding-left: .25rem !important;
  }
  
  .bD8Wjz {
    padding-right: .5rem !important;
    padding-left: .5rem !important;
  }
  
  .FLVCXBV {
    padding-right: .75rem !important;
    padding-left: .75rem !important;
  }
  
  .bnA2Ur1blto {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  
  .ad0eRn {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  
  .VyBWVj0ZV {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  
  .bBbNSYF6in {
    padding-right: 1.75rem !important;
    padding-left: 1.75rem !important;
  }
  
  .RSeLrFbi7 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  
  .NTVpXjMv {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  
  .eeAK9C {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  
  .OfTUDTRfYG {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  
  .JnlkeCb3 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  
  .h5Zfdoal {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  
  .vnd2JV {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  
  .XXWfAEJ4Kp {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
  }
  
  .y6nFzei {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
  }
  
  .jBNvMAtD {
    padding-top: .75rem !important;
    padding-bottom: .75rem !important;
  }
  
  .PJ7qhHH {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  
  .o1CmNbcl1V {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  
  .Yp4pKS9cT {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  
  .PQ8m7S2G {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }
  
  .R5khftTq {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  
  .gqZBOATf {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  
  .C9bhaGV {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  
  .QGaqpfO {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  
  .OOgUNSmANP {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  
  .f4NwdBO {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  
  .CpJAsDaWbh {
    padding-top: 0 !important;
  }
  
  .Dhd2PpMgWXB {
    padding-top: .25rem !important;
  }
  
  .MmILz8ZHuYM {
    padding-top: .5rem !important;
  }
  
  .jw7XT0Xh {
    padding-top: .75rem !important;
  }
  
  .c2LPvK {
    padding-top: 1rem !important;
  }
  
  .rbJ9wHmKHg {
    padding-top: 1.25rem !important;
  }
  
  .mnjkZ7SL {
    padding-top: 1.5rem !important;
  }
  
  .pY7O87z {
    padding-top: 1.75rem !important;
  }
  
  .aZjvg7N {
    padding-top: 2rem !important;
  }
  
  .ybS108 {
    padding-top: 3rem !important;
  }
  
  .b6cAEyfjcr {
    padding-top: 3.5rem !important;
  }
  
  .AadWLhWI9 {
    padding-top: 4rem !important;
  }
  
  .WsOzdZelBQh {
    padding-top: 5rem !important;
  }
  
  .h33WXRbUJ3f {
    padding-top: 6rem !important;
  }
  
  .iPYZH8Gdaw {
    padding-right: 0 !important;
  }
  
  .Rnqlu4M {
    padding-right: .25rem !important;
  }
  
  .DTbbPt {
    padding-right: .5rem !important;
  }
  
  .lqF7Tr9 {
    padding-right: .75rem !important;
  }
  
  .x1sTBe {
    padding-right: 1rem !important;
  }
  
  .In1HpU2hkR {
    padding-right: 1.25rem !important;
  }
  
  .havR0h4HEk {
    padding-right: 1.5rem !important;
  }
  
  .OJd6bW {
    padding-right: 1.75rem !important;
  }
  
  .GSTlTQ {
    padding-right: 2rem !important;
  }
  
  .DbfeYPx {
    padding-right: 3rem !important;
  }
  
  .Q9CzPRmkeoD {
    padding-right: 3.5rem !important;
  }
  
  .hHhsVRzr1h6 {
    padding-right: 4rem !important;
  }
  
  .lDWmVrdoyK {
    padding-right: 5rem !important;
  }
  
  .CQuUdRK {
    padding-right: 6rem !important;
  }
  
  .NMk3DtbNhS {
    padding-bottom: 0 !important;
  }
  
  .wh2RUy3oHUp {
    padding-bottom: .25rem !important;
  }
  
  .nesdJvN {
    padding-bottom: .5rem !important;
  }
  
  .sbXLcemgt {
    padding-bottom: .75rem !important;
  }
  
  .iQKCqjcFYP {
    padding-bottom: 1rem !important;
  }
  
  .hfbDfXM {
    padding-bottom: 1.25rem !important;
  }
  
  .kyNRndn {
    padding-bottom: 1.5rem !important;
  }
  
  .gCfAUIAT {
    padding-bottom: 1.75rem !important;
  }
  
  .sOjwBpQhbf {
    padding-bottom: 2rem !important;
  }
  
  .RL2RlS3BrAd {
    padding-bottom: 3rem !important;
  }
  
  .Pc9d7KRGrW {
    padding-bottom: 3.5rem !important;
  }
  
  .exWS15lx {
    padding-bottom: 4rem !important;
  }
  
  .LMNT68 {
    padding-bottom: 5rem !important;
  }
  
  .a0sLS4QN8hb {
    padding-bottom: 6rem !important;
  }
  
  .phGU713v {
    padding-left: 0 !important;
  }
  
  .HpgZWdwVt0 {
    padding-left: .25rem !important;
  }
  
  .LXVRQ7ysS {
    padding-left: .5rem !important;
  }
  
  .oWJoadQ {
    padding-left: .75rem !important;
  }
  
  .fExrDB {
    padding-left: 1rem !important;
  }
  
  .fYgpgleVA3f {
    padding-left: 1.25rem !important;
  }
  
  .Q3Vqbx {
    padding-left: 1.5rem !important;
  }
  
  .aMDYoz {
    padding-left: 1.75rem !important;
  }
  
  .Gd4z0BUcbMM {
    padding-left: 2rem !important;
  }
  
  .CHqdaYl {
    padding-left: 3rem !important;
  }
  
  .XngeQBks {
    padding-left: 3.5rem !important;
  }
  
  .KhVyM5 {
    padding-left: 4rem !important;
  }
  
  .nT9wgV80 {
    padding-left: 5rem !important;
  }
  
  .vkuXetmAJRQ {
    padding-left: 6rem !important;
  }
  
  .DMDruQHdV {
    gap: 0 !important;
  }
  
  .Yz4j4J {
    gap: .25rem !important;
  }
  
  .UgcIqS0 {
    gap: .5rem !important;
  }
  
  .ICLiqu {
    gap: .75rem !important;
  }
  
  .qEc91t {
    gap: 1rem !important;
  }
  
  .RfJ5yU1c {
    gap: 1.25rem !important;
  }
  
  .iUrUynx {
    gap: 1.5rem !important;
  }
  
  .YZcI79YLr {
    gap: 1.75rem !important;
  }
  
  .pKrQyWDcrfg {
    gap: 2rem !important;
  }
  
  .FVjCWI {
    gap: 3rem !important;
  }
  
  .UYOqIAkjzhV {
    gap: 3.5rem !important;
  }
  
  .IBcq9Ihg5UB {
    gap: 4rem !important;
  }
  
  .WPhtex {
    gap: 5rem !important;
  }
  
  .hq2b0uV {
    gap: 6rem !important;
  }
  
  .v4E1SpYoai6 {
    row-gap: 0 !important;
  }
  
  .HvQBFlWB9 {
    row-gap: .25rem !important;
  }
  
  .dur87rwcG {
    row-gap: .5rem !important;
  }
  
  .uGcNJ4W2eKQ {
    row-gap: .75rem !important;
  }
  
  .d9iS7X9M8cf {
    row-gap: 1rem !important;
  }
  
  .QS0z4GUMp8 {
    row-gap: 1.25rem !important;
  }
  
  .Eh6mITjyJBY {
    row-gap: 1.5rem !important;
  }
  
  .Defhca5CqJ {
    row-gap: 1.75rem !important;
  }
  
  .EacyxnPIA {
    row-gap: 2rem !important;
  }
  
  .oPNPTpBR {
    row-gap: 3rem !important;
  }
  
  .UAQSUPhl8Is {
    row-gap: 3.5rem !important;
  }
  
  .SThCjJW {
    row-gap: 4rem !important;
  }
  
  .tTliGde {
    row-gap: 5rem !important;
  }
  
  .YSXvVM3NZO6 {
    row-gap: 6rem !important;
  }
  
  .QlRdxkP {
    column-gap: 0 !important;
  }
  
  .q0bwul8 {
    column-gap: .25rem !important;
  }
  
  .Z4d3ePE9 {
    column-gap: .5rem !important;
  }
  
  .HUzkVTL {
    column-gap: .75rem !important;
  }
  
  .JRg26b {
    column-gap: 1rem !important;
  }
  
  .MtlWG9goZIG {
    column-gap: 1.25rem !important;
  }
  
  .SWh3o3WdGF5 {
    column-gap: 1.5rem !important;
  }
  
  .es3RdbB {
    column-gap: 1.75rem !important;
  }
  
  .DX9J1NbGbO {
    column-gap: 2rem !important;
  }
  
  .r6bI4hH0Hs {
    column-gap: 3rem !important;
  }
  
  .CkbIhf {
    column-gap: 3.5rem !important;
  }
  
  .rRgbprJcp8z {
    column-gap: 4rem !important;
  }
  
  .yZkccgX {
    column-gap: 5rem !important;
  }
  
  .R9h9AxGOZ7J {
    column-gap: 6rem !important;
  }
  
  .JFF6joGb9k {
    font-size: calc(1.36875rem + 1.425vw) !important;
  }
  
  .MM0dgL3fIm7 {
    font-size: calc(1.32rem + 0.84vw) !important;
  }
  
  .uz8Bvyns8 {
    font-size: calc(1.295625rem + 0.5475vw) !important;
  }
  
  .jcNp1GvWNU {
    font-size: calc(1.27125rem + 0.255vw) !important;
  }
  
  .FicPQk {
    font-size: 1.21875rem !important;
  }
  
  .YGpfJO5 {
    font-size: 0.975rem !important;
  }
  
  .m2K8fFk2M {
    text-align: left !important;
  }
  
  .jCfJ4m {
    text-align: right !important;
  }
  
  .cEgHYHoSyy {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .K3XZJET {
    font-size: 2.4375rem !important;
  }
  
  .V7Ycl9 {
    font-size: 1.95rem !important;
  }
  
  .s63Nsnt0o {
    font-size: 1.70625rem !important;
  }
  
  .Uzx1q4n0at {
    font-size: 1.4625rem !important;
  }
  
  .SlvZuf {
    font-size: 2.4375rem !important;
  }
  
  .DYB3nMq52vQ {
    font-size: 1.95rem !important;
  }
  
  .gw4R2iaOX {
    font-size: 1.70625rem !important;
  }
  
  .wQJlspuQfqB {
    font-size: 1.4625rem !important;
  }
  
  .kdStGvZpoa {
    font-size: 2.4375rem !important;
  }
  
  .qwwVMFHFj {
    font-size: 1.95rem !important;
  }
  
  .A0GuQkHAb {
    font-size: 1.70625rem !important;
  }
  
  .Wwf6kZbe {
    font-size: 1.4625rem !important;
  }
  
  .DskvKg {
    font-size: 2.4375rem !important;
  }
  
  .hcUmgb6n9 {
    font-size: 1.95rem !important;
  }
  
  .zpL0v9O8o {
    font-size: 1.70625rem !important;
  }
  
  .u32Lyp9n {
    font-size: 1.4625rem !important;
  }
}

@media print {
  .LwFEc1Y {
    display: inline !important;
  }
  
  .TMfnZY {
    display: inline-block !important;
  }
  
  .VcE5q1GVy4 {
    display: block !important;
  }
  
  .T2BeqaxO {
    display: grid !important;
  }
  
  .xdLdsGwc2 {
    display: inline-grid !important;
  }
  
  .LeG08S {
    display: table !important;
  }
  
  .hxmLTI5aLQG {
    display: table-row !important;
  }
  
  .VYScnU4e {
    display: table-cell !important;
  }
  
  .pEzTIwu {
    display: flex !important;
  }
  
  .FWvGwnr2Hf4 {
    display: inline-flex !important;
  }
  
  .vXpkdJOmO {
    display: none !important;
  }
}

@media (max-width: 991.98px) {
  .Uh3NBI.show,
    .Uh3NBI.collapsing {
    background: rgba(10,18,30,0.98);
    border: 1px solid var(--kp-border);
    border-radius: var(--r-lg);
    margin-top: 0.5rem;
    padding: 0.75rem 1rem 1rem;
    backdrop-filter: blur(24px);
  }
  
  .navbar-nav .nav-link {
    padding: 0.55rem 0.75rem !important;
  }
  
  .navbar-nav .nav-link::after {
    display: none;
  }
}

@media (prefers-reduced-motion: no-preference) {
  @keyframes kp-fade-up{
  
      from { opacity: 0; transform: translateY(22px); }
      to   { opacity: 1; transform: none; }
    
  }
  
  .T39DbP {
    animation: kp-fade-up 0.55s var(--ease) both;
  }
  
  .T39DbP:nth-child(1) {
    animation-delay: 0.04s;
  }
  
  .T39DbP:nth-child(2) {
    animation-delay: 0.11s;
  }
  
  .T39DbP:nth-child(3) {
    animation-delay: 0.18s;
  }
  
  .T39DbP:nth-child(4) {
    animation-delay: 0.25s;
  }
  
  .hOgacWb9D3X {
    animation: kp-fade-up 0.55s var(--ease) both;
  }
  
  .hOgacWb9D3X:nth-child(2) {
    animation-delay: 0.12s;
  }
  
  .hOgacWb9D3X:nth-child(3) {
    animation-delay: 0.24s;
  }
  
  .BWVWi2ElA0 {
    animation: kp-fade-up 0.55s var(--ease) both;
  }
  
  .BWVWi2ElA0:nth-child(even) {
    animation-delay: 0.1s;
  }
}

@media (max-width: 991.98px) {
  .RCke2G {
    padding-top: 88px;
    min-height: auto;
    padding-bottom: 3rem;
  }
  
  .beKIpLcwhN {
    height: 300px;
  }
}

@media (max-width: 767.98px) {
  .yMCEbAZhC {
    font-size: clamp(1.75rem, 8vw, 2.5rem);
  }
  
  .PReRHZx95m {
    height: 170px;
  }
  
  .ciIfCZON1a:hover {
    transform: none;
  }
}

@media (max-width: 575.98px) {
  .nW5rHR5QA2u {
    padding: 1.75rem 1.25rem;
  }
  
  .MIoFtwDFCYE {
    padding: 1.25rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }
}
