/*!********************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??postcss!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./src/Scss/Compile/frontend.scss ***!
  \********************************************************************************************************************************************************************************************************/
:root {
  --bs-gutter-x: 2rem;
  --animate-duration: .6s;
}

:root {
  --c-bg-base: #fff;
  --c-bg-content: #ddd;
  --c-black: #000;
  --c-white: #fff;
  --c-lightgray: #F7F5F5;
  --c-gray: #ddd;
  --c-darkgray: #666;
  --c-primary: #0047B8;
  --c-primary-light: #E5EDF8;
  --c-primary-xlight: #F3F6FB;
  --c-primary-darker: #00176B;
  --c-primary-dark: #031248;
  --c-secondary: #FF5C00;
  --c-secondary-light: #FEEEE4;
  --c-font-default: #000;
  --c-font-title: #0047B8;
  --c-font-category: #0047B8;
  --c-link: #0047B8;
  --c-link-hover: #FF5C00;
  --c-link-active: #FF5C00;
  --c-nav-main: #fff;
  --c-nav-dropdown: #fff;
  --c-nav-dropdown-special: #E5EDF8;
  --c-nav-item: #0047B8;
  --c-nav-hover: #FF5C00;
  --c-nav-link: #000;
  --c-nav-link-hover: #000;
  --c-meta-nav-background: #FEEEE4;
  --c-meta-nav-item: #000;
  --c-meta-nav-hover: #000;
  --c-footer-main: #0047B8;
  --c-footer-contact-highlight: #FEEEE4;
  --c-footer-contact-highlight-active: #FF5C00;
  --c-footer-contact-highlight-experts: #E5EDF8;
  --c-footer-contact-highlight-experts-active: #0047B8;
  --c-site-blocker-background: #031248;
  --c-site-alert-background: #00186E;
  --c-site-popup-hover: #009EE3;
  --c-dropdown-text: #031248;
  --c-dropdown-text-hover: #0047B8;
  --c-dropdown-text-active: #000;
  --c-dropdown-background: #E5EDF8;
  --c-dropdown-background-hover: #FFF;
  --c-dropdown-background-active: #FFF;
  --c-button-bg: #0047B8;
  --c-button-text: #fff;
  --c-button-text-alt: #0047B8;
  --c-button-hover: #FF5C00;
  --c-button-text-disabled: #fff;
  --c-button-bg-disabled: #4f4f4f;
  --c-button-close-icon: #000;
  --c-search-bg: #FEEEE4;
  --c-search-active: #FF5C00;
  --c-input-bg: #fff;
  --c-input-border: #0047B8;
  --c-input-border-active: #FF5C00;
  --c-input-placeholder: #757575;
  --c-input-range-bar: #C1CADE;
}

/* 
    FONTS 
    @unit: px
*/
body {
  box-sizing: border-box;
}

:focus {
  outline: none !important;
}

/* When mouse is detected, ALL focused elements have outline removed. */
body.using-keyboard :focus {
  box-shadow: 0 0 1px 2px #0022AA;
  box-shadow: 0 0 0 2px #0022AA;
  outline: auto 0 #0022AA;
}

body,
html {
  font-family: "Mulish", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  color: var(--c-font-default);
  background-color: var(--c-bg-base);
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 175px;
}

body {
  min-height: 100vh;
}

main {
  padding-top: 80px;
}
@media only screen and (min-width: 1200px) {
  main {
    padding-top: 150px;
  }
}

input, select, textarea {
  font-family: "Mulish", sans-serif;
}

input, select {
  line-height: 1;
}

h1,
h2,
.kid-controllerDetail .article-header .topline,
h3,
h4,
h5,
h6 {
  font-family: "Mulish", sans-serif;
  font-weight: 700;
  color: var(--c-font-title);
  hyphens: auto;
  margin: 0;
  padding: 0;
}

h1,
.h1 {
  font-size: 1.75rem;
  line-height: 1.2;
  font-weight: 900;
  margin: 1rem 0 2rem 0;
}

h2, .kid-controllerDetail .article-header .topline,
.h2 {
  font-size: 1.375rem;
  line-height: 1.2;
  font-weight: 900;
  margin: 1rem 0 1.5rem 0;
}

h3,
.h3 {
  font-size: 1.125rem;
  line-height: 1.2;
  margin: 1rem 0 1rem 0;
  font-weight: normal;
  font-weight: 700;
}

h4,
.h4 {
  font-size: 1.125rem;
  line-height: 1.2;
  margin: 0.5rem 0 1rem 0;
  font-weight: 700;
}

h5,
h6,
.h5,
.h6 {
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 700;
}

p,
ul,
figure,
figcaption,
.text {
  font-weight: 400;
  line-height: 1.6;
  margin: 0.75rem 0;
}
p--small, p figcaption,
ul--small,
ul figcaption,
figure--small,
figure figcaption,
figcaption--small,
figcaption figcaption,
.text--small,
.text figcaption {
  margin-top: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.57;
}

figure {
  width: 100%;
  margin: 2rem 0 0;
  margin-block-start: 2rem;
  margin-block-end: 2rem;
  margin-inline-start: 0;
  margin-inline-end: 0;
}

figcaption {
  margin: 1rem 0 0.5rem 0;
}

small {
  font-size: 100%;
}

.title-category {
  display: block;
  font-weight: 700;
  font-size: 1.125rem;
  color: var(--c-font-category);
  line-height: 1.5em;
  margin-bottom: 5px;
}

.title-category > svg,
h1 > svg,
h2 > svg,
.kid-controllerDetail .article-header .topline > svg,
h3 > svg,
h4 > svg,
h5 > svg,
h6 > svg {
  margin-top: -5px;
}
.title-category > svg:first-child,
h1 > svg:first-child,
h2 > svg:first-child,
.kid-controllerDetail .article-header .topline > svg:first-child,
h3 > svg:first-child,
h4 > svg:first-child,
h5 > svg:first-child,
h6 > svg:first-child {
  margin-right: 10px;
}
.title-category > svg:last-child,
h1 > svg:last-child,
h2 > svg:last-child,
.kid-controllerDetail .article-header .topline > svg:last-child,
h3 > svg:last-child,
h4 > svg:last-child,
h5 > svg:last-child,
h6 > svg:last-child {
  margin-left: 10px;
}

@media only screen and (min-width: 400px) and (max-width: 519px) {
  h1,
  .h1 {
    font-size: 1.75rem;
  }
  h2, .kid-controllerDetail .article-header .topline,
  .h2 {
    font-size: 1.375rem;
  }
  h3,
  .h3 {
    font-size: 1.125rem;
  }
  h4,
  .h4 {
    font-size: 1.125rem;
  }
  h5,
  .h5 {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 520px) and (max-width: 767px) {
  h1,
  .h1 {
    font-size: 2.25rem;
  }
  h2, .kid-controllerDetail .article-header .topline,
  .h2 {
    font-size: 1.75rem;
  }
  h3,
  .h3 {
    font-size: 1.375rem;
  }
  h4,
  .h4 {
    font-size: 1.125rem;
  }
  h5,
  .h5 {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 768px) {
  h1,
  .h1 {
    font-size: 2.5rem;
  }
  h2, .kid-controllerDetail .article-header .topline,
  .h2 {
    font-size: 1.75rem;
  }
  h3,
  .h3 {
    font-size: 1.375rem;
  }
  h4,
  .h4 {
    font-size: 1.125rem;
  }
  h5,
  .h5 {
    font-size: 1.125rem;
  }
  p,
  li,
  a,
  .text {
    font-size: 1rem;
  }
  p,
  .text {
    line-height: 1.714;
  }
  p--small,
  .text--small {
    font-size: 1rem;
    line-height: 1.57;
  }
}
.image-fluid {
  width: 100%;
  height: auto;
}

.visually-hidden {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
  /* added line */
}

button {
  cursor: pointer;
}

a.btn,
button.btn {
  font-family: "Mulish", sans-serif;
  font-weight: 900;
  white-space: nowrap;
  text-decoration: none;
  position: relative;
  cursor: pointer;
  border-radius: 44px;
  border: 2px solid transparent;
  height: 44px;
  line-height: 41px;
  min-width: 100px;
  padding: 0 2rem;
  font-size: 0.875rem;
  text-align: center;
  display: inline-block;
  transition: color 100ms ease-in-out, border-color 100ms ease-in-out, background-color 100ms ease-in-out;
}
a.btn[disabled],
button.btn[disabled] {
  cursor: not-allowed;
  background-color: var(--c-button-bg-disabled);
  color: var(--c-button-text-disabled);
  box-shadow: none;
  border: none;
}
a.btn:hover, a.btn:focus,
button.btn:hover,
button.btn:focus {
  color: var(--c-button-text);
  text-decoration: none;
}
a.btn--default,
button.btn--default {
  background-color: var(--c-button-bg);
  color: var(--c-button-text);
}
a.btn--default:hover:not([disabled]), a.btn--default:focus:not([disabled]),
button.btn--default:hover:not([disabled]),
button.btn--default:focus:not([disabled]) {
  background-color: var(--c-button-hover);
}
a.btn--outline,
button.btn--outline {
  background-color: transparent;
  color: var(--c-button-text-alt);
  border: 2px solid var(--c-button-bg);
}
a.btn--outline:focus:not([disabled]), a.btn--outline:hover:not([disabled]),
button.btn--outline:focus:not([disabled]),
button.btn--outline:hover:not([disabled]) {
  color: var(--c-button-text);
  border-color: var(--c-button-hover);
  background-color: var(--c-button-hover);
}
a.btn--light,
button.btn--light {
  background-color: var(--c-white);
  color: var(--c-font-default);
}
a.btn--light:hover:not([disabled]), a.btn--light:focus:not([disabled]),
button.btn--light:hover:not([disabled]),
button.btn--light:focus:not([disabled]) {
  background-color: var(--c-button-hover);
  color: var(--c-white);
}
a.btn--light-outline,
button.btn--light-outline {
  background-color: transparent;
  color: var(--c-white);
  border: 2px solid var(--c-white);
}
a.btn--light-outline:focus:not([disabled]), a.btn--light-outline:hover:not([disabled]),
button.btn--light-outline:focus:not([disabled]),
button.btn--light-outline:hover:not([disabled]) {
  color: var(--c-button-text);
  border-color: var(--c-button-hover);
  background-color: var(--c-button-hover);
}
a.btn--close,
button.btn--close {
  border: none;
  width: none;
  background-color: transparent;
  font-size: 1.125rem;
  font-weight: 700;
  padding: 0;
  min-width: none;
  color: var(--c-font-default);
}
a.btn--close svg,
button.btn--close svg {
  fill: var(--c-button-close-icon);
  margin-left: 0.5em;
  margin-bottom: 3px;
  width: 17px;
  height: 17px;
}
a.btn--close:focus, a.btn--close:hover,
button.btn--close:focus,
button.btn--close:hover {
  color: var(--c-link-hover);
}
a.btn--close:focus svg, a.btn--close:hover svg,
button.btn--close:focus svg,
button.btn--close:hover svg {
  fill: var(--c-link-hover);
}
a.btn--nav-toggle,
button.btn--nav-toggle {
  background: none;
  border: none;
  width: 100%;
  min-width: none;
  height: 20px;
  vertical-align: middle;
  padding: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  transition: none;
}
a.btn--nav-toggle:focus .label, a.btn--nav-toggle:active .label, a.btn--nav-toggle:hover .label,
button.btn--nav-toggle:focus .label,
button.btn--nav-toggle:active .label,
button.btn--nav-toggle:hover .label {
  color: var(--c-button-hover);
  text-decoration: underline;
}
a.btn--nav-toggle:focus .icon > *, a.btn--nav-toggle:active .icon > *, a.btn--nav-toggle:hover .icon > *,
button.btn--nav-toggle:focus .icon > *,
button.btn--nav-toggle:active .icon > *,
button.btn--nav-toggle:hover .icon > * {
  background-color: var(--c-button-hover);
}
a.btn--nav-toggle .label,
button.btn--nav-toggle .label {
  font-weight: 400;
  color: var(--c-font-default);
}
a.btn--nav-toggle .icon,
button.btn--nav-toggle .icon {
  position: relative;
  height: 20px;
}
a.btn--nav-toggle .icon > *,
button.btn--nav-toggle .icon > * {
  position: absolute;
  background-color: var(--c-button-bg);
  height: 3px;
  width: 25px;
  left: 0;
  border-radius: 12px;
  transition: all 200ms ease-in-out;
}
a.btn--nav-toggle .icon > :nth-child(1),
button.btn--nav-toggle .icon > :nth-child(1) {
  top: 0;
}
a.btn--nav-toggle .icon > :nth-child(2),
button.btn--nav-toggle .icon > :nth-child(2) {
  top: 8px;
}
a.btn--nav-toggle .icon > :nth-child(3),
button.btn--nav-toggle .icon > :nth-child(3) {
  top: 16px;
}
a.btn--nav-toggle.open .icon > :nth-child(1),
button.btn--nav-toggle.open .icon > :nth-child(1) {
  top: 7px;
  transform: rotate(135deg);
}
a.btn--nav-toggle.open .icon > :nth-child(2),
button.btn--nav-toggle.open .icon > :nth-child(2) {
  left: 0px;
  opacity: 0;
}
a.btn--nav-toggle.open .icon > :nth-child(3),
button.btn--nav-toggle.open .icon > :nth-child(3) {
  top: 7px;
  transform: rotate(-135deg);
}

@media only screen and (min-width: 768px) {
  .btn {
    border-radius: 52px;
    height: 52px;
    line-height: 49px;
    font-size: 1.125rem;
  }
}
a,
button,
.link {
  font-weight: 400;
  text-decoration: underline;
  font-size: 1rem;
  color: var(--c-link);
}
a > svg,
button > svg,
.link > svg {
  margin-top: -2px;
}
a > svg:first-child,
button > svg:first-child,
.link > svg:first-child {
  margin-right: 5px;
}
a > svg:last-child,
button > svg:last-child,
.link > svg:last-child {
  margin-left: 5px;
}
a, a--default,
button,
button--default,
.link,
.link--default {
  color: var(--c-link);
}
a:hover, a:focus, a--default:hover, a--default:focus,
button:hover,
button:focus,
button--default:hover,
button--default:focus,
.link:hover,
.link:focus,
.link--default:hover,
.link--default:focus {
  color: var(--c-link-hover);
  text-decoration: underline;
}
a-black,
button-black,
.link-black {
  color: var(--c-black);
  text-decoration: none;
}
a-black:hover, a-black:focus,
button-black:hover,
button-black:focus,
.link-black:hover,
.link-black:focus {
  color: var(--c-link);
  text-decoration: underline;
}
a.bounce-right:hover .arrow-right:after, a.bounce-right:focus .arrow-right:after,
button.bounce-right:hover .arrow-right:after,
button.bounce-right:focus .arrow-right:after,
.link.bounce-right:hover .arrow-right:after,
.link.bounce-right:focus .arrow-right:after {
  animation: bounceRight 2s alternate;
}
@keyframes bounceRight {
  0% {
    opacity: 1;
    transform: translateX(0px) scale(1);
  }
  25% {
    opacity: 0;
    transform: translateX(10px) scale(1);
  }
  26% {
    opacity: 0;
    transform: translateX(-10px) scale(0.7);
  }
  55% {
    opacity: 1;
    transform: translateX(0px) scale(1);
  }
}
@keyframes bounceRight {
  0% {
    opacity: 1;
    transform: translateX(0px) scale(1);
  }
  25% {
    opacity: 0;
    transform: translateX(10px) scale(1);
  }
  26% {
    opacity: 0;
    transform: translateX(-10px) scale(0.7);
  }
  55% {
    opacity: 1;
    transform: translateX(0px) scale(1);
  }
}

.arrow-extern {
  position: relative;
  display: inline;
}
.arrow-extern:after {
  content: "";
  position: relative;
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-left: 5px;
  margin-right: 3px;
  margin-bottom: -1px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27none%27 stroke=%27%23000%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 viewBox=%270 0 22 22%27 width=%2722%27 height=%2722%27%3E%3Cpath d=%27M8 5H6.2C5.08 5 4.52 5 4.09 5.218C3.715 5.41 3.41 5.715 3.218 6.092C3 6.52 3 7.08 3 8.2V15.8C3 16.92 3 17.48 3.218 17.908C3.41 18.284 3.715 18.59 4.092 18.782C4.519 19 5.079 19 6.197 19H13.803C14.921 19 15.48 19 15.907 18.782C16.284 18.59 16.591 18.284 16.782 17.908C17 17.48 17 16.921 17 15.803V14M18 9V4M18 4H13M18 4L11 11%27/%3E%3C/svg%3E");
  pointer-events: none;
}
.arrow-extern:after {
  margin-bottom: -3px;
}
.arrow-extern-white {
  position: relative;
  display: inline;
}
.arrow-extern-white:after {
  content: "";
  position: relative;
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-left: 5px;
  margin-right: 3px;
  margin-bottom: -1px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27none%27 stroke=%27%23FFF%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 viewBox=%270 0 22 22%27 width=%2722%27 height=%2722%27%3E%3Cpath d=%27M8 5H6.2C5.08 5 4.52 5 4.09 5.218C3.715 5.41 3.41 5.715 3.218 6.092C3 6.52 3 7.08 3 8.2V15.8C3 16.92 3 17.48 3.218 17.908C3.41 18.284 3.715 18.59 4.092 18.782C4.519 19 5.079 19 6.197 19H13.803C14.921 19 15.48 19 15.907 18.782C16.284 18.59 16.591 18.284 16.782 17.908C17 17.48 17 16.921 17 15.803V14M18 9V4M18 4H13M18 4L11 11%27/%3E%3C/svg%3E");
  pointer-events: none;
}
.arrow-extern-white:after {
  margin-bottom: -3px;
}
.arrow-download {
  position: relative;
  display: inline;
}
.arrow-download:after {
  content: "";
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 5px;
  margin-right: 3px;
  margin-bottom: -1px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27none%27 stroke=%27%23000%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 viewBox=%270 0 20 20%27 width=%2720%27 height=%2720%27%3E%3Cpath d=%27M2 13C2 15.8284 2 17.2426 2.87868 18.1213C3.75736 19 5.17157 19 8 19H12C14.8284 19 16.2426 19 17.1213 18.1213C18 17.2426 18 15.8284 18 13%27/%3E %3Cpath d=%27M10 4V12M10 12L14 9M10 12L6 9%27/%3E%3C/svg%3E");
  pointer-events: none;
}
.arrow-download-white {
  position: relative;
  display: inline;
}
.arrow-download-white:after {
  content: "";
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 5px;
  margin-right: 3px;
  margin-bottom: -1px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27none%27 stroke=%27%23FFF%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 viewBox=%270 0 20 20%27 width=%2720%27 height=%2720%27%3E%3Cpath d=%27M2 13C2 15.8284 2 17.2426 2.87868 18.1213C3.75736 19 5.17157 19 8 19H12C14.8284 19 16.2426 19 17.1213 18.1213C18 17.2426 18 15.8284 18 13%27/%3E %3Cpath d=%27M10 4V12M10 12L14 9M10 12L6 9%27/%3E%3C/svg%3E");
  pointer-events: none;
}
.arrow-right {
  position: relative;
  display: inline;
}
.arrow-right:after {
  content: "";
  position: relative;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 5px;
  margin-right: 3px;
  margin-bottom: -1px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27none%27 stroke=%27%23000%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 viewBox=%270 0 14 14%27 width=%2714%27 height=%2714%27%3E%3Cline x1=%270%27 y1=%277%27 x2=%2712%27 y2=%277%27/%3E%3Cpolyline points=%277 2 12 7 7 12%27/%3E%3C/svg%3E");
  pointer-events: none;
}
.arrow-right-white {
  position: relative;
  display: inline;
}
.arrow-right-white:after {
  content: "";
  position: relative;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 5px;
  margin-right: 3px;
  margin-bottom: -1px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27none%27 stroke=%27%23FFF%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 viewBox=%270 0 14 14%27 width=%2714%27 height=%2714%27%3E%3Cline x1=%270%27 y1=%277%27 x2=%2712%27 y2=%277%27/%3E%3Cpolyline points=%277 2 12 7 7 12%27/%3E%3C/svg%3E");
  pointer-events: none;
}
.arrow-down-right {
  position: relative;
  display: inline;
}
.arrow-down-right:after {
  content: "";
  position: relative;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 5px;
  margin-right: 3px;
  margin-bottom: -1px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27none%27 stroke=%27%23000%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 viewBox=%270 0 14 14%27 width=%2714%27 height=%2714%27%3E%3Cline x1=%277%27 y1=%270%27 x2=%277%27 y2=%2712%27/%3E%3Cpolyline points=%2712 7 7 12 2 7%27/%3E%3C/svg%3E");
  pointer-events: none;
}
.arrow-down-right-white {
  position: relative;
  display: inline;
}
.arrow-down-right-white:after {
  content: "";
  position: relative;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 5px;
  margin-right: 3px;
  margin-bottom: -1px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27none%27 stroke=%27%23FFF%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 viewBox=%270 0 14 14%27 width=%2714%27 height=%2714%27%3E%3Cline x1=%277%27 y1=%270%27 x2=%277%27 y2=%2712%27/%3E%3Cpolyline points=%2712 7 7 12 2 7%27/%3E%3C/svg%3E");
  pointer-events: none;
}

.color-white {
  color: white;
}

.color-primary {
  color: var(--c-primary);
}

.color-secondary {
  color: var(--c-secondary);
}

.border-primary {
  border: 1px solid var(--c-primary);
}

.border-secondary {
  border: 1px solid var(--c-secondary);
}

.background-primary {
  background: var(--c-primary);
}

.background-secondary {
  background: var(--c-secondary);
}

/* Document
 * ========================================================================== */
/**
 * Add border box sizing in all browsers (opinionated).
 */
*,
::before,
::after {
  box-sizing: border-box;
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritance in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit; /* 1 */
  vertical-align: inherit; /* 2 */
}

/**
 * 1. Use the default cursor in all browsers (opinionated).
 * 2. Change the line height in all browsers (opinionated).
 * 3. Use a 4-space tab width in all browsers (opinionated).
 * 4. Remove the grey highlight on links in iOS (opinionated).
 * 5. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 * 6. Breaks words to prevent overflow in all browsers (opinionated).
 */
html {
  cursor: default; /* 1 */
  line-height: 1.5; /* 2 */
  -moz-tab-size: 4; /* 3 */
  tab-size: 4; /* 3 */
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%; /* 5 */
  -webkit-text-size-adjust: 100%; /* 5 */
  word-break: break-word; /* 6 */
}

/* Sections
 * ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Edge, Firefox, and Safari.
 */
/* Grouping content
 * ========================================================================== */
/**
 * Remove the margin on nested lists in Chrome, Edge, IE, and Safari.
 */
dl dl,
dl ol,
dl ul,
ol dl,
ul dl {
  margin: 0;
}

/**
 * Remove the margin on nested lists in Edge 18- and IE.
 */
ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}

/**
 * 1. Add the correct sizing in Firefox.
 * 2. Show the overflow in Edge 18- and IE.
 */
hr {
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * Add the correct display in IE.
 */
main {
  display: block;
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol,
nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
 * ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Add the correct text decoration in Edge 18-, IE, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/* Embedded content
 * ========================================================================== */
/*
 * Change the alignment on media elements in all browsers (opinionated).
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on iframes in all browsers (opinionated).
 */
iframe {
  border-style: none;
}

/**
 * Remove the border on images within links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg:not([fill]) {
  fill: currentColor;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Tabular data
 * ========================================================================== */
/**
 * Collapse border spacing in all browsers (opinionated).
 */
table {
  border-collapse: collapse;
}

/* Forms
 * ========================================================================== */
/**
 * Remove the margin on controls in Safari.
 */
button,
input,
select {
  margin: 0;
}

/**
 * 1. Show the overflow in IE.
 * 2. Remove the inheritance of text transform in Edge 18-, Firefox, and IE.
 */
button {
  overflow: visible; /* 1 */
  text-transform: none; /* 2 */
}

/**
 * Correct the inability to style buttons in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * 1. Change the inconsistent appearance in all browsers (opinionated).
 * 2. Correct the padding in Firefox.
 */
fieldset {
  border: 1px solid #a0a0a0; /* 1 */
  padding: 0.35em 0.75em 0.625em; /* 2 */
}

/**
 * Show the overflow in Edge 18- and IE.
 */
input {
  overflow: visible;
}

/**
 * 1. Correct the text wrapping in Edge 18- and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in Edge 18- and IE.
 * 2. Add the correct vertical alignment in Chrome, Edge, and Firefox.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the inheritance of text transform in Firefox.
 */
select {
  text-transform: none;
}

/**
 * 1. Remove the margin in Firefox and Safari.
 * 2. Remove the default vertical scrollbar in IE.
 * 3. Change the resize direction in all browsers (opinionated).
 */
textarea {
  margin: 0; /* 1 */
  overflow: auto; /* 2 */
  resize: vertical; /* 3 */
}

/**
 * Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  padding: 0;
}

/**
 * 1. Correct the odd appearance in Chrome, Edge, and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * Remove the inner padding in Chrome, Edge, and Safari on macOS.
 */
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style upload buttons in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Remove the inner border and padding of focus outlines in Firefox.
 */
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus outline styles unset by the previous rule in Firefox.
 */
:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove the additional :invalid styles in Firefox.
 */
:-moz-ui-invalid {
  box-shadow: none;
}

/* Interactive
 * ========================================================================== */
/*
 * Add the correct display in Edge 18- and IE.
 */
details {
  display: block;
}

/*
 * Add the correct styles in Edge 18-, IE, and Safari.
 */
dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
 * ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* User interaction
 * ========================================================================== */
/*
 * 1. Remove the tapping delay in IE 10.
 * 2. Remove the tapping delay on clickable elements
      in all browsers (opinionated).
 */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation; /* 1 */
  touch-action: manipulation; /* 2 */
}

/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/* Accessibility
 * ========================================================================== */
/**
 * Change the cursor on busy elements in all browsers (opinionated).
 */
[aria-busy=true] {
  cursor: progress;
}

/*
 * Change the cursor on control elements in all browsers (opinionated).
 */
/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements in all browsers (opinionated).
 */
[aria-disabled=true],
[disabled] {
  cursor: not-allowed;
}

/*
 * Change the display on visually hidden accessible elements
 * in all browsers (opinionated).
 */
[aria-hidden=false][hidden] {
  display: initial;
}

[aria-hidden=false][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

@font-face {
  font-family: "Mulish";
  src: url(../Assets/Fonts/Mulish-Regular.woff2) format("woff2"), url(../Assets/Fonts/Mulish-Regular.woff) format("woff"), url(../Assets/Fonts/Mulish-Regular.ttf) format("truetype"), url(../Assets/Fonts/Mulish-Regular.otf) format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: "Mulish";
  src: url(../Assets/Fonts/Mulish-Bold.woff2) format("woff2"), url(../Assets/Fonts/Mulish-Bold.woff) format("woff"), url(../Assets/Fonts/Mulish-Bold.ttf) format("truetype"), url(../Assets/Fonts/Mulish-Bold.otf) format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: "Mulish";
  src: url(../Assets/Fonts/Mulish-Black.woff2) format("woff2"), url(../Assets/Fonts/Mulish-Black.woff) format("woff"), url(../Assets/Fonts/Mulish-Black.ttf) format("truetype"), url(../Assets/Fonts/Mulish-Black.otf) format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: fallback;
}
/**
 * Vendor
 */
/*!
 * Bootstrap Grid v5.3.2 (https://getbootstrap.com/)
 * Copyright 2011-2023 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

.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.33333333%;
}

.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.66666667%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    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.33333333%;
  }
  .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.66666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    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.33333333%;
  }
  .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.66666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    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.33333333%;
  }
  .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.66666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.d-inline {
  display: inline !important;
}

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

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

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

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

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

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

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

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

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

.d-none {
  display: none !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;
}

.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.25rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .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-inline-grid {
    display: inline-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;
  }
  .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.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 768px) {
  .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-inline-grid {
    display: inline-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;
  }
  .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.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 992px) {
  .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-inline-grid {
    display: inline-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;
  }
  .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.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 1200px) {
  .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-inline-grid {
    display: inline-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;
  }
  .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.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 1400px) {
  .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-inline-grid {
    display: inline-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;
  }
  .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.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !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-inline-grid {
    display: inline-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;
  }
}
/*!
 * Bootstrap Utilities v5.3.2 (https://getbootstrap.com/)
 * Copyright 2011-2023 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root,
[data-bs-theme=light] {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-primary-text-emphasis: #052c65;
  --bs-secondary-text-emphasis: #2b2f32;
  --bs-success-text-emphasis: #0a3622;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #664d03;
  --bs-danger-text-emphasis: #58151c;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #cfe2ff;
  --bs-secondary-bg-subtle: #e2e3e5;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #9ec5fe;
  --bs-secondary-border-subtle: #c4c8cb;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #0a58ca;
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: #fff3cd;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}

[data-bs-theme=dark] {
  color-scheme: dark;
  --bs-body-color: #dee2e6;
  --bs-body-color-rgb: 222, 226, 230;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(222, 226, 230, 0.75);
  --bs-secondary-color-rgb: 222, 226, 230;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(222, 226, 230, 0.5);
  --bs-tertiary-color-rgb: 222, 226, 230;
  --bs-tertiary-bg: #2b3035;
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: #6ea8fe;
  --bs-secondary-text-emphasis: #a7acb1;
  --bs-success-text-emphasis: #75b798;
  --bs-info-text-emphasis: #6edff6;
  --bs-warning-text-emphasis: #ffda6a;
  --bs-danger-text-emphasis: #ea868f;
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: #031633;
  --bs-secondary-bg-subtle: #161719;
  --bs-success-bg-subtle: #051b11;
  --bs-info-bg-subtle: #032830;
  --bs-warning-bg-subtle: #332701;
  --bs-danger-bg-subtle: #2c0b0e;
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: #084298;
  --bs-secondary-border-subtle: #41464b;
  --bs-success-border-subtle: #0f5132;
  --bs-info-border-subtle: #087990;
  --bs-warning-border-subtle: #997404;
  --bs-danger-border-subtle: #842029;
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: #6ea8fe;
  --bs-link-hover-color: #8bb9fe;
  --bs-link-color-rgb: 110, 168, 254;
  --bs-link-hover-color-rgb: 139, 185, 254;
  --bs-code-color: #e685b5;
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: #664d03;
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: #75b798;
  --bs-form-valid-border-color: #75b798;
  --bs-form-invalid-color: #ea868f;
  --bs-form-invalid-border-color: #ea868f;
}

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

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

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

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

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

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

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

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

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

.link-primary {
  color: RGBA(var(--bs-primary-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-primary:hover, .link-primary:focus {
  color: RGBA(10, 88, 202, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(10, 88, 202, var(--bs-link-underline-opacity, 1)) !important;
}

.link-secondary {
  color: RGBA(var(--bs-secondary-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-secondary:hover, .link-secondary:focus {
  color: RGBA(86, 94, 100, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(86, 94, 100, var(--bs-link-underline-opacity, 1)) !important;
}

.link-success {
  color: RGBA(var(--bs-success-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-success:hover, .link-success:focus {
  color: RGBA(20, 108, 67, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(20, 108, 67, var(--bs-link-underline-opacity, 1)) !important;
}

.link-info {
  color: RGBA(var(--bs-info-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-info:hover, .link-info:focus {
  color: RGBA(61, 213, 243, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(61, 213, 243, var(--bs-link-underline-opacity, 1)) !important;
}

.link-warning {
  color: RGBA(var(--bs-warning-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-warning:hover, .link-warning:focus {
  color: RGBA(255, 205, 57, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(255, 205, 57, var(--bs-link-underline-opacity, 1)) !important;
}

.link-danger {
  color: RGBA(var(--bs-danger-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-danger:hover, .link-danger:focus {
  color: RGBA(176, 42, 55, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(176, 42, 55, var(--bs-link-underline-opacity, 1)) !important;
}

.link-light {
  color: RGBA(var(--bs-light-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-light:hover, .link-light:focus {
  color: RGBA(249, 250, 251, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(249, 250, 251, var(--bs-link-underline-opacity, 1)) !important;
}

.link-dark {
  color: RGBA(var(--bs-dark-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-dark:hover, .link-dark:focus {
  color: RGBA(26, 30, 33, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(26, 30, 33, var(--bs-link-underline-opacity, 1)) !important;
}

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

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

.icon-link {
  display: inline-flex;
  gap: 0.375rem;
  align-items: center;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));
  text-underline-offset: 0.25em;
  backface-visibility: hidden;
}
.icon-link > .bi {
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  fill: currentcolor;
  transition: 0.2s ease-in-out transform;
}
@media (prefers-reduced-motion: reduce) {
  .icon-link > .bi {
    transition: none;
  }
}

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

.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

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

.ratio-4x3 {
  --bs-aspect-ratio: 75%;
}

.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}

.ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}

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

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

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

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

@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-sm-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-md-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-lg-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xxl-bottom {
    position: sticky;
    bottom: 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) {
  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;
}
.visually-hidden:not(caption),
.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
  position: absolute !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: var(--bs-border-width);
  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;
}

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

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

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

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

.object-fit-none {
  object-fit: 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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-dark-subtle {
  border-color: var(--bs-dark-border-subtle) !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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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.25rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.row-gap-1 {
  row-gap: 0.25rem !important;
}

.row-gap-2 {
  row-gap: 0.5rem !important;
}

.row-gap-3 {
  row-gap: 1rem !important;
}

.row-gap-4 {
  row-gap: 1.5rem !important;
}

.row-gap-5 {
  row-gap: 3rem !important;
}

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

.column-gap-1 {
  column-gap: 0.25rem !important;
}

.column-gap-2 {
  column-gap: 0.5rem !important;
}

.column-gap-3 {
  column-gap: 1rem !important;
}

.column-gap-4 {
  column-gap: 1.5rem !important;
}

.column-gap-5 {
  column-gap: 3rem !important;
}

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

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

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

.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}

.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-5 {
  font-size: 1.25rem !important;
}

.fs-6 {
  font-size: 1rem !important;
}

.fst-italic {
  font-style: italic !important;
}

.fst-normal {
  font-style: normal !important;
}

.fw-lighter {
  font-weight: lighter !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-medium {
  font-weight: 500 !important;
}

.fw-semibold {
  font-weight: 600 !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-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}

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

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

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

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

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

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

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

.text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}

.text-muted {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}

.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-body-secondary {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}

.text-body-tertiary {
  --bs-text-opacity: 1;
  color: var(--bs-tertiary-color) !important;
}

.text-body-emphasis {
  --bs-text-opacity: 1;
  color: var(--bs-emphasis-color) !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;
}

.text-primary-emphasis {
  color: var(--bs-primary-text-emphasis) !important;
}

.text-secondary-emphasis {
  color: var(--bs-secondary-text-emphasis) !important;
}

.text-success-emphasis {
  color: var(--bs-success-text-emphasis) !important;
}

.text-info-emphasis {
  color: var(--bs-info-text-emphasis) !important;
}

.text-warning-emphasis {
  color: var(--bs-warning-text-emphasis) !important;
}

.text-danger-emphasis {
  color: var(--bs-danger-text-emphasis) !important;
}

.text-light-emphasis {
  color: var(--bs-light-text-emphasis) !important;
}

.text-dark-emphasis {
  color: var(--bs-dark-text-emphasis) !important;
}

.link-opacity-10 {
  --bs-link-opacity: 0.1;
}

.link-opacity-10-hover:hover {
  --bs-link-opacity: 0.1;
}

.link-opacity-25 {
  --bs-link-opacity: 0.25;
}

.link-opacity-25-hover:hover {
  --bs-link-opacity: 0.25;
}

.link-opacity-50 {
  --bs-link-opacity: 0.5;
}

.link-opacity-50-hover:hover {
  --bs-link-opacity: 0.5;
}

.link-opacity-75 {
  --bs-link-opacity: 0.75;
}

.link-opacity-75-hover:hover {
  --bs-link-opacity: 0.75;
}

.link-opacity-100 {
  --bs-link-opacity: 1;
}

.link-opacity-100-hover:hover {
  --bs-link-opacity: 1;
}

.link-offset-1 {
  text-underline-offset: 0.125em !important;
}

.link-offset-1-hover:hover {
  text-underline-offset: 0.125em !important;
}

.link-offset-2 {
  text-underline-offset: 0.25em !important;
}

.link-offset-2-hover:hover {
  text-underline-offset: 0.25em !important;
}

.link-offset-3 {
  text-underline-offset: 0.375em !important;
}

.link-offset-3-hover:hover {
  text-underline-offset: 0.375em !important;
}

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

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

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

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

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

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

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

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

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

.link-underline-opacity-0 {
  --bs-link-underline-opacity: 0;
}

.link-underline-opacity-0-hover:hover {
  --bs-link-underline-opacity: 0;
}

.link-underline-opacity-10 {
  --bs-link-underline-opacity: 0.1;
}

.link-underline-opacity-10-hover:hover {
  --bs-link-underline-opacity: 0.1;
}

.link-underline-opacity-25 {
  --bs-link-underline-opacity: 0.25;
}

.link-underline-opacity-25-hover:hover {
  --bs-link-underline-opacity: 0.25;
}

.link-underline-opacity-50 {
  --bs-link-underline-opacity: 0.5;
}

.link-underline-opacity-50-hover:hover {
  --bs-link-underline-opacity: 0.5;
}

.link-underline-opacity-75 {
  --bs-link-underline-opacity: 0.75;
}

.link-underline-opacity-75-hover:hover {
  --bs-link-underline-opacity: 0.75;
}

.link-underline-opacity-100 {
  --bs-link-underline-opacity: 1;
}

.link-underline-opacity-100-hover:hover {
  --bs-link-underline-opacity: 1;
}

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

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

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

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

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

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

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

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

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

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

.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}

.bg-body-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body-tertiary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !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-primary-subtle {
  background-color: var(--bs-primary-bg-subtle) !important;
}

.bg-secondary-subtle {
  background-color: var(--bs-secondary-bg-subtle) !important;
}

.bg-success-subtle {
  background-color: var(--bs-success-bg-subtle) !important;
}

.bg-info-subtle {
  background-color: var(--bs-info-bg-subtle) !important;
}

.bg-warning-subtle {
  background-color: var(--bs-warning-bg-subtle) !important;
}

.bg-danger-subtle {
  background-color: var(--bs-danger-bg-subtle) !important;
}

.bg-light-subtle {
  background-color: var(--bs-light-bg-subtle) !important;
}

.bg-dark-subtle {
  background-color: var(--bs-dark-bg-subtle) !important;
}

.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: var(--bs-border-radius) !important;
}

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

.rounded-1 {
  border-radius: var(--bs-border-radius-sm) !important;
}

.rounded-2 {
  border-radius: var(--bs-border-radius) !important;
}

.rounded-3 {
  border-radius: var(--bs-border-radius-lg) !important;
}

.rounded-4 {
  border-radius: var(--bs-border-radius-xl) !important;
}

.rounded-5 {
  border-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: var(--bs-border-radius-pill) !important;
}

.rounded-top {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

.rounded-top-0 {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.rounded-top-1 {
  border-top-left-radius: var(--bs-border-radius-sm) !important;
  border-top-right-radius: var(--bs-border-radius-sm) !important;
}

.rounded-top-2 {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

.rounded-top-3 {
  border-top-left-radius: var(--bs-border-radius-lg) !important;
  border-top-right-radius: var(--bs-border-radius-lg) !important;
}

.rounded-top-4 {
  border-top-left-radius: var(--bs-border-radius-xl) !important;
  border-top-right-radius: var(--bs-border-radius-xl) !important;
}

.rounded-top-5 {
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-top-circle {
  border-top-left-radius: 50% !important;
  border-top-right-radius: 50% !important;
}

.rounded-top-pill {
  border-top-left-radius: var(--bs-border-radius-pill) !important;
  border-top-right-radius: var(--bs-border-radius-pill) !important;
}

.rounded-end {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-end-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.rounded-end-1 {
  border-top-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
}

.rounded-end-2 {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-end-3 {
  border-top-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
}

.rounded-end-4 {
  border-top-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
}

.rounded-end-5 {
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-end-circle {
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
}

.rounded-end-pill {
  border-top-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
}

.rounded-bottom {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

.rounded-bottom-0 {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.rounded-bottom-1 {
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
}

.rounded-bottom-2 {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

.rounded-bottom-3 {
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
}

.rounded-bottom-4 {
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
}

.rounded-bottom-5 {
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-bottom-circle {
  border-bottom-right-radius: 50% !important;
  border-bottom-left-radius: 50% !important;
}

.rounded-bottom-pill {
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
}

.rounded-start {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

.rounded-start-0 {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}

.rounded-start-1 {
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
  border-top-left-radius: var(--bs-border-radius-sm) !important;
}

.rounded-start-2 {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

.rounded-start-3 {
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
  border-top-left-radius: var(--bs-border-radius-lg) !important;
}

.rounded-start-4 {
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
  border-top-left-radius: var(--bs-border-radius-xl) !important;
}

.rounded-start-5 {
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-start-circle {
  border-bottom-left-radius: 50% !important;
  border-top-left-radius: 50% !important;
}

.rounded-start-pill {
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
  border-top-left-radius: var(--bs-border-radius-pill) !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.z-n1 {
  z-index: -1 !important;
}

.z-0 {
  z-index: 0 !important;
}

.z-1 {
  z-index: 1 !important;
}

.z-2 {
  z-index: 2 !important;
}

.z-3 {
  z-index: 3 !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .object-fit-sm-contain {
    object-fit: contain !important;
  }
  .object-fit-sm-cover {
    object-fit: cover !important;
  }
  .object-fit-sm-fill {
    object-fit: fill !important;
  }
  .object-fit-sm-scale {
    object-fit: scale-down !important;
  }
  .object-fit-sm-none {
    object-fit: 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-inline-grid {
    display: inline-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;
  }
  .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.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .gap-sm-3 {
    gap: 1rem !important;
  }
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .gap-sm-5 {
    gap: 3rem !important;
  }
  .row-gap-sm-0 {
    row-gap: 0 !important;
  }
  .row-gap-sm-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-sm-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-sm-3 {
    row-gap: 1rem !important;
  }
  .row-gap-sm-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-sm-5 {
    row-gap: 3rem !important;
  }
  .column-gap-sm-0 {
    column-gap: 0 !important;
  }
  .column-gap-sm-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-sm-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-sm-3 {
    column-gap: 1rem !important;
  }
  .column-gap-sm-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-sm-5 {
    column-gap: 3rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .object-fit-md-contain {
    object-fit: contain !important;
  }
  .object-fit-md-cover {
    object-fit: cover !important;
  }
  .object-fit-md-fill {
    object-fit: fill !important;
  }
  .object-fit-md-scale {
    object-fit: scale-down !important;
  }
  .object-fit-md-none {
    object-fit: 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-inline-grid {
    display: inline-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;
  }
  .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.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  .gap-md-3 {
    gap: 1rem !important;
  }
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  .gap-md-5 {
    gap: 3rem !important;
  }
  .row-gap-md-0 {
    row-gap: 0 !important;
  }
  .row-gap-md-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-md-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-md-3 {
    row-gap: 1rem !important;
  }
  .row-gap-md-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-md-5 {
    row-gap: 3rem !important;
  }
  .column-gap-md-0 {
    column-gap: 0 !important;
  }
  .column-gap-md-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-md-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-md-3 {
    column-gap: 1rem !important;
  }
  .column-gap-md-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-md-5 {
    column-gap: 3rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .object-fit-lg-contain {
    object-fit: contain !important;
  }
  .object-fit-lg-cover {
    object-fit: cover !important;
  }
  .object-fit-lg-fill {
    object-fit: fill !important;
  }
  .object-fit-lg-scale {
    object-fit: scale-down !important;
  }
  .object-fit-lg-none {
    object-fit: 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-inline-grid {
    display: inline-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;
  }
  .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.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .gap-lg-3 {
    gap: 1rem !important;
  }
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .gap-lg-5 {
    gap: 3rem !important;
  }
  .row-gap-lg-0 {
    row-gap: 0 !important;
  }
  .row-gap-lg-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-lg-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-lg-3 {
    row-gap: 1rem !important;
  }
  .row-gap-lg-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-lg-5 {
    row-gap: 3rem !important;
  }
  .column-gap-lg-0 {
    column-gap: 0 !important;
  }
  .column-gap-lg-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-lg-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-lg-3 {
    column-gap: 1rem !important;
  }
  .column-gap-lg-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-lg-5 {
    column-gap: 3rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .object-fit-xl-contain {
    object-fit: contain !important;
  }
  .object-fit-xl-cover {
    object-fit: cover !important;
  }
  .object-fit-xl-fill {
    object-fit: fill !important;
  }
  .object-fit-xl-scale {
    object-fit: scale-down !important;
  }
  .object-fit-xl-none {
    object-fit: 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-inline-grid {
    display: inline-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;
  }
  .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.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .gap-xl-3 {
    gap: 1rem !important;
  }
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .gap-xl-5 {
    gap: 3rem !important;
  }
  .row-gap-xl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xl-5 {
    row-gap: 3rem !important;
  }
  .column-gap-xl-0 {
    column-gap: 0 !important;
  }
  .column-gap-xl-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-xl-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-xl-3 {
    column-gap: 1rem !important;
  }
  .column-gap-xl-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-xl-5 {
    column-gap: 3rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .object-fit-xxl-contain {
    object-fit: contain !important;
  }
  .object-fit-xxl-cover {
    object-fit: cover !important;
  }
  .object-fit-xxl-fill {
    object-fit: fill !important;
  }
  .object-fit-xxl-scale {
    object-fit: scale-down !important;
  }
  .object-fit-xxl-none {
    object-fit: 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-inline-grid {
    display: inline-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;
  }
  .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.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxl-5 {
    gap: 3rem !important;
  }
  .row-gap-xxl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xxl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xxl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xxl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xxl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xxl-5 {
    row-gap: 3rem !important;
  }
  .column-gap-xxl-0 {
    column-gap: 0 !important;
  }
  .column-gap-xxl-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-xxl-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-xxl-3 {
    column-gap: 1rem !important;
  }
  .column-gap-xxl-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-xxl-5 {
    column-gap: 3rem !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }
  .fs-2 {
    font-size: 2rem !important;
  }
  .fs-3 {
    font-size: 1.75rem !important;
  }
  .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-inline-grid {
    display: inline-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;
  }
}
.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;
  }
}

/**
 * Theme
 */
.header__metamenu {
  height: 80px;
  position: relative;
}
.header__wrapper-metamenu {
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  align-items: center;
  position: relative;
}
.header__wrapper-metamenu .brand {
  grid-column: 1;
  padding: 20px 20px 20px 0;
}
.header .accessibility-list {
  margin-top: 0;
  display: block;
}
.header .accessibility-list a, .header .accessibility-list .link {
  text-decoration: none;
}
.header .accessibility-list a:hover, .header .accessibility-list a:focus, .header .accessibility-list .link:hover, .header .accessibility-list .link:focus {
  color: var(--c-meta-nav-hover);
  text-decoration: underline;
}
.header .btn--nav-toggle {
  width: 45px;
  height: 39px;
  margin-top: 5px;
  margin-right: -10px;
  padding: 10px;
  grid-column: 4;
}
.header .btn--nav-toggle .label {
  display: none;
}
.header #navigation-meta-desktop {
  position: relative;
  font-size: 1rem;
}
@media only screen and (max-width: 1199px) {
  .header #navigation-meta-desktop .accessibility-list > li:not(.search) {
    display: none;
  }
}
@media only screen and (max-width: 420px) {
  .header #navigation-meta-desktop .accessibility-list .search .header__metamenu-item_name {
    display: none;
  }
}

@media only screen and (max-width: 1199px) {
  .header__wrapper-metamenu {
    grid-template-columns: auto 1fr auto auto;
    gap: 10px;
  }
  .header__wrapper-metamenu .btn--nav-toggle .label {
    display: none;
  }
  .header__wrapper-metamenu #navigation-meta-desktop {
    grid-column: 3;
  }
  .header__wrapper-metamenu .accessibility-list {
    margin-top: 0.25rem;
  }
  .header__wrapper-metamenu .accessibility-list li {
    display: inline;
    margin-right: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .header__metamenu {
    min-height: 80px;
  }
  .header__metamenu::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: calc((100vw - 1200px) / 2 + 460px);
    height: 60px;
    background-color: var(--c-meta-nav-background);
    border-bottom-left-radius: 10px;
    z-index: -1;
  }
  .header__wrapper-metamenu {
    display: grid;
    grid-template-columns: auto 1fr auto;
  }
  .header__wrapper-metamenu .btn--nav-toggle {
    display: none;
  }
  .header__wrapper-metamenu #navigation-meta-desktop {
    display: block;
    text-align: right;
  }
}
@media only screen and (min-width: 992px) {
  .header__metamenu .accessibility-list svg {
    margin-bottom: 4px;
  }
  .header__metamenu .accessibility-list li {
    display: inline;
  }
  .header__metamenu .accessibility-list li a {
    display: inline-block;
    font-size: 0.875rem;
    font-weight: 700;
    position: relative;
    padding: 0.2rem;
    text-decoration: none;
    color: var(--c-nav-link);
  }
  .header__metamenu .accessibility-list li a:focus, .header__metamenu .accessibility-list li a:hover {
    text-decoration: underline;
    color: var(--c-nav-link-hover);
  }
  .header__metamenu .accessibility-list li a:focus::after {
    transition: none !important;
  }
  .header__metamenu .accessibility-list li:not(:last-child) {
    margin-right: 20px;
  }
}
@media only screen and (min-width: 1400px) {
  .header__metamenu::after {
    width: calc((100vw - 1400px) / 2 + 470px);
  }
}
@media only screen and (max-width: 1199px) {
  .header .accessibility-list > li.search {
    margin-right: 0;
  }
}
.header {
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
  height: 80px;
  width: 100%;
  z-index: 99;
  transition: all 200ms ease-in-out;
  background-color: var(--c-bg-base);
}
.header.hide {
  transform: translateY(-100%);
  transition: all 200ms ease-in-out;
}
.header.fixed {
  position: absolute;
  top: 0;
  width: 100%;
}
.header .icon--brand {
  width: 220px;
  height: 39px;
}
.header .icon--brand #footer {
  display: none;
}
@media only screen and (max-width: 420px) {
  .header .icon--brand {
    width: 180px;
  }
}
.header__searchbar {
  display: none;
  position: relative;
  width: 100%;
  height: 160px;
  background-color: var(--c-nav-dropdown-special);
}
.header__searchbar > .container {
  position: relative;
  display: flex;
  align-items: center;
  height: 160px;
  padding-bottom: 40px;
}
.header__searchbar > .container .dropdown-menu__close {
  display: block;
  position: absolute;
  bottom: 0.75rem;
  right: 0.75rem;
}
.header__mainmenu {
  display: none;
  position: fixed;
  top: 80px;
  width: 100%;
  height: calc(100% - 80px);
  background-color: var(--c-nav-main);
  overflow-y: scroll;
}
.header__mainmenu .home {
  display: none;
}
.header__mainmenu #service-navigation-mobile {
  margin-bottom: 4rem;
}
.header__mainmenu #service-navigation-mobile .dropdown-menu__list {
  padding-top: 0;
}
.header__mainmenu-link {
  color: var(--c-nav-item);
  font-size: 1.5rem;
  font-weight: 900;
  padding: 10px 0;
  position: relative;
  display: inline-block;
  width: fit-content;
  text-decoration: none;
}
.header__mainmenu-link:after {
  content: "";
  height: 5px;
  width: 0%;
  background-color: var(--c-link-hover);
  position: absolute;
  bottom: 0;
  left: 0;
  transition: width 0ms ease;
}
.header__mainmenu-link.active, .header__mainmenu-link.active_menu, .header__mainmenu-link:hover, .header__mainmenu-link:focus {
  outline: none;
  text-decoration: none;
}
.header__mainmenu-link.active::after, .header__mainmenu-link.active_menu::after, .header__mainmenu-link:hover::after, .header__mainmenu-link:focus::after {
  width: 100%;
}
.header__mainmenu-link:focus::after {
  transition: none !important;
}
.header__mainmenu-footer {
  list-style: none;
  margin: 1.6rem 0 2.5rem 0;
  padding-left: 0;
}
.header__mainmenu-footer > li {
  font-weight: 400;
  margin-bottom: 1.6rem;
}
.header__mainmenu-footer > li a {
  color: var(--c-nav-item);
}
.header__mainmenu-footer > li svg {
  width: 20px;
  margin-right: 10px;
}
.header .dropdown-menu {
  display: none;
  position: relative;
  background-color: var(--c-nav-dropdown);
  width: 100%;
}
.header .dropdown-menu__list {
  flex-direction: column;
  flex-wrap: wrap;
  padding: 0.25rem 0;
}
.header .dropdown-menu__title {
  display: block;
  font-size: 1.375rem;
  color: var(--c-nav-item);
  font-weight: 900;
  padding: 0.5rem 0;
  margin-top: 0.5rem;
}
.header .dropdown-menu__list-title {
  color: var(--c-font-default);
  font-weight: 700;
  font-size: 1.125rem;
}
.header .dropdown-menu__item {
  padding: 0.4rem 0;
}
.header .dropdown-menu__item a {
  text-decoration: none;
  color: var(--c-nav-link);
}
.header .dropdown-menu__item a:focus, .header .dropdown-menu__item a:hover {
  color: var(--c-nav-link-hover);
  text-decoration: underline;
}
.header .dropdown-menu__link {
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
  color: var(--c-nav-link);
}
.header .dropdown-menu__link:focus, .header .dropdown-menu__link:hover {
  text-decoration: underline;
  color: var(--c-nav-link-hover);
}
.header .dropdown-menu__link.active {
  font-weight: 700;
  color: var(--c-primary);
}
.header .dropdown-menu__close {
  display: none;
}

@media only screen and (min-width: 1200px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    height: 150px;
    width: 100%;
    z-index: 99;
    transition: all 200ms ease-in-out;
  }
  .header .icon--brand {
    width: 275px;
    height: auto;
    max-height: 48px;
    margin-top: 0px;
    transition: all 200ms ease-in-out;
  }
  .header .icon--brand #footer {
    display: block;
  }
  .header .icon--search {
    width: 20px;
    height: 20px;
    margin-left: 5px;
  }
  .header__searchbar {
    height: 120px;
  }
  .header__searchbar > .container {
    height: 120px;
    padding-bottom: 0;
  }
  .header__searchbar > .container .dropdown-menu__close {
    margin-top: 1rem;
  }
  .header__mainmenu {
    display: block !important;
    width: 100%;
    height: auto;
    position: relative;
    top: 0;
    overflow-y: initial;
    transition: all 200ms ease-in-out;
  }
  .header__wrapper-mainmenu {
    display: flex;
    justify-content: space-between;
    position: relative;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 70px;
  }
  .header__mainmenu-item {
    position: relative;
    text-align: left;
  }
  .header__mainmenu-item:not(:last-child) {
    margin-right: 1.875rem;
  }
  .header__mainmenu-link {
    font-size: 1.375rem;
    font-weight: 900;
    position: relative;
    padding: 0;
    height: 48px;
    padding-top: 10px;
    text-decoration: none;
  }
  .header #service-navigation-mobile {
    display: none;
  }
  .header .dropdown-menu {
    display: none;
    position: fixed;
    top: calc(70px + 80px);
    left: 50%;
    transform: translateX(-50%);
    z-index: 1030;
    width: 100%;
    max-width: 1920px;
    height: calc(100% - 80px - 70px);
    margin-left: 0;
  }
  .header .dropdown-menu__wrapper {
    display: grid;
    grid-template-columns: 2fr 1fr;
    padding-top: 1rem;
    position: relative;
    margin: 0 auto;
    height: 100%;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .header .dropdown-menu__wrapper::-webkit-scrollbar {
    display: none;
  }
  .header .dropdown-menu__right-side {
    display: table;
    padding: 1rem 1.5rem;
    margin-top: 4.5rem;
    background-color: var(--c-nav-dropdown-special);
    border-radius: 10px;
    min-height: 200px;
    width: 100%;
  }
  .header .dropdown-menu__right-side .dropdown-menu__list {
    columns: 1;
  }
  .header .dropdown-menu__list {
    display: block;
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    column-gap: 15px;
    padding-top: 0.25rem;
    padding-bottom: 2rem;
  }
  .header .dropdown-menu__title {
    margin-top: 0;
  }
  .header .dropdown-menu__list-title {
    font-size: 1.25rem;
    line-height: 1.85;
  }
  .header .dropdown-menu__item {
    break-inside: avoid-column;
    display: block;
    padding: 0;
  }
  .header .dropdown-menu__link {
    display: inline-block;
    padding: 0.4rem 2rem 0.4rem 0;
    font-size: 1.125rem;
    position: relative;
    font-weight: 700;
    text-decoration: none;
  }
  .header .dropdown-menu__link:focus, .header .dropdown-menu__link:hover {
    color: var(--c-link-hover);
    text-decoration: underline;
  }
  .header .dropdown-menu__link:focus::after, .header .dropdown-menu__link:hover::after {
    width: 100%;
    background-color: var(--c-link-hover);
  }
  .header .dropdown-menu__link:focus::after {
    transition: none !important;
  }
  .header .dropdown-menu__close {
    display: block;
    position: absolute;
    top: 15px;
    right: 12px;
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 1199px) {
  .header .dropdown-menu .dropdown-menu__wrapper {
    padding: 0;
  }
  .header .dropdown-menu .dropdown-menu__title {
    padding: 0.25rem 0;
    margin-bottom: 0.25rem;
  }
  .header .dropdown-menu__right-side {
    margin-right: -0.75rem;
    margin-left: -0.75rem;
    margin-top: 1rem;
    padding: 0.75rem;
    background-color: var(--c-nav-dropdown-special);
    border-radius: 0;
  }
}
.search-form {
  display: flex;
  top: 1.85rem;
  width: 50%;
}
.search-form__input {
  height: 60px;
  width: 100%;
  margin-bottom: 0;
  border-width: 2px;
  border-color: var(--c-input-border);
  border-style: solid none solid solid;
  border-radius: 30px 0 0 30px;
  padding-left: 25px;
  background-color: var(--c-input-bg);
  font-size: 1.375rem;
}
.search-form__input:focus {
  border-color: var(--c-input-border-active);
}
.search-form__submit {
  background-color: var(--c-input-bg);
  border-width: 2px;
  border-color: var(--c-input-border);
  border-style: solid solid solid none;
  border-radius: 0 30px 30px 0;
  width: 70px;
  padding-left: 2px;
}
.search-form__submit:focus {
  padding-left: 0;
  outline: none;
  border-style: solid;
  border-color: var(--c-input-border-active);
}
@media only screen and (max-width: 1199px) {
  .search-form {
    width: 100%;
  }
}

.kid-list .search-form {
  width: 100%;
}

.results-highlight {
  font-weight: 700;
}

#tx-solr-faceting .kid-form__checkbox input {
  display: none;
}

.ce--solr_pi_results .kid-form {
  margin: 4rem 0 1rem;
}

.footer-contact {
  margin-top: 0;
  padding-top: 3rem;
  background-color: var(--c-white);
}
.footer-contact__title {
  font-size: 2.25rem;
  font-weight: 900;
  color: var(--c-primary);
}
.footer-contact__content {
  padding-bottom: 5rem;
}
.footer-contact__image {
  flex-direction: column;
  align-self: flex-end;
}
.footer-contact__highlight-all {
  padding: 3rem 0;
  background: var(--c-footer-contact-highlight);
}
.footer-contact__highlight-experts {
  padding: 3rem 0;
  background: var(--c-footer-contact-highlight-experts) !important;
}
.footer-contact__highlight__title {
  font-size: 1.75rem;
  font-weight: 900;
  color: var(--c-primary);
}
.footer-contact__highlight__tab-nav {
  margin-top: -56px;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  overflow: visible;
}
.footer-contact__highlight__tab-nav ul {
  list-style: none;
  position: relative;
  overflow: none;
  display: flex;
  flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-align: center;
  margin: 0;
  align-items: center;
}
.footer-contact__highlight__tab-nav ul li {
  margin-right: 5px;
}
.footer-contact__highlight__tab-nav ul li a {
  padding: 1rem 1.25rem;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background: var(--c-footer-contact-highlight);
  font-weight: 700;
  height: 56px;
  display: inline-block;
}
.footer-contact__highlight__tab-nav ul li a:hover, .footer-contact__highlight__tab-nav ul li a:focus {
  text-decoration: underline;
}

@media only screen and (max-width: 991px) {
  .footer-contact__highlight-all {
    padding: 1.5rem 0;
  }
  .footer-contact__highlight-experts {
    padding: 1.5rem 0;
  }
  .footer-contact__content {
    padding-bottom: 2rem;
  }
  .footer-contact__image {
    padding-bottom: 7rem;
  }
  .footer-contact__image figure {
    margin: 0;
  }
}
.footer-main {
  background: var(--c-footer-main);
  color: var(--c-white);
  padding: 3rem 0;
}
.footer-main__title {
  font-size: 1.75rem;
  font-weight: 900;
  color: var(--c-white);
}
.footer-main__link-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
}
.footer-main__link-list li {
  margin: 0.25rem 0;
}
.footer-main__link-list li a {
  font-weight: 400;
  color: var(--c-white);
  white-space: nowrap;
  text-decoration: none;
}
.footer-main__link-list li a:hover, .footer-main__link-list li a:focus {
  text-decoration: underline;
}
.footer-main__social {
  margin-top: 1.6rem;
}
.footer-main__social a {
  display: inline-block;
  padding: 5px 0.9rem;
}
.footer-main__social a:first-child {
  padding-left: 0;
}
.footer-main__social a svg {
  margin: 0;
}

@media only screen and (max-width: 991px) {
  .footer-main__social {
    margin-top: 1rem;
  }
  .footer-main__social a {
    padding: 10px;
  }
  .footer-main__social a svg {
    width: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-main {
    padding: 1.5rem 0 2rem 0;
  }
  .footer-main__social {
    margin-bottom: 1rem;
  }
}
.footer-sponsoring {
  padding: 3rem 0 1rem 0;
}
.footer-sponsoring__title {
  font-size: 1.75rem;
  color: var(--c-primary);
  font-weight: 900;
}
.footer-sponsoring__logos {
  margin-bottom: 1rem;
}
.footer-sponsoring__logos a {
  display: inline-block;
  margin-bottom: 2rem;
}
.footer-sponsoring__logos a:not(:last-child) {
  margin-right: 3rem;
}

@media only screen and (max-width: 767px) {
  .footer-sponsoring {
    padding: 1.5rem 0 2rem 0;
  }
  .footer-sponsoring__logos {
    margin-bottom: 0;
  }
}
.accordion-button {
  position: relative;
  display: block;
  width: 100%;
  padding: 1rem 3rem 1rem 1.5rem;
  font-weight: 700;
  text-decoration: none;
}
.accordion-button:not(.collapsed) svg {
  transform: rotate(180deg);
}
.accordion-button:hover {
  z-index: 2;
  color: var(--c-primary);
}
.accordion-button:focus {
  text-decoration: none;
  color: var(--c-primary);
}
.accordion-button svg {
  position: absolute;
  right: 0;
  margin: 0 1rem 0 0 !important;
  transition: transform 300ms ease;
}
.accordion-item {
  border: 1px solid var(--c-primary);
  border-radius: 10px;
  margin: 1.5rem auto;
}
.accordion-header {
  margin: 0;
}
.accordion-body {
  padding: 0 1.5rem 1.5rem 1.5rem;
}
.accordion-body h3, .accordion-body h4, .accordion-body h5 {
  margin-top: 1rem;
}
.accordion-body .box__primary, .accordion-body .box__secondary, .accordion-body .box__primary-light, .accordion-body .box__primary-outline {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border-radius: 10px;
}
.accordion-body .box__primary h3, .accordion-body .box__primary h4, .accordion-body .box__primary h5, .accordion-body .box__secondary h3, .accordion-body .box__secondary h4, .accordion-body .box__secondary h5, .accordion-body .box__primary-light h3, .accordion-body .box__primary-light h4, .accordion-body .box__primary-light h5, .accordion-body .box__primary-outline h3, .accordion-body .box__primary-outline h4, .accordion-body .box__primary-outline h5 {
  margin-top: 0.75rem;
}

ol.breadcrumb {
  list-style: none;
  margin: 1rem 0;
  padding-left: 0;
  display: flex;
}
ol.breadcrumb li {
  display: flex;
  align-items: center;
  margin-right: 1rem;
}
ol.breadcrumb li a {
  display: flex;
  align-items: center;
  text-decoration: none;
  font-size: 0.875rem;
  color: var(--c-nav-link);
}
ol.breadcrumb li a:focus, ol.breadcrumb li a:hover {
  text-decoration: underline;
  color: var(--c-primary);
}
ol.breadcrumb li svg {
  margin-right: 5px;
}

.box__primary, .box__secondary, .box__primary-light, .box__primary-outline {
  width: 100%;
  padding: 1rem 2rem;
  border-radius: 10px;
  margin-bottom: 1.5rem;
}
.box__primary {
  background-color: var(--c-primary-light);
}
.box__secondary {
  background-color: var(--c-secondary-light);
}
.box__primary-light {
  background-color: var(--c-primary-xlight);
}
.box__primary-outline {
  border: 2px solid var(--c-primary);
}
.box__w100 {
  width: 100%;
  border-radius: 0;
}
.box__w50 {
  width: 50%;
}
.box__top-left {
  float: left;
  margin-right: 1.5rem;
  margin-bottom: 1.5rem;
}
.box__top-right {
  float: right;
  margin-left: 1.5rem;
  margin-bottom: 1.5rem;
}

@media only screen and (max-width: 991px) {
  .box__w50 {
    width: 100%;
    margin-top: 1.5rem;
    margin-left: 0;
    margin-right: 0;
  }
}
.ce--info-box {
  margin: 1rem 0;
}

ul {
  padding: 0;
  margin-left: 1rem;
  display: inline-block;
  width: 100%;
}
ul li {
  display: table;
  position: relative;
  padding-left: 0rem;
}
ul.bullet-wide li {
  margin-bottom: 0.5rem;
}
ul.bullet-none {
  list-style-type: none;
  margin-left: 0;
}
ul.bullet-none li {
  padding-left: 0rem;
}
ul.bullet-list {
  list-style-type: none;
  margin-left: 0;
}
ul.bullet-list li {
  padding-left: 1.4rem;
}
ul.bullet-list li:before {
  content: "";
  position: absolute;
  transform: translateY(50%);
  top: 3px;
  left: 1px;
  width: 0.6rem;
  height: 0.6rem;
  background-color: var(--c-secondary);
  border-radius: 50%;
}
ul.bullet-star {
  list-style-type: none;
  margin-left: 0;
}
ul.bullet-star li {
  padding-left: 1.4rem;
}
ul.bullet-star li:before {
  content: "*";
  font-weight: 700;
  font-size: 1.75rem;
  position: absolute;
  left: 0;
  top: -4px;
  color: var(--c-secondary);
}

@media only screen and (min-width: 992px) {
  ul {
    display: block;
  }
}
.container-primary,
.container-secondary {
  background-image: linear-gradient(to right, var(--c-secondary-light) 50%, transparent calc(50% + 1px));
  margin: 2rem 0;
}
.container-primary .container > .row,
.container-secondary .container > .row {
  margin-right: 0;
}
.container-primary .container > .row > *,
.container-secondary .container > .row > * {
  padding-top: 1.5rem;
  padding-right: 1.5rem;
  padding-bottom: 1.5rem;
  background-color: var(--c-secondary-light);
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.container-primary .container > .row > *:last-child,
.container-secondary .container > .row > *:last-child {
  padding-right: 2.5rem;
}

.container-primary {
  background-image: linear-gradient(to right, var(--c-primary-light) 50%, transparent calc(50% + 1px));
}
.container-primary .container > .row > * {
  background-color: var(--c-primary-light);
}
.container-primary ul.bullet-list li:before {
  background-color: var(--c-primary);
}

/**
 * Adjustments for colored container in article section 
 */
article .article-intro.container-primary, article .article-intro.container-secondary,
article .article-intro .container-primary,
article .article-intro .container-secondary,
article .article-content.container-primary,
article .article-content.container-secondary,
article .article-content .container-primary,
article .article-content .container-secondary,
article .article__section.container-primary,
article .article__section.container-secondary,
article .article__section .container-primary,
article .article__section .container-secondary, article .article-intro .ce.container-primary, article .article-intro .ce.container-secondary,
article .article-intro .ce > .container-primary,
article .article-intro .ce > .container-secondary,
article .article-content .ce.container-primary,
article .article-content .ce.container-secondary,
article .article-content .ce > .container-primary,
article .article-content .ce > .container-secondary,
article .article__section .ce.container-primary,
article .article__section .ce.container-secondary,
article .article__section .ce > .container-primary,
article .article__section .ce > .container-secondary {
  width: 100vw;
  margin-left: calc(var(--bs-gutter-x) / -2);
  margin-right: calc(var(--bs-gutter-x) / -2);
}
@media (min-width: 576px) {
  article .article-intro.container-primary, article .article-intro.container-secondary,
  article .article-intro .container-primary,
  article .article-intro .container-secondary,
  article .article-content.container-primary,
  article .article-content.container-secondary,
  article .article-content .container-primary,
  article .article-content .container-secondary,
  article .article__section.container-primary,
  article .article__section.container-secondary,
  article .article__section .container-primary,
  article .article__section .container-secondary, article .article-intro .ce.container-primary, article .article-intro .ce.container-secondary,
  article .article-intro .ce > .container-primary,
  article .article-intro .ce > .container-secondary,
  article .article-content .ce.container-primary,
  article .article-content .ce.container-secondary,
  article .article-content .ce > .container-primary,
  article .article-content .ce > .container-secondary,
  article .article__section .ce.container-primary,
  article .article__section .ce.container-secondary,
  article .article__section .ce > .container-primary,
  article .article__section .ce > .container-secondary {
    margin-left: calc((100vw - 540px + var(--bs-gutter-x)) / -2);
    margin-right: calc((100vw - 540px + var(--bs-gutter-x)) / -2);
  }
}
@media (min-width: 768px) {
  article .article-intro.container-primary, article .article-intro.container-secondary,
  article .article-intro .container-primary,
  article .article-intro .container-secondary,
  article .article-content.container-primary,
  article .article-content.container-secondary,
  article .article-content .container-primary,
  article .article-content .container-secondary,
  article .article__section.container-primary,
  article .article__section.container-secondary,
  article .article__section .container-primary,
  article .article__section .container-secondary, article .article-intro .ce.container-primary, article .article-intro .ce.container-secondary,
  article .article-intro .ce > .container-primary,
  article .article-intro .ce > .container-secondary,
  article .article-content .ce.container-primary,
  article .article-content .ce.container-secondary,
  article .article-content .ce > .container-primary,
  article .article-content .ce > .container-secondary,
  article .article__section .ce.container-primary,
  article .article__section .ce.container-secondary,
  article .article__section .ce > .container-primary,
  article .article__section .ce > .container-secondary {
    margin-left: calc((100vw - 720px + var(--bs-gutter-x)) / -2);
    margin-right: calc((100vw - 720px + var(--bs-gutter-x)) / -2);
  }
}
@media (min-width: 992px) {
  article .article-intro.container-primary, article .article-intro.container-secondary,
  article .article-intro .container-primary,
  article .article-intro .container-secondary,
  article .article-content.container-primary,
  article .article-content.container-secondary,
  article .article-content .container-primary,
  article .article-content .container-secondary,
  article .article__section.container-primary,
  article .article__section.container-secondary,
  article .article__section .container-primary,
  article .article__section .container-secondary, article .article-intro .ce.container-primary, article .article-intro .ce.container-secondary,
  article .article-intro .ce > .container-primary,
  article .article-intro .ce > .container-secondary,
  article .article-content .ce.container-primary,
  article .article-content .ce.container-secondary,
  article .article-content .ce > .container-primary,
  article .article-content .ce > .container-secondary,
  article .article__section .ce.container-primary,
  article .article__section .ce.container-secondary,
  article .article__section .ce > .container-primary,
  article .article__section .ce > .container-secondary {
    margin-left: calc((100vw - 960px + var(--bs-gutter-x)) / -2);
    margin-right: calc((100vw - 960px + var(--bs-gutter-x)) / -2);
  }
}
@media (min-width: 1200px) {
  article .article-intro.container-primary, article .article-intro.container-secondary,
  article .article-intro .container-primary,
  article .article-intro .container-secondary,
  article .article-content.container-primary,
  article .article-content.container-secondary,
  article .article-content .container-primary,
  article .article-content .container-secondary,
  article .article__section.container-primary,
  article .article__section.container-secondary,
  article .article__section .container-primary,
  article .article__section .container-secondary, article .article-intro .ce.container-primary, article .article-intro .ce.container-secondary,
  article .article-intro .ce > .container-primary,
  article .article-intro .ce > .container-secondary,
  article .article-content .ce.container-primary,
  article .article-content .ce.container-secondary,
  article .article-content .ce > .container-primary,
  article .article-content .ce > .container-secondary,
  article .article__section .ce.container-primary,
  article .article__section .ce.container-secondary,
  article .article__section .ce > .container-primary,
  article .article__section .ce > .container-secondary {
    margin-left: calc((100vw - 1140px + var(--bs-gutter-x)) / -2);
    margin-right: calc((100vw - 1140px + var(--bs-gutter-x)) / -2);
  }
}
@media (min-width: 1400px) {
  article .article-intro.container-primary, article .article-intro.container-secondary,
  article .article-intro .container-primary,
  article .article-intro .container-secondary,
  article .article-content.container-primary,
  article .article-content.container-secondary,
  article .article-content .container-primary,
  article .article-content .container-secondary,
  article .article__section.container-primary,
  article .article__section.container-secondary,
  article .article__section .container-primary,
  article .article__section .container-secondary, article .article-intro .ce.container-primary, article .article-intro .ce.container-secondary,
  article .article-intro .ce > .container-primary,
  article .article-intro .ce > .container-secondary,
  article .article-content .ce.container-primary,
  article .article-content .ce.container-secondary,
  article .article-content .ce > .container-primary,
  article .article-content .ce > .container-secondary,
  article .article__section .ce.container-primary,
  article .article__section .ce.container-secondary,
  article .article__section .ce > .container-primary,
  article .article__section .ce > .container-secondary {
    margin-left: calc((100vw - 1320px + var(--bs-gutter-x)) / -2);
    margin-right: calc((100vw - 1320px + var(--bs-gutter-x)) / -2);
  }
}

.ce:not(.ce--info-box):not(.container):not(.ce--promotion-material-teaser) {
  max-width: 100%;
}

.editorial-info {
  padding-bottom: 3rem;
}
.editorial-info small {
  display: block;
  margin-top: 0.5rem;
  font-size: 0.875rem;
}
.editorial-info small a {
  font-size: 100%;
}

.kid-form {
  margin: 1rem 0;
}
.kid-form__fieldset {
  border: none;
  margin: 0 0 2rem 0;
  padding: 0;
}
.kid-form__fieldset-border-top {
  border-top: 2px solid var(--c-primary-light);
  margin-top: 1rem;
}
.kid-form__legend {
  font-size: 1.375rem;
  font-weight: 700;
  color: var(--c-primary);
}
.kid-form__label, .kid-form__label-bold {
  font-weight: 400;
  display: inline-block;
  position: relative;
  text-overflow: ellipsis;
  margin-top: 1rem;
  hyphens: auto;
}
.kid-form__label-bold {
  font-weight: 700;
}
.kid-form__label-required {
  display: inline-block;
  position: relative;
}
.kid-form__label-required:after {
  content: "*";
  font-weight: bold;
  font-size: 1.375rem;
  position: relative;
  color: var(--c-secondary);
  position: absolute;
  right: -0.75rem;
  top: -0.25rem;
}
.kid-form__input, .kid-form__select, .kid-form__textarea {
  width: 100%;
  height: 45px;
  margin-top: 5px;
  font-size: 1rem;
  font-weight: 400;
  padding: 0.75rem 1rem;
  border: 2px solid var(--c-input-border);
  border-radius: 10px;
  background-color: var(--c-white);
  color: var(--c-black);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.kid-form__input::placeholder, .kid-form__select::placeholder, .kid-form__textarea::placeholder {
  color: var(--c-input-placeholder);
  opacity: 1;
}
.kid-form__input:focus, .kid-form__select:focus, .kid-form__textarea:focus {
  border-color: var(--c-input-border-active);
  outline: none;
}
.kid-form__select-wrapper {
  width: 100%;
  position: relative;
  display: inline;
}
.kid-form__select-wrapper:after {
  content: "";
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 5px;
  margin-right: 3px;
  margin-bottom: -1px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27none%27 stroke=%27%23031248%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 viewBox=%270 0 20 20%27 width=%2720%27 height=%2720%27%3E%3Cpath d=%27M2.5 6L10 13L17.5 6%27/%3E%3C/svg%3E");
  pointer-events: none;
}
.kid-form__select-wrapper:after {
  position: absolute;
  top: 47%;
  right: 12px;
  transform: translateY(-50%);
  margin-top: 5px;
}
.kid-form__select {
  padding-right: 1.5rem;
}
.kid-form__textarea {
  height: 200px;
}
.kid-form__checkbox, .kid-form__radio {
  margin: 0.75rem 0;
}
.kid-form__checkbox span, .kid-form__radio span {
  padding: 8px;
  min-width: 5rem;
}
.kid-form__checkbox label, .kid-form__radio label {
  display: inline-flex;
  align-items: center;
  padding-right: 1rem;
  margin: 0;
  cursor: pointer;
}
.kid-form__checkbox label:last-child, .kid-form__radio label:last-child {
  padding-right: 0;
}
.kid-form__checkbox label:after, .kid-form__radio label:after {
  top: 0.25rem;
  right: -0.25rem;
}
.kid-form__checkbox label input[type=text], .kid-form__radio label input[type=text] {
  margin: 0;
  width: 200px;
}
.kid-form__radio input[type=radio] {
  border-radius: 50%;
}
.kid-form__range {
  margin: 3px 0 5px 0;
}
.kid-form__range-values {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.kid-form [data-switch-value-0], .kid-form [data-switch-value-1] {
  display: none;
}
.kid-form__switch {
  width: 423px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: auto;
}
.kid-form__switch-page + .kid-form__switch-page {
  visibility: hidden;
}
.kid-form__switch-pages[data-stage="1"] .kid-form__switch-page {
  transform: translateX(-100%);
}
.kid-form__switch-pages[data-stage="1"] .kid-form__switch-page:first-child {
  visibility: hidden;
}
.kid-form__switch-pages[data-stage="1"] .kid-form__switch-page:nth-child(2) {
  visibility: visible;
}
.kid-form__switch-segmented {
  background-color: var(--c-white);
  border-radius: 10px;
  border: 2px solid var(--c-input-border);
  display: flex;
  width: 100%;
}
.kid-form__switch-segmented, .kid-form__switch-segmented-btn {
  position: relative;
  transition: color 300ms, opacity 300ms;
}
.kid-form__switch-segmented-btn {
  border-radius: 10px;
  box-shadow: none;
  color: var(--c-black);
  cursor: pointer;
  outline: transparent;
  padding: 1rem;
  width: 50%;
  overflow: hidden;
  z-index: 1;
  border: none;
  background-color: transparent;
  -webkit-appearance: none;
  appearance: none;
  -webkit-tap-highlight-color: transparent;
  text-decoration: none;
  font-weight: 700;
}
.kid-form__switch-segmented-btn:hover {
  color: var(--c-black);
  text-decoration: none;
}
.kid-form__switch-segmented-btn:focus {
  text-decoration: none;
}
.kid-form__switch-segmented-btn[aria-selected=true] {
  color: var(--c-white);
}
.kid-form__switch-segmented-btn[aria-selected=true]:hover {
  color: var(--c-white);
}
.kid-form__switch-segmented-focus {
  background-color: var(--c-button-bg);
  border-radius: 8px;
  pointer-events: none;
  position: absolute;
  width: calc(50% - 4px);
  height: 100%;
  transition: background-color 300ms, opacity 300ms, transform 300ms cubic-bezier(0.65, 0, 0.35, 1);
}
.kid-form__switch-segmented-btn[aria-selected=true]:nth-child(2) ~ .kid-form__switch-segmented-focus {
  transform: translateX(calc(100% + 0.5em));
}
.kid-form__calculator {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 0.5rem 0;
}
.kid-form__calculator-button {
  order: 1;
  font-family: "Mulish", sans-serif;
  font-weight: 900;
  white-space: nowrap;
  text-decoration: none;
  position: relative;
  cursor: pointer;
  border-radius: 10px;
  border: none;
  background-color: transparent;
  border: 2px solid transparent;
  width: none;
  padding: 0rem 0.75rem 0.75rem;
  line-height: 1;
  height: 30px;
  font-size: 1.375rem;
  text-align: center;
  display: inline-block;
  color: var(--c-primary);
  text-decoration: none;
}
.kid-form__calculator-button:focus, .kid-form__calculator-button:hover {
  color: var(--c-secondary);
  text-decoration: none;
  border-color: var(--c-secondary);
}
.kid-form__calculator-button.decrement {
  margin-right: 0.25rem;
}
.kid-form__calculator-button.increment {
  margin-left: 0.25rem;
}
.kid-form__calculator-input {
  white-space: nowrap;
}
.kid-form__calculator input {
  order: 1;
  margin: 0;
  padding: 0.25rem 0.5rem;
  width: 4rem;
  height: 30px;
  text-align: center;
}
.kid-form__calculator span {
  order: 2;
  margin-left: 0.5rem;
}
.kid-form__error {
  color: var(--c-secondary);
  font-weight: 700;
}
.kid-form__error--hidden {
  display: none;
}
.kid-form .field-wrapper--has-error .kid-form__error {
  display: block;
}

.form-container {
  position: relative;
}
.form-container__overlay {
  position: absolute;
  display: table;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.85);
  display: none;
}
.form-container__overlay .wrapper {
  display: table-cell;
  height: inherit;
  width: inherit;
  vertical-align: middle;
  text-align: center;
}
.form-container__overlay svg {
  transform-origin: center;
  animation: spinner_animation 1.75s infinite linear;
  opacity: 0.8;
}

.ce.ce--form-formframework fieldset h4 {
  margin: 2rem 0 0.75rem 0;
}
.ce.ce--form-formframework .vd-message--mandatory--form {
  margin: 2rem 0 1rem;
}

@media only screen and (min-width: 1200px) {
  .kid-form__switch {
    width: 514px;
  }
}
@media only screen and (max-width: 991px) {
  .kid-form__checkbox label {
    align-items: flex-start;
  }
  .kid-form__checkbox span {
    padding: 4px 8px;
  }
  .kid-form__radio span {
    padding: 4px 8px;
  }
  .kid-form__radio label {
    width: 100%;
    flex-wrap: wrap;
  }
  .kid-form__switch {
    width: 100%;
  }
  .kid-form__calculator {
    flex-wrap: wrap;
    flex-direction: column;
    background-color: var(--c-white);
    border-radius: 10px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
    margin: 1rem 0;
    padding: 1rem !important;
  }
  .kid-form__calculator-input {
    order: 2;
    margin-top: 0.5rem;
  }
  .kid-form__calculator span {
    order: 1;
    margin: 0;
    font-weight: 700;
    width: 100%;
    text-align: center;
  }
}
input[type=checkbox], input[type=radio] {
  appearance: none;
  -webkit-appearance: none;
  background-color: transparent;
  margin: 0;
  padding: 0;
  min-width: 20px;
  width: 20px;
  height: 20px;
  aspect-ratio: 1;
  cursor: pointer;
}

input[type=checkbox] {
  border-radius: 2px;
  border: 2px solid var(--c-input-border);
}
input[type=checkbox]:checked {
  background-color: var(--c-input-border);
  background-color: var(--c-input-border);
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2724%27 height=%2724%27%3E%3Cpath fill=%27%23FFFFFF%27 d=%27M9.993 19.421 3.286 12.58l1.428-1.401 5.293 5.4 9.286-9.286 1.414 1.414L9.993 19.421z%27/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

input[type=radio] {
  border-radius: 50%;
  border: 2px solid var(--c-input-border);
}
input[type=radio]:checked {
  background-color: var(--c-input-border);
  position: relative;
}
input[type=radio]:checked::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 3px;
  height: 3px;
  background-color: white;
  border-radius: 50%;
}

input[type=range] {
  appearance: none;
  -webkit-appearance: none;
  background: transparent;
  width: 100%;
  min-height: 20px;
}

input[type=range]:focus {
  outline: none;
}

input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
  background: var(--c-input-range-bar);
  border-radius: 5px;
  border: 0px solid transparent;
}

input[type=range]::-webkit-slider-thumb {
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
  border: 0px solid red;
  height: 22px;
  width: 38px;
  border-radius: 7px;
  background: var(--c-input-border);
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -8px;
}

input[type=range]:focus::-webkit-slider-runnable-track {
  background: var(--c-input-range-bar);
}

input[type=range]::-moz-range-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
  background: var(--c-input-range-bar);
  border-radius: 25px;
  border: 0px solid #000101;
}

input[type=range]::-moz-range-thumb {
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
  border: 0px solid #000000;
  height: 20px;
  width: 39px;
  border-radius: 7px;
  background: var(--c-input-range-bar);
  cursor: pointer;
}

input[type=range]::-ms-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  border-width: 39px 0;
  color: transparent;
}

input[type=range]::-ms-fill-lower {
  background: var(--c-input-range-bar);
  border: 0px solid var(--c-input-border);
  border-radius: 50px;
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
}

input[type=range]::-ms-fill-upper {
  background: var(--c-input-range-bar);
  border: 0px solid var(--c-input-border);
  border-radius: 50px;
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
}

input[type=range]::-ms-thumb {
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
  border: 0px solid var(--c-input-border);
  height: 20px;
  width: 39px;
  border-radius: 7px;
  background: var(--c-input-border);
  cursor: pointer;
}

input[type=range]:focus::-ms-fill-lower {
  background: var(--c-input-border);
}

input[type=range]:focus::-ms-fill-upper {
  background: var(--c-input-range-bar);
}

.glossary__characters {
  width: 100%;
  max-width: 830px;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  background-color: var(--c-white);
  border-radius: 10px;
  margin: 1.5625rem 0 2.5rem 0;
  padding: 0;
}
.glossary__characters li {
  margin: 0 !important;
  padding: 0 !important;
}
.glossary__character {
  background-color: var(--c-primary-light);
  color: var(--c-primary);
  margin-left: 0.515625rem;
  margin-right: 0.515625rem;
  font-weight: 900;
  text-decoration: none;
  font-size: var(16)/16rem;
  display: block;
  text-align: center;
  margin: 0.25rem;
  padding: 10px 0;
  width: 50px;
  height: 50px;
  justify-items: center;
  line-height: 1.7;
  transition: background-color 200ms ease-in-out;
}
.glossary__character:hover:not(.disabled), .glossary__character:focus:not(.disabled) {
  background-color: var(--c-primary);
  color: var(--c-white);
}
.glossary__character.disabled {
  opacity: 0.3;
  text-decoration: none;
  color: var(--c-primary);
  cursor: default;
}
.glossary__character.active {
  background-color: var(--c-secondary);
  color: var(--c-white);
}
.glossary__result-list {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}
.glossary__result-list-item {
  width: 100%;
  height: auto;
  border-top: 1px solid var(--c-primary-light);
}
.glossary__result-list-item:last-child {
  border-bottom: 1px solid var(--c-primary-light);
}
.glossary__result-list-item a {
  display: inline-block;
  width: 100%;
  padding: 1rem;
  font-weight: 900;
  text-decoration: none;
  position: relative;
  display: inline;
  display: inline-block;
}
.glossary__result-list-item a:after {
  content: "";
  position: relative;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 5px;
  margin-right: 3px;
  margin-bottom: -1px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27none%27 stroke=%27%230047B8%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 viewBox=%270 0 14 14%27 width=%2714%27 height=%2714%27%3E%3Cline x1=%270%27 y1=%277%27 x2=%2712%27 y2=%277%27/%3E%3Cpolyline points=%277 2 12 7 7 12%27/%3E%3C/svg%3E");
  pointer-events: none;
}
.glossary__result-list-item a:hover, .glossary__result-list-item a:focus {
  position: relative;
  display: inline;
  display: inline-block;
}
.glossary__result-list-item a:hover:after, .glossary__result-list-item a:focus:after {
  content: "";
  position: relative;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 5px;
  margin-right: 3px;
  margin-bottom: -1px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27none%27 stroke=%27%23FF5C00%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 viewBox=%270 0 14 14%27 width=%2714%27 height=%2714%27%3E%3Cline x1=%270%27 y1=%277%27 x2=%2712%27 y2=%277%27/%3E%3Cpolyline points=%277 2 12 7 7 12%27/%3E%3C/svg%3E");
  pointer-events: none;
}
.glossary__result-lexicon {
  background-color: var(--c-primary-xlight);
  border-radius: 10px;
  padding: 1rem 2rem;
  margin-bottom: 1rem;
}
.glossary__result-lexicon h2, .glossary__result-lexicon .kid-controllerDetail .article-header .topline, .kid-controllerDetail .article-header .glossary__result-lexicon .topline, .glossary__result-lexicon h3 {
  color: var(--c-secondary);
}
.glossary__result-lexicon-item dt {
  font-size: 1.375rem;
  line-height: 1.2;
  color: var(--c-primary);
  font-weight: 900;
  margin: 2rem 0 0.5rem 0;
}

@media only screen and (min-width: 575px) {
  .glossary__characters {
    padding: 0.5rem;
    background-color: var(--c-primary-light);
  }
  .glossary__character {
    background-color: var(--c-white);
  }
}
@media only screen and (min-width: 992px) {
  .glossary__result-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .glossary__result-list-item {
    width: 49%;
  }
}
@media only screen and (max-width: 574px) {
  .glossary__result-list-item a:after {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media only screen and (min-width: 575px) {
  .glossary__result-list-item {
    margin-bottom: 1rem;
    border: 1px solid var(--c-primary-light);
  }
}
@media only screen and (max-width: 575px) {
  .glossary__result-lexicon {
    padding: 0.5rem 1rem;
    margin-bottom: 1rem;
  }
  .glossary__result-lexicon-item dd {
    margin-inline-start: 0;
  }
}
.hero {
  width: 100%;
  height: 420px;
  max-height: 420px;
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
  background-color: var(--c-bg-content);
}
.hero:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 420px;
  background: linear-gradient(348deg, var(--c-bg-base) calc(29% - (768px - 100vw) / 6.2), transparent calc(calc(29% - (768px - 100vw) / 6.2) + 1px));
}
@media only screen and (min-width: 768px) {
  .hero:before {
    background: linear-gradient(90deg, var(--c-bg-base) calc((100% - 768px + 60px) / 2), transparent calc(calc((100% - 768px + 60px) / 2) + 1px));
  }
}
@media only screen and (min-width: 992px) {
  .hero:before {
    background: linear-gradient(90deg, var(--c-bg-base) calc((100% - 992px + 60px) / 2), transparent calc(calc((100% - 992px + 60px) / 2) + 1px));
  }
}
@media only screen and (min-width: 1200px) {
  .hero:before {
    background: linear-gradient(90deg, var(--c-bg-base) calc((100% - 1200px + 80px) / 2), transparent calc(calc((100% - 1200px + 80px) / 2) + 1px));
  }
}
@media only screen and (min-width: 1400px) {
  .hero:before {
    background: linear-gradient(90deg, var(--c-bg-base) calc((100% - 1400px + 80px) / 2), transparent calc(calc((100% - 1400px + 80px) / 2) + 2px));
  }
}
.hero figure {
  margin: 0;
  position: absolute;
  width: 100%;
}
.hero .container {
  height: 100%;
  padding: 0;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .hero .container {
    background: linear-gradient(100deg, var(--c-bg-base) 68px, transparent 69px);
  }
}
.hero, .hero:before, .hero-image {
  height: 420px;
  width: 100%;
  object-fit: cover;
}
.hero__startpage {
  width: 100%;
  position: relative;
  margin-bottom: 0;
  background-color: var(--c-bg-content);
}
.hero__startpage:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 500px;
  background: linear-gradient(348deg, var(--c-bg-base) calc(25% - (768px - 100vw) / 6.2), transparent calc(calc(25% - (768px - 100vw) / 6.2) + 1px));
}
@media only screen and (min-width: 992px) {
  .hero__startpage:before {
    background: linear-gradient(100deg, var(--c-bg-base) 54%, transparent calc(54% + 1px));
  }
}
@media only screen and (min-width: 1400px) {
  .hero__startpage:before {
    background: linear-gradient(100deg, var(--c-bg-base) 45%, transparent calc(45% + 1px));
  }
}
.hero__startpage figure {
  position: relative;
  margin: 0;
  display: flex;
  flex-direction: column;
}
.hero__startpage figure picture {
  flex: 1;
}
.hero__startpage-image {
  height: 500px;
  width: 100%;
  object-fit: cover;
  object-position: center top;
}
.hero__startpage-box {
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: var(--c-bg-base);
}
.hero__overview, .hero__overviewSectionized, .hero__list {
  background: var(--c-white);
  margin-bottom: 1.5rem !important;
}
.hero__overview .container:after, .hero__overviewSectionized .container:after, .hero__list .container:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 500px;
}
@media only screen and (min-width: 768px) {
  .hero__overview .container:after, .hero__overviewSectionized .container:after, .hero__list .container:after {
    background: linear-gradient(100deg, var(--c-bg-base) 68px, transparent 69px);
  }
}
.hero__article {
  background: var(--c-lightgray);
}
.hero__article figure {
  position: relative;
}
.hero__article .hero-image {
  display: block;
  max-height: 500px;
  width: 100%;
  max-width: 427px;
  margin: auto;
  object-fit: cover;
}
@media only screen and (min-width: 768px) {
  .hero__article .hero-image {
    position: absolute;
    height: 310px !important;
    width: 335px !important;
    left: 50%;
    top: 0px;
    object-fit: contain;
  }
}
.hero__specialistGroups {
  background: var(--c-primary-light);
  margin-bottom: 1.5rem !important;
}
.hero__specialistGroups:before {
  background: linear-gradient(348deg, var(--c-primary-darker) calc(29% - (768px - 100vw) / 6.2), transparent calc(calc(29% - (768px - 100vw) / 6.2) + 1px));
}
@media only screen and (min-width: 768px) {
  .hero__specialistGroups:before {
    background: linear-gradient(90deg, var(--c-primary-darker) calc((100% - 768px + 60px) / 2), transparent calc(calc((100% - 768px + 60px) / 2) + 1px));
  }
}
@media only screen and (min-width: 992px) {
  .hero__specialistGroups:before {
    background: linear-gradient(90deg, var(--c-primary-darker) calc((100% - 992px + 60px) / 2), transparent calc(calc((100% - 992px + 60px) / 2) + 1px));
  }
}
@media only screen and (min-width: 1200px) {
  .hero__specialistGroups:before {
    background: linear-gradient(90deg, var(--c-primary-darker) calc((100% - 1200px + 80px) / 2), transparent calc(calc((100% - 1200px + 80px) / 2) + 1px));
  }
}
@media only screen and (min-width: 1400px) {
  .hero__specialistGroups:before {
    background: linear-gradient(90deg, var(--c-primary-darker) calc((100% - 1400px + 80px) / 2), transparent calc(calc((100% - 1400px + 80px) / 2) + 2px));
  }
}
.hero__specialistGroups .container:before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 12px;
  left: 0;
  width: 80px;
  height: 80px;
  background-image: url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 28 27\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\"><path d=\"M1.8,1.7C0.8,2,0,3,0,4v6.5c-.2,3.1,2.2,5.2,5.4,5.4v5c0,3.2,2.6,5.7,5.7,5.7s5.7-2.6,5.7-5.7v-5.7c0-1.7,1.4-3.1,3.1-3.1s3.1,1.4,3.1,3.1v3.9c-1.8.4-3.1,1.9-3.1,3.8c0,2.1,1.7,3.8,3.8,3.8s3.8-1.7,3.8-3.8c0-1.9-1.3-3.4-3.1-3.8v-3.9c0-2.5-2.1-4.6-4.6-4.6s-4.6,2.1-4.6,4.6v5.7c0,2.3-1.9,4.2-4.2,4.2s-4.2-1.9-4.2-4.2v-5c3-.2,5.4-2.4,5.4-5.4v-6.5c0-1-.9-1.9-1.8-2.2L9.8,3c.3.1.9.6.9.9v6.5c0,.8-.9,3.8-4.6,3.8-4.3,0-4.5-3.8-4.5-3.8c0-1.828232,0-5.114386,0-6.4c0-1,.692793-1,.692793-1m21.37483,22.209246c1.3,0,2.365917-1.009246,2.365917-2.309246s-1.025125-2.25942-2.325125-2.25942-2.284333.95942-2.284333,2.25942.943541,2.309246,2.243541,2.309246Z\" clip-rule=\"evenodd\" fill=\"%23fff\" fill-rule=\"evenodd\"/><path d=\"M3.8,8.2q.8,0,.8,1.5c0,.8.7,1.5,1.5,1.5s1.5-.7,1.5-1.5q0-1.5.8-1.5t.8,1.5c0,1.7-1.4,3.1-3.1,3.1s-3.1-1.4-3.1-3.1q0-1.5.8-1.5Z\" clip-rule=\"evenodd\" fill=\"%23fff\" fill-rule=\"evenodd\"/><circle r=\"1.5\" transform=\"translate%283.1 2.5%29\" fill=\"%23fff\"/><circle r=\"1.5\" transform=\"translate%289.1 2.5%29\" fill=\"%23fff\"/><circle r=\"0.9\" transform=\"translate%2823.740792 23.003958%29\" fill=\"%23fff\"/></svg>");
  opacity: 0.5;
  background-size: 70px 70px;
  background-repeat: no-repeat;
  transform-origin: bottom right;
}
@media only screen and (max-width: 660px) {
  .hero__specialistGroups .container:before {
    transform: scale(0.85);
  }
}
@media only screen and (max-width: 560px) {
  .hero__specialistGroups .container:before {
    transform: scale(0.75);
  }
}
@media only screen and (max-width: 470px) {
  .hero__specialistGroups .container:before {
    transform: scale(0.6);
  }
}
@media only screen and (max-width: 380px) {
  .hero__specialistGroups .container:before {
    transform: scale(0.5);
  }
}
@media only screen and (max-width: 340px) {
  .hero__specialistGroups .container:before {
    transform: scale(0.4);
  }
}
@media only screen and (max-width: 574px) {
  .hero__specialistGroups .container:before {
    top: auto;
    right: 15px;
    bottom: 10px;
    left: auto;
  }
}
@media only screen and (min-width: 575px) and (max-width: 767px) {
  .hero__specialistGroups .container:before {
    top: auto;
    right: 20px;
    bottom: 15px;
    left: auto;
  }
}
@media only screen and (min-width: 768px) {
  .hero__specialistGroups .container:before {
    left: 12px;
  }
}
.hero__specialistGroups .container:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 500px;
}
@media only screen and (min-width: 768px) {
  .hero__specialistGroups .container:after {
    background: linear-gradient(100deg, var(--c-primary-darker) 108px, transparent 109px);
  }
}

@media only screen and (min-width: 992px) {
  .hero__startpage {
    height: 500px;
  }
  .hero__startpage, .hero__startpage:before, .hero__startpage-image {
    height: 620px;
  }
  .hero__startpage-image {
    width: none;
    float: right;
  }
  .hero__startpage-box {
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translate(0, -50%);
    text-align: left;
    width: 100%;
    max-width: none;
    background-color: transparent;
    box-shadow: none;
    padding: 0;
  }
  .hero__startpage-box h1 {
    max-width: 65%;
    font-size: 3.125rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 991px) {
  .hero__startpage-box h1 {
    font-size: 2.8125rem;
  }
}
@media only screen and (min-width: 992px) {
  .hero__startpage-box .search-form {
    max-width: 50%;
    justify-content: flex-start;
    margin-bottom: 1em;
  }
}
@media only screen and (min-width: 992px) and (max-width: 991px) {
  .hero__startpage-box .search-form {
    max-width: 70%;
  }
}
@media only screen and (min-width: 992px) {
  .hero__startpage-box .text {
    display: block;
    padding-bottom: 1.5rem;
    max-width: 435px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 991px) {
  .hero__startpage-box .text {
    max-width: 380px;
  }
}
@media only screen and (max-width: 767px) {
  .hero .container {
    max-width: none;
  }
}
@media only screen and (min-width: 768px) {
  .hero {
    margin-bottom: 0;
    height: 310px;
  }
  .hero, .hero:before, .hero .hero-image {
    height: 310px !important;
  }
  .hero__overview figure:before, .hero__overviewSectionized figure:before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 310px;
    background: linear-gradient(100deg, var(--c-bg-base) 68px, transparent 69px);
  }
  .hero-image {
    height: 310px;
    width: 100%;
    max-width: none;
    object-fit: cover;
    object-position: center;
  }
}
.image__top-left {
  float: left;
  margin: 0.5rem 2rem 1rem 0;
}
.image__top-right {
  float: right;
  margin: 0.5rem 0 1rem 2rem;
}
.image__fullscreen {
  position: relative;
}
.image__fullscreen .figure__wrapper {
  display: block;
  position: relative;
  cursor: pointer;
  z-index: 10;
}
.image__fullscreen .figure__wrapper:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 45px;
  height: 45px;
  background-color: var(--c-primary-light);
  background-image: url("data:image/svg+xml,%3Csvg width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M14.9536 14.9458L21 21M17 10C17 13.866 13.866 17 10 17C6.13401 17 3 13.866 3 10C3 6.13401 6.13401 3 10 3C13.866 3 17 6.13401 17 10Z%27 stroke=%27%230047B8%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  border-top-left-radius: 10px;
  pointer-events: none;
}

figure {
  display: table;
}
figure.image__top-left {
  width: 1px;
}
figure.image__top-right {
  width: 1px;
}
figure img {
  display: table-row;
}
figure figcaption {
  display: block;
}

@media only screen and (max-width: 767px) {
  .image__top-left, .image__top-right {
    float: none;
    margin-left: 0;
    margin-right: 0;
    width: 100% !important;
  }
  .image__top-left img, .image__top-right img {
    width: 100% !important;
    height: auto;
  }
}
.ce--text-images figure.image__top-left img, .ce--text-images figure.image__top-right img {
  height: auto;
  width: 300px;
}

.kid-message {
  background: #efefef;
  padding: 24px 36px;
  margin: 3rem 0 0;
  border-radius: 9px;
}
.kid-message--failure {
  background-color: #ffe5d6;
  border-left: 9px solid var(--c-secondary);
}
.kid-message--success {
  background-color: #e3f6ff;
  border-left: 9px solid var(--c-site-popup-hover);
}

ul.pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
  list-style-type: none;
  padding: 0;
  margin: 1rem 0;
}
ul.pagination .page-item {
  display: flex;
}
ul.pagination .page-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  background-color: var(--c-primary-light);
  color: var(--c-primary);
  text-decoration: none;
  font-weight: 700;
  transition: background-color 200ms, color 200ms;
}
ul.pagination a.page-link:hover, ul.pagination a.page-link:focus {
  background-color: var(--c-primary);
  color: var(--c-white);
}
ul.pagination .active .page-link {
  background-color: var(--c-primary);
  color: var(--c-white);
}
ul.pagination span.page-link {
  background-color: transparent;
}
ul.pagination li.active span.page-link {
  cursor: default;
}

.site-popup__default, .site-popup__image, .site-popup__share {
  display: none;
  position: fixed;
  z-index: 101;
  height: auto;
  max-height: 90%;
  min-width: 400px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  background: transparent;
  box-sizing: border-box;
  transition: opacity 300ms ease;
}
.site-popup__default.active, .site-popup__image.active, .site-popup__share.active {
  display: block;
}
.site-popup__default.transition, .site-popup__image.transition, .site-popup__share.transition {
  opacity: 1;
}
.site-popup__default-content, .site-popup__image-content, .site-popup__share-content {
  position: relative;
  background: var(--c-bg-base);
  border-radius: 10px;
}
.site-popup__default-content-scrollpane, .site-popup__image-content-scrollpane, .site-popup__share-content-scrollpane {
  position: relative;
  max-height: 90vh;
  overflow-y: auto;
}
.site-popup__default-content-scrollpane .btn--close, .site-popup__image-content-scrollpane .btn--close, .site-popup__share-content-scrollpane .btn--close {
  display: block;
  position: absolute;
  top: 10px;
  right: 1rem;
  font-size: 0.875rem;
}
.site-popup__default-content-scrollpane .container-fluid, .site-popup__default-content-scrollpane .container-sm, .site-popup__default-content-scrollpane .container-md, .site-popup__default-content-scrollpane .container-lg, .site-popup__default-content-scrollpane .container-xl, .site-popup__default-content-scrollpane .container-xxl, .site-popup__image-content-scrollpane .container-fluid, .site-popup__image-content-scrollpane .container-sm, .site-popup__image-content-scrollpane .container-md, .site-popup__image-content-scrollpane .container-lg, .site-popup__image-content-scrollpane .container-xl, .site-popup__image-content-scrollpane .container-xxl, .site-popup__share-content-scrollpane .container-fluid, .site-popup__share-content-scrollpane .container-sm, .site-popup__share-content-scrollpane .container-md, .site-popup__share-content-scrollpane .container-lg, .site-popup__share-content-scrollpane .container-xl, .site-popup__share-content-scrollpane .container-xxl {
  padding: 3rem;
}
.site-popup__default {
  width: 70%;
}

@media only screen and (max-width: 991px) {
  .site-popup__default, .site-popup__image, .site-popup__share {
    max-height: 94vh;
    width: 90vw;
    min-width: none;
    transition: left 500ms ease;
  }
  .site-popup__default-content-scrollpane, .site-popup__image-content-scrollpane, .site-popup__share-content-scrollpane {
    max-height: 94vh;
  }
  .site-popup__default-content-scrollpane .btn--close, .site-popup__image-content-scrollpane .btn--close, .site-popup__share-content-scrollpane .btn--close {
    right: 1rem;
    font-size: 0.875rem;
  }
  .site-popup__default-content-scrollpane .container-fluid, .site-popup__default-content-scrollpane .container-sm, .site-popup__default-content-scrollpane .container-md, .site-popup__default-content-scrollpane .container-lg, .site-popup__default-content-scrollpane .container-xl, .site-popup__default-content-scrollpane .container-xxl, .site-popup__image-content-scrollpane .container-fluid, .site-popup__image-content-scrollpane .container-sm, .site-popup__image-content-scrollpane .container-md, .site-popup__image-content-scrollpane .container-lg, .site-popup__image-content-scrollpane .container-xl, .site-popup__image-content-scrollpane .container-xxl, .site-popup__share-content-scrollpane .container-fluid, .site-popup__share-content-scrollpane .container-sm, .site-popup__share-content-scrollpane .container-md, .site-popup__share-content-scrollpane .container-lg, .site-popup__share-content-scrollpane .container-xl, .site-popup__share-content-scrollpane .container-xxl {
    padding: 2.5rem 1.5rem 1.5rem;
  }
  .site-popup__default-content-scrollpane img, .site-popup__image-content-scrollpane img, .site-popup__share-content-scrollpane img {
    width: 100%;
    height: auto;
  }
}
.site-popup__contact {
  position: fixed;
  z-index: 101;
  bottom: 50px;
  max-height: calc(100vh - 100px);
  right: calc(-85% + 65px);
  width: 85%;
  background: transparent;
  box-sizing: border-box;
  transition: right 500ms ease;
}
.site-popup__contact.transition {
  right: 0;
}
.site-popup__contact-buttons {
  position: absolute;
  bottom: 5%;
  left: 0;
  width: 65px;
  height: auto;
  padding: 15px 0 0 0;
  border: none;
}
.site-popup__contact-button {
  display: inline-block;
  width: 65px;
  height: auto;
  padding: 15px 0 0 0;
  border: none;
  background: linear-gradient(348deg, var(--c-secondary) 89%, transparent calc(89% + 1px));
}
.site-popup__contact-button:hover {
  background-color: var(--c-site-popup-hover);
  background: linear-gradient(348deg, var(--c-site-popup-hover) 89%, transparent calc(89% + 1px));
}
.site-popup__contact-button > span {
  display: inline-block;
  width: 65px;
  height: 65px;
}
.site-popup__contact-button > span:last-child {
  border-top: 1px solid rgba(255, 255, 255, 0.7);
}
.site-popup__contact-button > span svg {
  display: inline-block;
  margin: 20px;
}
.site-popup__contact-button-chat {
  display: none;
  width: 65px;
  height: 65px;
  padding: 0;
  margin-top: 5px;
  border: none;
  background-color: var(--c-primary-dark);
}
.site-popup__contact-button-chat:hover {
  background-color: var(--c-primary);
}
.site-popup__contact-button-chat > span {
  display: block;
  width: 65px;
  height: 65px;
}
.site-popup__contact-button-chat > span svg {
  display: inline-block;
  margin: 20px;
}
.site-popup__contact-content {
  position: relative;
  max-height: calc(100vh - 100px);
  overflow: scroll;
  margin-left: 65px;
  padding: 0;
  background: var(--c-bg-base);
  border: 2px solid var(--c-secondary);
  border-right: none;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.site-popup__contact-content-scrollpane {
  position: relative;
  height: 100%;
  overflow-y: auto;
}
.site-popup__contact-content-scrollpane .btn--close {
  display: block;
  position: absolute;
  top: 0;
  right: 1rem;
  font-size: 0.875rem;
}
.site-popup__contact-content-scrollpane .container-fluid, .site-popup__contact-content-scrollpane .container-sm, .site-popup__contact-content-scrollpane .container-md, .site-popup__contact-content-scrollpane .container-lg, .site-popup__contact-content-scrollpane .container-xl, .site-popup__contact-content-scrollpane .container-xxl {
  padding: 3rem;
}
@media only screen and (max-width: 991px) {
  .site-popup__contact {
    left: -95%;
    top: auto;
    bottom: 50px;
    width: 95%;
    transition: left 500ms ease;
  }
  .site-popup__contact.transition {
    left: 0;
  }
  .site-popup__contact-buttons {
    position: fixed;
    display: grid;
    grid-template-columns: 1fr auto;
    bottom: 0;
    left: 0;
    height: 50px;
    width: none;
    padding: 0;
  }
  .site-popup__contact-button {
    height: 50px;
    width: 100px;
    background: var(--c-secondary);
    padding: 0;
  }
  .site-popup__contact-button:last-child {
    width: 120px;
    padding-right: 10px;
    background: linear-gradient(100deg, var(--c-secondary) 87%, transparent calc(87% + 1px));
  }
  .site-popup__contact-button:last-child:hover {
    background: linear-gradient(100deg, var(--c-site-popup-hover) 87%, transparent calc(87% + 1px));
  }
  .site-popup__contact-button:last-child > span:last-child {
    width: 60px;
  }
  .site-popup__contact-button:hover {
    background-color: var(--c-site-popup-hover);
  }
  .site-popup__contact-button > span {
    width: 50px;
    height: 50px;
  }
  .site-popup__contact-button > span:last-child {
    border-top: none;
    border-left: 1px solid rgba(255, 255, 255, 0.7);
  }
  .site-popup__contact-button > span svg {
    display: inline-block;
    margin: 15px;
    height: 20px;
    width: 20px;
  }
  .site-popup__contact-button-chat {
    height: 50px;
    width: 60px;
    margin-top: 0;
    background: linear-gradient(100deg, var(--c-primary-dark) 87%, transparent calc(87% + 1px));
  }
  .site-popup__contact-button-chat:hover {
    background-color: transparent;
    background: linear-gradient(100deg, var(--c-primary) 87%, transparent calc(87% + 1px));
  }
  .site-popup__contact-button-chat > span {
    width: 50px;
    height: 50px;
  }
  .site-popup__contact-button-chat > span:last-child {
    border-top: none;
  }
  .site-popup__contact-button-chat > span > svg {
    display: inline-block;
    margin: 12px 0 0 0;
  }
  .site-popup__contact-content {
    position: relative;
    height: 100%;
    margin-left: 0;
    padding: 10px 0;
    background: var(--c-bg-base);
    border: 2px solid var(--c-secondary);
    border-left: none;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .site-popup__contact-content-scrollpane .btn--close {
    display: block;
    position: absolute;
    top: 0;
    right: 1rem;
    font-size: 0.875rem;
  }
  .site-popup__contact-content-scrollpane .container-fluid, .site-popup__contact-content-scrollpane .container-sm, .site-popup__contact-content-scrollpane .container-md, .site-popup__contact-content-scrollpane .container-lg, .site-popup__contact-content-scrollpane .container-xl, .site-popup__contact-content-scrollpane .container-xxl {
    padding: 2.5rem 1.5rem 1.5rem;
  }
}
.site-popup__image-content-scrollpane {
  overflow: visible;
}
.site-popup__image-content-scrollpane .btn--close {
  top: -3rem;
  right: 0;
  background: var(--c-white);
  border-radius: 0;
  padding: 0 0.5rem 0 1rem;
}
.site-popup__image-content-scrollpane .container-fluid, .site-popup__image-content-scrollpane .container-sm, .site-popup__image-content-scrollpane .container-md, .site-popup__image-content-scrollpane .container-lg, .site-popup__image-content-scrollpane .container-xl, .site-popup__image-content-scrollpane .container-xxl {
  padding: 0;
}
.site-popup__image-content-image {
  width: 100%;
  height: auto;
}

.site-popup__share {
  width: 550px;
}
.site-popup__share-button {
  position: relative;
  display: inline;
}
.site-popup__share-button:after {
  content: "";
  position: relative;
  display: inline-block;
  width: 26px;
  height: 26px;
  margin-left: 5px;
  margin-right: 3px;
  margin-bottom: -1px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27none%27 stroke=%27%230047B8%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 viewBox=%270 0 26 26%27 width=%2726%27 height=%2726%27%3E%3Cpath d=%27m11.18504,17.29903l-8.95587,-4.15064l21.97916,-11.12756l-7.52903,22.04166l-5.75016,-6.78173l12.9836,-14.9436%27/%3E%3C/svg%3E");
  pointer-events: none;
}
.site-popup__share-button:after {
  margin-top: 7px !important;
  margin-bottom: -8px !important;
}
.site-popup__share-button:hover, .site-popup__share-button:active {
  position: relative;
  display: inline;
}
.site-popup__share-button:hover:after, .site-popup__share-button:active:after {
  content: "";
  position: relative;
  display: inline-block;
  width: 26px;
  height: 26px;
  margin-left: 5px;
  margin-right: 3px;
  margin-bottom: -1px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27none%27 stroke=%27%23FFFFFF%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 viewBox=%270 0 26 26%27 width=%2726%27 height=%2726%27%3E%3Cpath d=%27m11.18504,17.29903l-8.95587,-4.15064l21.97916,-11.12756l-7.52903,22.04166l-5.75016,-6.78173l12.9836,-14.9436%27/%3E%3C/svg%3E");
  pointer-events: none;
}
.site-popup__share-content-social {
  display: inline-block;
  flex-direction: column;
  margin-bottom: 1rem;
}
.site-popup__share-content-social-link {
  display: block;
  padding: 0.5rem 0;
  margin: 0.25rem 0;
  text-decoration: none;
  text-align: left;
  color: var(--c-black);
}
.site-popup__share-content-social-link:hover span, .site-popup__share-content-social-link:active span {
  color: var(--c-black);
  text-decoration: underline;
}
.site-popup__share-content-social-link img {
  width: 26px;
  height: 26px;
  margin-top: -4px;
}
.site-popup__share-content-social-link span {
  display: inline-block;
  margin-left: 0.75rem;
}

.site-popup__share-button {
  margin-top: 64px;
}
.site-popup__share-button.disabled {
  pointer-events: none;
}

@media only screen and (max-width: 991px) {
  .site-popup__share {
    width: 450px;
    min-width: none;
  }
}
@media only screen and (max-width: 499px) {
  .site-popup__share {
    width: 90%;
    min-width: none;
  }
}
.side-subpages {
  position: relative;
  margin: 0.5rem 0;
}
.side-subpages__toggle {
  width: 100%;
  padding: 0.8rem 2.5rem 0.8rem 23px;
  overflow: hidden;
  font-weight: 700;
  text-align: left;
  text-overflow: ellipsis;
  font-size: 1rem;
  color: var(--c-primary-dark);
  white-space: nowrap;
  text-decoration: none;
  border: 1px solid var(--c-primary-dark);
  background-color: var(--c-primary-light);
  position: relative;
  display: inline;
  display: inline-block;
}
.side-subpages__toggle:after {
  content: "";
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 5px;
  margin-right: 3px;
  margin-bottom: -1px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27none%27 stroke=%27%23031248%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 viewBox=%270 0 20 20%27 width=%2720%27 height=%2720%27%3E%3Cpath d=%27M2.5 6L10 13L17.5 6%27/%3E%3C/svg%3E");
  pointer-events: none;
}
.side-subpages__toggle.active {
  position: relative;
  display: inline;
  display: inline-block;
}
.side-subpages__toggle.active:after {
  content: "";
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 5px;
  margin-right: 3px;
  margin-bottom: -1px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27none%27 stroke=%27%23031248%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 viewBox=%270 0 20 20%27 width=%2720%27 height=%2720%27%3E%3Cpath d=%27M2.5 13L10 6.5L17.5 13%27/%3E%3C/svg%3E");
  pointer-events: none;
}
.side-subpages__toggle:hover, .side-subpages__toggle:focus {
  text-decoration: none;
}
.side-subpages__toggle:after {
  position: absolute !important;
  right: 15px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
}
.side-subpages__menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 100%;
  max-height: calc(100vh - 203px);
  overflow: auto;
  padding: 5px 0 6px 0;
  margin: 0;
  font-weight: 700;
  font-size: 1rem;
  color: var(--c-primary-dark);
  background-color: var(--c-dropdown-background);
  background-clip: padding-box;
  border: 1px solid var(--c-primary-dark);
  border-top: none;
  list-style: none;
}
.side-subpages__menu.show {
  display: block;
}
.side-subpages__item {
  display: block;
  width: 100%;
  padding: 0.25rem 0.8rem;
  padding: 0.25rem 0.25rem 0.25rem 23px;
  clear: both;
  font-weight: 700;
  line-height: 1.3;
  text-align: inherit;
  white-space: normal;
  color: var(--c-dropdown-text);
  background-color: var(--c-dropdown-background);
  border-top: 1px solid var(--c-dropdown-background);
  text-decoration: none;
  hyphens: auto;
}
.side-subpages__item:hover, .side-subpages__item:focus {
  text-decoration: none;
  color: var(--c-dropdown-text-hover);
  background-color: var(--c-dropdown-background-hover);
}
.side-subpages__item.active, .side-subpages__item:active {
  text-decoration: none;
  color: var(--c-dropdown-text-active);
  background-color: var(--c-dropdown-background-active);
}

@media only screen and (max-width: 991px) {
  #side-navigation {
    display: none;
  }
}
.side-navigation__list {
  display: none;
}

@media only screen and (min-width: 992px) {
  .side-subpages {
    margin-left: -23px;
    margin-bottom: 3rem;
  }
  #side-navigation {
    position: sticky;
    height: 100%;
    top: 150px;
    margin-top: 10px;
    padding-left: 0;
    right: 0;
    display: block;
    z-index: 10;
  }
  #side-navigation nav {
    position: sticky;
    top: 80px;
  }
  .side-navigation__list {
    display: block;
    padding-bottom: 0;
  }
  .side-navigation__list-title h2, .side-navigation__list-title .kid-controllerDetail .article-header .topline, .kid-controllerDetail .article-header .side-navigation__list-title .topline {
    font-size: 1.375rem;
    font-weight: 700;
    margin-top: 1.3rem;
  }
  .side-navigation__list-item {
    position: relative;
    font-size: 1.125rem;
    font-weight: 700;
    padding: 4px 0;
    color: var(--c-font-default);
    text-decoration: none;
    position: relative;
    display: inline;
    display: inline-block;
  }
  .side-navigation__list-item:after {
    content: "";
    position: relative;
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-left: 5px;
    margin-right: 3px;
    margin-bottom: -1px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27none%27 stroke=%27%23000%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 viewBox=%270 0 14 14%27 width=%2714%27 height=%2714%27%3E%3Cline x1=%277%27 y1=%270%27 x2=%277%27 y2=%2712%27/%3E%3Cpolyline points=%2712 7 7 12 2 7%27/%3E%3C/svg%3E");
    pointer-events: none;
  }
}
@media only screen and (min-width: 992px) and (max-height: 740px) {
  .side-navigation__list-item {
    margin: 0;
    padding: 0;
  }
}
@media only screen and (min-width: 992px) {
  .side-navigation__list-item:hover, .side-navigation__list-item:focus {
    color: var(--c-link-hover);
    text-decoration: underline;
  }
  .side-navigation__list-item.active {
    color: var(--c-link-active);
    text-decoration: none;
    position: relative;
    display: inline;
    display: inline-block;
  }
  .side-navigation__list-item.active:after {
    content: "";
    position: relative;
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-left: 5px;
    margin-right: 3px;
    margin-bottom: -1px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27none%27 stroke=%27%23FF5C00%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 viewBox=%270 0 14 14%27 width=%2714%27 height=%2714%27%3E%3Cline x1=%277%27 y1=%270%27 x2=%277%27 y2=%2712%27/%3E%3Cpolyline points=%2712 7 7 12 2 7%27/%3E%3C/svg%3E");
    pointer-events: none;
  }
  .side-navigation__list-item.active:before {
    content: "";
    display: inline-block;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background-color: var(--c-link-active);
    margin-right: 10px;
    margin-left: -23px;
    animation: zoomIn 300ms forwards;
  }
}
@media only screen and (min-width: 1200px) {
  #side-navigation nav {
    top: 150px;
  }
}
@keyframes zoomIn {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
#site-blocker {
  display: none;
  position: fixed;
  z-index: 100;
  background: var(--c-site-blocker-background);
  opacity: 0;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  transition: opacity 500ms ease;
}
#site-blocker.fast {
  transition: opacity 300ms ease;
}
#site-blocker.active {
  display: block;
  opacity: 0;
}
#site-blocker.transition {
  opacity: 0.75 !important;
}
#site-blocker.click-blocked {
  pointer-events: none;
}

.site-alert {
  position: relative;
  overflow: hidden;
  width: 100%;
  color: var(--c-white);
  max-height: 0;
  background: var(--c-site-alert-background);
  transition: max-height 500ms ease;
}
.site-alert .row {
  padding: 2rem 0;
}
.site-alert.active {
  max-height: 1000px;
}
.site-alert h2, .site-alert .kid-controllerDetail .article-header .topline, .kid-controllerDetail .article-header .site-alert .topline {
  color: var(--c-white);
  font-size: 1.5rem;
  margin: 0;
}
.site-alert a {
  color: var(--c-white);
}
.site-alert .btn--close {
  position: absolute;
  right: 0;
  top: 50%;
  width: none;
  margin-top: -1.4rem;
  color: var(--c-white);
  transition: none;
}

@media only screen and (max-width: 991px) {
  .site-alert .row {
    padding: 1rem 0;
  }
  .site-alert .btn--close {
    top: 0;
    right: 0.5rem;
    margin-top: 0;
  }
  .site-alert .btn--close span {
    display: none;
  }
}
table.kid-table {
  background-color: var(--c-primary-light);
  border-radius: 10px;
  border: 2px solid var(--c-primary);
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
}
table.kid-table th, table.kid-table td {
  min-width: 6rem;
  border-right: 2px solid var(--c-primary);
  border-bottom: 2px solid var(--c-primary);
  padding: 0.75rem 1rem;
  text-align: left;
}
table.kid-table th:last-child, table.kid-table td:last-child {
  border-right: none;
}
table.kid-table tr:last-child td {
  border-bottom: none;
}

@media only screen and (max-width: 767px) {
  table.kid-table {
    background-color: var(--c-primary-light);
    border-radius: 10px;
    border: 2px solid var(--c-primary);
  }
}
.teaser-multi__primary .teaser-multi__content-wrapper {
  background-color: var(--c-primary-light);
}
.teaser-multi__primary .teaser-multi__content-wrapper .teaser-multi__content {
  border-color: var(--c-primary-light) !important;
  background: var(--c-primary-light) !important;
}
.teaser-multi__secondary .teaser-multi__content-wrapper {
  background-color: var(--c-secondary-light);
}
.teaser-multi__secondary .teaser-multi__content-wrapper .teaser-multi__content {
  border-color: var(--c-secondary-light) !important;
  background: var(--c-secondary-light) !important;
}
.teaser-multi__boxed .teaser-multi__content-wrapper {
  height: 100%;
}
.teaser-multi__boxed .teaser-multi__content {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  border: 1px solid var(--c-primary-light);
  border-top: none;
}
.teaser-multi__content {
  height: auto;
  padding-top: 0.5rem;
  padding-bottom: 2.5rem;
}
@media only screen and (min-width: 768px) {
  .teaser-multi__content {
    height: calc(100% - 188px);
  }
}
@media only screen and (min-width: 992px) {
  .teaser-multi__content {
    height: calc(100% - 166px);
  }
}
@media only screen and (min-width: 1200px) {
  .teaser-multi__content {
    height: calc(100% - 201px);
  }
}
@media only screen and (min-width: 1400px) {
  .teaser-multi__content {
    height: calc(100% - 234px);
  }
}
.teaser-multi__illustration-wrapper {
  background-color: var(--c-gray);
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: hidden;
  z-index: 3;
}
.teaser-multi__illustration {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: all 400ms ease-in-out;
}
.teaser-multi__illustration-category {
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(100deg, var(--c-primary-dark) 95%, transparent calc(95% + 1px));
  color: var(--c-white);
  font-weight: 700;
  font-size: 0.875rem;
  letter-spacing: 1px;
  padding: 4px 17px 4px 11px;
}
.teaser-multi__illustration-category svg {
  margin-top: -3px;
  margin-right: 2px;
}
.teaser-multi__wide .teaser-multi__illustration-wrapper {
  padding-top: 27.1794871795%;
}
.teaser-multi__teaser {
  position: relative;
  display: inline-block;
  margin-bottom: 1.5rem;
}
.teaser-multi__teaser.last {
  margin-bottom: 0;
}
.teaser-multi__teaser a:focus .teaser-multi__more,
.teaser-multi__teaser a:hover .teaser-multi__more, .teaser-multi__teaser:focus .teaser-multi__more, .teaser-multi__teaser:hover .teaser-multi__more, .teaser-multi__teaser:focus-within .teaser-multi__more {
  text-decoration: underline;
}
.teaser-multi__teaser a:focus .teaser-multi__more:after,
.teaser-multi__teaser a:hover .teaser-multi__more:after, .teaser-multi__teaser:focus .teaser-multi__more:after, .teaser-multi__teaser:hover .teaser-multi__more:after, .teaser-multi__teaser:focus-within .teaser-multi__more:after {
  animation: bounceRight 2s alternate;
}
.teaser-multi__teaser.zoom .teaser-multi__illustration {
  transition: all 400ms ease-in-out;
  transform: scale(1);
}
.teaser-multi__teaser.zoom a:focus .teaser-multi__illustration,
.teaser-multi__teaser.zoom a:hover .teaser-multi__illustration, .teaser-multi__teaser.zoom:focus .teaser-multi__illustration, .teaser-multi__teaser.zoom:hover .teaser-multi__illustration {
  transition: all 400ms ease-in-out;
  transform: scale(1.1);
  user-select: none;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
}
.teaser-multi__title {
  text-align: left;
}
.teaser-multi__title a {
  display: inline-block;
  font-size: 1.375rem;
  color: var(--c-font-title);
  font-weight: 900;
  text-decoration: none;
}
.teaser-multi__title a:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
}
.teaser-multi__more {
  position: absolute;
  bottom: 0;
  font-weight: 700;
  text-decoration: none;
}
.teaser-multi__more:focus, .teaser-multi__more:hover {
  text-decoration: underline;
  color: var(--c-nav-link-hover);
}
.teaser-multi__more svg {
  margin-left: 5px;
  margin-bottom: 5px;
}

.accordion-item .teaser-multi {
  margin-top: 2rem;
}

@media only screen and (max-width: 991px) {
  .teaser-multi__wide .teaser-multi__illustration-wrapper {
    padding-top: 56.0846560847%;
  }
}
.video-box {
  padding: 2rem 0;
}
.video-container {
  aspect-ratio: 16/9;
}
.video-player {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
}
.video-player video {
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 991px) {
  .video-box {
    padding: 1rem 0;
  }
}
.article__additional {
  padding-top: 40px;
}
@media only screen and (min-width: 1200px) {
  .article__additional {
    padding-top: 80px;
  }
}
.article__section {
  margin-top: 3rem;
}
.article__section__content {
  display: block;
}
.article__summary {
  margin: 2rem 0 3rem;
}
.article__medical-disclaimer {
  margin: 2rem 0 2rem;
  padding-bottom: 1rem;
}

@media only screen and (max-width: 991px) {
  .article__section {
    margin-top: 0;
  }
  .article__section-title {
    width: 100%;
    padding-right: 40px;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    margin: 0;
    border-top: 2px solid var(--c-font-title);
    cursor: pointer;
    position: relative;
    display: inline;
    display: inline-block;
  }
  .article__section-title:after {
    content: "";
    position: relative;
    display: inline-block;
    width: 36px;
    height: 36px;
    margin-left: 5px;
    margin-right: 3px;
    margin-bottom: -1px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27none%27 stroke=%27%230047B8%27 stroke-width=%271.4%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 viewBox=%270 0 20 20%27 width=%2736%27 height=%2736%27%3E%3Cpath d=%27M2.5 6L10 13L17.5 6%27/%3E%3C/svg%3E");
    pointer-events: none;
  }
  .article__section-title:after {
    position: absolute;
    right: -20px;
    transform: translate(-50%, 0%);
    transition: transform 200ms ease;
  }
  .article__section-title:not(.collapsed):after {
    transform: translate(-50%, 0%) rotate(180deg);
  }
  .article__section-content {
    display: none;
    margin-bottom: 3rem;
  }
}
.ce--text, .ce--composition {
  display: inline-block;
}

.list-group.news-list-view .list-group-item {
  border-top: 2px solid var(--c-primary-light);
  padding: 1.25rem 0 1.75rem 0;
}
.list-group.news-list-view .list-group-item a {
  text-decoration: none;
}
.list-group.news-list-view .list-group-item a p, .list-group.news-list-view .list-group-item a time {
  color: var(--c-black);
  text-decoration: none;
}
.list-group.news-list-view .list-group-item a:hover {
  text-decoration: none;
}
.list-group.news-list-view .list-group-item a:hover p, .list-group.news-list-view .list-group-item a:hover time {
  color: var(--c-black);
  text-decoration: none;
}
.list-group.news-list-view .list-group-item a:hover .readmore:after {
  animation: bounceRight 2s alternate;
}
.list-group.news-list-view .list-group-item__actions {
  padding-top: 12px;
}
.list-group.news-list-view .list-group-item .readmore {
  font-weight: 600;
}

.search-filter .kid-form__fieldset {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: flex-start;
  margin: 1rem 0 2rem 0;
}
.search-filter .kid-form__checkbox {
  font-family: "Mulish", sans-serif;
  font-weight: 900;
  white-space: nowrap;
  text-decoration: none;
  position: relative;
  cursor: pointer;
  border-radius: 44px;
  border: 1px solid var(--c-darkgray);
  height: 44px;
  line-height: 41px;
  min-width: 100px;
  padding: 0 2rem;
  margin: 0;
  background-color: var(--c-search-bg);
  color: var(--c-black);
  font-size: 0.875rem;
  text-align: center;
  display: inline-block;
  transition: color 100ms ease-in-out, border-color 100ms ease-in-out, background-color 100ms ease-in-out;
}
.search-filter .kid-form__checkbox:hover, .search-filter .kid-form__checkbox:focus, .search-filter .kid-form__checkbox.active {
  color: var(--c-white);
  border-color: var(--c-search-active);
  background-color: var(--c-search-active);
}
.search-filter .kid-form__checkbox span {
  padding: 0 0.5rem;
  font-size: 1rem;
}
.search-result .search-result-wrapper {
  border-top: 2px solid var(--c-primary-light);
  padding: 1.25rem 0 1.75rem 0;
}
.search-result a {
  text-decoration: none;
  color: var(--c-black);
}
.search-result a:hover .search-result__title, .search-result a:active .search-result__title {
  text-decoration: underline;
}
.search-result a:hover .search-result__content, .search-result a:active .search-result__content {
  text-decoration: underline;
}
.search-result a:hover .read-more-link, .search-result a:active .read-more-link {
  text-decoration: underline;
}
.search-result .search-result__meta {
  font-size: 0.875rem;
}
.search-result .search-result__title .h3 {
  line-height: 1.2;
  margin: 1rem 0 1rem 0;
  color: var(--c-font-title);
  font-weight: 700;
}
.search-result .read-more-link {
  font-weight: 700;
}
.search-suggestions {
  margin-top: 1rem;
  margin-bottom: 3rem;
}

.search-info {
  text-align: center;
  font-size: 0.875rem;
  margin-top: 3rem;
  margin-bottom: 2rem;
}

.search-pagination {
  margin-top: 2rem;
  margin-bottom: 3rem;
}

.kid-page-service .intro {
  margin-bottom: 2rem;
}

.kid-page-specialistGroups {
  background-color: var(--c-primary-light);
}
.kid-page-specialistGroups .box__primary,
.kid-page-specialistGroups .box__secondary {
  background-color: var(--c-white);
}
.kid-page-specialistGroups .container-primary,
.kid-page-specialistGroups .container-secondary {
  background-image: linear-gradient(to right, var(--c-white) 50%, transparent calc(50% + 1px));
}
.kid-page-specialistGroups .container-primary .container > .row > *,
.kid-page-specialistGroups .container-secondary .container > .row > * {
  background-color: var(--c-white);
}

@media only screen and (min-width: 992px) {
  .kid-page-specialistGroups h1 {
    font-size: 2em;
    margin: 0.67em 0;
  }
}
@media only screen and (min-width: 992px) {
  .kid-startpage h1 {
    font-size: 2em;
    margin: 0.67em 0;
  }
}
.kid-form__map-location-wrapper {
  position: relative;
}
.kid-form__map-location-wrapper #autocomplete-result {
  position: absolute;
  z-index: 2;
  top: 100%;
  left: 0px;
  margin-top: 0.5rem;
  padding: 10px 0px;
  min-height: 100px;
  max-height: 200px;
  overflow-y: auto;
  width: 100%;
  background-color: #fff;
  border-radius: 10px;
  border: 2px solid var(--c-input-border);
  text-align: center;
}
.kid-form__map-location-wrapper #autocomplete-result > div {
  color: var(--c-base);
  padding: 0.2rem 1rem;
  cursor: pointer;
  text-align: left;
}
.kid-form__map-location-wrapper #autocomplete-result > div:focus, .kid-form__map-location-wrapper #autocomplete-result > div:hover {
  color: var(--c-primary);
  background-color: var(--c-primary-light);
}
.kid-form__map-location-wrapper #autocomplete-result > img {
  margin: 20px;
}
.kid-form__map-result {
  z-index: 1;
  width: 100%;
  height: 500px;
}
.kid-form__map-result .pop-wrapper {
  font-family: "Mulish", sans-serif;
  font-size: 1rem;
}
.kid-form__map-result .leaflet-popup-content-wrapper {
  padding: 0.75rem 0.5rem 0.2rem 0.5rem;
}
.kid-form__map-result.leaflet-container .leaflet-control-attribution {
  background: rgba(255, 255, 255, 0.85);
  font-size: 0.75rem;
}
.kid-form__map-result.leaflet-container a {
  color: var(--c-link);
  font-size: 0.75rem;
}
.kid-form__map-result.leaflet-container a.leaflet-popup-close-button {
  color: var(--c-darkgray);
  width: none;
  height: auto;
  padding: 8px 8px 0 0;
  font-size: 1.3rem;
  font-weight: 300;
}
.kid-form__map-result.leaflet-container a.leaflet-popup-close-button:focus, .kid-form__map-result.leaflet-container a.leaflet-popup-close-button:hover {
  color: var(--c-primary);
}
.kid-form__map-result .pop-h2 {
  font-weight: 700;
  margin-bottom: 0.25rem;
}
.kid-form__map-result .pop-link {
  color: var(--c-primary);
  padding: 0.5rem 0;
  font-weight: 700;
  cursor: pointer;
}
.kid-form__map-result .pop-link:focus, .kid-form__map-result .pop-link:hover {
  color: var(--c-secondary);
  text-decoration: underline;
}
.kid-form__map-templates #count-result {
  margin: 2rem 0 1rem 0;
}
.kid-form__map-templates #pdf-result {
  margin-bottom: 1rem;
}
.kid-form__map-templates #adress-result .list__body {
  margin-top: 1.5rem;
}
.kid-form__map-templates #adress-result .list__item {
  padding: 1rem 2rem 2rem;
  background-color: var(--c-primary-xlight);
  border-radius: 10px;
  margin-bottom: 2rem;
}
.kid-form__map-templates #adress-result .list__item h2, .kid-form__map-templates #adress-result .list__item .kid-controllerDetail .article-header .topline, .kid-controllerDetail .article-header .kid-form__map-templates #adress-result .list__item .topline {
  font-size: 1.375rem;
  margin-bottom: 0;
}
.kid-form__map-templates #adress-result .list__item h3 {
  font-size: 1.125rem;
  font-size: 1.125rem;
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
}
.kid-form__map-templates #adress-result .list__item p {
  margin: 0.5rem 0 0.25rem 0;
}
.kid-form__map-templates #adress-result .list__item .accordion {
  margin-top: 1.5rem;
}
.kid-form__map-templates #adress-result .list__item .accordion .accordion-item {
  margin-bottom: 0;
  background: var(--c-bg-base);
}
.kid-form__map-templates #adress-result .list__info {
  margin-top: 1rem;
}
.kid-form__map-templates #adress-result .list__info > div {
  max-width: 600px;
  margin-bottom: 1rem;
}
.kid-form__map-templates #adress-result .list__info .bullet-list {
  margin: 0.25rem 0 0.5rem 0;
}
.kid-form__map-templates #adress-result .list__distance {
  margin-top: 0.5rem;
}
.kid-form__map-templates #adress-result .list__badge {
  float: right;
}

#chat-livezilla {
  position: relative;
  background: var(--c-primary-dark);
}
#chat-livezilla:hover {
  background: var(--c-primary);
  color: black;
}
#chat-livezilla > svg {
  transform-origin: center;
  animation: spinner_animation 0.75s infinite linear;
}

@keyframes spinner_animation {
  100% {
    transform: rotate(360deg);
  }
}
#lz_overlay_wm {
  position: absolute !important;
  width: 65px !important;
  height: 65px !important;
  margin: 0 !important;
  z-index: 100 !important;
  top: 0 !important;
  box-shadow: none !important;
  opacity: 0;
}
#lz_overlay_wm #livezilla_wm {
  top: 0 !important;
  height: 65px !important;
  width: 65px !important;
  overflow: hidden !important;
  background: transparent !important;
  border-radius: 0 !important;
  box-shadow: none;
  transform: none !important;
}
#lz_overlay_wm .lz_overlay_wm_icon {
  margin: 0 !important;
  padding: 4px;
  background-color: var(--c-primary-dark);
}
#lz_overlay_wm .lz_overlay_wm_icon:hover {
  background: var(--c-primary);
  color: black;
  transform: none !important;
}
#lz_overlay_wm #livezilla_wm_d {
  display: none !important;
}

@media only screen and (max-width: 991px) {
  #lz_overlay_wm {
    width: 50px !important;
    height: 50px !important;
  }
  #lz_overlay_wm #livezilla_wm {
    height: 50px !important;
    width: 65px !important;
  }
  #lz_overlay_wm .lz_overlay_wm_icon {
    padding: 0;
    margin-top: -3px !important;
    margin-left: -2px !important;
    width: 65px !important;
    height: 50px !important;
    background: linear-gradient(100deg, var(--c-primary-dark) 89%, transparent calc(89% + 1px)) !important;
  }
  #lz_overlay_wm .lz_overlay_wm_icon:hover {
    background: linear-gradient(100deg, var(--c-primary) 89%, transparent calc(89% + 1px)) !important;
    color: black;
    transform: none !important;
  }
  #lz_overlay_wm #livezilla_wm_d {
    display: none !important;
  }
}
#lz_overlay_chat {
  position: relative;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  background-color: rgba(3, 16, 76, 0.75) !important;
}
#lz_overlay_chat * {
  font-size: 1rem !important;
}
#lz_overlay_chat #lz_chat_overlay_pointer_v {
  display: none !important;
}
#lz_overlay_chat #lz_chat_overlay_main {
  position: relative !important;
  min-height: 450px !important;
  min-width: 310px !important;
  max-width: 600px !important;
  left: 50% !important;
  top: 50% !important;
  transform: translate(-50%, -50%) !important;
  background: linear-gradient(var(--c-primary) 50px, rgb(255, 255, 255) 51px, rgb(255, 255, 255) 100%) !important;
}
#lz_overlay_chat #lz_chat_overlay_main #lz_chat_overlay_text {
  background: var(--c-primary) !important;
}
#lz_overlay_chat #lz_chat_overlay_main #lz_chat_content #lz_chat_data_header {
  background: var(--c-primary) !important;
}
#lz_overlay_chat #lz_chat_overlay_main #lz_chat_content #lz_form_caption_2 {
  padding-left: 14px !important;
}
#lz_overlay_chat #lz_chat_overlay_main #lz_chat_content #lz_chat_overlay_data_form_ok_button {
  background: var(--c-primary) !important;
  border-radius: 44px !important;
  height: 44px !important;
  line-height: 44px;
  font-size: 1.125rem !important;
}
#lz_overlay_chat #lz_overlay_module_chat #lz_chat_content_box #lz_chat_content_inlay {
  width: 100% !important;
}

@media only screen and (min-width: 768px) {
  #lz_overlay_chat #lz_chat_overlay_main {
    width: 80% !important;
    height: 70% !important;
  }
}
@media only screen and (max-width: 767px) {
  #lz_overlay_chat #lz_chat_overlay_main {
    width: 90% !important;
    height: 95% !important;
  }
}

/*# sourceMappingURL=frontend.css.map*/