@charset "UTF-8";

:root {
  --color-bg: #fff;
  --color-bg-secondary: #f0f0f0;
  --color-bg-tertiary: #f5f5f5;
  --color-bg-tertiary-dark: #e8e8e8;
  --color-bg-cta: rgba(28, 28, 28, 1);
  --color-text-cta: rgba(255, 255, 255, 1);
  --color-text-primary: #050505;
  --color-text-secondary: rgba(122, 122, 122, 1);
  --color-border: rgba(216, 220, 222, 1);
  --color-link: #050505;
  --color-link-hover: #155EEF;
  --color-info: #1B50F7;
  --color-warning: #DB8709;
  --color-danger: #C70606;
  --color-success: #05BB0C;
  --color-ui-danger-text: #b42318;
  --color-ui-danger-bg: #fef3f2;
  --color-service-warning: #f79009;
  --color-table-bg-hover: #d6d6d6;
  --color-brand-primary: #155EEF;
  --color-brand-primary-inverse: #fff;
  --color-brand-primary-hover: #0d4ac4;
  --color-brand-primary-pressed: #0c41ac;
  --link-decoration-hover: none;
  --button-color-primary: var(--color-brand-primary);
  --button-color-primary-text: var(--color-brand-primary-inverse);
  --button-color-secondary: #050505;
  --button-bg-secondary: #F0F2F5;
  --button-color-tertiary: rgba(0, 0, 0, 1);
  --button-font-weight: var(--font-weight-bold);
  --block-bg: rgba(47, 65, 255, 1);
  --block-text-color: #fff;
  --input-color-border: rgba(216, 220, 222, 1);
  --input-color-border-hover: #050505;
  --input-color-border-focus: #155EEF;
  --font-body-scale: 1;
  --font-size-base: 16px;
  --font-family-body: Segoe UI, Helvetica, Arial, sans-serif;
  --font-family-heading: Segoe UI, Helvetica, Arial, sans-serif;
  --font-weight-bold: 600;
  --font-weight-heading: var(--font-weight-bold);
  --text-xxs: calc(0.625rem * var(--font-body-scale));
  --text-xs: calc(0.875rem * var(--font-body-scale));
  --text-sm: calc(0.9375rem * var(--font-body-scale));
  --text-base: var(--font-size-base);
  --text-md: calc(1.0625rem * var(--font-body-scale));
  --text-lg: calc(1.125rem * var(--font-body-scale));
  --text-xl: calc(1.25rem * var(--font-body-scale));
  --text-2xl: calc(1.5rem * var(--font-body-scale));
  --text-3xl: calc(1.875rem * var(--font-body-scale));
  --text-4xl: calc(2.25rem * var(--font-body-scale));
  --text-5xl: calc(3rem * var(--font-body-scale));
  --font-size-h1: var(--text-3xl);
  --font-size-h2: var(--text-2xl);
  --font-size-h3: var(--text-xl);
  --font-size-h4: var(--text-lg);
  --font-size-h5: var(--text-md);
  --font-size-h6: var(--text-sm);
  --line-height-body: 1.6;
  --line-height-heading: 1.3;
  --text-margin-bottom: 1rem;
  --grid-gutter-width: 1rem;
  --padding-base-horizontal: 12px;
  --topbar-bg: rgba(0, 0, 0, 1);
  --topbar-color-text: rgba(255, 255, 255, 1);
  --topbar-color-text-hover: rgba(255, 255, 255, 1);
  --topbar-logo-height: 36px;
  --topbar-font-weight: var(--font-weight-bold);
  --footer-bg: #1C1C1C;
  --footer-color-text: #fff;
  --footer-color-link: #fff;
  --hero-bg: #050708;
  --hero-bg-mask: $hero_unit_mask_bg;
  --hero-color-text: #fff;
  --hero-image-url: url($hero_homepage_image);
  --custom-block-icon-size: 64px;
  --custom-block-icon-color: rgba(7, 21, 229, 1);
  --contact-box-icon-size: 32px;
  --article-box-icon-size: $article_boxes_icon_size;
  --card-padding: 2rem;
  --border-width: 1px;
  --info-callout-color: #1B50F7;
  --warning-callout-color: #DB8709;
  --danger-callout-color: #C70606;
  --success-callout-color: #05BB0C;
  --neutral-callout-color: #d6d6d6;
  --callout-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.05), 0px 8px 40px 0px rgba(0, 0, 0, 0.1);
  --info-callout-icon: url(/hc/theming_assets/01K3SFMEYSP6KN1QAQ0VGKT8SX);
  --warning-callout-icon: url(/hc/theming_assets/01K3SFMDV9GWYC82JXW3C0KFEE);
  --danger-callout-icon: url(/hc/theming_assets/01K3SFMCJGM2C07VKM01Q1YXP5);
  --success-callout-icon: url(/hc/theming_assets/01K3SFME4CJY7FR3XYWQG6TQV4);
  --copy-code-icon: url(/hc/theming_assets/01JAB803Y068PP484BRDT5EMK0);
  --anchor-list-icon: url(/hc/theming_assets/01K3SFM7CVW8D8JD69JX2AXCXF);
  --anchor-file-icon: url(/hc/theming_assets/01K3SFMCWKVHX76RHBGAW462P9);
  --blockqoute-icon: url(/hc/theming_assets/01K3SFM8YVJCC66Z3EWC1HAP7K);
  --callout-padding: 2rem;
  --callout-border-width: 4px;
  --border-radius-base-min: 6px;
  --border-radius-base-max: 48px;
  --border-radius-base: min(var(--border-radius-base-min), var(--border-radius-base-max));
  --border-radius-lg-min: 12px;
  --border-radius-lg-max: 48px;
  --border-radius-lg: min(var(--border-radius-lg-min), var(--border-radius-lg-max));
  --border-radius-pill: calc(6px * 50);
  --border-radius-menu-max: 24px;
  --border-radius-menu-item-max: 8px;
  --border-radius-input-max: 16px;
  --form-pill-bg: #d6d6d6;
  --form-pill-text: #1c1c1c;
  --accordion-border: rgba(216, 220, 222, 1);
  --accordion-padding-vertical: 1rem;
  --accordion-padding-horizontal: 1.5rem;
  --rte-bullet-color: #818a91;
  --code-bg: var(--color-bg-cta);
  --light-gray: #f8f7f8;
  --duration-short: 100ms;
  --duration-default: 200ms;
  --duration-long: 500ms;
  --duration-extra-long: 800ms;
  --animate-duration: 1.5s;
  --animate-delay: 1s;
  --animate-repeat: 1;
  --ease-out-slow: cubic-bezier(0, 0, 0.3, 1);
  --animation-slide-in: slideIn var(--duration-long) var(--ease-out-slow) forwards;
  --animation-fade-in: fadeIn var(--duration-long) var(--ease-out-slow);
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

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

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

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

*:focus-visible {
  outline-offset: 5px;
}

@media (prefers-reduced-motion: reduce) {

  *,
  *:before,
  *:after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
  }
}

@media (prefers-reduced-motion: no-preference) {
  :focus {
    outline-offset: 5px;
    transition: outline-offset 0.25s ease;
  }
}

html,
body {
  height: 100%;
}

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: var(--font-family-body);
  font-size: var(--text-base);
  line-height: var(--line-height-body);
  color: var(--color-text-primary);
  background-color: var(--color-bg);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  overflow-y: visible;
  overscroll-behavior-y: none;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: var(--color-link);
  text-decoration: none;
}

a:hover,
a:focus {
  color: var(--color-link-hover);
  -webkit-text-decoration: var(--link-decoration-hover);
  text-decoration: var(--link-decoration-hover);
}

figure {
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

hr {
  border-top: var(--border-width) solid var(--color-border);
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: var(--font-family-heading);
  font-weight: var(--font-weight-heading);
  line-height: var(--line-height-heading);
  word-break: break-word;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
p {
  margin: 0 0 var(--text-margin-bottom);
}

h1,
.h1 {
  font-size: var(--text-2xl);
}

@media only screen and (min-width: 992px) {

  h1,
  .h1 {
    font-size: var(--text-4xl);
  }
}

h2,
.h2 {
  font-size: var(--text-xl);
}

@media only screen and (min-width: 992px) {

  h2,
  .h2 {
    font-size: var(--text-2xl);
  }
}

h3,
.h3 {
  font-size: var(--text-lg);
}

@media only screen and (min-width: 992px) {

  h3,
  .h3 {
    font-size: var(--text-xl);
  }
}

h4,
.h4 {
  font-size: var(--text-md);
}

@media only screen and (min-width: 992px) {

  h4,
  .h4 {
    font-size: var(--text-lg);
  }
}

h5,
.h5 {
  font-size: var(--text-base);
}

@media only screen and (min-width: 992px) {

  h5,
  .h5 {
    font-size: var(--text-md);
  }
}

h6,
.h6 {
  font-size: var(--text-sm);
  text-transform: uppercase;
}

b,
strong {
  font-weight: 600;
}

small,
.small {
  font-size: 80%;
  font-weight: normal;
  line-height: 1;
}

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

dt,
dd {
  margin-bottom: 1rem;
  line-height: var(--line-height-body);
}

dt {
  font-weight: var(--font-weight-bold);
}

dd {
  margin-left: 0;
}

address {
  margin-bottom: 1.5rem;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.is-hidden,
.hidden,
[hidden],
[x-cloak],
.powered-by-zendesk {
  display: none !important;
}

.list-unstyled {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
  list-style: none;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {

  .container-sm,
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {

  .container-md,
  .container-sm,
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {

  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 920px;
  }
}

@media (min-width: 768px) {
  .container {
    padding-right: calc(var(--grid-gutter-width) * 2);
    padding-left: calc(var(--grid-gutter-width) * 2);
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -1.25rem;
  margin-left: -1.25rem;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters>.col,
.no-gutters>[class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xl,
.col-xl-auto,
.col-xl-12,
.col-xl-11,
.col-xl-10,
.col-xl-9,
.col-xl-8,
.col-xl-7,
.col-xl-6,
.col-xl-5,
.col-xl-4,
.col-xl-3,
.col-xl-2,
.col-xl-1,
.col-lg,
.col-lg-auto,
.col-lg-12,
.col-lg-11,
.col-lg-10,
.col-lg-9,
.col-lg-8,
.col-lg-7,
.col-lg-6,
.col-lg-5,
.col-lg-4,
.col-lg-3,
.col-lg-2,
.col-lg-1,
.col-md,
.col-md-auto,
.col-md-12,
.col-md-11,
.col-md-10,
.col-md-9,
.col-md-8,
.col-md-7,
.col-md-6,
.col-md-5,
.col-md-4,
.col-md-3,
.col-md-2,
.col-md-1,
.col-sm,
.col-sm-auto,
.col-sm-12,
.col-sm-11,
.col-sm-10,
.col-sm-9,
.col-sm-8,
.col-sm-7,
.col-sm-6,
.col-sm-5,
.col-sm-4,
.col-sm-3,
.col-sm-2,
.col-sm-1,
.col,
.col-auto,
.col-12,
.col-11,
.col-10,
.col-9,
.col-8,
.col-7,
.col-6,
.col-5,
.col-4,
.col-3,
.col-2,
.col-1 {
  position: relative;
  width: 100%;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.row-cols-1>* {
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2>* {
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3>* {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.row-cols-4>* {
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5>* {
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6>* {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}

.col-2 {
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}

.col-5 {
  flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}

.col-8 {
  flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}

.col-11 {
  flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-sm-1>* {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-sm-2>* {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-sm-3>* {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-sm-4>* {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-sm-5>* {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-sm-6>* {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-sm-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-sm-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-sm-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-sm-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-sm-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    order: -1;
  }

  .order-sm-last {
    order: 13;
  }

  .order-sm-0 {
    order: 0;
  }

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }

  .order-sm-3 {
    order: 3;
  }

  .order-sm-4 {
    order: 4;
  }

  .order-sm-5 {
    order: 5;
  }

  .order-sm-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-12 {
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.33333333%;
  }

  .offset-sm-2 {
    margin-left: 16.66666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.33333333%;
  }

  .offset-sm-5 {
    margin-left: 41.66666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.33333333%;
  }

  .offset-sm-8 {
    margin-left: 66.66666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.33333333%;
  }

  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-md-1>* {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-md-2>* {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-md-3>* {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-md-4>* {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-md-5>* {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-md-6>* {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-md-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-md-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-md-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-md-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-md-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    order: -1;
  }

  .order-md-last {
    order: 13;
  }

  .order-md-0 {
    order: 0;
  }

  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }

  .order-md-3 {
    order: 3;
  }

  .order-md-4 {
    order: 4;
  }

  .order-md-5 {
    order: 5;
  }

  .order-md-6 {
    order: 6;
  }

  .order-md-7 {
    order: 7;
  }

  .order-md-8 {
    order: 8;
  }

  .order-md-9 {
    order: 9;
  }

  .order-md-10 {
    order: 10;
  }

  .order-md-11 {
    order: 11;
  }

  .order-md-12 {
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.33333333%;
  }

  .offset-md-2 {
    margin-left: 16.66666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.33333333%;
  }

  .offset-md-5 {
    margin-left: 41.66666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.33333333%;
  }

  .offset-md-8 {
    margin-left: 66.66666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.33333333%;
  }

  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-lg-1>* {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-lg-2>* {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-lg-3>* {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-lg-4>* {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-lg-5>* {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-lg-6>* {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-lg-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-lg-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-lg-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-lg-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-lg-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 13;
  }

  .order-lg-0 {
    order: 0;
  }

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-12 {
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.33333333%;
  }

  .offset-lg-2 {
    margin-left: 16.66666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.33333333%;
  }

  .offset-lg-5 {
    margin-left: 41.66666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.33333333%;
  }

  .offset-lg-8 {
    margin-left: 66.66666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.33333333%;
  }

  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-xl-1>* {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-xl-2>* {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-xl-3>* {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-xl-4>* {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-xl-5>* {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-xl-6>* {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-xl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-xl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-xl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-xl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 13;
  }

  .order-xl-0 {
    order: 0;
  }

  .order-xl-1 {
    order: 1;
  }

  .order-xl-2 {
    order: 2;
  }

  .order-xl-3 {
    order: 3;
  }

  .order-xl-4 {
    order: 4;
  }

  .order-xl-5 {
    order: 5;
  }

  .order-xl-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-12 {
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.33333333%;
  }

  .offset-xl-2 {
    margin-left: 16.66666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.33333333%;
  }

  .offset-xl-5 {
    margin-left: 41.66666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.33333333%;
  }

  .offset-xl-8 {
    margin-left: 66.66666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.33333333%;
  }

  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}

.fc-main {
  position: relative;
}

.fc-main-nav {
  position: sticky;
  top: 0;
  width: 300px;
  background-color: #fff;
  z-index: 22;
}

.fc-main-nav-inner {
  height: 100vh;
  padding-top: 3.25rem;
  box-shadow: 4px 0 4px -2px rgba(0, 0, 0, 0.15);
}

.fc-main-content>main {
  min-height: calc(100vh - 4rem);
  padding-top: 3.25rem;
}

@media (max-width: 767.98px) {
  .fc-main-nav {
    position: fixed;
    left: 0;
    transform: translateX(-100%);
    transition: all 0.3s ease;
  }

  .fc-main.is-menu-active .fc-main-nav {
    transform: translateX(0);
  }
}

@media (min-width: 992px) {
  .fc-main-nav {
    width: 350px;
  }
}

.fc-page.dark .cta-box {
  background-color: var(--color-brand-primary);
  color: #fff;
}

.fc-page.dark .cta-box .btn--primary {
  background-color: #fff;
  color: var(--color-text-primary);
}

.fc-topbar {
  position: fixed;
  display: flex;
  align-items: center;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
  height: 4rem;
  font-size: var(--text-sm);
  font-weight: var(--topbar-font-weight);
  color: var(--topbar-color-text);
  background-color: var(--topbar-bg);
}

.fc-topbar-logo-link {
  color: var(--topbar-color-text);
}

.fc-topbar-logo-link:hover {
  color: currentColor;
}

.fc-topbar-logo-img {
  display: block;
  width: auto;
  height: var(--topbar-logo-height);
}

.fc-topbar-logo-text {
  font-size: var(--text-base);
}

.fc-categories {
  overflow-x: hidden;
  overflow-y: auto;
  height: 100%;
  scrollbar-width: thin;
}

.fc-categories-menu,
.fc-categories-submenu {
  display: flex;
  flex-direction: column;
  gap: 0.125rem;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.fc-categories-submenu {
  padding-left: 1.25rem;
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.fc-categories-link,
.fc-categories-sublink {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.75rem;
  padding: 0.75rem;
  border-radius: 0.5rem;
  font-size: var(--text-md);
  font-weight: var(--font-weight-bold);
  line-height: 1.2;
  text-align: left;
  border: none;
  width: 100%;
  background-color: transparent;
  cursor: pointer;
}

.fc-categories-link-icon,
.fc-categories-sublink-icon {
  flex: 0 0 auto;
  width: 2.125rem;
  height: 2.125rem;
  padding: 0.625rem;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
}

.fc-categories-link:hover,
.fc-categories-sublink:hover {
  background-color: var(--color-bg-secondary);
  color: currentColor;
}

.fc-categories-link:focus,
.fc-categories-sublink:focus {
  background-color: var(--color-bg-tertiary-dark);
  color: currentColor;
}

.fc-categories-link-caret,
.fc-categories-sublink-caret {
  flex: 0 0 auto;
  width: 1rem;
  margin-left: auto;
}

.fc-categories-link-caret svg,
.fc-categories-sublink-caret svg {
  fill: currentColor;
  width: 1rem;
  height: 1rem;
}

.fc-categories-link.active .fc-categories-link-caret,
.fc-categories-sublink.active .fc-categories-link-caret {
  transform: rotateZ(180deg);
}

.fc-categories-sublink.sublink-3 {
  font-size: var(--text-sm);
  line-height: 1.3;
}

.fc-categories-item #c1 {
  background: url("/hc/theming_assets/01K3SFME4EBWHZCEPH6EQFGBSF");
}

.fc-categories-item #c2 {
  background: url("/hc/theming_assets/01K3SFMF5M6FTQQ3A6JGA4AX0D");
}

.fc-categories-item #c3 {
  background: url("/hc/theming_assets/01K3SFMCNYN4NBXD84SNDB3NRW");
}

.fc-categories-item #c4 {
  background: url("/hc/theming_assets/01K3SFMD25PE04CDEEBDQAWRA2");
}

.fc-categories-item #c5 {
  background: url("/hc/theming_assets/01K3SFME8VAZSS9MXZY6S0Y672");
}

.fc-categories-item #c6 {
  background: url("/hc/theming_assets/01K3SFME53NJEYK0GDE2RQEG07");
}

.fc-categories-item #c7 {
  background: url("/hc/theming_assets/01K3SFMC9EF5T9E6ES5PCCQK28");
}

.fc-categories-item #c8 {
  background: url("/hc/theming_assets/01K3SFMEYVXYX70JPZP6HWQTRY");
}

.fc-categories-item #c9 {
  background: url("/hc/theming_assets/01K3SFMCZ5D8MH2SZ45DKJAA3P");
}

.fc-categories-item #c1_s1 {
  background: url("/hc/theming_assets/01K3SFMF5CZAGWPKD3BX1847DV");
}

.fc-categories-item #c1_s2 {
  background: url("/hc/theming_assets/01K3SFMCZV10CW43Q68RTGFJMA");
}

.fc-categories-item #c1_s3 {
  background: url("/hc/theming_assets/01K3SFMB0FW977XMHHEMZGMMY8");
}

.fc-categories-item #c1_s4 {
  background: url("/hc/theming_assets/01K3SFMAPXT4XV0RBK4M4KPWVP");
}

.fc-categories-item #c1_s5 {
  background: url("/hc/theming_assets/01K3SFME5N94XDS4VF4JVYEDXM");
}

.fc-categories-item #c1_s6 {
  background: url("/hc/theming_assets/01K3SFMF6KHC6VA3M4VBA3EPMF");
}

.fc-categories-item #c1_s7 {
  background: url("/hc/theming_assets/01K3SFME4HHT5QGJKVAXTFNWVC");
}

.fc-categories-item #c1_s8 {
  background: url("/hc/theming_assets/01K3SFMC8ZXT06Q6GF7705PSJT");
}

.fc-categories-item #c2_s1 {
  background: url("/hc/theming_assets/01K3SFM8RC5PWPR1V22Q9VKJW8");
}

.fc-categories-item #c2_s2 {
  background: url("/hc/theming_assets/01K3SFM8RQ94W29AJEQSQXB95S");
}

.fc-categories-item #c3_s1 {
  background: url("/hc/theming_assets/01K3SFMF4WN5HC3J01FVV9MNZP");
}

.fc-categories-item #c3_s2 {
  background: url("/hc/theming_assets/01K3SFMBDF78P7BRHT56E19BD4");
}

.fc-categories-item #c3_s3 {
  background: url("/hc/theming_assets/01K3SFMBDGSJDDHTH7229B7QYC");
}

.fc-categories-item #c3_s4 {
  background: url("/hc/theming_assets/01K3SFMEYQR2HGW90296J22KFJ");
}

.fc-categories-item #c3_s5 {
  background: url("/hc/theming_assets/01K3SFMD2GPA5J6ZYJTQZWQE46");
}

.fc-categories-item #c3_s6 {
  background: url("/hc/theming_assets/01K3SFMCW5GDZ4MCQJKE8W2GD1");
}

.fc-categories-item #c3_s7 {
  background: url("/hc/theming_assets/01K3SFME7JJFAB7CH0MZQERJEZ");
}

.fc-categories-item #c3_s8 {
  background: url("/hc/theming_assets/01K3SFMCJ81RVXQJMJS0J7HSQK");
}

.fc-categories-item #c3_s9 {
  background: url("/hc/theming_assets/01K3SFMF5ZMVZB8E77NPNQQ649");
}

.fc-categories-item #c3_s10 {
  background: url("/hc/theming_assets/01K3SFMCSAARHD4N7CPKV3AP2R");
}

.fc-categories-item #c3_s11 {
  background: url("/hc/theming_assets/01K3SFME5HCQ5FG2Y97YJ03WPV");
}

.fc-categories-item #c3_s12 {
  background: url("/hc/theming_assets/01K3SFMCD7M15K0RZ6SXNNTV83");
}

.fc-categories-item #c3_s13 {
  background: url("/hc/theming_assets/01K3SFMCZB3333SJ9D2AYDJG4H");
}

.fc-categories-item #c4_s1 {
  background: url("/hc/theming_assets/01K3SFME8QKN8P46NMHX6S51HF");
}

.fc-categories-item #c4_s2 {
  background: url("/hc/theming_assets/01K3SFMF724QHQ61NWY4JT80FZ");
}

.fc-categories-item #c4_s3 {
  background: url("/hc/theming_assets/01K3SFMCDDA8MTXYF3P2FCRCNQ");
}

.fc-categories-item #c5_s1 {
  background: url("/hc/theming_assets/01K3SFMCD9NTXV9PCDJ17QZVSB");
}

.fc-categories-item #c5_s2 {
  background: url("/hc/theming_assets/01K3SFMEM0NDQ2WF58AR44HHZE");
}

.fc-categories-item #c6_s1 {
  background: url("/hc/theming_assets/01K3SFME8EMSHJYNDTDEC1GKKV");
}

.fc-categories-item #c6_s2 {
  background: url("/hc/theming_assets/01K3SFMCZ9CPPWTK5B7BXATBN1");
}

.fc-categories-item #c6_s3 {
  background: url("/hc/theming_assets/01K3SFMA44BGPFHY5FM90B4D54");
}

.fc-categories-item #c6_s4 {
  background: url("/hc/theming_assets/01K3SFMCDBDFDJPXH73EZ431KB");
}

.fc-categories-item #c6_s5 {
  background: url("/hc/theming_assets/01K3SFM9MKCVNAVZDAEWDQMB7J");
}

.fc-categories-item #c6_s6 {
  background: url("/hc/theming_assets/01K3SFMEAK2H277DCXZ8BY35KY");
}

.fc-categories-item #c6_s7 {
  background: url("/hc/theming_assets/01K3SFMC90C1M14K41Z1CZH955");
}

.fc-categories-item #c6_s8 {
  background: url("/hc/theming_assets/01K3SFMCZ68ZAXK4BA1G20364Z");
}

.fc-categories-item #c6_s9 {
  background: url("/hc/theming_assets/01K3SFMEYXTWSW7K6P23TMH4K1");
}

.fc-categories-item #c6_s10 {
  background: url("/hc/theming_assets/01K3SFMD8JN9F7ZHRX09Y576YG");
}

.fc-categories-item #c6_s11 {
  background: url("/hc/theming_assets/01K3SFMC8W1WBF9SBZKSFXM4VC");
}

.fc-categories-item #c6_s12 {
  background: url("/hc/theming_assets/01K3SFMCS81A23WFTDPRDXBNHP");
}

.fc-categories-item #c6_s13 {
  background: url("/hc/theming_assets/01K3SFM73CTX8PHVH7C50VN7R8");
}

.fc-categories-item #c6_s14 {
  background: url("/hc/theming_assets/01K3SFMBDJ6J7394ARRKASRR4E");
}

.fc-categories-item #c7_s1 {
  background: url("/hc/theming_assets/01K3SFME83727N0R0M6TBFE1VS");
}

.fc-categories-item #c7_s2 {
  background: url("/hc/theming_assets/01K3SFM9XYC5RPE5AVFBW08H6R");
}

.fc-categories-item #c7_s3 {
  background: url("/hc/theming_assets/01K3SFMD1ZCY5H77MA2MG1ZC2F");
}

.fc-categories-item #c8_s1 {
  background: url("/hc/theming_assets/01K3SFMF76VDFTCVASVARZM9XV");
}

.fc-categories-item #c8_s2 {
  background: url("/hc/theming_assets/01K3SFMF173JGTS8DEYFPCEKTY");
}

.fc-categories-item #c9_s1 {
  background: url("/hc/theming_assets/01K3SFMEYMV677J0G46BJJNZCX");
}

.fc-categories-item #c9_s2 {
  background: url("/hc/theming_assets/01K3SFMDJNNRK4Q7Q407GWSVJE");
}

.footer {
  font-size: var(--text-sm);
  color: var(--footer-color-text);
  background-color: var(--footer-bg);
  direction: ltr;
}

.footer__copyright a {
  color: var(--footer-color-link);
}

.footer__social-link {
  padding: 0.5rem;
  font-size: var(--text-base);
  color: var(--footer-color-link);
  text-decoration: none;
  vertical-align: middle;
}

.footer__social-link+.footer__social-link {
  margin-left: 0.5rem;
}

.footer__social-link:hover,
.footer__social-link:focus,
.footer__social-link:active {
  color: var(--footer-color-link);
  text-decoration: none;
  opacity: 0.6;
}

@media (max-width: 767.98px) {
  .fc-page {
    height: 100%;
  }

  .fc-topbar {
    position: static;
  }

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

  .fc-main-content {
    width: 100%;
  }

  .fc-main-content>main {
    min-height: initial;
    padding-top: 0;
  }

  .fc-main-content .fc-search {
    padding: 1.5rem 0 !important;
  }

  .fc-main-nav {
    width: 100%;
    height: auto;
    position: static;
    transform: none;
  }

  .fc-main-nav-inner {
    padding-top: 0;
    height: auto;
    box-shadow: none;
  }

  .menu-toggle {
    display: none !important;
  }
}

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

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 0.5rem;
  font-weight: var(--font-weight-bold);
}

input[type=radio],
input[type=checkbox] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

input[type=file] {
  display: block;
}

input[type=range] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

output {
  display: block;
  padding-top: 0.5rem;
  font-size: var(--text-base);
  line-height: var(--line-height-body);
  color: var(--color-text-secondary);
}

select,
textarea,
input[type=text],
input[type=password],
input[type=datetime],
input[type=datetime-local],
input[type=date],
input[type=month],
input[type=time],
input[type=week],
input[type=number],
input[type=email],
input[type=url],
input[type=search],
input[type=tel],
input[type=color],
.nesty-input {
  display: block;
  width: 100%;
  height: auto;
  padding: 0.5rem 1rem;
  font-size: var(--text-base);
  line-height: var(--line-height-body);
  color: var(--color-text-primary);
  background-color: var(--color-bg);
  background-image: none;
  border: var(--border-width) solid var(--input-color-border);
  border-radius: var(--border-radius-base);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

select:focus,
select:focus:hover,
textarea:focus,
textarea:focus:hover,
input[type=text]:focus,
input[type=text]:focus:hover,
input[type=password]:focus,
input[type=password]:focus:hover,
input[type=datetime]:focus,
input[type=datetime]:focus:hover,
input[type=datetime-local]:focus,
input[type=datetime-local]:focus:hover,
input[type=date]:focus,
input[type=date]:focus:hover,
input[type=month]:focus,
input[type=month]:focus:hover,
input[type=time]:focus,
input[type=time]:focus:hover,
input[type=week]:focus,
input[type=week]:focus:hover,
input[type=number]:focus,
input[type=number]:focus:hover,
input[type=email]:focus,
input[type=email]:focus:hover,
input[type=url]:focus,
input[type=url]:focus:hover,
input[type=search]:focus,
input[type=search]:focus:hover,
input[type=tel]:focus,
input[type=tel]:focus:hover,
input[type=color]:focus,
input[type=color]:focus:hover,
.nesty-input:focus,
.nesty-input:focus:hover {
  border-color: var(--input-color-border-focus);
  outline: 0;
}

select:hover,
textarea:hover,
input[type=text]:hover,
input[type=password]:hover,
input[type=datetime]:hover,
input[type=datetime-local]:hover,
input[type=date]:hover,
input[type=month]:hover,
input[type=time]:hover,
input[type=week]:hover,
input[type=number]:hover,
input[type=email]:hover,
input[type=url]:hover,
input[type=search]:hover,
input[type=tel]:hover,
input[type=color]:hover,
.nesty-input:hover {
  border-color: var(--input-color-border-hover);
}

select::-moz-placeholder,
textarea::-moz-placeholder,
input[type=text]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=datetime]::-moz-placeholder,
input[type=datetime-local]::-moz-placeholder,
input[type=date]::-moz-placeholder,
input[type=month]::-moz-placeholder,
input[type=time]::-moz-placeholder,
input[type=week]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=url]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=color]::-moz-placeholder,
.nesty-input::-moz-placeholder {
  color: var(--color-text-primary);
  opacity: 0.85;
}

select::-moz-placeholder,
textarea::-moz-placeholder,
input[type=text]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=datetime]::-moz-placeholder,
input[type=datetime-local]::-moz-placeholder,
input[type=date]::-moz-placeholder,
input[type=month]::-moz-placeholder,
input[type=time]::-moz-placeholder,
input[type=week]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=url]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=color]::-moz-placeholder,
.nesty-input::-moz-placeholder {
  color: var(--color-text-primary);
  opacity: 0.85;
}

select::placeholder,
textarea::placeholder,
input[type=text]::placeholder,
input[type=password]::placeholder,
input[type=datetime]::placeholder,
input[type=datetime-local]::placeholder,
input[type=date]::placeholder,
input[type=month]::placeholder,
input[type=time]::placeholder,
input[type=week]::placeholder,
input[type=number]::placeholder,
input[type=email]::placeholder,
input[type=url]::placeholder,
input[type=search]::placeholder,
input[type=tel]::placeholder,
input[type=color]::placeholder,
.nesty-input::placeholder {
  color: var(--color-text-primary);
  opacity: 0.85;
}

select {
  width: 100%;
  background-repeat: no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
}

select {
  padding-right: 36px;
  background-position: right 1rem center;
}

.form-field .nesty-input:after,
.form-field .hc-multiselect-toggle:after {
  position: absolute;
  top: 50%;
  width: 1rem;
  height: 1rem;
  content: "";
  transform: translateY(-50%);
}

.form-field .nesty-input:after,
.form-field .hc-multiselect-toggle:after {
  right: 1rem;
}

select,
.form-field .nesty-input:after,
.form-field .hc-multiselect-toggle:after {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M19.5 8.25l-7.5 7.5-7.5-7.5' /%3E%3C/svg%3E%0A");
}

select::-ms-expand {
  display: none;
}

textarea {
  height: auto;
  height: calc((1rem + var(--padding-base-horizontal) + 2px) * 3);
  resize: vertical;
  border-radius: min(var(--border-radius-base), var(--border-radius-input-max)) !important;
}

input[type=search] {
  -webkit-appearance: none;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

.form-field {
  margin-bottom: 1.5rem;
}

.form-field .optional {
  opacity: 0.75;
}

.form-field .optional {
  margin-left: 0.2rem;
}

.form-field.boolean {
  position: relative;
}

.form-field.boolean {
  padding-left: 1.5rem;
}

.form-field.boolean input[type=checkbox] {
  position: absolute;
}

.form-field.boolean input[type=checkbox] {
  left: 0;
}

.form-field.boolean label {
  min-height: 1.5rem;
  margin-bottom: 0;
  cursor: pointer;
}

input[type=radio][disabled],
input[type=radio].disabled,
fieldset[disabled] input[type=radio],
input[type=checkbox][disabled],
input[type=checkbox].disabled,
fieldset[disabled] input[type=checkbox] {
  cursor: not-allowed;
}

.form-field p,
.help-block {
  display: block;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
  font-size: 0.875rem;
  opacity: 0.75;
}

.upload-dropzone {
  padding: 2rem;
  border-color: var(--input-color-border);
  border-style: dashed;
  border-width: var(--border-width);
  border-radius: var(--border-radius-base);
}

.upload-dropzone div {
  margin-bottom: 0.5rem;
}

.upload-dropzone span,
.upload-dropzone a {
  font-size: var(--text-base);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.upload-dropzone span {
  color: var(--color-text-primary);
}

.upload-dropzone:hover {
  border-color: var(--color-text-primary);
}

.upload-item .upload-remove {
  color: currentColor !important;
}

.upload-item .upload-link {
  color: currentColor;
}

.upload-item:hover {
  color: var(--color-brand-primary-inverse);
  background-color: var(--color-brand-primary);
}

.ck.ck-toolbar,
.ck.ck-editor__main>.ck-editor__editable:not(.ck-focused) {
  --ck-color-toolbar-border: var(--input-color-border);
  --ck-color-base-border: var(--input-color-border);
  border-width: var(--border-width);
}

.ck-rounded-corners .ck.ck-editor__top .ck-sticky-panel .ck-toolbar,
.ck.ck-editor__top .ck-sticky-panel .ck-toolbar.ck-rounded-corners {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.ck-rounded-corners .ck.ck-editor__main>.ck-editor__editable,
.ck.ck-editor__main>.ck-editor__editable.ck-rounded-corners {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.ck.ck-toolbar {
  border-width: 2px !important;
  border-bottom: none !important;
}

.ck.ck-editor__top .ck-sticky-panel .ck-sticky-panel__content {
  border-width: 2px 2px 0 !important;
}

.ck.ck-button:focus-visible,
.ck.ck-content.ck-editor__editable.ck-editor__editable_inline.ck-focused,
.ck.ck-content.ck-editor__editable.ck-focused,
.ck.ck-toolbar:focus-visible {
  border-color: var(--input-color-border-focus) !important;
  outline: none !important;
  box-shadow: none !important;
}

.form-field:has(.notification-error) input,
.form-field:has(.notification-error) textarea,
.form-field:has(.notification-error) .nesty-input {
  border-color: var(--color-ui-danger-text);
}

.form-field:has(.notification-error) .ck.ck-content {
  box-shadow: 0 0 0 1px #fff, 0 0 0 3px var(--color-ui-danger-text) !important;
}

.form-floating {
  position: relative;
}

.form-floating>.form-control,
.form-floating>.form-select {
  height: calc(3.5rem + 2px);
  line-height: 1.25;
}

.form-floating>label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 1rem 0.75rem;
  font-weight: 400;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  color: #65676b;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}

.form-floating>.form-control {
  padding: 1rem 0.75rem;
}

.form-floating>.form-control::-moz-placeholder {
  color: transparent;
}

.form-floating>.form-control::placeholder {
  color: transparent;
}

.form-floating>.form-control:not(:-moz-placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

.form-floating>.form-control:focus,
.form-floating>.form-control:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

.form-floating>.form-control:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

.form-floating>.form-control:not(:-moz-placeholder-shown)~label {
  color: var(--input-color-border-focus);
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.form-floating>.form-control:focus~label,
.form-floating>.form-control:not(:placeholder-shown)~label,
.form-floating>.form-select~label {
  color: var(--input-color-border-focus);
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.form-floating>.form-control:-webkit-autofill~label {
  color: var(--input-color-border-focus);
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.btn,
input[type=submit],
.section-subscribe button,
.article-subscribe button,
.follow button,
.profile__buttons button,
.profile__buttons a,
.vote button,
.request-table-filters button,
.pagination-next-link,
.pagination-prev-link,
.pagination-first-link,
.pagination-last-link {
  display: inline-flex;
  padding: var(--button-padding-vertical, 0.5rem) var(--button-padding-horizontal, 1.25rem);
  margin-bottom: 0;
  font-size: var(--button-font-size, var(--text-base));
  font-weight: var(--button-font-weight, 600);
  line-height: 1.3;
  color: var(--color-button-text);
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: var(--color-button);
  background-image: none;
  border: var(--button-border-width, var(--border-width)) solid transparent;
  border-radius: var(--button-border-radius, var(--border-radius-base));
  transition: all 0.3s ease;
  touch-action: manipulation;
}

.btn:hover,
.btn:focus,
input[type=submit]:hover,
input[type=submit]:focus,
.section-subscribe button:hover,
.section-subscribe button:focus,
.article-subscribe button:hover,
.article-subscribe button:focus,
.follow button:hover,
.follow button:focus,
.profile__buttons button:hover,
.profile__buttons button:focus,
.profile__buttons a:hover,
.profile__buttons a:focus,
.vote button:hover,
.vote button:focus,
.request-table-filters button:hover,
.request-table-filters button:focus,
.pagination-next-link:hover,
.pagination-next-link:focus,
.pagination-prev-link:hover,
.pagination-prev-link:focus,
.pagination-first-link:hover,
.pagination-first-link:focus,
.pagination-last-link:hover,
.pagination-last-link:focus {
  color: var(--color-button-text);
  text-decoration: none;
  background-color: var(--color-button);
}

.btn:active,
input[type=submit]:active,
.section-subscribe button:active,
.article-subscribe button:active,
.follow button:active,
.profile__buttons button:active,
.profile__buttons a:active,
.vote button:active,
.request-table-filters button:active,
.pagination-next-link:active,
.pagination-prev-link:active,
.pagination-first-link:active,
.pagination-last-link:active {
  color: var(--color-button-text);
  background-color: var(--color-button);
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

input[type=submit],
.btn--primary {
  --color-button-text: var(--button-color-primary-text);
  --color-button: var(--button-color-primary);
}

input[type=submit]:hover,
input[type=submit]:focus,
.btn--primary:hover,
.btn--primary:focus {
  --color-button-text: var(--color-brand-primary-inverse);
  --color-button: var(--color-brand-primary-hover);
}

input[type=submit]:active,
.btn--primary:active {
  --color-button-text: var(--color-brand-primary-inverse);
  --color-button: var(--color-brand-primary-pressed);
}

.btn--secondary,
.section-subscribe button,
.article-subscribe button,
.follow button,
.profile__buttons button,
.profile__buttons a,
.pagination-next-link,
.pagination-prev-link,
.pagination-first-link,
.pagination-last-link {
  color: var(--button-color-secondary);
  background-color: var(--button-bg-secondary);
  border-color: var(--button-bg-secondary);
}

.btn--secondary:hover,
.btn--secondary:focus,
.section-subscribe button:hover,
.section-subscribe button:focus,
.article-subscribe button:hover,
.article-subscribe button:focus,
.follow button:hover,
.follow button:focus,
.profile__buttons button:hover,
.profile__buttons button:focus,
.profile__buttons a:hover,
.profile__buttons a:focus,
.pagination-next-link:hover,
.pagination-next-link:focus,
.pagination-prev-link:hover,
.pagination-prev-link:focus,
.pagination-first-link:hover,
.pagination-first-link:focus,
.pagination-last-link:hover,
.pagination-last-link:focus {
  color: var(--button-color-secondary);
  background-color: #e1e5eb;
  border-color: var(--button-bg-secondary);
}

.btn--secondary:active,
.section-subscribe button:active,
.article-subscribe button:active,
.follow button:active,
.profile__buttons button:active,
.profile__buttons a:active,
.pagination-next-link:active,
.pagination-prev-link:active,
.pagination-first-link:active,
.pagination-last-link:active {
  color: var(--button-color-secondary);
  background-color: #e1e5eb;
  border-color: var(--button-bg-secondary);
}

.btn--primary:disabled,
.btn--secondary:disabled {
  background-color: #d5d3d3;
  color: var(--button-color-secondary);
  pointer-events: none;
  opacity: 0.5;
  z-index: -1;
}

.btn--tertiary,
.subscriptions-subscribe button,
.request-table-filters button,
.underlined-link,
.recent-activity-controls a {
  padding: 0;
  font-weight: var(--button-font-weight, 600);
  color: var(--button-color-tertiary);
  text-decoration: underline;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  text-underline-offset: 4px;
  text-decoration-thickness: 2px;
}

.btn--tertiary:hover,
.btn--tertiary:focus,
.btn--tertiary:active,
.subscriptions-subscribe button:hover,
.subscriptions-subscribe button:focus,
.subscriptions-subscribe button:active,
.request-table-filters button:hover,
.request-table-filters button:focus,
.request-table-filters button:active,
.underlined-link:hover,
.underlined-link:focus,
.underlined-link:active,
.recent-activity-controls a:hover,
.recent-activity-controls a:focus,
.recent-activity-controls a:active {
  color: var(--button-color-tertiary);
  -webkit-text-decoration: var(--link-decoration-hover);
  text-decoration: var(--link-decoration-hover);
  background-color: transparent;
  color: var(--color-link-hover);
  text-underline-offset: 4px;
  text-decoration-thickness: 2px;
}

.btn--icon,
.vote button {
  display: flex;
  padding: 0 !important;
  color: var(--color-text-primary) !important;
  background-color: transparent;
  border: 0 !important;
  justify-content: center;
  align-items: center;
}

.btn--icon:hover,
.btn--icon:focus,
.btn--icon:active,
.vote button:hover,
.vote button:focus,
.vote button:active {
  color: var(--topbar-color-text-hover);
  background-color: transparent;
  border-color: var(--topbar-color-text-hover);
  opacity: 0.6;
}

.btn--icon[aria-pressed=true] svg {
  fill: var(--color-text-primary);
}

.btn--topbar {
  color: var(--topbar-color-text);
  background-color: transparent;
  border-color: var(--topbar-color-text);
  padding: 0.5rem 1rem;
}

.btn--topbar:hover,
.btn--topbar:focus,
.btn--topbar:active {
  color: var(--color-text-primary);
  background-color: var(--topbar-color-text-hover);
  border-color: var(--topbar-color-text-hover);
}

@media (max-width: 991px) {
  .btn--topbar {
    padding: 0.5rem;
  }
}

.btn svg {
  fill: currentColor;
}

.fc-search-title {
  margin: 0 0 0.75rem;
}

.fc-search-form {
  position: relative;
}

.fc-search-form-icon {
  position: absolute;
  top: 50%;
  left: 1rem;
  z-index: 1;
  width: 1.5rem;
  height: 1.5rem;
  stroke: var(--color-text-primary);
  transform: translateY(-50%);
}

.fc-search-form input[type=search] {
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 3.25rem;
}

.search {
  display: flex;
  gap: 1rem;
}

.search-suggestions {
  position: absolute;
  left: 0;
  top: calc(100% + 0.25rem);
  width: 100%;
  z-index: 9;
}

.search-suggestions-inner {
  background-color: #fff;
  box-shadow: 0 12px 12px rgba(0, 0, 0, 0.2), inset 0 0 0 1px rgba(255, 255, 255, 0.5);
  border-radius: 0.5rem;
}

.search-suggestions-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.75rem;
  padding: 0.75rem;
  border-radius: 0.5rem;
  font-size: var(--text-md);
  font-weight: var(--font-weight-bold);
  line-height: 1.2;
  text-align: left;
  border: none;
  width: 100%;
  background-color: transparent;
  cursor: pointer;
}

.search-suggestions-link svg {
  flex: 0 0 auto;
  width: 2.125rem;
  height: 2.125rem;
  padding: 0.5rem;
  border-radius: 50%;
  background-color: var(--color-bg-tertiary);
  stroke: var(--color-text-primary);
}

.search-suggestions-link:hover {
  background-color: var(--color-bg-secondary);
  color: currentColor;
}

.search-suggestions-link:focus {
  background-color: var(--color-bg-tertiary-dark);
  color: currentColor;
}

.fc-block {
  height: 100%;
}

.fc-block-link {
  height: 100%;
  background-color: var(--color-bg-tertiary);
  border-radius: var(--border-radius-base);
}

.fc-block-link:hover {
  color: currentColor;
  background-color: var(--color-bg-tertiary-dark);
}

.fc-block-image {
  margin: 0 0 2rem;
}

.fc-block-title {
  margin: 0;
}

.fc-block-text {
  margin: 0;
  line-height: 1.4;
}

.fc-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.fc-list-item {
  flex: 0 0 auto;
  width: 100%;
  line-height: 1.3;
}

.fc-list-item-title {
  font-weight: 600;
  font-size: var(--font-size-h5);
  color: var(--color-brand-primary);
}

.fc-list-item-title:hover {
  text-decoration: underline;
}

@media (min-width: 992px) {
  .fc-list {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .fc-list.fc-list-cols-2 .fc-list-item {
    width: calc(50% - 1rem);
  }

  .fc-list.fc-list-cols-3 .fc-list-item {
    width: calc(33.333% - 0.6667rem);
  }
}

.contact-box {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1.5rem;
  height: 100%;
  border: var(--border-width) solid var(--color-border);
  border-radius: var(--border-radius-lg);
}

.contact-box-icon {
  width: var(--contact-box-icon-size);
  height: var(--contact-box-icon-size);
}

.contact-box-title {
  margin: 0 0 0.5rem;
}

.contact-box-text {
  margin: 0;
}

.cta-box {
  padding-top: 3rem;
  padding-bottom: 3rem;
  text-align: center;
  background-color: var(--color-bg-cta);
  color: var(--color-text-cta);
  border-radius: var(--border-radius-lg);
  padding-inline-start: 2rem;
  padding-inline-end: 2rem;
}

.cta-box-large {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.cta-box-subtitle {
  margin-bottom: 2rem;
}

.article-vote {
  position: fixed;
  bottom: 5rem;
  right: 1.25rem;
  z-index: 999;
  min-width: 300px;
  background-color: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  margin: 0;
  border-radius: 0.5rem;
}

.article-vote-header {
  padding: 0.5rem 3rem 0.5rem 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.article-vote__question {
  font-size: var(--text-sm);
  font-weight: 600;
}

.article-vote__controls {
  padding: 0.75rem 1rem;
  display: flex;
  justify-content: center;
  gap: 0.5rem;
}

.article-vote__controls a {
  font-size: var(--text-sm);
  flex: 1 0 1%;
  text-align: center;
  justify-content: center;
}

.article-vote__item {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  font-size: var(--text-sm);
  flex: 1 0 1%;
  justify-content: center;
}

.article-vote__item--voted {
  color: var(--color-bg);
  background-color: var(--color-text-primary);
  border-color: var(--color-text-primary);
}

.article-vote__item--voted:hover,
.article-vote__item--voted:focus {
  color: var(--color-bg);
  background-color: var(--button-color-secondary);
  border-color: var(--button-color-secondary);
  opacity: 0.6;
}

.article-vote__close {
  position: absolute;
  right: 1rem;
  top: 0.5rem;
  display: flex;
  align-items: center;
  border: none;
  padding: 0.375rem;
  width: 1.5rem;
  height: 1.5rem;
  background-color: var(--color-bg-tertiary);
  border-radius: 50%;
  cursor: pointer;
}

.article-vote__close svg {
  width: 100%;
  height: 100%;
  fill: #4b4b4b;
}

.article-vote__close:hover {
  background-color: var(--color-bg-tertiary-dark);
}

@media (max-width: 991.98px) {
  .article-vote {
    position: relative;
    top: auto !important;
    bottom: auto !important;
    right: auto !important;
    left: auto !important;
    margin-bottom: 2rem;
  }
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-toggle {
  display: inline-block;
  padding: 0;
  font-weight: var(--button-font-weight, 600);
  color: inherit;
  cursor: pointer;
  background: none;
  border: 0;
}

.dropdown-toggle:hover {
  text-decoration: none;
  opacity: 0.6;
}

.dropdown-toggle>* {
  display: inline-block;
}

.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 200px;
  padding: 0.75rem;
  margin-top: 1px;
  font-size: var(--text-sm);
  font-style: normal;
  font-weight: normal;
  background: var(--color-bg);
  border: var(--border-width) solid var(--color-bg-tertiary);
  border-radius: min(var(--border-radius-base), var(--border-radius-menu-max));
  box-shadow: 0px 24px 48px -12px rgba(16, 24, 40, 0.18);
}

[dir="ltr"] .dropdown-menu {
  left: 0;
  text-align: left;
}

[dir="rtl"] .dropdown-menu {
  right: 0;
  text-align: right;
}

[dir="rtl"] .dropdown-menu {
  text-align: right;
}

.dropdown-menu[aria-expanded="true"] {
  display: block;
}

.dropdown-menu [role="separator"] {
  display: block;
  margin: 0.5rem 0.75rem;
  font-weight: normal;
  color: var(--color-bg-tertiary);
  border-bottom: 1px solid var(--color-bg-tertiary);
}

.dropdown-menu [role="menuitem"] {
  display: block;
  width: auto;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-inline-start: 0.75rem;
  padding-inline-end: 2rem;
  line-height: inherit;
  color: var(--color-text-primary);
  text-align: start;
  text-transform: none;
  white-space: nowrap;
  cursor: pointer;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}

.dropdown-menu [role="menuitem"]:hover,
.dropdown-menu [role="menuitem"]:focus {
  color: var(--color-text-primary);
  text-decoration: none;
  background: var(--color-bg-secondary);
  border-radius: min(var(--border-radius-base),
      var(--border-radius-menu-item-max));
}

.dropdown-menu [role="menuitem"][aria-selected="true"] {
  cursor: default;
}

.dropdown-menu [role="menuitem"][aria-selected="true"]:after {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-top: 0.15rem;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='2' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M4.5 12.75l6 6 9-13.5' /%3E%3C/svg%3E%0A");
}

[dir="ltr"] .dropdown-menu [role="menuitem"][aria-selected="true"]:after {
  margin-left: 0.5rem;
}

[dir="rtl"] .dropdown-menu [role="menuitem"][aria-selected="true"]:after {
  margin-right: 0.5rem;
}

[dir="rtl"] .dropdown-menu [role="menuitem"][aria-selected="true"]:after {
  float: left;
  margin-right: 05rem;
  margin-left: 0;
}

.dropdown-menu [role="menuitem"][hidden],
.dropdown-menu [role="menuitem"][aria-hidden="true"] {
  display: none !important;
}

[dir="ltr"] .dropdown-menu-end {
  right: 0;
  left: auto;
}

[dir="rtl"] .dropdown-menu-end {
  right: auto;
  left: 0;
}

.dropdown-menu-top {
  bottom: 100%;
  margin-bottom: 1px;
}

[dir="rtl"] .dropdown-menu {
  right: 0;
  left: auto;
  text-align: right;
}

[dir="rtl"] .dropdown-menu-end {
  right: auto;
  left: 0;
}

.language-selector {
  position: relative;
  display: inline-block;
}

.language-selector-toggle {
  display: inline-block;
  padding: 0;
  font-weight: var(--button-font-weight, 600);
  color: inherit;
  cursor: pointer;
  background: none;
  border: 0;
}

.language-selector-toggle:hover {
  text-decoration: none;
  color: var(--color-link-hover);
}

.language-selector-toggle>* {
  display: inline-block;
}

.language-selector-menu {
  text-align: left;
}

.language-selector-menu[aria-expanded=true] {
  display: block;
}

.language-selector-menu [role=separator] {
  display: block;
  margin: 0.5rem 0.75rem;
  font-weight: normal;
  color: var(--color-bg-tertiary);
  border-bottom: 1px solid var(--color-bg-tertiary);
}

.language-selector-menu [role=menuitem][aria-selected=true] {
  cursor: default;
}

.language-selector-menu [role=menuitem][aria-selected=true]:after {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-top: 0.15rem;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='2' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M4.5 12.75l6 6 9-13.5' /%3E%3C/svg%3E%0A");
}

.language-selector-menu [role=menuitem][aria-selected=true]:after {
  margin-left: 0.5rem;
}

.language-selector-menu [role=menuitem][hidden],
.language-selector-menu [role=menuitem][aria-hidden=true] {
  display: none !important;
}

.language-selector-inner {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 550px;
  z-index: 1000;
  font-size: var(--text-sm);
  font-style: normal;
  font-weight: normal;
  background: var(--color-bg);
  border-radius: min(var(--border-radius-base), var(--border-radius-menu-max));
  box-shadow: 0px 24px 48px -12px rgba(16, 24, 40, 0.28);
}

.language-selector-header {
  padding: 0 4rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.language-selector-header-title {
  color: var(--color-text-primary);
  font-size: 1.25rem;
  font-weight: 700;
}

.language-selector-content {
  padding: 1.5rem 1.25rem 1rem;
}

.language-selector-footer {
  padding: 1rem 1.25rem;
}

.language-selector-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background-color: rgba(244, 244, 244, 0.8);
}

.language-selector-close {
  position: absolute;
  right: 1.25rem;
  top: 1rem;
  display: flex;
  align-items: center;
  border: none;
  padding: 0.625rem;
  width: 2rem;
  height: 2rem;
  background-color: var(--color-bg-tertiary);
  border-radius: 50%;
  cursor: pointer;
}

.language-selector-close svg {
  width: 100%;
  height: 100%;
  fill: #4b4b4b;
}

.language-selector-close:hover {
  background-color: var(--color-bg-tertiary-dark);
}

.locales-list {
  position: absolute;
  top: calc(100% + 2px);
  background-color: var(--color-bg);
  overflow: hidden;
  overflow-y: auto;
  max-height: 17.5rem;
  scrollbar-width: thin;
  box-shadow: 0 12px 12px rgba(0, 0, 0, 0.2), inset 0 0 0 1px rgba(0, 0, 0, 0.1);
  width: 100%;
  border-radius: 0.25rem;
}

.locales-list-item button {
  display: inline-flex;
  width: 100%;
  align-items: center;
  height: 2.5rem;
  padding: 0.5rem 1.5rem;
  color: var(--color-text-primary);
  text-align: start;
  text-transform: none;
  white-space: nowrap;
  cursor: pointer;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}

.locales-list-item button:hover,
.locales-list-item button:focus {
  color: var(--color-text-primary);
  text-decoration: none;
  background: var(--color-bg-secondary);
  border-radius: min(var(--border-radius-base), var(--border-radius-menu-item-max));
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

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

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

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

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

.d-flex {
  display: flex !important;
}

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}

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

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

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

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

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

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

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

.flex-fill {
  flex: 1 1 auto !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.5rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.5rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.5rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.5rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.5rem !important;
}

.m-2 {
  margin: 1rem !important;
}

.mt-2,
.my-2 {
  margin-top: 1rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 1rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 1rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 1rem !important;
}

.m-3 {
  margin: 1.5rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1.5rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1.5rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1.5rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1.5rem !important;
}

.m-4 {
  margin: 2rem !important;
}

.mt-4,
.my-4 {
  margin-top: 2rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 2rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 2rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 2rem !important;
}

.m-5 {
  margin: 2.5rem !important;
}

.mt-5,
.my-5 {
  margin-top: 2.5rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 2.5rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 2.5rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 2.5rem !important;
}

.m-6 {
  margin: 3rem !important;
}

.mt-6,
.my-6 {
  margin-top: 3rem !important;
}

.mr-6,
.mx-6 {
  margin-right: 3rem !important;
}

.mb-6,
.my-6 {
  margin-bottom: 3rem !important;
}

.ml-6,
.mx-6 {
  margin-left: 3rem !important;
}

.m-7 {
  margin: 3.5rem !important;
}

.mt-7,
.my-7 {
  margin-top: 3.5rem !important;
}

.mr-7,
.mx-7 {
  margin-right: 3.5rem !important;
}

.mb-7,
.my-7 {
  margin-bottom: 3.5rem !important;
}

.ml-7,
.mx-7 {
  margin-left: 3.5rem !important;
}

.m-8 {
  margin: 4rem !important;
}

.mt-8,
.my-8 {
  margin-top: 4rem !important;
}

.mr-8,
.mx-8 {
  margin-right: 4rem !important;
}

.mb-8,
.my-8 {
  margin-bottom: 4rem !important;
}

.ml-8,
.mx-8 {
  margin-left: 4rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.5rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.5rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.5rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.5rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.5rem !important;
}

.p-2 {
  padding: 1rem !important;
}

.pt-2,
.py-2 {
  padding-top: 1rem !important;
}

.pr-2,
.px-2 {
  padding-right: 1rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 1rem !important;
}

.pl-2,
.px-2 {
  padding-left: 1rem !important;
}

.p-3 {
  padding: 1.5rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1.5rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1.5rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1.5rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1.5rem !important;
}

.p-4 {
  padding: 2rem !important;
}

.pt-4,
.py-4 {
  padding-top: 2rem !important;
}

.pr-4,
.px-4 {
  padding-right: 2rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 2rem !important;
}

.pl-4,
.px-4 {
  padding-left: 2rem !important;
}

.p-5 {
  padding: 2.5rem !important;
}

.pt-5,
.py-5 {
  padding-top: 2.5rem !important;
}

.pr-5,
.px-5 {
  padding-right: 2.5rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 2.5rem !important;
}

.pl-5,
.px-5 {
  padding-left: 2.5rem !important;
}

.p-6 {
  padding: 3rem !important;
}

.pt-6,
.py-6 {
  padding-top: 3rem !important;
}

.pr-6,
.px-6 {
  padding-right: 3rem !important;
}

.pb-6,
.py-6 {
  padding-bottom: 3rem !important;
}

.pl-6,
.px-6 {
  padding-left: 3rem !important;
}

.p-7 {
  padding: 3.5rem !important;
}

.pt-7,
.py-7 {
  padding-top: 3.5rem !important;
}

.pr-7,
.px-7 {
  padding-right: 3.5rem !important;
}

.pb-7,
.py-7 {
  padding-bottom: 3.5rem !important;
}

.pl-7,
.px-7 {
  padding-left: 3.5rem !important;
}

.p-8 {
  padding: 4rem !important;
}

.pt-8,
.py-8 {
  padding-top: 4rem !important;
}

.pr-8,
.px-8 {
  padding-right: 4rem !important;
}

.pb-8,
.py-8 {
  padding-bottom: 4rem !important;
}

.pl-8,
.px-8 {
  padding-left: 4rem !important;
}

.gap-0 {
  gap: 0 !important;
}

.gapt-0,
.gapy-0 {
  gap-top: 0 !important;
}

.gapr-0,
.gapx-0 {
  gap-right: 0 !important;
}

.gapb-0,
.gapy-0 {
  gap-bottom: 0 !important;
}

.gapl-0,
.gapx-0 {
  gap-left: 0 !important;
}

.gap-1 {
  gap: 0.5rem !important;
}

.gapt-1,
.gapy-1 {
  gap-top: 0.5rem !important;
}

.gapr-1,
.gapx-1 {
  gap-right: 0.5rem !important;
}

.gapb-1,
.gapy-1 {
  gap-bottom: 0.5rem !important;
}

.gapl-1,
.gapx-1 {
  gap-left: 0.5rem !important;
}

.gap-2 {
  gap: 1rem !important;
}

.gapt-2,
.gapy-2 {
  gap-top: 1rem !important;
}

.gapr-2,
.gapx-2 {
  gap-right: 1rem !important;
}

.gapb-2,
.gapy-2 {
  gap-bottom: 1rem !important;
}

.gapl-2,
.gapx-2 {
  gap-left: 1rem !important;
}

.gap-3 {
  gap: 1.5rem !important;
}

.gapt-3,
.gapy-3 {
  gap-top: 1.5rem !important;
}

.gapr-3,
.gapx-3 {
  gap-right: 1.5rem !important;
}

.gapb-3,
.gapy-3 {
  gap-bottom: 1.5rem !important;
}

.gapl-3,
.gapx-3 {
  gap-left: 1.5rem !important;
}

.gap-4 {
  gap: 2rem !important;
}

.gapt-4,
.gapy-4 {
  gap-top: 2rem !important;
}

.gapr-4,
.gapx-4 {
  gap-right: 2rem !important;
}

.gapb-4,
.gapy-4 {
  gap-bottom: 2rem !important;
}

.gapl-4,
.gapx-4 {
  gap-left: 2rem !important;
}

.gap-5 {
  gap: 2.5rem !important;
}

.gapt-5,
.gapy-5 {
  gap-top: 2.5rem !important;
}

.gapr-5,
.gapx-5 {
  gap-right: 2.5rem !important;
}

.gapb-5,
.gapy-5 {
  gap-bottom: 2.5rem !important;
}

.gapl-5,
.gapx-5 {
  gap-left: 2.5rem !important;
}

.gap-6 {
  gap: 3rem !important;
}

.gapt-6,
.gapy-6 {
  gap-top: 3rem !important;
}

.gapr-6,
.gapx-6 {
  gap-right: 3rem !important;
}

.gapb-6,
.gapy-6 {
  gap-bottom: 3rem !important;
}

.gapl-6,
.gapx-6 {
  gap-left: 3rem !important;
}

.gap-7 {
  gap: 3.5rem !important;
}

.gapt-7,
.gapy-7 {
  gap-top: 3.5rem !important;
}

.gapr-7,
.gapx-7 {
  gap-right: 3.5rem !important;
}

.gapb-7,
.gapy-7 {
  gap-bottom: 3.5rem !important;
}

.gapl-7,
.gapx-7 {
  gap-left: 3.5rem !important;
}

.gap-8 {
  gap: 4rem !important;
}

.gapt-8,
.gapy-8 {
  gap-top: 4rem !important;
}

.gapr-8,
.gapx-8 {
  gap-right: 4rem !important;
}

.gapb-8,
.gapy-8 {
  gap-bottom: 4rem !important;
}

.gapl-8,
.gapx-8 {
  gap-left: 4rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }

  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }

  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }

  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }

  .m-sm-1 {
    margin: 0.5rem !important;
  }

  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.5rem !important;
  }

  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.5rem !important;
  }

  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.5rem !important;
  }

  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.5rem !important;
  }

  .m-sm-2 {
    margin: 1rem !important;
  }

  .mt-sm-2,
  .my-sm-2 {
    margin-top: 1rem !important;
  }

  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 1rem !important;
  }

  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 1rem !important;
  }

  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 1rem !important;
  }

  .m-sm-3 {
    margin: 1.5rem !important;
  }

  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1.5rem !important;
  }

  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1.5rem !important;
  }

  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1.5rem !important;
  }

  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1.5rem !important;
  }

  .m-sm-4 {
    margin: 2rem !important;
  }

  .mt-sm-4,
  .my-sm-4 {
    margin-top: 2rem !important;
  }

  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 2rem !important;
  }

  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 2rem !important;
  }

  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 2rem !important;
  }

  .m-sm-5 {
    margin: 2.5rem !important;
  }

  .mt-sm-5,
  .my-sm-5 {
    margin-top: 2.5rem !important;
  }

  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 2.5rem !important;
  }

  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 2.5rem !important;
  }

  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 2.5rem !important;
  }

  .m-sm-6 {
    margin: 3rem !important;
  }

  .mt-sm-6,
  .my-sm-6 {
    margin-top: 3rem !important;
  }

  .mr-sm-6,
  .mx-sm-6 {
    margin-right: 3rem !important;
  }

  .mb-sm-6,
  .my-sm-6 {
    margin-bottom: 3rem !important;
  }

  .ml-sm-6,
  .mx-sm-6 {
    margin-left: 3rem !important;
  }

  .m-sm-7 {
    margin: 3.5rem !important;
  }

  .mt-sm-7,
  .my-sm-7 {
    margin-top: 3.5rem !important;
  }

  .mr-sm-7,
  .mx-sm-7 {
    margin-right: 3.5rem !important;
  }

  .mb-sm-7,
  .my-sm-7 {
    margin-bottom: 3.5rem !important;
  }

  .ml-sm-7,
  .mx-sm-7 {
    margin-left: 3.5rem !important;
  }

  .m-sm-8 {
    margin: 4rem !important;
  }

  .mt-sm-8,
  .my-sm-8 {
    margin-top: 4rem !important;
  }

  .mr-sm-8,
  .mx-sm-8 {
    margin-right: 4rem !important;
  }

  .mb-sm-8,
  .my-sm-8 {
    margin-bottom: 4rem !important;
  }

  .ml-sm-8,
  .mx-sm-8 {
    margin-left: 4rem !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }

  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }

  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }

  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }

  .p-sm-1 {
    padding: 0.5rem !important;
  }

  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.5rem !important;
  }

  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.5rem !important;
  }

  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.5rem !important;
  }

  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.5rem !important;
  }

  .p-sm-2 {
    padding: 1rem !important;
  }

  .pt-sm-2,
  .py-sm-2 {
    padding-top: 1rem !important;
  }

  .pr-sm-2,
  .px-sm-2 {
    padding-right: 1rem !important;
  }

  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 1rem !important;
  }

  .pl-sm-2,
  .px-sm-2 {
    padding-left: 1rem !important;
  }

  .p-sm-3 {
    padding: 1.5rem !important;
  }

  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1.5rem !important;
  }

  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1.5rem !important;
  }

  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1.5rem !important;
  }

  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1.5rem !important;
  }

  .p-sm-4 {
    padding: 2rem !important;
  }

  .pt-sm-4,
  .py-sm-4 {
    padding-top: 2rem !important;
  }

  .pr-sm-4,
  .px-sm-4 {
    padding-right: 2rem !important;
  }

  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 2rem !important;
  }

  .pl-sm-4,
  .px-sm-4 {
    padding-left: 2rem !important;
  }

  .p-sm-5 {
    padding: 2.5rem !important;
  }

  .pt-sm-5,
  .py-sm-5 {
    padding-top: 2.5rem !important;
  }

  .pr-sm-5,
  .px-sm-5 {
    padding-right: 2.5rem !important;
  }

  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 2.5rem !important;
  }

  .pl-sm-5,
  .px-sm-5 {
    padding-left: 2.5rem !important;
  }

  .p-sm-6 {
    padding: 3rem !important;
  }

  .pt-sm-6,
  .py-sm-6 {
    padding-top: 3rem !important;
  }

  .pr-sm-6,
  .px-sm-6 {
    padding-right: 3rem !important;
  }

  .pb-sm-6,
  .py-sm-6 {
    padding-bottom: 3rem !important;
  }

  .pl-sm-6,
  .px-sm-6 {
    padding-left: 3rem !important;
  }

  .p-sm-7 {
    padding: 3.5rem !important;
  }

  .pt-sm-7,
  .py-sm-7 {
    padding-top: 3.5rem !important;
  }

  .pr-sm-7,
  .px-sm-7 {
    padding-right: 3.5rem !important;
  }

  .pb-sm-7,
  .py-sm-7 {
    padding-bottom: 3.5rem !important;
  }

  .pl-sm-7,
  .px-sm-7 {
    padding-left: 3.5rem !important;
  }

  .p-sm-8 {
    padding: 4rem !important;
  }

  .pt-sm-8,
  .py-sm-8 {
    padding-top: 4rem !important;
  }

  .pr-sm-8,
  .px-sm-8 {
    padding-right: 4rem !important;
  }

  .pb-sm-8,
  .py-sm-8 {
    padding-bottom: 4rem !important;
  }

  .pl-sm-8,
  .px-sm-8 {
    padding-left: 4rem !important;
  }

  .gap-sm-0 {
    gap: 0 !important;
  }

  .gapt-sm-0,
  .gapy-sm-0 {
    gap-top: 0 !important;
  }

  .gapr-sm-0,
  .gapx-sm-0 {
    gap-right: 0 !important;
  }

  .gapb-sm-0,
  .gapy-sm-0 {
    gap-bottom: 0 !important;
  }

  .gapl-sm-0,
  .gapx-sm-0 {
    gap-left: 0 !important;
  }

  .gap-sm-1 {
    gap: 0.5rem !important;
  }

  .gapt-sm-1,
  .gapy-sm-1 {
    gap-top: 0.5rem !important;
  }

  .gapr-sm-1,
  .gapx-sm-1 {
    gap-right: 0.5rem !important;
  }

  .gapb-sm-1,
  .gapy-sm-1 {
    gap-bottom: 0.5rem !important;
  }

  .gapl-sm-1,
  .gapx-sm-1 {
    gap-left: 0.5rem !important;
  }

  .gap-sm-2 {
    gap: 1rem !important;
  }

  .gapt-sm-2,
  .gapy-sm-2 {
    gap-top: 1rem !important;
  }

  .gapr-sm-2,
  .gapx-sm-2 {
    gap-right: 1rem !important;
  }

  .gapb-sm-2,
  .gapy-sm-2 {
    gap-bottom: 1rem !important;
  }

  .gapl-sm-2,
  .gapx-sm-2 {
    gap-left: 1rem !important;
  }

  .gap-sm-3 {
    gap: 1.5rem !important;
  }

  .gapt-sm-3,
  .gapy-sm-3 {
    gap-top: 1.5rem !important;
  }

  .gapr-sm-3,
  .gapx-sm-3 {
    gap-right: 1.5rem !important;
  }

  .gapb-sm-3,
  .gapy-sm-3 {
    gap-bottom: 1.5rem !important;
  }

  .gapl-sm-3,
  .gapx-sm-3 {
    gap-left: 1.5rem !important;
  }

  .gap-sm-4 {
    gap: 2rem !important;
  }

  .gapt-sm-4,
  .gapy-sm-4 {
    gap-top: 2rem !important;
  }

  .gapr-sm-4,
  .gapx-sm-4 {
    gap-right: 2rem !important;
  }

  .gapb-sm-4,
  .gapy-sm-4 {
    gap-bottom: 2rem !important;
  }

  .gapl-sm-4,
  .gapx-sm-4 {
    gap-left: 2rem !important;
  }

  .gap-sm-5 {
    gap: 2.5rem !important;
  }

  .gapt-sm-5,
  .gapy-sm-5 {
    gap-top: 2.5rem !important;
  }

  .gapr-sm-5,
  .gapx-sm-5 {
    gap-right: 2.5rem !important;
  }

  .gapb-sm-5,
  .gapy-sm-5 {
    gap-bottom: 2.5rem !important;
  }

  .gapl-sm-5,
  .gapx-sm-5 {
    gap-left: 2.5rem !important;
  }

  .gap-sm-6 {
    gap: 3rem !important;
  }

  .gapt-sm-6,
  .gapy-sm-6 {
    gap-top: 3rem !important;
  }

  .gapr-sm-6,
  .gapx-sm-6 {
    gap-right: 3rem !important;
  }

  .gapb-sm-6,
  .gapy-sm-6 {
    gap-bottom: 3rem !important;
  }

  .gapl-sm-6,
  .gapx-sm-6 {
    gap-left: 3rem !important;
  }

  .gap-sm-7 {
    gap: 3.5rem !important;
  }

  .gapt-sm-7,
  .gapy-sm-7 {
    gap-top: 3.5rem !important;
  }

  .gapr-sm-7,
  .gapx-sm-7 {
    gap-right: 3.5rem !important;
  }

  .gapb-sm-7,
  .gapy-sm-7 {
    gap-bottom: 3.5rem !important;
  }

  .gapl-sm-7,
  .gapx-sm-7 {
    gap-left: 3.5rem !important;
  }

  .gap-sm-8 {
    gap: 4rem !important;
  }

  .gapt-sm-8,
  .gapy-sm-8 {
    gap-top: 4rem !important;
  }

  .gapr-sm-8,
  .gapx-sm-8 {
    gap-right: 4rem !important;
  }

  .gapb-sm-8,
  .gapy-sm-8 {
    gap-bottom: 4rem !important;
  }

  .gapl-sm-8,
  .gapx-sm-8 {
    gap-left: 4rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }

  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }

  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }

  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }

  .m-md-1 {
    margin: 0.5rem !important;
  }

  .mt-md-1,
  .my-md-1 {
    margin-top: 0.5rem !important;
  }

  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.5rem !important;
  }

  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.5rem !important;
  }

  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.5rem !important;
  }

  .m-md-2 {
    margin: 1rem !important;
  }

  .mt-md-2,
  .my-md-2 {
    margin-top: 1rem !important;
  }

  .mr-md-2,
  .mx-md-2 {
    margin-right: 1rem !important;
  }

  .mb-md-2,
  .my-md-2 {
    margin-bottom: 1rem !important;
  }

  .ml-md-2,
  .mx-md-2 {
    margin-left: 1rem !important;
  }

  .m-md-3 {
    margin: 1.5rem !important;
  }

  .mt-md-3,
  .my-md-3 {
    margin-top: 1.5rem !important;
  }

  .mr-md-3,
  .mx-md-3 {
    margin-right: 1.5rem !important;
  }

  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-3,
  .mx-md-3 {
    margin-left: 1.5rem !important;
  }

  .m-md-4 {
    margin: 2rem !important;
  }

  .mt-md-4,
  .my-md-4 {
    margin-top: 2rem !important;
  }

  .mr-md-4,
  .mx-md-4 {
    margin-right: 2rem !important;
  }

  .mb-md-4,
  .my-md-4 {
    margin-bottom: 2rem !important;
  }

  .ml-md-4,
  .mx-md-4 {
    margin-left: 2rem !important;
  }

  .m-md-5 {
    margin: 2.5rem !important;
  }

  .mt-md-5,
  .my-md-5 {
    margin-top: 2.5rem !important;
  }

  .mr-md-5,
  .mx-md-5 {
    margin-right: 2.5rem !important;
  }

  .mb-md-5,
  .my-md-5 {
    margin-bottom: 2.5rem !important;
  }

  .ml-md-5,
  .mx-md-5 {
    margin-left: 2.5rem !important;
  }

  .m-md-6 {
    margin: 3rem !important;
  }

  .mt-md-6,
  .my-md-6 {
    margin-top: 3rem !important;
  }

  .mr-md-6,
  .mx-md-6 {
    margin-right: 3rem !important;
  }

  .mb-md-6,
  .my-md-6 {
    margin-bottom: 3rem !important;
  }

  .ml-md-6,
  .mx-md-6 {
    margin-left: 3rem !important;
  }

  .m-md-7 {
    margin: 3.5rem !important;
  }

  .mt-md-7,
  .my-md-7 {
    margin-top: 3.5rem !important;
  }

  .mr-md-7,
  .mx-md-7 {
    margin-right: 3.5rem !important;
  }

  .mb-md-7,
  .my-md-7 {
    margin-bottom: 3.5rem !important;
  }

  .ml-md-7,
  .mx-md-7 {
    margin-left: 3.5rem !important;
  }

  .m-md-8 {
    margin: 4rem !important;
  }

  .mt-md-8,
  .my-md-8 {
    margin-top: 4rem !important;
  }

  .mr-md-8,
  .mx-md-8 {
    margin-right: 4rem !important;
  }

  .mb-md-8,
  .my-md-8 {
    margin-bottom: 4rem !important;
  }

  .ml-md-8,
  .mx-md-8 {
    margin-left: 4rem !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }

  .p-md-1 {
    padding: 0.5rem !important;
  }

  .pt-md-1,
  .py-md-1 {
    padding-top: 0.5rem !important;
  }

  .pr-md-1,
  .px-md-1 {
    padding-right: 0.5rem !important;
  }

  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.5rem !important;
  }

  .pl-md-1,
  .px-md-1 {
    padding-left: 0.5rem !important;
  }

  .p-md-2 {
    padding: 1rem !important;
  }

  .pt-md-2,
  .py-md-2 {
    padding-top: 1rem !important;
  }

  .pr-md-2,
  .px-md-2 {
    padding-right: 1rem !important;
  }

  .pb-md-2,
  .py-md-2 {
    padding-bottom: 1rem !important;
  }

  .pl-md-2,
  .px-md-2 {
    padding-left: 1rem !important;
  }

  .p-md-3 {
    padding: 1.5rem !important;
  }

  .pt-md-3,
  .py-md-3 {
    padding-top: 1.5rem !important;
  }

  .pr-md-3,
  .px-md-3 {
    padding-right: 1.5rem !important;
  }

  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-3,
  .px-md-3 {
    padding-left: 1.5rem !important;
  }

  .p-md-4 {
    padding: 2rem !important;
  }

  .pt-md-4,
  .py-md-4 {
    padding-top: 2rem !important;
  }

  .pr-md-4,
  .px-md-4 {
    padding-right: 2rem !important;
  }

  .pb-md-4,
  .py-md-4 {
    padding-bottom: 2rem !important;
  }

  .pl-md-4,
  .px-md-4 {
    padding-left: 2rem !important;
  }

  .p-md-5 {
    padding: 2.5rem !important;
  }

  .pt-md-5,
  .py-md-5 {
    padding-top: 2.5rem !important;
  }

  .pr-md-5,
  .px-md-5 {
    padding-right: 2.5rem !important;
  }

  .pb-md-5,
  .py-md-5 {
    padding-bottom: 2.5rem !important;
  }

  .pl-md-5,
  .px-md-5 {
    padding-left: 2.5rem !important;
  }

  .p-md-6 {
    padding: 3rem !important;
  }

  .pt-md-6,
  .py-md-6 {
    padding-top: 3rem !important;
  }

  .pr-md-6,
  .px-md-6 {
    padding-right: 3rem !important;
  }

  .pb-md-6,
  .py-md-6 {
    padding-bottom: 3rem !important;
  }

  .pl-md-6,
  .px-md-6 {
    padding-left: 3rem !important;
  }

  .p-md-7 {
    padding: 3.5rem !important;
  }

  .pt-md-7,
  .py-md-7 {
    padding-top: 3.5rem !important;
  }

  .pr-md-7,
  .px-md-7 {
    padding-right: 3.5rem !important;
  }

  .pb-md-7,
  .py-md-7 {
    padding-bottom: 3.5rem !important;
  }

  .pl-md-7,
  .px-md-7 {
    padding-left: 3.5rem !important;
  }

  .p-md-8 {
    padding: 4rem !important;
  }

  .pt-md-8,
  .py-md-8 {
    padding-top: 4rem !important;
  }

  .pr-md-8,
  .px-md-8 {
    padding-right: 4rem !important;
  }

  .pb-md-8,
  .py-md-8 {
    padding-bottom: 4rem !important;
  }

  .pl-md-8,
  .px-md-8 {
    padding-left: 4rem !important;
  }

  .gap-md-0 {
    gap: 0 !important;
  }

  .gapt-md-0,
  .gapy-md-0 {
    gap-top: 0 !important;
  }

  .gapr-md-0,
  .gapx-md-0 {
    gap-right: 0 !important;
  }

  .gapb-md-0,
  .gapy-md-0 {
    gap-bottom: 0 !important;
  }

  .gapl-md-0,
  .gapx-md-0 {
    gap-left: 0 !important;
  }

  .gap-md-1 {
    gap: 0.5rem !important;
  }

  .gapt-md-1,
  .gapy-md-1 {
    gap-top: 0.5rem !important;
  }

  .gapr-md-1,
  .gapx-md-1 {
    gap-right: 0.5rem !important;
  }

  .gapb-md-1,
  .gapy-md-1 {
    gap-bottom: 0.5rem !important;
  }

  .gapl-md-1,
  .gapx-md-1 {
    gap-left: 0.5rem !important;
  }

  .gap-md-2 {
    gap: 1rem !important;
  }

  .gapt-md-2,
  .gapy-md-2 {
    gap-top: 1rem !important;
  }

  .gapr-md-2,
  .gapx-md-2 {
    gap-right: 1rem !important;
  }

  .gapb-md-2,
  .gapy-md-2 {
    gap-bottom: 1rem !important;
  }

  .gapl-md-2,
  .gapx-md-2 {
    gap-left: 1rem !important;
  }

  .gap-md-3 {
    gap: 1.5rem !important;
  }

  .gapt-md-3,
  .gapy-md-3 {
    gap-top: 1.5rem !important;
  }

  .gapr-md-3,
  .gapx-md-3 {
    gap-right: 1.5rem !important;
  }

  .gapb-md-3,
  .gapy-md-3 {
    gap-bottom: 1.5rem !important;
  }

  .gapl-md-3,
  .gapx-md-3 {
    gap-left: 1.5rem !important;
  }

  .gap-md-4 {
    gap: 2rem !important;
  }

  .gapt-md-4,
  .gapy-md-4 {
    gap-top: 2rem !important;
  }

  .gapr-md-4,
  .gapx-md-4 {
    gap-right: 2rem !important;
  }

  .gapb-md-4,
  .gapy-md-4 {
    gap-bottom: 2rem !important;
  }

  .gapl-md-4,
  .gapx-md-4 {
    gap-left: 2rem !important;
  }

  .gap-md-5 {
    gap: 2.5rem !important;
  }

  .gapt-md-5,
  .gapy-md-5 {
    gap-top: 2.5rem !important;
  }

  .gapr-md-5,
  .gapx-md-5 {
    gap-right: 2.5rem !important;
  }

  .gapb-md-5,
  .gapy-md-5 {
    gap-bottom: 2.5rem !important;
  }

  .gapl-md-5,
  .gapx-md-5 {
    gap-left: 2.5rem !important;
  }

  .gap-md-6 {
    gap: 3rem !important;
  }

  .gapt-md-6,
  .gapy-md-6 {
    gap-top: 3rem !important;
  }

  .gapr-md-6,
  .gapx-md-6 {
    gap-right: 3rem !important;
  }

  .gapb-md-6,
  .gapy-md-6 {
    gap-bottom: 3rem !important;
  }

  .gapl-md-6,
  .gapx-md-6 {
    gap-left: 3rem !important;
  }

  .gap-md-7 {
    gap: 3.5rem !important;
  }

  .gapt-md-7,
  .gapy-md-7 {
    gap-top: 3.5rem !important;
  }

  .gapr-md-7,
  .gapx-md-7 {
    gap-right: 3.5rem !important;
  }

  .gapb-md-7,
  .gapy-md-7 {
    gap-bottom: 3.5rem !important;
  }

  .gapl-md-7,
  .gapx-md-7 {
    gap-left: 3.5rem !important;
  }

  .gap-md-8 {
    gap: 4rem !important;
  }

  .gapt-md-8,
  .gapy-md-8 {
    gap-top: 4rem !important;
  }

  .gapr-md-8,
  .gapx-md-8 {
    gap-right: 4rem !important;
  }

  .gapb-md-8,
  .gapy-md-8 {
    gap-bottom: 4rem !important;
  }

  .gapl-md-8,
  .gapx-md-8 {
    gap-left: 4rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }

  .m-lg-1 {
    margin: 0.5rem !important;
  }

  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.5rem !important;
  }

  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.5rem !important;
  }

  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.5rem !important;
  }

  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.5rem !important;
  }

  .m-lg-2 {
    margin: 1rem !important;
  }

  .mt-lg-2,
  .my-lg-2 {
    margin-top: 1rem !important;
  }

  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 1rem !important;
  }

  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 1rem !important;
  }

  .m-lg-3 {
    margin: 1.5rem !important;
  }

  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1.5rem !important;
  }

  .m-lg-4 {
    margin: 2rem !important;
  }

  .mt-lg-4,
  .my-lg-4 {
    margin-top: 2rem !important;
  }

  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 2rem !important;
  }

  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 2rem !important;
  }

  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 2rem !important;
  }

  .m-lg-5 {
    margin: 2.5rem !important;
  }

  .mt-lg-5,
  .my-lg-5 {
    margin-top: 2.5rem !important;
  }

  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 2.5rem !important;
  }

  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 2.5rem !important;
  }

  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 2.5rem !important;
  }

  .m-lg-6 {
    margin: 3rem !important;
  }

  .mt-lg-6,
  .my-lg-6 {
    margin-top: 3rem !important;
  }

  .mr-lg-6,
  .mx-lg-6 {
    margin-right: 3rem !important;
  }

  .mb-lg-6,
  .my-lg-6 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-6,
  .mx-lg-6 {
    margin-left: 3rem !important;
  }

  .m-lg-7 {
    margin: 3.5rem !important;
  }

  .mt-lg-7,
  .my-lg-7 {
    margin-top: 3.5rem !important;
  }

  .mr-lg-7,
  .mx-lg-7 {
    margin-right: 3.5rem !important;
  }

  .mb-lg-7,
  .my-lg-7 {
    margin-bottom: 3.5rem !important;
  }

  .ml-lg-7,
  .mx-lg-7 {
    margin-left: 3.5rem !important;
  }

  .m-lg-8 {
    margin: 4rem !important;
  }

  .mt-lg-8,
  .my-lg-8 {
    margin-top: 4rem !important;
  }

  .mr-lg-8,
  .mx-lg-8 {
    margin-right: 4rem !important;
  }

  .mb-lg-8,
  .my-lg-8 {
    margin-bottom: 4rem !important;
  }

  .ml-lg-8,
  .mx-lg-8 {
    margin-left: 4rem !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }

  .p-lg-1 {
    padding: 0.5rem !important;
  }

  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.5rem !important;
  }

  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.5rem !important;
  }

  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.5rem !important;
  }

  .p-lg-2 {
    padding: 1rem !important;
  }

  .pt-lg-2,
  .py-lg-2 {
    padding-top: 1rem !important;
  }

  .pr-lg-2,
  .px-lg-2 {
    padding-right: 1rem !important;
  }

  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-2,
  .px-lg-2 {
    padding-left: 1rem !important;
  }

  .p-lg-3 {
    padding: 1.5rem !important;
  }

  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1.5rem !important;
  }

  .p-lg-4 {
    padding: 2rem !important;
  }

  .pt-lg-4,
  .py-lg-4 {
    padding-top: 2rem !important;
  }

  .pr-lg-4,
  .px-lg-4 {
    padding-right: 2rem !important;
  }

  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 2rem !important;
  }

  .pl-lg-4,
  .px-lg-4 {
    padding-left: 2rem !important;
  }

  .p-lg-5 {
    padding: 2.5rem !important;
  }

  .pt-lg-5,
  .py-lg-5 {
    padding-top: 2.5rem !important;
  }

  .pr-lg-5,
  .px-lg-5 {
    padding-right: 2.5rem !important;
  }

  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 2.5rem !important;
  }

  .pl-lg-5,
  .px-lg-5 {
    padding-left: 2.5rem !important;
  }

  .p-lg-6 {
    padding: 3rem !important;
  }

  .pt-lg-6,
  .py-lg-6 {
    padding-top: 3rem !important;
  }

  .pr-lg-6,
  .px-lg-6 {
    padding-right: 3rem !important;
  }

  .pb-lg-6,
  .py-lg-6 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-6,
  .px-lg-6 {
    padding-left: 3rem !important;
  }

  .p-lg-7 {
    padding: 3.5rem !important;
  }

  .pt-lg-7,
  .py-lg-7 {
    padding-top: 3.5rem !important;
  }

  .pr-lg-7,
  .px-lg-7 {
    padding-right: 3.5rem !important;
  }

  .pb-lg-7,
  .py-lg-7 {
    padding-bottom: 3.5rem !important;
  }

  .pl-lg-7,
  .px-lg-7 {
    padding-left: 3.5rem !important;
  }

  .p-lg-8 {
    padding: 4rem !important;
  }

  .pt-lg-8,
  .py-lg-8 {
    padding-top: 4rem !important;
  }

  .pr-lg-8,
  .px-lg-8 {
    padding-right: 4rem !important;
  }

  .pb-lg-8,
  .py-lg-8 {
    padding-bottom: 4rem !important;
  }

  .pl-lg-8,
  .px-lg-8 {
    padding-left: 4rem !important;
  }

  .gap-lg-0 {
    gap: 0 !important;
  }

  .gapt-lg-0,
  .gapy-lg-0 {
    gap-top: 0 !important;
  }

  .gapr-lg-0,
  .gapx-lg-0 {
    gap-right: 0 !important;
  }

  .gapb-lg-0,
  .gapy-lg-0 {
    gap-bottom: 0 !important;
  }

  .gapl-lg-0,
  .gapx-lg-0 {
    gap-left: 0 !important;
  }

  .gap-lg-1 {
    gap: 0.5rem !important;
  }

  .gapt-lg-1,
  .gapy-lg-1 {
    gap-top: 0.5rem !important;
  }

  .gapr-lg-1,
  .gapx-lg-1 {
    gap-right: 0.5rem !important;
  }

  .gapb-lg-1,
  .gapy-lg-1 {
    gap-bottom: 0.5rem !important;
  }

  .gapl-lg-1,
  .gapx-lg-1 {
    gap-left: 0.5rem !important;
  }

  .gap-lg-2 {
    gap: 1rem !important;
  }

  .gapt-lg-2,
  .gapy-lg-2 {
    gap-top: 1rem !important;
  }

  .gapr-lg-2,
  .gapx-lg-2 {
    gap-right: 1rem !important;
  }

  .gapb-lg-2,
  .gapy-lg-2 {
    gap-bottom: 1rem !important;
  }

  .gapl-lg-2,
  .gapx-lg-2 {
    gap-left: 1rem !important;
  }

  .gap-lg-3 {
    gap: 1.5rem !important;
  }

  .gapt-lg-3,
  .gapy-lg-3 {
    gap-top: 1.5rem !important;
  }

  .gapr-lg-3,
  .gapx-lg-3 {
    gap-right: 1.5rem !important;
  }

  .gapb-lg-3,
  .gapy-lg-3 {
    gap-bottom: 1.5rem !important;
  }

  .gapl-lg-3,
  .gapx-lg-3 {
    gap-left: 1.5rem !important;
  }

  .gap-lg-4 {
    gap: 2rem !important;
  }

  .gapt-lg-4,
  .gapy-lg-4 {
    gap-top: 2rem !important;
  }

  .gapr-lg-4,
  .gapx-lg-4 {
    gap-right: 2rem !important;
  }

  .gapb-lg-4,
  .gapy-lg-4 {
    gap-bottom: 2rem !important;
  }

  .gapl-lg-4,
  .gapx-lg-4 {
    gap-left: 2rem !important;
  }

  .gap-lg-5 {
    gap: 2.5rem !important;
  }

  .gapt-lg-5,
  .gapy-lg-5 {
    gap-top: 2.5rem !important;
  }

  .gapr-lg-5,
  .gapx-lg-5 {
    gap-right: 2.5rem !important;
  }

  .gapb-lg-5,
  .gapy-lg-5 {
    gap-bottom: 2.5rem !important;
  }

  .gapl-lg-5,
  .gapx-lg-5 {
    gap-left: 2.5rem !important;
  }

  .gap-lg-6 {
    gap: 3rem !important;
  }

  .gapt-lg-6,
  .gapy-lg-6 {
    gap-top: 3rem !important;
  }

  .gapr-lg-6,
  .gapx-lg-6 {
    gap-right: 3rem !important;
  }

  .gapb-lg-6,
  .gapy-lg-6 {
    gap-bottom: 3rem !important;
  }

  .gapl-lg-6,
  .gapx-lg-6 {
    gap-left: 3rem !important;
  }

  .gap-lg-7 {
    gap: 3.5rem !important;
  }

  .gapt-lg-7,
  .gapy-lg-7 {
    gap-top: 3.5rem !important;
  }

  .gapr-lg-7,
  .gapx-lg-7 {
    gap-right: 3.5rem !important;
  }

  .gapb-lg-7,
  .gapy-lg-7 {
    gap-bottom: 3.5rem !important;
  }

  .gapl-lg-7,
  .gapx-lg-7 {
    gap-left: 3.5rem !important;
  }

  .gap-lg-8 {
    gap: 4rem !important;
  }

  .gapt-lg-8,
  .gapy-lg-8 {
    gap-top: 4rem !important;
  }

  .gapr-lg-8,
  .gapx-lg-8 {
    gap-right: 4rem !important;
  }

  .gapb-lg-8,
  .gapy-lg-8 {
    gap-bottom: 4rem !important;
  }

  .gapl-lg-8,
  .gapx-lg-8 {
    gap-left: 4rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }

  .m-xl-1 {
    margin: 0.5rem !important;
  }

  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.5rem !important;
  }

  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.5rem !important;
  }

  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.5rem !important;
  }

  .m-xl-2 {
    margin: 1rem !important;
  }

  .mt-xl-2,
  .my-xl-2 {
    margin-top: 1rem !important;
  }

  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 1rem !important;
  }

  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 1rem !important;
  }

  .m-xl-3 {
    margin: 1.5rem !important;
  }

  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1.5rem !important;
  }

  .m-xl-4 {
    margin: 2rem !important;
  }

  .mt-xl-4,
  .my-xl-4 {
    margin-top: 2rem !important;
  }

  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 2rem !important;
  }

  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 2rem !important;
  }

  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 2rem !important;
  }

  .m-xl-5 {
    margin: 2.5rem !important;
  }

  .mt-xl-5,
  .my-xl-5 {
    margin-top: 2.5rem !important;
  }

  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 2.5rem !important;
  }

  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 2.5rem !important;
  }

  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 2.5rem !important;
  }

  .m-xl-6 {
    margin: 3rem !important;
  }

  .mt-xl-6,
  .my-xl-6 {
    margin-top: 3rem !important;
  }

  .mr-xl-6,
  .mx-xl-6 {
    margin-right: 3rem !important;
  }

  .mb-xl-6,
  .my-xl-6 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-6,
  .mx-xl-6 {
    margin-left: 3rem !important;
  }

  .m-xl-7 {
    margin: 3.5rem !important;
  }

  .mt-xl-7,
  .my-xl-7 {
    margin-top: 3.5rem !important;
  }

  .mr-xl-7,
  .mx-xl-7 {
    margin-right: 3.5rem !important;
  }

  .mb-xl-7,
  .my-xl-7 {
    margin-bottom: 3.5rem !important;
  }

  .ml-xl-7,
  .mx-xl-7 {
    margin-left: 3.5rem !important;
  }

  .m-xl-8 {
    margin: 4rem !important;
  }

  .mt-xl-8,
  .my-xl-8 {
    margin-top: 4rem !important;
  }

  .mr-xl-8,
  .mx-xl-8 {
    margin-right: 4rem !important;
  }

  .mb-xl-8,
  .my-xl-8 {
    margin-bottom: 4rem !important;
  }

  .ml-xl-8,
  .mx-xl-8 {
    margin-left: 4rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-1 {
    padding: 0.5rem !important;
  }

  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.5rem !important;
  }

  .p-xl-2 {
    padding: 1rem !important;
  }

  .pt-xl-2,
  .py-xl-2 {
    padding-top: 1rem !important;
  }

  .pr-xl-2,
  .px-xl-2 {
    padding-right: 1rem !important;
  }

  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-2,
  .px-xl-2 {
    padding-left: 1rem !important;
  }

  .p-xl-3 {
    padding: 1.5rem !important;
  }

  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1.5rem !important;
  }

  .p-xl-4 {
    padding: 2rem !important;
  }

  .pt-xl-4,
  .py-xl-4 {
    padding-top: 2rem !important;
  }

  .pr-xl-4,
  .px-xl-4 {
    padding-right: 2rem !important;
  }

  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 2rem !important;
  }

  .pl-xl-4,
  .px-xl-4 {
    padding-left: 2rem !important;
  }

  .p-xl-5 {
    padding: 2.5rem !important;
  }

  .pt-xl-5,
  .py-xl-5 {
    padding-top: 2.5rem !important;
  }

  .pr-xl-5,
  .px-xl-5 {
    padding-right: 2.5rem !important;
  }

  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 2.5rem !important;
  }

  .pl-xl-5,
  .px-xl-5 {
    padding-left: 2.5rem !important;
  }

  .p-xl-6 {
    padding: 3rem !important;
  }

  .pt-xl-6,
  .py-xl-6 {
    padding-top: 3rem !important;
  }

  .pr-xl-6,
  .px-xl-6 {
    padding-right: 3rem !important;
  }

  .pb-xl-6,
  .py-xl-6 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-6,
  .px-xl-6 {
    padding-left: 3rem !important;
  }

  .p-xl-7 {
    padding: 3.5rem !important;
  }

  .pt-xl-7,
  .py-xl-7 {
    padding-top: 3.5rem !important;
  }

  .pr-xl-7,
  .px-xl-7 {
    padding-right: 3.5rem !important;
  }

  .pb-xl-7,
  .py-xl-7 {
    padding-bottom: 3.5rem !important;
  }

  .pl-xl-7,
  .px-xl-7 {
    padding-left: 3.5rem !important;
  }

  .p-xl-8 {
    padding: 4rem !important;
  }

  .pt-xl-8,
  .py-xl-8 {
    padding-top: 4rem !important;
  }

  .pr-xl-8,
  .px-xl-8 {
    padding-right: 4rem !important;
  }

  .pb-xl-8,
  .py-xl-8 {
    padding-bottom: 4rem !important;
  }

  .pl-xl-8,
  .px-xl-8 {
    padding-left: 4rem !important;
  }

  .gap-xl-0 {
    gap: 0 !important;
  }

  .gapt-xl-0,
  .gapy-xl-0 {
    gap-top: 0 !important;
  }

  .gapr-xl-0,
  .gapx-xl-0 {
    gap-right: 0 !important;
  }

  .gapb-xl-0,
  .gapy-xl-0 {
    gap-bottom: 0 !important;
  }

  .gapl-xl-0,
  .gapx-xl-0 {
    gap-left: 0 !important;
  }

  .gap-xl-1 {
    gap: 0.5rem !important;
  }

  .gapt-xl-1,
  .gapy-xl-1 {
    gap-top: 0.5rem !important;
  }

  .gapr-xl-1,
  .gapx-xl-1 {
    gap-right: 0.5rem !important;
  }

  .gapb-xl-1,
  .gapy-xl-1 {
    gap-bottom: 0.5rem !important;
  }

  .gapl-xl-1,
  .gapx-xl-1 {
    gap-left: 0.5rem !important;
  }

  .gap-xl-2 {
    gap: 1rem !important;
  }

  .gapt-xl-2,
  .gapy-xl-2 {
    gap-top: 1rem !important;
  }

  .gapr-xl-2,
  .gapx-xl-2 {
    gap-right: 1rem !important;
  }

  .gapb-xl-2,
  .gapy-xl-2 {
    gap-bottom: 1rem !important;
  }

  .gapl-xl-2,
  .gapx-xl-2 {
    gap-left: 1rem !important;
  }

  .gap-xl-3 {
    gap: 1.5rem !important;
  }

  .gapt-xl-3,
  .gapy-xl-3 {
    gap-top: 1.5rem !important;
  }

  .gapr-xl-3,
  .gapx-xl-3 {
    gap-right: 1.5rem !important;
  }

  .gapb-xl-3,
  .gapy-xl-3 {
    gap-bottom: 1.5rem !important;
  }

  .gapl-xl-3,
  .gapx-xl-3 {
    gap-left: 1.5rem !important;
  }

  .gap-xl-4 {
    gap: 2rem !important;
  }

  .gapt-xl-4,
  .gapy-xl-4 {
    gap-top: 2rem !important;
  }

  .gapr-xl-4,
  .gapx-xl-4 {
    gap-right: 2rem !important;
  }

  .gapb-xl-4,
  .gapy-xl-4 {
    gap-bottom: 2rem !important;
  }

  .gapl-xl-4,
  .gapx-xl-4 {
    gap-left: 2rem !important;
  }

  .gap-xl-5 {
    gap: 2.5rem !important;
  }

  .gapt-xl-5,
  .gapy-xl-5 {
    gap-top: 2.5rem !important;
  }

  .gapr-xl-5,
  .gapx-xl-5 {
    gap-right: 2.5rem !important;
  }

  .gapb-xl-5,
  .gapy-xl-5 {
    gap-bottom: 2.5rem !important;
  }

  .gapl-xl-5,
  .gapx-xl-5 {
    gap-left: 2.5rem !important;
  }

  .gap-xl-6 {
    gap: 3rem !important;
  }

  .gapt-xl-6,
  .gapy-xl-6 {
    gap-top: 3rem !important;
  }

  .gapr-xl-6,
  .gapx-xl-6 {
    gap-right: 3rem !important;
  }

  .gapb-xl-6,
  .gapy-xl-6 {
    gap-bottom: 3rem !important;
  }

  .gapl-xl-6,
  .gapx-xl-6 {
    gap-left: 3rem !important;
  }

  .gap-xl-7 {
    gap: 3.5rem !important;
  }

  .gapt-xl-7,
  .gapy-xl-7 {
    gap-top: 3.5rem !important;
  }

  .gapr-xl-7,
  .gapx-xl-7 {
    gap-right: 3.5rem !important;
  }

  .gapb-xl-7,
  .gapy-xl-7 {
    gap-bottom: 3.5rem !important;
  }

  .gapl-xl-7,
  .gapx-xl-7 {
    gap-left: 3.5rem !important;
  }

  .gap-xl-8 {
    gap: 4rem !important;
  }

  .gapt-xl-8,
  .gapy-xl-8 {
    gap-top: 4rem !important;
  }

  .gapr-xl-8,
  .gapx-xl-8 {
    gap-right: 4rem !important;
  }

  .gapb-xl-8,
  .gapy-xl-8 {
    gap-bottom: 4rem !important;
  }

  .gapl-xl-8,
  .gapx-xl-8 {
    gap-left: 4rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

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

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 600 !important;
}

.font-weight-bolder {
  font-weight: 700 !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff;
}

.text-black {
  color: var(--color-text-primary);
}

.text-primary {
  color: var(--color-brand-primary);
}

.text-secondary {
  color: var(--color-text-secondary);
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visibility-hidden,
.recent-activity-accessibility-label,
.pagination-first-text,
.pagination-last-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
}

@media (prefers-reduced-motion: no-preference) {

  .animate-on-scroll.animate--fade-in,
  .animate-on-scroll.animate--slide-in {
    opacity: 0.01;
  }

  .animate-on-scroll.animate--slide-in {
    transform: translateY(2rem);
  }

  .animate-on-scroll:not(.animate-on-scroll--offscreen).animate--fade-in {
    opacity: 1;
    animation: var(--animation-fade-in);
  }

  .animate-on-scroll:not(.animate-on-scroll--offscreen).animate--slide-in {
    animation: var(--animation-slide-in);
    animation-delay: calc(var(--animation-order) * 75ms);
  }

  .animate-on-scroll:not(.animate-on-scroll--offscreen).animate-on-scroll--cancel {
    opacity: 1;
    transition: none;
    animation: none;
  }
}

@keyframes slideIn {
  from {
    opacity: 0.01;
    transform: translateY(3rem);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0.01;
  }

  to {
    opacity: 1;
  }
}

.icon {
  position: relative;
  display: inline-flex;
  width: 1rem;
  line-height: 1;
  flex-shrink: 0;
}

summary {
  position: relative;
  list-style: none;
  cursor: pointer;
}

summary::-webkit-details-marker {
  display: none;
}

details-accordion {
  display: block;
}

/* Blockquotes */
blockquote {
  position: relative;
  padding: 1rem 3rem;
  margin: 0 0 1.5rem;
  font-family: var(--font-family-body);
  font-size: var(--text-xl);
  line-height: 2rem;
  color: var(--color-text-primary);
  text-align: center;
}

blockquote>*:last-child {
  margin-bottom: 0;
}

blockquote:after,
blockquote:before {
  position: absolute;
  width: 24px;
  height: 24px;
  color: var(--color-text-primary);
  content: "";
  background-color: var(--color-text-primary);
  -webkit-mask: var(--blockqoute-icon) center/contain no-repeat;
  mask: var(--blockqoute-icon) center/contain no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
}

blockquote:before {
  top: 0;
}

blockquote:before {
  left: 0;
}

blockquote:after {
  bottom: 0;
}

blockquote:after {
  right: 0;
  transform: scaleY(-1) rotate(180deg);
}

.callout,
.note,
.warning,
.danger,
.success {
  position: relative;
  z-index: 1;
  overflow: hidden;
  list-style: none;
  border-radius: var(--border-radius-base);
}

.callout,
.note,
.warning,
.danger,
.success {
  padding: var(--callout-padding) var(--callout-padding) var(--callout-padding) calc(var(--callout-padding) * 2);
}

.callout>*+*,
.note>*+*,
.warning>*+*,
.danger>*+*,
.success>*+* {
  margin-top: var(--flow-space, 1rem);
}

.callout:after,
.note:after,
.warning:after,
.danger:after,
.success:after {
  position: absolute;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--callout-color);
  border-radius: var(--border-radius-base);
  opacity: 0.15;
}

.callout:after,
.note:after,
.warning:after,
.danger:after,
.success:after {
  left: 0;
}

.callout:before,
.note:before,
.note--default:before,
.callout--info:before,
.note--warning:before,
.warning:before,
.callout--warning:before,
.note--danger:before,
.danger:before,
.callout--danger:before,
.note--success:before,
.success:before,
.callout--success:before {
  position: absolute;
  top: 2rem;
  width: 24px;
  height: 24px;
  content: "";
  -webkit-mask-size: cover;
  mask-size: cover;
}

.callout:before,
.note:before,
.note--default:before,
.callout--info:before,
.note--warning:before,
.warning:before,
.callout--warning:before,
.note--danger:before,
.danger:before,
.callout--danger:before,
.note--success:before,
.success:before,
.callout--success:before {
  left: 2rem;
}

.note:before,
.note--default:before,
.callout:before,
.callout--info:before {
  background-color: var(--info-callout-color);
  -webkit-mask: var(--info-callout-icon) center/contain no-repeat;
  mask: var(--info-callout-icon) center/contain no-repeat;
}

.note--success:before,
.success:before,
.callout--success:before {
  background-color: var(--success-callout-color);
  -webkit-mask: var(--success-callout-icon) center/contain no-repeat;
  mask: var(--success-callout-icon) center/contain no-repeat;
}

.note--danger:before,
.danger:before,
.callout--danger:before {
  background-color: var(--danger-callout-color);
  -webkit-mask: var(--danger-callout-icon) center/contain no-repeat;
  mask: var(--danger-callout-icon) center/contain no-repeat;
}

.note--warning:before,
.warning:before,
.callout--warning:before {
  background-color: var(--warning-callout-color);
  -webkit-mask: var(--warning-callout-icon) center/contain no-repeat;
  mask: var(--warning-callout-icon) center/contain no-repeat;
}

.shadow.callout,
.shadow.note,
.shadow.warning,
.shadow.danger,
.shadow.success {
  box-shadow: var(--callout-box-shadow);
}

.minimal.callout,
.minimal.note,
.minimal.warning,
.minimal.danger,
.minimal.success {
  border-left: none;
}

.stroke.note,
.minimal.stroke.note,
.minimal.stroke.callout--info,
.stroke.callout--info {
  border: 1px solid var(--info-callout-color);
}

.minimal.stroke.warning,
.minimal.stroke.callout--warning,
.stroke.callout--warning,
.stroke.warning {
  border: 1px solid var(--warning-callout-color);
}

.minimal.stroke.callout--danger,
.minimal.stroke.danger,
.stroke.callout--danger,
.stroke.danger {
  border: 1px solid var(--danger-callout-color);
}

.minimal.stroke.callout--success,
.minimal.stroke.success,
.stroke.callout--success,
.stroke.success {
  border: 1px solid var(--success-callout-color);
}

.note,
.note--default,
.callout,
.callout--info,
.callout--primary {
  --callout-color: var(--info-callout-color);
}

.note,
.note--default,
.callout,
.callout--info,
.callout--primary {
  border-left: var(--callout-border-width) solid var(--info-callout-color);
}

.warning,
.note--warning,
.callout--warning {
  --callout-color: var(--warning-callout-color);
}

.warning,
.note--warning,
.callout--warning {
  border-left: var(--callout-border-width) solid var(--warning-callout-color);
}

.danger,
.note--danger,
.callout--danger {
  --callout-color: var(--danger-callout-color);
}

.danger,
.note--danger,
.callout--danger {
  border-left: var(--callout-border-width) solid var(--danger-callout-color);
}

.success,
.note--success,
.callout--success {
  --callout-color: var(--success-callout-color);
}

.success,
.note--success,
.callout--success {
  border-left: var(--callout-border-width) solid var(--success-callout-color);
}

.no-icon.callout,
.no-icon.note,
.no-icon.warning,
.no-icon.danger,
.no-icon.success {
  padding: var(--callout-padding);
}

.no-icon.callout:before,
.no-icon.note:before,
.no-icon.warning:before,
.no-icon.danger:before,
.no-icon.success:before {
  display: none;
}

.transparent.callout:after,
.transparent.note:after,
.transparent.warning:after,
.transparent.danger:after,
.transparent.success:after {
  background-color: transparent;
}

.neutral.callout:after,
.neutral.note:after,
.neutral.warning:after,
.neutral.danger:after,
.neutral.success:after {
  background-color: var(--neutral-callout-color);
  opacity: 0.2;
}

code {
  font-size: 0.875em;
  word-wrap: break-word;
}

.rte code:not([class]) {
  padding: 0.25em;
  background-color: var(--code-bg);
  border-radius: var(--border-radius-base);
}

.rte pre code {
  padding: 1.25rem;
  border-radius: var(--border-radius-base);
}

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

pre {
  position: relative;
}

.copy-code {
  position: absolute;
  top: 22px;
  z-index: 2;
  font-family: var(--font-family-body);
  font-size: 14px;
  font-weight: 600;
  color: var(--color-dark-theme-text, var(--color-text-primary));
  cursor: pointer;
}

.copy-code:before {
  display: inline-block;
  width: 18px;
  height: 18px;
  vertical-align: middle;
  content: "";
}

.copy-code {
  right: 22px;
}

.copy-code:before {
  margin-right: 5px;
  background: var(--color-dark-theme-text, var(--color-text-primary));
  -webkit-mask: var(--copy-code-icon) center/contain no-repeat;
  mask: var(--copy-code-icon) center/contain no-repeat;
}

[dir] .copy-code:before {
  background-size: 18px auto;
}

.list-check ul:not([class]),
.list-bullet ul:not([class]),
.list-number ul:not([class]),
.list-colored ul:not([class]),
.list-anchor ul:not([class]),
.list-dash ul:not([class]),
.list-file ul:not([class]),
.rte ul:not([class]) {
  list-style-type: disc;
}

.list-check ul:not([class]),
.list-bullet ul:not([class]),
.list-number ul:not([class]),
.list-colored ul:not([class]),
.list-anchor ul:not([class]),
.list-dash ul:not([class]),
.list-file ul:not([class]),
.rte ul:not([class]) {
  padding-left: 1rem;
}

.list-check ul:not([class])>li,
.list-bullet ul:not([class])>li,
.list-number ul:not([class])>li,
.list-colored ul:not([class])>li,
.list-anchor ul:not([class])>li,
.list-dash ul:not([class])>li,
.list-file ul:not([class])>li,
.rte ul:not([class])>li {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.list-check ul:not([class])>li,
.list-bullet ul:not([class])>li,
.list-number ul:not([class])>li,
.list-colored ul:not([class])>li,
.list-anchor ul:not([class])>li,
.list-dash ul:not([class])>li,
.list-file ul:not([class])>li,
.rte ul:not([class])>li {
  padding-left: 0.5rem;
}

.list-check ul:not([class])>li::marker,
.list-bullet ul:not([class])>li::marker,
.list-number ul:not([class])>li::marker,
.list-colored ul:not([class])>li::marker,
.list-anchor ul:not([class])>li::marker,
.list-dash ul:not([class])>li::marker,
.list-file ul:not([class])>li::marker,
.rte ul:not([class])>li::marker {
  color: var(--rte-bullet-color);
}

.rte-enhanced ol {
  list-style: none;
}

.list-check,
.list-bullet,
.list-number,
.rte-enhanced ol,
.rte ol,
.list-colored,
.list-anchor,
.list-dash,
.list-file {
  list-style-position: inside;
}

.list-check,
.list-bullet,
.list-number,
.rte-enhanced ol,
.rte ol,
.list-colored,
.list-anchor,
.list-dash,
.list-file {
  padding-left: 0;
}

.list-number li,
.rte-enhanced ol li,
.list-colored li,
.list-file li,
.rte li {
  list-style: inherit;
}

.list-number li:last-child,
.rte-enhanced ol li:last-child,
.list-colored li:last-child,
.rte li:last-child {
  margin-bottom: 0;
}

.article__body .list-check,
.article__body .list-bullet,
.article__body .list-number,
.article__body .rte-enhanced ol,
.article__body .list-colored,
.article__body .list-anchor,
.article__body .list-task,
.article__body .list-dash,
.article__body .list-file {
  list-style: none;
}

.article__body .list-check,
.article__body .list-bullet,
.article__body .list-number,
.article__body .rte-enhanced ol,
.article__body .list-colored,
.article__body .list-anchor,
.article__body .list-task,
.article__body .list-dash,
.article__body .list-file {
  padding-left: 0;
}

.list-check>li,
.list-bullet>li,
.list-number>li,
.rte-enhanced ol>li,
.list-colored>li,
.list-task>div,
.list-task>li,
.list-dash>li,
.list-anchor>li,
.list-file>li {
  position: relative;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.list-check>li,
.list-bullet>li,
.list-number>li,
.rte-enhanced ol>li,
.list-colored>li,
.list-task>div,
.list-task>li,
.list-dash>li,
.list-anchor>li,
.list-file>li {
  padding-left: 2.5rem;
}

.list-anchor>li,
.list-file>li {
  padding-left: 1.5rem;
}

.list-dash>li {
  padding-left: 1.75rem;
}

.rte li+ul,
.rte li+ol {
  margin-left: 2.5rem;
}

.list-check>li:before,
.list-bullet>li:before,
.list-number>li:before,
.list-anchor>li:before,
.list-file>li:before,
.rte-enhanced ol>li:before,
.list-colored>li:before,
.list-dash>li:before {
  position: absolute;
  top: 0.15em;
  display: inline-block;
  width: 1.725em;
  height: 1.725em;
  font-size: 0.875em;
  font-weight: 500;
  line-height: 1.725em;
  text-align: center;
  border-radius: 50%;
}

.list-check>li:before,
.list-bullet>li:before,
.list-number>li:before,
.list-anchor>li:before,
.list-file>li:before,
.rte-enhanced ol>li:before,
.list-colored>li:before,
.list-dash>li:before {
  left: 0;
}

.list-anchor>li:before,
.list-file>li:before {
  width: 1rem;
  height: 1rem;
  content: "";
}

.list-anchor>li:before,
.list-file>li:before {
  left: 0;
}

.list-anchor>li:before {
  top: 0.4rem;
  background: var(--anchor-list-icon) center/contain no-repeat;
}

.list-file>li:before {
  top: 0.5rem;
  background: var(--anchor-file-icon) center/contain no-repeat;
}

.list-bullet>li:before,
.list-check>li:before {
  color: var(--list-bullet-text, var(--color-brand-primary-inverse));
  content: "✓";
  background-color: var(--list-bullet-bg, var(--color-text-primary));
}

.list-number,
.rte-enhanced ol,
.list-colored {
  counter-reset: list;
}

.list-number>li,
.rte-enhanced ol>li,
.list-colored>li {
  counter-increment: list;
}

.list-number>li:before,
.rte-enhanced ol>li:before,
.list-colored>li:before {
  color: var(--list-bullet-bg, var(--color-brand-primary-inverse));
  content: counter(list);
  background-color: var(--list-bullet-bg, var(--color-text-primary));
}

.task-wrapper {
  display: flex;
  align-items: center;
}

.task-wrapper label {
  display: flex;
  font-weight: normal;
  cursor: pointer;
  align-items: center;
}

.task-wrapper label {
  margin-left: -2rem;
}

.task-wrapper label:before {
  width: 1.25rem;
  height: 1.25rem;
  content: "";
  background-color: var(--body-color-bg);
  border: 0.05em solid var(--color-text-primary);
  border-radius: 0.15em;
}

.task-wrapper label:before {
  margin-right: 0.5em;
}

.task-wrapper input[type=checkbox] {
  position: absolute;
  cursor: pointer;
  opacity: 0;
}

.task-wrapper label:hover:before,
.task-wrapper input[type=checkbox]:hover+label:before {
  background-color: var(--color-bg-secondary);
}

.task-wrapper label:focus:before,
.task-wrapper input[type=checkbox]:focus+label:before {
  background-color: var(--color-bg-secondary);
  border-color: var(--color-brand-primary);
}

.task-wrapper input[type=checkbox]:checked+label:before {
  display: flex;
  color: var(--color-brand-primary-inverse);
  content: "✓";
  background-color: var(--color-brand-primary);
  border-color: var(--color-brand-primary);
  justify-content: center;
  align-items: center;
}

.list-dash>li:before {
  content: "—";
}

.list-step {
  position: relative;
}

.list-step>li:not(:last-child):after {
  position: absolute;
  top: 1rem;
  bottom: 10px;
  z-index: -1;
  width: 1px;
  content: "";
  background-color: var(--light-gray);
}

.list-step>li:not(:last-child):after {
  left: calc(1.5rem + 1px);
}

.list-number.list-step>li:not(:last-child):after,
.list-colored.list-step>li:not(:last-child):after,
.list-file.list-step>li:not(:last-child):after,
.list-task.list-step>.task-wrapper:not(:last-child):after,
.list-task.list-step>li:not(:last-child):after,
.list-dash.list-step>li:not(:last-child):after {
  position: absolute;
  top: 1rem;
  bottom: -1.5rem;
  z-index: -1;
  width: 1px;
  content: "";
  background-color: var(--light-gray);
}

.list-number.list-step>li:not(:last-child):after,
.list-colored.list-step>li:not(:last-child):after,
.list-task.list-step>.task-wrapper:not(:last-child):after,
.list-dash.list-step>li:not(:last-child):after {
  left: calc(1rem - 4px);
}

.list-file.list-step>li:not(:last-child):after {
  left: 1.5rem;
}

.list-task.list-step>li {
  position: relative;
}

.list-task.list-step>li:before {
  position: absolute;
  top: calc(1rem - 6px);
  width: 8px;
  height: 8px;
  content: "";
  background-color: var(--body-color-bg);
  border: 1px solid var(--color-text-primary);
  border-radius: 50%;
}

.list-task.list-step>li:before {
  left: calc(1rem - 2px);
}

.list-task.list-step>.task-wrapper:not(:last-child):after,
.list-task.list-step>li:not(:last-child):after {
  left: calc(1rem + 2px);
}

.img-magnifier-glass {
  position: absolute;
  width: 150px;
  height: 150px;
  cursor: none;
  border: 1px solid rgb(121, 121, 121);
  border-radius: 50%;
}

.rte iframe,
.rte embed,
.rte object,
.rte video {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
}

.embed,
.embed-responsive {
  position: relative;
  z-index: 1;
  display: block;
  height: 0;
  padding: 0;
  padding-bottom: 56.25%;
  margin-bottom: 30px;
  overflow: hidden;
}

.embed img,
.embed-responsive img {
  width: 100%;
}

.embed iframe,
.embed embed,
.embed object,
.embed video,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed iframe,
.embed embed,
.embed object,
.embed video,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  left: 0;
}

.embed-responsive--16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive--4by3 {
  padding-bottom: 75%;
}

.rte {
  word-break: break-word;
}

.rte * {
  margin-bottom: 0;
}

.rte>*:not([hidden])+*:not([hidden]) {
  margin-top: var(--flow-space, 1rem);
}

.rte>* {
  margin-bottom: 0;
}

.rte h1,
.rte h2,
.rte h3 {
  --flow-space: 3rem;
}

.rte h4,
.rte h5,
.rte h6 {
  --flow-space: 2rem;
}

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

.rte>p:first-child {
  margin-top: 0;
}

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

.rte figcaption {
  margin-top: 1rem;
  opacity: 0.75;
}

table {
  border-spacing: 0px;
  border-collapse: collapse;
  background-color: transparent;
}

.rte table:not([class*=table]) {
  width: 100%;
  table-layout: auto;
}

.rte table:not([class*=table]) {
  text-align: left;
}

.rte table:not([class*=table]) thead {
  border-bottom-color: var(--color-border);
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.rte table:not([class*=table]) th,
.rte table:not([class*=table]) td {
  padding-right: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
}

.rte table:not([class*=table]) th:first-child,
.rte table:not([class*=table]) td:first-child {
  padding-left: 0;
}

.rte table:not([class*=table]) th:last-child,
.rte table:not([class*=table]) td:last-child {
  padding-right: 0;
}

.rte table:not([class*=table]) th {
  font-weight: 600;
  vertical-align: bottom;
}

.rte table:not([class*=table]) tbody tr {
  border-bottom-color: var(--color-border);
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.rte table:not([class*=table]) tbody td {
  padding-top: 0.5rem;
  vertical-align: baseline;
}

.rte table:not([class*=table]) tbody tr:last-child {
  border-bottom-width: 0;
}

.table-responsive {
  min-height: 0.01%;
  overflow-x: auto;
}

@media screen and (max-width: 575px) {
  .table-responsive {
    width: 100%;
    overflow-y: hidden;
    border: var(--border-width) solid var(--color-border);
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .table-responsive>table {
    margin-bottom: 0;
  }

  .table-responsive>table>thead>tr>th,
  .table-responsive>table>thead>tr>td,
  .table-responsive>table>tbody>tr>th,
  .table-responsive>table>tbody>tr>td,
  .table-responsive>table>tfoot>tr>th,
  .table-responsive>table>tfoot>tr>td {
    white-space: nowrap;
  }
}

.rte table.hover td,
.rte table.hover th,
.rte table.border td,
.rte table.border th,
.rte table.striped td,
.rte table.striped th,
.rte table.colored td,
.rte table.colored th {
  padding: 1rem !important;
}

table.striped tbody tr:nth-child(odd) {
  color: inherit;
}

.rte table.colored:not([class*=table]) thead {
  border-bottom: none;
}

.table--color-header thead th:first-child,
table.colored thead th:first-child {
  border-top-left-radius: var(--border-radius-base-min);
}

.table--color-header thead th:last-child,
table.colored thead th:last-child {
  border-top-right-radius: var(--border-radius-base-min);
}

table.table--color-header th,
table.colored th {
  color: var(--color-brand-primary-inverse);
  background-color: var(--color-brand-primary);
}

table.border {
  border-collapse: separate;
  border: 1px solid var(--color-border);
  border-radius: var(--border-radius-base-min);
}

table.border tbody tr:not(:last-child) td,
table.border th {
  border-bottom: 1px solid var(--color-border);
}

table.border td:not(:first-child),
table.border th:not(:first-child) {
  border-left: 1px solid var(--color-border);
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: calc(var(--line-height-computed));
}

.table th,
.table td {
  padding: 12px;
  vertical-align: top;
}

.table td {
  border-top: 1px solid var(--color-border);
}

.table--color-header tbody tr:first-child td {
  border-top: none;
}

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

.table thead th {
  text-align: left;
}

.table tbody+tbody {
  border-top: 1px solid var(--color-border);
}

.table .table {
  background-color: var(--color-brand-primary-inverse);
}

.table--color-header th {
  color: var(--color-brand-primary-inverse);
  background-color: var(--color-brand-primary);
}

.table--striped th,
.table--striped td,
.table--striped thead th {
  border-color: var(--color-brand-primary-inverse);
}

.table--striped tbody tr:nth-child(odd) {
  color: inherit;
}

.table--hover tbody tr:hover {
  color: inherit;
}

.table--bordered {
  border-collapse: separate;
  border: 1px solid var(--color-border);
  border-radius: var(--border-radius-base-min);
}

.table--bordered td:not(:first-child),
.table--bordered th:not(:first-child) {
  border-left: 1px solid var(--color-border);
}

.table--striped tbody tr:nth-child(odd),
table.striped tbody tr:nth-child(odd),
.table--hover tbody tr,
.rte table.hover tr {
  position: relative;
}

.table--striped tbody tr:nth-child(odd) td,
table.striped tbody tr:nth-child(odd) td,
.table--hover tbody tr td,
.rte table.hover tr td {
  position: relative;
  z-index: 1;
}

.table--striped th,
.table--striped td,
table.striped th,
.table--striped td {
  position: relative;
}

.table--striped tbody td:after,
table.striped tbody td:after,
.table--hover tbody td:after,
.rte table.hover tbody td:after {
  position: absolute;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  pointer-events: none;
  content: "";
  opacity: 0.3;
}

.table--striped tbody td:after,
table.striped tbody td:after,
.table--hover tbody td:after,
.rte table.hover tbody td:after {
  left: 0;
}

.table--hover tbody td:after,
.rte table.hover tbody td:after {
  background-color: rgba(0, 0, 0, 0);
}

.table--striped tbody td:after,
table.striped tbody td:after {
  background-color: var(--color-table-bg-hover);
}

.table--striped tbody tr:nth-child(even) td:after,
table.striped tbody tr:nth-child(even) td:after {
  background-color: rgba(0, 0, 0, 0);
}

.table--hover tbody tr:hover td:after,
.rte table.hover tbody tr:hover td:after {
  background-color: var(--color-table-bg-hover);
}

.tabs {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin-bottom: 3rem;
}

.tab {
  flex-basis: 100%;
  padding: 2rem 0 0;
  border-top: var(--border-width) solid var(--color-border);
}

.tab p {
  margin: 0 0 1rem;
}

.tab ol,
.tab ul {
  margin: 0 0 1rem;
}

.tab h3,
.tab h4 {
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
}

.tab>*:first-child {
  margin: 0 0 1rem;
}

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

.tabs-link {
  position: relative;
  z-index: 1;
  padding: 0.5rem 1rem;
  margin: 0;
  font-weight: var(--font-weight-bold);
  color: var(--color-text-primary);
  cursor: pointer;
  border-bottom: 3px solid transparent;
  outline: none;
}

.tabs-link[aria-selected=true] {
  color: var(--color-brand-primary);
  cursor: pointer;
  background-color: var(--tabs-bg, var(--color-bg));
  border-bottom-color: var(--color-brand-primary);
}

.underline .tabs-link[aria-selected=true] {
  border-color: var(--color-brand-primary);
  border-width: 0 0 var(--border-width) 0;
}

.background .tabs-link[aria-selected=true],
.background .tab {
  position: relative;
  overflow: hidden;
  color: var(--color-text-primary);
  border-width: 0 0 0 0;
}

.background .tab:after,
.background .tabs-link[aria-selected=true]:after {
  position: absolute;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--color-brand-primary);
  opacity: 0.15;
}

.background .tab:after,
.background .tabs-link[aria-selected=true]:after {
  left: 0;
}

slider-component {
  position: relative;
  display: block;
}

.slider-grid {
  display: flex;
  padding: 0;
  margin-bottom: 2rem;
  list-style: none;
  flex-wrap: wrap;
}

.slider-grid:last-child {
  margin-bottom: 0;
}

.slider {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.slider::-webkit-scrollbar {
  display: none;
  width: 0.4rem;
  height: 0.4rem;
}

.slider::-webkit-scrollbar-thumb {
  border: 0;
  border-radius: 0.4rem;
}

.slider::-webkit-scrollbar-track {
  border-radius: 0.4rem;
}

.slider.slider--tablet {
  position: relative;
  margin-bottom: 1rem;
  overflow-x: auto;
  flex-wrap: inherit;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}

.slider.slider--tablet {
  scroll-padding-left: 1.5rem;
}

.slider--tablet.smooth {
  scroll-behavior: smooth;
}

.slider--tablet:after {
  width: 0;
  content: "";
}

.slider--tablet:after {
  padding-left: 1.5rem;
}

.slider.slider--tablet .slider__slide {
  margin-bottom: 0;
}

.slider-grid__item {
  flex-grow: 1;
  flex-shrink: 0;
}

.slider-grid__item.slider__slide--full-width {
  width: 100%;
  max-width: none;
}

.slider__slide {
  scroll-snap-align: start;
  flex-shrink: 0;
  padding-bottom: 0;
}

.slider-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn.slider-button {
  display: flex;
  width: 44px;
  height: 44px;
  cursor: pointer;
  border: none;
  align-items: center;
  justify-content: center;
}

.slider-button .icon {
  height: 0.6rem;
}

.slider-button[disabled] {
  cursor: not-allowed;
  opacity: 0.5;
}

.slider-button[disabled] .icon {
  cursor: not-allowed;
}

.slider-button--next .icon {
  transform: rotate(-90deg);
}

.slider-button--prev .icon {
  transform: rotate(90deg);
}

.slider-button--next:not([disabled]):hover .icon {
  transform: rotate(-90deg) scale(1.1);
}

.slider-button--prev:not([disabled]):hover .icon {
  transform: rotate(90deg) scale(1.1);
}

.slider-counter {
  display: flex;
  justify-content: center;
  min-width: 4.4rem;
}

/* Components */

.dropdown-toggle--user {
  padding: 0;
  font-weight: var(--font-weight-bold);
  color: inherit;
  border: 0;
}

.pill {
  z-index: 1;
  display: inline-flex;
}

.pill,
.recent-activity-item-parent {
  position: relative;
  padding: 0.5rem 1rem;
  font-size: var(--text-sm);
  font-weight: var(--font-weight-bold);
  color: var(--color-text-primary);
  letter-spacing: 0;
  border-radius: calc(var(--border-radius-base) * 5);
}

.pill {
  background-color: var(--color-bg-secondary);
}

.recent-activity-item-parent:after {
  position: absolute;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--color-info);
  border-radius: calc(var(--border-radius-base) * 5);
  opacity: 0.15;
}

.recent-activity-item-parent:after {
  left: 0;
}

.pill--sm {
  padding: 0.25rem 0.75rem;
}

.pill--info,
.pill--success,
.pill--danger,
.pill--warning,
.pill--open,
.pill--answered,
.pill--solved,
.pill--closed {
  background-color: transparent;
}

.pill--info:after,
.pill--success:after,
.pill--danger:after,
.pill--warning:after,
.pill--open:after,
.pill--solved:after,
.pill--closed:after,
.pill--answered:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: "";
  border-radius: calc(var(--border-radius-base) * 5);
  opacity: 0.15;
}

.pill--info:after {
  background-color: var(--color-info);
  opacity: 0.15;
}

.pill--success:after,
.pill--solved:after,
.pill--closed:after {
  background-color: var(--color-success);
  opacity: 0.15;
}

.pill--danger:after,
.pill--open:after {
  background-color: var(--color-danger);
  opacity: 0.15;
}

.pill--warning:after,
.pill--answered:after {
  background-color: var(--color-warning);
  opacity: 0.15;
}

a.pill:hover,
a.pill:active,
a.pill:focus,
.recent-activity-item-parent:hover,
.recent-activity-item-parent:active,
.recent-activity-item-parent:focus {
  color: #fff;
  text-decoration: none;
  background-color: var(--color-brand-primary-hover);
}

a.pill:hover:after,
a.pill:active:after,
a.pill:focus:after {
  background-color: var(--color-brand-primary-hover);
}

.avatar {
  position: relative;
  display: inline-block;
  border-radius: 100%;
}

.avatar svg {
  position: absolute;
  bottom: -0.25rem;
  z-index: 2;
  display: flex;
  width: 1.125rem;
  height: 1.125rem;
  fill: var(--color-brand-primary);
  background-color: var(--avatar-icon-bg, var(--color-bg));
  border-radius: 100%;
}

.avatar svg {
  right: -0.25rem;
}

.avatar:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  border-radius: 100%;
  box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.15) inset;
}

.avatar__badge {
  position: absolute;
  top: -0.5rem;
  display: inline-flex;
  min-width: 20px;
  height: 20px;
  padding: 4px;
  font-size: var(--text-xxs);
  color: #fff;
  background: #cc0000;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}

.avatar__badge {
  right: -0.5rem;
}

.avatar__badge:not(.is-active) {
  display: none;
}

.user-avatar {
  position: relative;
  border-radius: 100%;
}

.user-avatar--default {
  width: 3rem;
  height: 3rem;
}

.user-avatar--topbar {
  width: 2rem;
  height: 2rem;
}

.user-avatar--profile {
  width: 3rem;
  height: 3rem;
}

.meta {
  font-size: 14px;
  color: var(--color-text-secondary);
}

.meta__item {
  display: inline-block;
}

.meta__item {
  margin-right: 0.25rem;
}

.meta__item+.meta__item:before {
  font-size: 0.75rem;
  content: "•";
}

.meta__item+.meta__item:before {
  margin-right: 0.25rem;
}

.meta__link {
  color: inherit;
}

.meta--profile {
  margin-bottom: 0;
}

.meta--search {
  font-size: var(--text-base);
}

.meta--search .meta__item {
  margin-right: 1.5rem;
}

.meta--search .meta__item:before {
  display: none;
}

.breadcrumbs {
  margin-top: 0;
  margin-bottom: 0;
  list-style: none;
  font-size: var(--text-sm);
}

.breadcrumbs>li {
  display: inline-block;
}

.breadcrumbs>li+li:before {
  padding: 0 5px;
  color: var(--breadcrumbs-color, var(--color-text-secondary));
  content: " ";
  content: "› ";
}

.breadcrumbs>li a {
  color: var(--breadcrumbs-color, var(--color-text-secondary));
}

.breadcrumbs>li:last-child a {
  color: var(--color-text-primary);
}

.breadcrumbs {
  padding: 0;
}

.breadcrumbs--search-results {
  padding: 0;
}

.breadcrumbs-wrapper {
  padding-top: 2rem;
}

.menu-toggle {
  position: relative;
  display: block;
  height: auto;
  padding: 1rem 0.5rem;
  cursor: pointer;
  background-color: transparent;
  border: none;
  box-shadow: none;
  -webkit-appearance: none;
  order: 1;
}

.menu-toggle {
  margin-right: -0.5rem;
}

@media (min-width: 768px) {
  .menu-toggle {
    display: none;
  }
}

.menu-toggle span {
  position: relative;
  display: block;
  pointer-events: none;
}

.menu-toggle span,
.menu-toggle span:after,
.menu-toggle span:before {
  width: 26px;
  height: 2px;
  background-color: var(--topbar-color-text);
  transition: background-color 0.15s, transform 0.15s;
}

.menu-toggle span:after,
.menu-toggle span:before {
  position: absolute;
  content: "";
}

.menu-toggle span:after,
.menu-toggle span:before {
  left: 0;
}

.menu-toggle span:before {
  top: -7px;
}

.menu-toggle span:after {
  top: 7px;
}

.copy-btn {
  font-size: var(--text-sm);
}

.entry-info {
  display: flex;
  font-size: var(--text-lg);
}

.entry-info__avatar {
  flex-shrink: 0;
}

.entry-info__avatar {
  padding-right: 1rem;
}

.entry-info .author a {
  color: var(--color-text-primary);
}

.hero-unit {
  position: relative;
  display: flex;
  background-color: var(--color-bg-tertiary);
  align-items: center;
}

.hero-unit__content {
  position: relative;
  z-index: 2;
  max-width: 720px;
  transition: top 0.3s ease;
}

.hero-unit--large {
  padding-top: 8%;
  padding-bottom: 8%;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
}

.hero-unit>* {
  width: 100%;
}

.hero-unit--center,
.hero-unit--center .popular-searches {
  justify-content: center;
  text-align: center;
}

.hero-unit--center .hero-unit__content,
.hero-unit--text-start .hero-unit__content {
  margin-inline-start: auto;
  margin-inline-end: auto;
}

.hero-unit--text-start {
  justify-content: center;
  text-align: start;
}

.hero-unit--text-start .popular-searches {
  justify-content: start;
}

.hero-unit--start,
.hero-unit--start .popular-searches {
  justify-content: flex-start;
}

.hero-unit--with-image:after {
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(0deg, var(--hero-bg-mask), transparent);
}

.hero-unit--with-image:after {
  left: 0;
}

.hero-unit__bg {
  position: absolute;
  top: -10%;
  z-index: 1;
  width: 100%;
  height: 150%;
  background: var(--hero-image-url) 50% 50% no-repeat;
  background-size: cover;
}

.hero-unit__bg {
  left: 0;
}

.hero-unit--large {
  z-index: 2;
  width: 100%;
  transition: top 0.3s ease;
}

.hero-unit--large input[type=search] {
  height: 3.125rem;
  transition: border 0.3s ease;
  transition: border 0.3s ease, background-color 0.3s ease;
}

.hero-unit--large input[type=submit] {
  padding-right: 2.5rem;
  padding-left: 2.5rem;
  flex-shrink: 0;
}

@media (max-width: 767px) {
  .hero-unit--large input[type=submit] {
    display: none;
  }
}

@media (min-width: 768px) {

  .hero-unit--large input[type=submit],
  .hero-unit--large input[type=search] {
    height: 3.75rem;
  }
}

@media only screen and (min-width: 576px) {
  .hero-unit--large {
    min-height: 33rem;
  }
}

.card {
  --flow-space: 0.5rem;
  position: relative;
  display: flex;
  width: 100%;
  word-break: break-word;
  flex-direction: column;
}

.block-list-container .card {
  justify-content: center;
}

.card__link {
  display: block;
  color: currentColor;
}

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

.card__content {
  max-width: 40ch;
}

.card__heading,
.card__text {
  margin: 0px;
  text-wrap: balance;
}

.card--center {
  align-items: center;
  text-align: center;
}

.card--start {
  align-items: flex-start;
  text-align: start;
}

.card-wrapper {
  position: relative;
  display: flex;
}

@media (min-width: 768px) {
  .custom-blocks--center .card {
    align-items: center;
    text-align: center;
  }

  .custom-blocks--start .card {
    align-items: flex-start;
    text-align: start;
  }
}

.custom-block__icon {
  width: var(--custom-block-icon-size);
  height: var(--custom-block-icon-size);
}

.text-secondary {
  color: var(--color-text-secondary);
}

.block-list-item {
  padding: 3rem 2rem;
}

.block-list-item__link:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: "";
  background-color: var(--color-bg-tertiary);
  border-radius: var(--border-radius-lg);
  transition: background-color 0.3s ease;
}

.block-list-item__link:hover,
.block-list-item__link:focus {
  color: currentColor;
  text-decoration: none;
}

.block-list-item__link:focus:before,
.block-list-item__link:hover:before {
  filter: brightness(90%);
}

.block-list-item__link:active:before {
  filter: brightness(85%);
}

.recent-activity {
  margin-bottom: 4rem;
}

.recent-activity-item-link {
  display: block;
  margin-bottom: 0.5rem;
}

.recent-activity-header {
  margin-bottom: var(--text-margin-bottom);
  font-size: var(--text-2xl);
}

@media only screen and (min-width: 768px) {
  .recent-activity-header {
    font-size: var(--text-3xl);
  }
}

.recent-activity-list {
  display: grid;
  margin-bottom: 0;
  list-style: none;
  gap: calc(var(--grid-gutter-width) * 2);
}

.recent-activity-list {
  padding-left: 0;
}

@media (min-width: 768px) {
  .recent-activity-list {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.recent-activity-item {
  display: flex;
  padding: 2rem;
  flex-direction: column;
  border: var(--border-width) solid var(--color-border);
  border-radius: var(--border-radius-lg);
  align-items: flex-start;
}

.recent-activity-item h3 {
  font-family: var(--font-family-body);
}

.recent-activity-item>*+* {
  margin-top: 1rem;
}

.recent-activity-item>* {
  margin-bottom: 0;
}

.recent-activity-item>*:not([hidden])+*:not([hidden]) {
  margin-top: var(--flow-space, 1rem);
}

.recent-activity-item-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  font-size: var(--text-sm);
  color: var(--color-text-secondary);
}

.recent-activity-item-parent {
  display: block;
}

.recent-activity-comment-icon:after {
  content: attr(data-comment-count);
}

.recent-activity-comment-icon:after {
  margin-left: 4px;
}

.recent-activity-controls {
  padding-top: 1.5rem;
}

.share {
  white-space: nowrap;
  list-style: none;
}

.share {
  padding-left: 0;
}

.share li {
  position: relative;
  display: inline-flex;
  margin-bottom: 5px;
  vertical-align: top;
}

.share a {
  display: block;
  width: 30px;
  height: 30px;
  overflow: hidden;
  line-height: 30px;
  touch-action: manipulation;
  color: var(--color-text-primary);
}

.share a:active {
  background-image: none;
}

.share svg {
  width: 20px;
  height: 20px;
}

.new-request-page {
  width: 100%;
  margin-bottom: 3rem;
}

.new-request-form {
  margin-bottom: 1.5rem;
}

.error-page {
  max-width: 600px;
}

.error-page__articles {
  border: var(--border-width) solid var(--color-border);
  border-radius: var(--border-radius-base);
}

.pagination-list {
  margin-top: 0;
  list-style: none;
}

.pagination-list {
  padding-left: 0;
  margin-left: 0;
}

.pagination-next,
.pagination-prev,
.pagination-first,
.pagination-last {
  display: inline-block;
}

.pagination-next-text {
  margin-right: 1rem;
}

.pagination-prev-text {
  margin-left: 1rem;
}

.scroll-to-top {
  position: fixed;
  bottom: -50px;
  z-index: 3;
  width: 3rem;
  height: 3rem;
  font-size: 2rem !important;
  color: var(--color-link);
  text-align: center;
  cursor: pointer;
  background-color: transparent;
  border: var(--border-width) solid var(--color-link);
  border-radius: var(--border-radius-base);
  transition: bottom 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.scroll-to-top.is-active {
  bottom: 30px;
}

.scroll-to-top:hover {
  color: var(--color-link-hover);
  border-color: var(--color-link-hover);
}

@media (max-width: 575px) {
  .scroll-to-top {
    display: none;
  }
}

.scroll-to-top {
  left: 2rem;
}

.recent-articles h3,
.related-articles h3 {
  margin-bottom: 1rem;
}

@media (min-width: 576px) {

  .recent-articles h3,
  .related-articles h3 {
    margin-top: 1rem;
  }
}

.recent-articles ul,
.related-articles ul {
  list-style: none;
}

.recent-articles ul>li,
.related-articles ul>li {
  margin-bottom: 1rem;
}

.recent-articles ul>li a,
.related-articles ul>li a {
  padding-bottom: 1px;
  color: var(--color-text-primary);
  border-bottom: 1px solid var(--color-border);
}

.recent-articles ul,
.related-articles ul {
  padding-left: 0;
}

.recent-articles h3 {
  font-size: var(--font-size-h4);
}

.status-widget {
  font-weight: 600;
}

.status-widget,
.status-widget:hover,
.status-widget:focus,
.status-widget:active {
  color: #fff;
}

.status-widget-container {
  display: flex;
  align-items: center;
}

.status-widget__indicator {
  width: 0.75rem;
  height: 0.75rem;
  background-color: #aaa;
  border-radius: 50%;
}

.status-widget__indicator--none {
  background-color: #2ecc71;
}

.status-widget__indicator--operational {
  background-color: #2ecc71;
}

.status-widget__indicator--minor {
  background-color: #f1c40f;
}

.status-widget__indicator--major {
  background-color: #e67e22;
}

.status-widget__indicator--critical {
  background-color: #e74c3c;
}

.status-widget__indicator--maintenance {
  background-color: #3498db;
}

.status-widget__indicator__text {
  margin-left: 0.5rem;
}

.profile-header {
  text-align: center;
  border-radius: var(--border-radius-base);
}

.profile-header__avatar {
  display: inline-block;
  margin-bottom: 16px;
}

.profile-header__private-badge {
  display: inline-block;
  margin-bottom: 1.5rem;
  background-color: var(--color-brand-primary);
}

.profile-header__description {
  word-break: break-all;
  word-break: break-word;
}

.profile__buttons>*+*,
[data-action=userProfileActions]>*+* {
  margin-left: var(--grid-gutter-width);
}

.profile-stats {
  margin-bottom: 1rem;
  font-size: var(--text-sm);
  color: var(--color-text-secondary);
  list-style: none;
}

.profile-stats {
  padding-left: 0;
}

.profile-stats__stat {
  margin-bottom: 0.5rem;
}

@media (max-width: 767px) {
  .profile-stats__stat {
    display: block;
  }

  .profile-stats__stat:before {
    display: none;
  }
}

.profile-stats__label {
  margin-right: calc(var(--padding-base-horizontal) / 2);
}

.profile-stats__value {
  color: var(--color-text-primary);
}

.profile-nav {
  margin-bottom: 1.5rem;
  overflow: hidden;
  font-size: var(--text-sm);
  font-weight: 600;
  background-color: var(--color-bg-secondary);
  border-radius: var(--border-radius-base);
}

.profile-nav__items {
  margin: 0;
  list-style: none;
}

.profile-nav__items {
  padding-left: 0;
}

.profile-nav__item {
  margin-bottom: 0;
}

@media (min-width: 576px) {
  .profile-nav__item {
    display: inline-block;
    vertical-align: middle;
  }
}

.profile-nav__item a {
  display: block;
  color: var(--color-text-primary);
}

.profile-nav__item.is-active {
  color: #fff;
  background-color: var(--color-brand-primary);
}

.profile-nav__item.is-active,
.profile-nav__item a {
  padding: 1rem var(--padding-base-horizontal);
  line-height: 1;
}

.profile-nav__item:after {
  right: var(--padding-base-horizontal) !important;
}

.profile-section {
  width: 100%;
}

.profile-section__header {
  margin-bottom: 1.5rem;
}

.profile-section__title {
  margin-bottom: 1rem;
  font-size: var(--font-size-h3);
}

.profile-section__description {
  font-size: var(--text-sm);
  color: var(--color-text-secondary);
}

@media (min-width: 576px) {
  .profile-section__description {
    padding-bottom: 0;
  }
}

.profile-contribution {
  position: relative;
  padding: 1rem var(--grid-gutter-width);
  word-wrap: break-word;
  background-color: var(--color-bg-secondary);
  border-radius: var(--border-radius-base);
}

.profile-contribution__header {
  margin-bottom: 0.5rem;
}

.profile-contribution__status {
  margin-bottom: 0.5rem;
}

.profile-contribution__title {
  margin-bottom: 0.5rem;
  font-size: var(--text-base);
  font-weight: 600;
}

.profile-contribution__body {
  margin-bottom: 1rem;
}

.profile-contribution__breadcrumbs {
  padding: 0;
  margin-bottom: 1rem;
  font-size: var(--text-sm);
}

.profile__no-activity,
.profile__private-activity {
  color: var(--color-text-secondary);
  text-align: center;
}

.profile-activity-list {
  list-style: none;
}

.profile-activity-list {
  padding-left: 0;
}

.profile-activity {
  position: relative;
  margin-bottom: 2rem;
}

.profile-activity__header {
  margin-bottom: 1rem;
  font-size: var(--text-sm);
  font-weight: 600;
}

.profile-activity__avatar {
  width: 30px;
  height: 30px;
}

.profile-activity__avatar {
  margin-right: calc(var(--padding-base-horizontal) / 2);
}

.profile-activity__avatar {
  margin-left: calc(var(--padding-base-horizontal) / 2);
}

.profile-contribution__title:before {
  margin-right: 4px;
}

.profile-contribution__title:before {
  margin-left: 4px;
}

.user-subscribe {
  display: inline-block;
}

.profile-badge-item {
  border: var(--border-width) solid var(--color-border);
  border-radius: var(--border-radius-base);
}

.profile-badge {
  width: 40px;
  height: 40px;
}

.profile-badge__image {
  width: 40px;
  height: 40px;
}

.profile-activity .icon {
  width: 1rem;
  height: 1rem;
}

.attachment-list {
  margin: 0;
  list-style: none;
}

.attachment-list {
  padding-left: 0;
}

.attachment-list__item {
  position: relative;
  margin-bottom: 0.5rem;
}

.attachment-list__item {
  padding-left: 1.5rem;
}

.attachment-list__item:last-child {
  margin-bottom: 0;
}

.attachment-list__icon {
  position: absolute;
  top: 4px;
  width: 1rem;
  height: 1rem;
}

.attachment-list__icon {
  left: 0;
}

.skip-navigation {
  position: absolute;
  top: auto;
  z-index: -999;
  display: flex;
  padding: 20px;
  margin: 20px;
  overflow: hidden;
  font-size: 14px;
  color: var(--color-text-primary);
  background-color: var(--color-bg);
  border: var(--border-width) solid var(--color-link);
  align-items: center;
  justify-content: center;
}

.skip-navigation {
  left: -999px;
}

.skip-navigation:focus,
.skip-navigation:active {
  top: auto;
  z-index: 999;
  overflow: auto;
  text-align: center;
  text-decoration: none;
}

.skip-navigation:focus,
.skip-navigation:active {
  left: auto;
}

/* ==========================================================================
  Notification
  ========================================================================== */
.notification {
  display: table;
  width: 100%;
  padding: 0.75rem 1rem;
  font-family: sans-serif;
  font-size: var(--text-sm);
  color: #555;
  border: var(--border-width) solid;
  transition: height 0.2s;
}

.notification a {
  color: #158ec2;
}

.notification-inner {
  max-width: 980px;
  padding: 0 20px;
  margin: 0 auto;
}

.notification-icon,
.notification-text,
.notification-dismiss {
  display: table-cell;
  vertical-align: middle;
}

.notification-text {
  width: 100%;
  padding: 0 15px;
}

.notification+.notification {
  position: relative;
  top: -1px;
  margin-bottom: -1px;
}

/* Error */
.notification-error {
  background: #ffeded;
  border-color: #f7cbcb;
}

.notification-error .notification-icon:before,
.notification-error .notification-inline.notification-error:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' focusable='false' viewBox='0 0 12 12'%3E%3Cg fill='none' stroke='%23555555'%3E%3Ccircle cx='5.5' cy='6.5' r='5'/%3E%3Cpath stroke-linecap='round' d='M5.5 3.5v3'/%3E%3C/g%3E%3Ccircle cx='5.5' cy='9' r='1' fill='%23555555'/%3E%3C/svg%3E");
}

/* Notice */
.notification-notice {
  background: #dbf3ff;
  border-color: #b5e0f5;
}

.notification-notice .notification-icon:before,
.notification-notice .notification-inline.notification-error:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' focusable='false' viewBox='0 0 12 12'%3E%3Cg fill='none' stroke='%23555555'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M3.5 6l2 2L9 4.5'/%3E%3Ccircle cx='6' cy='6' r='5.5'/%3E%3C/g%3E%3C/svg%3E");
}

/* Alert / Lock */
.notification-alert {
  color: var(--color-ui-danger-text);
  background: var(--color-ui-danger-bg);
  border-color: var(--color-ui-danger-bg);
}

.notification-alert .notification-icon:before,
.notification-alert .notification-inline.notification-error:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' focusable='false' viewBox='0 0 12 12'%3E%3Cpath fill='none' stroke='%23ad5e18' stroke-linecap='round' d='M5.06 1.27l-4.5 8.5c-.18.33.06.73.44.73h9c.38 0 .62-.4.44-.73l-4.5-8.5a.494.494 0 00-.88 0zM5.5 4v2'/%3E%3Ccircle cx='5.5' cy='8' r='.8' fill='%23ad5e18'/%3E%3C/svg%3E");
}

.notification-icon:before,
.notification-inline.notification-error:before {
  display: inline-block;
  width: 14px;
  height: 14px;
  vertical-align: middle;
  content: "";
  background-size: cover;
}

/* Dismiss button */
.notification-dismiss,
a.notification-dismiss {
  color: #555;
  text-decoration: none !important;
  cursor: pointer;
  opacity: 0.6;
  transition: opacity 100ms ease;
}

.notification-dismiss:hover {
  opacity: 1;
}

/* Inline notifications */
.notification-inline {
  position: relative;
  padding: 0.25rem 0.5rem;
  margin-top: 0.5rem;
  vertical-align: middle;
  border-radius: var(--border-radius-base);
}

.notification-inline {
  text-align: left;
}

.notification-inline[aria-hidden=true] {
  display: none;
}

.notification-inline.notification-error:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' focusable='false' viewBox='0 0 12 12'%3E%3Cg fill='none' stroke='%23e35b66'%3E%3Ccircle cx='5.5' cy='6.5' r='5'/%3E%3Cpath stroke-linecap='round' d='M5.5 3.5v3'/%3E%3C/g%3E%3Ccircle cx='5.5' cy='9' r='1' fill='%23e35b66'/%3E%3C/svg%3E");
}

.notification-inline.notification-error:before {
  margin: -2px 5px 0 0;
}

.notification-inline.notification-error {
  padding: 0;
  color: var(--color-ui-danger-text);
  background-color: transparent;
  border: 0;
}

.notification-inline.notification-large {
  padding: 13px 15px;
  margin-bottom: 25px;
}

.notification-left-aligned {
  padding-left: 0;
  text-align: left;
}

.backdrop {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9;
  display: none;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(0, 0, 0, 0.4);
}

.backdrop {
  left: 0;
}

@media (max-width: 991px) {
  .backdrop.is-active {
    display: block;
  }
}

.popular-searches {
  font-weight: var(--button-font-weight, 600);
}

.popular-searches__item {
  color: var(--hero-color-text);
}

.popular-searches__item:hover,
.popular-searches__item:active,
.popular-searches__item:focus {
  color: var(--hero-color-text);
  text-decoration: none;
  opacity: 0.85;
}

.contact-box__icon {
  width: var(--contact-box-icon-size);
  height: var(--contact-box-icon-size);
}

.card--border {
  padding: 2rem;
  border: var(--border-width) solid var(--color-border);
  border-radius: var(--border-radius-lg);
}

.info-block {
  border-radius: var(--border-radius-base);
}

.info-block-container+.home-container,
.home-container:first-child {
  padding-top: 4rem;
}

.info-block-container+.footer-submit-ticket {
  margin-top: 4rem;
}

.vote {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5rem;
}

.vote svg {
  width: 1.5rem;
  height: 1.5rem;
  stroke-width: 1.5;
}

/* Search */
/* Search */
.searchbox {
  margin-top: 1.5rem;
}

.searchbox h2 {
  margin-bottom: 0.5rem;
  font-size: var(--text-base);
}

.searchbox-suggestions ul {
  margin-bottom: 1.5rem;
  list-style: none;
}

.searchbox-suggestions li {
  margin-bottom: 0.5rem;
}

.searchbox-suggestions ul {
  padding-left: 0;
}

.search-wrap--requests {
  margin-inline-start: 0;
  margin-inline-end: 0;
  max-width: 100%;
}

.search-results-page {
  margin-bottom: 3rem;
}

.search-result {
  border-top: var(--border-width) solid var(--color-border);
}

.search-result__text em {
  position: relative;
  padding: 0 3px;
  font-style: normal;
  font-weight: var(--font-weight-bold);
  border-radius: 3px;
}

.search-result__text em:after {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--color-warning);
  opacity: 0.15;
}

.search-result__text em:after {
  left: 0;
}

/* ==========================================================================
  Search Results Filters
   ========================================================================== */
.search-filters {
  background-color: var(--color-bg-secondary);
  border-radius: var(--border-radius-base);
}

.search-filter__btn {
  position: relative;
  display: block;
  width: 100%;
  cursor: pointer;
  background-color: transparent;
  background-image: none;
  border: 0;
}

.search-filter__btn {
  text-align: left;
}

.search-filter__btn-content {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}

.search-filter__item.is-active .search-filter__link {
  font-weight: var(--font-weight-bold);
  color: var(--color-brand-primary-inverse);
  background-color: var(--color-brand-primary);
  border-color: var(--color-brand-primary);
}

.search-filter__link {
  align-items: center;
  color: var(--color-text-primary);
  text-decoration: none;
  border: var(--border-width) solid transparent;
  border-radius: var(--border-radius-base);
}

.search-filter__link:active {
  background-image: none;
}

.search-filter__link a,
.search-filter__link svg {
  color: currentColor;
}

.search-filter__count {
  display: inline-flex;
  font-size: var(--text-sm);
}

/* My Activities */
.my-activities-items {
  width: 100%;
  margin-bottom: 3rem;
  table-layout: fixed;
  border-spacing: 0;
  border-collapse: collapse;
}

@media (min-width: 576px) {
  .my-activities-items {
    table-layout: auto;
  }
}

.my-activities-items__head {
  display: none;
  color: var(--color-text-secondary);
}

@media (min-width: 576px) {
  .my-activities-items__head {
    display: table-header-group;
    font-weight: var(--font-weight-bold);
  }
}

@media (min-width: 576px) {
  .my-activities-items__body {
    display: table-row-group;
  }
}

.my-activities-items__row {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

@media (min-width: 576px) {
  .my-activities-items__row {
    display: table-row;
  }
}

.my-activities-items__col {
  display: block;
}

.my-activities-items__col--activity {
  display: none;
}

@media (min-width: 576px) {
  .my-activities-items__col {
    display: table-cell;
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-bottom: var(--border-width) solid var(--color-border);
  }

  .my-activities-items__col+.my-activities-items__col {
    padding-left: var(--padding-base-horizontal);
  }
}

@media (max-width: 575px) {
  .my-activities-items__request-id {
    display: inline;
  }
}

@media (min-width: 576px) {
  .my-activities-items__request-id {
    display: none;
  }
}

.my-activities-items__col .requests-link {
  position: relative;
  color: var(--color-text-secondary);
  white-space: nowrap;
}

@media (min-width: 576px) {
  .my-activities-menu-item+.my-activities-menu-item {
    margin-left: 1rem;
  }
}

.my-activities-menu--main {
  border-bottom: var(--border-width) solid var(--color-border);
}

.my-activities-menu--main .my-activities-menu-item {
  padding: 0.5rem 1rem;
  background-color: var(--color-link);
  border-radius: var(--border-radius-base);
}

.my-activities-menu-item__link,
.my-activities-menu-item__link:hover,
.my-activities-menu-item__link:focus {
  color: #fff;
}

.my-activities-menu--main .my-activities-menu-item.is-active {
  font-weight: var(--font-weight-bold);
  color: var(--color-text-primary);
  background-color: var(--color-bg-secondary);
}

.my-activities-menu--sub .my-activities-menu-item.is-active {
  font-weight: var(--font-weight-bold);
}

.my-activities-menu-item {
  margin-bottom: 1rem;
}

@media (min-width: 576px) {
  .my-activities-menu-item+.my-activities-menu-item {
    margin-left: 1rem;
  }
}

@media (max-width: 575px) {
  .my-activities-item {
    padding: 1rem var(--padding-base-horizontal);
    margin-bottom: 1.5rem;
    border: var(--border-width) solid var(--color-border);
    border-radius: var(--border-radius-base);
  }
}

/* Comments */
.comments__header {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  border-bottom: var(--border-width) solid var(--color-border);
}

/* ==========================================================================
  Comment Form
  ========================================================================== */
.comment-form {
  position: relative;
}

@media (min-width: 576px) {
  .comment-form {
    padding-left: 4rem;
  }
}

.comment-form__avatar {
  position: absolute;
  top: 0;
}

@media (max-width: 575px) {
  .comment-form__avatar {
    display: none;
  }
}

.comment-form__avatar {
  left: 0;
}

.comment-form__attachments {
  margin-bottom: 1.5rem;
}

.comment-form__mark-as-solved {
  position: relative;
}

.comment-form__ccs {
  margin-bottom: 0;
}

.comment-form__ccs+textarea {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.comment-form__body {
  margin-bottom: 1rem;
}

/* ==========================================================================
  Comment Sorter
  ========================================================================== */

.comment-sorter__item.is-active {
  font-weight: 600;
}

.comment-sorter__item+.comment-sorter__item:before {
  margin: 0 6px;
  font-size: 10px;
  font-weight: 900;
  content: "•";
}

/* ==========================================================================
  Comment
  ========================================================================== */
.comment {
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: var(--border-width) solid var(--color-border);
}

.comment__header {
  position: relative;
  margin-bottom: 24px;
}

.comment__content {
  flex-grow: 1;
}

.comment__voting-and-actions {
  flex-shrink: 0;
}

.comment__voting-and-actions {
  margin-left: 16px;
}

.comment__official-heading {
  display: block;
  margin-bottom: 1rem;
  font-weight: var(--font-weight-bold);
}

.comment--official .comment__inner {
  position: relative;
  padding: 1.5rem;
}

.comment--official .comment__inner:after {
  position: absolute;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--info-callout-color);
  border-radius: var(--border-radius-base);
  opacity: 0.15;
}

.comment--official .comment__inner:after {
  left: 0;
}

.comment__body {
  margin-bottom: 24px;
  word-break: break-word;
}

.comment__body ul {
  list-style: disc;
}

.comment__body ul ul,
.comment__body ul ol,
.comment__body ol ul,
.comment__body ol ol {
  margin-top: 12px;
}

.comment__body ul li,
.comment__body ol li {
  margin-bottom: 12px;
}

@media (max-width: 575px) {
  .comment__body [dir=auto] {
    margin-bottom: 0;
  }
}

@media (max-width: 575px) {
  .comment__body {
    margin-bottom: 0;
  }
}

.comment__actions {
  padding-top: 8px;
}

/* Comment List */
.comments {
  margin-bottom: 3rem;
}

.comments__callout:empty {
  display: none;
}

.comments__list {
  list-style: none;
}

.comments__list {
  padding-left: 0;
}

/* Article */
.article-container__article {
  min-width: 0;
  /* Preventing a Grid Blowout https://css-tricks.com/preventing-a-grid-blowout/ */
}

html.sidenav-enabled .section-articles {
  display: none;
}

html.sidenav-enabled .article-container__sidenav,
.toc-enabled .article-container__toc {
  display: block;
}

.toc-enabled .article-container__sidebar {
  padding-bottom: 24px;
}

@media (max-width: 575px) {
  .article-container__sidebar {
    padding-top: 1.5rem;
    border-top: var(--border-width) solid var(--color-border);
  }
}

.article-list {
  margin-top: 0;
  margin-bottom: 0;
  list-style: none;
}

.article-list {
  padding-left: 0;
}

.article-list>*+* {
  margin-top: 1rem;
}

.star-icon {
  position: relative;
  top: -0.125rem;
  width: 0.75rem;
  height: 0.75rem;
  vertical-align: middle;
  fill: var(--color-service-warning);
}

.article {
  position: relative;
}

.article-subscribe>*+* {
  margin-left: 1rem;
}

.article__body {
  margin-bottom: 1.5rem;
  word-break: break-word;
}

.article__body .wysiwyg-font-size-x-large {
  font-size: var(--font-size-h2);
}

.article__body .wysiwyg-font-size-large {
  font-size: var(--font-size-h3);
}

.article__body .wysiwyg-font-size-medium {
  font-size: var(--font-size-h4);
}

.article__body .wysiwyg-font-size-small {
  font-size: var(--text-sm);
}

@media (max-width: 575px) {
  .article-sidebar {
    padding-top: 1.5rem;
    border-top: var(--border-width) solid var(--color-border);
  }
}

/* Category */
.category-tree-item {
  margin-bottom: 2rem;
}

.category-tree-item__sections {
  margin-bottom: 1.5rem;
}

.category-tree-item__title-link {
  color: inherit;
}

.category-tree-item+.category-tree-item {
  padding-top: 2rem;
  border-top: var(--border-width) solid var(--color-border);
}

/* Section */
.section-link {
  color: inherit;
}

.section-articles summary {
  font-size: var(--text-lg);
}

@media (min-width: 1200px) {
  .section-articles summary {
    padding: 0 !important;
    margin-bottom: 1rem;
    font-size: var(--text-xl);
  }
}

/* Community */
.community-nav-item {
  display: block;
}

@media (min-width: 768px) {
  .community-nav-item+.community-nav-item {
    margin-left: 1rem;
  }
}

.community-nav-item.is-active {
  font-weight: var(--font-weight-bold);
}

.follow>*+* {
  margin-left: 1rem;
}

@media (min-width: 576px) {
  .topic-controls {
    display: flex;
    justify-content: space-between;
  }
}

@media (min-width: 576px) {
  .topic-controls__item {
    display: flex;
    align-items: center;
    gap: 1rem;
  }
}

.topic-controls__item--subscribe {
  display: flex;
  align-items: center;
}

.post {
  position: relative;
}

.post__text {
  margin-bottom: 2rem;
  word-wrap: break-word;
}

.post__actions {
  padding-top: 0.5rem;
}

.post__actions svg {
  width: 1.5rem;
  height: 1.5rem;
}

.post__actions button {
  display: flex;
  margin-right: auto;
  margin-left: auto;
  cursor: pointer;
  background-color: transparent;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  align-items: center;
  justify-content: center;
}

.post-callout {
  border-radius: var(--border-radius-lg);
}

.post-list-item {
  padding-top: 1rem;
  margin-bottom: 1rem;
  border-top: var(--border-width) solid var(--color-border);
}

.community-badge-achievements img {
  width: 1rem;
  height: 1rem;
}

.community-badge-titles img {
  width: 1rem;
  height: 1rem;
}

.profile-info .community-badge-achievements img {
  width: 2.5rem;
  height: 2.5rem;
}

.hotposts-header {
  display: block;
  margin-bottom: 0.5rem;
}

.hotposts-meta {
  display: flex;
  width: 100%;
}

.hotposts-author,
.hotposts-comments,
.hotposts-date,
.hotposts-img,
.hotposts-votes {
  display: inline-flex;
  align-items: center;
}

.hotposts-img {
  width: 20px;
  height: 20px;
  overflow: hidden;
  vertical-align: bottom;
  border-radius: 50%;
}

.hotposts-img {
  margin-right: 8px;
}

.hotposts-img img {
  display: block;
  width: 100%;
  height: 100%;
}

.hotposts-name {
  display: inline-block;
  vertical-align: bottom;
}

.hotposts-icon {
  display: inline-flex;
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
  background-size: contain;
}

.hotposts-icon {
  margin-right: 4px;
}

.hotposts-tabs .tab {
  padding: 15px 0 0;
  margin: 0;
  border: none;
}

.hotposts-tabs .tabs-menu {
  border-bottom: var(--border-width) solid #eceeef;
}

.hotposts-tabs .tabs-link {
  padding: 0 0 8px;
  margin-bottom: -2px;
  color: #2d7ccc;
  border: none;
  border-bottom: var(--border-width) solid #eceeef;
}

.hotposts-tabs .tabs-link {
  margin-right: 20px;
}

.hotposts-tabs .tabs-link:hover,
.hotposts-tabs .tabs-link:focus {
  color: #1f568d;
}

.hotposts-tabs .tabs-link.is-active {
  color: #4e5565;
  border-color: #4e5565;
}

/* Request */
.request-table-filters {
  display: flex;
  padding: 1rem;
  margin-bottom: 1.5rem;
  flex-direction: column;
  background-color: var(--color-bg-secondary);
  border-radius: var(--border-radius-lg);
  gap: 1rem;
}

@media (min-width: 768px) {
  .request-table-filters {
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    gap: 2rem;
    align-items: flex-end;
  }
}

.request-table-filters__item--search {
  flex: 1;
}

.request-table-organization__col--button [role=button] {
  height: calc(1rem + var(--padding-base-horizontal) + 2px);
  padding-top: 0;
  padding-bottom: 0;
  line-height: calc(1rem + var(--padding-base-horizontal) + 2px);
}

.request-table-organization__col--button {
  padding-left: calc(var(--padding-base-horizontal) / 2);
}

.requests-sort-symbol {
  position: absolute;
  bottom: 0;
  font-size: var(--text-xxs);
}

.requests-sort-symbol {
  left: calc(100% + 0.25rem);
}

.request-page {
  margin-bottom: 3rem;
}

.request-id {
  margin-bottom: 1rem;
  font-weight: var(--font-weight-bold);
}

.request-follow-up:empty {
  display: none;
}

.request-sidebar {
  padding: 1.5rem;
  margin-bottom: 1.5rem;
  font-size: var(--text-sm);
  border: var(--border-width) solid var(--color-border);
  border-radius: var(--border-radius-base);
}

[dir=rtl] .fc-main-nav-inner {
  box-shadow: -4px 0 4px -2px rgba(0, 0, 0, 0.15);
}

[dir=rtl] .fc-categories-link-caret {
  margin-right: auto;
  margin-left: 0;
}

[dir=rtl] .fc-categories-submenu {
  padding-left: 0;
  padding-right: 1.25rem;
}

[dir=rtl] .fc-categories-link,
[dir=rtl] .fc-categories-sublink {
  text-align: right;
}

[dir=rtl] .form-floating>label {
  left: auto;
  right: 0;
}

[dir=rtl] .language-selector-close {
  right: auto;
  left: 1.25rem;
}

[dir=rtl] .fc-search-form input[type=search] {
  padding-left: 1rem;
  padding-right: 3.25rem;
}

[dir=rtl] .fc-search-form svg {
  left: auto;
  right: 1rem;
}

[dir=rtl] .entry-info__avatar {
  padding-right: 0;
  padding-left: 1rem;
}

[dir=rtl] .list-check,
[dir=rtl] .list-bullet,
[dir=rtl] .list-number,
[dir=rtl] .rte-enhanced ol,
[dir=rtl] .rte ol,
[dir=rtl] .list-colored,
[dir=rtl] .list-anchor,
[dir=rtl] .list-dash,
[dir=rtl] .list-file {
  padding-right: 0;
}

[dir=rtl] .list-check>li,
[dir=rtl] .list-bullet>li,
[dir=rtl] .list-number>li,
[dir=rtl] .rte-enhanced ol>li,
[dir=rtl] .list-colored>li,
[dir=rtl] .list-task>div,
[dir=rtl] .list-task>li,
[dir=rtl] .list-dash>li,
[dir=rtl] .list-anchor>li,
[dir=rtl] .list-file>li {
  padding-left: 0;
  padding-right: 2.5rem;
}

[dir=rtl] .list-check>li:before,
[dir=rtl] .list-bullet>li:before,
[dir=rtl] .list-number>li:before,
[dir=rtl] .list-anchor>li:before,
[dir=rtl] .list-file>li:before,
[dir=rtl] .rte-enhanced ol>li:before,
[dir=rtl] .list-colored>li:before,
[dir=rtl] .list-dash>li:before {
  left: auto;
  right: 0;
}

[dir=rtl] .list-check ul:not([class]),
[dir=rtl] .list-bullet ul:not([class]),
[dir=rtl] .list-number ul:not([class]),
[dir=rtl] .list-colored ul:not([class]),
[dir=rtl] .list-anchor ul:not([class]),
[dir=rtl] .list-dash ul:not([class]),
[dir=rtl] .list-file ul:not([class]),
[dir=rtl] .rte ul:not([class]) {
  padding-left: 0;
  padding-right: 1rem;
}

[dir=rtl] .article-list {
  padding-right: 0;
}

[dir=rtl] .article-vote {
  right: auto;
  left: 1.25rem;
  bottom: 1.25rem;
}

[dir=rtl] .article-vote-header {
  padding-right: 1rem;
  padding-left: 3rem;
}

[dir=rtl] .article-vote__close {
  right: auto;
  left: 1rem;
}

[dir=rtl] .pagination-list {
  padding-right: 0;
}

[dir=rtl] .meta--search .meta__item {
  margin-left: 1.5rem;
  margin-right: 0;
}

/*# sourceMappingURL=style.css.map */