@charset "UTF-8";
/***** Normalize.css *****/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1, .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, .hero__item-list > li a, input[type='button'],
input[type='submit'],
input[type='reset'], .pagination a,
.pagination span {
  background-color: transparent;
}

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

b,
strong {
  font-weight: bolder;
}

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

small, .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;
}

:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #008b85;
  --bs-cyan: #0dcaf0;
  --bs-white: #ffffff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #00c8aa;
  --bs-secondary: #008b85;
  --bs-gray: #969696;
  --bs-primary-rgb: 0, 200, 170;
  --bs-secondary-rgb: 0, 139, 133;
  --bs-gray-rgb: 150, 150, 150;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 17, 17, 17;
  --bs-body-color-rgb: 17, 17, 17;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1.8rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #111111;
  --bs-body-bg: #ffffff;
}

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

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

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

hr {
  margin: 0.8rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

hr:not([size]) {
  height: 1px;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, .header__link, h5, .h5, h6, .h6 {
  margin-top: 0;
  margin-bottom: 0.4rem;
  font-weight: 500;
  line-height: 1.2;
}

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

@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 4.5rem;
  }
}

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

@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 3.6rem;
  }
}

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

@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 3.15rem;
  }
}

h4, .h4, .header__link {
  font-size: calc(1.395rem + 1.74vw);
}

@media (min-width: 1200px) {
  h4, .h4, .header__link {
    font-size: 2.7rem;
  }
}

h5, .h5 {
  font-size: calc(1.35rem + 1.2vw);
}

@media (min-width: 1200px) {
  h5, .h5 {
    font-size: 2.25rem;
  }
}

h6, .h6 {
  font-size: calc(1.305rem + 0.66vw);
}

@media (min-width: 1200px) {
  h6, .h6 {
    font-size: 1.8rem;
  }
}

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

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

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

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small, .small {
  font-size: calc(1.285rem + 0.42vw);
}

@media (min-width: 1200px) {
  small, .small {
    font-size: 1.6rem;
  }
}

mark, .mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a, .hero__item-list > li a, input[type='button'],
input[type='submit'],
input[type='reset'], .pagination a,
.pagination span {
  color: #111111;
  text-decoration: underline;
}

a:hover, .hero__item-list > li a:hover, input:hover[type='button'],
input:hover[type='submit'],
input:hover[type='reset'],
.pagination span:hover {
  color: #009690;
}

a:not([href]):not([class]), input:not([href]):not([class])[type='button'],
input:not([href]):not([class])[type='submit'],
input:not([href]):not([class])[type='reset'],
.pagination span:not([href]):not([class]), a:not([href]):not([class]):hover, input:not([href]):not([class]):hover[type='button'],
input:not([href]):not([class]):hover[type='submit'],
input:not([href]):not([class]):hover[type='reset'],
.pagination span:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: calc(1.285rem + 0.42vw);
}

@media (min-width: 1200px) {
  pre {
    font-size: 1.6rem;
  }
}

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

code {
  font-size: calc(1.285rem + 0.42vw);
  color: #d63384;
  word-wrap: break-word;
}

@media (min-width: 1200px) {
  code {
    font-size: 1.6rem;
  }
}

a > code, .hero__item-list > li a > code, input[type='button'] > code, input[type='submit'] > code, input[type='reset'] > code, .pagination a > code, .pagination span > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: calc(1.285rem + 0.42vw);
  color: #ffffff;
  background-color: #212529;
  border-radius: 0.2rem;
}

@media (min-width: 1200px) {
  kbd {
    font-size: 1.6rem;
  }
}

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

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

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

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

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

button,
select {
  text-transform: none;
}

[role="button"] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

select:disabled {
  opacity: 1;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

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

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

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

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

@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}

legend + * {
  clear: left;
}

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

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

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

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

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

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

output {
  display: inline-block;
}

iframe {
  border: 0;
}

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

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.lead {
  font-size: calc(1.35rem + 1.2vw);
  font-weight: 300;
}

@media (min-width: 1200px) {
  .lead {
    font-size: 2.25rem;
  }
}

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

@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}

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

@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}

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

@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}

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

@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}

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

@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}

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

@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}

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

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

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: calc(1.285rem + 0.42vw);
  text-transform: uppercase;
}

@media (min-width: 1200px) {
  .initialism {
    font-size: 1.6rem;
  }
}

.blockquote {
  margin-bottom: 0.8rem;
  font-size: calc(1.35rem + 1.2vw);
}

@media (min-width: 1200px) {
  .blockquote {
    font-size: 2.25rem;
  }
}

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

.blockquote-footer {
  margin-top: -0.8rem;
  margin-bottom: 0.8rem;
  font-size: calc(1.285rem + 0.42vw);
  color: #6c757d;
}

@media (min-width: 1200px) {
  .blockquote-footer {
    font-size: 1.6rem;
  }
}

.blockquote-footer::before {
  content: "\2014\00A0";
}

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #ffffff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.4rem;
  line-height: 1;
}

.figure-caption {
  font-size: calc(1.285rem + 0.42vw);
  color: #6c757d;
}

@media (min-width: 1200px) {
  .figure-caption {
    font-size: 1.6rem;
  }
}

.container, .hero--secondary .hero__navigation-mobile-top, .promoted-articles,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
  width: 100%;
  padding-right: var(--bs-gutter-x, 1.2rem);
  padding-left: var(--bs-gutter-x, 1.2rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container, .hero--secondary .hero__navigation-mobile-top, .promoted-articles, .container-sm {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container, .hero--secondary .hero__navigation-mobile-top, .promoted-articles, .container-sm, .container-md {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container, .hero--secondary .hero__navigation-mobile-top, .promoted-articles, .container-sm, .container-md, .container-lg {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container, .hero--secondary .hero__navigation-mobile-top, .promoted-articles, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  .container, .hero--secondary .hero__navigation-mobile-top, .promoted-articles, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    max-width: 1260px;
  }
}

.row {
  --bs-gutter-x: 2.4rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x));
}

.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

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

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

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.33333%;
}

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

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

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.66667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66667%;
}

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

.col-4 {
  flex: 0 0 auto;
  width: 33.33333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66667%;
}

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

.col-7 {
  flex: 0 0 auto;
  width: 58.33333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66667%;
}

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

.col-10 {
  flex: 0 0 auto;
  width: 83.33333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66667%;
}

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

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

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

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

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

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

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

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

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

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

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

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

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.8rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.8rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 1.6rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 1.6rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 2.4rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 2.4rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 3.2rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 3.2rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 4rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 4rem;
}

.g-6,
.gx-6 {
  --bs-gutter-x: 4.8rem;
}

.g-6,
.gy-6 {
  --bs-gutter-y: 4.8rem;
}

.g-7,
.gx-7 {
  --bs-gutter-x: 5.6rem;
}

.g-7,
.gy-7 {
  --bs-gutter-y: 5.6rem;
}

.g-8,
.gx-8 {
  --bs-gutter-x: 6.4rem;
}

.g-8,
.gy-8 {
  --bs-gutter-y: 6.4rem;
}

.g-9,
.gx-9 {
  --bs-gutter-x: 7.2rem;
}

.g-9,
.gy-9 {
  --bs-gutter-y: 7.2rem;
}

.g-10,
.gx-10 {
  --bs-gutter-x: 8rem;
}

.g-10,
.gy-10 {
  --bs-gutter-y: 8rem;
}

.g-100,
.gx-100 {
  --bs-gutter-x: 10rem;
}

.g-100,
.gy-100 {
  --bs-gutter-y: 10rem;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.33333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.8rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.8rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 1.6rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 1.6rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 2.4rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 2.4rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 3.2rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 3.2rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 4rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 4rem;
  }
  .g-sm-6,
  .gx-sm-6 {
    --bs-gutter-x: 4.8rem;
  }
  .g-sm-6,
  .gy-sm-6 {
    --bs-gutter-y: 4.8rem;
  }
  .g-sm-7,
  .gx-sm-7 {
    --bs-gutter-x: 5.6rem;
  }
  .g-sm-7,
  .gy-sm-7 {
    --bs-gutter-y: 5.6rem;
  }
  .g-sm-8,
  .gx-sm-8 {
    --bs-gutter-x: 6.4rem;
  }
  .g-sm-8,
  .gy-sm-8 {
    --bs-gutter-y: 6.4rem;
  }
  .g-sm-9,
  .gx-sm-9 {
    --bs-gutter-x: 7.2rem;
  }
  .g-sm-9,
  .gy-sm-9 {
    --bs-gutter-y: 7.2rem;
  }
  .g-sm-10,
  .gx-sm-10 {
    --bs-gutter-x: 8rem;
  }
  .g-sm-10,
  .gy-sm-10 {
    --bs-gutter-y: 8rem;
  }
  .g-sm-100,
  .gx-sm-100 {
    --bs-gutter-x: 10rem;
  }
  .g-sm-100,
  .gy-sm-100 {
    --bs-gutter-y: 10rem;
  }
}

@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.8rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.8rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 1.6rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 1.6rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 2.4rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 2.4rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 3.2rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 3.2rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 4rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 4rem;
  }
  .g-md-6,
  .gx-md-6 {
    --bs-gutter-x: 4.8rem;
  }
  .g-md-6,
  .gy-md-6 {
    --bs-gutter-y: 4.8rem;
  }
  .g-md-7,
  .gx-md-7 {
    --bs-gutter-x: 5.6rem;
  }
  .g-md-7,
  .gy-md-7 {
    --bs-gutter-y: 5.6rem;
  }
  .g-md-8,
  .gx-md-8 {
    --bs-gutter-x: 6.4rem;
  }
  .g-md-8,
  .gy-md-8 {
    --bs-gutter-y: 6.4rem;
  }
  .g-md-9,
  .gx-md-9 {
    --bs-gutter-x: 7.2rem;
  }
  .g-md-9,
  .gy-md-9 {
    --bs-gutter-y: 7.2rem;
  }
  .g-md-10,
  .gx-md-10 {
    --bs-gutter-x: 8rem;
  }
  .g-md-10,
  .gy-md-10 {
    --bs-gutter-y: 8rem;
  }
  .g-md-100,
  .gx-md-100 {
    --bs-gutter-x: 10rem;
  }
  .g-md-100,
  .gy-md-100 {
    --bs-gutter-y: 10rem;
  }
}

@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.8rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.8rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 1.6rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 1.6rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 2.4rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 2.4rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 3.2rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 3.2rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 4rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 4rem;
  }
  .g-lg-6,
  .gx-lg-6 {
    --bs-gutter-x: 4.8rem;
  }
  .g-lg-6,
  .gy-lg-6 {
    --bs-gutter-y: 4.8rem;
  }
  .g-lg-7,
  .gx-lg-7 {
    --bs-gutter-x: 5.6rem;
  }
  .g-lg-7,
  .gy-lg-7 {
    --bs-gutter-y: 5.6rem;
  }
  .g-lg-8,
  .gx-lg-8 {
    --bs-gutter-x: 6.4rem;
  }
  .g-lg-8,
  .gy-lg-8 {
    --bs-gutter-y: 6.4rem;
  }
  .g-lg-9,
  .gx-lg-9 {
    --bs-gutter-x: 7.2rem;
  }
  .g-lg-9,
  .gy-lg-9 {
    --bs-gutter-y: 7.2rem;
  }
  .g-lg-10,
  .gx-lg-10 {
    --bs-gutter-x: 8rem;
  }
  .g-lg-10,
  .gy-lg-10 {
    --bs-gutter-y: 8rem;
  }
  .g-lg-100,
  .gx-lg-100 {
    --bs-gutter-x: 10rem;
  }
  .g-lg-100,
  .gy-lg-100 {
    --bs-gutter-y: 10rem;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.8rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.8rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 1.6rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 1.6rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 2.4rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 2.4rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 3.2rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 3.2rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 4rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 4rem;
  }
  .g-xl-6,
  .gx-xl-6 {
    --bs-gutter-x: 4.8rem;
  }
  .g-xl-6,
  .gy-xl-6 {
    --bs-gutter-y: 4.8rem;
  }
  .g-xl-7,
  .gx-xl-7 {
    --bs-gutter-x: 5.6rem;
  }
  .g-xl-7,
  .gy-xl-7 {
    --bs-gutter-y: 5.6rem;
  }
  .g-xl-8,
  .gx-xl-8 {
    --bs-gutter-x: 6.4rem;
  }
  .g-xl-8,
  .gy-xl-8 {
    --bs-gutter-y: 6.4rem;
  }
  .g-xl-9,
  .gx-xl-9 {
    --bs-gutter-x: 7.2rem;
  }
  .g-xl-9,
  .gy-xl-9 {
    --bs-gutter-y: 7.2rem;
  }
  .g-xl-10,
  .gx-xl-10 {
    --bs-gutter-x: 8rem;
  }
  .g-xl-10,
  .gy-xl-10 {
    --bs-gutter-y: 8rem;
  }
  .g-xl-100,
  .gx-xl-100 {
    --bs-gutter-x: 10rem;
  }
  .g-xl-100,
  .gy-xl-100 {
    --bs-gutter-y: 10rem;
  }
}

@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.8rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.8rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 1.6rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 1.6rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 2.4rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 2.4rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 3.2rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 3.2rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 4rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 4rem;
  }
  .g-xxl-6,
  .gx-xxl-6 {
    --bs-gutter-x: 4.8rem;
  }
  .g-xxl-6,
  .gy-xxl-6 {
    --bs-gutter-y: 4.8rem;
  }
  .g-xxl-7,
  .gx-xxl-7 {
    --bs-gutter-x: 5.6rem;
  }
  .g-xxl-7,
  .gy-xxl-7 {
    --bs-gutter-y: 5.6rem;
  }
  .g-xxl-8,
  .gx-xxl-8 {
    --bs-gutter-x: 6.4rem;
  }
  .g-xxl-8,
  .gy-xxl-8 {
    --bs-gutter-y: 6.4rem;
  }
  .g-xxl-9,
  .gx-xxl-9 {
    --bs-gutter-x: 7.2rem;
  }
  .g-xxl-9,
  .gy-xxl-9 {
    --bs-gutter-y: 7.2rem;
  }
  .g-xxl-10,
  .gx-xxl-10 {
    --bs-gutter-x: 8rem;
  }
  .g-xxl-10,
  .gy-xxl-10 {
    --bs-gutter-y: 8rem;
  }
  .g-xxl-100,
  .gx-xxl-100 {
    --bs-gutter-x: 10rem;
  }
  .g-xxl-100,
  .gy-xxl-100 {
    --bs-gutter-y: 10rem;
  }
}

.form-label {
  margin-bottom: 0.5rem;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: calc(1.35rem + 1.2vw);
}

@media (min-width: 1200px) {
  .col-form-label-lg {
    font-size: 2.25rem;
  }
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: calc(1.2825rem + 0.39vw);
}

@media (min-width: 1200px) {
  .col-form-label-sm {
    font-size: 1.575rem;
  }
}

.form-text {
  margin-top: 0.25rem;
  font-size: calc(1.285rem + 0.42vw);
  color: #6c757d;
}

@media (min-width: 1200px) {
  .form-text {
    font-size: 1.6rem;
  }
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #111111;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  appearance: none;
  border-radius: 0.25rem;
  transition: border 0.12s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}

.form-control[type="file"] {
  overflow: hidden;
}

.form-control[type="file"]:not(:disabled):not([readonly]) {
  cursor: pointer;
}

.form-control:focus {
  color: #111111;
  background-color: #ffffff;
  border-color: #80e4d5;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(0, 200, 170, 0.25);
}

.form-control::-webkit-date-and-time-value {
  height: 1.5em;
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: #111111;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dde0e3;
}

.form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: #111111;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
    transition: none;
  }
}

.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: #111111;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: calc(1.2825rem + 0.39vw);
  border-radius: 0.2rem;
}

@media (min-width: 1200px) {
  .form-control-sm {
    font-size: 1.575rem;
  }
}

.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}

.form-control-sm::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}

.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: calc(1.35rem + 1.2vw);
  border-radius: 0.3rem;
}

@media (min-width: 1200px) {
  .form-control-lg {
    font-size: 2.25rem;
  }
}

.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}

.form-control-lg::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}

textarea.form-control {
  min-height: calc(1.5em + 0.75rem + 2px);
}

textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
}

textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
}

.form-control-color {
  width: 3rem;
  height: auto;
  padding: 0.375rem;
}

.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}

.form-control-color::-moz-color-swatch {
  height: 1.5em;
  border-radius: 0.25rem;
}

.form-control-color::-webkit-color-swatch {
  height: 1.5em;
  border-radius: 0.25rem;
}

.form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #111111;
  background-color: #ffffff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border 0.12s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}

.form-select:focus {
  border-color: #80e4d5;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(0, 200, 170, 0.25);
}

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

.form-select:disabled {
  background-color: #e9ecef;
}

.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #111111;
}

.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: calc(1.2825rem + 0.39vw);
  border-radius: 0.2rem;
}

@media (min-width: 1200px) {
  .form-select-sm {
    font-size: 1.575rem;
  }
}

.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: calc(1.35rem + 1.2vw);
  border-radius: 0.3rem;
}

@media (min-width: 1200px) {
  .form-select-lg {
    font-size: 2.25rem;
  }
}

.form-check {
  display: block;
  min-height: 2.7rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}

.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(17, 17, 17, 0.25);
  appearance: none;
  color-adjust: exact;
}

.form-check-input[type="checkbox"] {
  border-radius: 0.25em;
}

.form-check-input[type="radio"] {
  border-radius: 50%;
}

.form-check-input:active {
  filter: brightness(90%);
}

.form-check-input:focus {
  border-color: #80e4d5;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(0, 200, 170, 0.25);
}

.form-check-input:checked {
  background-color: #00c8aa;
  border-color: #00c8aa;
}

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

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

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

.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}

.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  opacity: 0.5;
}

.form-switch {
  padding-left: 2.5em;
}

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

@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}

.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2380e4d5'/%3e%3c/svg%3e");
}

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

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

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

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

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  appearance: none;
}

.form-range:focus {
  outline: 0;
}

.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.25rem rgba(0, 200, 170, 0.25);
}

.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.25rem rgba(0, 200, 170, 0.25);
}

.form-range::-moz-focus-outer {
  border: 0;
}

.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #00c8aa;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    transition: none;
  }
}

.form-range::-webkit-slider-thumb:active {
  background-color: #b3efe6;
}

.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #00c8aa;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    transition: none;
  }
}

.form-range::-moz-range-thumb:active {
  background-color: #b3efe6;
}

.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.form-range:disabled {
  pointer-events: none;
}

.form-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

.form-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.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;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}

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

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

.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-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

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

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

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

.input-group > .form-control,
.input-group > .form-select {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}

.input-group > .form-control:focus,
.input-group > .form-select:focus {
  z-index: 3;
}

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

.input-group .btn:focus {
  z-index: 3;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #111111;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: calc(1.35rem + 1.2vw);
  border-radius: 0.3rem;
}

@media (min-width: 1200px) {
  .input-group-lg > .form-control,
  .input-group-lg > .form-select,
  .input-group-lg > .input-group-text,
  .input-group-lg > .btn {
    font-size: 2.25rem;
  }
}

.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: calc(1.2825rem + 0.39vw);
  border-radius: 0.2rem;
}

@media (min-width: 1200px) {
  .input-group-sm > .form-control,
  .input-group-sm > .form-select,
  .input-group-sm > .input-group-text,
  .input-group-sm > .btn {
    font-size: 1.575rem;
  }
}

.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right: 3rem;
}

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n + 3) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group.has-validation > :nth-last-child(n + 3):not(.dropdown-toggle):not(.dropdown-menu),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n + 4) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: calc(1.285rem + 0.42vw);
  color: #198754;
}

@media (min-width: 1200px) {
  .valid-feedback {
    font-size: 1.6rem;
  }
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.2rem 0.4rem;
  margin-top: .1rem;
  font-size: calc(1.2825rem + 0.39vw);
  color: #ffffff;
  background-color: rgba(25, 135, 84, 0.9);
  border-radius: 0.25rem;
}

@media (min-width: 1200px) {
  .valid-tooltip {
    font-size: 1.575rem;
  }
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

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

.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: #198754;
}

.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: #198754;
}

.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: #198754;
}

.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #198754;
}

.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: .5em;
}

.was-validated .input-group .form-control:valid, .input-group .form-control.is-valid, .was-validated
.input-group .form-select:valid,
.input-group .form-select.is-valid {
  z-index: 1;
}

.was-validated .input-group .form-control:valid:focus, .input-group .form-control.is-valid:focus, .was-validated
.input-group .form-select:valid:focus,
.input-group .form-select.is-valid:focus {
  z-index: 3;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: calc(1.285rem + 0.42vw);
  color: #dc3545;
}

@media (min-width: 1200px) {
  .invalid-feedback {
    font-size: 1.6rem;
  }
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.2rem 0.4rem;
  margin-top: .1rem;
  font-size: calc(1.2825rem + 0.39vw);
  color: #ffffff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}

@media (min-width: 1200px) {
  .invalid-tooltip {
    font-size: 1.575rem;
  }
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

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

.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: #dc3545;
}

.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: #dc3545;
}

.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: #dc3545;
}

.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: .5em;
}

.was-validated .input-group .form-control:invalid, .input-group .form-control.is-invalid, .was-validated
.input-group .form-select:invalid,
.input-group .form-select.is-invalid {
  z-index: 2;
}

.was-validated .input-group .form-control:invalid:focus, .input-group .form-control.is-invalid:focus, .was-validated
.input-group .form-select:invalid:focus,
.input-group .form-select.is-invalid:focus {
  z-index: 3;
}

.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #111111;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: calc(1.305rem + 0.66vw);
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (min-width: 1200px) {
  .btn {
    font-size: 1.8rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}

.btn:hover {
  color: #111111;
}

.btn-check:focus + .btn, .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(0, 200, 170, 0.25);
}

.btn:disabled, .btn.disabled,
fieldset:disabled .btn {
  pointer-events: none;
  opacity: 0.65;
}

.btn-primary {
  color: #111111;
  background-color: #00c8aa;
  border-color: #00c8aa;
}

.btn-primary:hover {
  color: #111111;
  background-color: #26d0b7;
  border-color: #1aceb3;
}

.btn-check:focus + .btn-primary, .btn-primary:focus {
  color: #111111;
  background-color: #26d0b7;
  border-color: #1aceb3;
  box-shadow: 0 0 0 0.25rem rgba(3, 173, 147, 0.5);
}

.btn-check:checked + .btn-primary,
.btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active,
.show > .btn-primary.dropdown-toggle {
  color: #111111;
  background-color: #33d3bb;
  border-color: #1aceb3;
}

.btn-check:checked + .btn-primary:focus,
.btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(3, 173, 147, 0.5);
}

.btn-primary:disabled, .btn-primary.disabled {
  color: #111111;
  background-color: #00c8aa;
  border-color: #00c8aa;
}

.btn-secondary {
  color: #111111;
  background-color: #008b85;
  border-color: #008b85;
}

.btn-secondary:hover {
  color: #111111;
  background-color: #269c97;
  border-color: #1a9791;
}

.btn-check:focus + .btn-secondary, .btn-secondary:focus {
  color: #111111;
  background-color: #269c97;
  border-color: #1a9791;
  box-shadow: 0 0 0 0.25rem rgba(3, 121, 116, 0.5);
}

.btn-check:checked + .btn-secondary,
.btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active,
.show > .btn-secondary.dropdown-toggle {
  color: #111111;
  background-color: #33a29d;
  border-color: #1a9791;
}

.btn-check:checked + .btn-secondary:focus,
.btn-check:active + .btn-secondary:focus, .btn-secondary:active:focus, .btn-secondary.active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(3, 121, 116, 0.5);
}

.btn-secondary:disabled, .btn-secondary.disabled {
  color: #111111;
  background-color: #008b85;
  border-color: #008b85;
}

.btn-gray {
  color: #111111;
  background-color: #969696;
  border-color: #969696;
}

.btn-gray:hover {
  color: #111111;
  background-color: #a6a6a6;
  border-color: #a1a1a1;
}

.btn-check:focus + .btn-gray, .btn-gray:focus {
  color: #111111;
  background-color: #a6a6a6;
  border-color: #a1a1a1;
  box-shadow: 0 0 0 0.25rem rgba(130, 130, 130, 0.5);
}

.btn-check:checked + .btn-gray,
.btn-check:active + .btn-gray, .btn-gray:active, .btn-gray.active,
.show > .btn-gray.dropdown-toggle {
  color: #111111;
  background-color: #ababab;
  border-color: #a1a1a1;
}

.btn-check:checked + .btn-gray:focus,
.btn-check:active + .btn-gray:focus, .btn-gray:active:focus, .btn-gray.active:focus,
.show > .btn-gray.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(130, 130, 130, 0.5);
}

.btn-gray:disabled, .btn-gray.disabled {
  color: #111111;
  background-color: #969696;
  border-color: #969696;
}

.btn-outline-primary {
  color: #00c8aa;
  border-color: #00c8aa;
}

.btn-outline-primary:hover {
  color: #111111;
  background-color: #00c8aa;
  border-color: #00c8aa;
}

.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 200, 170, 0.5);
}

.btn-check:checked + .btn-outline-primary,
.btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
  color: #111111;
  background-color: #00c8aa;
  border-color: #00c8aa;
}

.btn-check:checked + .btn-outline-primary:focus,
.btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 200, 170, 0.5);
}

.btn-outline-primary:disabled, .btn-outline-primary.disabled {
  color: #00c8aa;
  background-color: transparent;
}

.btn-outline-secondary {
  color: #008b85;
  border-color: #008b85;
}

.btn-outline-secondary:hover {
  color: #111111;
  background-color: #008b85;
  border-color: #008b85;
}

.btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 139, 133, 0.5);
}

.btn-check:checked + .btn-outline-secondary,
.btn-check:active + .btn-outline-secondary, .btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show {
  color: #111111;
  background-color: #008b85;
  border-color: #008b85;
}

.btn-check:checked + .btn-outline-secondary:focus,
.btn-check:active + .btn-outline-secondary:focus, .btn-outline-secondary:active:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 139, 133, 0.5);
}

.btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
  color: #008b85;
  background-color: transparent;
}

.btn-outline-gray {
  color: #969696;
  border-color: #969696;
}

.btn-outline-gray:hover {
  color: #111111;
  background-color: #969696;
  border-color: #969696;
}

.btn-check:focus + .btn-outline-gray, .btn-outline-gray:focus {
  box-shadow: 0 0 0 0.25rem rgba(150, 150, 150, 0.5);
}

.btn-check:checked + .btn-outline-gray,
.btn-check:active + .btn-outline-gray, .btn-outline-gray:active, .btn-outline-gray.active, .btn-outline-gray.dropdown-toggle.show {
  color: #111111;
  background-color: #969696;
  border-color: #969696;
}

.btn-check:checked + .btn-outline-gray:focus,
.btn-check:active + .btn-outline-gray:focus, .btn-outline-gray:active:focus, .btn-outline-gray.active:focus, .btn-outline-gray.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(150, 150, 150, 0.5);
}

.btn-outline-gray:disabled, .btn-outline-gray.disabled {
  color: #969696;
  background-color: transparent;
}

.btn-link {
  font-weight: 400;
  color: #111111;
  text-decoration: underline;
}

.btn-link:hover {
  color: #009690;
}

.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
}

.btn-lg {
  padding: 0.5rem 1rem;
  font-size: calc(1.35rem + 1.2vw);
  border-radius: 0.3rem;
}

@media (min-width: 1200px) {
  .btn-lg {
    font-size: 2.25rem;
  }
}

.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: calc(1.2825rem + 0.39vw);
  border-radius: 0.2rem;
}

@media (min-width: 1200px) {
  .btn-sm {
    font-size: 1.575rem;
  }
}

.fade {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}

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

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

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

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

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

@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    transition: none;
  }
}

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

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

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

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

.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: calc(1.305rem + 0.66vw);
  color: #111111;
  text-align: left;
  list-style: none;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(17, 17, 17, 0.15);
  border-radius: 0.25rem;
}

@media (min-width: 1200px) {
  .dropdown-menu {
    font-size: 1.8rem;
  }
}

.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: 0.125rem;
}

.dropdown-menu-start {
  --bs-position: start;
}

.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}

.dropdown-menu-end {
  --bs-position: end;
}

.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

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

.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

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

.dropend .dropdown-toggle::after {
  vertical-align: 0;
}

.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.dropstart .dropdown-toggle::after {
  display: none;
}

.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

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

.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-divider {
  height: 0;
  margin: 0.4rem 0;
  overflow: hidden;
  border-top: 1px solid rgba(17, 17, 17, 0.15);
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.2rem 0.8rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover, .dropdown-item:focus {
  color: #1e2125;
  background-color: #e9ecef;
}

.dropdown-item.active, .dropdown-item:active {
  color: #ffffff;
  text-decoration: none;
  background-color: #00c8aa;
}

.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

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

.dropdown-header {
  display: block;
  padding: 0.5rem 0.8rem;
  margin-bottom: 0;
  font-size: calc(1.2825rem + 0.39vw);
  color: #6c757d;
  white-space: nowrap;
}

@media (min-width: 1200px) {
  .dropdown-header {
    font-size: 1.575rem;
  }
}

.dropdown-item-text {
  display: block;
  padding: 0.2rem 0.8rem;
  color: #212529;
}

.dropdown-menu-dark {
  color: #dee2e6;
  background-color: #343a40;
  border-color: rgba(17, 17, 17, 0.15);
}

.dropdown-menu-dark .dropdown-item {
  color: #dee2e6;
}

.dropdown-menu-dark .dropdown-item:hover, .dropdown-menu-dark .dropdown-item:focus {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.15);
}

.dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active {
  color: #ffffff;
  background-color: #00c8aa;
}

.dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .dropdown-item:disabled {
  color: #adb5bd;
}

.dropdown-menu-dark .dropdown-divider {
  border-color: rgba(17, 17, 17, 0.15);
}

.dropdown-menu-dark .dropdown-item-text {
  color: #dee2e6;
}

.dropdown-menu-dark .dropdown-header {
  color: #adb5bd;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #111111;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}

.nav-link:hover, .nav-link:focus {
  color: #009690;
}

.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-link {
  margin-bottom: -1px;
  background: none;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
  isolation: isolate;
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #ffffff;
  border-color: #dee2e6 #dee2e6 #ffffff;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #ffffff;
  background-color: #00c8aa;
}

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

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

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
}

.navbar > .container, .hero--secondary .navbar > .hero__navigation-mobile-top, .navbar > .promoted-articles,
.navbar > .container-fluid, .navbar > .container-sm, .navbar > .container-md, .navbar > .container-lg, .navbar > .container-xl, .navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  padding-top: 0.1625rem;
  padding-bottom: 0.1625rem;
  margin-right: 1rem;
  font-size: calc(1.35rem + 1.2vw);
  text-decoration: none;
  white-space: nowrap;
}

@media (min-width: 1200px) {
  .navbar-brand {
    font-size: 2.25rem;
  }
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

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

.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

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

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: calc(1.35rem + 1.2vw);
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  transition: box-shadow 0.15s ease-in-out;
}

@media (min-width: 1200px) {
  .navbar-toggler {
    font-size: 2.25rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}

.navbar-toggler:hover {
  text-decoration: none;
}

.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 0.25rem;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

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

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .navbar-expand-sm .offcanvas-header {
    display: none;
  }
  .navbar-expand-sm .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-sm .offcanvas-top,
  .navbar-expand-sm .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-sm .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .navbar-expand-md .offcanvas-header {
    display: none;
  }
  .navbar-expand-md .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-md .offcanvas-top,
  .navbar-expand-md .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-md .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .offcanvas-header {
    display: none;
  }
  .navbar-expand-lg .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-lg .offcanvas-top,
  .navbar-expand-lg .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-lg .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xl .offcanvas-header {
    display: none;
  }
  .navbar-expand-xl .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-xl .offcanvas-top,
  .navbar-expand-xl .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-xl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@media (min-width: 1400px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xxl .offcanvas-header {
    display: none;
  }
  .navbar-expand-xxl .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-xxl .offcanvas-top,
  .navbar-expand-xxl .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-xxl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

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

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

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

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}

.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-expand .offcanvas-header {
  display: none;
}

.navbar-expand .offcanvas {
  position: inherit;
  bottom: 0;
  z-index: 1000;
  flex-grow: 1;
  visibility: visible !important;
  background-color: transparent;
  border-right: 0;
  border-left: 0;
  transition: none;
  transform: none;
}

.navbar-expand .offcanvas-top,
.navbar-expand .offcanvas-bottom {
  height: auto;
  border-top: 0;
  border-bottom: 0;
}

.navbar-expand .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}

.navbar-light .navbar-brand {
  color: rgba(17, 17, 17, 0.9);
}

.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(17, 17, 17, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(17, 17, 17, 0.55);
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(17, 17, 17, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(17, 17, 17, 0.3);
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(17, 17, 17, 0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(17, 17, 17, 0.55);
  border-color: rgba(17, 17, 17, 0.1);
}

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

.navbar-light .navbar-text {
  color: rgba(17, 17, 17, 0.55);
}

.navbar-light .navbar-text a, .navbar-light .navbar-text input[type='button'],
.navbar-light .navbar-text input[type='submit'],
.navbar-light .navbar-text input[type='reset'],
.navbar-light .navbar-text .pagination span, .pagination .navbar-light .navbar-text span,
.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text input:hover[type='button'],
.navbar-light .navbar-text input:hover[type='submit'],
.navbar-light .navbar-text input:hover[type='reset'],
.navbar-light .navbar-text .pagination span:hover,
.pagination .navbar-light .navbar-text span:hover,
.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text input:focus[type='button'],
.navbar-light .navbar-text input:focus[type='submit'],
.navbar-light .navbar-text input:focus[type='reset'],
.navbar-light .navbar-text .pagination span:focus,
.pagination .navbar-light .navbar-text span:focus {
  color: rgba(17, 17, 17, 0.9);
}

.navbar-dark .navbar-brand {
  color: #ffffff;
}

.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #ffffff;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.55);
}

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .nav-link.active {
  color: #ffffff;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.55);
  border-color: rgba(255, 255, 255, 0.1);
}

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

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.55);
}

.navbar-dark .navbar-text a, .navbar-dark .navbar-text input[type='button'],
.navbar-dark .navbar-text input[type='submit'],
.navbar-dark .navbar-text input[type='reset'],
.navbar-dark .navbar-text .pagination span, .pagination .navbar-dark .navbar-text span,
.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text input:hover[type='button'],
.navbar-dark .navbar-text input:hover[type='submit'],
.navbar-dark .navbar-text input:hover[type='reset'],
.navbar-dark .navbar-text .pagination span:hover,
.pagination .navbar-dark .navbar-text span:hover,
.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text input:focus[type='button'],
.navbar-dark .navbar-text input:focus[type='submit'],
.navbar-dark .navbar-text input:focus[type='reset'],
.navbar-dark .navbar-text .pagination span:focus,
.pagination .navbar-dark .navbar-text span:focus {
  color: #ffffff;
}

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

.link-primary, .CookieDeclarationTable a, .CookieDeclarationTable .hero__item-list > li a, .hero__item-list > li .CookieDeclarationTable a, .CookieDeclarationTable input[type='button'],
.CookieDeclarationTable input[type='submit'],
.CookieDeclarationTable input[type='reset'],
.CookieDeclarationTable .pagination span, .pagination .CookieDeclarationTable span {
  color: #00c8aa;
}

.link-primary:hover, .CookieDeclarationTable a:hover, .CookieDeclarationTable input:hover[type='button'],
.CookieDeclarationTable input:hover[type='submit'],
.CookieDeclarationTable input:hover[type='reset'],
.CookieDeclarationTable .pagination span:hover, .pagination .CookieDeclarationTable span:hover, .link-primary:focus, .CookieDeclarationTable a:focus, .CookieDeclarationTable input:focus[type='button'],
.CookieDeclarationTable input:focus[type='submit'],
.CookieDeclarationTable input:focus[type='reset'],
.CookieDeclarationTable .pagination span:focus, .pagination .CookieDeclarationTable span:focus {
  color: #33d3bb;
}

.link-secondary {
  color: #008b85;
}

.link-secondary:hover, .link-secondary:focus {
  color: #33a29d;
}

.link-gray {
  color: #969696;
}

.link-gray:hover, .link-gray:focus {
  color: #ababab;
}

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

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

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

.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

.ratio-4x3 {
  --bs-aspect-ratio: calc(3 / 4 * 100%);
}

.ratio-16x9 {
  --bs-aspect-ratio: calc(9 / 16 * 100%);
}

.ratio-21x9 {
  --bs-aspect-ratio: calc(9 / 21 * 100%);
}

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

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

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

@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

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

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

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

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

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

.vr {
  display: inline-block;
  align-self: stretch;
  width: 1px;
  min-height: 1em;
  background-color: currentColor;
  opacity: 0.25;
}

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

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

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

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

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

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

.float-start {
  float: left !important;
}

.float-end {
  float: right !important;
}

.float-none {
  float: none !important;
}

.opacity-0 {
  opacity: 0 !important;
}

.opacity-25 {
  opacity: 0.25 !important;
}

.opacity-50 {
  opacity: 0.5 !important;
}

.opacity-75 {
  opacity: 0.75 !important;
}

.opacity-100 {
  opacity: 1 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(17, 17, 17, 0.15) !important;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(17, 17, 17, 0.075) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(17, 17, 17, 0.175) !important;
}

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

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

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

.top-50 {
  top: 50% !important;
}

.top-100 {
  top: 100% !important;
}

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

.bottom-50 {
  bottom: 50% !important;
}

.bottom-100 {
  bottom: 100% !important;
}

.start-0 {
  left: 0 !important;
}

.start-50 {
  left: 50% !important;
}

.start-100 {
  left: 100% !important;
}

.end-0 {
  right: 0 !important;
}

.end-50 {
  right: 50% !important;
}

.end-100 {
  right: 100% !important;
}

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

.translate-middle-x {
  transform: translateX(-50%) !important;
}

.translate-middle-y {
  transform: translateY(-50%) !important;
}

.border {
  border: 1px solid #ddd !important;
}

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

.border-top {
  border-top: 1px solid #ddd !important;
}

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

.border-end {
  border-right: 1px solid #ddd !important;
}

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

.border-bottom {
  border-bottom: 1px solid #ddd !important;
}

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

.border-start {
  border-left: 1px solid #ddd !important;
}

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

.border-primary {
  border-color: #00c8aa !important;
}

.border-secondary {
  border-color: #008b85 !important;
}

.border-gray {
  border-color: #969696 !important;
}

.border-white {
  border-color: #ffffff !important;
}

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

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

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

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

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

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

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

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

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

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

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

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

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

.flex-fill {
  flex: 1 1 auto !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-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;
}

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

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

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

.gap-0 {
  gap: 0 !important;
}

.gap-1 {
  gap: 0.8rem !important;
}

.gap-2 {
  gap: 1.6rem !important;
}

.gap-3 {
  gap: 2.4rem !important;
}

.gap-4 {
  gap: 3.2rem !important;
}

.gap-5 {
  gap: 4rem !important;
}

.gap-6 {
  gap: 4.8rem !important;
}

.gap-7 {
  gap: 5.6rem !important;
}

.gap-8 {
  gap: 6.4rem !important;
}

.gap-9 {
  gap: 7.2rem !important;
}

.gap-10 {
  gap: 8rem !important;
}

.gap-100 {
  gap: 10rem !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;
}

.justify-content-evenly {
  justify-content: space-evenly !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;
}

.order-first {
  order: -1 !important;
}

.order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

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

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

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

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

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

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

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

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

.m-8 {
  margin: 6.4rem !important;
}

.m-9 {
  margin: 7.2rem !important;
}

.m-10 {
  margin: 8rem !important;
}

.m-100 {
  margin: 10rem !important;
}

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

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

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

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

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

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

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

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

.mx-7 {
  margin-right: 5.6rem !important;
  margin-left: 5.6rem !important;
}

.mx-8 {
  margin-right: 6.4rem !important;
  margin-left: 6.4rem !important;
}

.mx-9 {
  margin-right: 7.2rem !important;
  margin-left: 7.2rem !important;
}

.mx-10 {
  margin-right: 8rem !important;
  margin-left: 8rem !important;
}

.mx-100 {
  margin-right: 10rem !important;
  margin-left: 10rem !important;
}

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

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

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

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

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

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

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

.my-6 {
  margin-top: 4.8rem !important;
  margin-bottom: 4.8rem !important;
}

.my-7 {
  margin-top: 5.6rem !important;
  margin-bottom: 5.6rem !important;
}

.my-8 {
  margin-top: 6.4rem !important;
  margin-bottom: 6.4rem !important;
}

.my-9 {
  margin-top: 7.2rem !important;
  margin-bottom: 7.2rem !important;
}

.my-10 {
  margin-top: 8rem !important;
  margin-bottom: 8rem !important;
}

.my-100 {
  margin-top: 10rem !important;
  margin-bottom: 10rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

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

.mt-1 {
  margin-top: 0.8rem !important;
}

.mt-2 {
  margin-top: 1.6rem !important;
}

.mt-3 {
  margin-top: 2.4rem !important;
}

.mt-4 {
  margin-top: 3.2rem !important;
}

.mt-5 {
  margin-top: 4rem !important;
}

.mt-6 {
  margin-top: 4.8rem !important;
}

.mt-7 {
  margin-top: 5.6rem !important;
}

.mt-8 {
  margin-top: 6.4rem !important;
}

.mt-9 {
  margin-top: 7.2rem !important;
}

.mt-10 {
  margin-top: 8rem !important;
}

.mt-100 {
  margin-top: 10rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 0.8rem !important;
}

.me-2 {
  margin-right: 1.6rem !important;
}

.me-3 {
  margin-right: 2.4rem !important;
}

.me-4 {
  margin-right: 3.2rem !important;
}

.me-5 {
  margin-right: 4rem !important;
}

.me-6 {
  margin-right: 4.8rem !important;
}

.me-7 {
  margin-right: 5.6rem !important;
}

.me-8 {
  margin-right: 6.4rem !important;
}

.me-9 {
  margin-right: 7.2rem !important;
}

.me-10 {
  margin-right: 8rem !important;
}

.me-100 {
  margin-right: 10rem !important;
}

.me-auto {
  margin-right: auto !important;
}

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

.mb-1 {
  margin-bottom: 0.8rem !important;
}

.mb-2 {
  margin-bottom: 1.6rem !important;
}

.mb-3, .hero--secondary .hero__title {
  margin-bottom: 2.4rem !important;
}

.mb-4 {
  margin-bottom: 3.2rem !important;
}

.mb-5 {
  margin-bottom: 4rem !important;
}

.mb-6 {
  margin-bottom: 4.8rem !important;
}

.mb-7, .hero__title {
  margin-bottom: 5.6rem !important;
}

.mb-8 {
  margin-bottom: 6.4rem !important;
}

.mb-9 {
  margin-bottom: 7.2rem !important;
}

.mb-10 {
  margin-bottom: 8rem !important;
}

.mb-100 {
  margin-bottom: 10rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 0.8rem !important;
}

.ms-2 {
  margin-left: 1.6rem !important;
}

.ms-3 {
  margin-left: 2.4rem !important;
}

.ms-4 {
  margin-left: 3.2rem !important;
}

.ms-5 {
  margin-left: 4rem !important;
}

.ms-6 {
  margin-left: 4.8rem !important;
}

.ms-7 {
  margin-left: 5.6rem !important;
}

.ms-8 {
  margin-left: 6.4rem !important;
}

.ms-9 {
  margin-left: 7.2rem !important;
}

.ms-10 {
  margin-left: 8rem !important;
}

.ms-100 {
  margin-left: 10rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.8rem !important;
}

.p-2 {
  padding: 1.6rem !important;
}

.p-3 {
  padding: 2.4rem !important;
}

.p-4 {
  padding: 3.2rem !important;
}

.p-5 {
  padding: 4rem !important;
}

.p-6 {
  padding: 4.8rem !important;
}

.p-7 {
  padding: 5.6rem !important;
}

.p-8 {
  padding: 6.4rem !important;
}

.p-9 {
  padding: 7.2rem !important;
}

.p-10 {
  padding: 8rem !important;
}

.p-100 {
  padding: 10rem !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-1 {
  padding-right: 0.8rem !important;
  padding-left: 0.8rem !important;
}

.px-2 {
  padding-right: 1.6rem !important;
  padding-left: 1.6rem !important;
}

.px-3 {
  padding-right: 2.4rem !important;
  padding-left: 2.4rem !important;
}

.px-4 {
  padding-right: 3.2rem !important;
  padding-left: 3.2rem !important;
}

.px-5 {
  padding-right: 4rem !important;
  padding-left: 4rem !important;
}

.px-6 {
  padding-right: 4.8rem !important;
  padding-left: 4.8rem !important;
}

.px-7 {
  padding-right: 5.6rem !important;
  padding-left: 5.6rem !important;
}

.px-8 {
  padding-right: 6.4rem !important;
  padding-left: 6.4rem !important;
}

.px-9 {
  padding-right: 7.2rem !important;
  padding-left: 7.2rem !important;
}

.px-10 {
  padding-right: 8rem !important;
  padding-left: 8rem !important;
}

.px-100 {
  padding-right: 10rem !important;
  padding-left: 10rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.8rem !important;
  padding-bottom: 0.8rem !important;
}

.py-2 {
  padding-top: 1.6rem !important;
  padding-bottom: 1.6rem !important;
}

.py-3 {
  padding-top: 2.4rem !important;
  padding-bottom: 2.4rem !important;
}

.py-4 {
  padding-top: 3.2rem !important;
  padding-bottom: 3.2rem !important;
}

.py-5 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.py-6 {
  padding-top: 4.8rem !important;
  padding-bottom: 4.8rem !important;
}

.py-7 {
  padding-top: 5.6rem !important;
  padding-bottom: 5.6rem !important;
}

.py-8 {
  padding-top: 6.4rem !important;
  padding-bottom: 6.4rem !important;
}

.py-9 {
  padding-top: 7.2rem !important;
  padding-bottom: 7.2rem !important;
}

.py-10 {
  padding-top: 8rem !important;
  padding-bottom: 8rem !important;
}

.py-100 {
  padding-top: 10rem !important;
  padding-bottom: 10rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.8rem !important;
}

.pt-2 {
  padding-top: 1.6rem !important;
}

.pt-3 {
  padding-top: 2.4rem !important;
}

.pt-4 {
  padding-top: 3.2rem !important;
}

.pt-5 {
  padding-top: 4rem !important;
}

.pt-6 {
  padding-top: 4.8rem !important;
}

.pt-7 {
  padding-top: 5.6rem !important;
}

.pt-8 {
  padding-top: 6.4rem !important;
}

.pt-9 {
  padding-top: 7.2rem !important;
}

.pt-10 {
  padding-top: 8rem !important;
}

.pt-100 {
  padding-top: 10rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 0.8rem !important;
}

.pe-2 {
  padding-right: 1.6rem !important;
}

.pe-3 {
  padding-right: 2.4rem !important;
}

.pe-4 {
  padding-right: 3.2rem !important;
}

.pe-5 {
  padding-right: 4rem !important;
}

.pe-6 {
  padding-right: 4.8rem !important;
}

.pe-7 {
  padding-right: 5.6rem !important;
}

.pe-8 {
  padding-right: 6.4rem !important;
}

.pe-9 {
  padding-right: 7.2rem !important;
}

.pe-10 {
  padding-right: 8rem !important;
}

.pe-100 {
  padding-right: 10rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.8rem !important;
}

.pb-2 {
  padding-bottom: 1.6rem !important;
}

.pb-3 {
  padding-bottom: 2.4rem !important;
}

.pb-4 {
  padding-bottom: 3.2rem !important;
}

.pb-5 {
  padding-bottom: 4rem !important;
}

.pb-6 {
  padding-bottom: 4.8rem !important;
}

.pb-7 {
  padding-bottom: 5.6rem !important;
}

.pb-8 {
  padding-bottom: 6.4rem !important;
}

.pb-9 {
  padding-bottom: 7.2rem !important;
}

.pb-10 {
  padding-bottom: 8rem !important;
}

.pb-100 {
  padding-bottom: 10rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 0.8rem !important;
}

.ps-2 {
  padding-left: 1.6rem !important;
}

.ps-3 {
  padding-left: 2.4rem !important;
}

.ps-4 {
  padding-left: 3.2rem !important;
}

.ps-5 {
  padding-left: 4rem !important;
}

.ps-6 {
  padding-left: 4.8rem !important;
}

.ps-7 {
  padding-left: 5.6rem !important;
}

.ps-8 {
  padding-left: 6.4rem !important;
}

.ps-9 {
  padding-left: 7.2rem !important;
}

.ps-10 {
  padding-left: 8rem !important;
}

.ps-100 {
  padding-left: 10rem !important;
}

.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

.fs-1 {
  font-size: calc(1.575rem + 3.9vw) !important;
}

.fs-2 {
  font-size: calc(1.485rem + 2.82vw) !important;
}

.fs-3 {
  font-size: calc(1.44rem + 2.28vw) !important;
}

.fs-4 {
  font-size: calc(1.395rem + 1.74vw) !important;
}

.fs-5 {
  font-size: calc(1.35rem + 1.2vw) !important;
}

.fs-6 {
  font-size: calc(1.305rem + 0.66vw) !important;
}

.fst-italic {
  font-style: italic !important;
}

.fst-normal {
  font-style: normal !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-lighter {
  font-weight: lighter !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.fw-bolder {
  font-weight: bolder !important;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-sm {
  line-height: 1.25 !important;
}

.lh-base {
  line-height: 1.5 !important;
}

.lh-lg {
  line-height: 2 !important;
}

.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

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

.text-decoration-none {
  text-decoration: none !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.text-decoration-line-through {
  text-decoration: line-through !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

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

.text-gray {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-gray-rgb), var(--bs-text-opacity)) !important;
}

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

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

.text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}

.text-muted {
  --bs-text-opacity: 1;
  color: #6c757d !important;
}

.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(17, 17, 17, 0.5) !important;
}

.text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}

.text-opacity-25 {
  --bs-text-opacity: 0.25;
}

.text-opacity-50 {
  --bs-text-opacity: 0.5;
}

.text-opacity-75 {
  --bs-text-opacity: 0.75;
}

.text-opacity-100 {
  --bs-text-opacity: 1;
}

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

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

.bg-gray {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-gray-rgb), var(--bs-bg-opacity)) !important;
}

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

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

.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}

.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}

.bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}

.bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}

.bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}

.bg-opacity-100 {
  --bs-bg-opacity: 1;
}

.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

.user-select-all {
  user-select: all !important;
}

.user-select-auto {
  user-select: auto !important;
}

.user-select-none {
  user-select: none !important;
}

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.rounded-1 {
  border-radius: 0.2rem !important;
}

.rounded-2 {
  border-radius: 0.25rem !important;
}

.rounded-3 {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-end {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-start {
  border-bottom-left-radius: 0.25rem !important;
  border-top-left-radius: 0.25rem !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .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-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;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.8rem !important;
  }
  .gap-sm-2 {
    gap: 1.6rem !important;
  }
  .gap-sm-3 {
    gap: 2.4rem !important;
  }
  .gap-sm-4 {
    gap: 3.2rem !important;
  }
  .gap-sm-5 {
    gap: 4rem !important;
  }
  .gap-sm-6 {
    gap: 4.8rem !important;
  }
  .gap-sm-7 {
    gap: 5.6rem !important;
  }
  .gap-sm-8 {
    gap: 6.4rem !important;
  }
  .gap-sm-9 {
    gap: 7.2rem !important;
  }
  .gap-sm-10 {
    gap: 8rem !important;
  }
  .gap-sm-100 {
    gap: 10rem !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;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !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;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.8rem !important;
  }
  .m-sm-2 {
    margin: 1.6rem !important;
  }
  .m-sm-3 {
    margin: 2.4rem !important;
  }
  .m-sm-4 {
    margin: 3.2rem !important;
  }
  .m-sm-5 {
    margin: 4rem !important;
  }
  .m-sm-6 {
    margin: 4.8rem !important;
  }
  .m-sm-7 {
    margin: 5.6rem !important;
  }
  .m-sm-8 {
    margin: 6.4rem !important;
  }
  .m-sm-9 {
    margin: 7.2rem !important;
  }
  .m-sm-10 {
    margin: 8rem !important;
  }
  .m-sm-100 {
    margin: 10rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.8rem !important;
    margin-left: 0.8rem !important;
  }
  .mx-sm-2 {
    margin-right: 1.6rem !important;
    margin-left: 1.6rem !important;
  }
  .mx-sm-3 {
    margin-right: 2.4rem !important;
    margin-left: 2.4rem !important;
  }
  .mx-sm-4 {
    margin-right: 3.2rem !important;
    margin-left: 3.2rem !important;
  }
  .mx-sm-5 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-sm-6 {
    margin-right: 4.8rem !important;
    margin-left: 4.8rem !important;
  }
  .mx-sm-7 {
    margin-right: 5.6rem !important;
    margin-left: 5.6rem !important;
  }
  .mx-sm-8 {
    margin-right: 6.4rem !important;
    margin-left: 6.4rem !important;
  }
  .mx-sm-9 {
    margin-right: 7.2rem !important;
    margin-left: 7.2rem !important;
  }
  .mx-sm-10 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  .mx-sm-100 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.8rem !important;
    margin-bottom: 0.8rem !important;
  }
  .my-sm-2 {
    margin-top: 1.6rem !important;
    margin-bottom: 1.6rem !important;
  }
  .my-sm-3 {
    margin-top: 2.4rem !important;
    margin-bottom: 2.4rem !important;
  }
  .my-sm-4 {
    margin-top: 3.2rem !important;
    margin-bottom: 3.2rem !important;
  }
  .my-sm-5 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-sm-6 {
    margin-top: 4.8rem !important;
    margin-bottom: 4.8rem !important;
  }
  .my-sm-7 {
    margin-top: 5.6rem !important;
    margin-bottom: 5.6rem !important;
  }
  .my-sm-8 {
    margin-top: 6.4rem !important;
    margin-bottom: 6.4rem !important;
  }
  .my-sm-9 {
    margin-top: 7.2rem !important;
    margin-bottom: 7.2rem !important;
  }
  .my-sm-10 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .my-sm-100 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.8rem !important;
  }
  .mt-sm-2 {
    margin-top: 1.6rem !important;
  }
  .mt-sm-3 {
    margin-top: 2.4rem !important;
  }
  .mt-sm-4 {
    margin-top: 3.2rem !important;
  }
  .mt-sm-5 {
    margin-top: 4rem !important;
  }
  .mt-sm-6 {
    margin-top: 4.8rem !important;
  }
  .mt-sm-7 {
    margin-top: 5.6rem !important;
  }
  .mt-sm-8 {
    margin-top: 6.4rem !important;
  }
  .mt-sm-9 {
    margin-top: 7.2rem !important;
  }
  .mt-sm-10 {
    margin-top: 8rem !important;
  }
  .mt-sm-100 {
    margin-top: 10rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.8rem !important;
  }
  .me-sm-2 {
    margin-right: 1.6rem !important;
  }
  .me-sm-3 {
    margin-right: 2.4rem !important;
  }
  .me-sm-4 {
    margin-right: 3.2rem !important;
  }
  .me-sm-5 {
    margin-right: 4rem !important;
  }
  .me-sm-6 {
    margin-right: 4.8rem !important;
  }
  .me-sm-7 {
    margin-right: 5.6rem !important;
  }
  .me-sm-8 {
    margin-right: 6.4rem !important;
  }
  .me-sm-9 {
    margin-right: 7.2rem !important;
  }
  .me-sm-10 {
    margin-right: 8rem !important;
  }
  .me-sm-100 {
    margin-right: 10rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.8rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 1.6rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 2.4rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 3.2rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 4rem !important;
  }
  .mb-sm-6 {
    margin-bottom: 4.8rem !important;
  }
  .mb-sm-7 {
    margin-bottom: 5.6rem !important;
  }
  .mb-sm-8 {
    margin-bottom: 6.4rem !important;
  }
  .mb-sm-9 {
    margin-bottom: 7.2rem !important;
  }
  .mb-sm-10 {
    margin-bottom: 8rem !important;
  }
  .mb-sm-100 {
    margin-bottom: 10rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.8rem !important;
  }
  .ms-sm-2 {
    margin-left: 1.6rem !important;
  }
  .ms-sm-3 {
    margin-left: 2.4rem !important;
  }
  .ms-sm-4 {
    margin-left: 3.2rem !important;
  }
  .ms-sm-5 {
    margin-left: 4rem !important;
  }
  .ms-sm-6 {
    margin-left: 4.8rem !important;
  }
  .ms-sm-7 {
    margin-left: 5.6rem !important;
  }
  .ms-sm-8 {
    margin-left: 6.4rem !important;
  }
  .ms-sm-9 {
    margin-left: 7.2rem !important;
  }
  .ms-sm-10 {
    margin-left: 8rem !important;
  }
  .ms-sm-100 {
    margin-left: 10rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.8rem !important;
  }
  .p-sm-2 {
    padding: 1.6rem !important;
  }
  .p-sm-3 {
    padding: 2.4rem !important;
  }
  .p-sm-4 {
    padding: 3.2rem !important;
  }
  .p-sm-5 {
    padding: 4rem !important;
  }
  .p-sm-6 {
    padding: 4.8rem !important;
  }
  .p-sm-7 {
    padding: 5.6rem !important;
  }
  .p-sm-8 {
    padding: 6.4rem !important;
  }
  .p-sm-9 {
    padding: 7.2rem !important;
  }
  .p-sm-10 {
    padding: 8rem !important;
  }
  .p-sm-100 {
    padding: 10rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;
  }
  .px-sm-2 {
    padding-right: 1.6rem !important;
    padding-left: 1.6rem !important;
  }
  .px-sm-3 {
    padding-right: 2.4rem !important;
    padding-left: 2.4rem !important;
  }
  .px-sm-4 {
    padding-right: 3.2rem !important;
    padding-left: 3.2rem !important;
  }
  .px-sm-5 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-sm-6 {
    padding-right: 4.8rem !important;
    padding-left: 4.8rem !important;
  }
  .px-sm-7 {
    padding-right: 5.6rem !important;
    padding-left: 5.6rem !important;
  }
  .px-sm-8 {
    padding-right: 6.4rem !important;
    padding-left: 6.4rem !important;
  }
  .px-sm-9 {
    padding-right: 7.2rem !important;
    padding-left: 7.2rem !important;
  }
  .px-sm-10 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .px-sm-100 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.8rem !important;
    padding-bottom: 0.8rem !important;
  }
  .py-sm-2 {
    padding-top: 1.6rem !important;
    padding-bottom: 1.6rem !important;
  }
  .py-sm-3 {
    padding-top: 2.4rem !important;
    padding-bottom: 2.4rem !important;
  }
  .py-sm-4 {
    padding-top: 3.2rem !important;
    padding-bottom: 3.2rem !important;
  }
  .py-sm-5 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-sm-6 {
    padding-top: 4.8rem !important;
    padding-bottom: 4.8rem !important;
  }
  .py-sm-7 {
    padding-top: 5.6rem !important;
    padding-bottom: 5.6rem !important;
  }
  .py-sm-8 {
    padding-top: 6.4rem !important;
    padding-bottom: 6.4rem !important;
  }
  .py-sm-9 {
    padding-top: 7.2rem !important;
    padding-bottom: 7.2rem !important;
  }
  .py-sm-10 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .py-sm-100 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.8rem !important;
  }
  .pt-sm-2 {
    padding-top: 1.6rem !important;
  }
  .pt-sm-3 {
    padding-top: 2.4rem !important;
  }
  .pt-sm-4 {
    padding-top: 3.2rem !important;
  }
  .pt-sm-5 {
    padding-top: 4rem !important;
  }
  .pt-sm-6 {
    padding-top: 4.8rem !important;
  }
  .pt-sm-7 {
    padding-top: 5.6rem !important;
  }
  .pt-sm-8 {
    padding-top: 6.4rem !important;
  }
  .pt-sm-9 {
    padding-top: 7.2rem !important;
  }
  .pt-sm-10 {
    padding-top: 8rem !important;
  }
  .pt-sm-100 {
    padding-top: 10rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.8rem !important;
  }
  .pe-sm-2 {
    padding-right: 1.6rem !important;
  }
  .pe-sm-3 {
    padding-right: 2.4rem !important;
  }
  .pe-sm-4 {
    padding-right: 3.2rem !important;
  }
  .pe-sm-5 {
    padding-right: 4rem !important;
  }
  .pe-sm-6 {
    padding-right: 4.8rem !important;
  }
  .pe-sm-7 {
    padding-right: 5.6rem !important;
  }
  .pe-sm-8 {
    padding-right: 6.4rem !important;
  }
  .pe-sm-9 {
    padding-right: 7.2rem !important;
  }
  .pe-sm-10 {
    padding-right: 8rem !important;
  }
  .pe-sm-100 {
    padding-right: 10rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.8rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 1.6rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 2.4rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 3.2rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 4rem !important;
  }
  .pb-sm-6 {
    padding-bottom: 4.8rem !important;
  }
  .pb-sm-7 {
    padding-bottom: 5.6rem !important;
  }
  .pb-sm-8 {
    padding-bottom: 6.4rem !important;
  }
  .pb-sm-9 {
    padding-bottom: 7.2rem !important;
  }
  .pb-sm-10 {
    padding-bottom: 8rem !important;
  }
  .pb-sm-100 {
    padding-bottom: 10rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.8rem !important;
  }
  .ps-sm-2 {
    padding-left: 1.6rem !important;
  }
  .ps-sm-3 {
    padding-left: 2.4rem !important;
  }
  .ps-sm-4 {
    padding-left: 3.2rem !important;
  }
  .ps-sm-5 {
    padding-left: 4rem !important;
  }
  .ps-sm-6 {
    padding-left: 4.8rem !important;
  }
  .ps-sm-7 {
    padding-left: 5.6rem !important;
  }
  .ps-sm-8 {
    padding-left: 6.4rem !important;
  }
  .ps-sm-9 {
    padding-left: 7.2rem !important;
  }
  .ps-sm-10 {
    padding-left: 8rem !important;
  }
  .ps-sm-100 {
    padding-left: 10rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .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-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;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.8rem !important;
  }
  .gap-md-2 {
    gap: 1.6rem !important;
  }
  .gap-md-3 {
    gap: 2.4rem !important;
  }
  .gap-md-4 {
    gap: 3.2rem !important;
  }
  .gap-md-5 {
    gap: 4rem !important;
  }
  .gap-md-6 {
    gap: 4.8rem !important;
  }
  .gap-md-7 {
    gap: 5.6rem !important;
  }
  .gap-md-8 {
    gap: 6.4rem !important;
  }
  .gap-md-9 {
    gap: 7.2rem !important;
  }
  .gap-md-10 {
    gap: 8rem !important;
  }
  .gap-md-100 {
    gap: 10rem !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;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !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;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.8rem !important;
  }
  .m-md-2 {
    margin: 1.6rem !important;
  }
  .m-md-3 {
    margin: 2.4rem !important;
  }
  .m-md-4 {
    margin: 3.2rem !important;
  }
  .m-md-5 {
    margin: 4rem !important;
  }
  .m-md-6 {
    margin: 4.8rem !important;
  }
  .m-md-7 {
    margin: 5.6rem !important;
  }
  .m-md-8 {
    margin: 6.4rem !important;
  }
  .m-md-9 {
    margin: 7.2rem !important;
  }
  .m-md-10 {
    margin: 8rem !important;
  }
  .m-md-100 {
    margin: 10rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.8rem !important;
    margin-left: 0.8rem !important;
  }
  .mx-md-2 {
    margin-right: 1.6rem !important;
    margin-left: 1.6rem !important;
  }
  .mx-md-3 {
    margin-right: 2.4rem !important;
    margin-left: 2.4rem !important;
  }
  .mx-md-4 {
    margin-right: 3.2rem !important;
    margin-left: 3.2rem !important;
  }
  .mx-md-5 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-md-6 {
    margin-right: 4.8rem !important;
    margin-left: 4.8rem !important;
  }
  .mx-md-7 {
    margin-right: 5.6rem !important;
    margin-left: 5.6rem !important;
  }
  .mx-md-8 {
    margin-right: 6.4rem !important;
    margin-left: 6.4rem !important;
  }
  .mx-md-9 {
    margin-right: 7.2rem !important;
    margin-left: 7.2rem !important;
  }
  .mx-md-10 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  .mx-md-100 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.8rem !important;
    margin-bottom: 0.8rem !important;
  }
  .my-md-2 {
    margin-top: 1.6rem !important;
    margin-bottom: 1.6rem !important;
  }
  .my-md-3 {
    margin-top: 2.4rem !important;
    margin-bottom: 2.4rem !important;
  }
  .my-md-4 {
    margin-top: 3.2rem !important;
    margin-bottom: 3.2rem !important;
  }
  .my-md-5 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-md-6 {
    margin-top: 4.8rem !important;
    margin-bottom: 4.8rem !important;
  }
  .my-md-7 {
    margin-top: 5.6rem !important;
    margin-bottom: 5.6rem !important;
  }
  .my-md-8 {
    margin-top: 6.4rem !important;
    margin-bottom: 6.4rem !important;
  }
  .my-md-9 {
    margin-top: 7.2rem !important;
    margin-bottom: 7.2rem !important;
  }
  .my-md-10 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .my-md-100 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.8rem !important;
  }
  .mt-md-2 {
    margin-top: 1.6rem !important;
  }
  .mt-md-3 {
    margin-top: 2.4rem !important;
  }
  .mt-md-4 {
    margin-top: 3.2rem !important;
  }
  .mt-md-5 {
    margin-top: 4rem !important;
  }
  .mt-md-6 {
    margin-top: 4.8rem !important;
  }
  .mt-md-7 {
    margin-top: 5.6rem !important;
  }
  .mt-md-8 {
    margin-top: 6.4rem !important;
  }
  .mt-md-9 {
    margin-top: 7.2rem !important;
  }
  .mt-md-10 {
    margin-top: 8rem !important;
  }
  .mt-md-100 {
    margin-top: 10rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.8rem !important;
  }
  .me-md-2 {
    margin-right: 1.6rem !important;
  }
  .me-md-3 {
    margin-right: 2.4rem !important;
  }
  .me-md-4 {
    margin-right: 3.2rem !important;
  }
  .me-md-5 {
    margin-right: 4rem !important;
  }
  .me-md-6 {
    margin-right: 4.8rem !important;
  }
  .me-md-7 {
    margin-right: 5.6rem !important;
  }
  .me-md-8 {
    margin-right: 6.4rem !important;
  }
  .me-md-9 {
    margin-right: 7.2rem !important;
  }
  .me-md-10 {
    margin-right: 8rem !important;
  }
  .me-md-100 {
    margin-right: 10rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.8rem !important;
  }
  .mb-md-2 {
    margin-bottom: 1.6rem !important;
  }
  .mb-md-3 {
    margin-bottom: 2.4rem !important;
  }
  .mb-md-4 {
    margin-bottom: 3.2rem !important;
  }
  .mb-md-5 {
    margin-bottom: 4rem !important;
  }
  .mb-md-6 {
    margin-bottom: 4.8rem !important;
  }
  .mb-md-7 {
    margin-bottom: 5.6rem !important;
  }
  .mb-md-8 {
    margin-bottom: 6.4rem !important;
  }
  .mb-md-9 {
    margin-bottom: 7.2rem !important;
  }
  .mb-md-10 {
    margin-bottom: 8rem !important;
  }
  .mb-md-100 {
    margin-bottom: 10rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.8rem !important;
  }
  .ms-md-2 {
    margin-left: 1.6rem !important;
  }
  .ms-md-3 {
    margin-left: 2.4rem !important;
  }
  .ms-md-4 {
    margin-left: 3.2rem !important;
  }
  .ms-md-5 {
    margin-left: 4rem !important;
  }
  .ms-md-6 {
    margin-left: 4.8rem !important;
  }
  .ms-md-7 {
    margin-left: 5.6rem !important;
  }
  .ms-md-8 {
    margin-left: 6.4rem !important;
  }
  .ms-md-9 {
    margin-left: 7.2rem !important;
  }
  .ms-md-10 {
    margin-left: 8rem !important;
  }
  .ms-md-100 {
    margin-left: 10rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.8rem !important;
  }
  .p-md-2 {
    padding: 1.6rem !important;
  }
  .p-md-3 {
    padding: 2.4rem !important;
  }
  .p-md-4 {
    padding: 3.2rem !important;
  }
  .p-md-5 {
    padding: 4rem !important;
  }
  .p-md-6 {
    padding: 4.8rem !important;
  }
  .p-md-7 {
    padding: 5.6rem !important;
  }
  .p-md-8 {
    padding: 6.4rem !important;
  }
  .p-md-9 {
    padding: 7.2rem !important;
  }
  .p-md-10 {
    padding: 8rem !important;
  }
  .p-md-100 {
    padding: 10rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;
  }
  .px-md-2 {
    padding-right: 1.6rem !important;
    padding-left: 1.6rem !important;
  }
  .px-md-3 {
    padding-right: 2.4rem !important;
    padding-left: 2.4rem !important;
  }
  .px-md-4 {
    padding-right: 3.2rem !important;
    padding-left: 3.2rem !important;
  }
  .px-md-5 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-md-6 {
    padding-right: 4.8rem !important;
    padding-left: 4.8rem !important;
  }
  .px-md-7 {
    padding-right: 5.6rem !important;
    padding-left: 5.6rem !important;
  }
  .px-md-8 {
    padding-right: 6.4rem !important;
    padding-left: 6.4rem !important;
  }
  .px-md-9 {
    padding-right: 7.2rem !important;
    padding-left: 7.2rem !important;
  }
  .px-md-10 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .px-md-100 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.8rem !important;
    padding-bottom: 0.8rem !important;
  }
  .py-md-2 {
    padding-top: 1.6rem !important;
    padding-bottom: 1.6rem !important;
  }
  .py-md-3 {
    padding-top: 2.4rem !important;
    padding-bottom: 2.4rem !important;
  }
  .py-md-4 {
    padding-top: 3.2rem !important;
    padding-bottom: 3.2rem !important;
  }
  .py-md-5 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-md-6 {
    padding-top: 4.8rem !important;
    padding-bottom: 4.8rem !important;
  }
  .py-md-7 {
    padding-top: 5.6rem !important;
    padding-bottom: 5.6rem !important;
  }
  .py-md-8 {
    padding-top: 6.4rem !important;
    padding-bottom: 6.4rem !important;
  }
  .py-md-9 {
    padding-top: 7.2rem !important;
    padding-bottom: 7.2rem !important;
  }
  .py-md-10 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .py-md-100 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.8rem !important;
  }
  .pt-md-2 {
    padding-top: 1.6rem !important;
  }
  .pt-md-3 {
    padding-top: 2.4rem !important;
  }
  .pt-md-4 {
    padding-top: 3.2rem !important;
  }
  .pt-md-5 {
    padding-top: 4rem !important;
  }
  .pt-md-6 {
    padding-top: 4.8rem !important;
  }
  .pt-md-7 {
    padding-top: 5.6rem !important;
  }
  .pt-md-8 {
    padding-top: 6.4rem !important;
  }
  .pt-md-9 {
    padding-top: 7.2rem !important;
  }
  .pt-md-10 {
    padding-top: 8rem !important;
  }
  .pt-md-100 {
    padding-top: 10rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.8rem !important;
  }
  .pe-md-2 {
    padding-right: 1.6rem !important;
  }
  .pe-md-3 {
    padding-right: 2.4rem !important;
  }
  .pe-md-4 {
    padding-right: 3.2rem !important;
  }
  .pe-md-5 {
    padding-right: 4rem !important;
  }
  .pe-md-6 {
    padding-right: 4.8rem !important;
  }
  .pe-md-7 {
    padding-right: 5.6rem !important;
  }
  .pe-md-8 {
    padding-right: 6.4rem !important;
  }
  .pe-md-9 {
    padding-right: 7.2rem !important;
  }
  .pe-md-10 {
    padding-right: 8rem !important;
  }
  .pe-md-100 {
    padding-right: 10rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.8rem !important;
  }
  .pb-md-2 {
    padding-bottom: 1.6rem !important;
  }
  .pb-md-3 {
    padding-bottom: 2.4rem !important;
  }
  .pb-md-4 {
    padding-bottom: 3.2rem !important;
  }
  .pb-md-5 {
    padding-bottom: 4rem !important;
  }
  .pb-md-6 {
    padding-bottom: 4.8rem !important;
  }
  .pb-md-7 {
    padding-bottom: 5.6rem !important;
  }
  .pb-md-8 {
    padding-bottom: 6.4rem !important;
  }
  .pb-md-9 {
    padding-bottom: 7.2rem !important;
  }
  .pb-md-10 {
    padding-bottom: 8rem !important;
  }
  .pb-md-100 {
    padding-bottom: 10rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.8rem !important;
  }
  .ps-md-2 {
    padding-left: 1.6rem !important;
  }
  .ps-md-3 {
    padding-left: 2.4rem !important;
  }
  .ps-md-4 {
    padding-left: 3.2rem !important;
  }
  .ps-md-5 {
    padding-left: 4rem !important;
  }
  .ps-md-6 {
    padding-left: 4.8rem !important;
  }
  .ps-md-7 {
    padding-left: 5.6rem !important;
  }
  .ps-md-8 {
    padding-left: 6.4rem !important;
  }
  .ps-md-9 {
    padding-left: 7.2rem !important;
  }
  .ps-md-10 {
    padding-left: 8rem !important;
  }
  .ps-md-100 {
    padding-left: 10rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .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-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;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.8rem !important;
  }
  .gap-lg-2 {
    gap: 1.6rem !important;
  }
  .gap-lg-3 {
    gap: 2.4rem !important;
  }
  .gap-lg-4 {
    gap: 3.2rem !important;
  }
  .gap-lg-5 {
    gap: 4rem !important;
  }
  .gap-lg-6 {
    gap: 4.8rem !important;
  }
  .gap-lg-7 {
    gap: 5.6rem !important;
  }
  .gap-lg-8 {
    gap: 6.4rem !important;
  }
  .gap-lg-9 {
    gap: 7.2rem !important;
  }
  .gap-lg-10 {
    gap: 8rem !important;
  }
  .gap-lg-100 {
    gap: 10rem !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;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !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;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.8rem !important;
  }
  .m-lg-2 {
    margin: 1.6rem !important;
  }
  .m-lg-3 {
    margin: 2.4rem !important;
  }
  .m-lg-4 {
    margin: 3.2rem !important;
  }
  .m-lg-5 {
    margin: 4rem !important;
  }
  .m-lg-6 {
    margin: 4.8rem !important;
  }
  .m-lg-7 {
    margin: 5.6rem !important;
  }
  .m-lg-8 {
    margin: 6.4rem !important;
  }
  .m-lg-9 {
    margin: 7.2rem !important;
  }
  .m-lg-10 {
    margin: 8rem !important;
  }
  .m-lg-100 {
    margin: 10rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.8rem !important;
    margin-left: 0.8rem !important;
  }
  .mx-lg-2 {
    margin-right: 1.6rem !important;
    margin-left: 1.6rem !important;
  }
  .mx-lg-3 {
    margin-right: 2.4rem !important;
    margin-left: 2.4rem !important;
  }
  .mx-lg-4 {
    margin-right: 3.2rem !important;
    margin-left: 3.2rem !important;
  }
  .mx-lg-5 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-lg-6 {
    margin-right: 4.8rem !important;
    margin-left: 4.8rem !important;
  }
  .mx-lg-7 {
    margin-right: 5.6rem !important;
    margin-left: 5.6rem !important;
  }
  .mx-lg-8 {
    margin-right: 6.4rem !important;
    margin-left: 6.4rem !important;
  }
  .mx-lg-9 {
    margin-right: 7.2rem !important;
    margin-left: 7.2rem !important;
  }
  .mx-lg-10 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  .mx-lg-100 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.8rem !important;
    margin-bottom: 0.8rem !important;
  }
  .my-lg-2 {
    margin-top: 1.6rem !important;
    margin-bottom: 1.6rem !important;
  }
  .my-lg-3 {
    margin-top: 2.4rem !important;
    margin-bottom: 2.4rem !important;
  }
  .my-lg-4 {
    margin-top: 3.2rem !important;
    margin-bottom: 3.2rem !important;
  }
  .my-lg-5 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-lg-6 {
    margin-top: 4.8rem !important;
    margin-bottom: 4.8rem !important;
  }
  .my-lg-7 {
    margin-top: 5.6rem !important;
    margin-bottom: 5.6rem !important;
  }
  .my-lg-8 {
    margin-top: 6.4rem !important;
    margin-bottom: 6.4rem !important;
  }
  .my-lg-9 {
    margin-top: 7.2rem !important;
    margin-bottom: 7.2rem !important;
  }
  .my-lg-10 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .my-lg-100 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.8rem !important;
  }
  .mt-lg-2 {
    margin-top: 1.6rem !important;
  }
  .mt-lg-3 {
    margin-top: 2.4rem !important;
  }
  .mt-lg-4 {
    margin-top: 3.2rem !important;
  }
  .mt-lg-5 {
    margin-top: 4rem !important;
  }
  .mt-lg-6 {
    margin-top: 4.8rem !important;
  }
  .mt-lg-7 {
    margin-top: 5.6rem !important;
  }
  .mt-lg-8 {
    margin-top: 6.4rem !important;
  }
  .mt-lg-9 {
    margin-top: 7.2rem !important;
  }
  .mt-lg-10 {
    margin-top: 8rem !important;
  }
  .mt-lg-100 {
    margin-top: 10rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.8rem !important;
  }
  .me-lg-2 {
    margin-right: 1.6rem !important;
  }
  .me-lg-3 {
    margin-right: 2.4rem !important;
  }
  .me-lg-4 {
    margin-right: 3.2rem !important;
  }
  .me-lg-5 {
    margin-right: 4rem !important;
  }
  .me-lg-6 {
    margin-right: 4.8rem !important;
  }
  .me-lg-7 {
    margin-right: 5.6rem !important;
  }
  .me-lg-8 {
    margin-right: 6.4rem !important;
  }
  .me-lg-9 {
    margin-right: 7.2rem !important;
  }
  .me-lg-10 {
    margin-right: 8rem !important;
  }
  .me-lg-100 {
    margin-right: 10rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.8rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 1.6rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 2.4rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 3.2rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 4rem !important;
  }
  .mb-lg-6 {
    margin-bottom: 4.8rem !important;
  }
  .mb-lg-7 {
    margin-bottom: 5.6rem !important;
  }
  .mb-lg-8 {
    margin-bottom: 6.4rem !important;
  }
  .mb-lg-9 {
    margin-bottom: 7.2rem !important;
  }
  .mb-lg-10 {
    margin-bottom: 8rem !important;
  }
  .mb-lg-100 {
    margin-bottom: 10rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.8rem !important;
  }
  .ms-lg-2 {
    margin-left: 1.6rem !important;
  }
  .ms-lg-3 {
    margin-left: 2.4rem !important;
  }
  .ms-lg-4 {
    margin-left: 3.2rem !important;
  }
  .ms-lg-5 {
    margin-left: 4rem !important;
  }
  .ms-lg-6 {
    margin-left: 4.8rem !important;
  }
  .ms-lg-7 {
    margin-left: 5.6rem !important;
  }
  .ms-lg-8 {
    margin-left: 6.4rem !important;
  }
  .ms-lg-9 {
    margin-left: 7.2rem !important;
  }
  .ms-lg-10 {
    margin-left: 8rem !important;
  }
  .ms-lg-100 {
    margin-left: 10rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.8rem !important;
  }
  .p-lg-2 {
    padding: 1.6rem !important;
  }
  .p-lg-3 {
    padding: 2.4rem !important;
  }
  .p-lg-4 {
    padding: 3.2rem !important;
  }
  .p-lg-5 {
    padding: 4rem !important;
  }
  .p-lg-6 {
    padding: 4.8rem !important;
  }
  .p-lg-7 {
    padding: 5.6rem !important;
  }
  .p-lg-8 {
    padding: 6.4rem !important;
  }
  .p-lg-9 {
    padding: 7.2rem !important;
  }
  .p-lg-10 {
    padding: 8rem !important;
  }
  .p-lg-100 {
    padding: 10rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;
  }
  .px-lg-2 {
    padding-right: 1.6rem !important;
    padding-left: 1.6rem !important;
  }
  .px-lg-3 {
    padding-right: 2.4rem !important;
    padding-left: 2.4rem !important;
  }
  .px-lg-4 {
    padding-right: 3.2rem !important;
    padding-left: 3.2rem !important;
  }
  .px-lg-5 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-lg-6 {
    padding-right: 4.8rem !important;
    padding-left: 4.8rem !important;
  }
  .px-lg-7 {
    padding-right: 5.6rem !important;
    padding-left: 5.6rem !important;
  }
  .px-lg-8 {
    padding-right: 6.4rem !important;
    padding-left: 6.4rem !important;
  }
  .px-lg-9 {
    padding-right: 7.2rem !important;
    padding-left: 7.2rem !important;
  }
  .px-lg-10 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .px-lg-100 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.8rem !important;
    padding-bottom: 0.8rem !important;
  }
  .py-lg-2 {
    padding-top: 1.6rem !important;
    padding-bottom: 1.6rem !important;
  }
  .py-lg-3 {
    padding-top: 2.4rem !important;
    padding-bottom: 2.4rem !important;
  }
  .py-lg-4 {
    padding-top: 3.2rem !important;
    padding-bottom: 3.2rem !important;
  }
  .py-lg-5 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-lg-6 {
    padding-top: 4.8rem !important;
    padding-bottom: 4.8rem !important;
  }
  .py-lg-7 {
    padding-top: 5.6rem !important;
    padding-bottom: 5.6rem !important;
  }
  .py-lg-8 {
    padding-top: 6.4rem !important;
    padding-bottom: 6.4rem !important;
  }
  .py-lg-9 {
    padding-top: 7.2rem !important;
    padding-bottom: 7.2rem !important;
  }
  .py-lg-10 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .py-lg-100 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.8rem !important;
  }
  .pt-lg-2 {
    padding-top: 1.6rem !important;
  }
  .pt-lg-3 {
    padding-top: 2.4rem !important;
  }
  .pt-lg-4 {
    padding-top: 3.2rem !important;
  }
  .pt-lg-5 {
    padding-top: 4rem !important;
  }
  .pt-lg-6 {
    padding-top: 4.8rem !important;
  }
  .pt-lg-7 {
    padding-top: 5.6rem !important;
  }
  .pt-lg-8 {
    padding-top: 6.4rem !important;
  }
  .pt-lg-9 {
    padding-top: 7.2rem !important;
  }
  .pt-lg-10 {
    padding-top: 8rem !important;
  }
  .pt-lg-100 {
    padding-top: 10rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.8rem !important;
  }
  .pe-lg-2 {
    padding-right: 1.6rem !important;
  }
  .pe-lg-3 {
    padding-right: 2.4rem !important;
  }
  .pe-lg-4 {
    padding-right: 3.2rem !important;
  }
  .pe-lg-5 {
    padding-right: 4rem !important;
  }
  .pe-lg-6 {
    padding-right: 4.8rem !important;
  }
  .pe-lg-7 {
    padding-right: 5.6rem !important;
  }
  .pe-lg-8 {
    padding-right: 6.4rem !important;
  }
  .pe-lg-9 {
    padding-right: 7.2rem !important;
  }
  .pe-lg-10 {
    padding-right: 8rem !important;
  }
  .pe-lg-100 {
    padding-right: 10rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.8rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 1.6rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 2.4rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 3.2rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 4rem !important;
  }
  .pb-lg-6 {
    padding-bottom: 4.8rem !important;
  }
  .pb-lg-7 {
    padding-bottom: 5.6rem !important;
  }
  .pb-lg-8 {
    padding-bottom: 6.4rem !important;
  }
  .pb-lg-9 {
    padding-bottom: 7.2rem !important;
  }
  .pb-lg-10 {
    padding-bottom: 8rem !important;
  }
  .pb-lg-100 {
    padding-bottom: 10rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.8rem !important;
  }
  .ps-lg-2 {
    padding-left: 1.6rem !important;
  }
  .ps-lg-3 {
    padding-left: 2.4rem !important;
  }
  .ps-lg-4 {
    padding-left: 3.2rem !important;
  }
  .ps-lg-5 {
    padding-left: 4rem !important;
  }
  .ps-lg-6 {
    padding-left: 4.8rem !important;
  }
  .ps-lg-7 {
    padding-left: 5.6rem !important;
  }
  .ps-lg-8 {
    padding-left: 6.4rem !important;
  }
  .ps-lg-9 {
    padding-left: 7.2rem !important;
  }
  .ps-lg-10 {
    padding-left: 8rem !important;
  }
  .ps-lg-100 {
    padding-left: 10rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .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-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;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.8rem !important;
  }
  .gap-xl-2 {
    gap: 1.6rem !important;
  }
  .gap-xl-3 {
    gap: 2.4rem !important;
  }
  .gap-xl-4 {
    gap: 3.2rem !important;
  }
  .gap-xl-5 {
    gap: 4rem !important;
  }
  .gap-xl-6 {
    gap: 4.8rem !important;
  }
  .gap-xl-7 {
    gap: 5.6rem !important;
  }
  .gap-xl-8 {
    gap: 6.4rem !important;
  }
  .gap-xl-9 {
    gap: 7.2rem !important;
  }
  .gap-xl-10 {
    gap: 8rem !important;
  }
  .gap-xl-100 {
    gap: 10rem !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;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !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;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.8rem !important;
  }
  .m-xl-2 {
    margin: 1.6rem !important;
  }
  .m-xl-3 {
    margin: 2.4rem !important;
  }
  .m-xl-4 {
    margin: 3.2rem !important;
  }
  .m-xl-5 {
    margin: 4rem !important;
  }
  .m-xl-6 {
    margin: 4.8rem !important;
  }
  .m-xl-7 {
    margin: 5.6rem !important;
  }
  .m-xl-8 {
    margin: 6.4rem !important;
  }
  .m-xl-9 {
    margin: 7.2rem !important;
  }
  .m-xl-10 {
    margin: 8rem !important;
  }
  .m-xl-100 {
    margin: 10rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.8rem !important;
    margin-left: 0.8rem !important;
  }
  .mx-xl-2 {
    margin-right: 1.6rem !important;
    margin-left: 1.6rem !important;
  }
  .mx-xl-3 {
    margin-right: 2.4rem !important;
    margin-left: 2.4rem !important;
  }
  .mx-xl-4 {
    margin-right: 3.2rem !important;
    margin-left: 3.2rem !important;
  }
  .mx-xl-5 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-xl-6 {
    margin-right: 4.8rem !important;
    margin-left: 4.8rem !important;
  }
  .mx-xl-7 {
    margin-right: 5.6rem !important;
    margin-left: 5.6rem !important;
  }
  .mx-xl-8 {
    margin-right: 6.4rem !important;
    margin-left: 6.4rem !important;
  }
  .mx-xl-9 {
    margin-right: 7.2rem !important;
    margin-left: 7.2rem !important;
  }
  .mx-xl-10 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  .mx-xl-100 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.8rem !important;
    margin-bottom: 0.8rem !important;
  }
  .my-xl-2 {
    margin-top: 1.6rem !important;
    margin-bottom: 1.6rem !important;
  }
  .my-xl-3 {
    margin-top: 2.4rem !important;
    margin-bottom: 2.4rem !important;
  }
  .my-xl-4 {
    margin-top: 3.2rem !important;
    margin-bottom: 3.2rem !important;
  }
  .my-xl-5 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-xl-6 {
    margin-top: 4.8rem !important;
    margin-bottom: 4.8rem !important;
  }
  .my-xl-7 {
    margin-top: 5.6rem !important;
    margin-bottom: 5.6rem !important;
  }
  .my-xl-8 {
    margin-top: 6.4rem !important;
    margin-bottom: 6.4rem !important;
  }
  .my-xl-9 {
    margin-top: 7.2rem !important;
    margin-bottom: 7.2rem !important;
  }
  .my-xl-10 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .my-xl-100 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.8rem !important;
  }
  .mt-xl-2 {
    margin-top: 1.6rem !important;
  }
  .mt-xl-3 {
    margin-top: 2.4rem !important;
  }
  .mt-xl-4 {
    margin-top: 3.2rem !important;
  }
  .mt-xl-5 {
    margin-top: 4rem !important;
  }
  .mt-xl-6 {
    margin-top: 4.8rem !important;
  }
  .mt-xl-7 {
    margin-top: 5.6rem !important;
  }
  .mt-xl-8 {
    margin-top: 6.4rem !important;
  }
  .mt-xl-9 {
    margin-top: 7.2rem !important;
  }
  .mt-xl-10 {
    margin-top: 8rem !important;
  }
  .mt-xl-100 {
    margin-top: 10rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.8rem !important;
  }
  .me-xl-2 {
    margin-right: 1.6rem !important;
  }
  .me-xl-3 {
    margin-right: 2.4rem !important;
  }
  .me-xl-4 {
    margin-right: 3.2rem !important;
  }
  .me-xl-5 {
    margin-right: 4rem !important;
  }
  .me-xl-6 {
    margin-right: 4.8rem !important;
  }
  .me-xl-7 {
    margin-right: 5.6rem !important;
  }
  .me-xl-8 {
    margin-right: 6.4rem !important;
  }
  .me-xl-9 {
    margin-right: 7.2rem !important;
  }
  .me-xl-10 {
    margin-right: 8rem !important;
  }
  .me-xl-100 {
    margin-right: 10rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.8rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 1.6rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 2.4rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 3.2rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 4rem !important;
  }
  .mb-xl-6 {
    margin-bottom: 4.8rem !important;
  }
  .mb-xl-7 {
    margin-bottom: 5.6rem !important;
  }
  .mb-xl-8 {
    margin-bottom: 6.4rem !important;
  }
  .mb-xl-9 {
    margin-bottom: 7.2rem !important;
  }
  .mb-xl-10 {
    margin-bottom: 8rem !important;
  }
  .mb-xl-100 {
    margin-bottom: 10rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.8rem !important;
  }
  .ms-xl-2 {
    margin-left: 1.6rem !important;
  }
  .ms-xl-3 {
    margin-left: 2.4rem !important;
  }
  .ms-xl-4 {
    margin-left: 3.2rem !important;
  }
  .ms-xl-5 {
    margin-left: 4rem !important;
  }
  .ms-xl-6 {
    margin-left: 4.8rem !important;
  }
  .ms-xl-7 {
    margin-left: 5.6rem !important;
  }
  .ms-xl-8 {
    margin-left: 6.4rem !important;
  }
  .ms-xl-9 {
    margin-left: 7.2rem !important;
  }
  .ms-xl-10 {
    margin-left: 8rem !important;
  }
  .ms-xl-100 {
    margin-left: 10rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.8rem !important;
  }
  .p-xl-2 {
    padding: 1.6rem !important;
  }
  .p-xl-3 {
    padding: 2.4rem !important;
  }
  .p-xl-4 {
    padding: 3.2rem !important;
  }
  .p-xl-5 {
    padding: 4rem !important;
  }
  .p-xl-6 {
    padding: 4.8rem !important;
  }
  .p-xl-7 {
    padding: 5.6rem !important;
  }
  .p-xl-8 {
    padding: 6.4rem !important;
  }
  .p-xl-9 {
    padding: 7.2rem !important;
  }
  .p-xl-10 {
    padding: 8rem !important;
  }
  .p-xl-100 {
    padding: 10rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;
  }
  .px-xl-2 {
    padding-right: 1.6rem !important;
    padding-left: 1.6rem !important;
  }
  .px-xl-3 {
    padding-right: 2.4rem !important;
    padding-left: 2.4rem !important;
  }
  .px-xl-4 {
    padding-right: 3.2rem !important;
    padding-left: 3.2rem !important;
  }
  .px-xl-5 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-xl-6 {
    padding-right: 4.8rem !important;
    padding-left: 4.8rem !important;
  }
  .px-xl-7 {
    padding-right: 5.6rem !important;
    padding-left: 5.6rem !important;
  }
  .px-xl-8 {
    padding-right: 6.4rem !important;
    padding-left: 6.4rem !important;
  }
  .px-xl-9 {
    padding-right: 7.2rem !important;
    padding-left: 7.2rem !important;
  }
  .px-xl-10 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .px-xl-100 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.8rem !important;
    padding-bottom: 0.8rem !important;
  }
  .py-xl-2 {
    padding-top: 1.6rem !important;
    padding-bottom: 1.6rem !important;
  }
  .py-xl-3 {
    padding-top: 2.4rem !important;
    padding-bottom: 2.4rem !important;
  }
  .py-xl-4 {
    padding-top: 3.2rem !important;
    padding-bottom: 3.2rem !important;
  }
  .py-xl-5 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-xl-6 {
    padding-top: 4.8rem !important;
    padding-bottom: 4.8rem !important;
  }
  .py-xl-7 {
    padding-top: 5.6rem !important;
    padding-bottom: 5.6rem !important;
  }
  .py-xl-8 {
    padding-top: 6.4rem !important;
    padding-bottom: 6.4rem !important;
  }
  .py-xl-9 {
    padding-top: 7.2rem !important;
    padding-bottom: 7.2rem !important;
  }
  .py-xl-10 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .py-xl-100 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.8rem !important;
  }
  .pt-xl-2 {
    padding-top: 1.6rem !important;
  }
  .pt-xl-3 {
    padding-top: 2.4rem !important;
  }
  .pt-xl-4 {
    padding-top: 3.2rem !important;
  }
  .pt-xl-5 {
    padding-top: 4rem !important;
  }
  .pt-xl-6 {
    padding-top: 4.8rem !important;
  }
  .pt-xl-7 {
    padding-top: 5.6rem !important;
  }
  .pt-xl-8 {
    padding-top: 6.4rem !important;
  }
  .pt-xl-9 {
    padding-top: 7.2rem !important;
  }
  .pt-xl-10 {
    padding-top: 8rem !important;
  }
  .pt-xl-100 {
    padding-top: 10rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.8rem !important;
  }
  .pe-xl-2 {
    padding-right: 1.6rem !important;
  }
  .pe-xl-3 {
    padding-right: 2.4rem !important;
  }
  .pe-xl-4 {
    padding-right: 3.2rem !important;
  }
  .pe-xl-5 {
    padding-right: 4rem !important;
  }
  .pe-xl-6 {
    padding-right: 4.8rem !important;
  }
  .pe-xl-7 {
    padding-right: 5.6rem !important;
  }
  .pe-xl-8 {
    padding-right: 6.4rem !important;
  }
  .pe-xl-9 {
    padding-right: 7.2rem !important;
  }
  .pe-xl-10 {
    padding-right: 8rem !important;
  }
  .pe-xl-100 {
    padding-right: 10rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.8rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 1.6rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 2.4rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 3.2rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 4rem !important;
  }
  .pb-xl-6 {
    padding-bottom: 4.8rem !important;
  }
  .pb-xl-7 {
    padding-bottom: 5.6rem !important;
  }
  .pb-xl-8 {
    padding-bottom: 6.4rem !important;
  }
  .pb-xl-9 {
    padding-bottom: 7.2rem !important;
  }
  .pb-xl-10 {
    padding-bottom: 8rem !important;
  }
  .pb-xl-100 {
    padding-bottom: 10rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.8rem !important;
  }
  .ps-xl-2 {
    padding-left: 1.6rem !important;
  }
  .ps-xl-3 {
    padding-left: 2.4rem !important;
  }
  .ps-xl-4 {
    padding-left: 3.2rem !important;
  }
  .ps-xl-5 {
    padding-left: 4rem !important;
  }
  .ps-xl-6 {
    padding-left: 4.8rem !important;
  }
  .ps-xl-7 {
    padding-left: 5.6rem !important;
  }
  .ps-xl-8 {
    padding-left: 6.4rem !important;
  }
  .ps-xl-9 {
    padding-left: 7.2rem !important;
  }
  .ps-xl-10 {
    padding-left: 8rem !important;
  }
  .ps-xl-100 {
    padding-left: 10rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}

@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 0.8rem !important;
  }
  .gap-xxl-2 {
    gap: 1.6rem !important;
  }
  .gap-xxl-3 {
    gap: 2.4rem !important;
  }
  .gap-xxl-4 {
    gap: 3.2rem !important;
  }
  .gap-xxl-5 {
    gap: 4rem !important;
  }
  .gap-xxl-6 {
    gap: 4.8rem !important;
  }
  .gap-xxl-7 {
    gap: 5.6rem !important;
  }
  .gap-xxl-8 {
    gap: 6.4rem !important;
  }
  .gap-xxl-9 {
    gap: 7.2rem !important;
  }
  .gap-xxl-10 {
    gap: 8rem !important;
  }
  .gap-xxl-100 {
    gap: 10rem !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.8rem !important;
  }
  .m-xxl-2 {
    margin: 1.6rem !important;
  }
  .m-xxl-3 {
    margin: 2.4rem !important;
  }
  .m-xxl-4 {
    margin: 3.2rem !important;
  }
  .m-xxl-5 {
    margin: 4rem !important;
  }
  .m-xxl-6 {
    margin: 4.8rem !important;
  }
  .m-xxl-7 {
    margin: 5.6rem !important;
  }
  .m-xxl-8 {
    margin: 6.4rem !important;
  }
  .m-xxl-9 {
    margin: 7.2rem !important;
  }
  .m-xxl-10 {
    margin: 8rem !important;
  }
  .m-xxl-100 {
    margin: 10rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.8rem !important;
    margin-left: 0.8rem !important;
  }
  .mx-xxl-2 {
    margin-right: 1.6rem !important;
    margin-left: 1.6rem !important;
  }
  .mx-xxl-3 {
    margin-right: 2.4rem !important;
    margin-left: 2.4rem !important;
  }
  .mx-xxl-4 {
    margin-right: 3.2rem !important;
    margin-left: 3.2rem !important;
  }
  .mx-xxl-5 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-xxl-6 {
    margin-right: 4.8rem !important;
    margin-left: 4.8rem !important;
  }
  .mx-xxl-7 {
    margin-right: 5.6rem !important;
    margin-left: 5.6rem !important;
  }
  .mx-xxl-8 {
    margin-right: 6.4rem !important;
    margin-left: 6.4rem !important;
  }
  .mx-xxl-9 {
    margin-right: 7.2rem !important;
    margin-left: 7.2rem !important;
  }
  .mx-xxl-10 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  .mx-xxl-100 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.8rem !important;
    margin-bottom: 0.8rem !important;
  }
  .my-xxl-2 {
    margin-top: 1.6rem !important;
    margin-bottom: 1.6rem !important;
  }
  .my-xxl-3 {
    margin-top: 2.4rem !important;
    margin-bottom: 2.4rem !important;
  }
  .my-xxl-4 {
    margin-top: 3.2rem !important;
    margin-bottom: 3.2rem !important;
  }
  .my-xxl-5 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-xxl-6 {
    margin-top: 4.8rem !important;
    margin-bottom: 4.8rem !important;
  }
  .my-xxl-7 {
    margin-top: 5.6rem !important;
    margin-bottom: 5.6rem !important;
  }
  .my-xxl-8 {
    margin-top: 6.4rem !important;
    margin-bottom: 6.4rem !important;
  }
  .my-xxl-9 {
    margin-top: 7.2rem !important;
    margin-bottom: 7.2rem !important;
  }
  .my-xxl-10 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .my-xxl-100 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.8rem !important;
  }
  .mt-xxl-2 {
    margin-top: 1.6rem !important;
  }
  .mt-xxl-3 {
    margin-top: 2.4rem !important;
  }
  .mt-xxl-4 {
    margin-top: 3.2rem !important;
  }
  .mt-xxl-5 {
    margin-top: 4rem !important;
  }
  .mt-xxl-6 {
    margin-top: 4.8rem !important;
  }
  .mt-xxl-7 {
    margin-top: 5.6rem !important;
  }
  .mt-xxl-8 {
    margin-top: 6.4rem !important;
  }
  .mt-xxl-9 {
    margin-top: 7.2rem !important;
  }
  .mt-xxl-10 {
    margin-top: 8rem !important;
  }
  .mt-xxl-100 {
    margin-top: 10rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.8rem !important;
  }
  .me-xxl-2 {
    margin-right: 1.6rem !important;
  }
  .me-xxl-3 {
    margin-right: 2.4rem !important;
  }
  .me-xxl-4 {
    margin-right: 3.2rem !important;
  }
  .me-xxl-5 {
    margin-right: 4rem !important;
  }
  .me-xxl-6 {
    margin-right: 4.8rem !important;
  }
  .me-xxl-7 {
    margin-right: 5.6rem !important;
  }
  .me-xxl-8 {
    margin-right: 6.4rem !important;
  }
  .me-xxl-9 {
    margin-right: 7.2rem !important;
  }
  .me-xxl-10 {
    margin-right: 8rem !important;
  }
  .me-xxl-100 {
    margin-right: 10rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.8rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 1.6rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 2.4rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 3.2rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 4rem !important;
  }
  .mb-xxl-6 {
    margin-bottom: 4.8rem !important;
  }
  .mb-xxl-7 {
    margin-bottom: 5.6rem !important;
  }
  .mb-xxl-8 {
    margin-bottom: 6.4rem !important;
  }
  .mb-xxl-9 {
    margin-bottom: 7.2rem !important;
  }
  .mb-xxl-10 {
    margin-bottom: 8rem !important;
  }
  .mb-xxl-100 {
    margin-bottom: 10rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.8rem !important;
  }
  .ms-xxl-2 {
    margin-left: 1.6rem !important;
  }
  .ms-xxl-3 {
    margin-left: 2.4rem !important;
  }
  .ms-xxl-4 {
    margin-left: 3.2rem !important;
  }
  .ms-xxl-5 {
    margin-left: 4rem !important;
  }
  .ms-xxl-6 {
    margin-left: 4.8rem !important;
  }
  .ms-xxl-7 {
    margin-left: 5.6rem !important;
  }
  .ms-xxl-8 {
    margin-left: 6.4rem !important;
  }
  .ms-xxl-9 {
    margin-left: 7.2rem !important;
  }
  .ms-xxl-10 {
    margin-left: 8rem !important;
  }
  .ms-xxl-100 {
    margin-left: 10rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.8rem !important;
  }
  .p-xxl-2 {
    padding: 1.6rem !important;
  }
  .p-xxl-3 {
    padding: 2.4rem !important;
  }
  .p-xxl-4 {
    padding: 3.2rem !important;
  }
  .p-xxl-5 {
    padding: 4rem !important;
  }
  .p-xxl-6 {
    padding: 4.8rem !important;
  }
  .p-xxl-7 {
    padding: 5.6rem !important;
  }
  .p-xxl-8 {
    padding: 6.4rem !important;
  }
  .p-xxl-9 {
    padding: 7.2rem !important;
  }
  .p-xxl-10 {
    padding: 8rem !important;
  }
  .p-xxl-100 {
    padding: 10rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;
  }
  .px-xxl-2 {
    padding-right: 1.6rem !important;
    padding-left: 1.6rem !important;
  }
  .px-xxl-3 {
    padding-right: 2.4rem !important;
    padding-left: 2.4rem !important;
  }
  .px-xxl-4 {
    padding-right: 3.2rem !important;
    padding-left: 3.2rem !important;
  }
  .px-xxl-5 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-xxl-6 {
    padding-right: 4.8rem !important;
    padding-left: 4.8rem !important;
  }
  .px-xxl-7 {
    padding-right: 5.6rem !important;
    padding-left: 5.6rem !important;
  }
  .px-xxl-8 {
    padding-right: 6.4rem !important;
    padding-left: 6.4rem !important;
  }
  .px-xxl-9 {
    padding-right: 7.2rem !important;
    padding-left: 7.2rem !important;
  }
  .px-xxl-10 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .px-xxl-100 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.8rem !important;
    padding-bottom: 0.8rem !important;
  }
  .py-xxl-2 {
    padding-top: 1.6rem !important;
    padding-bottom: 1.6rem !important;
  }
  .py-xxl-3 {
    padding-top: 2.4rem !important;
    padding-bottom: 2.4rem !important;
  }
  .py-xxl-4 {
    padding-top: 3.2rem !important;
    padding-bottom: 3.2rem !important;
  }
  .py-xxl-5 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-xxl-6 {
    padding-top: 4.8rem !important;
    padding-bottom: 4.8rem !important;
  }
  .py-xxl-7 {
    padding-top: 5.6rem !important;
    padding-bottom: 5.6rem !important;
  }
  .py-xxl-8 {
    padding-top: 6.4rem !important;
    padding-bottom: 6.4rem !important;
  }
  .py-xxl-9 {
    padding-top: 7.2rem !important;
    padding-bottom: 7.2rem !important;
  }
  .py-xxl-10 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .py-xxl-100 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.8rem !important;
  }
  .pt-xxl-2 {
    padding-top: 1.6rem !important;
  }
  .pt-xxl-3 {
    padding-top: 2.4rem !important;
  }
  .pt-xxl-4 {
    padding-top: 3.2rem !important;
  }
  .pt-xxl-5 {
    padding-top: 4rem !important;
  }
  .pt-xxl-6 {
    padding-top: 4.8rem !important;
  }
  .pt-xxl-7 {
    padding-top: 5.6rem !important;
  }
  .pt-xxl-8 {
    padding-top: 6.4rem !important;
  }
  .pt-xxl-9 {
    padding-top: 7.2rem !important;
  }
  .pt-xxl-10 {
    padding-top: 8rem !important;
  }
  .pt-xxl-100 {
    padding-top: 10rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.8rem !important;
  }
  .pe-xxl-2 {
    padding-right: 1.6rem !important;
  }
  .pe-xxl-3 {
    padding-right: 2.4rem !important;
  }
  .pe-xxl-4 {
    padding-right: 3.2rem !important;
  }
  .pe-xxl-5 {
    padding-right: 4rem !important;
  }
  .pe-xxl-6 {
    padding-right: 4.8rem !important;
  }
  .pe-xxl-7 {
    padding-right: 5.6rem !important;
  }
  .pe-xxl-8 {
    padding-right: 6.4rem !important;
  }
  .pe-xxl-9 {
    padding-right: 7.2rem !important;
  }
  .pe-xxl-10 {
    padding-right: 8rem !important;
  }
  .pe-xxl-100 {
    padding-right: 10rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.8rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 1.6rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 2.4rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 3.2rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 4rem !important;
  }
  .pb-xxl-6 {
    padding-bottom: 4.8rem !important;
  }
  .pb-xxl-7 {
    padding-bottom: 5.6rem !important;
  }
  .pb-xxl-8 {
    padding-bottom: 6.4rem !important;
  }
  .pb-xxl-9 {
    padding-bottom: 7.2rem !important;
  }
  .pb-xxl-10 {
    padding-bottom: 8rem !important;
  }
  .pb-xxl-100 {
    padding-bottom: 10rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.8rem !important;
  }
  .ps-xxl-2 {
    padding-left: 1.6rem !important;
  }
  .ps-xxl-3 {
    padding-left: 2.4rem !important;
  }
  .ps-xxl-4 {
    padding-left: 3.2rem !important;
  }
  .ps-xxl-5 {
    padding-left: 4rem !important;
  }
  .ps-xxl-6 {
    padding-left: 4.8rem !important;
  }
  .ps-xxl-7 {
    padding-left: 5.6rem !important;
  }
  .ps-xxl-8 {
    padding-left: 6.4rem !important;
  }
  .ps-xxl-9 {
    padding-left: 7.2rem !important;
  }
  .ps-xxl-10 {
    padding-left: 8rem !important;
  }
  .ps-xxl-100 {
    padding-left: 10rem !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .fs-1 {
    font-size: 4.5rem !important;
  }
  .fs-2 {
    font-size: 3.6rem !important;
  }
  .fs-3 {
    font-size: 3.15rem !important;
  }
  .fs-4 {
    font-size: 2.7rem !important;
  }
  .fs-5 {
    font-size: 2.25rem !important;
  }
  .fs-6 {
    font-size: 1.8rem !important;
  }
}

@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}

@media (max-width: 767.98px) {
  .container, .hero--secondary .hero__navigation-mobile-top, .promoted-articles,
  .container-fluid,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl,
  .container-xxl {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
}

@media (min-width: 992px) {
  .position-lg-fixed {
    position: fixed;
  }
}

/***** Base *****/
* {
  box-sizing: border-box;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

main {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
}

[id] {
  scroll-margin-top: calc(var(--zendesk-navbar-container, 0px) + 3rem);
  scroll-margin-bottom: 3rem;
}

html {
  font-size: 62.5%;
}

body,
.body-text,
.horizontal-scroll-btn-container,
.breadcrumbs,
.search input[type='search'],
.promoted-articles,
.article__body td h3,
.article__body td .h3 {
  margin-bottom: 0;
  font-family: "SofiaPro", Helvetica, Arial, sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 400;
  color: #111111;
  -webkit-font-smoothing: antialiased;
}

@media (min-width: 768px) {
  body,
  .body-text,
  .horizontal-scroll-btn-container,
  .breadcrumbs,
  .search input[type='search'],
  .promoted-articles,
  .article__body td h3,
  .article__body td .h3 {
    font-size: 1.8rem;
  }
}

h1, .h1,
.h1, h2, .h2,
.h2, h3, .h3,
.h3, h4, .h4, .header__link,
.h4,
.header__link, h5, .h5,
.h5, h6, .h6,
.h6 {
  font-weight: 700;
}

h1, .h1,
.h1 {
  margin-bottom: 2.4rem;
  font-size: 3rem;
  line-height: 1;
}

@media (min-width: 1200px) {
  h1, .h1,
  .h1 {
    font-size: 3.6rem;
  }
}

h2, .h2,
.h2 {
  margin-top: 3rem;
  margin-bottom: 2rem;
  font-size: 2.2rem;
  line-height: 1.3;
}

@media (min-width: 1200px) {
  h2, .h2,
  .h2 {
    margin-top: 5rem;
    font-size: 2.8rem;
  }
}

h3, .h3,
.h3 {
  margin-top: 3rem;
  margin-bottom: 2rem;
  font-size: 2rem;
  line-height: 1;
}

@media (min-width: 1200px) {
  h3, .h3,
  .h3 {
    margin-top: 4rem;
    font-size: 2.2rem;
  }
}

h4, .h4, .header__link,
.h4,
.header__link {
  margin-top: 1.4rem;
  margin-bottom: 1.6rem;
  font-size: 1.6rem;
  line-height: 1;
}

@media (min-width: 1200px) {
  h4, .h4, .header__link,
  .h4,
  .header__link {
    margin-top: 2.8rem;
    font-size: 2rem;
  }
}

h5, .h5,
.h5 {
  margin-top: 1rem;
  margin-bottom: 1.4rem;
  font-size: 1.4rem;
  line-height: 1;
}

@media (min-width: 1200px) {
  h5, .h5,
  .h5 {
    margin-top: 2rem;
    font-size: 1.8rem;
  }
}

a, .hero__item-list > li a, input[type='button'],
input[type='submit'],
input[type='reset'], .pagination a,
.pagination span {
  color: #111111;
  text-decoration: none;
  scroll-margin-top: calc(var(--zendesk-navbar-container, 0px) + 3rem);
  scroll-margin-bottom: 3rem;
  transition: outline-offset 0.2s linear;
  outline: none;
  outline: 0.2rem solid transparent;
  outline-offset: 0.5rem;
  transition: none 0.2s ease-out;
  transition-property: color, outline-offset;
}

a:focus, .hero__item-list > li a:focus, input:focus[type='button'],
input:focus[type='submit'],
input:focus[type='reset'],
.pagination span:focus {
  outline-color: var(--focus-outline-color, #00c8aa);
  outline-offset: 0.2rem;
}

a:hover, .hero__item-list > li a:hover, input:hover[type='button'],
input:hover[type='submit'],
input:hover[type='reset'],
.pagination span:hover {
  color: #009690;
}

.link-light {
  color: #00c8aa;
  font-weight: 700;
}

.link-light:hover {
  color: #009690;
}

p {
  margin-bottom: 2rem;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

small, .small,
.small {
  font-size: 1.6rem;
}

.link-primary, .CookieDeclarationTable a, .CookieDeclarationTable .hero__item-list > li a, .hero__item-list > li .CookieDeclarationTable a, .CookieDeclarationTable input[type='button'],
.CookieDeclarationTable input[type='submit'],
.CookieDeclarationTable input[type='reset'],
.CookieDeclarationTable .pagination span, .pagination .CookieDeclarationTable span {
  color: #00c8aa;
}

.link-primary:hover, .CookieDeclarationTable a:hover, .CookieDeclarationTable input:hover[type='button'],
.CookieDeclarationTable input:hover[type='submit'],
.CookieDeclarationTable input:hover[type='reset'],
.CookieDeclarationTable .pagination span:hover, .pagination .CookieDeclarationTable span:hover {
  color: #009690;
}

.link-marked, .cookie-page a , .cookie-page .hero__item-list > li a , .hero__item-list > li .cookie-page a , .cookie-page input [type='button'],
.cookie-page input [type='submit'],
.cookie-page input [type='reset'],
.cookie-page .pagination span , .pagination .cookie-page span {
  color: inherit;
  text-decoration: none;
  background-image: linear-gradient(120deg, rgba(0, 200, 170, 0.4) 0%, rgba(0, 200, 170, 0.2) 100%);
  background-repeat: no-repeat;
  background-size: 100% 55%;
  background-position: 0 100%;
  transition-property: color, background, border, outline-offset;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
}

.link-marked:hover, .cookie-page a:hover , .cookie-page input:hover [type='button'],
.cookie-page input:hover [type='submit'],
.cookie-page input:hover [type='reset'],
.cookie-page .pagination span:hover , .pagination .cookie-page span:hover {
  color: inherit;
  text-decoration: none;
  background-size: 100% 100%;
}

.link-marked:not(.no-focus), .cookie-page a:not(.no-focus) , .cookie-page input:not(.no-focus) [type='button'],
.cookie-page input:not(.no-focus) [type='submit'],
.cookie-page input:not(.no-focus) [type='reset'],
.cookie-page .pagination span:not(.no-focus) , .pagination .cookie-page span:not(.no-focus) {
  transition: outline-offset 0.2s linear;
  outline: none;
  outline: 0.2rem solid transparent;
  outline-offset: 0.5rem;
  transition-property: color, background, border, outline-offset;
}

.link-marked:not(.no-focus):focus, .cookie-page a:not(.no-focus):focus , .cookie-page input:not(.no-focus):focus [type='button'],
.cookie-page input:not(.no-focus):focus [type='submit'],
.cookie-page input:not(.no-focus):focus [type='reset'],
.cookie-page .pagination span:not(.no-focus):focus , .pagination .cookie-page span:not(.no-focus):focus {
  outline-color: var(--focus-outline-color, #00c8aa);
  outline-offset: 0.2rem;
}

.categories {
  background-color: rgba(230, 230, 230, 0.4);
}

.categories__list {
  padding-top: calc(10rem - var(--bs-gutter-y));
  padding-bottom: 10rem;
  margin-top: 0;
}

@media (max-width: 991.98px) {
  .categories__list {
    padding-top: calc(6rem - var(--bs-gutter-y));
    padding-bottom: 6rem;
  }
}

.categories__card {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 9rem;
  padding: 2rem;
  padding-left: 0;
  background-color: #ffffff;
  box-shadow: 0rem 0.5rem 2rem #8b8b8b26;
  transition: outline-offset 0.2s linear;
  outline: none;
  outline: 0.2rem solid transparent;
  outline-offset: 0.5rem;
}

.categories__card:focus {
  outline-color: var(--focus-outline-color, #00c8aa);
  outline-offset: 0.2rem;
}

.categories__card-icon-container {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 8.4rem;
}

.categories__card-icon {
  width: 4.4rem;
  height: 4rem;
  object-fit: contain;
}

.categories__link {
  display: flex;
  align-items: center;
  font-weight: 700;
}

.categories__link:focus {
  outline: none;
}

.categories__link:focus::after {
  outline-color: var(--focus-outline-color, #00c8aa);
  outline-offset: 0.2rem;
}

.categories__link::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  transition: outline-offset 0.2s linear;
  outline: none;
  outline: 0.2rem solid transparent;
  outline-offset: 0.5rem;
}

/***** Hero component *****/
.hero {
  position: relative;
  width: 100%;
  min-height: 42.5rem;
  text-align: center;
  overflow: hidden;
  z-index: 1000;
}

.hero__graphics {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
  user-select: none;
  z-index: -1;
}

.hero__graphics > * {
  position: absolute;
}

.hero__graphic-1 {
  top: -13rem;
  left: -20rem;
}

@media (max-width: 991.98px) {
  .hero__graphic-1 {
    left: -30rem;
  }
}

@media (max-width: 767.98px) {
  .hero__graphic-1 {
    left: -38rem;
  }
}

.hero__graphic-2 {
  top: -30.4rem;
  left: 50%;
  transform: translateX(20vw);
}

.hero__graphic-3 {
  right: -23.4rem;
  bottom: 0.2rem;
}

@media (max-width: 767.98px) {
  .hero__graphic-3 {
    right: -26rem;
  }
}

.hero__inner {
  padding-top: 7.2rem;
  padding-bottom: 7.2rem;
}

@media (max-width: 991.98px) {
  .hero__inner {
    padding-bottom: 6rem;
  }
}

.hero__title em {
  color: #00c8aa;
  font-style: normal;
}

.hero__item-list {
  margin: 0;
  list-style: none;
}

@media (min-width: 768px) {
  .hero__item-list {
    display: inline;
  }
}

@media (min-width: 768px) {
  .hero__item-list > li {
    display: inline;
    margin-right: 0.6rem;
  }
}

@media (max-width: 767.98px) {
  .hero__item-list > li {
    margin-left: 0.3em;
  }
}

.hero__item-list > li:not(:last-child)::after {
  content: ',';
  margin-left: -0.15em;
}

.hero__item-list > li a, .hero__item-list > li input[type='button'],
.hero__item-list > li input[type='submit'],
.hero__item-list > li input[type='reset'], .pagination .hero__item-list > li a,
.hero__item-list > li .pagination span, .pagination .hero__item-list > li span {
  position: relative;
  color: #111111;
  text-decoration: underline;
  text-underline-offset: 0.1em;
  text-decoration-thickness: 0.1em;
  text-decoration-color: #008b85;
}

.hero__item-list > li a:hover, .hero__item-list > li input:hover[type='button'],
.hero__item-list > li input:hover[type='submit'],
.hero__item-list > li input:hover[type='reset'], .pagination .hero__item-list > li a:hover,
.hero__item-list > li .pagination span:hover, .pagination .hero__item-list > li span:hover {
  color: #009690;
}

.hero--secondary {
  background-color: #ebf7f6;
  text-align: start;
  height: fit-content;
  min-height: 25.7rem;
  overflow: visible;
}

.hero--secondary .hero__graphic-1 {
  top: -36.8rem;
  left: 9.6vw;
}

@media (max-width: 991.98px) {
  .hero--secondary .hero__graphic-1 {
    left: -20rem;
  }
}

@media (max-width: 991.98px) {
  .hero--secondary .hero__graphic-2 {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .hero--secondary .hero__graphic-3 {
    top: -12rem;
  }
}

@media (max-width: 575.98px) {
  .hero--secondary .hero__graphic-3 {
    right: -26rem;
  }
}

.hero--secondary .hero__inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 25.7rem;
  padding-bottom: 7.6rem;
}

@media (max-width: 991.98px) {
  .hero--secondary .hero__inner {
    padding-bottom: 4.6rem;
  }
}

.hero--secondary .hero__inner--sticky {
  margin-bottom: 6.3rem;
}

.hero--secondary .hero__title {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  word-wrap: break-word;
}

@media (max-width: 991.98px) {
  .hero--secondary .hero__navigation-container {
    background-color: #ebf7f6;
  }
}

.hero--secondary .hero__navigation-container--sticky {
  position: fixed;
  top: var(--zendesk-navbar-container, 0);
  right: 0;
  left: 0;
  background-color: #ebf7f6;
}

.hero--secondary .hero__navigation-mobile-top {
  display: flex;
  gap: 2rem;
}

.hero--secondary .hero__navigation {
  position: relative;
}

@media (min-width: 992px) {
  .hero--secondary .hero__navigation {
    max-width: 100%;
    clip-path: inset(-100vh 0 -100vw 0);
  }
}

@media (max-width: 991.98px) {
  .hero--secondary .hero__navigation {
    flex: 1;
    min-width: 0;
  }
  .hero--secondary .hero__navigation:not(.closed) {
    min-height: calc(100vh - var(--zendesk-navbar-container, 0px));
  }
}

@media (max-width: 991.98px) {
  .hero--secondary .hero__navigation .horizontal-scroll-btn-container {
    display: none;
  }
}

.hero--secondary .hero__navigation li {
  display: flex;
}

.hero--secondary .hero__navigation li a, .hero--secondary .hero__navigation li input[type='button'],
.hero--secondary .hero__navigation li input[type='submit'],
.hero--secondary .hero__navigation li input[type='reset'],
.hero--secondary .hero__navigation li .pagination span, .pagination .hero--secondary .hero__navigation li span {
  outline-offset: -0.3rem;
}

@media (min-width: 992px) {
  .hero--secondary .hero__navigation li a, .hero--secondary .hero__navigation li input[type='button'],
  .hero--secondary .hero__navigation li input[type='submit'],
  .hero--secondary .hero__navigation li input[type='reset'],
  .hero--secondary .hero__navigation li .pagination span, .pagination .hero--secondary .hero__navigation li span {
    white-space: nowrap;
  }
}

.hero--secondary .hero__navigation li a:focus, .hero--secondary .hero__navigation li input:focus[type='button'],
.hero--secondary .hero__navigation li input:focus[type='submit'],
.hero--secondary .hero__navigation li input:focus[type='reset'],
.hero--secondary .hero__navigation li .pagination span:focus, .pagination .hero--secondary .hero__navigation li span:focus {
  outline-offset: -0.6rem;
}

.hero--secondary .hero__navigation-list {
  display: flex;
  transition: none 0.2s ease-out;
  transition-property: transform;
}

@media (max-width: 991.98px) {
  .hero--secondary .hero__navigation-list {
    overflow-y: auto;
    flex-direction: column;
    max-height: calc(100vh - var(--zendesk-navbar-container, 0));
    max-width: 100%;
    margin-left: -1.2rem;
    padding-bottom: 2rem;
  }
}

.hero--secondary .hero__navigation-list li {
  position: relative;
}

@media (min-width: 992px) {
  .hero--secondary .hero__navigation-list li:hover .hero__sub-navigation-list, .hero--secondary .hero__navigation-list li:focus-within .hero__sub-navigation-list {
    display: flex;
  }
}

.hero--secondary .hero__navigation-list li a, .hero--secondary .hero__navigation-list li input[type='button'],
.hero--secondary .hero__navigation-list li input[type='submit'],
.hero--secondary .hero__navigation-list li input[type='reset'],
.hero--secondary .hero__navigation-list li .pagination span, .pagination .hero--secondary .hero__navigation-list li span {
  font-weight: 700;
  padding: 0.8rem 1.2rem;
  color: #009690;
}

@media (max-width: 991.98px) {
  .hero--secondary .hero__navigation-list li a, .hero--secondary .hero__navigation-list li input[type='button'],
  .hero--secondary .hero__navigation-list li input[type='submit'],
  .hero--secondary .hero__navigation-list li input[type='reset'],
  .hero--secondary .hero__navigation-list li .pagination span, .pagination .hero--secondary .hero__navigation-list li span {
    overflow: hidden;
    font-size: 1.6rem;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}

.hero--secondary .hero__navigation-list li a:hover, .hero--secondary .hero__navigation-list li input:hover[type='button'],
.hero--secondary .hero__navigation-list li input:hover[type='submit'],
.hero--secondary .hero__navigation-list li input:hover[type='reset'],
.hero--secondary .hero__navigation-list li .pagination span:hover, .pagination .hero--secondary .hero__navigation-list li span:hover {
  color: #003c3c;
}

@media (min-width: 992px) {
  .hero--secondary .hero__navigation-list li a.active, .hero--secondary .hero__navigation-list li input.active[type='button'],
  .hero--secondary .hero__navigation-list li input.active[type='submit'],
  .hero--secondary .hero__navigation-list li input.active[type='reset'],
  .hero--secondary .hero__navigation-list li .pagination span.active, .pagination .hero--secondary .hero__navigation-list li span.active {
    color: #003c3c;
    background-color: #ffffff;
  }
}

.hero--secondary .hero__navigation .hero__sub-navigation-list {
  position: absolute;
  top: 100%;
  display: none;
  flex-direction: column;
  background-color: #ffffff;
  box-shadow: 0rem 1rem 2rem #8b8b8b26;
  z-index: 1000;
}

@media (max-width: 991.98px) {
  .hero--secondary .hero__navigation .hero__sub-navigation-list {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .hero--secondary .hero__navigation.closed .hero__navigation-list-item:not(.active) {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .hero--secondary .hero__navigation.closed .hero__navigation-list {
    padding-bottom: 0;
  }
}

@media (max-width: 991.98px) {
  .hero--secondary .hero__navigation:not(.closed) a, .hero--secondary .hero__navigation:not(.closed) input[type='button'],
  .hero--secondary .hero__navigation:not(.closed) input[type='submit'],
  .hero--secondary .hero__navigation:not(.closed) input[type='reset'],
  .hero--secondary .hero__navigation:not(.closed) .pagination span, .pagination .hero--secondary .hero__navigation:not(.closed) span {
    white-space: unset;
  }
}

@media (max-width: 991.98px) {
  .hero--secondary .hero__navigation:not(.closed) a.active, .hero--secondary .hero__navigation:not(.closed) input.active[type='button'],
  .hero--secondary .hero__navigation:not(.closed) input.active[type='submit'],
  .hero--secondary .hero__navigation:not(.closed) input.active[type='reset'],
  .hero--secondary .hero__navigation:not(.closed) .pagination span.active, .pagination .hero--secondary .hero__navigation:not(.closed) span.active {
    color: #003c3c;
    background-color: #ffffff;
  }
}

/***** Buttons *****/
button {
  display: inline-block;
  padding: 0;
  margin: 0;
  border: none;
  text-decoration: none;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  text-align: inherit;
  background: transparent;
  cursor: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  scroll-margin-top: calc(var(--zendesk-navbar-container, 0px) + 3rem);
  scroll-margin-bottom: 3rem;
}

.btn {
  display: block;
  width: fit-content;
  min-width: 16rem;
  min-height: 5rem;
  padding: 0.5em 3rem 0.5em;
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 700;
  background-color: var(--btn-color, transparent);
  color: var(--btn-text-color, inherit);
  text-align: center;
  border: 0.2rem solid var(--btn-border-color, transparent);
  transition: outline-offset 0.2s linear;
  outline: none;
  outline: 0.2rem solid transparent;
  outline-offset: 0.5rem;
  transition: none 0.2s ease-out;
  transition-property: outline, outline-offset, color, background-color, border;
}

.btn:focus {
  outline-color: var(--focus-outline-color, #00c8aa);
  outline-offset: 0.2rem;
}

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

.btn.rounded {
  border-radius: 10rem !important;
}

.btn--secondary {
  --btn-text-color: #ffffff;
  --btn-color: #009690;
  --btn-text-color-hover: #ffffff;
  --btn-color-hover: #00c8aa;
}

.horizontal-scroll-btn-container {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #ebf7f6;
}

.horizontal-scroll-btn-container::before {
  content: '';
  position: absolute;
  right: 100%;
  width: 3.4rem;
  height: 100%;
  background: linear-gradient(90deg, rgba(235, 247, 246, 0) 0%, #ebf7f6 90%);
}

.horizontal-scroll-btn {
  padding: 0.8rem 1.2rem;
  color: #009690;
  transition: outline-offset 0.2s linear;
  outline: none;
  outline: 0.2rem solid transparent;
  outline-offset: 0.5rem;
}

.horizontal-scroll-btn:focus {
  outline-color: var(--focus-outline-color, #00c8aa);
  outline-offset: 0.2rem;
}

.horizontal-scroll-btn:hover {
  color: #003c3c;
}

.horizontal-scroll-btn--before::after {
  font: var(--fa-font-solid);
  content: '\f104';
}

.horizontal-scroll-btn--after::after {
  font: var(--fa-font-solid);
  content: '\f105';
}

/***** Tables *****/
.table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
}

@media (min-width: 768px) {
  .table {
    table-layout: auto;
  }
}

.table th,
.table th a,
.table th input[type='button'],
.table th input[type='submit'],
.table th input[type='reset'],
.table th .pagination span,
.pagination .table th span {
  color: #444;
  font-size: 13px;
  text-align: left;
}

[dir="rtl"] .table th, [dir="rtl"] .table th a, [dir="rtl"] .table th input[type='button'],
[dir="rtl"] .table th input[type='submit'],
[dir="rtl"] .table th input[type='reset'],
[dir="rtl"] .table th .pagination span, .pagination [dir="rtl"] .table th span {
  text-align: right;
}

.table tr {
  border-bottom: 1px solid #ddd;
  display: block;
  padding: 20px 0;
}

@media (min-width: 768px) {
  .table tr {
    display: table-row;
  }
}

.table td {
  display: block;
}

@media (min-width: 768px) {
  .table td {
    display: table-cell;
  }
}

@media (min-width: 992px) {
  .table td, .table th {
    padding: 20px 30px;
  }
}

@media (min-width: 768px) {
  .table td, .table th {
    padding: 10px 20px;
    height: 60px;
  }
}

/***** Forms *****/
input:not([type='checkbox']):not([type='radio']),
textarea:not([type='checkbox']):not([type='radio']),
select:not([type='checkbox']):not([type='radio']) {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input:not([type='checkbox']):not([type='radio']):hover, input:not([type='checkbox']):not([type='radio']):focus,
textarea:not([type='checkbox']):not([type='radio']):hover,
textarea:not([type='checkbox']):not([type='radio']):focus,
select:not([type='checkbox']):not([type='radio']):hover,
select:not([type='checkbox']):not([type='radio']):focus {
  outline: none;
  text-decoration: none;
  text-shadow: none;
  box-shadow: none;
}

input:not([type="search"]),
select:not([type="search"]) {
  margin-top: 2rem;
  margin-bottom: 2rem;
  box-sizing: border-box;
  color: #111111;
  border: none;
  background-color: transparent !important;
}

input:not([type="search"]):not([type='button']):not([type='submit']):not([type='reset']),
select:not([type="search"]):not([type='button']):not([type='submit']):not([type='reset']) {
  width: 25.7rem;
  max-width: 100%;
  padding-top: 0rem;
  padding-bottom: 0.9rem;
  border-bottom: 0.2rem solid #111111;
}

input[disabled] {
  background-color: #ddd;
}

select {
  background: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath fill='%23CCC' d='M0 0h10L5 6 0 0z'/%3E%3C/svg%3E%0A") no-repeat #fff;
  background-position: right 10px center;
}

input[type='checkbox'],
input[type='radio'] {
  width: 1.6rem !important;
  height: 1.6rem !important;
  accent-color: #009690;
}

input[type='button'],
input[type='submit'],
input[type='reset'] {
  padding: 0;
  margin-right: 2rem;
}

/***** Header *****/
.header {
  top: var(--zendesk-navbar-container, 0);
  height: 8.8rem;
  background-color: #ffffff;
  z-index: 2000;
}

.header__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  height: 100%;
}

.header__link {
  margin: 0;
  color: #111111;
  text-align: right;
}

.header__link i {
  margin-right: 0.5em;
  transform: translateY(0.1em);
  transition: none 0.2s ease-out;
  transition-property: transform;
}

.header__link:hover {
  color: #009690;
}

.header__link:hover i {
  transform: translateY(0.1em) translateX(-0.6rem);
}

.logo img {
  max-width: 15rem;
  max-height: 3.6rem;
  vertical-align: middle;
}

@media (max-width: 767.98px) {
  .logo img {
    max-width: 10rem;
  }
}

.logo span {
  margin: 0 1rem;
  color: #17494D;
}

.logo a, .logo .hero__item-list > li a, .hero__item-list > li .logo a, .logo input[type='button'],
.logo input[type='submit'],
.logo input[type='reset'],
.logo .pagination span, .pagination .logo span {
  display: inline-block;
}

.logo a:hover, .logo input:hover[type='button'],
.logo input:hover[type='submit'],
.logo input:hover[type='reset'],
.logo .pagination span:hover, .pagination .logo span:hover,
.logo a:focus,
.logo input:focus[type='button'],
.logo input:focus[type='submit'],
.logo input:focus[type='reset'],
.logo .pagination span:focus,
.pagination .logo span:focus,
.logo a:active,
.logo input:active[type='button'],
.logo input:active[type='submit'],
.logo input:active[type='reset'],
.logo .pagination span:active,
.pagination .logo span:active {
  text-decoration: none;
}

.skip-navigation {
  align-items: center;
  background-color: black;
  color: white;
  display: flex;
  font-size: 1.4rem;
  justify-content: center;
  left: -999px;
  margin: 2rem;
  padding: 2rem;
  overflow: hidden;
  position: absolute;
  top: auto;
  z-index: -999;
}

[dir='rtl'] .skip-navigation {
  left: initial;
  right: -999px;
}

.skip-navigation:focus, .skip-navigation:active {
  left: auto;
  overflow: auto;
  text-align: center;
  text-decoration: none;
  top: auto;
  z-index: 999;
}

[dir='rtl'] .skip-navigation:focus, [dir='rtl'] .skip-navigation:active {
  left: initial;
  right: auto;
}

/***** User info in header *****/
.user-info {
  display: inline-block;
}

.user-info .dropdown-toggle::after {
  display: none;
}

@media (min-width: 768px) {
  .user-info .dropdown-toggle::after {
    display: inline-block;
  }
}

.user-info > button {
  border: 0;
  color: #111111;
  min-width: 0;
  padding: 0;
  white-space: nowrap;
}

.user-info > button:hover, .user-info > button:focus {
  color: #111111;
  background-color: transparent;
}

.user-info > button::after {
  color: #111111;
  padding-right: 15px;
}

[dir='rtl'] .user-info > button::after {
  padding-left: 15px;
  padding-right: 0;
}

#user #user-name {
  display: none;
  font-size: 14px;
}

@media (min-width: 768px) {
  #user #user-name {
    display: inline-block;
  }
}

#user #user-name:hover {
  text-decoration: underline;
}

/***** User avatar *****/
.user-avatar {
  height: 25px;
  width: 25px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
}

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

.avatar img {
  height: 40px;
  width: 40px;
}

.avatar .icon-agent {
  color: #17494D;
  border: 2px solid #fff;
  border-radius: 50%;
  bottom: -4px;
  background-color: #FFFFFF;
  font-size: 17px;
  height: 17px;
  line-height: 17px;
  position: absolute;
  right: -2px;
  text-align: center;
  width: 17px;
}

/***** Footer *****/
.footer {
  display: flex;
  flex-direction: column;
  min-height: 6rem;
  border-top: 0.2rem solid #ffffff;
  font-size: 1.4rem;
  background-color: #111111;
  background-repeat: no-repeat;
  background-size: auto 6rem;
  background-position: 0 100%;
  box-sizing: content-box;
}

@media (max-width: 1199.98px) {
  .footer {
    box-sizing: content-box;
    padding-bottom: 7rem;
    background-size: auto 7rem;
  }
}

.footer a, .footer .hero__item-list > li a, .hero__item-list > li .footer a, .footer input[type='button'],
.footer input[type='submit'],
.footer input[type='reset'],
.footer .pagination span, .pagination .footer span {
  color: #969696;
}

.footer a:hover, .footer input:hover[type='button'],
.footer input:hover[type='submit'],
.footer input:hover[type='reset'],
.footer .pagination span:hover, .pagination .footer span:hover {
  color: #00c8aa;
}

.footer__top-container {
  color: #ffffff;
}

.footer__top-container h2, .footer__top-container .h2 {
  margin-bottom: 2.6rem;
}

.footer__top-container p, .footer__top-container a, .footer__top-container .hero__item-list > li a, .hero__item-list > li .footer__top-container a, .footer__top-container input[type='button'],
.footer__top-container input[type='submit'],
.footer__top-container input[type='reset'],
.footer__top-container .pagination span, .pagination .footer__top-container span {
  display: block;
  margin-bottom: 1.8rem;
  font-size: 1.8rem;
  line-height: 1.5;
}

.footer__top-container a, .footer__top-container .hero__item-list > li a, .hero__item-list > li .footer__top-container a, .footer__top-container input[type='button'],
.footer__top-container input[type='submit'],
.footer__top-container input[type='reset'],
.footer__top-container .pagination span, .pagination .footer__top-container span {
  color: #ffffff;
}

.footer__top-container a:hover, .footer__top-container input:hover[type='button'],
.footer__top-container input:hover[type='submit'],
.footer__top-container input:hover[type='reset'],
.footer__top-container .pagination span:hover, .pagination .footer__top-container span:hover {
  color: #00c8aa;
}

@media (min-width: 992px) {
  .footer__categories-list {
    columns: 2;
  }
}

.footer__bottom-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 4rem;
  row-gap: 1rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media (min-width: 768px) {
  .footer__bottom-container {
    justify-content: flex-end;
  }
}

@media (max-width: 1199.98px) {
  .footer__bottom-container {
    padding-top: 3.2rem;
    padding-bottom: 3.2rem;
  }
}

@media (max-width: 767.98px) {
  .footer__bottom-container {
    flex-direction: column;
    align-items: unset;
    row-gap: 2rem;
  }
}

.footer__socials {
  display: flex;
  gap: 2rem;
}

.footer__menu {
  display: flex;
  flex-wrap: wrap;
  column-gap: 4rem;
  row-gap: 1rem;
  margin-bottom: 0;
}

@media (max-width: 767.98px) {
  .footer__menu {
    flex-direction: column;
    row-gap: 2rem;
  }
}

.powered-by-zendesk {
  display: none;
}

/***** Breadcrumbs *****/
.breadcrumbs {
  margin: 2rem 0 8rem 0;
  padding: 0;
}

@media (max-width: 1199.98px) {
  .breadcrumbs {
    font-size: 1.6rem;
    margin: 2rem 0 4rem 0;
  }
}

.breadcrumbs li {
  display: inline;
  overflow: hidden;
  text-overflow: ellipsis;
}

.breadcrumbs li + li::before {
  font: var(--fa-font-solid);
  content: '\f105';
  position: relative;
  bottom: -0.05em;
  margin: 0 4px;
  font-size: 1.4rem;
}

/***** Search field *****/
.search-container {
  position: relative;
}

.search {
  position: relative;
  display: flex;
  border: none;
  border-radius: 10rem;
  background-color: #ffffff;
  transition: border 0.12s ease-in-out;
  box-shadow: 0rem 1.5rem 3rem #8b8b8b26;
}

.search:focus-within {
  border-color: #17494D;
}

.search input[type='search'],
.search .clear-button {
  background-color: #fff;
  border-radius: 10rem;
  border: none;
}

.search__icon {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  left: 2.7rem;
  z-index: 1;
  width: 2.8rem;
  height: 2.9rem;
  pointer-events: none;
}

[dir='rtl'] .search__icon {
  left: auto;
  right: 15px;
}

.search input[type='search'] {
  appearance: none;
  -webkit-appearance: none;
  flex: 1 1 auto;
  padding-bottom: 0.2rem;
  box-sizing: border-box;
  width: 100%;
  height: 7.2rem;
}

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

.search input[type='search']:-webkit-autofill, .search input[type='search']:-webkit-autofill:hover, .search input[type='search']:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
}

.search input[type='search']::placeholder {
  color: #969696;
}

.search input[type='submit'] {
  min-width: 5.6rem;
  max-width: 5.6rem;
  min-height: 5.6rem;
  max-height: 5.6rem;
  margin: 0.8rem;
  padding: 0;
  color: transparent !important;
  border: none;
  border-radius: 50%;
  background-color: #008b85 !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17.71' height='15.934' viewBox='0 0 17.71 15.934'%3E%3Cg id='Iconly_Light_Arrow_-_Right' data-name='Iconly/Light/Arrow - Right' transform='translate(1.25 1.768)'%3E%3Cg id='Arrow_-_Right' data-name='Arrow - Right' transform='translate(0 12.398) rotate(-90)'%3E%3Cpath id='Stroke_1' data-name='Stroke 1' d='M0,15.21V0' transform='translate(6.199)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='2.5'/%3E%3Cpath id='Stroke_3' data-name='Stroke 3' d='M12.4,0,6.2,6.135,0,0' transform='translate(0 9.076)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='2.5'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  transition: outline-offset 0.2s linear;
  outline: none;
  outline: 0.2rem solid transparent;
  outline-offset: 0.5rem;
  transition: none 0.2s ease-out;
  transition-property: background-color, background-position, outline-offset;
}

.search input[type='submit']:focus {
  outline-color: var(--focus-outline-color, #00c8aa);
  outline-offset: 0.2rem;
}

.search input[type='submit']:hover, .search input[type='submit']:active, .search input[type='submit']:focus {
  background-color: #00c8aa;
  background-position: 2.3rem center;
}

.search input[type='submit'][disabled] {
  opacity: 0.6;
}

.search .clear-button {
  display: none;
}

[dir='ltr'] .search input[type='search'] {
  padding-left: 8.8rem;
  padding-right: 2rem;
}

[dir='ltr'] .search-has-value input[type='search'] {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-right-color: transparent;
}

[dir='ltr'] .search-has-value input[type='search']:focus {
  border-right-color: #17494D;
}

[dir='rtl'] .search input[type='search'] {
  padding-left: 2rem;
  padding-right: 8.8rem;
}

[dir='rtl'] .search-has-value input[type='search'] {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-left-color: transparent;
}

[dir='rtl'] .search-has-value input[type='search']:focus {
  border-left-color: #17494D;
}

.page-header {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 10px 0;
}

@media (min-width: 768px) {
  .page-header {
    align-items: baseline;
    flex-direction: row;
    margin: 0;
  }
}

.page-header .section-subscribe {
  flex-shrink: 0;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .page-header .section-subscribe {
    margin-bottom: 0;
  }
}

.page-header h1, .page-header .h1 {
  flex-grow: 1;
  margin-bottom: 10px;
}

.page-header-description {
  font-style: italic;
  margin: 0 0 30px 0;
  word-break: break-word;
}

@media (min-width: 992px) {
  .page-header-description {
    flex-basis: 100%;
  }
}

.page-header .icon-lock {
  height: 20px;
  width: 20px;
  position: relative;
  left: -5px;
  vertical-align: baseline;
}

/***** Blocks *****/
/* Used in Homepage#categories and Community#topics */
.blocks-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  list-style: none;
  padding: 0;
}

@media (min-width: 768px) {
  .blocks-list {
    margin: 0 -15px;
  }
}

.blocks-item {
  border: 1px solid #17494D;
  border-radius: 4px;
  box-sizing: border-box;
  color: #17494D;
  display: flex;
  flex: 1 0 340px;
  margin: 0 0 30px;
  max-width: 100%;
  text-align: center;
}

@media (min-width: 768px) {
  .blocks-item {
    margin: 0 15px 30px;
  }
}

.blocks-item:hover, .blocks-item:focus, .blocks-item:active {
  background-color: #17494D;
}

.blocks-item:hover *, .blocks-item:focus *, .blocks-item:active * {
  color: #FFFFFF;
  text-decoration: none;
}

.blocks-item-internal {
  background-color: transparent;
  border: 1px solid #ddd;
}

.blocks-item-internal .icon-lock {
  height: 15px;
  width: 15px;
  bottom: 5px;
  position: relative;
}

.blocks-item-internal a, .blocks-item-internal .hero__item-list > li a, .hero__item-list > li .blocks-item-internal a, .blocks-item-internal input[type='button'],
.blocks-item-internal input[type='submit'],
.blocks-item-internal input[type='reset'],
.blocks-item-internal .pagination span, .pagination .blocks-item-internal span {
  color: #111111;
}

.blocks-item-link {
  color: #17494D;
  padding: 20px 30px;
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  border-radius: inherit;
}

.blocks-item-link:visited, .blocks-item-link:hover, .blocks-item-link:active {
  color: inherit;
  text-decoration: none;
}

.blocks-item-link:focus {
  text-decoration: none;
}

.blocks-item-title {
  margin-bottom: 0;
  font-size: 16px;
}

.blocks-item-description {
  margin: 0;
}

.blocks-item-description:not(:empty) {
  margin-top: 10px;
}

/***** Homepage *****/
@media (max-width: 767.98px) {
  .home__freq-searched {
    line-height: 2;
  }
}

/***** Promoted articles *****/
.promoted-articles {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

@media (max-width: 991.98px) {
  .promoted-articles {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

.promoted-articles__list {
  --bs-gutter-x: 2.4rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x));
  margin-left: 0;
  margin-right: 0;
}

.promoted-articles__item {
  position: relative;
  padding-left: 2rem;
  padding-right: 3rem;
}

.promoted-articles__item:not(:last-child) {
  margin-bottom: 2.5rem;
}

.promoted-articles__item::before {
  content: '';
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 0.5em;
  height: 0.5em;
  background-color: #00c8aa;
  border-radius: 100%;
}

/***** Community section in homepage *****/
.community {
  text-align: center;
}

.community-image {
  min-height: 300px;
  margin-top: 32px;
  background-image: url(/hc/theming_assets/01HZM3DBT8DDCYK9ATPSK1QS9J);
  background-position: center;
  background-repeat: no-repeat;
  max-width: 100%;
}

.community,
.activity {
  border-top: 1px solid #ddd;
  padding: 30px 0;
}

/***** Recent activity *****/
.recent-activity-header {
  margin-bottom: 10px;
  text-align: center;
}

.recent-activity-list {
  padding: 0;
}

.recent-activity-item {
  border-bottom: 1px solid #ddd;
  overflow: auto;
  padding: 20px 0;
}

.recent-activity-item-parent {
  font-size: 16px;
  font-weight: 600;
}

.recent-activity-item-parent, .recent-activity-item-link {
  margin: 6px 0;
  display: inline-block;
  width: 100%;
}

@media (min-width: 768px) {
  .recent-activity-item-parent, .recent-activity-item-link {
    width: 70%;
    margin: 0;
  }
}

.recent-activity-item-link {
  font-size: 14px;
}

.recent-activity-item-meta {
  color: #111111;
  margin: 15px 0 0 0;
  float: none;
}

@media (min-width: 768px) {
  .recent-activity-item-meta {
    margin: 0;
    float: right;
  }
  [dir='rtl'] .recent-activity-item-meta {
    float: left;
  }
}

.recent-activity-item-time, .recent-activity-item-comment {
  display: inline-block;
  font-size: 13px;
}

.recent-activity-item-comment {
  padding-left: 5px;
}

[dir='rtl'] .recent-activity-item-comment {
  padding: 0 5px 0 0;
}

.recent-activity-item-comment::before {
  display: inline-block;
}

.recent-activity-controls {
  padding-top: 15px;
}

.recent-activity-accessibility-label {
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}

.recent-activity-comment-icon svg {
  vertical-align: middle;
  color: #17494D;
  width: 16px;
  height: 16px;
}

.recent-activity-comment-icon:after {
  content: attr(data-comment-count);
  margin-left: 3px;
}

[dir='rtl'] .recent-activity-comment-icon:after {
  margin-left: 0;
  margin-right: 3px;
}

/***** Category pages *****/
.category-container {
  display: flex;
  justify-content: center;
}

.category-content {
  padding-bottom: 5.6rem;
}

.category-section:first-child .category-section-title {
  margin-top: 0;
}

@media (min-width: 1200px) {
  .category-section:first-child .category-section-title {
    margin-top: -2rem;
  }
}

.category-section-title {
  margin-top: 2rem;
  margin-bottom: 3rem;
}

.section-tree {
  display: flex;
  flex-direction: column;
}

.section-tree-title {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
}

.section-tree-title a, .section-tree-title .hero__item-list > li a, .hero__item-list > li .section-tree-title a, .section-tree-title input[type='button'],
.section-tree-title input[type='submit'],
.section-tree-title input[type='reset'],
.section-tree-title .pagination span, .pagination .section-tree-title span {
  color: #111111;
}

.section-tree .see-all-articles {
  display: block;
  padding: 15px 0;
}

.article-list {
  margin-bottom: 2rem;
  padding-left: 2rem;
  padding-left: 0;
}

.article-list li {
  position: relative;
}

.article-list li::before {
  content: '';
  position: absolute;
  top: 0.55em;
  left: -2rem;
  display: block;
  box-sizing: border-box;
  width: 0.55em;
  height: 0.55em;
  background-color: #00c8aa;
  border: 0.15em solid #00c8aa;
  border-radius: 50%;
}

.article-list ul li::before {
  width: 0.6em;
  height: 0.6em;
  background-color: transparent;
}

.article-list ul ul li::before {
  width: 0.55em;
  height: 0.55em;
  border-radius: 0.15em;
}

.article-list li {
  margin-left: 2rem;
}

@media (min-width: 768px) {
  .article-list {
    columns: 2;
    column-gap: 6rem;
  }
}

.article-list-item {
  margin-bottom: 2rem;
}

.icon-star {
  color: #17494D;
  font-size: 18px;
}

/***** Article *****/
#article-container {
  margin-bottom: 12rem;
}

@media (max-width: 1199.98px) {
  #article-container {
    margin-bottom: 8rem;
  }
}

@media (min-width: 992px) {
  #article-container aside {
    width: var(--article-aside-width, 16.66667%);
  }
}

#article-container aside:not(.loaded) {
  visibility: hidden;
}

#article-container aside li.active a, #article-container aside li.active input[type='button'],
#article-container aside li.active input[type='submit'],
#article-container aside li.active input[type='reset'],
#article-container aside li.active .pagination span, .pagination #article-container aside li.active span {
  color: #008b85;
}

@media (min-width: 992px) {
  .article {
    margin-left: var(--article-margin-left, 8.33333%);
  }
}

.article__aside {
  max-height: calc(100vh - 3rem - var(--zendesk-navbar-container, 0px) - 3rem);
  overflow-y: auto;
}

.article__aside.sticky {
  margin-top: 3rem;
}

@media (min-width: 992px) {
  .article__aside.sticky {
    position: fixed;
    top: calc(var(--zendesk-navbar-container, 0px) - var(--visible-footer-height, 0px));
  }
}

.article__aside a, .article__aside .hero__item-list > li a, .hero__item-list > li .article__aside a, .article__aside input[type='button'],
.article__aside input[type='submit'],
.article__aside input[type='reset'],
.article__aside .pagination span, .pagination .article__aside span {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.article__side-nav ul {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  font-size: 1.6rem;
}

@media (max-width: 1199.98px) {
  .article__side-nav ul {
    font-size: 1.4rem;
    gap: 1rem;
  }
}

.article__content {
  padding-bottom: 5.6rem;
  border-bottom: thin solid #969696;
}

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

.article__body ul {
  margin-bottom: 2rem;
  padding-left: 2rem;
}

.article__body ul li {
  position: relative;
}

.article__body ul li::before {
  content: '';
  position: absolute;
  top: 0.55em;
  left: -2rem;
  display: block;
  box-sizing: border-box;
  width: 0.55em;
  height: 0.55em;
  background-color: #00c8aa;
  border: 0.15em solid #00c8aa;
  border-radius: 50%;
}

.article__body ul ul li::before {
  width: 0.6em;
  height: 0.6em;
  background-color: transparent;
}

.article__body ul ul ul li::before {
  width: 0.55em;
  height: 0.55em;
  border-radius: 0.15em;
}

.article__body a, .article__body .hero__item-list > li a, .hero__item-list > li .article__body a, .article__body input[type='button'],
.article__body input[type='submit'],
.article__body input[type='reset'],
.article__body .pagination span, .pagination .article__body span {
  color: #00c8aa;
  font-weight: 700;
}

.article__body a:hover, .article__body input:hover[type='button'],
.article__body input:hover[type='submit'],
.article__body input:hover[type='reset'],
.article__body .pagination span:hover, .pagination .article__body span:hover {
  color: #009690;
}

.article__body table,
.article__body thead,
.article__body tbody,
.article__body tfoot,
.article__body tr,
.article__body td,
.article__body th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

.article__body table {
  width: 100%;
  margin-top: 2rem;
  margin-bottom: 4rem;
  caption-side: bottom;
  border-collapse: collapse;
  box-sizing: border-box;
}

.article__body table tr:first-child td {
  margin-bottom: 2rem;
  color: #009690;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  border-bottom: thin solid #009690;
}

@media (min-width: 1200px) {
  .article__body table tr:first-child td {
    font-size: 2.2rem;
  }
}

.article__body table tr:first-child td h2, .article__body table tr:first-child td .h2 {
  margin-bottom: 0;
}

.article__body table tr:nth-child(2) td {
  padding-top: 3rem;
}

.article__body table tr:last-child td {
  border: none;
}

.article__body table p {
  margin-bottom: 0 !important;
}

.article__body td {
  width: calc(10ch + 3rem);
  padding: 2rem 3rem 1.4rem 0;
  vertical-align: top;
  border-bottom: thin solid #e6e6e6;
}

.article__body td h2, .article__body td .h2 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
}

@media (min-width: 1200px) {
  .article__body td h2, .article__body td .h2 {
    font-size: 2.2rem;
  }
}

.article__body td h3, .article__body td .h3 {
  font-weight: 700;
}

.article__body img,
.article__body iframe {
  max-width: 100%;
}

.article__body img:not(:last-child),
.article__body iframe:not(:last-child) {
  margin-bottom: 5.6rem;
}

.article__body img {
  height: auto;
}

/***** Attachments *****/
/* Styles attachments inside posts, articles and comments */
.attachments .attachment-item {
  padding-left: 20px;
  position: relative;
  margin-bottom: 10px;
}

.attachments .attachment-item:last-child {
  margin-bottom: 0;
}

.attachments .attachment-item .attachment-icon {
  color: #2F3941;
  left: 0;
  position: absolute;
  top: 5px;
}

[dir="rtl"] .attachments .attachment-item {
  padding-left: 0;
  padding-right: 20px;
}

[dir="rtl"] .attachments .attachment-item .attachment-icon {
  left: auto;
  right: 0;
}

.upload-dropzone span {
  color: #444;
}

/***** Social share links *****/
.share {
  padding: 0;
  white-space: nowrap;
}

.share li, .share a, .share .hero__item-list > li a, .hero__item-list > li .share a, .share input[type='button'],
.share input[type='submit'],
.share input[type='reset'],
.share .pagination span, .pagination .share span {
  display: inline-block;
}

.share li {
  height: 25px;
  width: 25px;
}

.share a, .share .hero__item-list > li a, .hero__item-list > li .share a, .share input[type='button'],
.share input[type='submit'],
.share input[type='reset'],
.share .pagination span, .pagination .share span {
  color: #444;
}

.share a:hover, .share input:hover[type='button'],
.share input:hover[type='submit'],
.share input:hover[type='reset'],
.share .pagination span:hover, .pagination .share span:hover {
  text-decoration: none;
  color: #17494D;
}

.share a svg, .share input[type='button'] svg, .share input[type='submit'] svg, .share input[type='reset'] svg, .share .pagination span svg, .pagination .share span svg {
  height: 18px;
  width: 18px;
  display: block;
}

/***** Comments *****/
/* Styles comments inside articles, posts and requests */
.comment {
  border-bottom: 1px solid #ddd;
  padding: 20px 0;
}

.comment-heading {
  margin-bottom: 5px;
  margin-top: 0;
  font-size: 18px;
  font-weight: 600;
}

.comment-overview {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  padding: 20px 0;
}

.comment-overview p {
  margin-top: 0;
}

.comment-callout {
  color: #444;
  display: inline-block;
  font-size: 13px;
  margin-bottom: 0;
}

.comment-sorter {
  display: inline-block;
  float: right;
}

.comment-sorter .dropdown-toggle {
  color: #444;
  font-size: 13px;
}

[dir='rtl'] .comment-sorter {
  float: left;
}

.comment-wrapper {
  display: flex;
  position: relative;
}

.comment-wrapper.comment-official {
  border: 1px solid #17494D;
  padding: 40px 20px 20px;
}

@media (min-width: 768px) {
  .comment-wrapper.comment-official {
    padding-top: 20px;
  }
}

.comment-info {
  min-width: 0;
  padding-right: 20px;
  width: 100%;
}

[dir='rtl'] .comment-info {
  padding-right: 0;
  padding-left: 20px;
}

.comment-author {
  align-items: flex-end;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .comment-author {
    justify-content: space-between;
  }
}

.comment-avatar {
  margin-right: 10px;
}

[dir='rtl'] .comment-avatar {
  margin-left: 10px;
  margin-right: 0;
}

.comment-meta {
  flex: 1 0 auto;
}

.comment-labels {
  flex-basis: 100%;
}

@media (min-width: 768px) {
  .comment-labels {
    flex-basis: auto;
  }
}

.comment .status-label:not(.status-label-official) {
  margin-top: 10px;
}

@media (min-width: 768px) {
  .comment .status-label:not(.status-label-official) {
    margin-top: 0;
  }
}

.comment-form {
  display: flex;
  padding-top: 30px;
  word-wrap: break-word;
}

.comment-container {
  width: 100%;
}

.comment-form-controls {
  display: none;
  margin-top: 10px;
  text-align: left;
}

@media (min-width: 768px) {
  [dir='ltr'] .comment-form-controls {
    text-align: right;
  }
}

.comment-form-controls input[type='submit'] {
  margin-top: 15px;
}

@media (min-width: 992px) {
  .comment-form-controls input[type='submit'] {
    margin-left: 15px;
  }
  [dir='rtl'] .comment-form-controls input[type='submit'] {
    margin-left: 0;
    margin-right: 15px;
  }
}

.comment-form-controls input[type='checkbox'] {
  margin-right: 5px;
}

.comment-form-controls input[type='checkbox'] [dir='rtl'] {
  margin-left: 5px;
}

.comment-ccs {
  display: none;
}

.comment-ccs + textarea {
  margin-top: 10px;
}

.comment-attachments {
  margin-top: 10px;
}

.comment-attachments a, .comment-attachments .hero__item-list > li a, .hero__item-list > li .comment-attachments a, .comment-attachments input[type='button'],
.comment-attachments input[type='submit'],
.comment-attachments input[type='reset'],
.comment-attachments .pagination span, .pagination .comment-attachments span {
  color: #17494D;
}

.comment-body {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  word-wrap: break-word;
  font-family: "SofiaPro", Helvetica, Arial, sans-serif;
  line-height: 1.6;
  overflow-x: auto;
}

.comment-mark-as-solved {
  display: inline-block;
}

/***** Vote *****/
/* Used in article comments, post comments and post */
.vote {
  display: flex;
  flex-direction: column;
  text-align: center;
}

.vote a:active, .vote input:active[type='button'],
.vote input:active[type='submit'],
.vote input:active[type='reset'],
.vote .pagination span:active, .pagination .vote span:active, .vote a:hover, .vote input:hover[type='button'],
.vote input:hover[type='submit'],
.vote input:hover[type='reset'],
.vote .pagination span:hover, .pagination .vote span:hover, .vote a:focus, .vote input:focus[type='button'],
.vote input:focus[type='submit'],
.vote input:focus[type='reset'],
.vote .pagination span:focus, .pagination .vote span:focus {
  text-decoration: none;
}

.vote-sum {
  color: #444;
  display: block;
  margin: 3px 0;
}

[dir="rtl"] .vote-sum {
  direction: ltr;
  unicode-bidi: bidi-override;
}

.vote-up svg {
  transform: scale(1, -1);
}

.vote-up:hover,
.vote-down:hover {
  color: #17494D;
}

.vote-up, .vote-down {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  color: #444;
  cursor: pointer;
  min-height: 35px;
  min-width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.vote-voted {
  color: #17494D;
}

.vote-voted:hover {
  color: #000;
}

/***** Actions *****/
/* Styles admin and en user actions(edit, delete, change status) in comments and posts */
.actions {
  text-align: center;
  flex-shrink: 0;
  /*Avoid collapsing elements in Safari*/
}

.actions button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  min-height: 35px;
  min-width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/***** Striped list *****/
/* Used in community posts list and requests list */
.striped-list {
  padding: 0;
}

.striped-list-item {
  align-items: flex-start;
  border-bottom: 1px solid #ddd;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px 0;
}

@media (min-width: 768px) {
  .striped-list-item {
    align-items: center;
    flex-direction: row;
  }
}

.striped-list-info {
  flex: 2;
}

.striped-list-title {
  color: #111111;
  margin-bottom: 10px;
  margin-right: 5px;
}

.striped-list-title:hover, .striped-list-title:focus, .striped-list-title:active {
  text-decoration: underline;
}

.striped-list .meta-group {
  margin: 5px 0;
}

.striped-list-count {
  color: #444;
  font-size: 13px;
  justify-content: flex-start;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .striped-list-count {
    display: flex;
    flex: 1;
    justify-content: space-around;
  }
}

.striped-list-count-item::after {
  content: '·';
  display: inline-block;
  padding: 0 5px;
}

@media (min-width: 768px) {
  .striped-list-count-item::after {
    display: none;
  }
}

.striped-list-count-item:last-child::after {
  display: none;
}

.striped-list-number {
  text-align: center;
}

@media (min-width: 768px) {
  .striped-list-number {
    color: #111111;
    display: block;
  }
}

/***** Status labels *****/
/* Styles labels used in posts, articles and requests */
.status-label {
  background-color: #038153;
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  margin-right: 2px;
  padding: 3px 10px;
  vertical-align: middle;
  white-space: nowrap;
  display: inline-block;
}

.status-label:hover, .status-label:active, .status-label:focus {
  text-decoration: none;
}

.status-label-pinned, .status-label-featured, .status-label-official {
  background-color: #17494D;
}

.status-label-official {
  border-radius: 0;
  margin-right: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .status-label-official {
    border-radius: 0 0 4px 4px;
    right: 30px;
    width: auto;
  }
}

[dir="rtl"] .status-label-official {
  left: 30px;
  right: auto;
}

.status-label-not-planned, .status-label-closed {
  background-color: #e9ebed;
  color: #444;
}

.status-label-pending, .status-label-pending-moderation {
  background-color: #1f73b7;
  text-align: center;
}

.status-label-open {
  background-color: #c72a1c;
}

.status-label-solved {
  background-color: #68737d;
}

.status-label-new {
  background-color: #ffb648;
  color: #703b15;
}

.status-label-hold {
  background-color: #000;
}

/***** Post *****/
/*
* The post grid is defined this way:
* Content | Sidebar
* 70%     | 30%
*/
.post {
  flex: 1;
  margin-bottom: 10px;
}

@media (min-width: 992px) {
  .post {
    flex: 1 0 70%;
    max-width: 70%;
  }
}

.post-container {
  display: flex;
  flex-direction: column;
}

@media (min-width: 992px) {
  .post-container {
    flex-direction: row;
  }
}

.post-header {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .post-header {
    align-items: baseline;
    flex-direction: row;
  }
}

.post-header .status-label {
  vertical-align: super;
}

.post-title {
  margin-bottom: 20px;
  width: 100%;
}

@media (min-width: 768px) {
  .post-title {
    margin-bottom: 0;
    padding-right: 10px;
  }
}

.post-title h1, .post-title .h1 {
  display: inline;
  vertical-align: middle;
}

@media (min-width: 768px) {
  .post-title h1, .post-title .h1 {
    margin-right: 5px;
  }
}

.post-author {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
}

.post-avatar {
  margin-bottom: 30px;
}

.post-content {
  font-family: "SofiaPro", Helvetica, Arial, sans-serif;
  line-height: 1.6;
  word-break: break-word;
}

.post-info-container {
  display: flex;
  margin-bottom: 40px;
}

.post-info {
  min-width: 0;
  padding-right: 20px;
  width: 100%;
}

[dir='rtl'] .post-info {
  padding-right: 0;
  padding-left: 20px;
}

.post-meta {
  display: inline-block;
  flex: 1;
  margin-left: 10px;
  vertical-align: middle;
}

[dir='rtl'] .post-meta {
  margin-left: 0;
  margin-right: 10px;
}

.post-footer {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
}

.post-comment-count {
  color: #444;
}

.post-comment-count:hover {
  text-decoration: none;
}

.post-comment-count .icon-comments {
  color: #17494D;
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 5px;
  vertical-align: middle;
}

.post-sidebar {
  border-top: 1px solid #ddd;
  flex: 1;
  padding: 30px 0;
  text-align: center;
}

@media (min-width: 992px) {
  .post-sidebar {
    border: 0;
    flex: 1 0 30%;
    padding: 0 0 0 50px;
    text-align: initial;
  }
  [dir='rtl'] .post-sidebar {
    padding: 0 50px 0 0;
  }
}

.post-sidebar-title {
  font-size: 18px;
  font-weight: 600;
}

.post-comments {
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  .post-comments {
    margin-bottom: 0;
  }
}

/***** Community Badges *****/
/* Styles labels used next to the authors of article comments, community posts, and community comments */
.community-badge-title {
  background-color: #04444d;
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  padding: 0px 8px;
  vertical-align: top;
  white-space: nowrap;
  display: inline-flex;
  line-height: 18px;
  vertical-align: middle;
}

.profile-info .community-badge-title {
  padding: 2px 8px;
  line-height: 20px;
}

.community-badge-container-achievements {
  display: flex;
}

.community-badge-container-achievements > .community-badge-titles {
  margin-left: calc(28px - 0.5em);
}

[dir="rtl"] .community-badge-container-achievements > .community-badge-titles {
  margin-right: calc(28px - 0.5em);
}

.community-name-and-title-badges {
  display: flex;
  flex-wrap: wrap;
}

.community-badge {
  margin: 2px;
}

.community-badge-achievements {
  display: block;
  height: 16px;
  white-space: nowrap;
  width: 16px;
}

.profile-info .community-badge-achievements {
  height: 40px;
  width: 40px;
}

.community-title-badges {
  flex-basis: 100%;
  margin-top: 15px;
}

.community-badge-achievements-rest {
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  text-align: center;
  vertical-align: top;
}

.community-badge-achievements img {
  width: 100%;
  height: 100%;
}

.community-badge-titles img {
  width: 20px;
  height: 20px;
}

.profile-info .community-badge-achievements-rest {
  line-height: 40px;
  font-size: 20px;
}

/* Navigation element that collapses on mobile */
.collapsible-nav {
  flex-direction: column;
  font-size: 14px;
  position: relative;
}

@media (min-width: 768px) {
  .collapsible-nav {
    flex-direction: row;
  }
}

.collapsible-nav-border {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}

@media (min-width: 768px) {
  .collapsible-nav-border {
    border-top: 0;
  }
}

.collapsible-nav-toggle {
  top: calc(45px / 2);
  transform: translateY(-50%);
  position: absolute;
  right: 0;
  padding: 0;
  border: 0;
  background: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
}

@media (min-width: 768px) {
  .collapsible-nav-toggle {
    display: none;
  }
}

[dir='rtl'] .collapsible-nav-toggle {
  left: 0;
  right: auto;
}

.collapsible-nav-toggle-icon {
  display: none;
}

.collapsible-nav-toggle[aria-expanded='false'] .chevron-icon {
  display: inline-block;
}

.collapsible-nav-toggle[aria-expanded='true'] .x-icon {
  display: inline-block;
}

.collapsible-nav-toggle:focus {
  outline: none;
  border: 1px solid #17494D;
}

.collapsible-nav-list {
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .collapsible-nav-list {
    flex-direction: row;
  }
}

.collapsible-nav-list li {
  color: #111111;
  line-height: 45px;
  order: 1;
}

@media (min-width: 768px) {
  .collapsible-nav-list li {
    line-height: normal;
    margin-right: 30px;
  }
  [dir='rtl'] .collapsible-nav-list li {
    margin-left: 30px;
    margin-right: 0;
  }
  .collapsible-nav-list li a, .collapsible-nav-list li input[type='button'],
  .collapsible-nav-list li input[type='submit'],
  .collapsible-nav-list li input[type='reset'],
  .collapsible-nav-list li .pagination span, .pagination .collapsible-nav-list li span {
    text-decoration: none;
    padding: 15px 0;
  }
}

.collapsible-nav-list li a, .collapsible-nav-list li input[type='button'],
.collapsible-nav-list li input[type='submit'],
.collapsible-nav-list li input[type='reset'],
.collapsible-nav-list li .pagination span, .pagination .collapsible-nav-list li span {
  color: #111111;
  display: block;
}

@media (min-width: 768px) {
  .collapsible-nav-list li:hover {
    border-bottom: 4px solid #ddd;
  }
  .collapsible-nav-list li:hover a:not([aria-current='page']), .collapsible-nav-list li:hover input:not([aria-current='page'])[type='button'],
  .collapsible-nav-list li:hover input:not([aria-current='page'])[type='submit'],
  .collapsible-nav-list li:hover input:not([aria-current='page'])[type='reset'],
  .collapsible-nav-list li:hover .pagination span:not([aria-current='page']), .pagination .collapsible-nav-list li:hover span:not([aria-current='page']) {
    padding: 15px 0 11px 0;
    text-decoration: none;
  }
}

.collapsible-nav-list li:not([aria-selected='true']),
.collapsible-nav-list li:not(.current) {
  display: none;
}

@media (min-width: 768px) {
  .collapsible-nav-list li:not([aria-selected='true']),
  .collapsible-nav-list li:not(.current) {
    display: block;
  }
}

@media (min-width: 768px) {
  .collapsible-nav-list li[aria-selected='true'] {
    padding: 15px 0 11px 0;
  }
}

.collapsible-nav-list li[aria-selected='true'],
.collapsible-nav-list li.current {
  order: 0;
  position: relative;
}

@media (min-width: 768px) {
  .collapsible-nav-list li[aria-selected='true'],
  .collapsible-nav-list li.current {
    border-bottom: 4px solid #17494D;
    order: 1;
  }
}

.collapsible-nav-list li[aria-selected='true'] a, .collapsible-nav-list li[aria-selected='true'] input[type='button'],
.collapsible-nav-list li[aria-selected='true'] input[type='submit'],
.collapsible-nav-list li[aria-selected='true'] input[type='reset'],
.collapsible-nav-list li[aria-selected='true'] .pagination span, .pagination .collapsible-nav-list li[aria-selected='true'] span,
.collapsible-nav-list li.current a,
.collapsible-nav-list li.current input[type='button'],
.collapsible-nav-list li.current input[type='submit'],
.collapsible-nav-list li.current input[type='reset'],
.collapsible-nav-list li.current .pagination span,
.pagination .collapsible-nav-list li.current span {
  color: #111111;
}

.collapsible-nav[aria-expanded='true'] li:not([aria-selected='true']),
.collapsible-nav[aria-expanded='true'] li:not(.current) {
  display: block;
}

/* Sidebar navigation that collapses on mobile */
.collapsible-sidebar {
  flex: 1;
  max-height: 45px;
  overflow: hidden;
  padding: 10px 0;
  position: relative;
}

@media (min-width: 992px) {
  .collapsible-sidebar {
    max-height: none;
    padding: 0;
  }
}

.collapsible-sidebar-title {
  margin-top: 0;
}

.collapsible-sidebar-toggle {
  position: absolute;
  top: calc(45px / 2);
  transform: translateY(-50%);
  right: 0;
  padding: 0;
  border: 0;
  background: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
}

@media (min-width: 992px) {
  .collapsible-sidebar-toggle {
    display: none;
  }
}

[dir="rtl"] .collapsible-sidebar-toggle {
  left: 0;
  right: auto;
}

.collapsible-sidebar-toggle-icon {
  display: none;
}

.collapsible-sidebar-toggle[aria-expanded="false"] .chevron-icon {
  display: inline-block;
}

.collapsible-sidebar-toggle[aria-expanded="true"] .x-icon {
  display: inline-block;
}

.collapsible-sidebar-toggle:focus {
  outline: none;
  border: 1px solid #17494D;
}

.collapsible-sidebar-body {
  display: none;
}

@media (min-width: 992px) {
  .collapsible-sidebar-body {
    display: block;
  }
}

.collapsible-sidebar[aria-expanded="true"] {
  max-height: none;
}

.collapsible-sidebar[aria-expanded="true"] .collapsible-sidebar-body {
  display: block;
}

/***** Request *****/
.request-container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (min-width: 992px) {
  .request-container {
    align-items: flex-start;
    flex-direction: row;
  }
}

.request-container .comment-container {
  min-width: 0;
}

.request-breadcrumbs {
  margin-bottom: 40px;
}

@media (min-width: 992px) {
  .request-breadcrumbs {
    margin-bottom: 60px;
  }
}

.request-main {
  flex: 1 0 auto;
  order: 1;
}

.request-main .comment-fields, .request-main .request-submit-comment {
  display: none;
}

.request-main .comment-fields.shown {
  display: block;
}

.request-main .request-submit-comment.shown {
  display: inline;
}

@media (min-width: 992px) {
  .request-main {
    flex: 0 0 66%;
    order: 0;
    min-width: 0;
  }
}

.request-main .comment-form-controls {
  display: block;
}

.request-main .comment-ccs {
  display: block;
}

.request-main .comment-show-container {
  border-radius: 2px;
  border: 1px solid #ddd;
  color: #444;
  text-align: inherit;
  padding: 8px 25px;
  width: 100%;
}

.request-main .comment-show-container.hidden {
  display: none;
}

.request-main .form-field.comment-ccs > ul {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: 0;
}

.request-main .form-field.comment-ccs > ul[data-hc-focus="true"] {
  border: 1px solid #17494D;
}

.request-main .form-field.comment-ccs > input[type="text"] {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: 0;
}

.request-main .comment-ccs + textarea {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-top: 0;
}

.request-main .comment-ccs + textarea:focus {
  border-top: 1px solid #17494D;
}

.request-main input#mark_as_solved {
  display: none;
}

.request-title {
  width: 100%;
}

@media (min-width: 992px) {
  .request-title {
    border-bottom: 1px solid #ddd;
    margin-bottom: 0;
    max-width: 66%;
    padding-bottom: 20px;
  }
}

.request-sidebar {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  flex: 1 0 auto;
  order: 0;
}

@media (min-width: 992px) {
  .request-sidebar {
    background-color: #f7f7f7;
    border: 0;
    font-size: 13px;
    flex: 0 0 auto;
    padding: 0 20px;
    width: 30%;
  }
}

.request-sidebar h2, .request-sidebar .h2 {
  font-size: 1.8rem;
  font-weight: 600;
  position: relative;
}

@media (min-width: 992px) {
  .request-sidebar h2, .request-sidebar .h2 {
    display: none;
  }
}

.request-details {
  border-bottom: 1px solid #ddd;
  font-size: 0;
  margin: 0;
  padding-bottom: 20px;
}

.request-details:last-child {
  border: 0;
}

.request-details dt, .request-details dd {
  display: inline-block;
  vertical-align: top;
  font-size: 13px;
  margin: 20px 0 0 0;
}

.request-details dd {
  padding: 0 10px;
  width: 60%;
}

.request-details dd::after {
  content: "\A";
  white-space: pre;
}

.request-details dt {
  color: #444;
  width: 40%;
}

.request-details .request-collaborators {
  display: inline-block;
}

.request-attachments dt, .request-attachments dd {
  width: 100%;
}

.request-attachments dd {
  margin: 10px 0 0 0;
}

.request-form textarea {
  min-height: 120px;
}

.request-follow-up {
  padding-top: 20px;
}

/***** Pagination *****/
.pagination {
  margin-top: 5.6rem;
  margin-bottom: 5.6rem;
}

.pagination ul {
  display: flex;
}

.pagination ul > li.pagination-current {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.pagination ul > li.pagination-current span {
  color: #ffffff !important;
  background-color: #008b85;
}

.pagination .hero__item-list > li a, .hero__item-list > li .pagination a, .pagination input[type='button'],
.pagination input[type='submit'],
.pagination input[type='reset'], .pagination a,
.pagination span,
.pagination span {
  display: inline-block;
  width: 2.8rem;
  height: 2.8rem;
  margin: 0 0.4rem;
  font-size: 1.4rem;
  line-height: 1.4rem;
  text-align: center;
  color: #111111;
  border-radius: 50%;
}

@media (max-width: 575.98px) {
  .pagination .hero__item-list > li a, .hero__item-list > li .pagination a, .pagination input[type='button'],
  .pagination input[type='submit'],
  .pagination input[type='reset'], .pagination a,
  .pagination span,
  .pagination span {
    margin: 0 0.1rem;
  }
}

.pagination input:not(button)[type='button'],
.pagination input:not(button)[type='submit'],
.pagination input:not(button)[type='reset'], .pagination a:not(button),
.pagination span:not(button),
.pagination span:not(button) {
  padding-top: 0.6rem;
}

.pagination input:hover[type='button'],
.pagination input:hover[type='submit'],
.pagination input:hover[type='reset'], .pagination a:hover,
.pagination span:hover {
  color: #008b85;
}

.pagination-prev,
.pagination-next {
  position: relative;
  visibility: hidden;
}

.pagination-prev a::after, .pagination-prev input[type='button']::after,
.pagination-prev input[type='submit']::after,
.pagination-prev input[type='reset']::after,
.pagination-prev .pagination span::after, .pagination .pagination-prev span::after,
.pagination-next a::after,
.pagination-next input[type='button']::after,
.pagination-next input[type='submit']::after,
.pagination-next input[type='reset']::after,
.pagination-next .pagination span::after,
.pagination .pagination-next span::after {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  visibility: visible;
}

.pagination-prev a::after, .pagination-prev input[type='button']::after,
.pagination-prev input[type='submit']::after,
.pagination-prev input[type='reset']::after,
.pagination-prev .pagination span::after, .pagination .pagination-prev span::after {
  font: var(--fa-font-solid);
  content: '\f104';
}


.pagination-next a::after,
.pagination-next input[type='button']::after,
.pagination-next input[type='submit']::after,
.pagination-next input[type='reset']::after,
.pagination-next .pagination span::after,
.pagination .pagination-next span::after {
  font: var(--fa-font-solid);
  content: '\f105';
}

.pagination-first,
.pagination-last {
  display: none;
}

/***** Metadata *****/
.meta-group {
  display: block;
}

.meta-group-opposite {
  float: right;
}

[dir="rtl"] .meta-group-opposite {
  float: left;
}

.meta-group * {
  display: inline;
}

.meta-data {
  color: #444;
  font-size: 13px;
}

.meta-data:not(:last-child)::after {
  content: "\00B7";
  margin: 0 5px;
}

/* User Profiles */
.profile-header {
  padding: 30px 0;
  background-color: #f7f7f7;
}

.profile-header .container, .profile-header .hero--secondary .hero__navigation-mobile-top, .hero--secondary .profile-header .hero__navigation-mobile-top, .profile-header .promoted-articles {
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .profile-header .container, .profile-header .hero--secondary .hero__navigation-mobile-top, .hero--secondary .profile-header .hero__navigation-mobile-top, .profile-header .promoted-articles {
    flex-wrap: nowrap;
  }
}

.profile-header .profile-info {
  flex-basis: 100%;
  display: flex;
  flex-wrap: wrap;
  min-width: 0;
}

.profile-avatar {
  position: relative;
  line-height: 0;
  align-self: center;
  margin-right: 10px;
}

[dir='rtl'] .profile-avatar {
  margin-left: 10px;
  margin-right: 0;
}

.profile-avatar .user-avatar {
  width: 80px;
  height: 80px;
}

.profile-avatar .icon-agent {
  bottom: 0;
  right: 0;
}

.profile-header .basic-info {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  word-wrap: break-word;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
}

.profile-header .basic-info .name {
  margin: 0;
  line-height: 25px;
}

.profile-header .options {
  display: flex;
  flex-basis: 100%;
  margin-top: 12px;
  align-items: flex-start;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .profile-header .options {
    flex-wrap: nowrap;
    flex-basis: auto;
    margin-top: 0;
    margin-left: 10px;
  }
  [dir='rtl'] .profile-header .options {
    margin-left: 0;
    margin-right: 10px;
  }
  .profile-header .options > :not(:last-child) {
    margin-bottom: 0;
    margin-right: 10px;
  }
  [dir='rtl'] .profile-header .options > :not(:last-child) {
    margin-left: 10px;
    margin-right: 0;
  }
}

.user-profile-actions {
  width: 100%;
  margin-bottom: 15px;
}

.profile-header .description {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  word-wrap: break-word;
  margin: 15px 0;
  flex-basis: 100%;
}

.profile-stats {
  font-size: 13px;
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
}

.profile-stats .stat {
  display: flex;
  margin-bottom: 10px;
}

.profile-stats .stat-label {
  color: #444;
  flex: 0 0 100px;
  margin-right: 10px;
}

[dir='rtl'] .profile-stats .stat-label {
  margin-left: 10px;
  margin-right: 0;
}

.profile-stats-activity {
  border-top: solid 1px #ddd;
  margin-top: 15px;
}

@media (min-width: 768px) {
  .profile-stats-activity {
    border-top: 0;
    flex-direction: row;
  }
}

@media (min-width: 768px) {
  .profile-stats-activity .stat {
    flex-direction: column;
  }
}

.profile-stats-activity .stat:first-child {
  margin-top: 10px;
}

@media (min-width: 768px) {
  .profile-stats-activity .stat:first-child {
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  .profile-stats-activity .stat:not(:last-child) {
    margin-right: 40px;
  }
  [dir='rtl'] .profile-stats-activity .stat:not(:last-child) {
    margin-left: 40px;
    margin-right: 0;
  }
}

@media (min-width: 768px) {
  .profile-stats-activity .stat-label {
    flex: 0 1 auto;
  }
}

.profile-stats-counters {
  border-bottom: solid 1px #ddd;
}

@media (min-width: 768px) {
  .profile-stats-counters {
    flex: 0 0 200px;
    border-bottom: 0;
    margin-left: 40px;
  }
  [dir='rtl'] .profile-stats-counters {
    margin-left: 0;
    margin-right: 40px;
  }
}

@media (min-width: 992px) {
  .profile-stats-counters {
    flex: 0 0 270px;
    margin-left: 60px;
  }
  [dir='rtl'] .profile-stats-counters {
    margin-right: 60px;
    margin-left: 0;
  }
}

@media (min-width: 768px) {
  .profile-stats-counters .stat {
    flex-direction: column;
  }
}

@media (min-width: 992px) {
  .profile-stats-counters .stat {
    flex-direction: row;
  }
}

@media (min-width: 768px) {
  .profile-stats-counters .stat:not(:last-child) {
    margin-bottom: 15px;
  }
}

@media (min-width: 768px) {
  .profile-stats-counters .stat-label {
    flex: 0 1 auto;
  }
}

@media (min-width: 992px) {
  .profile-stats-counters .stat-label {
    flex: 0 0 100px;
  }
}

.profile-private-badge {
  flex-basis: 100%;
  border: solid 1px #17494D;
  border-radius: 4px;
  color: #17494D;
  padding: 5px 20px;
  font-size: 12px;
  text-align: center;
}

.profile-private-badge .profile-private-icon {
  margin-left: 5px;
  line-height: 15px;
}

@media (min-width: 768px) {
  .profile-private-badge {
    flex-basis: auto;
  }
}

.profile-nav {
  background-color: #f2f2f2;
  margin-bottom: 37px;
}

.profile-section {
  width: 100%;
}

@media (min-width: 992px) {
  .profile-section {
    width: calc(100% - 330px);
  }
}

.profile-section-header {
  display: flex;
  flex-wrap: wrap;
}

.profile-section-title {
  flex-basis: 100%;
  margin-bottom: 0;
}

.profile-section-description {
  flex-basis: 100%;
  padding: 10px 0;
  color: #444;
  font-size: 13px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (min-width: 768px) {
  .profile-section-description {
    flex: 1 0 50%;
    padding-bottom: 0;
  }
}

.profile-section-sorter {
  flex-basis: 100%;
  border-top: solid 1px #eee;
  font-size: 13px;
}

.profile-section-sorter .dropdown-toggle {
  padding: 10px 0;
  width: 100%;
}

.profile-section-sorter .dropdown-toggle::after {
  position: absolute;
  right: 0;
}

[dir='rtl'] .profile-section-sorter .dropdown-toggle::after {
  left: 0;
  right: initial;
}

@media (min-width: 768px) {
  .profile-section-sorter .dropdown-toggle::after {
    position: relative;
  }
}

@media (min-width: 768px) {
  .profile-section-sorter {
    flex: 0 1 auto;
    padding-top: 0;
    border-top: 0;
    margin-left: 20px;
  }
  [dir='rtl'] .profile-section-sorter {
    margin-left: 0;
    margin-right: 20px;
  }
}

.profile-badges-items {
  margin-top: 25px;
}

.profile-badges-item {
  border-top: 1px solid #ddd;
  display: flex;
  flex: 1;
  flex-direction: row;
  justify-content: flex-start;
  padding: 27px 12px;
}

.profile-badges-item > div {
  padding-right: 12px;
  padding-left: 12px;
}

.profile-badges-item-image {
  height: 40px;
  width: 40px;
  margin-right: 12px;
}

.profile-badges-item-image img {
  max-height: 40px;
}

[dir='rtl'] .profile-badges-item-image {
  margin-left: 12px;
  margin-right: 0;
}

.profile-badges-item-title, .profile-badges-item-metadata-title {
  font-size: 1.8rem;
  margin-bottom: 10px;
}

.profile-badges-item-title {
  font-weight: 600;
}

.profile-badges-item-description, .profile-badges-item-metadata-description {
  color: #444;
  font-size: 13px;
  margin: 0;
}

.profile-badges-item-metadata {
  margin-left: auto;
  text-align: right;
}

[dir='rtl'] .profile-badges-item-metadata {
  margin-left: 0;
  margin-right: auto;
  text-align: left;
}

.profile-contribution {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  word-wrap: break-word;
  padding: 20px 0;
  position: relative;
}

.profile-contribution-header {
  margin-bottom: 5px;
}

.profile-contribution-title {
  margin: 0 0 5px 0;
  display: inline;
  line-height: 21px;
  font-size: 15px;
  vertical-align: middle;
}

.profile-contribution-body {
  margin: 10px 0;
}

.profile-contribution-list > .profile-contribution {
  border-top: 1px solid #eee;
}

@media (min-width: 768px) {
  .profile-contribution-list > .profile-contribution {
    padding-left: 30px;
  }
  [dir='rtl'] .profile-contribution-list > .profile-contribution {
    padding-right: 30px;
    padding-left: 0;
  }
}

.profile-contribution-list > .profile-contribution:last-child {
  border-bottom: 1px solid #eee;
}

.profile-contribution-icon {
  left: 0;
  position: absolute;
  color: #ccc;
  line-height: 25px;
}

[dir='rtl'] .profile-contribution-icon {
  right: 0;
}

.profile-contribution-icon svg {
  vertical-align: middle;
}

.profile-contribution-list .profile-contribution-header {
  margin-left: 30px;
}

[dir='rtl'] .profile-contribution-list .profile-contribution-header {
  padding-right: 30px;
  padding-left: 0;
}

@media (min-width: 768px) {
  .profile-contribution-list .profile-contribution-header {
    margin-left: 0;
  }
  [dir='rtl'] .profile-contribution-list .profile-contribution-header {
    padding-right: 0;
  }
}

.profile-comments .profile-contribution-breadcrumbs {
  margin-left: 30px;
}

[dir='rtl'] .profile-comments .profile-contribution-breadcrumbs {
  padding-right: 30px;
  padding-left: 0;
}

@media (min-width: 768px) {
  .profile-comments .profile-contribution-breadcrumbs {
    margin-left: 0;
  }
  [dir='rtl'] .profile-comments .profile-contribution-breadcrumbs {
    padding-right: 0;
  }
}

.profile-section .no-activity,
.profile-section .private-activity {
  display: block;
  margin-top: 40px;
  color: #999;
}

.private-activity-icon {
  margin-right: 10px;
}

[dir='rtl'] .private-activity-icon {
  margin-right: 0;
  margin-left: 10px;
}

.profile-activity-list {
  margin-top: 25px;
}

.profile-activity {
  position: relative;
  padding-bottom: 30px;
}

@media (min-width: 768px) {
  .profile-activity {
    padding-left: 20px;
  }
  [dir='rtl'] .profile-activity {
    padding-right: 20px;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .profile-activity:not(:last-child) {
    border-left: 1px solid #ddd;
  }
  [dir='rtl'] .profile-activity:not(:last-child) {
    border-left: 0;
    border-right: 1px solid #ddd;
  }
}

.profile-activity-header {
  display: flex;
  align-items: center;
  margin-left: 35px;
}

[dir='rtl'] .profile-activity-header {
  margin-left: 0;
  margin-right: 35px;
}

@media (min-width: 768px) {
  .profile-activity-header {
    margin-left: 0;
  }
  [dir='rtl'] .profile-activity-header {
    margin-right: 0;
  }
}

.profile-activity-header .user-avatar {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  min-width: 40px;
  align-self: flex-start;
}

[dir='rtl'] .profile-activity-header .user-avatar {
  margin-left: 10px;
  margin-right: 0;
}

.profile-activity-description {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  word-wrap: break-word;
  margin: 0;
  min-width: 0;
  width: 100%;
}

.profile-activity-description span:first-child {
  font-weight: 600;
  display: inline;
}

.profile-activity-contribution {
  padding: 20px;
  margin-top: 10px;
  border-radius: 8px;
  background-color: #f7f7f7;
}

@media (min-width: 768px) {
  .profile-activity-contribution {
    margin-top: 0;
    margin-left: 50px;
  }
  [dir='rtl'] .profile-activity-contribution {
    margin-left: 0;
    margin-right: 50px;
  }
}

.profile-activity-icon {
  position: absolute;
  left: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-color: #FFFFFF;
  background-position: 50% 50%;
  text-align: center;
  color: #ccc;
}

[dir='rtl'] .profile-activity-icon {
  right: 0;
}

@media (min-width: 768px) {
  .profile-activity-icon {
    left: -14px;
  }
  [dir='rtl'] .profile-activity-icon {
    right: -14px;
  }
}

.profile-activity-icon svg {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  width: 1em;
  height: 1em;
  margin: auto;
}

/***** Search results *****/
.search-results {
  --search-result-padding-between: 2rem;
  display: flex;
  flex-direction: column;
}

@media (max-width: 991.98px) {
  .search-results {
    --search-result-padding-between: 1.4rem;
  }
}

.search-results-title {
  margin-bottom: calc(2 * var(--search-result-padding-between));
}

.search-results-result-title {
  margin-bottom: 1.6rem;
}

@media (max-width: 991.98px) {
  .search-results-result-title {
    margin-bottom: 1rem;
  }
}

.search-results-list {
  margin-bottom: 5.6rem;
}

.search-results-list > li {
  padding: var(--search-result-padding-between) 0;
}

.search-results-list > li:first-child {
  padding-top: calc(2 * var(--search-result-padding-between));
  border-top: thin solid #ddd;
}

.search-results-list > li h2, .search-results-list > li .h2 {
  margin-bottom: 0;
}

.search-results-description {
  margin-top: 10px;
  word-break: break-word;
}

/* By default use bold instead of italic to highlight */
.search-results-description em {
  font-style: normal;
  font-weight: bold;
}

/***** Notifications *****/
.notification {
  border: 1px solid;
  display: table;
  font-family: sans-serif;
  font-size: 12px;
  padding: 13px 15px;
  transition: height .2s;
  width: 100%;
  color: #555;
}

.notification a, .notification .hero__item-list > li a, .hero__item-list > li .notification a, .notification input[type='button'],
.notification input[type='submit'],
.notification input[type='reset'],
.notification .pagination span, .pagination .notification span {
  color: #158ec2;
}

.notification-inner {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 980px;
}

.notification-icon, .notification-text, .notification-dismiss {
  display: table-cell;
  vertical-align: middle;
}

.notification-text {
  padding: 0 15px;
  width: 100%;
}

.notification + .notification {
  margin-bottom: -1px;
  position: relative;
  top: -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: #ad5e18;
  background: #fff8ed;
  border-color: #fcdba9;
}

.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 {
  background-size: cover;
  content: "";
  display: inline-block;
  height: 14px;
  width: 14px;
  vertical-align: middle;
}

/* Dismiss button */
.notification-dismiss, a.notification-dismiss, .hero__item-list > li a.notification-dismiss, input.notification-dismiss[type='button'],
input.notification-dismiss[type='submit'],
input.notification-dismiss[type='reset'],
.pagination span.notification-dismiss {
  color: #555;
  cursor: pointer;
  opacity: .6;
  transition: opacity 100ms ease;
  text-decoration: none !important;
}

.notification-dismiss:hover {
  opacity: 1;
}

/* Inline notifications */
.notification-inline {
  border-radius: 4px;
  line-height: 14px;
  margin-top: 5px;
  padding: 5px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

[dir="rtl"] .notification-inline {
  text-align: right;
}

.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");
  margin: -2px 5px 0 0;
}

[dir="rtl"] .notification-inline.notification-error::before {
  margin: 0 0 0 5px;
}

.notification-inline.notification-error {
  background-color: #fff0f1;
  border: 1px solid #e35b66;
  color: #cc3340;
}

.notification-inline.notification-large {
  padding: 13px 15px;
  margin-bottom: 25px;
}

.notification-left-aligned {
  text-align: left;
  padding-left: 0;
}

html[dir="rtl"] .notification-left-aligned {
  text-align: right;
  padding-left: auto;
  padding-right: 0;
}

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

.dropdown-toggle {
  cursor: pointer;
  background: none;
  border: 0;
  display: inline-block;
  padding: 0;
  text-align: initial;
  vertical-align: middle;
}

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

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

.dropdown-menu {
  background: #fff;
  border: 1px solid #d8d8d8;
  border-radius: 3px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  display: none;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  left: 0;
  margin-top: 1px;
  min-width: 170px;
  padding: 10px 0;
  position: absolute;
  text-align: left;
  z-index: 1000;
}

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

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

.dropdown-menu [role='separator'] {
  border-bottom: 1px solid #e9ebed;
  margin: 4px 0;
}

.dropdown-menu [role='menuitem'] {
  color: #333;
  cursor: pointer;
  display: block;
  padding: 7px 40px 7px 20px;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  text-align: start;
  line-height: inherit;
  width: 100%;
}

[dir='rtl'] .dropdown-menu [role='menuitem'] {
  padding: 7px 20px 7px 40px;
}

.dropdown-menu [role='menuitem']:hover, .dropdown-menu [role='menuitem']:focus {
  background: #f3f3f3;
  text-decoration: none;
  color: #333;
}

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

.dropdown-menu [role='menuitem'][aria-selected='true']::after {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M1 7l3 3 7-7'%3E%3C/path%3E%3C/svg%3E");
  display: inline-block;
  height: 12px;
  margin-left: 10px;
  width: 12px;
}

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

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

.dropdown-menu-end {
  left: auto;
  right: 0;
}

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

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

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

.dropdown-chevron-icon {
  vertical-align: middle;
}

.hamburger-icon {
  width: 1.6rem;
  height: 2.4rem;
  margin: .8rem 0;
  background: none;
  border: none;
  transform: rotate(0deg);
  cursor: pointer;
  transition: 0.5s ease-in-out, outline-offset 0.2s linear;
  pointer-events: all;
}

.hamburger-icon .nav-bar {
  position: absolute;
  left: 0;
  display: block;
  height: 2px;
  width: 1.6rem;
  background: #008b85;
  opacity: 1;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}

.hamburger-icon .nav-bar:nth-child(1) {
  display: none;
}

.hamburger-icon .nav-bar:nth-child(2) {
  top: 1.1rem;
}

.hamburger-icon .nav-bar:nth-child(3) {
  top: 1.1rem;
  transform: rotate(90deg);
}

.hamburger-icon .nav-bar:nth-child(4) {
  display: none;
}

.hamburger-icon.open .nav-bar:nth-child(3) {
  display: none;
}

#CybotCookiebotDialog {
  box-shadow: 0 0 6rem rgba(17, 17, 17, 0.05) !important;
  padding-bottom: 4rem !important;
}

#CybotCookiebotDialog,
#CybotCookiebotDialog * {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
}

#CybotCookiebotDialog .CybotCookiebotDialogBodyButton {
  width: fit-content !important;
  margin: 0.6rem 0 !important;
  padding: 0.6rem 2rem;
}

#CybotCookiebotDialog .CybotCookiebotDialogBodyButton:hover {
  opacity: 0.8;
}

#CybotCookiebotDialogBody,
#CybotCookiebotDialogDetail {
  padding-right: var(--bs-gutter-x, 4rem) !important;
  padding-left: var(--bs-gutter-x, 4rem) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 640px;
}

#CybotCookiebotDialogBodyContent {
  padding: 4rem 0 1.5rem 0 !important;
}

#CybotCookiebotDialogBodyContentTitle {
  margin-bottom: 1rem !important;
}

#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelectionWrapper {
  display: flex !important;
  flex-wrap: wrap;
  column-gap: 1.2rem;
}

#CybotCookiebotDialogBodyLevelButtons {
  margin-left: 0 !important;
}

#CybotCookiebotDialogDetail {
  margin-top: 1rem;
}

#CybotCookiebotDialogDetailBodyContentTextOverview {
  max-width: 100%;
}

.CybotCookiebotDialogBodyLevelButtonWrapper {
  padding: 0.6rem !important;
  padding-bottom: 0.8rem !important;
}

#CybotCookiebotDialogBodyLevelDetailsWrapper {
  vertical-align: middle !important;
}

#CybotCookiebotDialogBodyLevelDetailsButton {
  padding-bottom: 0.2rem !important;
  background-position: center right !important;
}

.CookieDeclaration a, .CookieDeclaration .hero__item-list > li a, .hero__item-list > li .CookieDeclaration a, .CookieDeclaration input[type='button'],
.CookieDeclaration input[type='submit'],
.CookieDeclaration input[type='reset'],
.CookieDeclaration .pagination span, .pagination .CookieDeclaration span {
  line-break: anywhere;
}

@media print {
  * {
    box-shadow: none !important;
  }
  form,
  iframe,
  video,
  nav {
    display: none !important;
  }
  img {
    width: 30rem;
  }
  .btn--scroll {
    display: none;
  }
  .categories,
  .hero {
    background-color: transparent;
  }
  .hero,
  .hero__inner {
    min-height: 0 !important;
  }
}

/******************************/
/* Accordion Mirthe/Lex */

.accordion {
  background-color: #DFF1F7;
  /*color: #444;*/
  cursor: pointer;
  padding: 10px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  margin-bottom: 10px;
}

.accordion p {
  display: inline;
}

.accordion.active, .accordion:hover {
  background-color: #BDDEE7;
}

.accordion:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
  margin-top: -20px;
}

.accordion.active:after {
  content: "\2212";
}

.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

/* Callout Mirthe/Lex */

p.callout, div.callout {
 		background-color: #B6EFE6;
    padding: 30px;
  	border-left: solid 5px #009690;
}

p.callout.contact, div.callout.contact {
 		background-color: rgba(223, 241, 247, 0.5);
    padding: 30px;
  	border-left: solid 5px rgb(223, 241, 247);
}

p.callout.crosslink, div.callout.crosslink {
	background-color: rgba(230, 230, 230, 0.5);
	border-left: solid 5px rgb(230, 230, 230);
}

div.callout a, p.callout a {
  color: #009690;
}

div.callout a:hover, p.callout a:hover {
  color: #00C8AA;
}

/* Buttons Lex */ 

.button-added a {
  border: solid 2px #009690;
  padding: 10px 30px;
  border-radius: 25px;
  width: auto;
  text-align: center;
  display: inline-block;
  margin-bottom: 10px;
}

.button-added.primary a {
	background-color: #009690;
  color: white;
}

.button-added.primary a:hover {
  background-color: #00C8AA;
  border: solid 2px #00C8AA;
  color: black;
  transition: 0.4s;
}

.button-added.ghost a {
  color: #009690;
}

.button-added.ghost a:hover {
  color: black;
  background-color: #009690;
  transition: 0.4s;
}

/* Intro Lex */

.intro-added {
  font-weight: bold;
}